cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment error

Former Member
0 Kudos

Hi all,

I am working on the migration of an application from J2EE to SAP WAS.

Currently i am facing a problem. Whenever i try to deploy my application i am getting a deployment error stating:

Deploy of the ear has errors :

java.rmi.RemoteException: Cannot create application configuration in operation deploy with application petstore/PetStoreAppNew. Possible reason: Cannot lock Configuration; it is already locked...

Reason: Cannot lock Configuration; it is already locked.; nested exception is:

com.sap.engine.frame.core.configuration.ConfigurationLockedException: Cannot lock Configuration; it is already locked.

However the error is resolved if i restart the server. But it is really not possible to restart the server each time i deploy because there are others using the same server for deploying their application.

If anybody knows the solution please help.

Regards,

Neetu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Neetu,

Go through this link to understand what happens when you are deploying a new application.

http://help.sap.com/saphelp_erp2005/helpdata/en/3f/addb8e74b39445ba30eb0ac0b88859/frameset.htm

Locks can be manually unlocked... For details see this link...

http://help.sap.com/saphelp_erp2005/helpdata/en/50/c40eb0df4baa47a2927284a2738278/frameset.htm

Hope it helps.

Regards,

Maheswaran.B

Former Member
0 Kudos

Hi Maheswaran,

Thanks for the links that u had sent.

I went through them. They are speaking about a service called 'Configuration Adapter'.

In this service there is a tab called 'Blocking locks'.

This tab has a button called'Remove selected blocking locks'.

This button is disabled and the tab is also not showing any value.

The following link is the one in which details of this service is mentioned.

http://help.sap.com/saphelp_erp2005/helpdata/en/2c/9f327802844fdcb776f38a2a7a9a7f/frameset.htm

I dont understand how to proceed further.

Please help

Former Member
0 Kudos

Hi neetu,

Did u solve the problem...

Even i am facing the same problem..