I'm so sorry! I apologize for this public discussion with myself :(

In my past post, I meant to say that "I had to extract the classes out of
the castor-0.7.4.jar" file (not Jetspeed).

Again, I apologize for the wasted bandwidth, but it seemed an important
correction to my post...I really am excited about this!

Steve B.
----- Original Message -----
From: Steve Belt <[EMAIL PROTECTED]>
To: JetSpeed <[EMAIL PROTECTED]>
Sent: Wednesday, March 29, 2000 5:26 PM
Subject: Re: Jetspeed 1.1. Now in CVS.-> install on Win98


> UPdate:
>
> So I extracted the classes out of Jetspeed: I now see the header and
footer,
> but no portlets.
>
> Getting closer!...
>
> I now see in my Turbine.log the following:
>
> [Wed Mar 29 17:22:46 PST 2000] -- NOTICE  -- Classname:
> org.apache.turbine.services.resources.TurbineResourceService
> [Wed Mar 29 17:22:46 PST 2000] -- NOTICE  -- Retrieved service:
> TurbineResourceService
> [Wed Mar 29 17:22:46 PST 2000] -- NOTICE  -- JetspeedResources obtained
from
> System properties: null
> [Wed Mar 29 17:22:46 PST 2000] -- NOTICE  -- JetspeedResources obtained
from
> Turbine: c:\classes\jetspeed\JetspeedResources.properties
> [Wed Mar 29 17:22:47 PST 2000] -- NOTICE  -- Jetspeed Home: BEGIN default
> portlets
> [Wed Mar 29 17:22:48 PST 2000] --  ERROR  -- MarshalException -> This
> document probably doesn't match its schema
> [Wed Mar 29 17:22:48 PST 2000] --  ERROR  --
>  Exception:  MarshalException: org.xml.sax.SAXException
>  Stack Trace follows:
>  MarshalException: org.xml.sax.SAXException
>  at org.exolab.castor.xml.Unmarshaller.unmarshal(Unmarshaller.java:202)
>  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, Compiled Code)
>  at
>
org.apache.jetspeed.portal.factory.PortletFactory.getPortlets(PortletFactory
> .java:259)
>  at org.apache.jetspeed.turbine.screens.Home.build(Home.java:106)
>  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, Compiled Code)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
>  at
>
org.apache.tomcat.core.ServletWrapper.handleInvocation(ServletWrapper.java,
> Compiled Code)
>  at
>
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:224)
>  at
> org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:240)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
>  at
>
org.apache.tomcat.core.ServletWrapper.handleInvocation(ServletWrapper.java,
> Compiled Code)
>  at
>
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:224)
>  at org.apache.tomcat.core.ContextManager.service(ContextManager.java:347)
>  at
>
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
> onnectionHandler.java:144)
>  at
org.apache.tomcat.service.TcpConnectionThread.run(TcpEndpoint.java:305)
>  at java.lang.Thread.run(Thread.java:479)
> [Wed Mar 29 17:22:48 PST 2000] -- WARNING -- getPortlets():  No portlets
> found
> [Wed Mar 29 17:22:48 PST 2000] -- NOTICE  --
> PortletControllerFactory.getInstance(): classname =
> org.apache.jetspeed.portal.DefaultPortletController
> [Wed Mar 29 17:22:48 PST 2000] -- NOTICE  -- Jetspeed Home: END default
> portlets -> total time 1 second(s)
>
> Thanks again!
>
> Steve B.
> ----- Original Message -----
> From: Steve Belt <[EMAIL PROTECTED]>
> To: JetSpeed <[EMAIL PROTECTED]>
> Sent: Wednesday, March 29, 2000 5:11 PM
> Subject: Re: Jetspeed 1.1. Now in CVS.-> install on Win98
>
>
> > I feel I am getting closer on getting this running on Win98. (I am
setting
> > aside my Linux installation because, if I understand the recent thread,
> the
> > .. is not compatible with my system)
> >
> > I am using Tomcat 3.1M1
> > I am using Tomcat's html server
> > I have installed MySQL and loaded the turbine database
> >
> > When I access http://localhost:8080/servlet/jetspeed, I get a blank
> screen.
> >
> > I see the following in the Tomcat window:
> >
> > Context(): invoker: init
> > Context(): jetspeed: init
> > DbBrokerImpl: Is now turned on.
> > Context(): jetspeed: Turbine init()!
> > java.lang.NoClassDefFoundError: org/exolab/castor/xml/MarshalException
> >         at org.apache.jetspeed.turbine.screens.Home.build(Home.java:101)
> >         at
> > org.apache.turbine.modules.ScreenLoader.eval(ScreenLoader.java:117)
> >         at
> > org.apache.jetspeed.turbine.layouts.JetspeedLayout.build(JetspeedLayo
> > ut.java:107)
> >         at
> > org.apache.turbine.modules.LayoutLoader.exec(LayoutLoader.java:111)
> >         at
> > org.apache.turbine.modules.pages.DefaultPage.build(DefaultPage.java:8
> > 8)
> >         at
org.apache.turbine.modules.PageLoader.exec(PageLoader.java:111)
> >         at Turbine.doGet(Turbine.java, Compiled Code)
> >         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
> >         at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
> >         at
> > org.apache.tomcat.core.ServletWrapper.handleInvocation(ServletWrapper
> > .java, Compiled Code)
> >         at
> > org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.ja
> > va:224)
> >         at
> > org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java
> > :240)
> >         at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
> >         at
> > org.apache.tomcat.core.ServletWrapper.handleInvocation(ServletWrapper
> > .java, Compiled Code)
> >         at
> > org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.ja
> > va:224)
> >         at
> > org.apache.tomcat.core.ContextManager.service(ContextManager.java:347
> > )
> >         at
> > org.apache.tomcat.service.http.HttpConnectionHandler.processConnectio
> > n(HttpConnectionHandler.java:144)
> >         at
> > org.apache.tomcat.service.TcpConnectionThread.run(TcpEndpoint.java:30
> > 5)
> >         at java.lang.Thread.run(Thread.java:479)
> >
> > In turbine.log, I see the following:
> >
> > [Wed Mar 29 17:04:03 PST 2000] -- NOTICE  -- Classname:
> > org.apache.turbine.services.resources.TurbineResourceService
> > [Wed Mar 29 17:04:03 PST 2000] -- NOTICE  -- Retrieved service:
> > TurbineResourceService
> > [Wed Mar 29 17:04:03 PST 2000] -- NOTICE  -- JetspeedResources obtained
> from
> > System properties: null
> > [Wed Mar 29 17:04:03 PST 2000] -- NOTICE  -- JetspeedResources obtained
> from
> > Turbine: c:\classes\jetspeed\JetspeedResources.properties
> > [Wed Mar 29 17:04:03 PST 2000] -- NOTICE  -- Jetspeed Home: BEGIN
default
> > portlets
> >
> > Any ideas?
> >
> > Steve B.
> >
> >
> >
> > --
> > --------------------------------------------------------------
> > 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]



--
--------------------------------------------------------------
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]

Reply via email to