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

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

     [ 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