cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Deployment error

Former Member
0 Likes
327

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

View Entire Topic
Former Member
0 Likes

Hi Neetu,

Try deploying using Netweaver Developer Studio(configure the nwds with the WAS details)...anything deployed using NWDS does not need a restart and it will get deployed and the changes get imediately reflected..........you have to stop the server then deploy and start the server if you are not using NWDS.....

regards,

Sundar