You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by "Howard W. Smith, Jr." <sm...@gmail.com> on 2012/12/15 06:02:00 UTC

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

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

Posted by Romain Manni-Bucau <rm...@gmail.com>.
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." <sm...@gmail.com> 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" <je...@gmail.com>
> wrote:
>
> > And what was the reason of such a replacement?
> > Le 15 déc. 2012 06:02, "Howard W. Smith, Jr." <sm...@gmail.com> 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

Posted by "Howard W. Smith, Jr." <sm...@gmail.com>.
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" <je...@gmail.com> wrote:

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

Posted by "Howard W. Smith, Jr." <sm...@gmail.com>.
Now I know, thanks.
 On Dec 15, 2012 7:08 AM, "Romain Manni-Bucau" <rm...@gmail.com>
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" <je...@gmail.com> a écrit
> :
>
> > And what was the reason of such a replacement?
> > Le 15 déc. 2012 06:02, "Howard W. Smith, Jr." <sm...@gmail.com> 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

Posted by Romain Manni-Bucau <rm...@gmail.com>.
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" <je...@gmail.com> a écrit :

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

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