You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "Davis Nguyen (JIRA)" <no...@atlassian.com> on 2007/07/27 19:48:31 UTC

[Roller-JIRA] Created: (ROL-1503) Regression:NPE occurs when login as admin user

Regression:NPE occurs when login as admin user
----------------------------------------------

                 Key: ROL-1503
                 URL: http://opensource.atlassian.com/projects/roller/browse/ROL-1503
             Project: Roller
          Issue Type: Bug
          Components: User Management
    Affects Versions: 4.0
         Environment: glassfish/winXP
            Reporter: Davis Nguyen
            Assignee: Roller Unassigned


-This is a regression problem. The problem does not happen with build 7/17/2007
-NPE occurs in the roller.log file as admin user login, and the roller.log file intermittently keeps looping itself after the NPE occurs

STEPS TO REPORDUCE 
1. Install glassfish V2 with Sun custom Roller build (7/27/2007)
2. Start Roller server
3. Register an admin user > login as an admin user
BUG:
        java.lang.NullPointerException
        at org.apache.roller.weblogger.business.runnable.TaskScheduler.runTasks(TaskScheduler.java:133)
        at org.apache.roller.weblogger.business.runnable.TaskScheduler.run(TaskScheduler.java:93)
        at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/roller/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[Roller-JIRA] Updated: (ROL-1503) NPE caused by task scheduler

Posted by "Allen Gilliland (JIRA)" <no...@atlassian.com>.
     [ http://opensource.atlassian.com/projects/roller/browse/ROL-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Allen Gilliland updated ROL-1503:
---------------------------------

    Component/s:     (was: User Management)
        Summary: NPE caused by task scheduler  (was: Regression:NPE occurs when login as admin user)

> NPE caused by task scheduler
> ----------------------------
>
>                 Key: ROL-1503
>                 URL: http://opensource.atlassian.com/projects/roller/browse/ROL-1503
>             Project: Roller
>          Issue Type: Bug
>    Affects Versions: 4.0
>         Environment: glassfish/winXP
>            Reporter: Davis Nguyen
>            Assignee: Allen Gilliland
>         Attachments: roller.log
>
>
> -This is a regression problem. The problem does not happen with build 7/17/2007
> -NPE occurs in the roller.log file as admin user login, and the roller.log file intermittently keeps looping itself after the NPE occurs
> STEPS TO REPORDUCE 
> 1. Install glassfish V2 with Sun custom Roller build (7/27/2007)
> 2. Start Roller server
> 3. Register an admin user > login as an admin user
> BUG:
>         java.lang.NullPointerException
>         at org.apache.roller.weblogger.business.runnable.TaskScheduler.runTasks(TaskScheduler.java:133)
>         at org.apache.roller.weblogger.business.runnable.TaskScheduler.run(TaskScheduler.java:93)
>         at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/roller/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[Roller-JIRA] Updated: (ROL-1503) Regression:NPE occurs when login as admin user

Posted by "Davis Nguyen (JIRA)" <no...@atlassian.com>.
     [ http://opensource.atlassian.com/projects/roller/browse/ROL-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davis Nguyen updated ROL-1503:
------------------------------

    Attachment: roller.log

> Regression:NPE occurs when login as admin user
> ----------------------------------------------
>
>                 Key: ROL-1503
>                 URL: http://opensource.atlassian.com/projects/roller/browse/ROL-1503
>             Project: Roller
>          Issue Type: Bug
>          Components: User Management
>    Affects Versions: 4.0
>         Environment: glassfish/winXP
>            Reporter: Davis Nguyen
>            Assignee: Roller Unassigned
>         Attachments: roller.log
>
>
> -This is a regression problem. The problem does not happen with build 7/17/2007
> -NPE occurs in the roller.log file as admin user login, and the roller.log file intermittently keeps looping itself after the NPE occurs
> STEPS TO REPORDUCE 
> 1. Install glassfish V2 with Sun custom Roller build (7/27/2007)
> 2. Start Roller server
> 3. Register an admin user > login as an admin user
> BUG:
>         java.lang.NullPointerException
>         at org.apache.roller.weblogger.business.runnable.TaskScheduler.runTasks(TaskScheduler.java:133)
>         at org.apache.roller.weblogger.business.runnable.TaskScheduler.run(TaskScheduler.java:93)
>         at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/roller/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[Roller-JIRA] Commented: (ROL-1503) Regression:NPE occurs when login as admin user

Posted by "Allen Gilliland (JIRA)" <no...@atlassian.com>.
    [ http://opensource.atlassian.com/projects/roller/browse/ROL-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_13945 ] 

Allen Gilliland commented on ROL-1503:
--------------------------------------

This actually has nothing to do with logging in, admin users, or the user management system at all.

This message is coming from a background thread which is used to execute scheduled tasks.  I'll take a look and see why this is happening.

> Regression:NPE occurs when login as admin user
> ----------------------------------------------
>
>                 Key: ROL-1503
>                 URL: http://opensource.atlassian.com/projects/roller/browse/ROL-1503
>             Project: Roller
>          Issue Type: Bug
>          Components: User Management
>    Affects Versions: 4.0
>         Environment: glassfish/winXP
>            Reporter: Davis Nguyen
>            Assignee: Allen Gilliland
>         Attachments: roller.log
>
>
> -This is a regression problem. The problem does not happen with build 7/17/2007
> -NPE occurs in the roller.log file as admin user login, and the roller.log file intermittently keeps looping itself after the NPE occurs
> STEPS TO REPORDUCE 
> 1. Install glassfish V2 with Sun custom Roller build (7/27/2007)
> 2. Start Roller server
> 3. Register an admin user > login as an admin user
> BUG:
>         java.lang.NullPointerException
>         at org.apache.roller.weblogger.business.runnable.TaskScheduler.runTasks(TaskScheduler.java:133)
>         at org.apache.roller.weblogger.business.runnable.TaskScheduler.run(TaskScheduler.java:93)
>         at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/roller/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[Roller-JIRA] Assigned: (ROL-1503) Regression:NPE occurs when login as admin user

Posted by "Allen Gilliland (JIRA)" <no...@atlassian.com>.
     [ http://opensource.atlassian.com/projects/roller/browse/ROL-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Allen Gilliland reassigned ROL-1503:
------------------------------------

    Assignee: Allen Gilliland  (was: Roller Unassigned)

> Regression:NPE occurs when login as admin user
> ----------------------------------------------
>
>                 Key: ROL-1503
>                 URL: http://opensource.atlassian.com/projects/roller/browse/ROL-1503
>             Project: Roller
>          Issue Type: Bug
>          Components: User Management
>    Affects Versions: 4.0
>         Environment: glassfish/winXP
>            Reporter: Davis Nguyen
>            Assignee: Allen Gilliland
>         Attachments: roller.log
>
>
> -This is a regression problem. The problem does not happen with build 7/17/2007
> -NPE occurs in the roller.log file as admin user login, and the roller.log file intermittently keeps looping itself after the NPE occurs
> STEPS TO REPORDUCE 
> 1. Install glassfish V2 with Sun custom Roller build (7/27/2007)
> 2. Start Roller server
> 3. Register an admin user > login as an admin user
> BUG:
>         java.lang.NullPointerException
>         at org.apache.roller.weblogger.business.runnable.TaskScheduler.runTasks(TaskScheduler.java:133)
>         at org.apache.roller.weblogger.business.runnable.TaskScheduler.run(TaskScheduler.java:93)
>         at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/roller/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira