cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment Exception

Former Member
0 Kudos

Hi All,

when i am trying to deploy application i am getting below exception.

Apr 9, 2010 11:24:26 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:

[001]Deployment aborted

Result

=> deployment aborted :file:/C:/DOCUME1/KRISHN1.KAT/LOCALS1/Temp/temp42220sap.comrrr.ear

Aborted: development component 'rrr'/'sap.com'/'LOKAL'/'0.2010.04.08.14.58.19'/'0':Caught exception during application deployment from SAP J2EE Engine's deploy service:java.rmi.RemoteException: Cannot deploy application sap.com/rrr.. Reason: Clusterwide exception: Failed to deploy application sap.com/rrr. 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 sap.com/rrr. 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

please provide soem inputs

Accepted Solutions (1)

Accepted Solutions (1)

p330068
Active Contributor
0 Kudos

Hi Tulasi,

Please check the Default Trace file from server location at /usr/sap/SID/j2ee/cluster/serverX/log/defaultTrace.#.trc OR in NWA Server Logs.

refer to below threads :-

http://help.sap.com/saphelp_nw04/helpdata/en/76/fb72ec091f4bf8a2d8ba321bb7e8d9/frameset.htm

Hope it helps

Regards

Arun

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

Undeploy the existing/deployed project from your server with the help of SDM. Then deploy the project it will solve the error and your project will get deployed in server.

If you dont have permission to access SDM to undeploy the project, you can create a new project in a different name and copy the SRC folder of the existing project from the workspace and paste it in the newly created project it will overwrite the SRC folder of the newly created project. It will create all the components, views, models, applications in your new project. Rename the components of the new project because because if the same component name exists also Cluster Wide Exception will occur when deploying the project.

Regards,

Bala Baskaran.S

Former Member
0 Kudos

Hey Thanks for one and all

I forget to change tha application name .

My iissue resolved..Small mistakes takes more time );

Thanks and Regards

Tulasi Palnati

chander_kararia4
Contributor
0 Kudos

Hi Tulasi

The above solutions will definitely solve your problem.. This post is just to clarify 1 thing..

This exception does not say that there is another project/application with the same name. This exception simply explain that - --

There is 1 more (previous deployed) application/project on the server which was un-successfully deployed on it. This could be another project/application or the same which you are currently working on. So, do not get confused by this.

Ask the basis, and they will do the needful (un-deploy all the previous versions).

Best Regards

Chander Kararia

Former Member
0 Kudos

Hi Tulasi,

Take help of Basis team, ask them to undeploy the application from the server/cluster and then redeploy the application, your problem will solve.

If in the server, same project/application is exist, change the project name in the .Project file from your project folder structure and redeploy the application.

Deepak!!!

Former Member
0 Kudos

hi

in the error logs it showing ClusterWideException , this occurs because when two projects has

project name or appication name or the components as same name ,

so please change the name of the application and the component name of one of the project , you problem

will get resolved .

Thanks

Former Member
0 Kudos

hi

in the error logs it showing ClusterWideException , this occurs because when two projects has

project name or appication name or the components as same name ,

so please change the name of the application and the component name of one of the project , you problem

will get resolved .

Thanks