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.
First 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)
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)
Maven said everything built successful with no errors.
Have I missed a step somewhere in the build process?
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]