cancel
Showing results for 
Search instead for 
Did you mean: 

Deploying Kickstart process into Alfresco

mwelter
Champ in-the-making
Champ in-the-making
Good afternoon everybody,

I am new to the Activiti / Alfresco world & I have just finished creating a Kickstart online (simple) workflow in Eclipse Juno and I was able to export it successfully to the project target folder where it has successfully created a handful of .XML files, including the BPMN20.XML file as required.  I was able to import the BPMN20.xml file into http://activiti.alfresco.com as I wanted to see the flow chart, which displayed nicely as well.

The problem I have is when I try to deploy it to our instance of Alfresco with the CMIS exporter, I get the following error:

Error while exporting process: org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException: Not Found

The Alfresco version we are running is:
Alfresco Enterprise v4.1.5(r52063-b80) schema 5120
Spring Surf and Spring WebScripts - v1.2.0(Release 1268)
Operating system Centos 6.5

Is anyone able to assist / point me in the right direction ?  Please let me know if you need any other information.

Thanks & Regards,
11 REPLIES 11

bluvent
Champ on-the-rise
Champ on-the-rise
Hei,

I got the same error with the details :

org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException: Not Found
at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:467)
at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.read(AbstractAtomPubService.java:613)
at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.getRepositoriesInternal(AbstractAtomPubService.java:776)
at org.apache.chemistry.opencmis.client.bindings.spi.atompub.RepositoryServiceImpl.getRepositoryInfos(RepositoryServiceImpl.java:65)
at org.apache.chemistry.opencmis.client.bindings.impl.RepositoryServiceImpl.getRepositoryInfos(RepositoryServiceImpl.java:85)
at org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl.getRepositories(SessionFactoryImpl.java:109)
at org.apache.chemistry.opencmis.client.runtime.SessionFactoryImpl.getRepositories(SessionFactoryImpl.java:96)
at org.activiti.designer.kickstart.eclipse.navigator.CmisUtil.createCmisSession(CmisUtil.java:87)
at org.activiti.designer.kickstart.eclipse.navigator.CmisUtil.getCurrentSession(CmisUtil.java:59)
at org.activiti.designer.kickstart.eclipse.navigator.CmisUtil.getFolderByPath(CmisUtil.java:303)
at org.activiti.designer.kickstart.eclipse.ui.wizard.diagram.ExportKickstartProcessWizard.exportProcess(ExportKickstartProcessWizard.java:168)
at org.activiti.designer.kickstart.eclipse.ui.wizard.diagram.ExportKickstartProcessWizard$1.run(ExportKickstartProcessWizard.java:88)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)

johnp2686
Champ in-the-making
Champ in-the-making
Hi,
We are using Eclipse with Activiti Designer, kikstart.
When we try export CMIS, it does sync/deploy the alfresco repositories first time but then gives the following error:
" Error while exporting process: org.apache.chemistry.opencmis.commons.exceptions.CmisRunt"

Regards,
John