Return-Path: X-Original-To: apmail-activemq-issues-archive@minotaur.apache.org Delivered-To: apmail-activemq-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6E5411749B for ; Thu, 4 Jun 2015 12:49:39 +0000 (UTC) Received: (qmail 69596 invoked by uid 500); 4 Jun 2015 12:49:39 -0000 Delivered-To: apmail-activemq-issues-archive@activemq.apache.org Received: (qmail 69569 invoked by uid 500); 4 Jun 2015 12:49:39 -0000 Mailing-List: contact issues-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 issues@activemq.apache.org Received: (qmail 69559 invoked by uid 99); 4 Jun 2015 12:49:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jun 2015 12:49:39 +0000 Date: Thu, 4 Jun 2015 12:49:39 +0000 (UTC) From: "Timothy Bish (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (AMQ-5124) Exception logged on startup: jolokia-agent: Cannot start discovery multicast handler 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-5124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQ-5124. ------------------------------- Resolution: Fixed > Exception logged on startup: jolokia-agent: Cannot start discovery multicast handler > ------------------------------------------------------------------------------------ > > Key: AMQ-5124 > URL: https://issues.apache.org/jira/browse/AMQ-5124 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.11.0 > Reporter: Hiram Chirino > Fix For: 5.12.0 > > > jolokia-agent is barfing an ugly exception on the console on activemq startup: > WARN | jolokia-agent: Cannot start discovery multicast handler: java.net.SocketException: Can't assign requested address > java.net.SocketException: Can't assign requested address > at java.net.PlainDatagramSocketImpl.join(Native Method) > at java.net.AbstractPlainDatagramSocketImpl.joinGroup(AbstractPlainDatagramSocketImpl.java:202) > at java.net.MulticastSocket.joinGroup(MulticastSocket.java:402) > at org.jolokia.discovery.MulticastUtil.joinMcGroupsOnAllNetworkInterfaces(MulticastUtil.java:136) > at org.jolokia.discovery.MulticastUtil.newMulticastSocket(MulticastUtil.java:38) > at org.jolokia.discovery.MulticastSocketListenerThread.(MulticastSocketListenerThread.java:60) > at org.jolokia.discovery.DiscoveryMulticastResponder.start(DiscoveryMulticastResponder.java:75) > at org.jolokia.http.AgentServlet.initDiscoveryMulticast(AgentServlet.java:176) > at org.jolokia.http.AgentServlet.init(AgentServlet.java:162) > at org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:477) -- This message was sent by Atlassian JIRA (v6.3.4#6332)