Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Getting Exception during deploying an EJB


Hi Parag,

This mailing list is meant for the development of the WTP. In the future please use the WTP newsgroup for use questions.

The wtp-eclipse-emf-get-jem-sdk-1.0M4 driver includes Eclipse 3.1M6, which is the version of Eclipse WTP M4 requires. WTP M4 does not work with Eclipse 3.1. WTP M5 has already been released and WTP 0.7 RC1 should be out this week. Both work with Eclipse 3.1. I suggest you move up to one of these newer drivers. Of course, please let us know (through a bug report) if you have problems on the newer versions.

Thanks,

Lawrence





"Parag Vaidya" <vaidya.parag@xxxxxxxxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

07/14/2005 01:44 AM

Please respond to
"General discussion of project-wide or architectural issues."

To
<wtp-dev@xxxxxxxxxxx>
cc
Subject
[wtp-dev] Getting Exception during  deploying an EJB





 
Hi there,
             I am using
         “wtp-eclipse-emf-gef-jem-sdk-1.0M4”  Eclipse IDE 3.1,
        JBoss 3.2.3,
       XDoclet 1.2.2,
      JDK 1.4.2.
      And trying to do the tutorial given at WTP Tutorials - Building a Simple EJB Application & getting the following Exception while deploying the EJB, can anybody help me to solve this problem
 
       
====> ---------------
 
10:48:49,031 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss-3.2.3/server/default/deploy/user-service.xml
10:48:49,125 INFO  [MainDeployer] Deployed package: file:/C:/jboss-3.2.3/server/default/deploy/user-service.xml
10:48:49,140 INFO  [MainDeployer] Starting deployment of package: file:/C:/jboss-3.2.3/server/default/deploy/ejbModule.jar
10:48:49,156 INFO  [EJBDeployer] nested deployment: file:/C:/jboss-3.2.3/server/default/tmp/deploy/tmp22345ejbModule.jar-contents/ejbModuleClient.jar
10:48:49,421 WARN  [verifier] EJB spec violation:
Bean   : EJB_ws
Section: 7.10.3
 
Warning: A Session bean must define at least one ejbCreate method.
 
10:48:49,437 ERROR [MainDeployer] could not create deployment: file:/C:/jboss-3.2.3/server/default/deploy/ejbModule.jar
org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages.
      at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:491)
      at org.jboss.deployment.MainDeployer.create(MainDeployer.java:786)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
      at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
      at $Proxy6.deploy(Unknown Source)
      at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
      at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
      at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
      at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
      at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
      at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
      at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
      at $Proxy0.start(Unknown Source)
      at org.jboss.system.ServiceController.start(ServiceController.java:394)
      at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
      at $Proxy4.start(Unknown Source)
      at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
      at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
      at $Proxy5.deploy(Unknown Source)
      at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
      at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
      at org.jboss.Main.boot(Main.java:150)
      at org.jboss.Main$1.run(Main.java:395)
      at java.lang.Thread.run(Unknown Source)
 

 

What should I do to solve it?  

Please Help Me.

Thanks & Regards

     -Parag

 

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


Back to the top