Menu

#13 'remember me' cookie doesn't work after restarting server

open-postponed
nobody
None
3
2002-08-23
2002-08-22
No

I am trying to submit a new article with the text:

"The full version of <i>The Gompei Equation</i> has
been released.

For those who could not get a copy of the CD featuring
the game, the
executable file which runs the game can be obtained <a
href="http://lovecraft.gdc.wpi.edu/~darrent/GEFinal2.exe"
>here</a>.

For those who cannot run the executable (.exe) file on
their system can
download the Flash file itself <a
href="http://lovecraft.gdc.wpi.edu/~darrent/GEFinal2.swf"
>here</a> (and
run it on their system using the Flash Player)."

(with subject of ""The Gompei Equation" Released" and
author of "Darren
Torpey")

The first few lines of the exception trace are:

stacktrace
java.lang.NullPointerException
at
org.wpi.gdc.cms.acting.CreateCMSObjectAction.act
(CreateCMSObjectAction.java:249)
at
org.apache.cocoon.www.cms_webapp.sitemap_xmap.m
atchN100BD(/usr/local/jakarta-tom
cat-4.0.1/work/localhost/_/cocoon-
files/org/apache/cocoon/www/cms_webapp/sitemap
_xmap.java:2057)
at
org.apache.cocoon.www.cms_webapp.sitemap_xmap.pr
ocess(/usr/local/jakarta-tomcat-
4.0.1/work/localhost/_/cocoon-
files/org/apache/cocoon/www/cms_webapp/sitemap_xma
p.java:1222)
at
org.apache.cocoon.www.cms_webapp.sitemap_xmap.pr
ocess(/usr/local/jakarta-tomcat-
4.0.1/work/localhost/_/cocoon-
files/org/apache/cocoon/www/cms_webapp/sitemap_xma
p.java:1147)

Discussion

  • Darren Torpey

    Darren Torpey - 2002-08-22
    • priority: 5 --> 8
     
  • Liam Morley

    Liam Morley - 2002-08-22

    Logged In: YES
    user_id=150393

    from a quick look at the code, it looks like it's failing on
    session.getUser(). Do you use the "Remember Me" option? Try
    logging out and then logging back in. Otherwise, I'm
    inclined to file this as a support request, because other
    people are able to post (I just tested it this morning). I
    assume your inability to post is due to the server being
    restarted and all of the old objects being received from the
    database rather than the java objects that were in memory.

     
  • Liam Morley

    Liam Morley - 2002-08-23

    Logged In: YES
    user_id=150393

    my hunch concerning the 'remember me' cookie was correct..
    on second thought, however, this is still a bug- the
    remember me cookie should be able to be handled somehow
    (even deleted if necessary) after the server is restarted.

     
  • Liam Morley

    Liam Morley - 2002-08-23
    • priority: 8 --> 3
    • summary: Error Submitting New Article --> 'remember me' cookie doesn't work after restarting server
     
  • Liam Morley

    Liam Morley - 2002-08-23
    • status: open --> open-postponed
     

Log in to post a comment.