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.