Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CE29310B6D for ; Thu, 25 Apr 2013 14:00:16 +0000 (UTC) Received: (qmail 13233 invoked by uid 500); 25 Apr 2013 14:00:16 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 13158 invoked by uid 500); 25 Apr 2013 14:00:16 -0000 Mailing-List: contact commits-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 commits@activemq.apache.org Received: (qmail 13149 invoked by uid 99); 25 Apr 2013 14:00:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Apr 2013 14:00:16 +0000 Date: Thu, 25 Apr 2013 14:00:16 +0000 (UTC) From: "Hiram Chirino (JIRA)" To: commits@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (APLO-316) java.lang.RuntimeException: should not get called 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/APLO-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13641811#comment-13641811 ] Hiram Chirino commented on APLO-316: ------------------------------------ Do you know what port scanning tool was used? I'd like to try to reproduce. > java.lang.RuntimeException: should not get called > ------------------------------------------------- > > Key: APLO-316 > URL: https://issues.apache.org/jira/browse/APLO-316 > Project: ActiveMQ Apollo > Issue Type: Bug > Environment: apollo-99-trunk-20130403.165720-219 > Reporter: Lionel Cons > > On one broker running a recent snapshot, we saw in the logs (multiple times): > [...] > 2013-04-05 19:05:15,039 | WARN | java.lang.RuntimeException: should not get called | 13dd3c5b5a5 > 2013-04-05 19:05:20,040 | WARN | java.lang.RuntimeException: should not get called | 13dd3c5b5a6 > 2013-04-05 19:05:25,041 | WARN | java.lang.RuntimeException: should not get called | 13dd3c5b5a7 > 2013-04-05 19:06:04,022 | WARN | java.lang.RuntimeException: should not get called | 13dd3c5b5a8 > The stack trace is always the same: > 2013-04-05 19:06:04,022 | WARN | stackref=13dd3c5b5a8 > java.lang.RuntimeException: should not get called > at scala.sys.package$.error(package.scala:27) > at org.apache.activemq.apollo.amqp.AmqpProtocolHandler.on_transport_connected(AmqpProtocolHandler.scala:204) > at org.apache.activemq.apollo.amqp.AmqpProtocolHandler.on_transport_connected(AmqpProtocolHandler.scala:97) > at org.apache.activemq.apollo.broker.BrokerConnection.on_transport_connected(Connection.scala:134) > at org.apache.activemq.apollo.broker.Connection$$anon$1.onTransportConnected(Connection.scala:70) > at org.fusesource.hawtdispatch.transport.TcpTransport.onConnected(TcpTransport.java:551) > at org.fusesource.hawtdispatch.transport.TcpTransport$3.run(TcpTransport.java:483) > at org.fusesource.hawtdispatch.internal.SerialDispatchQueue.run(SerialDispatchQueue.java:96) > at org.fusesource.hawtdispatch.internal.pool.SimpleThread.run(SimpleThread.java:77) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira