user739115
user739115

Reputation: 1187

SomeCoCMISDataCreator example not working

check out the source from content-model and running examples .we are using 5.1.1 version.SomeCoCMISDataCreator admin admin SomeCo whitepaper test.

https://github.com/jpotts/alfresco-developer-series/tree/master/content

Exception in thread "main" org.apache.chemistry.opencmis.commons.exceptions.CmisObjectNotFoundException: Object not found: /SomeCo
    at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:473)
    at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.read(AbstractAtomPubService.java:619)
    at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.getObjectInternal(AbstractAtomPubService.java:842)
    at org.apache.chemistry.opencmis.client.bindings.spi.atompub.ObjectServiceImpl.getObjectByPath(ObjectServiceImpl.java:628)
    at org.apache.chemistry.opencmis.client.runtime.SessionImpl.getObjectByPath(SessionImpl.java:554)

Upvotes: 0

Views: 138

Answers (1)

Jeff Potts
Jeff Potts

Reputation: 10538

Log in to Alfresco Share as admin, click "Repository", click "Create Folder" and create a folder named "SomeCo".

Upvotes: 1

Related Questions