Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Problem with Geronimo server adapter

Hi Ricardo,

The mailing list is for communication between WTP developers.

For problems or common usability problems, you can post your question in the WTP newsgroups at http://www.eclipse.org/newsportal/thread.php?group=eclipse.webtools. For more information about the newsgroups refer to: http://www.eclipse.org/newsgroups/

Having said that the Geronimo server adapter is not hosted nor maintained by the WTP community, so if you can't get an answer from the newsgroups, I would suggest to contact the developers of the server adapter following the instruction on this website: http://cwiki.apache.org/GMOxDOC21/how-to-open-a-bug-for-geronimo-eclipse-plugin.html

Good luck.

Best Regards,
-- --
Mr. Angel Vera
Server Tools Developer for WTP and Rational
Lotus Notes: Angel Vera/Toronto/IBM@IBMCA
Tel: 905-413-5919 - E-Mail: arvera@xxxxxxxxxx
-----
Those who think that something is impossible,
should not interfere with those who are willing to do it. - Angel Vera

Inactive hide details for Ricardo Peironcely ---03/04/2009 03:15:59 PM---Hello all!!Ricardo Peironcely ---03/04/2009 03:15:59 PM---Hello all!!


From:

Ricardo Peironcely <ricardo.peironcely@xxxxxxxxx>

To:

wtp-dev@xxxxxxxxxxx

Date:

03/04/2009 03:15 PM

Subject:

[wtp-dev] Problem with Geronimo server adapter

Sent by:

wtp-dev-bounces@xxxxxxxxxxx




Hello all!!


I've a problem with Apache Geronimo 2.1 server adapter.

When I try to deploy an EAR in a recently created "Geronimo 2.1"
server, allways receive the same error:

Distribution of module failed.  See log for details.
 Cannot deploy the requested application module because no deployer
is able to handle it.  This can happen if you have omitted the J2EE
deployment descriptor, disabled a deployer module, or if, for example,
you are trying to deploy an EJB module on a minimal Geronimo server
that does not have EJB support installed.
(moduleFile=/tmp/geronimo-deployer33580.tmpdir/UserSiteEar.zip)
 org.apache.geronimo.common.DeploymentException: Cannot deploy the
requested application module because no deployer is able to handle it.
This can happen if you have omitted the J2EE deployment descriptor,
disabled a deployer module, or if, for example, you are trying to
deploy an EJB module on a minimal Geronimo server that does not have
EJB support installed.
(moduleFile=/tmp/geronimo-deployer33580.tmpdir/UserSiteEar.zip)
  at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:233)
  at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:133)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:585)
  at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
  at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
  at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:867)
  at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
  at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:342)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:585)
  at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
  at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
  at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:867)
  at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
  at org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:172)
  at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
  at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
  at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
  at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
  at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1410)
  at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
  at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1247)
  at java.security.AccessController.doPrivileged(Native Method)
  at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1350)
  at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:784)
  at sun.reflect.GeneratedMethodAccessor129.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:585)
  at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
  at sun.rmi.transport.Transport$1.run(Transport.java:153)
  at java.security.AccessController.doPrivileged(Native Method)
  at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
  at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
  at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
  at java.lang.Thread.run(Thread.java:613)

The .metadata/log file does not contain additional information about error.

I don't know how to continue investigating this error. Any one can help me?

Best regards.

Ricardo Peironcely
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


GIF image

GIF image


Back to the top