cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to deploy custom WAR file on SAP portal 7.31 through the NWDS7.31

former_member185507
Active Participant
0 Kudos

Hello,

I did created custom "abc" WAR file project through the NWDS.

Created xyz a new EAR Application Project project and include the module of the "abc" application,used EAR version 1.4 for this project.

I have attached screen shot of deployment descriptors of the EAR application as below.

1. application-j2ee-engine.xml:

2. application.xml

While deploying the xyz EAR file on sap portal,am getting below error.

Error text:

Deploy Exception.ASJ.dpl_dc.006505 An unresolved dependencies error occurred while sorting the deployment batch items regarding the dependencies.

can anyone give me input which points have missed.

Thanks and Regards,

SAM

former_member189220
Active Contributor
0 Kudos

Hello Sam,

Would you please attach the support information as per note:

2078679 - NWDS Support Information Download

Thanks & Regards,

Accepted Solutions (0)

Answers (2)

Answers (2)

Hi Sam,

In application.xml ,add below code:

<web-uri>abc.war</web-uri>

<context-root>/<any-name></context-root>

.After that right click on ear project ->export as SAP EAR and deploy using deployment perspective.Then you will not face deployment exception.

Thanks and Regards,

Jaspreet Verma

former_member189925
Active Contributor

Hi Sam

Regarding the issue that you are facing, can you please have a look at the below KBA and check if you are following the correct steps for deploying the WAR file in Enterprise Portal.

KBA # 1715441 - Deploy/Undeploy/Force Redeploy WAR/EAR/RAR/SDA/SCA files on SAP AS JAVA


Regards

Santarshi Samanta