|
From: Patrick Y. <kc...@ce...> - 2005-12-28 09:05:20
|
Dear Ladislav, This happens in the transaction object. Hermes implements its own transaction mechanism, which involves object locking using wait() and notifyAll() APIs. The mentioned error reports an exceptional situation where the transaction tries to unlock an object which is never locked. To further pinpoint the real cause of the problem, we need more information. Is the problem repeatable? Regards, Patrick Yee Center for E-Commerce Infrastructure Development Making E-Commerce Everyday Commerce Ladislav Urban wrote: >Hello Hermes developers, >we receive weird error message during our test with korbit system. Do >you know what cause this problem? >Thank you > > >2005-12-22 13:14:05,112 ERROR [HttpProcessor[19998][34]]: [10401] Cannot >unlock a non-existent object - program bug > > > |