cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment Aborted

ricardo_fachini
Explorer
0 Kudos

Hi all,

we made a webdynpro project that has an used DC with EJB module/app.

The first problem is that the webdynpro project is deployed first than EJB, then I tried to make the deploy directly by NWDS.

The EJB deployment worked fine but webdynpro deployment showed the exception below:

-


28/09/2007 16:36:50 /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:

[011]Deployment aborted

Settings

SDM host : <server>

SDM port : <port>

URL to deploy : file:/C:/DOCUME1/cleitong/LOCALS1/Temp/temp20420weg.net~atr.ear

Result

=> deployment aborted : file:/C:/DOCUME1/cleitong/LOCALS1/Temp/temp20420weg.net~atr.ear

Aborted: development component 'atr'/'weg.net'/'DD0_PORTAL_D'/'20070928162736'/'0':Caught exception during application deployment from SAP J2EE Engine's deploy service:java.rmi.RemoteException: Cannot deploy application weg.net/atr.. Reason: Clusterwide exception: Failed to deploy application weg.net/atr. 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 weg.net/atr. 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

-


As you can see I think the problem is regarding the order of the components.

Anyone knows how can I fix it?

Thanks in advance.

Ricardo Fachini

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You have probably checked the Deploy-time dependency checkbox in the Used DC definition. Make sure you only use this for DC types with a deployable result (like EAR DCs). See <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/e6/504540d1b79523e10000000a1550b0/frameset.htm">Dependencies between DC types</a> for more info.

Answers (1)

Answers (1)

former_member185029
Active Contributor
0 Kudos

Hi,

Try undeploying the ear file using Visual Admin and then redeploy.

Ashu