You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Michelle Bhaal (JIRA)" <ji...@apache.org> on 2010/03/10 04:56:27 UTC

[jira] Created: (GERONIMO-5177) Removing an entry from the Repository results in NullPointerException

Removing an entry from the Repository results in NullPointerException
---------------------------------------------------------------------

                 Key: GERONIMO-5177
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5177
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
    Affects Versions: 2.2
         Environment: Windows XP 32 bit SP3, Java 1.6.0u18, Jetty version of Geronimo
            Reporter: Michelle Bhaal


Removing an entry from the Repository results in a NullPointerException.  This is similar to GERONIMO-4157 but invoked differently.

HTTP ERROR 500

Problem accessing /console/portal/Services/Repository/__ac0x3console-base0x2RepositoryViewer!604305819%7C0/__pm0x3console-base0x2RepositoryViewer!604305819%7C0_view. Reason:

    Server Error
Caused by:

java.lang.NullPointerException
	at org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:116)
	at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
	at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-5177) Removing an entry from the Repository results in NullPointerException

Posted by "Ben Liang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ben Liang updated GERONIMO-5177:
--------------------------------

    Attachment: 5177_new.patch

> Removing an entry from the Repository results in NullPointerException
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-5177
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5177
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP 32 bit SP3, Java 1.6.0u18, Jetty version of Geronimo
>            Reporter: Michelle Bhaal
>            Assignee: Ben Liang
>             Fix For: 2.2.1
>
>         Attachments: 5177.patch, 5177_new.patch, geronimo.crash
>
>
> Removing an entry from the Repository results in a NullPointerException.  This is similar to GERONIMO-4157 but invoked differently.
> HTTP ERROR 500
> Problem accessing /console/portal/Services/Repository/__ac0x3console-base0x2RepositoryViewer!604305819%7C0/__pm0x3console-base0x2RepositoryViewer!604305819%7C0_view. Reason:
>     Server Error
> Caused by:
> java.lang.NullPointerException
> 	at org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:116)
> 	at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
> 	at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-5177) Removing an entry from the Repository results in NullPointerException

Posted by "Ben Liang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12870546#action_12870546 ] 

Ben Liang commented on GERONIMO-5177:
-------------------------------------

Hi all,

I have fixed this problem and now the patch does the following changes:

1.only jar file can be removed from repository directly which is not using by other components.

2.when removing a component , a confirm dialog will promote.

3.the removing result will show on the top of the page and when removing failed the message will show the error reason.


Ben 

> Removing an entry from the Repository results in NullPointerException
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-5177
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5177
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP 32 bit SP3, Java 1.6.0u18, Jetty version of Geronimo
>            Reporter: Michelle Bhaal
>            Assignee: Ben Liang
>             Fix For: 2.2.1
>
>         Attachments: 5177.patch, geronimo.crash
>
>
> Removing an entry from the Repository results in a NullPointerException.  This is similar to GERONIMO-4157 but invoked differently.
> HTTP ERROR 500
> Problem accessing /console/portal/Services/Repository/__ac0x3console-base0x2RepositoryViewer!604305819%7C0/__pm0x3console-base0x2RepositoryViewer!604305819%7C0_view. Reason:
>     Server Error
> Caused by:
> java.lang.NullPointerException
> 	at org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:116)
> 	at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
> 	at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-5177) Removing an entry from the Repository results in NullPointerException

Posted by "Ben Liang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ben Liang updated GERONIMO-5177:
--------------------------------

    Attachment: 5177.patch

> Removing an entry from the Repository results in NullPointerException
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-5177
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5177
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP 32 bit SP3, Java 1.6.0u18, Jetty version of Geronimo
>            Reporter: Michelle Bhaal
>             Fix For: 2.2.1
>
>         Attachments: 5177.patch, geronimo.crash
>
>
> Removing an entry from the Repository results in a NullPointerException.  This is similar to GERONIMO-4157 but invoked differently.
> HTTP ERROR 500
> Problem accessing /console/portal/Services/Repository/__ac0x3console-base0x2RepositoryViewer!604305819%7C0/__pm0x3console-base0x2RepositoryViewer!604305819%7C0_view. Reason:
>     Server Error
> Caused by:
> java.lang.NullPointerException
> 	at org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:116)
> 	at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
> 	at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-5177) Removing an entry from the Repository results in NullPointerException

Posted by "Michelle Bhaal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michelle Bhaal updated GERONIMO-5177:
-------------------------------------

    Attachment: geronimo.crash

stack trace

> Removing an entry from the Repository results in NullPointerException
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-5177
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5177
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP 32 bit SP3, Java 1.6.0u18, Jetty version of Geronimo
>            Reporter: Michelle Bhaal
>         Attachments: geronimo.crash
>
>
> Removing an entry from the Repository results in a NullPointerException.  This is similar to GERONIMO-4157 but invoked differently.
> HTTP ERROR 500
> Problem accessing /console/portal/Services/Repository/__ac0x3console-base0x2RepositoryViewer!604305819%7C0/__pm0x3console-base0x2RepositoryViewer!604305819%7C0_view. Reason:
>     Server Error
> Caused by:
> java.lang.NullPointerException
> 	at org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:116)
> 	at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
> 	at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-5177) Removing an entry from the Repository results in NullPointerException

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12873587#action_12873587 ] 

Rex Wang commented on GERONIMO-5177:
------------------------------------

apply fix in rev949693 in branch 2.2

> Removing an entry from the Repository results in NullPointerException
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-5177
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5177
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP 32 bit SP3, Java 1.6.0u18, Jetty version of Geronimo
>            Reporter: Michelle Bhaal
>            Assignee: Ben Liang
>             Fix For: 2.2.1
>
>         Attachments: 5177.patch, 5177_new.patch, geronimo.crash
>
>
> Removing an entry from the Repository results in a NullPointerException.  This is similar to GERONIMO-4157 but invoked differently.
> HTTP ERROR 500
> Problem accessing /console/portal/Services/Repository/__ac0x3console-base0x2RepositoryViewer!604305819%7C0/__pm0x3console-base0x2RepositoryViewer!604305819%7C0_view. Reason:
>     Server Error
> Caused by:
> java.lang.NullPointerException
> 	at org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:116)
> 	at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
> 	at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (GERONIMO-5177) Removing an entry from the Repository results in NullPointerException

Posted by "viola.lu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

viola.lu reopened GERONIMO-5177:
--------------------------------


>From design, there should confirm when user remove entry, and shows at the top of page, but from latest build 2010.05.31-05:49:23.061-0400, no any indication about your removal, users can remove at any condition without any confirm.

> Removing an entry from the Repository results in NullPointerException
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-5177
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5177
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP 32 bit SP3, Java 1.6.0u18, Jetty version of Geronimo
>            Reporter: Michelle Bhaal
>            Assignee: Ben Liang
>             Fix For: 2.2.1
>
>         Attachments: 5177.patch, 5177_new.patch, geronimo.crash
>
>
> Removing an entry from the Repository results in a NullPointerException.  This is similar to GERONIMO-4157 but invoked differently.
> HTTP ERROR 500
> Problem accessing /console/portal/Services/Repository/__ac0x3console-base0x2RepositoryViewer!604305819%7C0/__pm0x3console-base0x2RepositoryViewer!604305819%7C0_view. Reason:
>     Server Error
> Caused by:
> java.lang.NullPointerException
> 	at org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:116)
> 	at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
> 	at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-5177) Removing an entry from the Repository results in NullPointerException

Posted by "Ben Liang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867137#action_12867137 ] 

Ben Liang commented on GERONIMO-5177:
-------------------------------------

Hi Michelle,

This problem is caused by recursively deleting files. I add a patch which can resolve this problem.

Ben

> Removing an entry from the Repository results in NullPointerException
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-5177
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5177
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP 32 bit SP3, Java 1.6.0u18, Jetty version of Geronimo
>            Reporter: Michelle Bhaal
>             Fix For: 2.2.1
>
>         Attachments: 5177.patch, geronimo.crash
>
>
> Removing an entry from the Repository results in a NullPointerException.  This is similar to GERONIMO-4157 but invoked differently.
> HTTP ERROR 500
> Problem accessing /console/portal/Services/Repository/__ac0x3console-base0x2RepositoryViewer!604305819%7C0/__pm0x3console-base0x2RepositoryViewer!604305819%7C0_view. Reason:
>     Server Error
> Caused by:
> java.lang.NullPointerException
> 	at org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:116)
> 	at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
> 	at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (GERONIMO-5177) Removing an entry from the Repository results in NullPointerException

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rex Wang reopened GERONIMO-5177:
--------------------------------

      Assignee: Ben Liang  (was: Rex Wang)

I think this function is not good enough for the following reasons:
1. It is NOT a correct action to remove the car/rar/war/ejb in this portlet, so we should not provide such action in the page.
2. before we remove a jar, we should at least check if there is a dependency on this jar, and if so we can not remove it.
3. usability: 1) we need to pop-up a confirm dialog after user click the "remove" link. 2) if there is any err while deleting, we should provide err message on the top the page.

So reopen this jira and assign to Ben.

-Rex

> Removing an entry from the Repository results in NullPointerException
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-5177
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5177
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP 32 bit SP3, Java 1.6.0u18, Jetty version of Geronimo
>            Reporter: Michelle Bhaal
>            Assignee: Ben Liang
>             Fix For: 2.2.1
>
>         Attachments: 5177.patch, geronimo.crash
>
>
> Removing an entry from the Repository results in a NullPointerException.  This is similar to GERONIMO-4157 but invoked differently.
> HTTP ERROR 500
> Problem accessing /console/portal/Services/Repository/__ac0x3console-base0x2RepositoryViewer!604305819%7C0/__pm0x3console-base0x2RepositoryViewer!604305819%7C0_view. Reason:
>     Server Error
> Caused by:
> java.lang.NullPointerException
> 	at org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:116)
> 	at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
> 	at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (GERONIMO-5177) Removing an entry from the Repository results in NullPointerException

Posted by "Ben Liang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ben Liang resolved GERONIMO-5177.
---------------------------------

    Resolution: Fixed

problem resolved

> Removing an entry from the Repository results in NullPointerException
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-5177
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5177
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP 32 bit SP3, Java 1.6.0u18, Jetty version of Geronimo
>            Reporter: Michelle Bhaal
>            Assignee: Ben Liang
>             Fix For: 2.2.1
>
>         Attachments: 5177.patch, geronimo.crash
>
>
> Removing an entry from the Repository results in a NullPointerException.  This is similar to GERONIMO-4157 but invoked differently.
> HTTP ERROR 500
> Problem accessing /console/portal/Services/Repository/__ac0x3console-base0x2RepositoryViewer!604305819%7C0/__pm0x3console-base0x2RepositoryViewer!604305819%7C0_view. Reason:
>     Server Error
> Caused by:
> java.lang.NullPointerException
> 	at org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:116)
> 	at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
> 	at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (GERONIMO-5177) Removing an entry from the Repository results in NullPointerException

Posted by "Ben Liang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ben Liang reassigned GERONIMO-5177:
-----------------------------------

    Assignee: Ben Liang

> Removing an entry from the Repository results in NullPointerException
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-5177
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5177
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP 32 bit SP3, Java 1.6.0u18, Jetty version of Geronimo
>            Reporter: Michelle Bhaal
>            Assignee: Ben Liang
>             Fix For: 2.2.1
>
>         Attachments: 5177.patch, geronimo.crash
>
>
> Removing an entry from the Repository results in a NullPointerException.  This is similar to GERONIMO-4157 but invoked differently.
> HTTP ERROR 500
> Problem accessing /console/portal/Services/Repository/__ac0x3console-base0x2RepositoryViewer!604305819%7C0/__pm0x3console-base0x2RepositoryViewer!604305819%7C0_view. Reason:
>     Server Error
> Caused by:
> java.lang.NullPointerException
> 	at org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:116)
> 	at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
> 	at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (GERONIMO-5177) Removing an entry from the Repository results in NullPointerException

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rex Wang resolved GERONIMO-5177.
--------------------------------

    Resolution: Fixed

> Removing an entry from the Repository results in NullPointerException
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-5177
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5177
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP 32 bit SP3, Java 1.6.0u18, Jetty version of Geronimo
>            Reporter: Michelle Bhaal
>            Assignee: Ben Liang
>             Fix For: 2.2.1
>
>         Attachments: 5177.patch, 5177_new.patch, geronimo.crash
>
>
> Removing an entry from the Repository results in a NullPointerException.  This is similar to GERONIMO-4157 but invoked differently.
> HTTP ERROR 500
> Problem accessing /console/portal/Services/Repository/__ac0x3console-base0x2RepositoryViewer!604305819%7C0/__pm0x3console-base0x2RepositoryViewer!604305819%7C0_view. Reason:
>     Server Error
> Caused by:
> java.lang.NullPointerException
> 	at org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:116)
> 	at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
> 	at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-5177) Removing an entry from the Repository results in NullPointerException

Posted by "Ben Liang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867138#action_12867138 ] 

Ben Liang commented on GERONIMO-5177:
-------------------------------------

Hi all,

The new function remove repositoyr entry in JAR Repository portlet sometime may not work due to the file which is  using by some other components.

In this situation, should we give a message telling the user that the file can not be deleted?

Any comments?

Ben 

> Removing an entry from the Repository results in NullPointerException
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-5177
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5177
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP 32 bit SP3, Java 1.6.0u18, Jetty version of Geronimo
>            Reporter: Michelle Bhaal
>             Fix For: 2.2.1
>
>         Attachments: 5177.patch, geronimo.crash
>
>
> Removing an entry from the Repository results in a NullPointerException.  This is similar to GERONIMO-4157 but invoked differently.
> HTTP ERROR 500
> Problem accessing /console/portal/Services/Repository/__ac0x3console-base0x2RepositoryViewer!604305819%7C0/__pm0x3console-base0x2RepositoryViewer!604305819%7C0_view. Reason:
>     Server Error
> Caused by:
> java.lang.NullPointerException
> 	at org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:116)
> 	at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
> 	at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (GERONIMO-5177) Removing an entry from the Repository results in NullPointerException

Posted by "viola.lu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

viola.lu closed GERONIMO-5177.
------------------------------

    Resolution: Fixed

This defect is fixed in latest build: 2010.06.02-06:24:12.063-0400, so close it.

> Removing an entry from the Repository results in NullPointerException
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-5177
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5177
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP 32 bit SP3, Java 1.6.0u18, Jetty version of Geronimo
>            Reporter: Michelle Bhaal
>            Assignee: Ben Liang
>             Fix For: 2.2.1
>
>         Attachments: 5177.patch, 5177_new.patch, geronimo.crash
>
>
> Removing an entry from the Repository results in a NullPointerException.  This is similar to GERONIMO-4157 but invoked differently.
> HTTP ERROR 500
> Problem accessing /console/portal/Services/Repository/__ac0x3console-base0x2RepositoryViewer!604305819%7C0/__pm0x3console-base0x2RepositoryViewer!604305819%7C0_view. Reason:
>     Server Error
> Caused by:
> java.lang.NullPointerException
> 	at org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:116)
> 	at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
> 	at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-5177) Removing an entry from the Repository results in NullPointerException

Posted by "Shawn Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Jiang updated GERONIMO-5177:
----------------------------------

    Fix Version/s: 2.2.1

> Removing an entry from the Repository results in NullPointerException
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-5177
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5177
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP 32 bit SP3, Java 1.6.0u18, Jetty version of Geronimo
>            Reporter: Michelle Bhaal
>             Fix For: 2.2.1
>
>         Attachments: geronimo.crash
>
>
> Removing an entry from the Repository results in a NullPointerException.  This is similar to GERONIMO-4157 but invoked differently.
> HTTP ERROR 500
> Problem accessing /console/portal/Services/Repository/__ac0x3console-base0x2RepositoryViewer!604305819%7C0/__pm0x3console-base0x2RepositoryViewer!604305819%7C0_view. Reason:
>     Server Error
> Caused by:
> java.lang.NullPointerException
> 	at org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:116)
> 	at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
> 	at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (GERONIMO-5177) Removing an entry from the Repository results in NullPointerException

Posted by "viola.lu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

viola.lu reassigned GERONIMO-5177:
----------------------------------

    Assignee: Rex Wang  (was: Ben Liang)

Rex, pls help review it and apply it.

> Removing an entry from the Repository results in NullPointerException
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-5177
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5177
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.2
>         Environment: Windows XP 32 bit SP3, Java 1.6.0u18, Jetty version of Geronimo
>            Reporter: Michelle Bhaal
>            Assignee: Rex Wang
>             Fix For: 2.2.1
>
>         Attachments: 5177.patch, geronimo.crash
>
>
> Removing an entry from the Repository results in a NullPointerException.  This is similar to GERONIMO-4157 but invoked differently.
> HTTP ERROR 500
> Problem accessing /console/portal/Services/Repository/__ac0x3console-base0x2RepositoryViewer!604305819%7C0/__pm0x3console-base0x2RepositoryViewer!604305819%7C0_view. Reason:
>     Server Error
> Caused by:
> java.lang.NullPointerException
> 	at org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:116)
> 	at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
> 	at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.