cancel
Showing results for 
Search instead for 
Did you mean: 

deployment error- Clusterwide exception: Failed to deploy application dow.c

Former Member
0 Kudos

Hi All,

My Application consist of only a single DC we are transporting the application from Quality to production server. While transporting the team had transported web dynpro application transport first and then the abap transport. But we asked them to redeploy the webdynpro transports after the abap transports are deployed. when they redeployed it we got the below exception:

Jun 22, 2010 6:11:15 PM Info: End of log messages of the target system.

Jun 22, 2010 6:11:15 PM Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****

Jun 22, 2010 6:11:15 PM Error: Aborted: development component 'gca/ezpayapp'/'dow.com'/'DZD_EZPAY608_C'/'243457'/'4', grouped by s

oftware component 'EASYPAY_608'/'dow.com'/'DZD_EZPAY608_C'/'1000.1.0.0.0.20100622141504''/'3':

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

java.rmi.RemoteException: Cannot deploy application dow.com/gca~ezpayapp..

Reason: Clusterwide exception: Failed to deploy application dow.com/gca~ezpayapp. 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 dow.com/gca~ezpa

yapp. 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).REMEX

C)

Jun 22, 2010 6:11:15 PM Info: Starting to save the repository

Jun 22, 2010 6:11:16 PM Info: Finished saving the repository for 547 ms.

Jun 22, 2010 6:11:16 PM Info: Starting: Initial deployment: Selected software component 'EASYPAY_608'/'dow.com'/'DZD_EZPAY608_C'/'

1000.1.0.0.0.20100622141504''/'3' will be deployed.

Jun 22, 2010 6:11:16 PM Error: Aborted: software component 'EASYPAY_608'/'dow.com'/'DZD_EZPAY608_C'/'1000.1.0.0.0.20100622141504''

/'3':

Failed deployment of SDAs:

development component 'gca/ezpayapp'/'dow.com'/'DZD_EZPAY608_C'/'243457'/'4' : aborted

I feel that undeploy of application shoud be done before the redeployment, but am not sure whether this wud be the solution. As such when I assembled my component in cms it was assembled successfully. Kindly provide some help.

Thank you

Regards,

Preet

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I faced a similar problem, please ask your Basis team for the trace files for this deployment. If you have access to Solution Manager you can get the trace files yourself.

The trace file will give you more data about the failure.

The reason for the clusterwide exception will mostly be another DC with the same repository signature as yours. Maybe another application or some test DC in another track.

The error details will read something like this.

<DCNAME>com.sap.tc.webdynpro.serverimpl.wdc.repository.RepositoryContainerHook#com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to deploy the file '/usr/sap/.../JC50/j2ee/cluster/server1/./temp/webdynpro/public//webdynpro/Applications/.xml' into the database. Reason: Development Object /shrddata' contains already same repository content. Hint: fully qualified name of the repository VMO must be globally unique.

If you undeploy the DC mentioned here, (in my case shrddata) and redeploy your DC again, it will go through.

Even if this is not the solution for your problem, the trace file will give you more details about how to solve it.

Let me know how it goes.

Ashish

Former Member
0 Kudos

Hi ,

Check this link:

https://wiki.sdn.sap.com/wiki/display/WDJava/Clusterwide%20exception%20-%20Failed%20to%20deploy%20We...

Also check the SAP note:1256180

Regadrs,

Lavanya.G

Edited by: Lavanya Goriga on Jun 23, 2010 1:33 PM

Former Member
0 Kudos

Hi Lavanya,

I have also seen this link....well the namespace conflict i dnt feel wud be the case else it would have given the problem in dev server. Presently my code is moving from quality to production.

Thankyou

Regards,

Preet

blanca_serrano
Advisor
Advisor
0 Kudos

Hello Preet,

Please check if all referenced DCs of application dow.com/gca~ezpayapp are deployed on the engine and started?

You can check in Visual Administrator (deploy service) the applications that are deployed or not and which are started or not.

I also think that you can detect the deploytime references in the SAPManifest.MF:

open the sda/ear file and take a look at the SAPManifest.MF in the

section dependencies.

I hope this helps you.

Regards,

Blanca

Former Member
0 Kudos

Hi Blanca

My project consist of only 1 DC no other DCS are there.

Regards,

Jaspreet