This is similar to an error I received caused by classpath conflicts.
Most servlet engine implementations use one Java class loader for the
server's classpath, and another class loader for each web application
context.  So, if the XML parser is instantiated by a different class
than used by Castor, you may have conflicts.

I resolved the problem by putting all of Jetspeed's jar files into the
server classpath.  I don't like this solution, but it's the only way
I've found to resolve the conflicting class loader issue.  I'm using
the JRun server.

Dave

----- Original Message -----
From: "Luan O'Carroll" <[EMAIL PROTECTED]>
To: "JetSpeed" <[EMAIL PROTECTED]>
Sent: Monday, August 14, 2000 4:13 AM
Subject: no portlets found


> I got jetspeed started and I see the jetspeed banner, but not much
else. The
> turbine.log file contains the following. I guess I have a path or
url
> incorrectly set. Could somebody give me some hints/suggestions as to
how to
> track down these issues?
>
> [Mon Aug 14 11:09:36 GMT+01:00 2000] --  ERROR  --
MarshalException -> This
> document probably doesn't match its schema
> [Mon Aug 14 11:09:36 GMT+01:00 2000] --  ERROR  --
>  Exception:  MarshalException:
>  Stack Trace follows:
>  MarshalException:
>  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.j
ava:17
> 7)
>  at
>
org.apache.jetspeed.portal.factory.PortletFactory.create(PortletFactor
y.java
> :298)
>  at
>
org.apache.jetspeed.portal.factory.PortletFactory.getPortlets(PortletF
actory
> .java:332)
>  at
>
org.apache.jetspeed.portal.factory.PortletFactory.getPortlets(PortletF
actory
> .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(JetspeedLayou
t.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:740)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
>  at
>
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.jav
a:503)
>  at
>
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.jav
a:597)
>  at
>
org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:
257)
>  at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
>  at
>
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.jav
a:503)
>  at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
>  at
>
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection
(HttpC
> onnectionHandler.java:160)
>  at
>
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.ja
va:338
> )
>  at java.lang.Thread.run(Unknown Source)
> [Mon Aug 14 11:09:36 GMT+01:00 2000] -- WARNING -- getPortlets():
No
> portlets found
> [Mon Aug 14 11:09:36 GMT+01:00 2000] -- NOTICE  --
> PortletControllerFactory.getInstance(): classname =
> org.apache.jetspeed.portal.DefaultPortletController
> [Mon Aug 14 11:09:36 GMT+01:00 2000] -- NOTICE  -- Jetspeed Home:
END
> default portlets -> total time 0 second(s)
>
>
>
>
>
> --
> --------------------------------------------------------------
> 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