Logs are dependent on the servlet contianer you use -- ie: with the 
solr example, log messages are written to the console were you run 
"start.jar" and can be configured to point elsewhere based on how you 
configure jetty.

in your case it looks like you are using tomcat, so you'll want to check 
the tomcat logs directory -- probably for "catalina.out" if i remember 
correctly.


: I have been making changes to my schema and unfortauntly I now get a error
: when viewing my Solr tomcat admin page.
: 
: The error doesnt seem to explain the problem:
: HTTP Status 500 - Severe errors in solr configuration. Check your log files
: for more detailed information on what may be wrong. If you want solr to
: continue after configuration errors, change:
: <abortOnConfigurationError>false</abortOnConfigurationError> in solr.xml
: -------------------------------------------------------------
: org.apache.solr.common.SolrException: No cores were created, please check
: the logs for errors at
: 
org.apache.solr.core.CoreContainer$Initializer.initialize(CoreContainer.java:172)
: at
: org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:96)
: at
: 
org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:295)
: at
: 
org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:422)
: at
: 
org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:115)
: at
: 
org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4072)
: at org.apache.catalina.core.StandardContext.start(StandardContext.java:4726)
: at
: 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
: at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
: at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:601) at
: org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:675)
: at
: org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:601)
: at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:502) at
: org.apache.catalina.startup.HostConfig.start(HostConfig.java:1317) at
: org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:324)
: at
: 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
: at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1065) at 
: 
: It says to look in the log file, but I cant find one. I installed it in the
: opt directory, but from what I have read, the log file should be here:
: 
: /opt/apache-solr-3.6.0/example/logs
: 
: However, the folder is empty. How can I find this log file, so I can
: diagnose what is causing the solr error.
: 
: Thank you for any help you can give.
: 
: James
: 
: 
: 
: --
: View this message in context: 
http://lucene.472066.n3.nabble.com/Http-500-Error-Cant-find-the-log-file-tp4009030.html
: Sent from the Solr - User mailing list archive at Nabble.com.
: 

-Hoss

Reply via email to