Solr error; Anybody know what this means?
- by Camran
I am installing solr on my VPS (Ubuntu 9.10) via PuTTY.
First, I thought about installing Solr with Tomcat, but then after installing tomcat, I changed my mind and went for the Jetty which comes with Solr.
Now that I have setup everything on my Server, and try to start the "start.jar" file, I get some errors...
Here is some text from the log file:
2010-05-29 00:22:42.074::INFO: jetty-6.1.3
2010-05-29 00:22:42.134::INFO: Extract jar:file:/var/www/webapps/solr.war!/ to /var/www/work/Jetty_0_0_0_0_8983_solr.war__solr__k1kf17/webapp
May 29, 2010 12:22:42 AM org.apache.solr.core.SolrResourceLoader locateSolrHome
INFO: JNDI not configured for solr (NoInitialContextEx)
May 29, 2010 12:22:42 AM org.apache.solr.core.SolrResourceLoader locateSolrHome
INFO: solr home defaulted to 'solr/' (could not find system property or JNDI)
May 29, 2010 12:22:42 AM org.apache.solr.core.SolrResourceLoader <init>
INFO: Solr home set to 'solr/'
May 29, 2010 12:22:42 AM org.apache.solr.servlet.SolrDispatchFilter init
INFO: SolrDispatchFilter.init()
May 29, 2010 12:22:42 AM org.apache.solr.core.SolrResourceLoader locateSolrHome
INFO: JNDI not configured for solr (NoInitialContextEx)
May 29, 2010 12:22:42 AM org.apache.solr.core.SolrResourceLoader locateSolrHome
INFO: solr home defaulted to 'solr/' (could not find system property or JNDI)
May 29, 2010 12:22:42 AM org.apache.solr.core.CoreContainer$Initializer initialize
INFO: looking for solr.xml: /var/www/solr/solr.xml
May 29, 2010 12:22:42 AM org.apache.solr.core.SolrResourceLoader <init>
INFO: Solr home set to 'solr/'
Anybody know what this is?
Thanks