You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2008/01/30 01:58:33 UTC

[jira] Commented: (GERONIMO-3683) Unable to view the installed geronimo plugins

    [ https://issues.apache.org/jira/browse/GERONIMO-3683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563765#action_12563765 ] 

David Jencks commented on GERONIMO-3683:
----------------------------------------

I think the GeronimoAsMavenServlet works ok on 2.1, could you check there please?

> Unable to view the installed geronimo plugins
> ---------------------------------------------
>
>                 Key: GERONIMO-3683
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3683
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Plugins
>    Affects Versions: 2.0.1, 2.0.2
>         Environment: Windows XP
>            Reporter: anish pathadan
>            Assignee: David Jencks
>
> I have installed a geronimo plugin created by myself in my geronimo server.When I tried to access the plugins from a different server using the following url
> http://<server-ip>:8080/console-standard/maven-repo/ I am getting the following exception.
> 11:27:24,296 ERROR [[maven-repo]] Servlet.service() for servlet maven-repo threw
>  exception
> java.lang.ArrayIndexOutOfBoundsException: 0
>         at org.apache.geronimo.console.car.GeronimoAsMavenServlet.generateConfig
> File(GeronimoAsMavenServlet.java:243)
>         at org.apache.geronimo.console.car.GeronimoAsMavenServlet.handleRequest(
> GeronimoAsMavenServlet.java:90)
>         at org.apache.geronimo.console.car.GeronimoAsMavenServlet.doGet(Geronimo
> AsMavenServlet.java:78)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
>         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
> icationFilterChain.java:290)
>         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
> ilterChain.java:206)
>         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
> alve.java:230)
>         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
> alve.java:175)
>         at org.apache.geronimo.tomcat.valve.DefaultSubjectValve.invoke(DefaultSu
> bjectValve.java:56)
>         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica
> torBase.java:525)
>         at org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.
> invoke(GeronimoStandardContext.java:353)
>         at org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(Gero
> nimoBeforeAfterValve.java:47)
>         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
> ava:128)
>         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
> ava:104)
>         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
> ve.java:109)
>         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:
> 563)
>         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
> a:261)
>         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
> :844)
>         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
> ss(Http11Protocol.java:581)
>         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44
> 7)
>         at java.lang.Thread.run(Thread.java:619)
> Thanks,
> Anish

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