Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 34237 invoked from network); 11 May 2006 05:36:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 May 2006 05:36:08 -0000 Received: (qmail 93882 invoked by uid 500); 10 May 2006 20:29:50 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 93840 invoked by uid 500); 10 May 2006 20:29:50 -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 93829 invoked by uid 99); 10 May 2006 20:29:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 May 2006 13:29:49 -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; Wed, 10 May 2006 13:29:49 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 389CC7142BA for ; Wed, 10 May 2006 20:29:05 +0000 (GMT) Message-ID: <28273103.1147292945229.JavaMail.jira@brutus> Date: Wed, 10 May 2006 20:29:05 +0000 (GMT+00:00) From: "Paul McMahan (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Resolved: (GERONIMO-1666) Console issues resulting from configID changes In-Reply-To: <226821722.1141248909653.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-1666?page=all ] Paul McMahan resolved GERONIMO-1666: ------------------------------------ Fix Version: 1.1 (was: 1.2) Resolution: Duplicate dup of GERONIMO-1802 > Console issues resulting from configID changes > ---------------------------------------------- > > Key: GERONIMO-1666 > URL: http://issues.apache.org/jira/browse/GERONIMO-1666 > Project: Geronimo > Type: Task > Security: public(Regular issues) > Components: console > Versions: 1.2 > Reporter: Paul McMahan > Fix For: 1.1 > > This JIRA tracks what areas of the console need attention as a result of the configID changes. > At Revision 382401: > - Classloader for classes loaded from geronimo-console-core-1.1-SNAPSHOT.jar > can't load classes from geronimo-jetty-1.1-SNAPSHOT.jar. This prevents > BasicProxyManager from being able to create proxies needed by the Server > Logs and Web Server portlets. > - J2EEServerImpl.getRepositories() returns an empty String[]. This prevents the > the Common Libraries portlet and the DB Pool Wizard from listing out the > available jars in the repository. Also prevents the JMS Resource portlet > from being able to create new JMS Resource groups for ActiveMQ. > - Trying to delete a new activeio listener I created results in the following ST. > BTW, it failed to start too but I see that problem in Geronimo-1.0 > 16:19:56,029 WARN [Util] No parents found for geronimo.server:J2EEApplication=null,J2EEModule=geronimo/activemq-broker/1.1-SNAPSHOT/car,J2EEServer=geronimo,broker=ActiveMQ,j2eeType=JMSConnector,name=ActiveMQ.activeio.0.0.0.0.9123-asdf > 16:19:56,030 ERROR [ActiveMQManagerGBean] Unable to remove GBean > java.lang.NullPointerException > at org.apache.geronimo.kernel.basic.BasicKernel.createGBeanName(BasicKernel.java:427) > at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:177) > at org.activemq.gbean.management.ActiveMQManagerGBean.removeConnector(ActiveMQManagerGBean.java:247) > at org.activemq.gbean.management.ActiveMQManagerGBean$$FastClassByCGLIB$$a78b116e.invoke() > - ConfigurationManager.listStores() returns an empty list for the storeName: > geronimo.server:J2EEApplication=null,J2EEModule=geronimo/j2ee-system/1.1-SNAPSHOT/car,J2EEServer=geronimo,j2eeType=ConfigurationStore,name=Local > This prevents the user from being able to start/stop/undeploy/etc their > components from the EAR, WAR, EJB, Connector, App Client, and System > Modules portlets > - Deploying a simple WAR fails with an external plan fails with the error message: > org.apache.geronimo.kernel.config.InvalidConfigException: Source is not readable /home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-jetty-server/target/geronimo-1.1-SNAPSHOT/repository/test/test/1.1/test-1.1.war > Source is not readable /home/pmcmahan/src/geronimo/1.1/assemblies/j2ee-jetty-server/target/geronimo-1.1-SNAPSHOT/repository/test/test/1.1/test-1.1.war > I checked and the .../repository/test/test/1.1 directory is present but it is empty > - Creating and then deploying a new security realm fails with the > following ST: > 17:20:06,704 ERROR [Deployer] Deployment failed due to > java.lang.NullPointerException > at org.apache.geronimo.kernel.repository.Version.parseVersion(Version.java:115) > at org.apache.geronimo.kernel.repository.Version.(Version.java:40) > at org.apache.geronimo.kernel.repository.Artifact.(Artifact.java:38) > at org.apache.geronimo.deployment.service.EnvironmentBuilder.toArtifact(EnvironmentBuilder.java:229) > at org.apache.geronimo.deployment.service.EnvironmentBuilder.buildEnvironment(EnvironmentBuilder.java:56) > at org.apache.geronimo.deployment.service.EnvironmentBuilder.buildEnvironment(EnvironmentBuilder.java:125) > at org.apache.geronimo.deployment.service.ServiceConfigBuilder.getConfigurationID(ServiceConfigBuilder.java:147) > The relevant part of the plan (which was generated by the wizard) > looks like: > > > Unspecified > test > > -- 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