Thanks for your hint. The apache error.log pointed me to a wrong classpath
definition in the jserv configuration. This brought me one step further.
Thereby, I discovered, that probably the name of the jar file
coocon-ext-servlet2.2.jar is misspelled, I guess it should be
cocoon-ext-servlet2.2.jar instead.
I now get the jetspeed home page displayed, but with a lot of "cannot render
content" messages. In my turbine.log file I found the following error
messages:
[Tue Apr 18 18:01:16 GMT+02:00 2000] -- NOTICE -- Jetspeed: cache miss:
Portlet - org.apache.jetspeed.portal.portlets.CocoonPortlet -
http://r1000634.mev.eur.deuba.com:80/content/dynamic/index.xml
[Tue Apr 18 18:01:17 GMT+02:00 2000] -- NOTICE -- PersistentDocument:
fetching remote url:
http://r1000634.mev.eur.deuba.com:80/content/dynamic/index.xml
[Tue Apr 18 18:01:17 GMT+02:00 2000] -- NOTICE -- PersistentDocument:
fetching remote url:
http://r1000634.mev.eur.deuba.com:80/content/dynamic/index.xsl
[Tue Apr 18 18:01:17 GMT+02:00 2000] -- NOTICE -- CocoonPortlet:
transforming
file:///tmp/JetspeedDocumentCache\http.r1000634..mev..eur..deuba..com...80.c
ontent.dynamic.index..xml with stylesheet
file:///tmp/JetspeedDocumentCache\http.r1000634..mev..eur..deuba..com...80.c
ontent.dynamic.index..xsl
[Tue Apr 18 18:01:17 GMT+02:00 2000] -- NOTICE -- PersistentDocument:
fetching remote url:
file:///tmp/JetspeedDocumentCache\http.r1000634..mev..eur..deuba..com...80.c
ontent.dynamic.index..xml
[Tue Apr 18 18:01:17 GMT+02:00 2000] -- ERROR -- CocoonPortlet: Could not
use the following URL:
http://r1000634.mev.eur.deuba.com:80/content/dynamic/index.xml
/tmp/JetspeedDocumentCache\file..tmp.JetspeedDocumentCache\http..r1000634...
.mev....eur....deuba....com......80..content..dynamic..index....xml (The
system cannot find the path specified)
Exception: java.io.FileNotFoundException:
/tmp/JetspeedDocumentCache\file..tmp.JetspeedDocumentCache\http..r1000634...
.mev....eur....deuba....com......80..content..dynamic..index....xml (The
system cannot find the path specified)
Stack Trace follows:
java.io.FileNotFoundException:
/tmp/JetspeedDocumentCache\file..tmp.JetspeedDocumentCache\http..r1000634...
.mev....eur....deuba....com......80..content..dynamic..index....xml (The
system cannot find the path specified)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:102)
at java.io.FileOutputStream.<init>(FileOutputStream.java:62)
at
org.apache.jetspeed.cache.PersistentDocument.getRemoteFile(PersistentDocumen
t.java, Compiled Code)
at
org.apache.jetspeed.cache.PersistentDocument.getEntry(PersistentDocument.jav
a:216)
at
org.apache.jetspeed.portal.cocoon.CocoonRenderer.transform(CocoonRenderer.ja
va, Compiled Code)
at
org.apache.jetspeed.portal.portlets.CocoonPortlet.init(CocoonPortlet.java:23
8)
at
org.apache.jetspeed.portal.factory.PortletFactory.getPortlet(PortletFactory.
java:587)
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: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, Compiled Code)
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:314)
at org.apache.jserv.JServConnection.run(JServConnection.java:188)
at java.lang.Thread.run(Thread.java:479)
[Tue Apr 18 18:01:17 GMT+02:00 2000] -- NOTICE --
PortletFactory.getPortlet(): classname =
org.apache.jetspeed.portal.portlets.CocoonPortlet
[Tue Apr 18 18:01:17 GMT+02:00 2000] -- NOTICE --
PortletFactory.getPortlet(): url = /content/dynamic/index.xml
[Tue Apr 18 18:01:17 GMT+02:00 2000] -- NOTICE -- Jetspeed: cache miss:
Portlet - org.apache.jetspeed.portal.portlets.ApplicationsPortlet - null
[Tue Apr 18 18:01:17 GMT+02:00 2000] -- NOTICE -- Jetspeed: initializing
the ApplicationsPortlet: BEGIN
Since, I am keen to get jetspeed running, any help is highly appreciated.
thanks,
thomas
----- Original Message -----
From: "Kevin A. Burton" <[EMAIL PROTECTED]>
To: "JetSpeed" <[EMAIL PROTECTED]>
Sent: Tuesday, April 18, 2000 3:30 AM
Subject: Re: Jetspeed installation problems
> Thomas Krebs wrote:
> >
> > I am trying to get Jetspeed 1.1 running on WinNT 4.0, Apache 1.3.9,
> > JServ1.1b3. I followed the instructions from the FAQ. When I am
accessing
> > Jetspeed just an empty page is returned. The Turbine.log file contains
the
> > following lines:
> >
> > -- NOTICE -- Classname:
> > org.apache.turbine.services.resources.TurbineResourceService
> > -- NOTICE -- Retrieved service: TurbineResourceService
> > -- NOTICE -- JetspeedResources obtained from System properties: null
> > -- NOTICE -- JetspeedResources obtained from Turbine:
> > d:\srvapp\Jetspeed-1.1\src\config\JetspeedResource.properties
> > -- NOTICE -- Jetspeed Home: BEGIN default portlets
> >
> > I have no glue where to start. Any help is highly appreciated.
> > thanks,
> > thomas
>
> I don't know what to tell you. Check your JServ log. A
> NoClassDefFoundError might be waiting for you.
>
> Kevin
>
> --
> Kevin A Burton ([EMAIL PROTECTED])
> http://relativity.yi.org
> Message to SUN: "Please Open Source Java!"
> The house of the unbelievers shall be razed and they shall be
> scorched to the earth. Their code will be open until the end of days.
>
>
> --
> --------------------------------------------------------------
> 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]