IAE upon pressing Install button in the console when no plugins available to be
installed
-----------------------------------------------------------------------------------------
Key: GERONIMO-3945
URL: https://issues.apache.org/jira/browse/GERONIMO-3945
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: console
Affects Versions: 2.1
Environment: Geronimo 2.1 with Jetty distro
Reporter: Jacek Laskowski
1. Run a console and went to Plugins
2. Specified a plugin repository with Add Repository (it's the m2 repo, but
I've got it in another non-default directory, e.g. c:/.m2)
3. Pressed Show Plugins in selected repository
=> Got lots of errors: ERROR [PluginInstallerGBean] Cannot install plugin
org.apache.geronimo.plugins/mconsole-jetty/2.2-SNAPSHOT/car on Geronimo 2.1
They're built for 2.2-SNAPSHOT so I wasn't surprised to have seen those.
Anyway, it'd be better if we didn't report it as ERRORs.
4. Without any plugin selected, pressed Install button and received HTTP ERROR:
500
Render parameter key or value must not be null or values be an empty array.
RequestURI=/console/portal//Applications/Plugins/__ac0x3plugin0x2ImportExport!1639862964%7C0
Caused by:
java.lang.IllegalArgumentException: Render parameter key or value must not be
null or values be an empty array.
at
org.apache.pluto.internal.impl.ActionResponseImpl.setRenderParameter(ActionResponseImpl.java:195)
at
org.apache.geronimo.console.car.ViewPluginDownloadHandler.actionBeforeView(ViewPluginDownloadHandler.java:59)
at
org.apache.geronimo.console.MultiPagePortlet.processAction(MultiPagePortlet.java:112)
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)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
at
org.apache.geronimo.jetty6.InternalJettyServletHolder.handle(InternalJettyServletHolder.java:65)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362)
at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at
org.apache.geronimo.jetty6.handler.JettySecurityHandler.handle(JettySecurityHandler.java:114)
at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
....
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.