Sara,

I had this same proble. The fix for me was to
1) change content\xml\defaultPortlets.xml to defaultPortlets.jxml.
2) change content\xml\feeds\feeds.xml to feeds.jxml.
3) modify JetspeedResources.properties to use the new filenames above:
    -- portletmarkup.default.url=/content/xml/defaultPortlets.jxml
    -- contentfeeds.default.url=/content/xml/feeds/feeds.jxml
I think I read that cocoon was trying to process the .xml docs instead of
jetspeed.

HTH
Steve B.
----- Original Message -----
From: Sara Bertocco <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 04, 2000 6:48 AM
Subject: jetspeed installation problem


> Hi all,
> I'm trying to install Jetspeed. I have::
> Apache JServ 1.1
> Apache 1.3.11
> jetspeed 1.1
> on Sun Solaris.
> When I call my application
> http://garamond:8000/servlets/jetspeed
> I obtain the Jetspeed home page with the jetspeed logo and the last row,
>
> but empty: without portlets.
>
> In the turbine log file I have:
> ------------------
>
> [Tue Apr 04 15:23:34 CEST 2000] -- NOTICE  -- Classname:
> org.apache.turbine.services.resources.TurbineResourceService
> [Tue Apr 04 15:23:34 CEST 2000] -- NOTICE  -- Retrieved service:
> TurbineResourceService
> [Tue Apr 04 15:23:35 CEST 2000] -- NOTICE  -- JetspeedResources obtained
> from System properties: null
> [Tue Apr 04 15:23:35 CEST 2000] -- NOTICE  -- JetspeedResources obtained
> from Turbine: /home/scratch/sara/apache/Jetspeed
> -1.1/src/config/JetspeedResources.properties
> [Tue Apr 04 15:23:35 CEST 2000] -- NOTICE  -- Jetspeed Home: BEGIN
> default portlets
> [Tue Apr 04 15:23:35 CEST 2000] -- NOTICE  -- PersistentDocument:
> fetching remote url: http://garamond:8000/defaultPortle
> ts.xml
> [Tue Apr 04 15:23:35 CEST 2000] --  ERROR  --
>         Exception:  java.io.FileNotFoundException:
> http://garamond:8000/defaultPortlets.xml
>         Stack Trace follows:
>         java.io.FileNotFoundException:
> http://garamond:8000/defaultPortlets.xml
>         at java.lang.Throwable.fillInStackTrace(Native Method)
>         at java.lang.Throwable.fillInStackTrace(Compiled Code)
>         at java.lang.Throwable.<init>(Compiled Code)
>         at java.lang.Exception.<init>(Exception.java:42)
>         at java.io.IOException.<init>(Compiled Code)
>         at java.io.FileNotFoundException.<init>(Compiled Code)
>         at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(Compiled
> Code)
>         at java.net.URLConnection.getContent(URLConnection.java:548)
>         at java.net.URL.getContent(URL.java:832)
>         at
> org.apache.jetspeed.cache.PersistentDocument.getRemoteFile(Compiled
> Code)
>         at
>
org.apache.jetspeed.cache.PersistentDocument.getEntry(PersistentDocument.jav
a:216)
>
>         at
>
org.apache.jetspeed.portal.factory.PortletFactory.create(PortletFactory.java
:295)
>
>         at
> org.apache.jetspeed.portal.factory.PortletFactory.getPortlets(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(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:484)
> [Tue Apr 04 15:23:35 CEST 2000] -- WARNING -- getPortlets():  No
> portlets found
> [Tue Apr 04 15:23:35 CEST 2000] -- NOTICE  --
> PortletControllerFactory.getInstance(): classname =
> org.apache.jetspeed.por
> tal.DefaultPortletController
> [Tue Apr 04 15:23:35 CEST 2000] -- NOTICE  -- Jetspeed Home: END default
> portlets -> total time 0 second(s)
>
> In mod_jserv.log
> -----------
>
> [04/04/2000 15:23:19:407] (EMERGENCY) wrapper: JServ (12175) didn't die
> nicely, killing it
>
> In error_log
> --------
>
> [Tue Apr  4 15:23:35 2000] [error] [client 147.122.2.46] File does not
> exist: /home/scratch/sara/apache/content/defaultPo
> rtlets.xml
>
____________________________________________________________________________
____________________________
>
> If I correct the path of  defaultPortlets.xml in the file
> JetspeedResources.properties, changing portletmarkup.default.url,
> the result is the Netscape Error: "The document contained no data...."
>
> In the turbine log file I have:
> ------------------
>
> [Tue Apr 04 15:31:58 CEST 2000] -- NOTICE  -- Classname:
> org.apache.turbine.services.resources.TurbineResourceService
> [Tue Apr 04 15:31:58 CEST 2000] -- NOTICE  -- Retrieved service:
> TurbineResourceService
> [Tue Apr 04 15:31:58 CEST 2000] -- NOTICE  -- JetspeedResources obtained
> from System properties: null
> [Tue Apr 04 15:31:58 CEST 2000] -- NOTICE  -- JetspeedResources obtained
> from Turbine:
>
/home/scratch/sara/apache/Jetspeed-1.1/src/config/JetspeedResources.properti
es
>
> [Tue Apr 04 15:31:59 CEST 2000] -- NOTICE  -- Jetspeed Home: BEGIN
> default portlets
>
> In mod_jserv.log
> -----------
> Empty
>
> In error_log
> --------
>
> java.lang.NoClassDefFoundError: org/apache/cocoon/store/MemoryStore
>         at
> org.apache.jetspeed.cache.MemoryStore.getInstance(MemoryStore.java:89)
>         at
> org.apache.jetspeed.cache.PortletCache.<init>(PortletCache.java:91)
>         at
> org.apache.jetspeed.cache.PortletCache.getInstance(PortletCache.java:109)
>
>         at
>
org.apache.jetspeed.portal.factory.PortletFactory.getPortlet(PortletFactory.
java:554)
>
>         at
> org.apache.jetspeed.portal.factory.PortletFactory.getPortlets(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(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:484)
>
>
> The class  org/apache/cocoon/store/MemoryStore does not exist n the
> distribution of Jetspeed 1.1,
> i can find only   org/apache/jetspeed/cache/MemoryStore.class
>
> Somebody can help me?
>
> Thanks in advance,
>
> Sara.
>
>
>
> --
> --------------------------------------------------------------
> 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