Hi Timo, The key message is:
>>>>>> org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: 03073325596 Request failed 500 /solr/alfresco/cmis?wt=json& amp;fl=DBID%2Cscore&rows=1000000000&df=TEXT& start=0&locale=en_US&fq=%7B%21afts%7DAUTHORITY_ FILTER_FROM_JSON&fq=%7B%21afts%7DTENANT_FILTER_FROM_JSON <<<<<< The exception is occurring in the Chemistry client. The apparent reason for the exception is an HTTP 500 error. This would be the result of an exception occurring on the Alfresco side. Are there Alfresco logs you can look at? Karl On Tue, Apr 7, 2015 at 12:54 PM, Timo Selvaraj <[email protected]> wrote: > Hi, > > We successfully connected to Alfresco using AtomPub through CMIS connector > but when the job us setup it is throwing the following error. We are using > the SearchBlox output connector and the Tika transformer. Other repository > connectors like web and file system work fine. We want to use the CMIS > connector instead of Alfresco Web script connector. > > FATAL 2015-04-07 11:21:24,379 (Startup thread) - Error tossed: 03073325596 > Request failed 500 > /solr/alfresco/cmis?wt=json&fl=DBID%2Cscore&rows=1000000000&df=TEXT&start=0&locale=en_US&fq=%7B%21afts%7DAUTHORITY_FILTER_FROM_JSON&fq=%7B%21afts%7DTENANT_FILTER_FROM_JSON > org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: > 03073325596 Request failed 500 > /solr/alfresco/cmis?wt=json&fl=DBID%2Cscore&rows=1000000000&df=TEXT&start=0&locale=en_US&fq=%7B%21afts%7DAUTHORITY_FILTER_FROM_JSON&fq=%7B%21afts%7DTENANT_FILTER_FROM_JSON > at > org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:493) > at > org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.post(AbstractAtomPubService.java:635) > at > org.apache.chemistry.opencmis.client.bindings.spi.atompub.DiscoveryServiceImpl.query(DiscoveryServiceImpl.java:179) > at > org.apache.chemistry.opencmis.client.runtime.SessionImpl$5.fetchPage(SessionImpl.java:872) > at > org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator.getCurrentPage(AbstractIterator.java:132) > at > org.apache.chemistry.opencmis.client.runtime.util.CollectionPageIterator.hasNext(CollectionPageIterator.java:48) > at > org.apache.manifoldcf.crawler.connectors.cmis.CmisRepositoryConnector.addSeedDocuments(CmisRepositoryConnector.java:684) > at > org.apache.manifoldcf.crawler.system.StartupThread.run(StartupThread.java:154) > > Any configuration or setup we are missing here? Why does the path default > to a /solr/alfresco/cmis/? We don’t need any security/permissions for the > documents that are indexed. > > Thanks. >
