You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "viola.lu (JIRA)" <ji...@apache.org> on 2009/06/25 08:01:10 UTC

[jira] Closed: (GERONIMO-4648) Server start error after modify farming gbean configuration

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

viola.lu closed GERONIMO-4648.
------------------------------

    Resolution: Cannot Reproduce

This doesn't exist in G 2.2, so close it.

> Server start error after modify farming gbean configuration
> -----------------------------------------------------------
>
>                 Key: GERONIMO-4648
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4648
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Clustering
>    Affects Versions: 2.2
>         Environment: OS:win xp and suse
>            Reporter: viola.lu
>         Attachments: geronimo.log
>
>
> 1. i modify  config.xml under var/config/
> <module name="org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car">
>         <gbean name="org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car,j2eeType=NodeInfo,name=NodeInfo2" gbeanInfo="org.apache.geronimo.farm.config.BasicNodeInfo">
>             <attribute name="name">NODE2</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="username">system</ns:property>
>                     <ns:property name="password">manager</ns:property>
>                     <ns:property name="protocol">rmi</ns:property>
>                     <ns:property name="host">9.186.10.69</ns:property>
>                     <ns:property name="port">1099</ns:property>
>                     <ns:property name="urlPath">JMXConnector</ns:property>
>                     <ns:property name="local">false</ns:property>
>           </ns:javabean>
>             </attribute>
>         </gbean>
>         <gbean name="NodeInfo">
>             <attribute name="name">${clusterNodeName}</attribute>
>         </gbean>
>         <gbean name="ClusterInfo">
>             <attribute name="name">${clusterName}</attribute>
>         </gbean>
>     </module>
>    2.modify config-substitutions.properties under var/config/ :
>   clusterNodeName=NODE1 
>   RemoteDeployHostname=9.186.10.90
> 3.start server, but errors in log:
> 2014-05-27 12:38:14,906 ERROR [OpenEjbSystemGBean] Unable to deploy mdb container org.apache.geronimo.configs/activemq-ra/2.2-SNAPSHOT/car.ActiveMQ RA-javax.jms.MessageListener
> org.apache.xbean.propertyeditor.PropertyEditorException: Unable to find PropertyEditor for Object
> 	at org.apache.xbean.propertyeditor.PropertyEditors.getValue(PropertyEditors.java:290)
> 	at org.apache.xbean.recipe.RecipeHelper.convert(RecipeHelper.java:172)
> 	at org.apache.xbean.recipe.ObjectRecipe.extractConstructorArgs(ObjectRecipe.java:592)
> 	at org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:275)
> 	at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
> 	at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
> 	at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:49)
> 	at org.apache.openejb.assembler.classic.Assembler.createContainer(Assembler.java:977)
> 	at org.apache.geronimo.openejb.OpenEjbSystemGBean.addResourceAdapter(OpenEjbSystemGBean.java:307)
> 	at org.apache.geronimo.openejb.OpenEjbSystemGBean.access$200(OpenEjbSystemGBean.java:80)
> 	at org.apache.geronimo.openejb.OpenEjbSystemGBean$2.memberAdded(OpenEjbSystemGBean.java:247)
> 	at org.apache.geronimo.gbean.runtime.ProxyCollection.addTarget(ProxyCollection.java:102)
> 	at org.apache.geronimo.gbean.runtime.GBeanCollectionReference.targetAdded(GBeanCollectionReference.java:96)
> 	at org.apache.geronimo.gbean.runtime.GBeanCollectionReference.addTarget(GBeanCollectionReference.java:180)
> 	at org.apache.geronimo.gbean.runtime.GBeanCollectionReference$1.running(GBeanCollectionReference.java:110)
> 	at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent(BasicLifecycleMonitor.java:175)
> 	at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300(BasicLifecycleMonitor.java:44)
> 	at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent(BasicLifecycleMonitor.java:253)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:295)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:103)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:125)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:538)
> 	at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:377)
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:456)
> 	at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:190)
> 	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:546)
> 	at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:618)
> 	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$$baff16b8.startConfiguration(<generated>)
> 	at org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:161)
> 	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)
> 2014-05-27 12:38:15,296 INFO  [KernelContextGBean] bound gbean org.apache.geronimo.configs/activemq-ra/2.2-SNAPSHOT/car?J2EEApplication=null,JCAConnectionFactory=DefaultActiveMQConnectionFactory,JCAResource=org.apache.geronimo.configs/activemq-ra/2.2-SNAPSHOT/car,ResourceAdapter=org.apache.geronimo.configs/activemq-ra/2.2-SNAPSHOT/car,ResourceAdapterModule=org.apache.geronimo.configs/activemq-ra/2.2-SNAPSHOT/car,j2eeType=JCAManagedConnectionFactory,name=DefaultActiveMQConnectionFactory at name org.apache.geronimo.configs/activemq-ra/JCAManagedConnectionFactory/DefaultActiveMQConnectionFactory
> 2014-05-27 12:38:15,296 INFO  [KernelContextGBean] bound gbean org.apache.geronimo.configs/activemq-ra/2.2-SNAPSHOT/car?J2EEApplication=null,JCAResource=org.apache.geronimo.configs/activemq-ra/2.2-SNAPSHOT/car,ResourceAdapter=org.apache.geronimo.configs/activemq-ra/2.2-SNAPSHOT/car,ResourceAdapterModule=org.apache.geronimo.configs/activemq-ra/2.2-SNAPSHOT/car,j2eeType=JCAAdminObject,name=MDBTransferBeanOutQueue at name org.apache.geronimo.configs/activemq-ra/JCAAdminObject/MDBTransferBeanOutQueue
> 2014-05-27 12:38:15,296 INFO  [KernelContextGBean] bound gbean org.apache.geronimo.configs/activemq-ra/2.2-SNAPSHOT/car?J2EEApplication=null,JCAResource=org.apache.geronimo.configs/activemq-ra/2.2-SNAPSHOT/car,ResourceAdapter=org.apache.geronimo.configs/activemq-ra/2.2-SNAPSHOT/car,ResourceAdapterModule=org.apache.geronimo.configs/activemq-ra/2.2-SNAPSHOT/car,j2eeType=JCAAdminObject,name=SendReceiveQueue at name org.apache.geronimo.configs/activemq-ra/JCAAdminObject/SendReceiveQueue
> 2014-05-27 12:38:19,515 INFO  [KernelContextGBean] bound gbean org.apache.geronimo.plugins.monitoring/agent-ds/2.2-SNAPSHOT/car?J2EEApplication=null,JCAConnectionFactory=jdbc/ActiveDS,JCAResource=org.apache.geronimo.plugins.monitoring/agent-ds/2.2-SNAPSHOT/car,ResourceAdapter=org.apache.geronimo.plugins.monitoring/agent-ds/2.2-SNAPSHOT/car,ResourceAdapterModule=org.apache.geronimo.plugins.monitoring/agent-ds/2.2-SNAPSHOT/car,j2eeType=JCAManagedConnectionFactory,name=jdbc/ActiveDS at name org.apache.geronimo.plugins.monitoring/agent-ds/JCAManagedConnectionFactory/jdbc/ActiveDS
> 2014-05-27 12:38:19,531 INFO  [KernelContextGBean] bound gbean org.apache.geronimo.plugins.monitoring/agent-ds/2.2-SNAPSHOT/car?J2EEApplication=null,JCAConnectionFactory=jdbc/ArchiveDS,JCAResource=org.apache.geronimo.plugins.monitoring/agent-ds/2.2-SNAPSHOT/car,ResourceAdapter=org.apache.geronimo.plugins.monitoring/agent-ds/2.2-SNAPSHOT/car,ResourceAdapterModule=org.apache.geronimo.plugins.monitoring/agent-ds/2.2-SNAPSHOT/car,j2eeType=JCAManagedConnectionFactory,name=jdbc/ArchiveDS at name org.apache.geronimo.plugins.monitoring/agent-ds/JCAManagedConnectionFactory/jdbc/ArchiveDS
> 2014-05-27 12:38:23,312 INFO  [startup] Assembling app: /home/geronimo/geronimo/trunk/plugins/monitoring/agent-ejb/target/agent-ejb-2.2-SNAPSHOT.jar
> 2014-05-27 12:38:23,421 INFO  [startup] Jndi(name=ejb/mgmt/MRCLocal) --> Ejb(deployment-id=agent/ejb/mgmt/MRC)
> 2014-05-27 12:38:23,453 INFO  [startup] Jndi(name=ejb/mgmt/MRCRemote) --> Ejb(deployment-id=agent/ejb/mgmt/MRC)
> 2014-05-27 12:38:23,453 INFO  [startup] Jndi(name=ejb/mgmt/MRCRemote) --> Ejb(deployment-id=agent/ejb/mgmt/MRC)
> 2014-05-27 12:38:23,468 INFO  [startup] Created Ejb(deployment-id=agent/ejb/mgmt/MRC, ejb-name=ejb/mgmt/MRC, container=DefaultStatelessContainer)
> 2014-05-27 12:38:23,468 INFO  [startup] Deployed Application(path=/home/geronimo/geronimo/trunk/plugins/monitoring/agent-ejb/target/agent-ejb-2.2-SNAPSHOT.jar)
> 2014-05-27 12:38:23,593 INFO  [KernelContextGBean] bound gbean org.apache.geronimo.plugins.monitoring/mconsole-ds/2.2-SNAPSHOT/car?J2EEApplication=null,JCAConnectionFactory=MonitoringClientDS,JCAResource=org.apache.geronimo.plugins.monitoring/mconsole-ds/2.2-SNAPSHOT/car,ResourceAdapter=org.apache.geronimo.plugins.monitoring/mconsole-ds/2.2-SNAPSHOT/car,ResourceAdapterModule=org.apache.geronimo.plugins.monitoring/mconsole-ds/2.2-SNAPSHOT/car,j2eeType=JCAManagedConnectionFactory,name=MonitoringClientDS at name org.apache.geronimo.plugins.monitoring/mconsole-ds/JCAManagedConnectionFactory/MonitoringClientDS
> 2014-05-27 12:38:23,593 INFO  [KernelContextGBean] bound gbean org.apache.geronimo.plugins.monitoring/mconsole-ds/2.2-SNAPSHOT/car?J2EEApplication=null,JCAConnectionFactory=NoTxMonitoringClientDS,JCAResource=org.apache.geronimo.plugins.monitoring/mconsole-ds/2.2-SNAPSHOT/car,ResourceAdapter=org.apache.geronimo.plugins.monitoring/mconsole-ds/2.2-SNAPSHOT/car,ResourceAdapterModule=org.apache.geronimo.plugins.monitoring/mconsole-ds/2.2-SNAPSHOT/car,j2eeType=JCAManagedConnectionFactory,name=NoTxMonitoringClientDS at name org.apache.geronimo.plugins.monitoring/mconsole-ds/JCAManagedConnectionFactory/NoTxMonitoringClientDS
> 2014-05-27 12:38:24,187 INFO  [ContextLoader] Root WebApplicationContext: initialization started
> 2014-05-27 12:38:24,187 INFO  [XmlWebApplicationContext] Refreshing org.springframework.web.context.support.XmlWebApplicationContext@51fa51fa: display name [Root WebApplicationContext]; startup date [Tue May 27 12:38:24 CST 2014]; root of context hierarchy
> 2014-05-27 12:38:24,187 INFO  [XmlBeanDefinitionReader] Loading XML bean definitions from ServletContext resource [/WEB-INF/pluto-portal-driver-services-config.xml]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.