2 Replies Latest reply on Sep 19, 2009 7:07 AM by rasa

    Jboss 4.2.3 GA upgrade

    rasa

      Hi,

      I have a java application which uses 1.5 jdk and i am trying to configure jboss 4.2.3 GA in a windows xp machine. I am not using embeded tomcat which is avaialble with jboss. While starting jboss by clicking the bat file ( through commnad prompt run.bat it is not executing ). i am getting one error

      at java.lang.Thread.run(Thread.java:595)
      11:29:39,406 ERROR [MainDeployer] Could not create deployment: file:/E:/jboss-4
      2.3.GA/jboss-4.2.3.GA/server/default/deploy/application.jar
      org.jboss.deployment.DeploymentException: Verification of Enterprise Beans fail
      d, see above for error messages.
       at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:610)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl
      java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce
      sorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:592)
       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatc
      er.java:155)
       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
       at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercep
      or.java:133)


      application.jar is my application java files which contains 5 ejb classes also. I am not able to trace the issue if any one knows about it please guide me to solve the issue. Once i solved it i needed to put the same in linux server.

      Thanks,

      Rasa