Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1E45811274 for ; Wed, 11 Jun 2014 07:29:03 +0000 (UTC) Received: (qmail 61531 invoked by uid 500); 11 Jun 2014 07:29:02 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 61107 invoked by uid 500); 11 Jun 2014 07:29:02 -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 61099 invoked by uid 99); 11 Jun 2014 07:29:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2014 07:29:02 +0000 Date: Wed, 11 Jun 2014 07:29:02 +0000 (UTC) From: "Pranav (JIRA)" To: dev@geronimo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (GERONIMO-6521) java.lang.IllegalStateException: Cannot load property editor [org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor] exception throwned when farming geronimo using Deployment version 3.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-6521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pranav updated GERONIMO-6521: ----------------------------- Fix Version/s: 3.0.1 > java.lang.IllegalStateException: Cannot load property editor [org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor] exception throwned when farming geronimo using Deployment version 3.0.1 > ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: GERONIMO-6521 > URL: https://issues.apache.org/jira/browse/GERONIMO-6521 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: Clustering > Affects Versions: 3.0.1 > Environment: 2 Linux Machines with geronimo 3.0.1 server > Reporter: Pranav > Priority: Blocker > > I'm trying to farm geronimo using deployment according to https://cwiki.apache.org/confluence/display/GMOxDOC22/Farming+using+Deployment > 1, install the required modules on both servers and started the modules. > 2, updated the var\config\config.xml with following farming config info: > > prodApp2 > > xmlns:ns4="http://geronimo.apache.org/xml/ns/attributes-1.2" > xmlns:ns="http://geronimo.apache.org/xml/ns/deployment/javabean-1.0" > xmlns=""> > system > manager > rmi > 10.9.90.102 > 1100 > JMXConnector > false > > > > 3) Started server and got the exception. > 2014-05-28 06:15:00,828 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.configs/farming/3.0.1/car?configurationName=org.apache.geronimo.configs/farming/3.0.1/car" > java.lang.IllegalStateException: Cannot load property editor [org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor] > at org.apache.geronimo.system.configuration.GBeanOverride.loadPropertyEditor(GBeanOverride.java:443) > at org.apache.geronimo.system.configuration.GBeanOverride.getValue(GBeanOverride.java:419) > at org.apache.geronimo.system.configuration.GBeanOverride.applyOverrides(GBeanOverride.java:368) > at org.apache.geronimo.system.configuration.LocalAttributeManager.setAttributes(LocalAttributeManager.java:234) > at org.apache.geronimo.system.configuration.LocalAttributeManager.applyOverrides(LocalAttributeManager.java:203) > at org.apache.geronimo.kernel.config.Configuration.(Configuration.java:218) > at sun.reflect.GeneratedConstructorAccessor35.newInstance(Unknown Source) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > at java.lang.reflect.Constructor.newInstance(Constructor.java:534) > at org.apache.xbean.recipe.ReflectionUtil$ConstructorFactory.create(ReflectionUtil.java:958) > at org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:276) > 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:958) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:271) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:105) > at org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:555) > at org.apache.geronimo.kernel.basic.BasicKernel.startGBean(BasicKernel.java:368) > at org.apache.geronimo.kernel.config.KernelConfigurationManager.load(KernelConfigurationManager.java:191) > at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:358) > at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:331) > at org.apache.geronimo.kernel.osgi.ConfigurationActivator.start(ConfigurationActivator.java:72) > at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711) > at java.security.AccessController.doPrivileged(Native Method) > at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702) > at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683) > at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381) > at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:299) > at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:311) > at org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:234) > at org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:94) > at org.apache.geronimo.system.osgi.BootActivator$1.execute(BootActivator.java:107) > at org.apache.geronimo.main.Bootstrapper.start(Bootstrapper.java:88) > at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:61) > at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65) > at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:33) > Caused by: java.lang.InstantiationException: org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor > at java.lang.Class.newInstance(Class.java:359) > at org.apache.geronimo.system.configuration.GBeanOverride.loadPropertyEditor(GBeanOverride.java:441) > ... 35 more > Is there any solution or any other approach available for farming configuration in geronimo? -- This message was sent by Atlassian JIRA (v6.2#6252)