2

I am getting an error uploading a file to repository using Java. I am using Alfresco 4.0e. I am able to connect to the repository, located on Unix server, from my Application, developed in struts, from localhost.

I am using OpenCMIS to connect and upload. When I try to upload a document it gives an error after executing createDocument(...)

org.apache.chemistry.opencmis.commons.exceptions.cmisconstraintException:Conflict
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373

1 Answers1

1

It's possible the document already exists. Can you check the logs on the Alfresco server for detail there?

Brian Henry
  • 3,161
  • 1
  • 16
  • 17