we've got following error when we are trying to index(add) single document to our Knowledge Base project. It works fine on our test environment but with any attempt to add index in client environment it throws Read timeout error.
2013-07-03 15:30:19,273 org.apache.solr.client.solrj.SolrServerException: java.net.SocketTimeoutException: Read timed out
at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:480)
at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:246)
at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:105)
at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:178)
at org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:154)
I compared solrconfig.xml files and there are no differences. We have Tomcat servers on both environments.
Do you have any ideas on this?