Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 43241 invoked from network); 2 Dec 2005 02:34:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Dec 2005 02:34:03 -0000 Received: (qmail 11013 invoked by uid 500); 2 Dec 2005 02:33:59 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 10947 invoked by uid 500); 2 Dec 2005 02:33:58 -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 10936 invoked by uid 99); 2 Dec 2005 02:33:58 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2005 18:33:54 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id CAB5EDE for ; Fri, 2 Dec 2005 03:33:33 +0100 (CET) Message-ID: <892158544.1133490813826.JavaMail.jira@ajax.apache.org> Date: Fri, 2 Dec 2005 03:33:33 +0100 (CET) From: "Joe Bohn (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-1262) Common Libraries portlet fails with a GBeanNotFoundException In-Reply-To: <935081466.1133439692285.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-1262?page=comments#action_12359119 ] Joe Bohn commented on GERONIMO-1262: ------------------------------------ I was initially thinking that this was just another improper configID ... which it is :-) However, even after correcting that I still get an array out of bounds exception when attempting to resolve a URL. This is because we are passing a URI of just "." (one character) expecting to get everything in the repository but the URI resolve method in FileSystemRepository expects at least 3 chars. It is expecting URIs of the form groupId/artifactId/version[/type] (as pointed out to me by David J). I'll see if I can figure out the correct URI to return all of the files. > Common Libraries portlet fails with a GBeanNotFoundException > ------------------------------------------------------------ > > Key: GERONIMO-1262 > URL: http://issues.apache.org/jira/browse/GERONIMO-1262 > Project: Geronimo > Type: Bug > Components: console > Reporter: Rick McGuire > Assignee: Joe Bohn > > Selecting Common Libraries from the main console page fails with the following exception: > Caused by: org.apache.geronimo.kernel.GBeanNotFoundException: geronimo.server:J2 > EEApplication=null,J2EEModule=org/apache/geronimo/System,J2EEServer=geronimo,j2e > eType=GBean,name=Repository not found > at org.apache.geronimo.kernel.basic.BasicRegistry.getGBeanInstance(Basic > Registry.java:110) > at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java: > 179) > at org.apache.geronimo.console.repository.RepositoryViewPortlet.init(Rep > ositoryViewPortlet.java:77) > ... 116 more > Nested Exception is > org.apache.geronimo.kernel.GBeanNotFoundException: geronimo.server:J2EEApplicati > on=null,J2EEModule=org/apache/geronimo/System,J2EEServer=geronimo,j2eeType=GBean > ,name=Repository not found > at org.apache.geronimo.kernel.basic.BasicRegistry.getGBeanInstance(Basic > Registry.java:110) > at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java: > 179) > at org.apache.geronimo.console.repository.RepositoryViewPortlet.init(Rep > ositoryViewPortlet.java:77) > at org.apache.pluto.core.PortletServlet.init(PortletServlet.java:106) > at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.jav > a:383) > at org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java > :329) > at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:405 > ) > at org.apache.geronimo.jetty.JettyServletHolder.handle(JettyServletHolde > r.java:99) > at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter( > WebApplicationHandler.java:830) > at org.mortbay.jetty.servlet.JSR154Filter.doFilter(JSR154Filter.java:171 > ) > at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter( > WebApplicationHandler.java:821) > at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicati > onHandler.java:471) > at org.mortbay.jetty.servlet.Dispatcher.dispatch(Dispatcher.java:277) > at org.mortbay.jetty.servlet.Dispatcher.include(Dispatcher.java:163) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira