cancel
Showing results for 
Search instead for 
Did you mean: 

EAR Deployment Aborted...

Former Member
0 Kudos

I am creating a servlet client to test a secured web service (Document Authentication Basic (Username/Password)).

When I deploy the EAR,I get error:

Result
=> deployment aborted : file:/C:/DOCUME~1/uname/LOCALS~1/Temp/temp1530011368822716654CapsWS_EAR.ear
Aborted: development component 'CapsWS_EAR'/'sap.com'/'localhost'/'2009.08.21.09.06.42'/'0':
Caught exception during application deployment from SAP J2EE Engine's deploy service:
java.rmi.RemoteException: Error occurred while deploying ear file ./temp/deploy/work/deploying/CapsWS_EAR.ear. Reason: Cannot make reference between sap.com/CapsWS_EAR and sap.com/CapsWS_EAR. Cycle of references is created, which is not allowed for the current version of the server.
 (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)

Deployment exception : The deployment of at least one item aborted

The version of J2EE engine is 7.00 SP17

Anybody have any idea how to resolve this...

Do I need an upgrade for this ?

Thanks

Srinivas

Edited by: srinivas M on Aug 21, 2009 5:55 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Srinivas,

The reason is clear:

Reason: Cannot make reference between sap.com/CapsWS_EAR and sap.com/CapsWS_EAR. Cycle of references is created, which is not allowed for the current version of the server

You may have created an entry for the same EAR in the application.xml file of your EAR Project. Remove it and redeploy.

Regards,

Alka.

Former Member
0 Kudos

Thanks, I re-created the Enterprise Application Project.

Answers (0)