Can someone answer my question about Cocoon portlet?

I'm running Jetspeed 1.1 with Tomcat 3.1 under Win2000Pro and I have
successfully installed with only the following error:

When I display the Jetspeed home page all the portlets are displayed
correctly except for Cocoonportlet. Where Cocoonportlet should be, I see the
following message:

CocoonPortlet: Could not use the following URL:
http://localhost:80/content/dynamic/index.xml
\tmp\JetspeedDocumentCache\file..tmp.JetspeedDocumentCache\http..localhost..
....80..content..dynamic..index....xml (The system cannot find the path
specified)

Turbine.log displays:
[Mon Jun 19 15:39:00 PDT 2000] --  ERROR  -- CocoonPortlet: Could not use
the following URL:  http://localhost:80/content/dynamic/index.xml
/tmp/JetspeedDocumentCache\file..tmp.JetspeedDocumentCache\http..localhost..
....80..content..dynamic..index....xml (The system cannot find the path
specified)
        Exception:  java.io.FileNotFoundException:
/tmp/JetspeedDocumentCache\file..tmp.JetspeedDocumentCache\http..localhost..
....80..content..dynamic..index....xml (The system cannot find the path
specified)
        Stack Trace follows:
        java.io.FileNotFoundException:
/tmp/JetspeedDocumentCache\file..tmp.JetspeedDocumentCache\http..localhost..
....80..content..dynamic..index....xml (The system cannot find the path
specified)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(Unknown Source)
        at java.io.FileOutputStream.<init>(Unknown Source)
        at
org.apache.jetspeed.cache.PersistentDocument.getRemoteFile(PersistentDocumen
t.java:360)
        at
org.apache.jetspeed.cache.PersistentDocument.getEntry(PersistentDocument.jav
a:216)
        at
org.apache.jetspeed.portal.cocoon.CocoonRenderer.transform(CocoonRenderer.ja
va:115)
        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:368)
        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:740)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
        at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:597)
        at
org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java: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.java:338
)
        at java.lang.Thread.run(Unknown Source)

Since this appears to be a DocumentCache error, Here is the document cache
section of my JetspeedResources.properties file.

##########################################
# Remote Object Storage System           #
##########################################
#Specify the directory that Jetspeed should
#cache XML documents to.

#for Win32 systems specify your directory as:
cache.directory=/d:/temp/JetspeedDocumentCache
#Default: /tmp/JetspeedDocumentCache
cache.directory=\tmp\JetspeedDocumentCache


Any help/advice would be greatly appreciated.

Peter Yoo




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