It's currently not fixed in the 2.0.3 branch, only in the 2.1-dev
branch - but I will check-in a fix in some minutes.

Carsten

> -----Original Message-----
> From: Barbara Post [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 21, 2002 4:31 PM
> To: [EMAIL PROTECTED]
> Subject: Re: sunRise-logout : Null Pointer Exception
>
>
> going to update it asap and will tell you if it works. but c203 is release
> version so I guess I got it in final state when d/lding from apache ftp ?
>
> Here is the stacktrace :
>
> java.lang.NullPointerException
> at org.apache.cocoon.sunshine.sunrise.SunRise.logout(SunRise.java:1083)
> at
> org.apache.cocoon.sunshine.sunrise.acting.LogoutAction.act(LogoutA
> ction.java
> :108)
> at
> org.apache.cocoon.www.sitemap_xmap.matchN107DB(E:\tomcat404\work\S
> tandalone\
> localhost\baepp\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:5759)
> at
> org.apache.cocoon.www.sitemap_xmap.process(E:\tomcat404\work\Stand
> alone\loca
> lhost\baepp\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:2040)
> at
> org.apache.cocoon.www.sitemap_xmap.process(E:\tomcat404\work\Stand
> alone\loca
> lhost\baepp\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:1756)
> at org.apache.cocoon.sitemap.Handler.process(Handler.java:224)
> at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:179)
> at
> org.apache.cocoon.sitemap.SitemapManager.process(SitemapManager.java:154)
> at org.apache.cocoon.Cocoon.process(Cocoon.java:575)
> at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:999)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>
>
> line 5759 of sitemap_xmap.java :
>
>     Action action_N107DE = (Action)this.actions.select("sunRise-logout");
>     try {
>
> -->>        if ((map = action_N107DE.act(redirector, environment,
> objectModel, null, param)) != null) {
>           if (redirector.hasRedirected()) {
>              return true;
>           }
>           if (debug_enabled) getLogger().debug("Action sunRise-logout");
>           listOfMaps.add (map);
>           this.dumpParameters(listOfMaps);
>
>
> I have no logger configured and only this line to define the action. is it
> uncomplete ? thanks.
>
>   <map:action name="sunRise-logout"
> src="org.apache.cocoon.sunshine.sunrise.acting.LogoutAction"/>
>
> ----- Original Message -----
> From: "Carsten Ziegeler" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, August 21, 2002 4:27 PM
> Subject: RE: sunRise-logout : Null Pointer Exception
>
>
> > *If* this NPE is fixed, you have to update to the cvs version
> > of 2.0.3 branch or at least you have to update all classes
> > under the org.apache.cocoon.webapps package.
> >
> > Can you please provide a stacktrace?
> >
> > Thanks
> > Carsten
> >
>
>
>
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to