I bet you are using file based synchronization, correct? If so, read up on the lock clean procedure.
Karl Sent from my Windows Phone From: Dileepa Jayakody Sent: 7/17/2015 7:16 AM To: [email protected] Subject: Recovering ManifoldCF from a job stuck in terminating state Hi All, I'm trying out ManifoldCF 2.1 by creating a Job with a file system repository connection, tika transformation and solr output connection. During a job I abruptly shutdown the server. After restarting I can see that Start up idle cleanup thread is in a loop without shutting down. See the error log [1] >From the UI I cannot shutdown the Job as it is shown as in "terminating" state. Nor can I delete the Job from the list. Can someone please tell me how can I recover ManifoldCF from this state? Thanks, Dileepa [1] DEBUG 2015-07-17 16:29:09,736 (Idle cleanup thread) - Start up idle cleanup thread FATAL 2015-07-17 16:29:10,034 (Document cleanup thread '0') - Error tossed: org.apache.solr.client.solrj.request.UpdateRequest.process(Lorg/apache/solr/client/solrj/SolrClient;)Lorg/apache/solr/client/solrj/SolrResponse; java.lang.NoSuchMethodError: org.apache.solr.client.solrj.request.UpdateRequest.process(Lorg/apache/solr/client/solrj/SolrClient;)Lorg/apache/solr/client/solrj/SolrResponse; at org.apache.manifoldcf.agents.output.solr.HttpPoster$DeleteThread.run(HttpPoster.java:1271) FATAL 2015-07-17 16:29:10,888 (Document cleanup thread '1') - Error tossed: org.apache.solr.client.solrj.request.UpdateRequest.process(Lorg/apache/solr/client/solrj/SolrClient;)Lorg/apache/solr/client/solrj/SolrResponse; java.lang.NoSuchMethodError: org.apache.solr.client.solrj.request.UpdateRequest.process(Lorg/apache/solr/client/solrj/SolrClient;)Lorg/apache/solr/client/solrj/SolrResponse; at org.apache.manifoldcf.agents.output.solr.HttpPoster$DeleteThread.run(HttpPoster.java:1271) FATAL 2015-07-17 16:29:11,909 (Document cleanup thread '2') - Error tossed: org.apache.solr.client.solrj.request.UpdateRequest.process(Lorg/apache/solr/client/solrj/SolrClient;)Lorg/apache/solr/client/solrj/SolrResponse; -- ------------------------------ This message should be regarded as confidential. If you have received this email in error please notify the sender and destroy it immediately. Statements of intent shall only become binding when confirmed in hard copy by an authorised signatory. Zaizi Ltd is registered in England and Wales with the registration number 6440931. The Registered Office is Brook House, 229 Shepherds Bush Road, London W6 7AN.
