cancel
Showing results for 
Search instead for 
Did you mean: 

FileNotFoundException while deploying ear-file

Former Member
0 Kudos

Hello

I just tried to deploy my ear-file with the DeployTool

DeployTool->Load Ear->Connect to Server->Deploy

The deploying process always stops at 50-60% with the following Error:

Message

ERROR: NOT deployed. The Deploy Service returned the following error: java.io.FileNotFoundException: C:\usr\sap\J2E\JC00\j2ee\deploying\TIBET_ENTERPRISE\temp_TIBET_ENTERPRISE.ear (Das System kann die angegebene Datei nicht finden)

Exception is:

java.io.FileNotFoundException: C:\usr\sap\J2E\JC00\j2ee\deploying\TIBET_ENTERPRISE\temp_TIBET_ENTERPRISE.ear (Das System kann die angegebene Datei nicht finden)

at java.io.RandomAccessFile.open(Native Method)

at java.io.RandomAccessFile.<init>(Unknown Source)

at com.sap.engine.services.file.RemoteFile.upload(RemoteFile.java:53)

at com.sap.engine.deploy.manager.DeployManagerImpl.deployUpdateAction(DeployManagerImpl.java:661)

at com.sap.engine.deploy.manager.DeployManagerImpl.deploy(DeployManagerImpl.java:507)

at com.sap.engine.deploy.tool.deployer.DeployThread.run(DeployThread.java:81)

at java.lang.Thread.run(Unknown Source)

Details

06/05/10 12:21:19 - start-up mode is lazy

06/05/10 12:21:40 - Start updating EAR file...

06/05/10 12:21:40 - start-up mode is lazy

06/05/10 12:21:48 - EAR file updated successfully for 8375ms.

06/05/10 12:21:48 - Start deploying ...

06/05/10 12:21:49 - ERROR: NOT deployed. The Deploy Service returned the following error:

For detailed information see the log file of the Deploy Service.

Exception is:

java.io.FileNotFoundException: C:\usr\sap\J2E\JC00\j2ee\deploying\TIBET_ENTERPRISE\temp_TIBET_ENTERPRISE.ear (Das System kann die angegebene Datei nicht finden)

at java.io.RandomAccessFile.open(Native Method)

at java.io.RandomAccessFile.<init>(Unknown Source)

at com.sap.engine.services.file.RemoteFile.upload(RemoteFile.java:53)

at com.sap.engine.deploy.manager.DeployManagerImpl.deployUpdateAction(DeployManagerImpl.java:661)

at com.sap.engine.deploy.manager.DeployManagerImpl.deploy(DeployManagerImpl.java:507)

at com.sap.engine.deploy.tool.deployer.DeployThread.run(DeployThread.java:81)

at java.lang.Thread.run(Unknown Source)

;

06/05/10 12:21:49 - ***********************************************************

Can someone help me ?

Accepted Solutions (1)

Accepted Solutions (1)

Gstoiljkovski
Product and Topic Expert
Product and Topic Expert
0 Kudos

Well Torsten,

your ear file is not found! Check the path to your archive. The deploy tool is looking at the path specified. Did you really put it there?

Cheers, Goran

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

1.Copy it some other location and try.

2.May be it has some dependeny ear file,which has to be deployed before this,inorder to recognise this ear file.

3.why don't u try deploying it through SDM,if it is possible to recognise this ear.

4.Last option could be,ear file may be corrupted.

reward points if helpful