Probably not the root of your problem, but bq: and committing it there after.
Does that mean you're calling commit after every document? This is usually poor practice, I'd set the autocommit intervals on solrconfig.xml and NOT call commit explicitly. Does the same document fail every time? What does it look like? You really haven't provided much information to go on. Best Erick On Wed, Jul 31, 2013 at 3:55 AM, Vineet Mishra <clearmido...@gmail.com> wrote: > Hi All > > Currently I am in a mid of a project which Index some data to Solrs > multiple instance. > > I have the Configuration as, on the same machine I have made multiple > instances of Solr > > http://localhost:8080/solr1 > http://localhost:8080/solr2 > http://localhost:8080/solr3 > http://localhost:8080/solr4 > http://localhost:8080/solr5 > http://localhost:8080/solr6 > > Now when I am posting the Data to Solr through SimplePostTool by passing a > xml file in spt.postFile(file) method and committing it there after. > > This all process is Multithreaded and works fine till 1 Million of data > record but there after it suddenly stops saying, > > *SimplePostTool: FATAL: Solr returned an error #400 Bad Request* > * > * > in the Tomcat Catalina I found > > *WARNING: Failed to register info bean: searcher* > *javax.management.InstanceAlreadyExistsException: > solr/:type=searcher,id=org.apache.solr.search.SolrIndexSearcher* > * at com.sun.jmx.mbeanserver.Repository.addMBean(Repository.java:437)* > * at > com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerWithRepository(DefaultMBeanServerInterceptor.java:1898) > * > * at > com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:966) > * > * at > com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:900) > * > * at > com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:324) > * > * at > com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:513) > * > * at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:141)* > * at org.apache.solr.core.JmxMonitoredMap.put(JmxMonitoredMap.java:47)* > * at > org.apache.solr.search.SolrIndexSearcher.register(SolrIndexSearcher.java:220) > * > * at org.apache.solr.core.SolrCore.registerSearcher(SolrCore.java:1349)* > * at org.apache.solr.core.SolrCore.access$000(SolrCore.java:84)* > * at org.apache.solr.core.SolrCore$5.call(SolrCore.java:1247)* > * at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)* > * at java.util.concurrent.FutureTask.run(FutureTask.java:166)* > * at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > * > * at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > * > * at java.lang.Thread.run(Thread.java:722)* > * > * > *Jul 31, 2013 12:46:00 PM org.apache.solr.core.SolrCore registerSearcher* > *INFO: [] Registered new searcher Searcher@5fa1891b main* > *Jul 31, 2013 12:46:00 PM org.apache.solr.search.SolrIndexSearcher close* > > Has anybody traced such issue. Please this is really very Urgent and > Important. Waiting for your response. > > Thanks and Regards > Vineet