cancel
Showing results for 
Search instead for 
Did you mean: 

CMIS webscript not found

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

I've installed Alfresco Community 5.0, but I can't find CMIS service.


When I accessed http://127.0.0.1:8090/alfresco/service/cmis, I got the Error like this " The Web Script /alfresco/service/cmis has responded with a status of 404 - Not Found. "

Could someone help me?
5 REPLIES 5

Tried to access, but got the error :
"org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: null"

muralidharand
Star Contributor
Star Contributor
Can you please post the complete error stack?
What is your exact alfresco version?
I tested with Alfresco 5.0.d community edition and based on that, I created a .net application also.
https://github.com/muralidharand/AlfrescoDotCMISExamples

mrogers
Star Contributor
Star Contributor
And port 9080 is not standard so please post your relevant configuration as well.

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

THanks for replying.

About service CMIS, it's done already. It's my mistake to access the wrong URL.

But another problem is when I'm 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.


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)