I'm having difficulty getting Solr running on Vista. I've got the 1.6 JDK installed, and I've successfully compiled file and run other Java programs.

When I run java -jar start.jar in the Apache Solr example directory, I get a large number of INFO messages, including:

INFO: JNDI not configured for solr (NoInitialContextEx)

When I visit localhost:8983/solr/, I get a 404 error message:


   HTTP ERROR: 404

NOT_FOUND

RequestURI=/solr/

/Powered by jetty:// <http://jetty.mortbay.org>/

I've talked to a couple of engineers who suspect that the problem is with my Java environment. My environment is configured as follows:

CLASSPATH=.;C:\Program Files\Java\jdk1.6.0_13\lib\ext\QTJava.zip;C:\Users\John\Documents\Java;C:\Program Files\Java\jdk1.6.0_13;
JAVA_HOME=C:\Program_Files\Java\jdk1.6.0_13
Path=C:\Program Files\Snap\scripts;C:\Program Files\Snap;C:\Python25\Scripts;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Java\jdk1.6.0_13\bin

Any ideas?

Regards,

John

Reply via email to