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 AD9BF9234 for ; Wed, 23 May 2012 19:37:41 +0000 (UTC) Received: (qmail 95220 invoked by uid 500); 23 May 2012 19:37:41 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 95152 invoked by uid 500); 23 May 2012 19:37:41 -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 95032 invoked by uid 99); 23 May 2012 19:37:41 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2012 19:37:41 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 25E6014281C for ; Wed, 23 May 2012 19:37:41 +0000 (UTC) Date: Wed, 23 May 2012 19:37:41 +0000 (UTC) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Message-ID: <519108740.12811.1337801861161.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: Duplicate Fix Version/s: 5.7.0 this is the same as AMQ-3858 which is now 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 > Fix For: 5.7.0 > > > 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