Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 91720 invoked from network); 21 Apr 2006 22:30:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Apr 2006 22:30:13 -0000 Received: (qmail 24088 invoked by uid 500); 21 Apr 2006 22:30:11 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 24028 invoked by uid 500); 21 Apr 2006 22:30:11 -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 24009 invoked by uid 99); 21 Apr 2006 22:30:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Apr 2006 15:30:10 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Apr 2006 15:30:10 -0700 Received: from brutus (localhost.localdomain [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2F0F07142E0 for ; Fri, 21 Apr 2006 22:29:06 +0000 (GMT) Message-ID: <16024446.1145658546014.JavaMail.jira@brutus> Date: Fri, 21 Apr 2006 22:29:06 +0000 (GMT+00:00) From: "Aaron Mulder (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-1802) Console breakage in 1.1 branch In-Reply-To: <684067348.1144164403571.JavaMail.jira@ajax> 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-1802?page=comments#action_12375647 ] Aaron Mulder commented on GERONIMO-1802: ---------------------------------------- Patches dbpools.patch, jms.patch, and webserver.patch (or equivalent) have been applied. Thanks! > Console breakage in 1.1 branch > ------------------------------ > > Key: GERONIMO-1802 > URL: http://issues.apache.org/jira/browse/GERONIMO-1802 > Project: Geronimo > Type: Bug > Security: public(Regular issues) > Components: console > Versions: 1.1 > Reporter: Aaron Mulder > Assignee: Aaron Mulder > Fix For: 1.1 > Attachments: dbpools.patch, jms.patch, webserver.patch > > Here's my first stab at evaluating the console state (including the Welcome, Server/* and Services/* pages): > [Second pass made by Paul on 4/13/2006] > Welcome: OK > Server/Information: OK > Server/JVM: OK > Server/Server Logs: OK > Server/Shutdown: OK > Server/Web Server: BROKEN > - error in web server manager portlet > - trying to stop a listener fails > - very unstable in general > java.lang.ClassCastException > at org.apache.geronimo.console.webmanager.WebManagerPortlet.doView(WebManagerPortlet.java:112) > at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:250) > at javax.portlet.GenericPortlet.render(GenericPortlet.java:178) > at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218) > at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:158) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:595) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) > at org.apache.pluto.core.PortletServlet.service(PortletServlet.java:153)Server/JMS Server: BROKEN > - portlets show up but most controls don't work, e,g, trying to create a new activeio listener yields > java.lang.IllegalArgumentException: uri does not contain a path part used for the artifact > at org.apache.geronimo.gbean.AbstractName.(AbstractName.java:78) > at org.apache.geronimo.console.jmsmanager.server.JMSConnectorPortlet.processAction(JMSConnectorPortlet.java:65) > at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:229) > at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:158) > and trying to stop an activeio listener yields: > java.lang.NullPointerException > at java.net.URI$Parser.parse(URI.java:2946) > at java.net.URI.(URI.java:574) > at java.net.URI.create(URI.java:836) > at org.apache.geronimo.console.jmsmanager.server.JMSConnectorPortlet.processAction(JMSConnectorPortlet.java:65) > Services/Common Libraries: OK > Services/Database Pools: patch provided > Services/JMS Resources: patch provided > Deploy New: OK > Application EARs: OK > Web Applications: OK > EJB JARS: not sure > J2EE Connectors: WORKS PARTIALLY > Stops ok, but trying to restart system database yields: > 17:17:03,241 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="geronimo/activemq-broker/1.1-SNAPSHOT/car?configurationName=geronimo/activemq-broker/1.1-SNAPSHOT/car" > org.apache.geronimo.kernel.repository.MissingDependencyException: Unable to resolve dependency geronimo/system-database/1.1-SNAPSHOT/car > at org.apache.geronimo.kernel.config.ConfigurationResolver.resolve(ConfigurationResolver.java:113) > at org.apache.geronimo.kernel.config.Configuration.buildClassPath(Configuration.java:347) > at org.apache.geronimo.kernel.config.Configuration.createConfigurationClasssLoader(Configuration.java:294) > at org.apache.geronimo.kernel.config.Configuration.(Configuration.java:261) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:274) > at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:915) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:267) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102) > at org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:508) > at org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart(GBeanDependency.java:111) > at org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget(GBeanDependency.java:146) > App Clients: OK > System Modules: OK > Console Realm: OK > Security Realm: WORKS PARTIALLY > Fails when saving plan with exception: > org.apache.geronimo.common.DeploymentException: Unable to create configuration for deployment > at org.apache.geronimo.deployment.DeploymentContext.createTempConfiguration(DeploymentContext.java:170) > at org.apache.geronimo.deployment.DeploymentContext.(DeploymentContext.java:148) > at org.apache.geronimo.deployment.DeploymentContext.(DeploymentContext.java:129) > at org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfiguration(ServiceConfigBuilder.java:177) > at org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfiguration(ServiceConfigBuilder.java:163) > at org.apache.geronimo.deployment.service.ServiceConfigBuilder$$FastClassByCGLIB$$9f173be6.invoke() > at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) > at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38) > at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122) > DB Info: shows table but with no values. Log says: > java.sql.SQLException > DB Manager: OK -- 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