2 Replies Latest reply on Sep 3, 2002 11:53 AM by butch

    JBOSS - P4 - Win2000/XP

    butch

      Did anybody used JBOSS on P4 computers.
      I have troubles with it.
      JBoss does not want to deploy my .ear
      it is simple login page with egb and db access, entity bean (CMP).

      it is halted with followng trace

      ===========================================

      18:23:09,121 INFO [MainDeployer] Starting deployment of package: file:/E:/java/JBOSS/server/default
      /deploy/myejb.jar
      18:23:10,761 INFO [EjbModule] Creating
      18:23:10,902 INFO [EjbModule] Deploying ConcreteUser
      18:23:13,121 INFO [EjbModule] Deploying ManualActivity
      18:23:13,183 INFO [EjbModule] Deploying WorkListHandler
      18:23:15,605 ERROR [MainDeployer] could not create deployment: file:/E:/java/JBOSS/server/default/de
      ploy/myejb.jar
      java.lang.ClassFormatError: com/my/activity/ejb/ManualActivityEJB$Proxy (Repetiti
      ve method name/signature)
      at java.lang.ClassLoader.defineClass0(Native Method)
      =============================================

        • 1. Re: JBOSS - P4 - Win2000/XP
          sgturner

          I run JBoss on Win2000, WinNT, and XP with no problem. In your case I would start by taking the error message at its word, and assume that there really is a problem with the format of the class file, and start looking at your build process to see what could be causing it to be built with a badly formatted class.

          • 2. Re: JBOSS - P4 - Win2000/XP
            butch

            the problem not in XP or Win2000, the problem is in P4,
            on server with P3 Xeon all works greate, and the same .ear does not works on P4.