Fwd: solr-5.3.1 admin console not show properly

2016-01-14 Thread David Cao
Hi there, I installed and started solr following instructions from solr wiki as this ... (on a Redhat server) cd ~/ tar zxf /tmp/solr-5.3.1.tgz cd solr-5.3.1/bin ./solr start -f Solr starts fine. But when opening console in a browser (" http://server-ip:8983/solr/admin.html;), it shows a

Re: solr-5.3.1 admin console not show properly

2016-01-14 Thread Jan Høydahl
> Solr problem. You probably have some kind of system-level classpath > problem where the wrong version of a critical jar is being used instead > of the jar that's included with Jetty in the Solr download. Since our bin/solr script starts Jetty using java -jar, any CLASSPATH environment

Re: solr-5.3.1 admin console not show properly

2016-01-14 Thread Jan Høydahl
Very strange, a fresh install should run without issues. Perhaps Uwe Schindler can comment on any known bugs in your IBM J9? If I were you I’d try the following * Install Oracle Java 8 or OpenJDK 8 and set JAVA_HOME accordingly * Download Solr 5.4.0 * Unpack and start Solr as before -- Jan

Re: solr-5.3.1 admin console not show properly

2016-01-14 Thread Shawn Heisey
On 1/14/2016 8:03 AM, David Cao wrote: > The JVM is from IBM based on jre 1.7. > > IBM J9 VM (build 2.6, JRE 1.7.0 Linux amd64-64 Compressed References > 20141216_227497 (JIT enabled, AOT enabled) > > > The box I am using is just a dev vm box, using 'root' is temporary ... The specific method

Re: solr-5.3.1 admin console not show properly

2016-01-14 Thread David Cao
Hi Jan, The JVM is from IBM based on jre 1.7. IBM J9 VM (build 2.6, JRE 1.7.0 Linux amd64-64 Compressed References 20141216_227497 (JIT enabled, AOT enabled) The box I am using is just a dev vm box, using 'root' is temporary ... Thanks david On Thu, Jan 14, 2016 at 6:53 AM, David Cao

Re: solr-5.3.1 admin console not show properly

2016-01-13 Thread Jan Høydahl
Which brand and version of Java have you installed? Looks like you run Solr as root? Should work, but not recommended. Try installing and running as an ordinary user. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 13. jan. 2016 kl. 17.01 skrev David Cao

solr-5.3.1 admin console not show properly

2016-01-13 Thread David Cao
I installed and started solr following instructions from solr wiki as this ... (on a Redhat server) cd ~/ tar zxf /tmp/solr-5.3.1.tgz cd solr-5.3.1/bin ./solr start -f Solr starts fine. But when opening console in a browser (" http://server-ip:8983/solr/admin.html;), it shows a partially