[TYPO3-Solr] Nothing gets committed - where to start debugging

Jan Slusarczyk jan.slusarczyk at gmail.com
Tue Nov 29 17:50:13 CET 2011


> OK. Is the Tomcat also behind NGINX? If not then do so.

It is behind nginx when accessed from outside the firewall (for admin 
purposes), but it is accessible directly on the inside network.

> Standard Tomcat runs on Localhost only if installed via install script.

I've changed the following part in tomcat/conf/server.xml:

     <Connector port="8080" protocol="HTTP/1.1"
                connectionTimeout="20000"
                redirectPort="8443"
                address="192.168.0.1"
                URIEncoding="UTF-8" />

Is this ok?

> What does the Apache Solr Report say?

catalina.today.log?

Nothing beyond INFO level

Example:

2011-11-29 15:34:30 org.apache.solr.update.DirectUpdateHandler2 commit
INFO: start 
commit(optimize=false,waitFlush=true,waitSearcher=true,expungeDeletes=false)
2011-11-29 15:34:30 org.apache.solr.search.SolrIndexSearcher <init>
INFO: Opening Searcher at 29eb0cd0 main
2011-11-29 15:34:30 org.apache.solr.update.DirectUpdateHandler2 commit
INFO: end_commit_flush

it's longer, but I don't know what to look for...

Thank you
Jan


More information about the TYPO3-project-solr mailing list