yes, i'm using jdk 1.5

2005/11/17, Marco Mistroni <[EMAIL PROTECTED]>:
> thanks, but that won't help much :(
> fact that i can deploy under jboss 3.2.5 without any problems make me think
> that problem maybe is some jboss setting, variables, don't know what
>
> are you using JDK 1.5?
>
> regards
>  marco
>
>
>
> On 11/17/05, Rogerio Pereira <[EMAIL PROTECTED]> wrote:
> > I can deploy my ear in 4.0.2 and 4.0.3 without any problem.
> >
> > 2005/11/17, Marco Mistroni < [EMAIL PROTECTED]>:
> > > hello all,
> > >   i have developed a JSF app that i have deployed successfully on jboss
> > > 3.2.5
> > >
> > > i decided to move to jboss 4.02., and got this awful exception
> > >
> > > java.io.FileNotFoundException:
> > >
> C:\Sw\jboss-4.0.2\server\default\deploy\jbossweb-tomcat55.sar\jsf-libs\myfaces-impl.jar
> > >  at
> > >
> org.jboss.net.protocol.file.FileURLConnection.connect(FileURLConnection.java
> :80)
> > >  at
> > >
> org.jboss.net.protocol.file.FileURLConnection.getInputStream
> > > (FileURLConnection.java:89)
> > >  at
> > >
> org.jboss.web.tomcat.tc5.jasper.TagLibCache.scanJar(TagLibCache.java:309)
> > >  at
> > >
> org.jboss.web.tomcat.tc5.jasper.TagLibCache.loadStandardTlds(TagLibCache.java:229)
> > >  at org.jboss.web.tomcat.tc5.jasper.TagLibCache.init
> > > (TagLibCache.java:99)
> > >  at
> > > org.jboss.web.tomcat.tc5.jasper.TagLibCache.getLocation
> (TagLibCache.java:88)
> > >  at
> > >
> org.apache.jasper.JspCompilationContext.getTldLocation(JspCompilationContext.java:519)
> > >  at
> org.apache.jasper.compiler.Parser.parseTaglibDirective
> > > (Parser.java:417)
> > >  at
> > >
> org.apache.jasper.compiler.Parser.parseDirective(Parser.java:483)
> > >  at
> > >
> org.apache.jasper.compiler.Parser.parseElements(Parser.java:1543)
> > >  at org.apache.jasper.compiler.Parser.parse
> (Parser.java
> > > :126)
> > >  at
> > >
> org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211)
> > >  at
> > >
> org.apache.jasper.compiler.ParserController.parse(ParserController.java:100)
> > >  at org.apache.jasper.compiler.Compiler.generateJava
> > > (Compiler.java:146)
> > >  at
> > >
> org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
> > >  at
> > > org.apache.jasper.compiler.Compiler.compile
> (Compiler.java:267)
> > >  at
> > >
> org.apache.jasper.compiler.Compiler.compile(Compiler.java
> > > :255)
> > >  at
> > >
> org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:556)
> > >  at
> > >
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:293)
> > >  at org.apache.jasper.servlet.JspServlet.serviceJspFile
> > > (JspServlet.java:314)
> > >  at
> > > org.apache.jasper.servlet.JspServlet.service
> (JspServlet.java:264)
> > >  at
> > >
> javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
> > >  at
> > >
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
> > > (ApplicationFilterChain.java :252)
> > >  at
> > >
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> > >
> > >
> > > trying to add the jsf-lib with myfaces jar inside results still in this
> > > exception
> > >
> > > 2005-11-17 10:02:07,726 DEBUG
> > > [org.jboss.web.tomcat.tc5.jasper.TagLibCache] Scanning
> for
> > > tlds in:
> > >
> file:/C:/Sw/jboss-4.0.2/server/default/deploy/jbossweb-tomcat55.sar/jsf-libs/myfaces-
> impl.jar
> > > 2005-11-17 10:02:07,944 ERROR [
> > >
> org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/JSFApp].[jsp]]
> > > Servlet.service() for servlet jsp threw exception
> > > java.util.zip.ZipException : too many length or distance symbols
> > >  at java.util.zip.InflaterInputStream.read
> > > (InflaterInputStream.java:140)
> > >  at
> > >
> java.util.zip.ZipInputStream.read(ZipInputStream.java:139)
> > >  at
> > >
> java.util.jar.JarInputStream.read(JarInputStream.java:171)
> > >  at
> > >
> java.io.BufferedInputStream.read1(BufferedInputStream.java
> > > :254)
> > >  at
> > >
> java.io.BufferedInputStream.read(BufferedInputStream.java
> :313)
> > >  at
> > >
> java.util.jar.JarInputStream.getBytes(JarInputStream.java:88)
> > >  at java.util.jar.JarInputStream.<init>(JarInputStream.java:65)
> > >   at java.util.jar.JarInputStream.<init>( JarInputStream.java:43)
> > >  at
> > >
> org.jboss.web.tomcat.tc5.jasper.TagLibCache.scanJar(TagLibCache.java:310)
> > >  at
> > >
> org.jboss.web.tomcat.tc5.jasper.TagLibCache.processTldsInFileSystem
> > > (TagLibCache.java :263)
> > >  at
> > >
> org.jboss.web.tomcat.tc5.jasper.TagLibCache.processTldsInFileSystem(TagLibCache.java:256)
> > >  at
> > >
> org.jboss.web.tomcat.tc5.jasper.TagLibCache.init(TagLibCache.java:100)
> > >  at
> org.jboss.web.tomcat.tc5.jasper.TagLibCache.getLocation
> > > (TagLibCache.java:88)
> > >  at
> > >
> org.apache.jasper.JspCompilationContext.getTldLocation(JspCompilationContext.java:519)
> > >  at
> > >
> org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java
> :417)
> > >  at org.apache.jasper.compiler.Parser.parseDirective
> > > (Parser.java:483)
> > >  at
> > >
> org.apache.jasper.compiler.Parser.parseElements(Parser.java:1543)
> > >  at
> > > org.apache.jasper.compiler.Parser.parse
> (Parser.java:126)
> > >  at
> > >
> org.apache.jasper.compiler.ParserController.doParse(ParserController.java
> > > :211)
> > >  at
> > >
> org.apache.jasper.compiler.ParserController.parse(ParserController.java:100)
> > >  at
> > >
> org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:146)
> > >  at
> > >
> org.apache.jasper.compiler.Compiler.compile(Compiler.java
> > > :286)
> > >  at
> > > org.apache.jasper.compiler.Compiler.compile
> (Compiler.java:267)
> > >  at
> > >
> org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)
> > >  at
> > >
> org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java
> > > :556)
> > >  at
> > >
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:293)
> > >  at
> > >
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
> > >  at org.apache.jasper.servlet.JspServlet.service
> > > (JspServlet.java:264)
> > >
> > >
> > >
> > > anyone has experienced samep roblem?
> > >
> > > thanks and regards
> > >  marco
> > >
> > >
> >
> >
> > --
> > Yours truly (Atenciosamente),
> >
> > Rogério
> >
>
>


--
Yours truly (Atenciosamente),

Rogério

Reply via email to