cancel
Showing results for 
Search instead for 
Did you mean: 

getting error during deployment

Former Member
0 Kudos

Hi All ,

I am using NWDS 7.3 .

but during deployment i am getting the below error .

Can you please check this error and do needful .

Thanks & Regards

pani

Accepted Solutions (0)

Answers (2)

Answers (2)

ROHITGERA1
Participant
0 Kudos

Hi Deepika,

Please attach the detail error log, it is very difficult to understand from screenshot you attached.

Thanks

Rohit Gera

junwu
Active Contributor
0 Kudos

detail error please

Former Member
0 Kudos

Hi All ,

Please find the error log .

ASJ.dpl_dc.001085 Operation [deploy] of [com.kraft_tc~sec~ume~logon~uiEAR] failed

[EXCEPTION]

com.sap.engine.services.dc.cm.deploy.DeploymentException: ASJ.dpl_dc.001085 Operation [deploy] of [com.kraft_tc~sec~ume~logon~uiEAR] failed

at com.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:245)

at com.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:71)

at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:282)

at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:84)

at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:100)

at com.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:39)

at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)

at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)

at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)

Caused by: com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] Operation [deploy] of [com.kraft_tc~sec~ume~logon~uiEAR] failed

at com.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:170)

at com.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:139)

at com.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:58)

at com.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:212)

... 8 more

Caused by: com.sap.engine.services.deploy.server.utils.DSRemoteException: ASJ.dpl_ds.006193 Operation [deploy] of [/usr/sap/PED/J40/j2ee/cluster/server0/temp/tc~bl~deploy_controller/archives/263/tc~sec~ume~logon~uiEAR .ear] failed

at com.sap.engine.services.deploy.server.DeployServiceImpl.catchDeploymentExceptionWithDSRem(DeployServiceImpl.java:3511)

at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:315)

at com.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:142)

... 11 more

Caused by: com.sap.engine.services.servlets_jsp.server.exceptions.WebDeploymentException: Cannot deploy two applications with identical application aliases (context roots). Your application [com.kraft/tc~sec~ume~logon~uiEAR] defines an application alias (context root) [kraft_logon] that is already in use by application [sap.com/custom_logon_EAR]. There are two possibilities in order to proceed with deployment: 1) Define different application alias (context root) for your application [com.kraft/tc~sec~ume~logon~uiEAR] (this is the preferred option). 2) Undeploy the application [sap.com/custom_logon_EAR].

at com.sap.engine.services.servlets_jsp.server.deploy.DeployAction.deploy(DeployAction.java:331)

at com.sap.engine.services.servlets_jsp.server.deploy.WebContainer.deploy(WebContainer.java:245)

at com.sap.engine.services.deploy.server.utils.container.ContainerWrapper.deploy(ContainerWrapper.java:310)

at com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:519)

at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:183)

at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:203)

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:421)

at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:473)

at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:1977)

at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:360)

at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl


Thanks & Regards

Pani

christian_santej
Active Participant
0 Kudos

hi,

the error log says everything:

Caused by: com.sap.engine.services.servlets_jsp.server.exceptions.WebDeploymentException: Cannot deploy two applications with identical application aliases (context roots). Your application [com.kraft/tc~sec~ume~logon~uiEAR] defines an application alias (context root) [kraft_logon] that is already in use by application [sap.com/custom_logon_EAR]. There are two possibilities in order to proceed with deployment: 1) Define different application alias (context root) for your application [com.kraft/tc~sec~ume~logon~uiEAR] (this is the preferred option). 2) Undeploy the application [sap.com/custom_logon_EAR].

either undeploy the component first or create an alias: Developing a Custom Logon Screen - Developing Authentication Enhancements on the AS Java - SAP Libr...

regards,

christian

former_member246153
Active Contributor
0 Kudos

Hi,

Please change the context root name in application.xml. Don't deploy your logon component with the standard name try to give a new name as shown in the link below. Refer step 4 & 5.

Developing a Custom Logon Screen - Developing Authentication Enhancements on the AS Java - SAP Libra...

http://scn.sap.com/docs/DOC-27909

If you have already deployed the Logon component with custom name then try to undeploy the old component and deploy the new one . And also change your deployment settings as your prefer.

Regards,

Srinivasan V