cancel
Showing results for 
Search instead for 
Did you mean: 

IllegalStateException thread tries to release exclusive lock LockingManager

Former Member
0 Kudos

Hello,

I'm having this error,

java.lang.IllegalStateException: Illegal state: thread tries to release exclusive lock on ApplicationSession which it hasn't acquired! Details: LockingManager(ThreadID:89, threadName: HTTP Worker @1298613650, session lock: null, current request: company.com.pe/wd_hrsolmovpil_v1/Wdhrsolmovpilv1)

Any of my web dynpros, even the uwl doesn't work.

This happened after I tried to deploy project. Everything was working fine, but now ... I have this. I've restarted the server, but nothing happens.

Please, anyone knows how to solve this? Any ideas?

Regards

SU

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

Please go through the note 1493759. it should solve your issue.

Thanks,

Siva Kumar

Former Member
0 Kudos

Hello Siva,

Thanks for your response. The problem is that I'm already in 7.2 SP05 and the note applies for earlier versions (it recommends to apply SP01 or SP03).

Best Regards

SU

Former Member
0 Kudos

Hello,

The problem was because the WAS has the parameter DefaultExpirationTime seted in -1 of all the Web Dynpros (sap.com/tcwddispwda). It only accepts positive values. I had to login through Telnet and execute the parameter,

add webdynpro

MANAGE_WD_APP_PROPS sap.com/tcwddispwda

Thanks & Regards

SU