Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-8904

EJB client and JSR77 EJB management don't work at all on IBM JDK

    XMLWordPrintable

Details

    • Regression, Blocks Testing
    • Hide

      using IBM JDK, just do bin/standalone.sh -c standalone-full.xml

      Show
      using IBM JDK, just do bin/standalone.sh -c standalone-full.xml

    Description

      When starting the server (full profile needed) with IBM JDK, JSR77 Management EJB fails to start. This is a regression in EAP 7.1.0.DR12. Relevant error message:

      06:59:13,499 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC000001: Failed to start service jboss.jsr77.ejb: org.jboss.msc.service.StartException in service jboss.jsr77.ejb: Failed to start service
      	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1978)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:618)
      	at java.lang.Thread.run(Thread.java:785)
      Caused by: java.lang.IllegalAccessError: illegal setter on final field
      	at org.jboss.ejb.client.EJBLocator.<clinit>(EJBLocator.java:89)
      	at org.jboss.as.jsr77.ejb.ManagementHomeEjbComponentView.<clinit>(ManagementHomeEjbComponentView.java:46)
      	at org.jboss.as.jsr77.subsystem.RegisterManagementEJBService.start(RegisterManagementEJBService.java:85)
      	at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:2032)
      	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1955)
      	... 3 more
      

      The Management bean (ejb/mgmt/MEJB) is not registered and attempts to look it up will fail.

      The same issue arises when using standalone EJB client.

      Attachments

        Issue Links

          Activity

            People

              dlloyd@redhat.com David Lloyd
              jmartisk@redhat.com Jan Martiska
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: