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/14 00:26:30 UTC

[Roller-JIRA] Created: (ROL-1477) NPE should not appear and should be handled gracefully

NPE should not appear and should be handled gracefully
------------------------------------------------------

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


When select to edit a non-existing user, java.lang.NullPointerException message occurs. The NullPointerException message should be filtered out. User should receive an error message instead of a programatic Exception message.

STEPS TO REPRODUCE:
1. Install roller build with Sun glassfish AppServer 9.1 v2
2. Create a user
3. Login and create a Weblog
4. Select Server Administration > User Admin  and enter a non-existing user (eg, foo) at User editing text box > select Edit button
BUG:
       Unexpected Exception
      Status Code 500 
      Message java.lang.NullPointerException 
     Type  
Exception Roller has encountered and logged an unexpected exception. 


-- 
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-1477) NPE should not appear and should be handled gracefully

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

David Johnson updated ROL-1477:
-------------------------------

    Comment: was deleted

> NPE should not appear and should be handled gracefully
> ------------------------------------------------------
>
>                 Key: ROL-1477
>                 URL: http://opensource.atlassian.com/projects/roller/browse/ROL-1477
>             Project: Roller
>          Issue Type: Bug
>          Components: User Management
>    Affects Versions: 4.0
>         Environment: WinXP, Glassfish
>            Reporter: Davis Nguyen
>            Assignee: David Johnson
>             Fix For: 4.0
>
>
> When select to edit a non-existing user, java.lang.NullPointerException message occurs. The NullPointerException message should be filtered out. User should receive an error message instead of a programatic Exception message.
> STEPS TO REPRODUCE:
> 1. Install roller build with Sun glassfish AppServer 9.1 v2
> 2. Create a user
> 3. Login and create a Weblog
> 4. Select Server Administration > User Admin  and enter a non-existing user (eg, foo) at User editing text box > select Edit button
> BUG:
>        Unexpected Exception
>       Status Code 500 
>       Message java.lang.NullPointerException 
>      Type  
> Exception Roller has encountered and logged an unexpected exception. 

-- 
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] Resolved: (ROL-1477) NPE should not appear and should be handled gracefully

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

David Johnson resolved ROL-1477.
--------------------------------

    Resolution: Fixed

Fixed in trunk for 4.0 

URL: http://svn.apache.org/viewvc?view=rev&rev=559829
Log:
Fixing ROL-1477, error handling was incomplete. Also fixed title of modify user page.

> NPE should not appear and should be handled gracefully
> ------------------------------------------------------
>
>                 Key: ROL-1477
>                 URL: http://opensource.atlassian.com/projects/roller/browse/ROL-1477
>             Project: Roller
>          Issue Type: Bug
>          Components: User Management
>    Affects Versions: 4.0
>         Environment: WinXP, Glassfish
>            Reporter: Davis Nguyen
>            Assignee: David Johnson
>             Fix For: 4.0
>
>
> When select to edit a non-existing user, java.lang.NullPointerException message occurs. The NullPointerException message should be filtered out. User should receive an error message instead of a programatic Exception message.
> STEPS TO REPRODUCE:
> 1. Install roller build with Sun glassfish AppServer 9.1 v2
> 2. Create a user
> 3. Login and create a Weblog
> 4. Select Server Administration > User Admin  and enter a non-existing user (eg, foo) at User editing text box > select Edit button
> BUG:
>        Unexpected Exception
>       Status Code 500 
>       Message java.lang.NullPointerException 
>      Type  
> Exception Roller has encountered and logged an unexpected exception. 

-- 
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-1477) NPE should not appear and should be handled gracefully

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

David Johnson updated ROL-1477:
-------------------------------

       Assignee: David Johnson  (was: Roller Unassigned)
    Environment: WinXP, Glassfish  (was: Sun/App Platform)

Possibly related to JPA

> NPE should not appear and should be handled gracefully
> ------------------------------------------------------
>
>                 Key: ROL-1477
>                 URL: http://opensource.atlassian.com/projects/roller/browse/ROL-1477
>             Project: Roller
>          Issue Type: Bug
>          Components: User Management
>    Affects Versions: 4.0
>         Environment: WinXP, Glassfish
>            Reporter: Davis Nguyen
>            Assignee: David Johnson
>
> When select to edit a non-existing user, java.lang.NullPointerException message occurs. The NullPointerException message should be filtered out. User should receive an error message instead of a programatic Exception message.
> STEPS TO REPRODUCE:
> 1. Install roller build with Sun glassfish AppServer 9.1 v2
> 2. Create a user
> 3. Login and create a Weblog
> 4. Select Server Administration > User Admin  and enter a non-existing user (eg, foo) at User editing text box > select Edit button
> BUG:
>        Unexpected Exception
>       Status Code 500 
>       Message java.lang.NullPointerException 
>      Type  
> Exception Roller has encountered and logged an unexpected exception. 

-- 
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-1477) NPE should not appear and should be handled gracefully

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

David Johnson updated ROL-1477:
-------------------------------

    Fix Version/s: 4.0
      Customer(s): Sun/App Platform  (was: Sun)

Possibly a JPA issue

> NPE should not appear and should be handled gracefully
> ------------------------------------------------------
>
>                 Key: ROL-1477
>                 URL: http://opensource.atlassian.com/projects/roller/browse/ROL-1477
>             Project: Roller
>          Issue Type: Bug
>          Components: User Management
>    Affects Versions: 4.0
>         Environment: WinXP, Glassfish
>            Reporter: Davis Nguyen
>            Assignee: David Johnson
>             Fix For: 4.0
>
>
> When select to edit a non-existing user, java.lang.NullPointerException message occurs. The NullPointerException message should be filtered out. User should receive an error message instead of a programatic Exception message.
> STEPS TO REPRODUCE:
> 1. Install roller build with Sun glassfish AppServer 9.1 v2
> 2. Create a user
> 3. Login and create a Weblog
> 4. Select Server Administration > User Admin  and enter a non-existing user (eg, foo) at User editing text box > select Edit button
> BUG:
>        Unexpected Exception
>       Status Code 500 
>       Message java.lang.NullPointerException 
>      Type  
> Exception Roller has encountered and logged an unexpected exception. 

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