cancel
Showing results for 
Search instead for 
Did you mean: 

Error on deployment (llegalStateException: Trial to unregister the class )

former_member312910
Participant
0 Kudos

Hi All

We are getting the following error on deployment and Deployment ends with warning. No objects are getting deployed.

Error log

Caused by: java.lang.IllegalStateException: Trial to unregister the class loader [bhi.com/bhpow_enterprise_app], which has living child loaders with names:

[bhi.com/bhpow_workshop_wd]

[bhi.com/bhpow_plantoolserviceslist_wd]

[bhi.com/bhpow_exportexcel_wd]

[bhi.com/bhpow_mailmanager_wd]

[bhi.com/bhpow_logmanager_wd]

A certain loader should NOT be unregistered if it has living child loaders. First, these child loaders should be unregistered.

at com.sap.engine.core.classload.impl0.LoadContextImpl.unregisterLoaderInternal(LoadContextImpl.java:1291)

at com.sap.engine.core.classload.impl0.LoadContextImpl.unregister(LoadContextImpl.java:641)

at com.sap.engine.core.service630.container.LoadContextWrapper.unregister(LoadContextWrapper.java:117)

at com.sap.engine.services.deploy.server.DeployServiceImpl.removeLoader(DeployServiceImpl.java:1814)

... 44 more

We are using CE 7.1

Has any body faced this issue before.

Thanks

Deepu

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member312910
Participant
0 Kudos

HI

The urls shown in the log are actually comming in squar brackets, http:// is not there

thanks

Deepu

Former Member
0 Kudos

How did you solved this problem.

Bhavin

Former Member
0 Kudos

This happens if you remove locks during the deployment, for example. You may solve this with a restart of the system. If this not helps you have to undeploy the dirty DC and restart the system again. For now you should be able to deploy the DCs succesfully again.