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

lalit edited comment on CONNECTORS-879 at 2/5/14 8:59 AM:
----------------------------------------------------------

Thanks Karl,

I am using solr example by downloading solr 4.6 zip file on my local & assume 
that solr cell would eb available OOTB as i can see below entry for 
requestHandler in my solrconfig.xml.

 <requestHandler name="/update/extract" startup="lazy" 
class="solr.extraction.ExtractingRequestHandler" >
    <lst name="defaults">
      <str name="lowernames">true</str>
      <str name="uprefix">ignored_</str>

      <!-- capture link hrefs but ignore div attributes -->
      <str name="captureAttr">true</str>
      <str name="fmap.a">links</str>
      <str name="fmap.div">ignored_</str>
    </lst>
  </requestHandler>

What i meant to say that first i am getting the error.

WARN 2014-02-04 14:01:53,553 (Worker thread '3') - Solr exception during 
indexing (500): Server at http://localhost:8983/solr/collection2 returned non 
ok status:500, message:Server Error
org.apache.solr.common.SolrException: Server at 
http://localhost:8983/solr/collection2 returned non ok status:500, 
message:Server Error

but after a while manifold starts throwing error continously which i am not 
able to resolve or there can be a relation between the two.

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)


was (Author: lalitjangra):
Thanks Karl, I will check for resolution.

What i meant to say that first i am getting the error.

WARN 2014-02-04 14:01:53,553 (Worker thread '3') - Solr exception during 
indexing (500): Server at http://localhost:8983/solr/collection2 returned non 
ok status:500, message:Server Error
org.apache.solr.common.SolrException: Server at 
http://localhost:8983/solr/collection2 returned non ok status:500, 
message:Server Error

but after a while manifold starts throwing error continously which i am not 
able to resolve or there can be a relation between the two.

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)

> 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
>             Fix For: ManifoldCF 1.5
>
>
> 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