You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ivan (JIRA)" <ji...@apache.org> on 2010/03/01 08:05:05 UTC

[jira] Resolved: (GERONIMO-5155) Locking a keystore under "Available" results in exception

     [ https://issues.apache.org/jira/browse/GERONIMO-5155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan resolved GERONIMO-5155.
----------------------------

       Resolution: Fixed
    Fix Version/s: 3.0

Applied the patch provided by Ashish Jain.

> Locking a keystore under "Available" results in  exception
> ----------------------------------------------------------
>
>                 Key: GERONIMO-5155
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5155
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: security
>    Affects Versions: 2.1.4, 2.2
>         Environment: geronimo tomcat assembly
>            Reporter: Ashish Jain
>            Assignee: Ashish Jain
>             Fix For: 2.1.5, 2.2.1, 3.0
>
>         Attachments: 5155_21.patch
>
>
> Llocking a keystore under "Available" tab in Keystore portlet  results in a null pointer on the web browser for 2.1.  Here is the exception on 2.1
> java.lang.NullPointerException
> 	org.apache.geronimo.console.keystores.LockKeystoreHandler.actionBeforeView(LockKeystoreHandler.java:43)
> 	org.apache.geronimo.console.MultiPagePortlet.processAction(MultiPagePortlet.java:112)
> 	org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
> 	org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
> 	org.apache.pluto.core.DefaultPortletInvokerService.invoke(DefaultPortletInvokerService.java:167)
> 	org.apache.pluto.core.DefaultPortletInvokerService.action(DefaultPortletInvokerService.java:85)
> 	org.apache.pluto.core.PortletContainerImpl.doAction(PortletContainerImpl.java:219)
> 	org.apache.pluto.driver.PortalDriverServlet.doGet(PortalDriverServlet.java:121)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
> 	org.apache.geronimo.console.filter.PlutoUrlRebuildFilter.doFilter(PlutoUrlRebuildFilter.java:48)
> 	org.apache.geronimo.console.filter.XSSXSRFFilter.doFilter(XSSXSRFFilter.java:125)
> For 2.2 the error thrown is "2010-02-23 23:00:56,062 ERROR [MultiPagePortlet] Unrecognized portlet action 'lockKeystore'"

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