Ok, did another resync with the HEAD and then ran maven allBuild
again.  This time it says BUILD SUCESSFUL.  Ran maven deploy and
pam.deploy.  Both worked.  But when I try to run /jetspeed I'm still
getting the error about the zipfile:

Nov 13, 2003 1:07:24 PM org.apache.catalina.core.StandardHostDeployer
install
INFO: Installing web application at context path /jetspeed from URL
file:/usr/local/jakarta-tomcat/webapps/jetspeed
java.util.zip.ZipException: error in opening zip file
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(ZipFile.java:112)
        at java.util.jar.JarFile.<init>(JarFile.java:127)
        at java.util.jar.JarFile.<init>(JarFile.java:92)

I checked the xalan-2.4.1.jar in WEB-INF/lib and sure enough it's
corrupt again:

Ran jar -tf xalan-2.4.1.jar and saw this:
...
org/apache/xalan/templates/ElemParam.class
org/apache/xalan/templates/ElemPI.class
java.io.EOFException: Unexpected end of ZLIB input stream
        at
java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:215)
        at
java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
        at java.util.zip.ZipInputStream.read(ZipInputStream.java:139)
        at
java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
        at sun.tools.jar.Main.list(Main.java:744)
        at sun.tools.jar.Main.run(Main.java:192)
        at sun.tools.jar.Main.main(Main.java:904)

Where is maven sourcing this jar from?  I don't have a xalan-2.4.1.jar
anywhere else on my system.

Gerry Reno




--- Gerry Reno <[EMAIL PROTECTED]> wrote:
> That's exactly the document that I am following.
> 
> I'll give it another try this afternoon.
> 
> --- Roger Ruttimann <[EMAIL PROTECTED]> wrote:
> > Please follow all steps in the /doc/Getting-Started.htm document.
> > It seems that some of your dependencies are not correct.
> > 
> > Roger
> > 
> > -----Original Message-----
> > From: Gerry Reno <[EMAIL PROTECTED]>
> > Sent: Nov 12, 2003 7:55 PM
> > To: Jetspeed Users List <[EMAIL PROTECTED]>
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: Jetspeed-2 install problems
> > 
> > I resynced with the HEAD and now when I run maven allBuild I'm
> seeing
> > other errors:
> > 
> > BUILD FAILED
> > File......
> > file:/home/greno/projects/workspace/jakarta-jetspeed-2/portal/
> > Element... copy
> > Line...... 105
> > Column.... 97
> > Warning: Could not find file
> >
>
/home/greno/projects/workspace/jakarta-jetspeed-2/portal/commons/target/jetspeed-commons-2.0-a1-dev.jar
> > to copy.
> > Total time: 3 seconds
> > Finished at: Wed Nov 12 22:40:48 EST 2003
> > 
> > I looked under .../jakarta-jetspeed-2/portal and there isn't even a
> > commons directory. ????
> > There's a commons under .../jakarta-jetspeed-2.
> > 
> > I'll try again tomorrow.
> > 
> > 
> > --- Gerry Reno <[EMAIL PROTECTED]> wrote:
> > > Hi Scott,
> > >   No, it's not.  Do I need to manually copy it there?  Where
> should
> > I
> > > go to get the correct commons-configuration jar?  Shouldn't Maven
> > > have
> > > taken care of this dependency?
> > > 
> > > rgds,
> > > Gerry
> > > 
> > > 
> > > --- Gerry Reno <[EMAIL PROTECTED]> wrote:
> > > > Is the commons-configuration jar in your
> $TOMCAT_HOME/shared/lib
> > > > directory?
> > > > 
> > > > Regards,
> > > > *================================* 
> > > > | Scott T Weaver                 |
> > > > | <[EMAIL PROTECTED]>            | 
> > > > | Apache Jetspeed Portal Project |
> > > > | Apache Pluto Portlet Container |
> > > > *================================*
> > > > 
> > > > 
> > > > --- Gerry Reno <[EMAIL PROTECTED]> wrote:
> > > > > 
> > > > > Installed Pluto - runs fine.
> > > > > Checked out Jetspeed-2 from CVS and built and deployed it
> using
> > > > maven
> > > > > (maven allBuild deploy pam.deploy) but it will not start.
> > > > > Maven said everything built successful with no errors.  
> > > > > 
> > > > > First startup error received was:
> > > > > 2003-11-08 12:06:26 ContextConfig[/jetspeed] Exception
> > processing
> > > > JAR
> > > > > at resource path /WEB-INF/lib/xalan-2.4.1.jar
> > > > > javax.servlet.ServletException: Exception processing JAR at
> > > > resource
> > > > > path /WEB-INF/lib/xalan-2.4.1.jar
> > > > >         at
> > > > >
> > > >
> > >
> >
>
org.apache.catalina.startup.ContextConfig.tldScanJar(ContextConfig.java:930)
> > > > >         at
> > > > >
> > > >
> > >
> >
>
org.apache.catalina.startup.ContextConfig.tldScan(ContextConfig.java:868)
> > > > >         at
> > > > >
> > > >
> > >
> >
>
org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:647)
> > > > >         at
> > > > >
> > > >
> > >
> >
>
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:243)
> > > > > ...
> > > > > ----- Root Cause -----
> > > > > java.util.zip.ZipException: error in opening zip file
> > > > >         at java.util.zip.ZipFile.open(Native Method)
> > > > >         at java.util.zip.ZipFile.<init>(ZipFile.java:112)
> > > > >         at java.util.jar.JarFile.<init>(JarFile.java:127)
> > > > >         at
> > > > >
> sun.net.www.protocol.jar.URLJarFile.<init>(URLJarFile.java:51)
> > > > >         at
> > > > >
> sun.net.www.protocol.jar.URLJarFile$1.run(URLJarFile.java:178)
> > > > > 
> > > > > The problem is that the xalan-2.4.1.jar in WEB-INF/lib is
> > > corrupt. 
> > > > > When  I try to list it from the command line (jar -tvf
> > > > > xalan-2.4.1.jar)
> > > > > it shows this error:
> > > > > 
> > > > > ...
> > > > >  21920 Thu Oct 31 14:22:02 EST 2002
> > > > > org/apache/xalan/templates/ElemNumber.class
> > > > >    538 Thu Oct 31 14:22:04 EST 2002
> > > > > org/apache/xalan/templates/ElemOtherwise.class
> > > > >   2808 Thu Oct 31 14:22:00 EST 2002
> > > > > org/apache/xalan/templates/ElemParam.class
> > > > >   4026 Thu Oct 31 14:22:04 EST 2002
> > > > > org/apache/xalan/templates/ElemPI.class
> > > > > java.io.EOFException: Unexpected end of ZLIB input stream
> > > > >         at
> > > > >
> > > >
> > >
> >
> java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:215)
> > > > >         at
> > > > >
> > > >
> > >
> >
> java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
> > > > >         at
> > > > java.util.zip.ZipInputStream.read(ZipInputStream.java:139)
> > > > >         at
> > > > >
> java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
> > > > >         at sun.tools.jar.Main.list(Main.java:744)
> > > > >         at sun.tools.jar.Main.run(Main.java:192)
> > > > >         at sun.tools.jar.Main.main(Main.java:904)
> > > > > 
> > > > > 
> > > > > So I removed xalan-2.4.1.jar from WEB-INF/lib (let it rely on
> > > > > xalan-2.5.1.jar in TC/common/endorsed)
> > > > > 
> > > > > 
> > > > > Retried startup; next error:
> > > > > ...
> > > > > 2003-11-08 12:21:53 pluto: Initializing PortletContainer...
> > > > > 2003-11-08 12:21:53 pluto: Ready to serve you.
> > > > > 2003-11-08 12:22:05 ApplicationDispatcher[/jetspeed]: Servlet
> > > > > jetspeed
> > > > > is currently unavailable
> > > > > 2003-11-08 12:49:31 SessionListener: contextDestroyed()
> > > > > 2003-11-08 12:49:31 ContextListener: contextDestroyed()
> > > > > 2003-11-08 12:49:31 SessionListener: contextDestroyed()
> > > > > 2003-11-08 12:49:31 ContextListener: contextDestroyed()
> > > > > 2003-11-08 12:49:32  -- INFO -- Shutting down service:
> > > > > ResourceService
> > > > > 2003-11-08 12:49:32  -- INFO -- Turbine: Done shutting down!
> > > > > 2003-11-08 12:53:54 Marking servlet jetspeed as unavailable
> > > > > 2003-11-08 12:53:54 Servlet /jetspeed threw load() exception
> > > > > javax.servlet.ServletException: Error instantiating servlet
> > class
> > > > > org.apache.jetspeed.engine.JetspeedServlet
> > > > >         at
> > > > >
> > > >
> > >
> >
>
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1011)
> > > > >         at
> > > > >
> > > >
> > >
> >
>
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:887)
> > > > >         at
> > > > >
> > > >
> > >
> >
>
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3853)
> 
=== message truncated ===


=====
Gerry Reno
mailto: grenoml at@ yahoo dot. com
(if mail bounces please retry later - spam rapidly fills up mailbox)

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

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

Reply via email to