[jira] [Commented] (CONNECTORS-897) IO exception during indexing: missing CR

2014-02-20 Thread lalit (JIRA)

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

lalit commented on CONNECTORS-897:
--

I am using solr 4.6 & my output connection is working fine.

> IO exception during indexing: missing CR
> 
>
> Key: CONNECTORS-897
> URL: https://issues.apache.org/jira/browse/CONNECTORS-897
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: CMIS connector
>Affects Versions: ManifoldCF 1.4.1
> Environment: Windows 7 with bundled mcf 1.4.1, solr 4.6
>Reporter: lalit
>
> Hi,
> I have downloaded mcf(ManifoldCF) 1.4.1 source from tag site & build it as 
> per instructions. Now i am using cmis connector to connect to alfresco repo & 
> using solr as output channel.
> When i am crawling alfresco repo for indexing into solr, whenever mcf crawls 
> any media such as image or video, i am getting this error into mcf logs. I 
> have also added adm4.1.jar & xmpcore.jar into ..\contrib\extraction\lib.
> ERROR 2014-02-20 12:50:45,251 (Worker thread '3') - Exception tossed: 
> Repeated service interruptions - failure processing document: missing CR
> org.apache.manifoldcf.core.interfaces.ManifoldCFException: Repeated service 
> interruptions - failure processing document: missing CR
>   at 
> org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:586)
> Caused by: java.io.IOException: missing CR
>   at sun.net.www.http.ChunkedInputStream.processRaw(Unknown Source)
>   at sun.net.www.http.ChunkedInputStream.readAheadBlocking(Unknown Source)
>   at sun.net.www.http.ChunkedInputStream.readAhead(Unknown Source)
>   at sun.net.www.http.ChunkedInputStream.read(Unknown Source)
>   at java.io.FilterInputStream.read(Unknown Source)
>   at 
> sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown 
> Source)
>   at 
> sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown 
> Source)
>   at 
> org.apache.http.entity.mime.content.InputStreamBody.writeTo(InputStreamBody.java:69)
>   at 
> org.apache.manifoldcf.agents.output.solr.ModifiedHttpMultipart.doWriteTo(ModifiedHttpMultipart.java:211)
>   at 
> org.apache.manifoldcf.agents.output.solr.ModifiedHttpMultipart.writeTo(ModifiedHttpMultipart.java:229)
>   at 
> org.apache.manifoldcf.agents.output.solr.ModifiedMultipartEntity.writeTo(ModifiedMultipartEntity.java:186)
>   at 
> org.apache.http.entity.HttpEntityWrapper.writeTo(HttpEntityWrapper.java:98)
>   at 
> org.apache.http.impl.client.EntityEnclosingRequestWrapper$EntityWrapper.writeTo(EntityEnclosingRequestWrapper.java:108)
>   at 
> org.apache.http.impl.entity.EntitySerializer.serialize(EntitySerializer.java:122)
>   at 
> org.apache.http.impl.AbstractHttpClientConnection.sendRequestEntity(AbstractHttpClientConnection.java:271)
>   at 
> org.apache.http.impl.conn.ManagedClientConnectionImpl.sendRequestEntity(ManagedClientConnectionImpl.java:197)
>   at 
> org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:257)
>   at 
> org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
>   at 
> org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:715)
>   at 
> org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:520)
>   at 
> org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
>   at 
> org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
>   at 
> org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
>   at 
> org.apache.manifoldcf.agents.output.solr.ModifiedHttpSolrServer.request(ModifiedHttpSolrServer.java:291)
>   at 
> org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
>   at 
> org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
>   at 
> org.apache.manifoldcf.agents.output.solr.HttpPoster$IngestThread.run(HttpPoster.java:919)
> Regards,
> Lalit.



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


[jira] [Commented] (CONNECTORS-897) IO exception during indexing: missing CR

2014-02-20 Thread lalit (JIRA)

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

lalit commented on CONNECTORS-897:
--

Thanks Karl,

Infact i am using only bundled binary of mcf 1.4.1 & i can provide an example 
of content which i am trying to index is am image abc.jpg which is only of  
 1.4mb in size. Is there any configuration in solr or mcf i need to update?

I am also looking more more details of "HttpClient wire debugging".

Regards.

> IO exception during indexing: missing CR
> 
>
> Key: CONNECTORS-897
> URL: https://issues.apache.org/jira/browse/CONNECTORS-897
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: CMIS connector
>Affects Versions: ManifoldCF 1.4.1
> Environment: Windows 7 with bundled mcf 1.4.1, solr 4.6
>Reporter: lalit
>
> Hi,
> I have downloaded mcf(ManifoldCF) 1.4.1 source from tag site & build it as 
> per instructions. Now i am using cmis connector to connect to alfresco repo & 
> using solr as output channel.
> When i am crawling alfresco repo for indexing into solr, whenever mcf crawls 
> any media such as image or video, i am getting this error into mcf logs. I 
> have also added adm4.1.jar & xmpcore.jar into ..\contrib\extraction\lib.
> ERROR 2014-02-20 12:50:45,251 (Worker thread '3') - Exception tossed: 
> Repeated service interruptions - failure processing document: missing CR
> org.apache.manifoldcf.core.interfaces.ManifoldCFException: Repeated service 
> interruptions - failure processing document: missing CR
>   at 
> org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:586)
> Caused by: java.io.IOException: missing CR
>   at sun.net.www.http.ChunkedInputStream.processRaw(Unknown Source)
>   at sun.net.www.http.ChunkedInputStream.readAheadBlocking(Unknown Source)
>   at sun.net.www.http.ChunkedInputStream.readAhead(Unknown Source)
>   at sun.net.www.http.ChunkedInputStream.read(Unknown Source)
>   at java.io.FilterInputStream.read(Unknown Source)
>   at 
> sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown 
> Source)
>   at 
> sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown 
> Source)
>   at 
> org.apache.http.entity.mime.content.InputStreamBody.writeTo(InputStreamBody.java:69)
>   at 
> org.apache.manifoldcf.agents.output.solr.ModifiedHttpMultipart.doWriteTo(ModifiedHttpMultipart.java:211)
>   at 
> org.apache.manifoldcf.agents.output.solr.ModifiedHttpMultipart.writeTo(ModifiedHttpMultipart.java:229)
>   at 
> org.apache.manifoldcf.agents.output.solr.ModifiedMultipartEntity.writeTo(ModifiedMultipartEntity.java:186)
>   at 
> org.apache.http.entity.HttpEntityWrapper.writeTo(HttpEntityWrapper.java:98)
>   at 
> org.apache.http.impl.client.EntityEnclosingRequestWrapper$EntityWrapper.writeTo(EntityEnclosingRequestWrapper.java:108)
>   at 
> org.apache.http.impl.entity.EntitySerializer.serialize(EntitySerializer.java:122)
>   at 
> org.apache.http.impl.AbstractHttpClientConnection.sendRequestEntity(AbstractHttpClientConnection.java:271)
>   at 
> org.apache.http.impl.conn.ManagedClientConnectionImpl.sendRequestEntity(ManagedClientConnectionImpl.java:197)
>   at 
> org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:257)
>   at 
> org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
>   at 
> org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:715)
>   at 
> org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:520)
>   at 
> org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
>   at 
> org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
>   at 
> org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
>   at 
> org.apache.manifoldcf.agents.output.solr.ModifiedHttpSolrServer.request(ModifiedHttpSolrServer.java:291)
>   at 
> org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
>   at 
> org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
>   at 
> org.apache.manifoldcf.agents.output.solr.HttpPoster$IngestThread.run(HttpPoster.java:919)
> Regards,
> Lalit.



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


[jira] [Created] (CONNECTORS-897) IO exception during indexing: missing CR

2014-02-20 Thread lalit (JIRA)
lalit created CONNECTORS-897:


 Summary: IO exception during indexing: missing CR
 Key: CONNECTORS-897
 URL: https://issues.apache.org/jira/browse/CONNECTORS-897
 Project: ManifoldCF
  Issue Type: Bug
  Components: CMIS connector
Affects Versions: ManifoldCF 1.4.1
 Environment: Windows 7 with bundled mcf 1.4.1, solr 4.6
Reporter: lalit


Hi,

I have downloaded mcf(ManifoldCF) 1.4.1 source from tag site & build it as per 
instructions. Now i am using cmis connector to connect to alfresco repo & using 
solr as output channel.

When i am crawling alfresco repo for indexing into solr, whenever mcf crawls 
any media such as image or video, i am getting this error into mcf logs. I have 
also added adm4.1.jar & xmpcore.jar into ..\contrib\extraction\lib.

ERROR 2014-02-20 12:50:45,251 (Worker thread '3') - Exception tossed: Repeated 
service interruptions - failure processing document: missing CR
org.apache.manifoldcf.core.interfaces.ManifoldCFException: Repeated service 
interruptions - failure processing document: missing CR
at 
org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:586)
Caused by: java.io.IOException: missing CR
at sun.net.www.http.ChunkedInputStream.processRaw(Unknown Source)
at sun.net.www.http.ChunkedInputStream.readAheadBlocking(Unknown Source)
at sun.net.www.http.ChunkedInputStream.readAhead(Unknown Source)
at sun.net.www.http.ChunkedInputStream.read(Unknown Source)
at java.io.FilterInputStream.read(Unknown Source)
at 
sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown Source)
at 
sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown Source)
at 
org.apache.http.entity.mime.content.InputStreamBody.writeTo(InputStreamBody.java:69)
at 
org.apache.manifoldcf.agents.output.solr.ModifiedHttpMultipart.doWriteTo(ModifiedHttpMultipart.java:211)
at 
org.apache.manifoldcf.agents.output.solr.ModifiedHttpMultipart.writeTo(ModifiedHttpMultipart.java:229)
at 
org.apache.manifoldcf.agents.output.solr.ModifiedMultipartEntity.writeTo(ModifiedMultipartEntity.java:186)
at 
org.apache.http.entity.HttpEntityWrapper.writeTo(HttpEntityWrapper.java:98)
at 
org.apache.http.impl.client.EntityEnclosingRequestWrapper$EntityWrapper.writeTo(EntityEnclosingRequestWrapper.java:108)
at 
org.apache.http.impl.entity.EntitySerializer.serialize(EntitySerializer.java:122)
at 
org.apache.http.impl.AbstractHttpClientConnection.sendRequestEntity(AbstractHttpClientConnection.java:271)
at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.sendRequestEntity(ManagedClientConnectionImpl.java:197)
at 
org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:257)
at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:715)
at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:520)
at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
at 
org.apache.manifoldcf.agents.output.solr.ModifiedHttpSolrServer.request(ModifiedHttpSolrServer.java:291)
at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
at 
org.apache.manifoldcf.agents.output.solr.HttpPoster$IngestThread.run(HttpPoster.java:919)

Regards,
Lalit.



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


[jira] [Commented] (CONNECTORS-864) Alfresco only provides 100 search results using CMIS connector with Apache ManifoldCF.

2014-02-06 Thread lalit (JIRA)

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

lalit commented on CONNECTORS-864:
--

I have downloaded from source for 1.4.1 & updated 
.../CmisRepositoryConnector.java with 

ItemIterable results = session.query(cmisQuery, 
false).getPage(MAX_RESULTS); where MAX_RESULTS is 1 milion. 

Now i am able to see more than 100 results in solr index using mcf CMIS 
connector.

> Alfresco only provides 100 search results using CMIS connector with Apache 
> ManifoldCF.
> --
>
> Key: CONNECTORS-864
> URL: https://issues.apache.org/jira/browse/CONNECTORS-864
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: CMIS connector
>Affects Versions: ManifoldCF 1.4.1
> Environment: Alfresco 4.2, Windows 7 with manifold 1.4.1 & solr 4.0.0
>Reporter: lalit
>Assignee: Piergiorgio Lucidi
>Priority: Blocker
> Fix For: ManifoldCF 1.5
>
> Attachments: CONNECTORS-864.patch, alfresco-job.PNG, cmis 
> connection.PNG, mvn error.PNG, solr.PNG
>
>
> I am using solr 4.0.0 as output channel for manifold 1.4.1. I have also 
> created a repository connection for alfresco 4.2 which is working fine. Next 
> i have configured a job for indexing alfresco repo for all content items. But 
> it only return first 100 items to solr. 
> I tried changing configurations from both manifold & solr perspective but 
> still i am getting 100 results only.



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


[jira] [Commented] (CONNECTORS-879) java.lang.NoSuchMethodError: org.apache.solr.client.solrj.SolrServer.shutdown()V

2014-02-05 Thread lalit (JIRA)

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

lalit commented on CONNECTORS-879:
--

After several attempts, i was able to build MCF 1.4.1 from tag & built it. 
Following are my observations.

1. Tested it with 'connection refused' status as no solr was running - OK.
2. Tested with only solr running 'connection ok' - OK
3. Tested with all components running i.e.  mcf/solr/alfresco - OK.
4. Tested with all components running i.e.  mcf/solr/alfresco with my own 
schema - OK.

Till now i could not see any "java.lang.NoSuchMethodError: 
org.apache.solr.client.solrj.SolrServer.shutdown()V" error. 

Should i use the one built this way? 

> 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)


[jira] [Commented] (CONNECTORS-879) java.lang.NoSuchMethodError: org.apache.solr.client.solrj.SolrServer.shutdown()V

2014-02-05 Thread lalit (JIRA)

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

lalit commented on CONNECTORS-879:
--

I used the way you suggested but this time its not able to build & throwing 
below error for hsql DB.

download-via-maven:
  [get] Getting: 
http://repo1.maven.org/maven2/org/json/json/20090211/json-20090211.jar
  [get] To: 
C:\Users\lalit.jangra\Desktop\apache-manifoldcf-1.4.1\lib\json.jar

download-hsqldb:
  [get] Getting: 
http://www.hsqldb.org/repos/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9.jar
  [get] To: 
C:\Users\lalit.jangra\Desktop\apache-manifoldcf-1.4.1\lib\hsqldb.jar
  [get] Error getting 
http://www.hsqldb.org/repos/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9.jar to 
C:\Users\lalit.jangra\Desktop\apache-manifoldcf-1.4.1\lib\hsqldb.jar

BUILD FAILED
C:\Users\lalit.jangra\Desktop\apache-manifoldcf-1.4.1\build.xml:3395: 
java.net.ConnectException: Connection timed out: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at 
java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:69)
at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:157)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
at sun.net.www.http.HttpClient.(HttpClient.java:203)
at sun.net.www.http.HttpClient.New(HttpClient.java:290)
at sun.net.www.http.HttpClient.New(HttpClient.java:306)
at 
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
at 
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
at 
org.apache.tools.ant.taskdefs.Get$GetThread.openConnection(Get.java:660)
at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:579)
at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:569)

Total time: 52 seconds

> 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(Output

[jira] [Commented] (CONNECTORS-879) java.lang.NoSuchMethodError: org.apache.solr.client.solrj.SolrServer.shutdown()V

2014-02-05 Thread lalit (JIRA)

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

lalit commented on CONNECTORS-879:
--

I followed these steps as per 
http://manifoldcf.apache.org/release/trunk/en_US/how-to-build-and-deploy.html 
but not able to get anything under dost/example folder.

I used avn to download 1.4.1 source from tag from 
https://svn.apache.org/repos/asf/manifoldcf/tags/release-1.4.1/
ant make-deps
ant build

It was successful but example folder is blank wtihout any start/jar file.

> 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)


[jira] [Comment Edited] (CONNECTORS-879) java.lang.NoSuchMethodError: org.apache.solr.client.solrj.SolrServer.shutdown()V

2014-02-05 Thread lalit (JIRA)

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

lalit edited comment on CONNECTORS-879 at 2/5/14 9:11 AM:
--

Karl, you were correct.

I started manifold again & it was idle for more than 5 mins & i started to get 
same error in manifoldcf.log

FATAL 2014-02-05 14:37:14,121 (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)

Also i assume that i do not need to configure Solr Cell as it is already 
configured for me.


was (Author: lalitjangra):
Karl, you were correct.

I started manifold again & it was idle for more than 5 mins & i started to get 
same error in manifoldcf.log

FATAL 2014-02-05 14:37:14,121 (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)

Also i assume that i do not need to configure Solr Cell as it is alfready 
configured for me.

> 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)


[jira] [Commented] (CONNECTORS-879) java.lang.NoSuchMethodError: org.apache.solr.client.solrj.SolrServer.shutdown()V

2014-02-05 Thread lalit (JIRA)

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

lalit commented on CONNECTORS-879:
--

Karl, you were correct.

I started manifold again & it was idle for more than 5 mins & i started to get 
same error in manifoldcf.log

FATAL 2014-02-05 14:37:14,121 (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)

Also i assume that i do not need to configure Solr Cell as it is alfready 
configured for me.

> 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)


[jira] [Comment Edited] (CONNECTORS-879) java.lang.NoSuchMethodError: org.apache.solr.client.solrj.SolrServer.shutdown()V

2014-02-05 Thread lalit (JIRA)

[ 
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.

 

  true
  ignored_

  
  true
  links
  ignored_

  

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
>

[jira] [Comment Edited] (CONNECTORS-879) java.lang.NoSuchMethodError: org.apache.solr.client.solrj.SolrServer.shutdown()V

2014-02-05 Thread lalit (JIRA)

[ 
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:35 AM:
--

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)


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.

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(Outpu

[jira] [Commented] (CONNECTORS-879) java.lang.NoSuchMethodError: org.apache.solr.client.solrj.SolrServer.shutdown()V

2014-02-05 Thread lalit (JIRA)

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

lalit commented on CONNECTORS-879:
--

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.

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)


[jira] [Comment Edited] (CONNECTORS-879) java.lang.NoSuchMethodError: org.apache.solr.client.solrj.SolrServer.shutdown()V

2014-02-05 Thread lalit (JIRA)

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

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

Thanks Karl for quick reply.

I am trying to integrate Alfresco 4.2 EE with Manifold 1.4.1 using solr 4.6 as 
output channel. Now i have first installed manifold 1.4.1 & solr 4.6 and set 
solr as output connection. It says connection working fine.Secondly i created a 
repository connection for alfresco using CMIS connector OOTB. This connection 
also works fine. Let me also mention that i did not replace/add any new jar in 
manifold including solr.

Once all done, i am creating a job using solr OOTB schema & trying to crawl 
alfresco using a CMIS query.  As per CMIS query limit it shows only first 100 
results but when processing these 100 results it throws 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
at 
org.apache.manifoldcf.agents.output.solr.ModifiedHttpSolrServer.request(ModifiedHttpSolrServer.java:311)
at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:105)
at 
org.apache.manifoldcf.agents.output.solr.HttpPoster$IngestThread.run(HttpPoster.java:919)
 WARN 2014-02-04 14:01:53,679 (Worker thread '3') - Service interruption 
reported for job 1391502523785 connection 'lalit1': Solr exception during 
indexing (500): Server at http://localhost:8983/solr/collection2 returned non 
ok status:500, message:Server Error
ERROR 2014-02-04 14:01:53,755 (Worker thread '3') - Exception tossed: Repeated 
service interruptions - failure processing document: Server at 
http://localhost:8983/solr/collection2 returned non ok status:500, 
message:Server Error
org.apache.manifoldcf.core.interfaces.ManifoldCFException: Repeated service 
interruptions - failure processing document: Server at 
http://localhost:8983/solr/collection2 returned non ok status:500, 
message:Server Error
at 
org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:586)
Caused by: org.apache.solr.common.SolrException: Server at 
http://localhost:8983/solr/collection2 returned non ok status:500, 
message:Server Error
at 
org.apache.manifoldcf.agents.output.solr.ModifiedHttpSolrServer.request(ModifiedHttpSolrServer.java:311)
at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:105)
at 
org.apache.manifoldcf.agents.output.solr.HttpPoster$IngestThread.run(HttpPoster.java:919)

After this i get error message on manifold for same error & job gets aborted. 
After a while, i am getting error i mentioned previously and that too 
continously with CPU usage very high & manifold.log file full. I need to shut 
down manifold to top this. Also on my mcf ui, i get this error message for job.

Error: Repeated service interruptions - failure processing document: Server at 
http://localhost:8983/solr/collection1 returned non ok status:500, 
message:Server Error

This is what i am planning. Please let me know for further updates.


was (Author: lalitjangra):
Thanks Karl for quick reply.

I am trying to integrate Alfresco 4.2 EE with Manifold 1.4.1 using solr 4.6 as 
output channel. Now i have first installed manifold 1.4.1 & solr 4.6 and set 
solr as output connection. It says connection working fine.Secondly i created a 
repository connection for alfresco using CMIS connector OOTB. This connection 
also works fine. Let me also mention that i did not replace/add any new jar in 
manifold including solr.

Once all done, i am creating a job using solr OOTB schema & trying to crawl 
alfresco using a CMIS query.  As per CMIS query limit it shows only first 100 
results but when processing these 100 results it throws 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
at 
org.apache.manifoldcf.agents.output.solr.ModifiedHttpSolrServer.request(ModifiedHttpSolrServer.java:311)
at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:

[jira] [Comment Edited] (CONNECTORS-879) java.lang.NoSuchMethodError: org.apache.solr.client.solrj.SolrServer.shutdown()V

2014-02-04 Thread lalit (JIRA)

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

lalit edited comment on CONNECTORS-879 at 2/5/14 7:00 AM:
--

Thanks Karl for quick reply.

I am trying to integrate Alfresco 4.2 EE with Manifold 1.4.1 using solr 4.6 as 
output channel. Now i have first installed manifold 1.4.1 & solr 4.6 and set 
solr as output connection. It says connection working fine.Secondly i created a 
repository connection for alfresco using CMIS connector OOTB. This connection 
also works fine. Let me also mention that i did not replace/add any new jar in 
manifold including solr.

Once all done, i am creating a job using solr OOTB schema & trying to crawl 
alfresco using a CMIS query.  As per CMIS query limit it shows only first 100 
results but when processing these 100 results it throws 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
at 
org.apache.manifoldcf.agents.output.solr.ModifiedHttpSolrServer.request(ModifiedHttpSolrServer.java:311)
at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:105)
at 
org.apache.manifoldcf.agents.output.solr.HttpPoster$IngestThread.run(HttpPoster.java:919)
 WARN 2014-02-04 14:01:53,679 (Worker thread '3') - Service interruption 
reported for job 1391502523785 connection 'lalit1': Solr exception during 
indexing (500): Server at http://localhost:8983/solr/collection2 returned non 
ok status:500, message:Server Error
ERROR 2014-02-04 14:01:53,755 (Worker thread '3') - Exception tossed: Repeated 
service interruptions - failure processing document: Server at 
http://localhost:8983/solr/collection2 returned non ok status:500, 
message:Server Error
org.apache.manifoldcf.core.interfaces.ManifoldCFException: Repeated service 
interruptions - failure processing document: Server at 
http://localhost:8983/solr/collection2 returned non ok status:500, 
message:Server Error
at 
org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:586)
Caused by: org.apache.solr.common.SolrException: Server at 
http://localhost:8983/solr/collection2 returned non ok status:500, 
message:Server Error
at 
org.apache.manifoldcf.agents.output.solr.ModifiedHttpSolrServer.request(ModifiedHttpSolrServer.java:311)
at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:105)
at 
org.apache.manifoldcf.agents.output.solr.HttpPoster$IngestThread.run(HttpPoster.java:919)

After this i get error message on manifold for same error & job gets aborted. 
After a while, i am getting error i mentioned previously and that too 
continously with CPU usage very high & manifold.log file full. I need to shut 
down manifold to top this. Also on my mcf ui, i get this error message for job.

Error: Repeated service interruptions - failure processing document: Server at 
http://localhost:8983/solr/irishwater returned non ok status:500, 
message:Server Error

This is what i am planning. Please let me know for further updates.


was (Author: lalitjangra):
Thanks Karl for quick reply.

I am trying to integrate Alfresco 4.2 EE with Manifold 1.4.1 using solr 4.6 as 
output channel. Now i have first installed manifold 1.4.1 & solr 4.6 and set 
solr as output connection. It says connection working fine.Secondly i created a 
repository connection for alfresco using CMIS connector OOTB. This connection 
also works fine. Let me also mention that i did not replace/add any new jar in 
manifold including solr.

Once all done, i am creating a job using solr OOTB schema & trying to crawl 
alfresco using a CMIS query.  As per CMIS query limit it shows only first 100 
results but when processing these 100 results it throws 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
at 
org.apache.manifoldcf.agents.output.solr.ModifiedHttpSolrServer.request(ModifiedHttpSolrServer.java:311)
at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:1

[jira] [Comment Edited] (CONNECTORS-879) java.lang.NoSuchMethodError: org.apache.solr.client.solrj.SolrServer.shutdown()V

2014-02-04 Thread lalit (JIRA)

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

lalit edited comment on CONNECTORS-879 at 2/5/14 3:54 AM:
--

Thanks Karl for quick reply.

I am trying to integrate Alfresco 4.2 EE with Manifold 1.4.1 using solr 4.6 as 
output channel. Now i have first installed manifold 1.4.1 & solr 4.6 and set 
solr as output connection. It says connection working fine.Secondly i created a 
repository connection for alfresco using CMIS connector OOTB. This connection 
also works fine. Let me also mention that i did not replace/add any new jar in 
manifold including solr.

Once all done, i am creating a job using solr OOTB schema & trying to crawl 
alfresco using a CMIS query.  As per CMIS query limit it shows only first 100 
results but when processing these 100 results it throws 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
at 
org.apache.manifoldcf.agents.output.solr.ModifiedHttpSolrServer.request(ModifiedHttpSolrServer.java:311)
at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:105)
at 
org.apache.manifoldcf.agents.output.solr.HttpPoster$IngestThread.run(HttpPoster.java:919)
 WARN 2014-02-04 14:01:53,679 (Worker thread '3') - Service interruption 
reported for job 1391502523785 connection 'lalit1': Solr exception during 
indexing (500): Server at http://localhost:8983/solr/collection2 returned non 
ok status:500, message:Server Error
ERROR 2014-02-04 14:01:53,755 (Worker thread '3') - Exception tossed: Repeated 
service interruptions - failure processing document: Server at 
http://localhost:8983/solr/collection2 returned non ok status:500, 
message:Server Error
org.apache.manifoldcf.core.interfaces.ManifoldCFException: Repeated service 
interruptions - failure processing document: Server at 
http://localhost:8983/solr/collection2 returned non ok status:500, 
message:Server Error
at 
org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:586)
Caused by: org.apache.solr.common.SolrException: Server at 
http://localhost:8983/solr/collection2 returned non ok status:500, 
message:Server Error
at 
org.apache.manifoldcf.agents.output.solr.ModifiedHttpSolrServer.request(ModifiedHttpSolrServer.java:311)
at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:105)
at 
org.apache.manifoldcf.agents.output.solr.HttpPoster$IngestThread.run(HttpPoster.java:919)

After this i get error message on manifold for same error & job gets aborted. 
After a while, i am getting error i mentioned previously and that too 
continously with CPU usage very high & manifold.log file full. I need to shut 
down manifold to top this.

This is what i am planning. Please let me know for further updates.


was (Author: lalitjangra):
Thanks Karl for quick reply.

I am trying to integrate Alfresco 4.2 EE with Manifold 1.4.1 using solr 4.6 as 
output channel. Now i have first installed manifold 1.4.1 & solr 4.6 and set 
solr as output connection. It says connection working fine.Secondly i created a 
repository connection for alfresco using CMIS connector OOTB. This connection 
also works fine. Let me also mention that i did not replace/add any new jar in 
manifold including solr.

Once all done, i am creating a job using solr OOTB schema & trying to crawl 
alfresco using a CMIS query.  As per CMIS query limit it shows only first 100 
results but when processing these 100 results it throws 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
at 
org.apache.manifoldcf.agents.output.solr.ModifiedHttpSolrServer.request(ModifiedHttpSolrServer.java:311)
at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:105)
at 
org.apache.manifoldcf.agents.output.solr.HttpPoster$IngestThread.run(HttpPoster.java:919)
 WARN 2014-02-04 14:01:53,679 (Worker thread '3') - Service interruption 
reported for job 1391502523785 connection 

[jira] [Commented] (CONNECTORS-879) java.lang.NoSuchMethodError: org.apache.solr.client.solrj.SolrServer.shutdown()V

2014-02-04 Thread lalit (JIRA)

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

lalit commented on CONNECTORS-879:
--

Thanks Karl for quick reply.

I am trying to integrate Alfresco 4.2 EE with Manifold 1.4.1 using solr 4.6 as 
output channel. Now i have first installed manifold 1.4.1 & solr 4.6 and set 
solr as output connection. It says connection working fine.Secondly i created a 
repository connection for alfresco using CMIS connector OOTB. This connection 
also works fine. Let me also mention that i did not replace/add any new jar in 
manifold including solr.

Once all done, i am creating a job using solr OOTB schema & trying to crawl 
alfresco using a CMIS query.  As per CMIS query limit it shows only first 100 
results but when processing these 100 results it throws 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
at 
org.apache.manifoldcf.agents.output.solr.ModifiedHttpSolrServer.request(ModifiedHttpSolrServer.java:311)
at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:105)
at 
org.apache.manifoldcf.agents.output.solr.HttpPoster$IngestThread.run(HttpPoster.java:919)
 WARN 2014-02-04 14:01:53,679 (Worker thread '3') - Service interruption 
reported for job 1391502523785 connection 'lalit1': Solr exception during 
indexing (500): Server at http://localhost:8983/solr/collection2 returned non 
ok status:500, message:Server Error
ERROR 2014-02-04 14:01:53,755 (Worker thread '3') - Exception tossed: Repeated 
service interruptions - failure processing document: Server at 
http://localhost:8983/solr/collection2 returned non ok status:500, 
message:Server Error
org.apache.manifoldcf.core.interfaces.ManifoldCFException: Repeated service 
interruptions - failure processing document: Server at 
http://localhost:8983/solr/collection2 returned non ok status:500, 
message:Server Error
at 
org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:586)
Caused by: org.apache.solr.common.SolrException: Server at 
http://localhost:8983/solr/collection2 returned non ok status:500, 
message:Server Error
at 
org.apache.manifoldcf.agents.output.solr.ModifiedHttpSolrServer.request(ModifiedHttpSolrServer.java:311)
at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:180)
at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:105)
at 
org.apache.manifoldcf.agents.output.solr.HttpPoster$IngestThread.run(HttpPoster.java:919)

After this i get error message on manifold for same error & job gets aborted. 
After sometime, i am getting error i mentioned earlier that to continously with 
CPU usage very high & manifold.log file full. I need to shut down manifold to 
top this.

This is what i am planning. Please let me know for further updates.

> 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.s

[jira] [Created] (CONNECTORS-879) java.lang.NoSuchMethodError: org.apache.solr.client.solrj.SolrServer.shutdown()V

2014-02-04 Thread lalit (JIRA)
lalit created CONNECTORS-879:


 Summary: 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


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)


[jira] [Commented] (CONNECTORS-864) Alfresco only provides 100 search results using CMIS connector with Apache ManifoldCF.

2014-01-21 Thread lalit (JIRA)

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

lalit commented on CONNECTORS-864:
--

Thanks a lot Karl/Piergiorgio for help.

I am trying to build it using https://github.com/apache/manifoldcf as per 
instructions. But when i am trying to use maven "mvn clean install", i am 
getting error as below. Attaching screenshot for same. Please help in either 
creating a new fork with changes or let me know other way to build it.

[ERROR] Unknown lifecycle phase "cleaninstall". You must specify a valid 
lifecycle phase or a goal in the format : or 
:[:<
plugin-version>]:. Available lifecycle phases are: validate, initialize, 
generate-sources, process-sources, generate-resources, process-resources, 
compile, process-classes, g
enerate-test-sources, process-test-sources, generate-test-resources, 
process-test-resources, test-compile, process-test-classes, test, 
prepare-package, package, pre-integration-tes
t, integration-test, post-integration-test, verify, install, deploy, pre-site, 
site, post-site, site-deploy, pre-clean, clean, post-clean. -> [Help 1]

> Alfresco only provides 100 search results using CMIS connector with Apache 
> ManifoldCF.
> --
>
> Key: CONNECTORS-864
> URL: https://issues.apache.org/jira/browse/CONNECTORS-864
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: CMIS connector
>Affects Versions: ManifoldCF 1.4.1
> Environment: Alfresco 4.2, Windows 7 with manifold 1.4.1 & solr 4.0.0
>Reporter: lalit
>Assignee: Piergiorgio Lucidi
>Priority: Blocker
> Fix For: ManifoldCF 1.5
>
> Attachments: CONNECTORS-864.patch, alfresco-job.PNG, cmis 
> connection.PNG, mvn error.PNG, solr.PNG
>
>
> I am using solr 4.0.0 as output channel for manifold 1.4.1. I have also 
> created a repository connection for alfresco 4.2 which is working fine. Next 
> i have configured a job for indexing alfresco repo for all content items. But 
> it only return first 100 items to solr. 
> I tried changing configurations from both manifold & solr perspective but 
> still i am getting 100 results only.



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


[jira] [Updated] (CONNECTORS-864) Alfresco only provides 100 search results using CMIS connector with Apache ManifoldCF.

2014-01-21 Thread lalit (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

lalit updated CONNECTORS-864:
-

Attachment: mvn error.PNG

> Alfresco only provides 100 search results using CMIS connector with Apache 
> ManifoldCF.
> --
>
> Key: CONNECTORS-864
> URL: https://issues.apache.org/jira/browse/CONNECTORS-864
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: CMIS connector
>Affects Versions: ManifoldCF 1.4.1
> Environment: Alfresco 4.2, Windows 7 with manifold 1.4.1 & solr 4.0.0
>Reporter: lalit
>Assignee: Piergiorgio Lucidi
>Priority: Blocker
> Fix For: ManifoldCF 1.5
>
> Attachments: CONNECTORS-864.patch, alfresco-job.PNG, cmis 
> connection.PNG, mvn error.PNG, solr.PNG
>
>
> I am using solr 4.0.0 as output channel for manifold 1.4.1. I have also 
> created a repository connection for alfresco 4.2 which is working fine. Next 
> i have configured a job for indexing alfresco repo for all content items. But 
> it only return first 100 items to solr. 
> I tried changing configurations from both manifold & solr perspective but 
> still i am getting 100 results only.



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


[jira] [Updated] (CONNECTORS-864) Alfresco only provides 100 search results using CMIS connector with Apache ManifoldCF.

2014-01-19 Thread lalit (JIRA)

 [ 
https://issues.apache.org/jira/browse/CONNECTORS-864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

lalit updated CONNECTORS-864:
-

Attachment: cmis connection.PNG
alfresco-job.PNG
solr.PNG

> Alfresco only provides 100 search results using CMIS connector with Apache 
> ManifoldCF.
> --
>
> Key: CONNECTORS-864
> URL: https://issues.apache.org/jira/browse/CONNECTORS-864
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: CMIS connector
>Affects Versions: ManifoldCF 1.4.1
> Environment: Alfresco 4.2, Windows 7 with manifold 1.4.1 & solr 4.0.0
>Reporter: lalit
>Priority: Blocker
> Attachments: alfresco-job.PNG, cmis connection.PNG, solr.PNG
>
>
> I am using solr 4.0.0 as output channel for manifold 1.4.1. I have also 
> created a repository connection for alfresco 4.2 which is working fine. Next 
> i have configured a job for indexing alfresco repo for all content items. But 
> it only return first 100 items to solr. 
> I tried changing configurations from both manifold & solr perspective but 
> still i am getting 100 results only.



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


[jira] [Created] (CONNECTORS-864) Alfresco only provides 100 search results using CMIS connector with Apache ManifoldCF.

2014-01-19 Thread lalit (JIRA)
lalit created CONNECTORS-864:


 Summary: Alfresco only provides 100 search results using CMIS 
connector with Apache ManifoldCF.
 Key: CONNECTORS-864
 URL: https://issues.apache.org/jira/browse/CONNECTORS-864
 Project: ManifoldCF
  Issue Type: Bug
  Components: CMIS connector
Affects Versions: ManifoldCF 1.4.1
 Environment: Alfresco 4.2, Windows 7 with manifold 1.4.1 & solr 4.0.0
Reporter: lalit
Priority: Blocker
 Attachments: alfresco-job.PNG, cmis connection.PNG, solr.PNG

I am using solr 4.0.0 as output channel for manifold 1.4.1. I have also created 
a repository connection for alfresco 4.2 which is working fine. Next i have 
configured a job for indexing alfresco repo for all content items. But it only 
return first 100 items to solr. 

I tried changing configurations from both manifold & solr perspective but still 
i am getting 100 results only.



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