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(LogoutAction.java
:108)
at
org.apache.cocoon.www.sitemap_xmap.matchN107DB(E:\tomcat404\work\Standalone\
localhost\baepp\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:5759)
at
org.apache.cocoon.www.sitemap_xmap.process(E:\tomcat404\work\Standalone\loca
lhost\baepp\cocoon-files\org/apache/cocoon/www\sitemap_xmap.java:2040)
at
org.apache.cocoon.www.sitemap_xmap.process(E:\tomcat404\work\Standalone\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]>

Reply via email to