HI everybody, I am trying to setup solrcloud on ubuntu and somehow the graph on the admin interface does not show up. It is simply blanck. The tree is available.
This is a test installation on one machine. There are 3 zookeepers running. I start two solr nodes like this: solr-5.2.1$ bin/solr start -cloud -s server/solr1 -p 8983 -z zk1:2181,zk1:2182,zk1:2183 -noprompt solr-5.2.1$ bin/solr start -cloud -s server/solr2 -p 8984 -z zk1:2181,zk1:2182,zk1:2183 -noprompt zk1 is a local interface with 10.0.0.120 it all looks OK, no error messages. Thank you in advance for any help on this