Romain informed me that that jar would address a session expire exception related to http session listener, I think, but I removed the http session listener from my project since I have CDI managed beans, and I am now using @predestroy on my user bean. :-) On Dec 15, 2012 6:21 AM, "Jean-Louis MONTEIRO" <[email protected]> wrote:
> And what was the reason of such a replacement? > Le 15 déc. 2012 06:02, "Howard W. Smith, Jr." <[email protected]> a > écrit : > > > I just replaced catalina.jar > > with tomee-catalina-1.5.1-20121212.041530-107.jar, and TomEE would not > > start; I only saw the following in the stderr log; nothing in catalina > log. > > Please advise. Thanks. > > > > 2012-12-14 23:57:31 Commons Daemon procrun stderr initialized > > Please use CMSClassUnloadingEnabled in place of CMSPermGenSweepingEnabled > > in the future > > ClassLoader$1.run(Unknown Source) > > at java.net.URLClassLoader$1.run(Unknown Source) > > at java.security.AccessController.doPrivileged(Native Method) > > at java.net.URLClassLoader.findClass(Unknown Source) > > at java.lang.ClassLoader.loadClass(Unknown Source) > > at java.lang.ClassLoader.loadClass(Unknown Source) > > at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:236) > > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:426) > > >
