"Kevin A. Burton" wrote:
>
> <snip>
> > and reproduces the Stack trace shown above.
> >
> > I am running Tomcat 3.1 standalone, Cocoon and Jetspeed separated in
> > two Contexts. The config is basically the same as in the cvs, I only
> > adjusted the paths and turned off user authentification. Any ideas where
> > this could come from?
>
> >From CVS right?
>
> Yes. Somehow Cocoon didn't get initialized correctly. Can you give me
> your turbine.log and also the steps you did to reproduct this? This
> might be a bug :(
I've got same problem after moving from Cocoon 1.7.2 to 1.7.4. And I am
using regular Jetspeed 1.1.
here are my turbine log from restarting server till error:
[Mon May 22 15:18:04 GMT+02:00 2000] -- NOTICE -- Classname:
org.apache.turbine.services.resources.TurbineResourceService
[Mon May 22 15:18:04 GMT+02:00 2000] -- NOTICE -- Retrieved service:
TurbineResourceService
[Mon May 22 15:18:05 GMT+02:00 2000] -- NOTICE -- JetspeedResources
obtained from System properties: null
[Mon May 22 15:18:05 GMT+02:00 2000] -- NOTICE -- JetspeedResources
obtained from Turbine:
/usr/local/java/Jetspeed-1.1/src/config/JetspeedResources.properties
[Mon May 22 15:18:05 GMT+02:00 2000] -- NOTICE -- Jetspeed Home: BEGIN
default portlets
[Mon May 22 15:18:05 GMT+02:00 2000] -- ERROR --
Exception: java.lang.NullPointerException:
Stack Trace follows:
java.lang.NullPointerException:
at org.apache.cocoon.store.MemoryStore.get(MemoryStore.java:203)
at
org.apache.jetspeed.cache.PortletCache.getCacheable(PortletCache.java:143)
at
org.apache.jetspeed.portal.factory.PortletFactory.getPortlet(PortletFactory.java:554)
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:270)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
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)
[Mon May 22 15:18:05 GMT+02:00 2000] -- NOTICE -- Jetspeed Home: END
default portlets -> total time 0 second(s)
regards,
Szymon.
--
--------------------------------------------------------------
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]