You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Dario Andrade (JIRA)" <ji...@apache.org> on 2007/01/08 01:07:27 UTC

[jira] Created: (GERONIMO-2707) Cannot deploy app client from ear

Cannot deploy app client from ear
---------------------------------

                 Key: GERONIMO-2707
                 URL: https://issues.apache.org/jira/browse/GERONIMO-2707
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: deployment
    Affects Versions: 1.1.1
         Environment: win xp, java 1.6.0, geronimo 1.1.1, core 2 duo 4GB, myeclipse 5, wtp 1.5.2
            Reporter: Dario Andrade



When trying to deploy an ear with an application client, I get this error: 
>From the code, I can see the application client config builder is not defined in the j2ee deployer.

Publishing failed
  Distribution of configuration failed.  See log for details.
    Cannot deploy app client; No app client deployer defined: GManiaBatchClient.jar
    org.apache.geronimo.common.DeploymentException: Cannot deploy app client; No app client deployer defined: GManiaBatchClient.jar
    	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.addModules(EARConfigBuilder.java:725)
    	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getEarPlan(EARConfigBuilder.java:364)
    	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getDeploymentPlan(EARConfigBuilder.java:263)
    	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder$$FastClassByCGLIB$$38e56ec6.invoke(<generated>)
    	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
    	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
    	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
    	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)
    	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.deployment.ConfigurationBuilder$$EnhancerByCGLIB$$601a27b4.getDeploymentPlan(<generated>)
    	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:232)
    	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124)
    	at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
    	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
    	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
    	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
    	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852)
    	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
    	at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:338)
    	at org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.invoke(<generated>)
    	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
    	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
    	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
    	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852)
    	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
    	at org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:168)
    	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
    	at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
    	at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1424)
    	at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
    	at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1262)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1364)
    	at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:786)
    	at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    	at java.lang.reflect.Method.invoke(Method.java:597)
    	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
    	at sun.rmi.transport.Transport$1.run(Transport.java:159)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
    	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
    	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
    	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
    	at java.lang.Thread.run(Thread.java:619)
  Distribution of configuration failed.  See log for details.
    Cannot deploy app client; No app client deployer defined: GManiaBatchClient.jar
    org.apache.geronimo.common.DeploymentException: Cannot deploy app client; No app client deployer defined: GManiaBatchClient.jar
    	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.addModules(EARConfigBuilder.java:725)
    	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getEarPlan(EARConfigBuilder.java:364)
    	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getDeploymentPlan(EARConfigBuilder.java:263)
    	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder$$FastClassByCGLIB$$38e56ec6.invoke(<generated>)
    	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
    	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
    	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
    	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)
    	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.deployment.ConfigurationBuilder$$EnhancerByCGLIB$$601a27b4.getDeploymentPlan(<generated>)
    	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:232)
    	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124)
    	at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
    	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
    	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
    	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
    	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852)
    	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
    	at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:338)
    	at org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.invoke(<generated>)
    	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
    	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
    	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
    	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852)
    	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
    	at org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:168)
    	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
    	at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
    	at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1424)
    	at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
    	at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1262)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1364)
    	at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:786)
    	at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    	at java.lang.reflect.Method.invoke(Method.java:597)
    	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
    	at sun.rmi.transport.Transport$1.run(Transport.java:159)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
    	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
    	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
    	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
    	at java.lang.Thread.run(Thread.java:619)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (GERONIMO-2707) Cannot deploy app client from ear

Posted by "Rakesh Midha (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rakesh Midha closed GERONIMO-2707.
----------------------------------

       Resolution: Invalid
    Fix Version/s: 2.0


Closed this issue as a user error. (Invalid problem). The service was disabled and is enabled by default. So it is working as desired.

> Cannot deploy app client from ear
> ---------------------------------
>
>                 Key: GERONIMO-2707
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2707
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 1.1.1
>         Environment: win xp, java 1.6.0, geronimo 1.1.1, core 2 duo 4GB, myeclipse 5, wtp 1.5.2
>            Reporter: Dario Andrade
>             Fix For: 2.0
>
>
> When trying to deploy an ear with an application client, I get this error: 
> From the code, I can see the application client config builder is not defined in the j2ee deployer.
> Publishing failed
>   Distribution of configuration failed.  See log for details.
>     Cannot deploy app client; No app client deployer defined: GManiaBatchClient.jar
>     org.apache.geronimo.common.DeploymentException: Cannot deploy app client; No app client deployer defined: GManiaBatchClient.jar
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.addModules(EARConfigBuilder.java:725)
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getEarPlan(EARConfigBuilder.java:364)
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getDeploymentPlan(EARConfigBuilder.java:263)
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder$$FastClassByCGLIB$$38e56ec6.invoke(<generated>)
>     	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>     	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>     	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)
>     	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.deployment.ConfigurationBuilder$$EnhancerByCGLIB$$601a27b4.getDeploymentPlan(<generated>)
>     	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:232)
>     	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124)
>     	at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
>     	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>     	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>     	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852)
>     	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>     	at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:338)
>     	at org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.invoke(<generated>)
>     	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>     	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>     	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852)
>     	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>     	at org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:168)
>     	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
>     	at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
>     	at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1424)
>     	at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
>     	at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1262)
>     	at java.security.AccessController.doPrivileged(Native Method)
>     	at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1364)
>     	at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:786)
>     	at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source)
>     	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>     	at java.lang.reflect.Method.invoke(Method.java:597)
>     	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
>     	at sun.rmi.transport.Transport$1.run(Transport.java:159)
>     	at java.security.AccessController.doPrivileged(Native Method)
>     	at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
>     	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
>     	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
>     	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
>     	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
>     	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
>     	at java.lang.Thread.run(Thread.java:619)
>   Distribution of configuration failed.  See log for details.
>     Cannot deploy app client; No app client deployer defined: GManiaBatchClient.jar
>     org.apache.geronimo.common.DeploymentException: Cannot deploy app client; No app client deployer defined: GManiaBatchClient.jar
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.addModules(EARConfigBuilder.java:725)
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getEarPlan(EARConfigBuilder.java:364)
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getDeploymentPlan(EARConfigBuilder.java:263)
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder$$FastClassByCGLIB$$38e56ec6.invoke(<generated>)
>     	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>     	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>     	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)
>     	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.deployment.ConfigurationBuilder$$EnhancerByCGLIB$$601a27b4.getDeploymentPlan(<generated>)
>     	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:232)
>     	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124)
>     	at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
>     	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>     	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>     	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852)
>     	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>     	at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:338)
>     	at org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.invoke(<generated>)
>     	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>     	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>     	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852)
>     	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>     	at org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:168)
>     	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
>     	at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
>     	at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1424)
>     	at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
>     	at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1262)
>     	at java.security.AccessController.doPrivileged(Native Method)
>     	at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1364)
>     	at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:786)
>     	at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source)
>     	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>     	at java.lang.reflect.Method.invoke(Method.java:597)
>     	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
>     	at sun.rmi.transport.Transport$1.run(Transport.java:159)
>     	at java.security.AccessController.doPrivileged(Native Method)
>     	at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
>     	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
>     	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
>     	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
>     	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
>     	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
>     	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-2707) Cannot deploy app client from ear

Posted by "Dario Andrade (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463098 ] 

Dario Andrade commented on GERONIMO-2707:
-----------------------------------------

My apologies, I must have disabled the client-deployer system component at first place, since the distribution comes with that enabled by default. I believe the issue is now closed.

> Cannot deploy app client from ear
> ---------------------------------
>
>                 Key: GERONIMO-2707
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2707
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 1.1.1
>         Environment: win xp, java 1.6.0, geronimo 1.1.1, core 2 duo 4GB, myeclipse 5, wtp 1.5.2
>            Reporter: Dario Andrade
>
> When trying to deploy an ear with an application client, I get this error: 
> From the code, I can see the application client config builder is not defined in the j2ee deployer.
> Publishing failed
>   Distribution of configuration failed.  See log for details.
>     Cannot deploy app client; No app client deployer defined: GManiaBatchClient.jar
>     org.apache.geronimo.common.DeploymentException: Cannot deploy app client; No app client deployer defined: GManiaBatchClient.jar
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.addModules(EARConfigBuilder.java:725)
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getEarPlan(EARConfigBuilder.java:364)
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getDeploymentPlan(EARConfigBuilder.java:263)
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder$$FastClassByCGLIB$$38e56ec6.invoke(<generated>)
>     	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>     	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>     	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)
>     	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.deployment.ConfigurationBuilder$$EnhancerByCGLIB$$601a27b4.getDeploymentPlan(<generated>)
>     	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:232)
>     	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124)
>     	at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
>     	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>     	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>     	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852)
>     	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>     	at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:338)
>     	at org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.invoke(<generated>)
>     	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>     	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>     	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852)
>     	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>     	at org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:168)
>     	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
>     	at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
>     	at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1424)
>     	at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
>     	at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1262)
>     	at java.security.AccessController.doPrivileged(Native Method)
>     	at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1364)
>     	at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:786)
>     	at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source)
>     	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>     	at java.lang.reflect.Method.invoke(Method.java:597)
>     	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
>     	at sun.rmi.transport.Transport$1.run(Transport.java:159)
>     	at java.security.AccessController.doPrivileged(Native Method)
>     	at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
>     	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
>     	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
>     	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
>     	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
>     	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
>     	at java.lang.Thread.run(Thread.java:619)
>   Distribution of configuration failed.  See log for details.
>     Cannot deploy app client; No app client deployer defined: GManiaBatchClient.jar
>     org.apache.geronimo.common.DeploymentException: Cannot deploy app client; No app client deployer defined: GManiaBatchClient.jar
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.addModules(EARConfigBuilder.java:725)
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getEarPlan(EARConfigBuilder.java:364)
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getDeploymentPlan(EARConfigBuilder.java:263)
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder$$FastClassByCGLIB$$38e56ec6.invoke(<generated>)
>     	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>     	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>     	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)
>     	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.deployment.ConfigurationBuilder$$EnhancerByCGLIB$$601a27b4.getDeploymentPlan(<generated>)
>     	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:232)
>     	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124)
>     	at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
>     	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>     	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>     	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852)
>     	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>     	at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:338)
>     	at org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.invoke(<generated>)
>     	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>     	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>     	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852)
>     	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>     	at org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:168)
>     	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
>     	at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
>     	at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1424)
>     	at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
>     	at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1262)
>     	at java.security.AccessController.doPrivileged(Native Method)
>     	at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1364)
>     	at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:786)
>     	at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source)
>     	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>     	at java.lang.reflect.Method.invoke(Method.java:597)
>     	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
>     	at sun.rmi.transport.Transport$1.run(Transport.java:159)
>     	at java.security.AccessController.doPrivileged(Native Method)
>     	at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
>     	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
>     	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
>     	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
>     	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
>     	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
>     	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (GERONIMO-2707) Cannot deploy app client from ear

Posted by "Rakesh Midha (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-2707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463047 ] 

Rakesh Midha commented on GERONIMO-2707:
----------------------------------------


Hello Dario

I am not sure what source code are you looking at. I tried deploying a bank sample ear with bankclient.jar in it and I was able to deploy it.(I tried for both geronimo-1.1.1 and 2.0).  Here is the output

C:\geronimo\geronimo-1.1.1\bin>deploy.bat --user system --password manager deplo
y c:\geronimo\sample\bank\releases\Bank.ear
Using GERONIMO_BASE:   C:\geronimo\geronimo-1.1.1
Using GERONIMO_HOME:   C:\geronimo\geronimo-1.1.1
Using GERONIMO_TMPDIR: C:\geronimo\geronimo-1.1.1\var\temp
Using JRE_HOME:        c:\Progra~1\Java\jdk1.5.0_01
    Deployed samples/Bank/1.0/car
      `-> BankWeb.war @ http://libspie:8080/Bank
      `-> BankEJB.jar
      `-> bankclient.jar
      `-> tranql-connector-1.2.rar

Can you please share your application.xml, application-client.xml and geronimo deployment descriptors (if you are using).

Thanks
Rakesh

> Cannot deploy app client from ear
> ---------------------------------
>
>                 Key: GERONIMO-2707
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-2707
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 1.1.1
>         Environment: win xp, java 1.6.0, geronimo 1.1.1, core 2 duo 4GB, myeclipse 5, wtp 1.5.2
>            Reporter: Dario Andrade
>
> When trying to deploy an ear with an application client, I get this error: 
> From the code, I can see the application client config builder is not defined in the j2ee deployer.
> Publishing failed
>   Distribution of configuration failed.  See log for details.
>     Cannot deploy app client; No app client deployer defined: GManiaBatchClient.jar
>     org.apache.geronimo.common.DeploymentException: Cannot deploy app client; No app client deployer defined: GManiaBatchClient.jar
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.addModules(EARConfigBuilder.java:725)
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getEarPlan(EARConfigBuilder.java:364)
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getDeploymentPlan(EARConfigBuilder.java:263)
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder$$FastClassByCGLIB$$38e56ec6.invoke(<generated>)
>     	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>     	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>     	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)
>     	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.deployment.ConfigurationBuilder$$EnhancerByCGLIB$$601a27b4.getDeploymentPlan(<generated>)
>     	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:232)
>     	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124)
>     	at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
>     	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>     	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>     	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852)
>     	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>     	at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:338)
>     	at org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.invoke(<generated>)
>     	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>     	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>     	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852)
>     	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>     	at org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:168)
>     	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
>     	at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
>     	at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1424)
>     	at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
>     	at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1262)
>     	at java.security.AccessController.doPrivileged(Native Method)
>     	at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1364)
>     	at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:786)
>     	at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source)
>     	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>     	at java.lang.reflect.Method.invoke(Method.java:597)
>     	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
>     	at sun.rmi.transport.Transport$1.run(Transport.java:159)
>     	at java.security.AccessController.doPrivileged(Native Method)
>     	at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
>     	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
>     	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
>     	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
>     	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
>     	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
>     	at java.lang.Thread.run(Thread.java:619)
>   Distribution of configuration failed.  See log for details.
>     Cannot deploy app client; No app client deployer defined: GManiaBatchClient.jar
>     org.apache.geronimo.common.DeploymentException: Cannot deploy app client; No app client deployer defined: GManiaBatchClient.jar
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.addModules(EARConfigBuilder.java:725)
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getEarPlan(EARConfigBuilder.java:364)
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getDeploymentPlan(EARConfigBuilder.java:263)
>     	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder$$FastClassByCGLIB$$38e56ec6.invoke(<generated>)
>     	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>     	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>     	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)
>     	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.deployment.ConfigurationBuilder$$EnhancerByCGLIB$$601a27b4.getDeploymentPlan(<generated>)
>     	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:232)
>     	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124)
>     	at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(<generated>)
>     	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>     	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>     	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852)
>     	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>     	at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:338)
>     	at org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.invoke(<generated>)
>     	at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>     	at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>     	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>     	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852)
>     	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
>     	at org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:168)
>     	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
>     	at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
>     	at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1424)
>     	at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
>     	at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1262)
>     	at java.security.AccessController.doPrivileged(Native Method)
>     	at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1364)
>     	at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:786)
>     	at sun.reflect.GeneratedMethodAccessor271.invoke(Unknown Source)
>     	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>     	at java.lang.reflect.Method.invoke(Method.java:597)
>     	at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
>     	at sun.rmi.transport.Transport$1.run(Transport.java:159)
>     	at java.security.AccessController.doPrivileged(Native Method)
>     	at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
>     	at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
>     	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
>     	at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
>     	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
>     	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
>     	at java.lang.Thread.run(Thread.java:619)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira