cancel
Showing results for 
Search instead for 
Did you mean: 

Deployee Error...How to Rectify this Error

Former Member
0 Kudos

Hi All

I vl Create a Small Application.Then Deployee that Application I got This Error.That Application Is Not Working...

What is this Problem. Pls Tell me Solution......

Jul 30, 2009 7:50:06 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:

[005]Deployment aborted

Settings

SDM host : gcbipiep

SDM port : 50018

URL to deploy : file:/C:/WINDOWS/TEMP/temp47762Simple.ear

Result

=> deployment aborted : file:/C:/WINDOWS/TEMP/temp47762Simple.ear

Aborted: development component 'Simple'/'local'/'LOKAL'/'0.2009.07.30.19.50.02'/'0':

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

java.rmi.RemoteException: Cannot deploy application local/Simple.. Reason: Clusterwide exception: Failed to deploy application local/Simple. 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/Simple. 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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

add Admin to the Administration Group.

Regards

Manohar

Answers (2)

Answers (2)

0 Kudos

Hi,

Your application is dependent on an another applicatiion which is not deployed. Check the trace file for the deploy error. This will give you the missing dependent application name. If this dependent application is already deployed and you still face the error, then it might be that the dependent application has failed to start. The reason is that before deployment is started, all the dependent applications are stopped, the deployment is triggered and after its completion the stopped applications are started. So if your dependent application is in a failed state, then the deployment will end with errors.

Regards,

Pranav

former_member370575
Discoverer
0 Kudos

Hi ,

What Kind of application are you trying to deploy. It looks like the ear has dependent components. This ear could be a part of

an SCA which had dependent DCs. Are you using NWDI ?

Regards,

Vinod venu