|
From: Chuck W. <ch...@ma...> - 2006-10-29 21:19:46
|
Hi All, After recently upgrading from wrapper 3.1.2 to 3.2.3 an anomaly has developed in my application. When a normal kill signal is received on linux (e.g., control-c when running from console) and WrapperListener.stop() is called, occasionally classes are unloaded too early, causing subsequent references to those classes in my shutdown code to get NoClassDefFoundError. One time an inner class in my stop() method itself got this error! Can anyone explain or suggest a solution? Has anyone else seen this? Thanks for any help, Chuck |