Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 89222 invoked from network); 7 Jan 2009 09:09:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jan 2009 09:09:09 -0000 Received: (qmail 85094 invoked by uid 500); 7 Jan 2009 09:09:08 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 85038 invoked by uid 500); 7 Jan 2009 09:09:08 -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 85026 invoked by uid 99); 7 Jan 2009 09:09:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jan 2009 01:09:08 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jan 2009 09:09:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 44DC2234C46D for ; Wed, 7 Jan 2009 01:08:44 -0800 (PST) Message-ID: <1393362475.1231319324266.JavaMail.jira@brutus> Date: Wed, 7 Jan 2009 01:08:44 -0800 (PST) From: "Shawn Jiang (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-4498) ClassNotFoundException: BasicExtendedJMXConnectorInfoEditor throwned when farming geronimo using Deployment In-Reply-To: <521723401.1231318244209.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-4498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shawn Jiang updated GERONIMO-4498: ---------------------------------- Attachment: G4498_shawn.patch This is the patch to restore the BasicExtendedJMXConnectorInfoEditor class. I'm not sure why it was deleted, Can anyone help review it ? Thanks. > ClassNotFoundException: BasicExtendedJMXConnectorInfoEditor throwned when farming geronimo using Deployment > ----------------------------------------------------------------------------------------------------------- > > Key: GERONIMO-4498 > URL: https://issues.apache.org/jira/browse/GERONIMO-4498 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: Clustering > Affects Versions: 2.2 > Environment: Windows XP SP 2 + IBM SDK 1.5.0 > Reporter: Shawn Jiang > Priority: Blocker > Fix For: 2.2 > > Attachments: G4498_shawn.patch > > > I'm trying to farm geronimo using deployment according to http://cwiki.apache.org/GMOxDOC22/farming-using-deployment.html. > 1, install the latest trunk 2.2-snapshot build as nodeA > 2, update the var\config\config.xml with following farming config info: > {code:xml} > > > ${clusterNodeName} > > > ${clusterName} > > > NODE-B > > > system > manager > rmi > 9.123.237.58 > 1109 > JMXConnector > false > > > > {code} > 3, start the server. > 4, use {noformat}deploy.bat --user system --password manager start org.apache.geronimo.configs/farming//car {noformat} to start the farming config. > *expected result*: the farming config could be started without problem. > *actual result*: the farming config could not be started up with exceptions in log. the log is: > __________________________________________________________________________ > 2009-01-07 16:37:56,453 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car?configurationName=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car" > java.lang.IllegalStateException: Cannot load property editor [org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor] > at org.apache.geronimo.system.configuration.GBeanOverride.loadPropertyEditor(GBeanOverride.java:423) > at org.apache.geronimo.system.configuration.GBeanOverride.getValue(GBeanOverride.java:399) > at org.apache.geronimo.system.configuration.GBeanOverride.applyOverrides(GBeanOverride.java:359) > at org.apache.geronimo.system.configuration.LocalAttributeManager.setAttributes(LocalAttributeManager.java:228) > at org.apache.geronimo.system.configuration.LocalAttributeManager.applyOverrides(LocalAttributeManager.java:197) > at org.apache.geronimo.kernel.config.Configuration.(Configuration.java:292) > at sun.reflect.GeneratedConstructorAccessor23.newInstance(Unknown Source) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:494) > at org.apache.xbean.recipe.ReflectionUtil$ConstructorFactory.create(ReflectionUtil.java:882) > at org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:272) > at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96) > at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61) > at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:910) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:269) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:103) > at org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:524) > at org.apache.geronimo.kernel.basic.BasicKernel.startGBean(BasicKernel.java:359) > at org.apache.geronimo.kernel.config.KernelConfigurationManager.load(KernelConfigurationManager.java:163) > at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:312) > at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:280) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34) > at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:130) > at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:815) > at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) > at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35) > at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96) > at org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$367f8f37.loadConfiguration() > at org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:158) > at org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:78) > at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45) > at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65) > at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30) > Caused by: java.lang.ClassNotFoundException: org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor in classloader org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car > at org.apache.geronimo.kernel.config.MultiParentClassLoader.loadOptimizedClass(MultiParentClassLoader.java:413) > at org.apache.geronimo.kernel.config.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:255) > at java.lang.ClassLoader.loadClass(ClassLoader.java:251) > at org.apache.geronimo.system.configuration.GBeanOverride.loadPropertyEditor(GBeanOverride.java:420) > ... 36 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.