Re: tomee would not start with tomee-catalina-1.5.1-20121212.041530-107.jar

2012-12-15 Thread Romain Manni-Bucau
Never said it, you read too quickly again :p

tomee-catalina is the one to replace
Le 15 déc. 2012 17:17, "Howard W. Smith, Jr."  a
écrit :

> 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" 
> wrote:
>
> > And what was the reason of such a replacement?
> > Le 15 déc. 2012 06:02, "Howard W. Smith, Jr."  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)
> > >
> >
>


Re: tomee would not start with tomee-catalina-1.5.1-20121212.041530-107.jar

2012-12-15 Thread Howard W. Smith, Jr.
Now I know, thanks.
 On Dec 15, 2012 7:08 AM, "Romain Manni-Bucau" 
wrote:

> Tomee-catalina is the tomcat integration of tomee, catalina is a tomcat
> jar...you cant replace one by another one
> Le 15 déc. 2012 12:21, "Jean-Louis MONTEIRO"  a écrit
> :
>
> > And what was the reason of such a replacement?
> > Le 15 déc. 2012 06:02, "Howard W. Smith, Jr."  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)
> > >
> >
>


Re: tomee would not start with tomee-catalina-1.5.1-20121212.041530-107.jar

2012-12-15 Thread Howard W. Smith, Jr.
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"  wrote:

> And what was the reason of such a replacement?
> Le 15 déc. 2012 06:02, "Howard W. Smith, Jr."  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)
> >
>


Re: tomee would not start with tomee-catalina-1.5.1-20121212.041530-107.jar

2012-12-15 Thread Romain Manni-Bucau
Tomee-catalina is the tomcat integration of tomee, catalina is a tomcat
jar...you cant replace one by another one
Le 15 déc. 2012 12:21, "Jean-Louis MONTEIRO"  a écrit :

> And what was the reason of such a replacement?
> Le 15 déc. 2012 06:02, "Howard W. Smith, Jr."  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)
> >
>


Re: tomee would not start with tomee-catalina-1.5.1-20121212.041530-107.jar

2012-12-15 Thread Jean-Louis MONTEIRO
And what was the reason of such a replacement?
Le 15 déc. 2012 06:02, "Howard W. Smith, Jr."  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)
>