Patrick Lynch wrote:
> [HIT THE DELETE BUTTON IF YOU ARE TOO BUSY FOR THIS NEWBIE QUESTION]
>
> any idea what this could mean... I have checked all my configuration files
> and cannot find anything missing.
>
> If I get all this working, I hereby volunteer to write more detailed
> Installation instructions (for JServ at least)!! :-)
>
> My config is apache1.3.12, jserv1.1.12,Jetspeed1.1.
>
For what I know, there is a collision between two versions of sax packages. One
comes with xerces.jar, the other with jaxp.jar or else.
I don't know about jserv (I use tomcat), but I think you could:
-- try to move the other parsers apart (xerces.jar should be enough for your
needs).
-- try to move sax.jar (or similar jars) apart from the classpath.
If you don't know, do something like
jar tvf xxx.jar | grep sax
until you find which libraries are defining the sax interfaces, and remove old
versions from classpath
NOTE: the way to handle classpath is different if you are using jdk1.1 or
jdk1.2/1.3
>
> ===============================
> java.lang.NoClassDefFoundError: org/xml/sax/Configurable
> at
> org.exolab.castor.util.Configuration.getParser(Configuration.java:256)
> at
> org.exolab.castor.util.Configuration.getParser(Configuration.java:220)
> at
> org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:180)
> at
> org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:164)
> at
> org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:245)
> at
> org.apache.jetspeed.portal.portletmarkup.Portlets.unmarshal(Portlets.java:17
> 7)
> at
> org.apache.jetspeed.portal.factory.PortletFactory.create(PortletFactory.java
> :298)
> at
> org.apache.jetspeed.portal.factory.PortletFactory.getPortlets(PortletFactory
> .java:332)
> at
> org.apache.jetspeed.portal.factory.PortletFactory.getPortlets(PortletFactory
> .java:259)
> at org.apache.jetspeed.turbine.screens.Home.build(Home.java:105)
> at
> org.apache.turbine.modules.ScreenLoader.eval(ScreenLoader.java:117)
> at
> org.apache.jetspeed.turbine.layouts.JetspeedLayout.build(JetspeedLayout.java
> :107)
> at
> org.apache.turbine.modules.LayoutLoader.exec(LayoutLoader.java:111)
> at
> org.apache.turbine.modules.pages.DefaultPage.build(DefaultPage.java:88)
> at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:111)
> at Turbine.doGet(Turbine.java:296)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
> at
> org.apache.jserv.JServConnection.processRequest(JServConnection.java:317)
> at org.apache.jserv.JServConnection.run(JServConnection.java:188)
> at java.lang.Thread.run(Thread.java:475)
> ==================================
>
> >From my jserv.properties:
> ==================================
> wrapper.classpath=/usr/local/jdk1.2.2/lib/tools.jar
>
> wrapper.classpath=/home/jserv/libexec/ApacheJServ.jar
> wrapper.classpath=/usr/local/JSDK2.0/lib/jsdk.jar
>
> wrapper.classpath=/home/cocoon/bin/cocoon.jar
> wrapper.classpath=/home/cocoon/lib/xerces_1_0_3.jar
> wrapper.classpath=/home/cocoon/lib/xalan_1_0_1.jar
> wrapper.classpath=/home/cocoon/lib/fop_0_12_1.jar
>
> wrapper.classpath=/home/jserv/libexec/castor-0.7.4.jar
> wrapper.classpath=/home/jserv/libexec/ecs.jar
> wrapper.classpath=/home/jserv/libexec/turbine-2.0.jar
> wrapper.classpath=/home/jserv/libexec/village.jar
>
> wrapper.classpath=/home/jserv/libexec/Jetspeed.jar
> ==================================
>
> Any help would be greatly appreciated!!
>
> /Patrick.
>
> -----Original Message-----
> From: JAMES VANETTEN [mailto:[EMAIL PROTECTED]]
> Sent: 13 September 2000 22:54
> To: Patrick Lynch
> Subject: RE: Jetspeed configuration
>
> I am trying to find all the servlets I need to get the mail working for the
> authentification process. I should have that working in the next 10 minutes
> if I can find the activation.jar that I need on the sun java site.
>
> The last problem I am having is the customization page seems to have a
> javascript error. I am trying ot find out if there is a fix.
>
> Bye for now
> Jim
>
> >>> Patrick Lynch <[EMAIL PROTECTED]> 9/13/2000 5:25:14 PM >>>
> Thanks for the Info :-)
>
> did you have any joy getting the portlets working?
> I am getting a front page with the Jetspeed logo and the date. No Error
> messages though!
>
> /Patrick
>
> PS -- Thanks again for the help!!
>
> -----Original Message-----
> From: JAMES VANETTEN [mailto:[EMAIL PROTECTED]]
> Sent: 13 September 2000 15:55
> To: Patrick Lynch
> Subject: Jetspeed configuration
>
> Hi Patrick,
>
> I just go jetspeed up and going this morning. Some of the portlets aren't
> working and I can't figure out how to add an remove them yet but I will keep
> plugging away at it. This is the hardest setup I have ever ecountered with
> the worst install documentation.
>
> Here is my alias line from my zone.properties file as wll as the init
> properties line. It took me a while to figure out that the alias went to
> Turbine but examining the sample config for Tomcat I am certain this is
> correct.
>
> ?---snip-----
>
> # Servlet Aliases
> ##################
>
> servlet.jetspeed.code=Turbine
>
> # Servlet Init Parameters
> ##########################
>
> servlet.jetspeed.initArgs=properties=/usr/local/java/Jetspeed-1.1/src/config
> /TurbineResources.properties
>
> ?---snip-----
>
> Hope this helps
> Jim
>
> >>> Patrick Lynch <[EMAIL PROTECTED]> 9/13/2000 4:45:02 AM >>>
> Hi Jim,
>
> Sorry to bother you but would it be possible for you to send me the part of
> the config file for setting up the JetSpeed alias.
>
> The instructions on this are really vague!
>
> Thanks
>
> /Patrick
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of JAMES VANETTEN
> Sent: 12 September 2000 20:38
> To: [EMAIL PROTECTED]
> Subject: I have put the Jetspeed.jar in my classpath how do I setup the
> jetspeed alias in my zone.properties
>
> I have put the Jetspeed.jar in my classpath how do I setup the jetspeed
> alias in my zone.properties file for JSERV.
>
> Thanks
> Jim
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html>
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]