[ 
https://issues.apache.org/jira/browse/CONNECTORS-879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13891890#comment-13891890
 ] 

Karl Wright commented on CONNECTORS-879:
----------------------------------------

Hi Lalit,

That is *not* the same exception you reported.  The new exception you provided, 
"Server at http://localhost:8983/solr/irishwater returned non ok status:500, 
message:Server Error", indicates that the http post to Solr returned a 500.  
That means that *Solr* threw an exception when a document was posted to it, and 
the problem is that you need to diagnose why that happened.  If you running the 
Solr example, you can likely see what the exception is in the Jetty console.  
If this is an out-of-the-box Solr installation it is likely that it is missing 
the Solr Cell component, which you get automatically when you build Solr 
yourself, but which you need to add separately if you download the binary.  
Other users have posted about this and you should be able to find more details 
if you search online.



> java.lang.NoSuchMethodError: 
> org.apache.solr.client.solrj.SolrServer.shutdown()V
> --------------------------------------------------------------------------------
>
>                 Key: CONNECTORS-879
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-879
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: CMIS connector
>    Affects Versions: ManifoldCF 1.4.1
>         Environment: Windows 7 with ManifoldCF 1.4.1 bundle
>            Reporter: lalit
>              Labels: cmis
>
> Hi,
> I am trying to index my alfresco repo with manifold using solr 4.6 as output 
> channel. Time & again i am getting below error continously for n number of 
> times making it very slow & filling out log file.
> FATAL 2014-02-04 14:57:59,663 (Idle cleanup thread) - Error tossed: 
> org.apache.solr.client.solrj.SolrServer.shutdown()V
> java.lang.NoSuchMethodError: 
> org.apache.solr.client.solrj.SolrServer.shutdown()V
>       at 
> org.apache.manifoldcf.agents.output.solr.HttpPoster.shutdown(HttpPoster.java:282)
>       at 
> org.apache.manifoldcf.agents.output.solr.SolrConnector.poll(SolrConnector.java:106)
>       at 
> org.apache.manifoldcf.agents.interfaces.OutputConnectorFactory$Pool.pollAll(OutputConnectorFactory.java:665)
>       at 
> org.apache.manifoldcf.agents.interfaces.OutputConnectorFactory.pollAllConnectors(OutputConnectorFactory.java:430)
>       at 
> org.apache.manifoldcf.crawler.system.IdleCleanupThread.run(IdleCleanupThread.java:66)
> ......
> FATAL 2014-02-04 14:57:59,663 (Idle cleanup thread) - Error tossed: 
> org.apache.solr.client.solrj.SolrServer.shutdown()V
> FATAL 2014-02-04 14:57:59,663 (Idle cleanup thread) - Error tossed: 
> org.apache.solr.client.solrj.SolrServer.shutdown()V
> java.lang.NoSuchMethodError: 
> org.apache.solr.client.solrj.SolrServer.shutdown()V
>       at 
> org.apache.manifoldcf.agents.output.solr.HttpPoster.shutdown(HttpPoster.java:282)
>       at 
> org.apache.manifoldcf.agents.output.solr.SolrConnector.poll(SolrConnector.java:106)
>       at 
> org.apache.manifoldcf.agents.interfaces.OutputConnectorFactory$Pool.pollAll(OutputConnectorFactory.java:665)
>       at 
> org.apache.manifoldcf.agents.interfaces.OutputConnectorFactory.pollAllConnectors(OutputConnectorFactory.java:430)
>       at 
> org.apache.manifoldcf.crawler.system.IdleCleanupThread.run(IdleCleanupThread.java:66)



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to