Ektron Solr Administration page only shows Loading...

  • Updated

You've successfully installed Solr, now it's time to register your site. You navigate to the Ektron Solr Administration page, but it only shows "Loading...".

SolrLoading

This is typically because .NET needs to be registered with IIS. More information on this below:

http://msdn.microsoft.com/en-US/library/k6h9cz8h(v=vs.80).aspx

To register IIS with .NET follow the below steps:

  1. Open up a command prompt on your Solr server as an administrator.
  2. You'll want to navigate to C:\Windows\Microsoft.NET\Framework64\v4.0.30319
    1. Type in cd C:\Windows\Microsoft.NET\Framework64\v4.0.30319. Note: You may need to back out to the C:\ drive beforehand by typing '..'.
  3. Then execute the prompt aspnet_regiis -i

It should look like C:\Windows\Microsoft.NET\Framework64\v4.0.30319>aspnet_regiis -i

Then navigate back to the Ektron Solr Admin page and you should see the web server text box load. 

If you do not see the server text box on the page, and still see the "Loading..." page, please contact Support.