cancel
Showing results for 
Search instead for 
Did you mean: 

CMIS export error

bluvent
Champ on-the-rise
Champ on-the-rise
Hello guys,

Why I get error when export CMIS?

Error :

org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: null
   at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:487)
   at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.post(AbstractAtomPubService.java:629)
   at org.apache.chemistry.opencmis.client.bindings.spi.atompub.ObjectServiceImpl.createDocument(ObjectServiceImpl.java:119)
   at org.apache.chemistry.opencmis.client.runtime.SessionImpl.createDocument(SessionImpl.java:751)
   at org.apache.chemistry.opencmis.client.runtime.FolderImpl.createDocument(FolderImpl.java:95)
   at org.apache.chemistry.opencmis.client.runtime.FolderImpl.createDocument(FolderImpl.java:469)
   at org.activiti.designer.kickstart.eclipse.navigator.CmisUtil.uploadProcess(CmisUtil.java:214)
   at org.activiti.designer.kickstart.eclipse.ui.wizard.diagram.ExportKickstartProcessWizard.exportProcess(ExportKickstartProcessWizard.java:189)
   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)
2 REPLIES 2

darkredd
Star Contributor
Star Contributor
Hello,

We cannot help you unless we know the context of your problem; that is to say; tell us what you are trying to achieve and when does the error occur when executing your code.
Giving us the error message only is like asking us to be prophets.

bluvent
Champ on-the-rise
Champ on-the-rise
Hi,

THanks for replying.

Well, I was trying to export kick process from eclipse to Alfresco based on this tutorial :

https://www.youtube.com/results?search_query=Alfresco+Summit+2013_+Boost+Your+Productivity+with+Next...

When exporting, I got the error said that CMIS Runtime is null.