10-07-2008 10:42 AM
Error writing content to repository server
java.lang.RuntimeException: Error writing content to repository server
at org.alfresco.webservice.util.ContentUtils.putContent(ContentUtils.java:276)
at org.alfresco.webservice.util.ContentUtils.putContent(ContentUtils.java:148)
at xx.xx.xx.print2file.Uploader.create(Uploader.java:113)
at xx.xx.xx.print2file.ArcParser.main(ArcParser.java:53)
Caused by: java.lang.RuntimeException: Content could not be uploaded because user does not have sufficient priveledges.
at org.alfresco.webservice.util.ContentUtils.putContent(ContentUtils.java:244)
… 3 more
private void createCML(CMLCreate id) throws RepositoryFault, java.rmi.RemoteException {
CML cml = new CML();
cml.setCreate(new CMLCreate[] {id});
UpdateResult[] f = WebServiceFactory.getRepositoryService().update(cml);
dumpUpdateResults(f);
}
10-07-2008 10:56 AM
10-07-2008 11:33 AM
10-07-2008 11:58 AM
String cd = ContentUtils.putContent(docAbsolutePath);
10-07-2008 12:15 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.