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)
> > >         at
> > >
> >
> org.apache.catalina.core.StandardContext.start(StandardContext.java:4
> > > ...
> > > ----- Root Cause -----
> > > java.lang.NoClassDefFoundError:
> > > org/apache/commons/configuration/Configuration
> > >         at java.lang.Class.getDeclaredConstructors0(Native
> Method)
> > >         at
> > > java.lang.Class.privateGetDeclaredConstructors(Class.java:1610)
> > >         at java.lang.Class.getConstructor0(Class.java:1922)
> > >         at java.lang.Class.newInstance0(Class.java:278)
> > >         at java.lang.Class.newInstance(Class.java:261)
> > > 
> > > 
> > > 
> > > Env:
> > > Linux Redhat 8.0
> > > Tomcat 5.0.14
> > > 
> > > 
> > > 
> > > 
> > > 
> > > =====
> > > 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]
> > > 
> > 
> > 
> > =====
> > 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
> 
> 
> =====
> 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
> 
> 
=== 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