cancel
Showing results for 
Search instead for 
Did you mean: 

Got error while deplyoing..Please help

Former Member
0 Kudos

Hello..I got an error while deploying a project having two rfc.It will fwrite data with first rfca nd commit it with 2nd.Now i got this error while deplyoing.No by\uikd error

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

java.rmi.RemoteException: Cannot deploy application local/My_Project.. Reason: Clusterwide exception: Failed to deploy application local/My_Project. 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 local/My_Project. 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)

Deployment exception : The deployment of at least one item aborted

</b>

I am new to ep.Only 2months in this field.Please help me...Thanx

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Have you included any 'Used DCs' in My_Project? If yes, first deploy the used components on the J2EE engine & then deploy local/My_Project.

If you have not added any 'Used DCs', check if the component has already been deployed on the J2EE engine. If so, remove it & then try deploying it again.

Revert in case of any queries.

Regards,

M.Subathra

Answers (1)

Answers (1)

Former Member
0 Kudos

check ur dependency objects. atleast one of them is missing.

Former Member
0 Kudos

What is dependency object?? can u please tell me??

Former Member
0 Kudos

if it is portal projeck, check your portalapp.xml. this will have SharingReference or PrivateSharingReference. This means it will reference some other applications at runtime. These applications need to deployed before.