0
콘텐츠 모델에서 소스를 체크 아웃하고 예제를 실행하고 있습니다. 우리는 5.1.1 버전을 사용하고 있습니다 ..SomeCoCMISDataCreator admin admin SomeCo whitepaper test.SomeCoCMISDataCreator 예제가 작동하지 않습니다.
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)
샘플 데이터를 생성하려는 폴더는 무엇입니까? 그리고 그것이 존재하는지 확인 했습니까? – Gagravarr
이 클래스를 실행하기 전에 폴더를 만들지 않았습니다. "SomeCo"폴더를 만들 필요가 있습니까? 그렇다면 생성 할 위치는?이 클래스에 전달되는 인수는 SomeCoCMISDataCreator "관리자 관리 SomeCo 백서 테스트"입니다. – user739115