Have you previously run JavaServer Faces applications? If yes, you should remove the web server's cached files before migrating to the new release. So, the cached files in |TOMCAT_HOME/work/Catalina/localhost/jsf-*|. should be removed before restarting the server. I usually remove entire "work" directory to be on the safe side. There are similar complaints on the JSF forum but they all turned out to be a caching issue.

-- Jeanfrancois

pkhadra24 wrote:

I have download the jsf_1-0.zip from java.sun.com and extract it in
WEB-INF/lib of my webapp folder.
I have build my war file with ant-1.6.1 then copied it to the webapps folder
of tomcat-5.0.19. I have the j2sdk1.4.2_03 installed on my machine. When i
start tomcat i have this error.


----- Original Message ----- From: "Jeanfrancois Arcand" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, April 01, 2004 5:48 PM Subject: Re: Error about ConfigListener.class




patrick khadra wrote:



When I start tomcat 5, I always get this error. I tried to delete the
configListener.class of the jsf-ri.jar that i need for my jsf
application, but i still get a similar error about the
ConfigListener.class and my webapp can't run. What should I do to make
my jsf webapp with an Action Listener run?
Thanks for any help.


ConfigListener is very important to JSF (will not work if you remove
it). Are you running with the security manager turned on? Do you have
multiple version of jsf installed (ex: under common/lib/)

-- Jeanfrancois




error:
2004-03-30 21:37:47 StandardContext[/projet]Error configuring
application listener of class com.sun.faces.config.ConfigListener
java.lang.SecurityException: class
"com.sun.faces.config.ConfigListener"'s signer information does not
match signer information of other classes in the same package
at java.lang.ClassLoader.checkCerts(ClassLoader.java:599)
at java.lang.ClassLoader.defineClass(ClassLoader.java:532)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at



org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLo
ader.java:1677)


at



org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.jav
a:900)


at



org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.jav
a:1350)


at



org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.jav
a:1230)


at



org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:
3721)


at



org.apache.catalina.core.StandardContext.start(StandardContext.java:4270)


at



org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:8
66)


at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:850)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:638)
at



org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.j
ava:320)


at org.apache.catalina.core.StandardHost.install(StandardHost.java:875)
at


org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:657)


at


org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:476)


at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1008)
at



org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:394)


at



org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSuppor
t.java:166)


at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1134)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:832)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1126)
at


org.apache.catalina.core.StandardEngine.start(StandardEngine.java:521)


at
org.apache.catalina.core.StandardService.start(StandardService.java:519)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:2345)
at org.apache.catalina.startup.Catalina.start(Catalina.java:594)
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:324)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:297)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:398)

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to