One of our customers is using Content Server 10 Update 6 (version 10.0.0.2007). I created a tool to migrate document with categories into the content server using web services API.
We can upload some document without problems, but we keep getting the following errors when uploading some documents:
javax.xml.ws.soap.SOAPFaultException: Dispatched service DocumentManagement threw exception ? : ?
at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:163)
at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:102)
at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:236)
at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:206)
at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:103)
at com.sun.proxy.$Proxy53.uploadContent(Unknown Source)
at com.opentext.teco.contentserver.LivelinkDocumentUtils.uploadDocument(LivelinkDocumentUtils.java:153)
at com.opentext.teco.invision.GenericInvisionServiceImpl.migrateDocuments(GenericInvisionServiceImpl.java:248)
at com.opentext.teco.MigrationProcess.runMigrationProcess(MigrationProcess.java:65)
at com.opentext.teco.MigrationProcess.run(MigrationProcess.java:39)
at java.lang.Thread.run(Thread.java:744)
The tomcat server shows the following message:
2014-04-02 21:41:12,421 WARN [http-apr-8081-exec-3] ApiError:
2014-04-02 21:41:15,510 WARN [http-apr-8081-exec-2] Livelink error occurred
2014-04-02 21:41:15,510 WARN [http-apr-8081-exec-2] Status: 903101
2014-04-02 21:41:15,510 WARN [http-apr-8081-exec-2] Error Code: Core.DispatchedServiceThrewException
2014-04-02 21:41:15,510 WARN [http-apr-8081-exec-2] Error Message: Dispatched service DocumentManagement threw exception ? : ?
Does anyone have any ideas about this?
Thanks in Advance.
Xiankun