You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Dennis Byrne <de...@dbyrne.net> on 2006/06/28 21:19:40 UTC

Re: NoClassDefFoundError: org/apache/myfaces/custom/buffer/HtmlBufferResponseWriterWrapper on server startup.

Can you post a dir listing of WEB-INF/lib ?

Dennis Byrne

>-----Original Message-----
>From: Sloan, Noah M [mailto:Noah_Sloan@baylor.edu]
>Sent: Wednesday, June 28, 2006 02:33 PM
>To: users@myfaces.apache.org
>Subject: NoClassDefFoundError: org/apache/myfaces/custom/buffer/HtmlBufferResponseWriterWrapper on server startup.
>
>I'm trying to upgrade from MyFaces and Tomahawk 1.1.1 to 1.1.3. I only replaced the myfaces-api, myfaces-impl and tomahawk jars.  I also changed the extensions filter class to org.apache.myfaces.webapp.filter.ExtensionsFilter.
>
>When Tomcat starts up, I get the following error numerous times:
>java.lang.NoClassDefFoundError: org/apache/myfaces/custom/buffer/HtmlBufferResponseWriterWrapper
>	at org.apache.myfaces.shared_impl.util.ClassUtils.newInstance(ClassUtils.java:279)
>	at org.apache.myfaces.shared_impl.util.ClassUtils.newInstance(ClassUtils.java:265)
>	at org.apache.myfaces.config.FacesConfigurator.configureLifecycle(FacesConfigurator.java:652)
>	at org.apache.myfaces.config.FacesConfigurator.configure(FacesConfigurator.java:144)
>	at org.apache.myfaces.webapp.StartupServletContextListener.initFaces(StartupServletContextListener.java:66)
>	at org.apache.myfaces.webapp.StartupServletContextListener.contextInitialized(StartupServletContextListener.java:49)
>	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3727)
>...
>
>Am I missing a jar?  Any idea where those classes are supposed to come from?
>