cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to DEPLOY an application

Former Member
0 Kudos

Hi,

i am not able to deploy one particular application onto one particular WAS.

the same is deploying and running fine on other servers...

Following is the deployment error i got.

can anyone suggest what can be done.... ??

Points will be awarded for helpful answers...

regards,

-Amol Gupta

Jan 28, 2008 4:55:52 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:

[003]Deployment aborted

Settings

SDM host : wipro-ep7

SDM port : 50018

URL to deploy : file:/C:/DOCUME1/amolg/LOCALS1/Temp/temp4267bp.comexmplproducts_lds_create.ear

Result

=> deployment aborted : file:/C:/DOCUME1/amolg/LOCALS1/Temp/temp4267bp.comexmplproducts_lds_create.ear

Aborted: development component 'exmpl/products_lds_create'/'bp.com'/'LOKAL'/'0.2008.01.28.16.53.17'/'0':

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

java.rmi.RemoteException: Cannot deploy application bp.com/exmpl~products_lds_create.. Reason: Clusterwide exception: Error setting configuration during deployment.; nested exception is: com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Error setting configuration during deployment.

(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,

I think the SDM port you are given is not correct.

Check the SDM port in from http://<server>:<port>/index.html

and click the System Information link. And login to that.

you can get the deployment port from Message Server port.

Kind Regards

Mukesh.

amolgupta
Active Contributor
0 Kudos

Hi Mukesh,

thanks for replying.

but this is not the case.

since other apllications are deploying perfectly.

regards,

-Ag.

former_member197348
Active Contributor
0 Kudos

Hi Amol,

Check whether you have any other WD components with the same name as this one? From EP 7 SP 10 onwards we can not deploy duplicate WD components.

regards,

Siva

amolgupta
Active Contributor
0 Kudos

hi Siva,

thanks for the reply...

i am not able to find out, that the application has conflicts with which other applications if any.

can you suggest what can be done to determine the same ?

regards,

-Amol Gupta

former_member197348
Active Contributor
0 Kudos

Hi Amol,

Go to Portal Content Administration-> Web Dynpro.

Right side you can see all the web dynpro applications deployed

Open the (namespace) tree node that your application belongs to (probably yours is local).

Check all the components of the projects whether there is anyone with the same name of your application.

If yes, here is the solution.

Just change your component name like <componentname>_01.

Deploy and Run

If no, I don't know about the solution. Try to get server log to find out exact problem.

regards,

Siva

amolgupta
Active Contributor
0 Kudos

Hi Siva,

i checked the .trc file in the logs.

but the given path does not exist in the filesystem !!!

i already undeployed all suspicious applications.

also checked the applications and component names on the portal but to no good .

Caused by:

com.sap.engine.frame.core.configuration.NameAlreadyExistsException: A configuration with the path "apps/bp.com/exmpl~products_lds_create/webdynpro" already exists.

regards,

-amol

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Amol,

How did you removed the deployed webdynpro application from server?

Did you undeployed using SDM(remotegui.bat)? Login thru SDM gui -> undeployment tab -> select the application and then click undeploy. Try deploy it again.

Regards, Suresh KB

amolgupta
Active Contributor
0 Kudos

Hi Suresh,

yes i have used SDM gui to undeploy and deply.

regards,

-Amol

former_member197348
Active Contributor
0 Kudos

Hi Amol,

Change the name of the component and even application name. Rebuild and deploy it.

regards,

Siva

Former Member
0 Kudos

Hi,

Do ur dc is having any used dc i.e....is it referring to some other dc ??

If so , check out then whether that one is deployed on the server or not.....

Answers (1)

Answers (1)

Former Member
0 Kudos

we had exactly the same exception:

com.sap.engine.frame.core.configuration.NameAlreadyExistsException

we could not see the name listed in the "undeploy" list of the SDM, the problem was caused when we got a disconnection before the deploy finished

may be sounds simple but we just restarted SDM and the application was visible to be undeployed.

just be sure to select the application of the tag <display-name> of your application.xml.

or open the file

temp4267bp.comexmplproducts_lds_create.ear

and look directly for the names of the applications u must undeploy.

good luck.

Edited by: Carlos Aguilar on Jan 31, 2009 1:48 AM