I am trying to deploy a couple of ejb's in the container. I am getting the following 
backtrace when deploying...

11:14:29,644 WARN  [ServiceController] Problem starting service 
jboss.j2ee:jndiName=rns/Rmdhist,service=EJB
RuntimeErrorException: java.lang.NoSuchMethodError: 
org.apache.bcel.generic.InstructionFactory.createNewArray(Lorg/apache/bcel/generic/Type;S)Lorg/apache/bcel/generic/Instruction;
Cause: java.lang.NoSuchMethodError: 
org.apache.bcel.generic.InstructionFactory.createNewArray(Lorg/apache/bcel/generic/Type;S)Lorg/apache/bcel/generic/Instruction;
        at 
org.jboss.mx.server.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:99)
        at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:64)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
        at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:837)
        at $Proxy15.start(Unknown Source)
etc ...

Now the bcel.jar is in the lib dir. Note that I put all of my ejbs in a separte dir 
and then have subdirectories 1,2,3 for the deployment order .. In my 
conf/jboss-service.xml I have 

         deploy/,candata/1,candata/2,candata/3,
      




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838974#3838974

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838974


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to