[jira] [Updated] (GERONIMO-6521) java.lang.IllegalStateException: Cannot load property editor [org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor] exception throwned when farming ger

2014-06-11 Thread Pranav (JIRA)

 [ 
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:
>  name="org.apache.geronimo.configs/farming/3.0.1/car?ServiceModule=org.apache.geronimo.configs/farming/3.0.1/car,j2eeType=NodeInfo,name=prodApp2"
>  gbeanInfo="org.apache.geronimo.farm.config.BasicNodeInfo">
>   prodApp2
>propertyEditor="org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor"
>  name="extendedJMXConnectorInfo">
>class="org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfo"
>   
> 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
>name="urlPath">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 
>

[jira] [Updated] (GERONIMO-6521) java.lang.IllegalStateException: Cannot load property editor [org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor] exception throwned when farming ger

2014-06-11 Thread Pranav (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pranav updated GERONIMO-6521:
-

Fix Version/s: (was: 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:
>  name="org.apache.geronimo.configs/farming/3.0.1/car?ServiceModule=org.apache.geronimo.configs/farming/3.0.1/car,j2eeType=NodeInfo,name=prodApp2"
>  gbeanInfo="org.apache.geronimo.farm.config.BasicNodeInfo">
>   prodApp2
>propertyEditor="org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor"
>  name="extendedJMXConnectorInfo">
>class="org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfo"
>   
> 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
>name="urlPath">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)
> 

[jira] [Updated] (GERONIMO-6521) java.lang.IllegalStateException: Cannot load property editor [org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor] exception throwned when farming ger

2014-06-04 Thread Pranav (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pranav updated GERONIMO-6521:
-

Description: 
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

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

[jira] [Updated] (GERONIMO-6521) java.lang.IllegalStateException: Cannot load property editor [org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor] exception throwned when farming ger

2014-06-03 Thread Pranav (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pranav updated GERONIMO-6521:
-

Priority: Blocker  (was: Critical)

> 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:
>  name="org.apache.geronimo.configs/farming/3.0.1/car?ServiceModule=org.apache.geronimo.configs/farming/3.0.1/car,j2eeType=NodeInfo,name=prodApp2"
>  gbeanInfo="org.apache.geronimo.farm.config.BasicNodeInfo">
>   prodApp2
>propertyEditor="org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor"
>  name="extendedJMXConnectorInfo">
>class="org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfo"
>   
> 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
>name="urlPath">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)

[jira] [Updated] (GERONIMO-6521) java.lang.IllegalStateException: Cannot load property editor [org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor] exception throwned when farming ger

2014-06-03 Thread Pranav (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pranav updated GERONIMO-6521:
-

Priority: Critical  (was: Blocker)

> 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: Critical
>
> 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:
>  name="org.apache.geronimo.configs/farming/3.0.1/car?ServiceModule=org.apache.geronimo.configs/farming/3.0.1/car,j2eeType=NodeInfo,name=prodApp2"
>  gbeanInfo="org.apache.geronimo.farm.config.BasicNodeInfo">
>   prodApp2
>propertyEditor="org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor"
>  name="extendedJMXConnectorInfo">
>class="org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfo"
>   
> 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
>name="urlPath">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

[jira] [Updated] (GERONIMO-6521) java.lang.IllegalStateException: Cannot load property editor [org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor] exception throwned when farming ger

2014-05-28 Thread Pranav (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pranav updated GERONIMO-6521:
-

Environment: 2 Linux Machines with geronimo 3.0.1 server  (was: 2 Linus 
Machines with geronimo 3.0.1 server)

> 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:
>  name="org.apache.geronimo.configs/farming/3.0.1/car?ServiceModule=org.apache.geronimo.configs/farming/3.0.1/car,j2eeType=NodeInfo,name=prodApp2"
>  gbeanInfo="org.apache.geronimo.farm.config.BasicNodeInfo">
>   prodApp2
>propertyEditor="org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor"
>  name="extendedJMXConnectorInfo">
>class="org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfo"
>   
> 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
>name="urlPath">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.Simple