Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I’m installing a spanish lang pack on SP 2010 and Wizard that runs after installation gives a “failed to create sample data” error, plus this stack:

02/11/2011 11:31:59  14  ERR                      Exception: System.NullReferenceException: Object reference not set to an instance of an object.
   at Microsoft.SharePoint.SPEvaluatorModeProvisioner.IsProvisioned()
   at Microsoft.Office.Server.EvaluatorModeProvisioning.SharedEvaluatorModeProvisioner.IsProvisioned()
   at Microsoft.SharePoint.SPEvaluatorModeProvisioner.Provision()
   at Microsoft.Office.Server.EvaluatorModeProvisioning.SharedEvaluatorModeProvisioner.Provision()
   at Microsoft.SharePoint.PostSetupConfiguration.EvalModeProvisionTask.EvalProvision()
   at Microsoft.SharePoint.PostSetupConfiguration.EvalModeProvisionTask.Run()
   at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()

Searched for this issue, tried couple recipes but no luck. Ideas truly appreciated, thanks!

share|improve this question

1 Answer

Workaround is to create a root site collection on port 80. That way, Wizard finishes successfully.

share|improve this answer
How do you do that? – Saariko Feb 8 at 20:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.