Hi,
when installing the latest Jetspeed version from cvs, I finally get the
Jetspeed Header (Logo, server date...) and the footer (Apache feather)
Inbetween there is the following stack trace:
java.lang.NullPointerException: at
org.apache.jetspeed.cache.memory.MemoryStore.getInstance(MemoryStore.java:103)
at
org.apache.jetspeed.cache.memory.PortletCache.getCacheable(PortletCache.java:140)
at
org.apache.jetspeed.portal.factory.PortletFactory.getPortlet(PortletFactory.java:739)
at
org.apache.jetspeed.portal.factory.PortletFactory.getPortlet(PortletFactory.java:499)
at
org.apache.jetspeed.portal.factory.PortletFactory.getPortlets(PortletFactory.java:443)
at
org.apache.jetspeed.portal.factory.PortletFactory.getPortlets(PortletFactory.java:426)
at
org.apache.jetspeed.portal.factory.PortletFactory.getPortlets(PortletFactory.java:426)
at
org.apache.jetspeed.portal.factory.PortletFactory.getPortlets(PortletFactory.java:380)
at
org.apache.jetspeed.portal.factory.PortletFactory.getPortlets(PortletFactory.java:346)
at org.apache.jetspeed.turbine.screens.Home.doBuild(Home.java:119) at
org.apache.turbine.modules.Screen.build(Screen.java:88) at
org.apache.turbine.modules.ScreenLoader.eval(ScreenLoader.java:117) at
org.apache.jetspeed.turbine.layouts.JetspeedLayout.doBuild(JetspeedLayout.java:121)
at org.apache.turbine.modules.Layout.build(Layout.java:81) at
org.apache.turbine.modules.LayoutLoader.exec(LayoutLoader.java:111) at
org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:134)
at
org.apache.turbine.modules.Page.build(Page.java:81) at
org.apache.turbine.modules.PageLoader.exec(PageLoader.java:111) at
Turbine.doGet(Turbine.java:322) 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(HttpConnectionHandler.java:160)
at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338)
at java.lang.Thread.run(Thread.java:475)
The turbine log says:
[Fri May 19 21:45:33 GMT+02:00 2000] -- ERROR -- Singleton:
jetspeed.memorystore does not exist! It (or Jetspeed) may have not been
correctly initialized.
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?
Thanks, Sven.....
--
--------------------------------------------------------------
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]