You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by tony k <to...@sbcglobal.net> on 2006/05/18 04:11:59 UTC

SEVERE: Error configuring application listener of class

getting the following spew (see below) when trying to run tomahawk examples
as downloaded from:

https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/simple

oddly, the example app seems to come up ok, but i had an app that i was
working on that receives the same error and then doesn't come up ok.
wondering if the error below is ignorable, or is some how related to my
problem.

any suggestions appreciated! ;)

here are some other details:

myfaces-1.1.3 (with associated dependencies)
tomahawk-1.1.2
eclipse+wtp 1.5rc2
tomcat 5.5.16

SEVERE: Error configuring application listener of class
org.apache.myfaces.webapp.StartupServletContextListener
java.lang.ClassNotFoundException:
org.apache.myfaces.webapp.StartupServletContextListener
	at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1352)
	at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1198)
	at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3677)
	at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4183)
	at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
	at
org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:904)
	at
org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:867)
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474)
	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1112)
	at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
	at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
	at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
	at org.apache.catalina.core.StandardService.start(StandardService.java:450)
	at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
	at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
May 17, 2006 9:58:35 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Skipped installing application listeners due to previous error(s)
May 17, 2006 9:58:35 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
May 17, 2006 9:58:35 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/facesExamples] startup failed due to previous errors
--
View this message in context: http://www.nabble.com/SEVERE%3A-Error-configuring-application-listener-of-class-t1640412.html#a4443170
Sent from the MyFaces - Users forum at Nabble.com.


RE: SEVERE: Error configuring application listener of class

Posted by tony k <to...@sbcglobal.net>.
hi david,

thanks for the response. 

i think my problem may have been that i was using the "tips" instead of the
tagged 1.2 version.

i started over with the tagged version and i was able to get it running.

i also promise next time to provide a more descriptive subject line ;)

thanks again,
tony. 
--
View this message in context: http://www.nabble.com/SEVERE%3A+Error+configuring+application+listener+of+class-t1640412.html#a4506102
Sent from the MyFaces - Users forum at Nabble.com.


RE: SEVERE: Error configuring application listener of class

Posted by "David G. Friedman" <hu...@ix.netcom.com>.
Tony,

I don't believe the examples for Tomahawk have been updated yet.  The ServletContextListener should be in the utils
subpackage (Check your tomahawk jar for the full package name of the update ServletContextListener class.  I believe it
was discussed earlier this week on this list.

Regards,
David

-----Original Message-----
From: tony k [mailto:tony_kerz@sbcglobal.net]
Sent: Wednesday, May 17, 2006 10:12 PM
To: users@myfaces.apache.org
Subject: SEVERE: Error configuring application listener of class



getting the following spew (see below) when trying to run tomahawk examples
as downloaded from:

https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/simple

oddly, the example app seems to come up ok, but i had an app that i was
working on that receives the same error and then doesn't come up ok.
wondering if the error below is ignorable, or is some how related to my
problem.

any suggestions appreciated! ;)

here are some other details:

myfaces-1.1.3 (with associated dependencies)
tomahawk-1.1.2
eclipse+wtp 1.5rc2
tomcat 5.5.16

SEVERE: Error configuring application listener of class
org.apache.myfaces.webapp.StartupServletContextListener
java.lang.ClassNotFoundException:
org.apache.myfaces.webapp.StartupServletContextListener
	at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1352)
	at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1198)
	at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3677)
	at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4183)
	at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
	at
org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:904)
	at
org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:867)
	at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474)
	at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1112)
	at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
	at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
	at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
	at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
	at org.apache.catalina.core.StandardService.start(StandardService.java:450)
	at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
	at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
May 17, 2006 9:58:35 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Skipped installing application listeners due to previous error(s)
May 17, 2006 9:58:35 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
May 17, 2006 9:58:35 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/facesExamples] startup failed due to previous errors
--
View this message in context:
http://www.nabble.com/SEVERE%3A-Error-configuring-application-listener-of-class-t1640412.html#a4443170
Sent from the MyFaces - Users forum at Nabble.com.