You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by "Joe Harte (JIRA)" <ji...@apache.org> on 2015/07/03 14:42:04 UTC

[jira] [Created] (APLO-382) Creating broker instance fails with IBM SDK 7 on Linux

Joe Harte created APLO-382:
------------------------------

             Summary: Creating broker instance fails with IBM SDK 7 on Linux
                 Key: APLO-382
                 URL: https://issues.apache.org/jira/browse/APLO-382
             Project: ActiveMQ Apollo
          Issue Type: Bug
         Environment: RedHat 6.6 server 64-bit,
IBM SDK 7
            Reporter: Joe Harte


Creating a broker instance fails with IBM SDK 7 installed, however it works with IBM SDK 6 and OpenJDK 7. The following exception is thrown:

Exception in thread "main" java.lang.ExceptionInInitializerError
        at java.lang.J9VMInternals.initialize(J9VMInternals.java:259)
        at org.apache.activemq.apollo.broker.BrokerCreate.write(BrokerCreate.scala:211)
        at org.apache.activemq.apollo.broker.BrokerCreate.run(BrokerCreate.scala:69)
        at org.apache.activemq.apollo.cli.commands.Create.execute(Create.scala:57)
        at org.apache.activemq.apollo.cli.Apollo.run(Apollo.scala:130)
        at org.apache.activemq.apollo.cli.Apollo$.main(Apollo.scala:60)
        at org.apache.activemq.apollo.cli.Apollo.main(Apollo.scala)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:94)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
        at java.lang.reflect.Method.invoke(Method.java:619)
        at org.apache.activemq.apollo.boot.Apollo.main(Apollo.java:107)
Caused by: javax.management.AttributeNotFoundException: No such attribute : MaxFileDescriptorCount
        at com.ibm.lang.management.DynamicMXBeanImpl.getAttribute(DynamicMXBeanImpl.java:195)
        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:659)
        at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:690)
        at org.apache.activemq.apollo.broker.Broker$.<init>(Broker.scala:245)
        at org.apache.activemq.apollo.broker.Broker$.<clinit>(Broker.scala)
        at java.lang.J9VMInternals.initializeImpl(Native Method)
        at java.lang.J9VMInternals.initialize(J9VMInternals.java:237)
        ... 11 more




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)