cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment Aborted Exception while Deployying Webdynpro java Application

Former Member
0 Kudos

Hi All,

When i try to Deploy application it is giving the below eroor message.

When i deploy the same application in another j2ee engine it is deploying with out any errors.

Can any one tell me how to reslove this. Below is the error message which i got.

Mar 25, 2009 2:30:15 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:

[020]Deployment aborted

Settings

SDM host : invtsvtzm109

SDM port : 50018

URL to deploy : file:/D:/DOCUME1/rzbm97/LOCALS1/Temp/temp17159Shift_Application.ear

Result

=> deployment aborted : file:/D:/DOCUME1/rzbm97/LOCALS1/Temp/temp17159Shift_Application.ear

Aborted: development component 'Shift_Application'/'local'/'LOKAL'/'0.2009.03.25.12.41.12'/'0':

Caught exception during application deployment from SAP J2EE Engine's deploy service:

java.rmi.RemoteException: Cannot deploy application local/Shift_Application.. Reason: Clusterwide exception: Failed to deploy application local/Shift_Application. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is: com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application local/Shift_Application. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?

(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)

Deployment exception : The deployment of at least one item aborted

Thanks

Satish

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

The deployment aborted in this engine may be due to the following reasons :

1)same application is deployed on the engine , for which namespace conflict not allowing your application to get deployed.

for this, create a new application and rename your component .

2)any of the referenced Dc's are not available on the server,

Check at the server level whether all dc's and their corresponding jars if any present at the server or not.

If the above doesnt work out please do revert back.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Satish,

While are all the dependant DC's that are synched with your DC deployed properly? Check this.

Regards,

Gopal.

Former Member
0 Kudos

Hi Satish,

It might be that another application with the same name is already deployed on the server.

Kindly provide a new unique complete application name & Deploy New Archive.

Hope this solves your issue.

Kind Regards,

Nitin

Former Member
0 Kudos

"java.rmi.RemoteException....Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?;

Your application references some classes which are not available during deployment..