Solved my own problem! My store.memory setting was larger than my available
memory (maybe I have too many apps running :) )

Not sure why that caused a null pointer exception...


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Sam Weiner
Sent: Saturday, March 04, 2000 3:29 AM
To: JetSpeed
Subject: RE: Dumb Outlook


Thanks, I'm past that.

Now I get:

There has been an error! Please review the exception below for more
information.
Get/Post Data:
screen = portlets.PortletViewerScreen
classname = org.apache.jetspeed.portal.portlets.PortletBrowserPortlet

The exception is:
java.lang.NullPointerException
        at org/apache/jetspeed/xml/cache/PortletCache.getCacheable
(PortletCache.java:129)
        at org/apache/jetspeed/portal/factory/PortletFactory.getPortlet
(PortletFactory.java:465)
        at org/apache/jetspeed/portal/factory/PortletFactory.getPortlet
(PortletFactory.java:500)
        at org/apache/jetspeed/turbine/screens/portlets/PortletViewerScreen.build
(PortletViewerScreen.java:115)
        at org/apache/turbine/modules/ScreenLoader.eval (ScreenLoader.java:122)
        at org/apache/jetspeed/turbine/layouts/JetSpeedLayout.build
(JetSpeedLayout.java:107)
        at org/apache/turbine/modules/LayoutLoader.exec (LayoutLoader.java:112)
        at org/apache/turbine/modules/pages/DefaultPage.build (DefaultPage.java:94)
        at org/apache/turbine/modules/PageLoader.exec (PageLoader.java:112)
        at Turbine.doGet (Turbine.java:300)
        at javax/servlet/http/HttpServlet.service (HttpServlet.java:498)
        at javax/servlet/http/HttpServlet.service (HttpServlet.java:576)
        at org/apache/jserv/JServConnection.processRequest
(JServConnection.java:312)
        at org/apache/jserv/JServConnection.run (JServConnection.java:177)
        at java/lang/Thread.run (Thread.java)

java.lang.NullPointerException

When pressing Customize

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Josh Lucas
Sent: Saturday, March 04, 2000 1:17 AM
To: JetSpeed
Subject: Re: Dumb Outlook


Sam Weiner wrote:
>
> Sorry, CTRL+V seems to initiate a send sometimes.
>
> As I was saying,
>
> I'm getting a NoClassDefFound Exception thrown by
> org.apache.jetspeed.xml.cache.PortletCache in the constructor on the
> following line:
>
>             this.store = MemoryStore.getInstance();
>
> This is certainly in my classpath ... I'm confused.
>
> On another note, I'm failing to build CocoonRenderer.java which imports
> org.apache.cocoon.util.*; which doesn't seem to exist in the cocoon
project.
>

Not sure about the first one but the second one can be fixed by
including the coocon-ext-servlet2.2.jar in your classpath.

the util package is not in the main Cocoon tree.


josh


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




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