[jira] [Created] (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)
Pranav created GERONIMO-6521:


 Summary: 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 Linus 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:

gbean 
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
attribute name=nameprodApp2/attribute
attribute 
propertyEditor=org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor
 name=extendedJMXConnectorInfo
ns:javabean 
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=
ns:property name=usernamesystem/ns:property
ns:property name=passwordmanager/ns:property  
 
ns:property name=protocolrmi/ns:property
ns:property name=host10.9.90.102/ns:property
ns:property name=port1100/ns:property
ns:property 
name=urlPathJMXConnector/ns:property
ns:property name=localfalse/ns:property
  /ns:javabean
/attribute
/gbean

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.init(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 

[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:
 gbean 
 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
   attribute name=nameprodApp2/attribute
   attribute 
 propertyEditor=org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor
  name=extendedJMXConnectorInfo
   ns:javabean 
 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=
   ns:property name=usernamesystem/ns:property
   ns:property name=passwordmanager/ns:property  
  
   ns:property name=protocolrmi/ns:property
   ns:property name=host10.9.90.102/ns:property
   ns:property name=port1100/ns:property
   ns:property 
 name=urlPathJMXConnector/ns:property
   ns:property name=localfalse/ns:property
 /ns:javabean
   /attribute
   /gbean
 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.init(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 
 

Re: Google Analytics

2014-05-28 Thread David Blevins
Was specifically referring to the geronimo.apache.org website.  Seems these 
stats are no longer accessible.



-David

On May 26, 2014, at 3:06 PM, Jean-Louis MONTEIRO jeano...@gmail.com wrote:

 Yep I see the OpenEJB website and a google message to update to Universal 
 Analytics
 
 
 JLouis
 
 
 2014-05-26 23:21 GMT+02:00 David Blevins david.blev...@gmail.com:
 Anyone still able to access this?  For some reason this no longer shows up in 
 my Google Analytics account.
 
 
 On Wed, May 14, 2008 at 11:32 PM, David Blevins david.blev...@visi.com 
 wrote:
 Setup google analytics on all our spaces and added everyone who's a committer 
 who I could easily find a gmail address for.
 
 bruce.sny...@gmail.com
 c1vams...@gmail.com
 dava...@gmail.com
 dblev...@visi.com
 eljo...@gmail.com
 gno...@gmail.com
 goyathlay.geron...@gmail.com
 hcun...@gmail.com
 jason.dil...@gmail.com
 jaydmch...@gmail.com
 jga...@gmail.com
 jrsis...@gmail.com
 kevan.mil...@gmail.com
 paulmcma...@gmail.com
 rick...@gmail.com
 sppat...@gmail.com
 tim.mcco...@gmail.com
 
 
 You don't need a gmail address, just a google account.  So if you're not in 
 the above list, just get someone in the above list to add your google account.
 
 Just visit http://www.google.com/analytics/ to log in and view the data.  
 It'll be a day or two before we see much of anything.
 
 -David
 
 
 
 
 
 -- 
 Jean-Louis