Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 92478 invoked from network); 30 Jan 2008 00:57:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jan 2008 00:57:01 -0000 Received: (qmail 72757 invoked by uid 500); 30 Jan 2008 00:56:46 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 72653 invoked by uid 500); 30 Jan 2008 00:56:46 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 72629 invoked by uid 99); 30 Jan 2008 00:56:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 16:56:46 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2008 00:56:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 94429714256 for ; Tue, 29 Jan 2008 16:56:34 -0800 (PST) Message-ID: <9502783.1201654594605.JavaMail.jira@brutus> Date: Tue, 29 Jan 2008 16:56:34 -0800 (PST) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Assigned: (GERONIMO-3683) Unable to view the installed geronimo plugins In-Reply-To: <7411107.1196959063193.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-3683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks reassigned GERONIMO-3683: -------------------------------------- Assignee: David Jencks > 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://: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.