From dev-return-32384-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Thu Aug 2 14:49:03 2012 Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7D294D142 for ; Thu, 2 Aug 2012 14:49:03 +0000 (UTC) Received: (qmail 6105 invoked by uid 500); 2 Aug 2012 14:49:03 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 6062 invoked by uid 500); 2 Aug 2012 14:49:03 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 6050 invoked by uid 99); 2 Aug 2012 14:49:03 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2012 14:49:03 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id E13CB142856 for ; Thu, 2 Aug 2012 14:49:02 +0000 (UTC) Date: Thu, 2 Aug 2012 14:49:02 +0000 (UTC) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Message-ID: <1182345398.5515.1343918942924.JavaMail.jiratomcat@issues-vm> In-Reply-To: <534993362.3074.1337152328660.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Closed] (AMQ-3843) ActiveMQ 5.6.0 requires JDK now MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-3843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish closed AMQ-3843. ----------------------------- Resolution: Not A Problem Fix Version/s: (was: 5.7.0) The older code also needed tools.jar but was limited to only Sun's version. The new code still need tools.jar but works on most implementations. The issue was that an NPE was able to sneak out when it wasn't working, that has since been resolved. > ActiveMQ 5.6.0 requires JDK now > ------------------------------- > > Key: AMQ-3843 > URL: https://issues.apache.org/jira/browse/AMQ-3843 > Project: ActiveMQ > Issue Type: Bug > Components: JMX > Affects Versions: 5.6.0 > Reporter: Guilhem RAMBAL > > With this code : > https://issues.apache.org/jira/browse/AMQ-2464 > When you stop activemq regulary with jre instead of jdk : > Connecting to pid: 3316 > ERROR: java.lang.NullPointerException > java.lang.NullPointerException > at javax.management.remote.JMXServiceURL.(JMXServiceURL.java:139) > at org.apache.activemq.console.command.AbstractJmxCommand.handleOption(AbstractJmxCommand.java:350) > at org.apache.activemq.console.command.ShutdownCommand.handleOption(ShutdownCommand.java:156) > at org.apache.activemq.console.command.AbstractCommand.parseOptions(AbstractCommand.java:73) > at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:45) > at org.apache.activemq.console.command.AbstractJmxCommand.execute(AbstractJmxCommand.java:380) > at org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand.java:148) > at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:57) > at org.apache.activemq.console.command.ShellCommand.main(ShellCommand.java:90) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:616) > at org.apache.activemq.console.Main.runTaskClass(Main.java:257) > at org.apache.activemq.console.Main.main(Main.java:111) > ............................. > INFO: Regular shutdown not successful, sending SIGKILL to process with pid '3316' -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira