I am having the same problem. Myfaces .9 + JBoss 4

Is this the error you were getting on app startup? Not sure what this means. 

-Steve 

2005-05-27 10:40:12,075 INFO 
[org.apache.myfaces.config.FacesConfigurator] Reading standard config
org/apache/myfaces/resource/standard-faces-config.xml
2005-05-27 10:40:12,201 ERROR
[org.apache.myfaces.webapp.StartupServletContextListener] Error
initializing ServletContext
javax.faces.FacesException: java.io.EOFException: Unexpected end of
ZLIB input stream
        at 
org.apache.myfaces.config.FacesConfigurator.feedJarConfig(FacesConfigurator.java:399)
        at 
org.apache.myfaces.config.FacesConfigurator.feedJarFileConfigurations(FacesConfigurator.java:311)
        at 
org.apache.myfaces.config.FacesConfigurator.configure(FacesConfigurator.java:203)

On 5/17/05, Klug, Boris <[EMAIL PROTECTED]> wrote:
> Hi!
> 
> I solved it. The problem was the class FacesConfigurator which could not 
> create
> the temp files. Could creating the temp file was a problem on our Win NT
> system. Setting the env var CATALIN A_TMP which sets java.io.tempdir solved 
> the
> problem.
> 
> --
> Boris Klug
> 
> Debeka Hauptverwaltung
> Abteilung IE/Q
> Ferdinand-Sauerbruch-Str. 18
> 56058 Koblenz
> 
> Telefon  (0261) 498-3806
> 
> E-Mail   [EMAIL PROTECTED]
> Internet www.debeka.de
> 
> 
> 
> Zitat von Francesco Consumi <[EMAIL PROTECTED]>:
> 
> > Scrive "Klug, Boris" <[EMAIL PROTECTED]>:
> >
> > >
> > > Hello!
> > >
> > > I downloaded MyFaces 0.9.0 and Tomcat 5.0.30 and installed it (WinNT, jvm
> > > 1.4.2). I dropped the myfaces-examples.war in the auto deploy dir and
> > tomcat
> > > deployed it.
> > > Now when I browse to "http://localhost:8080/myfaces-examples/"; I get
> > > the error
> > > below. I browsed the web but havent found anybody else with the same
> > problem.
> > > The same occures when I try other MyFaces demos like the one from the
> > German
> > > magazine ct... Can anybody help??
> >
> > did you append this section to web.xml file ?
> >
> > <listener>
> >   <listener-class>
> >     org.apache.myfaces.webapp.StartupServletContextListener
> >   </listener-class>
> > </listener>
> >
> >
> 
>

Reply via email to