Hi
I get the following exception when I try to deploy an EAR with Deploy Tool:
RROR: NOT updated. The Deploy Service returned the following error: java.io.FileNotFoundException: C:\users\Mayr\SAP\Deployment\CIBDocumentServer\temp_CibDocumentServer.ear.ear (Das System kann die angegebene Datei nicht finden)
Exception is:
java.io.FileNotFoundException: C:\users\Mayr\SAP\Deployment\CIBDocumentServer\temp_CibDocumentServer.ear.ear (Das System kann die angegebene Datei nicht finden)
at java.io.RandomAccessFile.open(Native Method)
at java.io.RandomAccessFile.<init>(RandomAccessFile.java:204)
at com.sap.engine.services.file.RemoteFile.upload(RemoteFile.java:53)
at com.sap.engine.deploy.manager.DeployManagerImpl.deployUpdateAction(DeployManagerImpl.java:671)
at com.sap.engine.deploy.manager.DeployManagerImpl.update(DeployManagerImpl.java:511)
at com.sap.engine.deploy.tool.deployer.DeployThread.run(DeployThread.java:86)
at java.lang.Thread.run(Thread.java:534)
I created the EAR from a WAR using the Assembler tab of the Deploy Tool. The so created EAR has been several times successfully deployed this way! The only way out of this situation I found is to create a new deployment project. But this is really annoying. What I'm doing wrong???
Thanks for hints Thomas.