Richard >From what i see from the Screen, the Javascript stopped executing because of >an error .. my first guess would be, that if you request >"http://solr-host:port/solr/production/admin/system?wt=json" manually - you'll >not see a "host" property in the "core"-object, right?
Normally that looks like: { core: { schema: "example", host: "hostname.tld", now: "2012-11-21T16:47:59.172Z", ... } } To verify that .. you can easily do the following change in solr/webapp/web/index.js (according to the file which is used in your running instance, grep for that) .. it's Line 236: - 'host' : app.dashboard_values['core']['host'], + 'host' : app.dashboard_values['core']['host'] || '-', Stefan On Wednesday, November 21, 2012 at 4:20 PM, richardg wrote: > Our Admin UI Dashboard is not populating on one of our servers, not sure if > it is a permission issue or what. We have three others that it is working > on. > > > <http://lucene.472066.n3.nabble.com/file/n4021602/AdminUI.png> > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-4-Admin-UI-Dashboard-Not-Populating-tp4021602.html > Sent from the Solr - User mailing list archive at Nabble.com > (http://Nabble.com).