[jira] Commented: (GERONIMO-4014) simplify monitorying plugin structure

2008-05-15 Thread David Jencks (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597196#action_12597196
 ] 

David Jencks commented on GERONIMO-4014:


Changes ported to branches/2.1 in rev 656740.

> simplify monitorying plugin structure
> -
>
> Key: GERONIMO-4014
> URL: https://issues.apache.org/jira/browse/GERONIMO-4014
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: monitoring
>Affects Versions: 2.2
>Reporter: David Jencks
> Fix For: 2.2
>
> Attachments: GERONIMO-4014-2.diff, GERONIMO-4014.diff
>
>
> Suggestion on how to eliminate one of the apparently superfluous ears, move 
> plan to more appropriate location.

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



[jira] Commented: (GERONIMO-4014) simplify monitorying plugin structure

2008-05-15 Thread David Jencks (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597067#action_12597067
 ] 

David Jencks commented on GERONIMO-4014:


I fixed the jndi problem in GERONIMO-4020 and committed a slightly improved 
version of the patch in rev 656565.  Could you please check whether I broke 
stuff?

> simplify monitorying plugin structure
> -
>
> Key: GERONIMO-4014
> URL: https://issues.apache.org/jira/browse/GERONIMO-4014
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: monitoring
>Affects Versions: 2.2
>Reporter: David Jencks
> Fix For: 2.2
>
> Attachments: GERONIMO-4014-2.diff, GERONIMO-4014.diff
>
>
> Suggestion on how to eliminate one of the apparently superfluous ears, move 
> plan to more appropriate location.

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



[jira] Commented: (GERONIMO-4014) simplify monitorying plugin structure

2008-05-14 Thread Viet Hung Nguyen (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596887#action_12596887
 ] 

Viet Hung Nguyen commented on GERONIMO-4014:


David,

When I applied your patch and to test the JMX feature, I got the following 
error when I install the agent-car-jmx plugin.
The ejb app seems to be doing fine though.

14:32:34,562 ERROR [MasterRemoteControlJMX] 
org.apache.geronimo.connector.outbound.ManagedConnectionFactoryWrapper
java.lang.ClassCastException: 
org.apache.geronimo.connector.outbound.ManagedConnectionFactoryWrapper
at 
org.apache.geronimo.monitoring.MasterRemoteControlJMX.(MasterRemoteControlJMX.java:103)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at 
org.apache.xbean.recipe.ObjectRecipe.createInstance(ObjectRecipe.java:390)
at org.apache.xbean.recipe.ObjectRecipe.create(ObjectRecipe.java:194)
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.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:189)
at 
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:549)
at 
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:530)
at 
org.apache.geronimo.system.plugin.PluginInstallerGBean.install(PluginInstallerGBean.java:672)
at 
org.apache.geronimo.system.plugin.PluginInstallerGBean.install(PluginInstallerGBean.java:592)
at 
org.apache.geronimo.system.plugin.PluginInstallerGBean$3.run(PluginInstallerGBean.java:737)
at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:214)
at 
org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:344)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)

> simplify monitorying plugin structure
> -
>
> Key: GERONIMO-4014
> URL: https://issues.apache.org/jira/browse/GERONIMO-4014
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: monitoring
>Affects Versions: 2.2
>Reporter: David Jencks
> Fix For: 2.2
>
> Attachments: GERONIMO-4014-2.diff, GERONIMO-4014.diff
>
>
> Suggestion on how to eliminate one of the apparently superfluous ears, move 
> plan to more appropriate location.

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



[jira] Commented: (GERONIMO-4014) simplify monitorying plugin structure

2008-05-13 Thread Viet Hung Nguyen (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596595#action_12596595
 ] 

Viet Hung Nguyen commented on GERONIMO-4014:


Thanks David, I never thought about organizing the agent like that. If no one 
else has any objections, can you commit it?

> simplify monitorying plugin structure
> -
>
> Key: GERONIMO-4014
> URL: https://issues.apache.org/jira/browse/GERONIMO-4014
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>Affects Versions: 2.2
>Reporter: David Jencks
> Fix For: 2.2
>
> Attachments: GERONIMO-4014.diff
>
>
> Suggestion on how to eliminate one of the apparently superfluous ears, move 
> plan to more appropriate location.

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