cancel
Showing results for 
Search instead for 
Did you mean: 

java.rmi.RemoteException

Former Member
0 Kudos

Hi Experts,

While deploying the application, I am getting the following error :-

java.rmi.RemoteException: Cannot deploy application sap.com/GateEntryReport..

Reason: Clusterwide exception: Failed to deploy application sap.com/GateEntryReport. 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/GateEntryReport. 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)

How to handle this error ?

Thanks,

Nikhil

Accepted Solutions (1)

Accepted Solutions (1)

former_member197348
Active Contributor
0 Kudos

Hi Nikhil,

This error is for only this application or for all application that you did not mention. If this error is for only this application the reason may be there are build errors for the project check thoroughly. Another reason may be naming conflict. Check this [WIKI |https://www.sdn.sap.com/irj/sdn/wiki?path=/display/wdjava/clusterwideexception-FailedtodeployWebDynprocontentforapplication]

Finally try after restarting the server.

Let me know if still any problem occurs.

Regards,

Siva

Answers (2)

Answers (2)

snehal_kendre
Active Contributor
0 Kudos

HI,

please check wheather are all referenced components deployed and available on the engine?

Or if possible post a complete stack trace to the refered component can be identified

siddharth_jain
Active Contributor
0 Kudos

Hi,

If you are using NWDI and your dc is a WD dc then check the used dcs of your WD dc are they deployed on server ,Also check the shared,library and service reference tab of your WD dc by going into the WD DC properties,Referenced Shared and Library component should be deployed on server before deploying the WD dc.

if above does not solve the problem.

Check through SDM if the Application is Already deployed ,Undeploy the application from SDM and try to deploy it again.

Siddharth