Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [wtp-jsf-dev] cannot run jsf webapp

The stacktrace shows the following error when Tomcat is trying to load a webapp:
SEVERE: Error configuring application listener of class com.sun.faces.config.GlassFishConfigureListener

I'm not sure where GlassFishConfigureListener is configured, but I haven't seen this before.

Please would you try removing all other web apps from the server and running the JSF web app by itself to see if this issue is unrelated to the JSF web app (and let us know the results).

Thanks,
 - Ian Trimble (Oracle)

-----Original Message-----
From: wtp-jsf-dev-bounces@xxxxxxxxxxx
[mailto:wtp-jsf-dev-bounces@xxxxxxxxxxx]On Behalf Of Dieter Mummenschanz
Sent: Wednesday, June 07, 2006 1:23 AM
To: wtp-jsf-dev@xxxxxxxxxxx
Subject: [wtp-jsf-dev] cannot run jsf webapp


hello all,

first of all...i´m new to jsf so please be patient with me :).
i´ve encountered a problem trying to run a simple jsf project in eclipse with tomcat.

i use eclipse 3.2RC7 and the latest WTP+JSF (RC3). tomcat is 5.5.17, JDK is 1.5.07, JSF 1.1.01 libs installed.

the console output during tomcat start shows:

Jun 7, 2006 10:11:08 AM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Error configuring application listener of class com.sun.faces.config.GlassFishConfigureListener
java.lang.ClassNotFoundException: com.sun.faces.config.GlassFishConfigureListener
	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:4187)
	at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
	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:294)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Jun 7, 2006 10:11:08 AM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Skipped installing application listeners due to previous error(s)
Jun 7, 2006 10:11:08 AM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Jun 7, 2006 10:11:08 AM org.apache.catalina.core.StandardContext start
SEVERE: Context [/jsftest] startup failed due to previous errors
Jun 7, 2006 10:11:08 AM org.apache.coyote.http11.Http11BaseProtocol start

and the browser shows:

HTTP Status 404 - /jsftest/index.faces
type Status report
message /jsftest/index.faces
description The requested resource (/jsftest/index.faces) is not available.

a normal webapp without jsf runs fine.
could someopne please help me?

regards,
dieter
--


Echte DSL-Flatrate dauerhaft für 0,- Euro*!
"Feel free" mit GMX DSL! http://www.gmx.net/de/go/dsl
_______________________________________________
wtp-jsf-dev mailing list
wtp-jsf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-jsf-dev



Back to the top