Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 85018200BDC for ; Wed, 30 Nov 2016 05:17:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 83CA1160B23; Wed, 30 Nov 2016 04:17:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A8FB8160B15 for ; Wed, 30 Nov 2016 05:16:59 +0100 (CET) Received: (qmail 92864 invoked by uid 500); 30 Nov 2016 04:16:58 -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 92817 invoked by uid 99); 30 Nov 2016 04:16:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Nov 2016 04:16:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 509E42C0079 for ; Wed, 30 Nov 2016 04:16:58 +0000 (UTC) Date: Wed, 30 Nov 2016 04:16:58 +0000 (UTC) From: "Justin Bertram (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ARTEMIS-868) Lost connection to stomp over web socket MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 30 Nov 2016 04:17:00 -0000 [ https://issues.apache.org/jira/browse/ARTEMIS-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15707475#comment-15707475 ] Justin Bertram commented on ARTEMIS-868: ---------------------------------------- The [ActiveMQ User List|http://activemq.apache.org/artemis/community.html] would be a better place to discuss this issue. If it turns out to be a bug then you can raise it here. > Lost connection to stomp over web socket > ----------------------------------------- > > Key: ARTEMIS-868 > URL: https://issues.apache.org/jira/browse/ARTEMIS-868 > Project: ActiveMQ Artemis > Issue Type: Bug > Components: Broker, Stomp > Affects Versions: 1.4.0, 1.5.0 > Environment: S.O: RHEL 7 > Reporter: ma > Priority: Critical > Fix For: 1.6.0 > > > I'm trying to communicate with artemis beta 1 broker using the stomp over websocket protocol. But I get the following error message: > Whoops! Lost connection to ws: // localhost: 61614 > To perform the communication I using the stompjs library indicated in the documentation of the artermis > http://jmesnil.net/stomp-websocket/doc/ > abaixo o log gerado pelo amq artemis: > 15:59:28,348 INFO [org.apache.activemq.artemis.integration.bootstrap] AMQ101000: Starting ActiveMQ Artemis Server > 15:59:28,369 INFO [org.apache.activemq.artemis.core.server] AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=./data/journal,bindingsDirectory=./data/bindings,largeMessagesDirectory=./data/large-messages,pagingDirectory=./data/paging) > 15:59:28,406 INFO [org.apache.activemq.artemis.core.server] AMQ221012: Using AIO Journal > 15:59:28,471 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE > 15:59:28,474 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP > 15:59:28,475 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ > 15:59:28,476 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-mqtt-protocol]. Adding protocol support for: MQTT > 15:59:28,478 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-openwire-protocol]. Adding protocol support for: OPENWIRE > 15:59:28,479 INFO [org.apache.activemq.artemis.core.server] AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP > 15:59:29,078 INFO [org.apache.activemq.artemis.core.server] AMQ221003: Deploying queue jms.queue.Request > 15:59:29,090 INFO [org.apache.activemq.artemis.core.server] AMQ221003: Deploying queue jms.queue.DLQ > 15:59:29,093 INFO [org.apache.activemq.artemis.core.server] AMQ221003: Deploying queue jms.queue.ExpiryQueue > 15:59:30,496 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started Acceptor at 0.0.0.0:61614 for protocols [STOMP] > 15:59:30,502 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started Acceptor at 0.0.0.0:61616 for protocols [CORE,MQTT,AMQP,HORNETQ,STOMP,OPENWIRE] > 15:59:30,506 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started Acceptor at 0.0.0.0:5445 for protocols [HORNETQ,STOMP] > 15:59:30,510 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started Acceptor at 0.0.0.0:5672 for protocols [AMQP] > 15:59:30,514 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started Acceptor at 0.0.0.0:1883 for protocols [MQTT] > 15:59:30,517 INFO [org.apache.activemq.artemis.core.server] AMQ221020: Started Acceptor at 0.0.0.0:61613 for protocols [STOMP] > 15:59:30,518 INFO [org.apache.activemq.artemis.core.server] AMQ221007: Server is now live > 15:59:30,518 INFO [org.apache.activemq.artemis.core.server] AMQ221001: Apache ActiveMQ Artemis Message Broker version 1.3.0.amq-700005-redhat-1 [broker, nodeID=4464cd65-a783-11e6-8cb6-fa163e93081c] > SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". > SLF4J: Defaulting to no-operation (NOP) logger implementation > SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. > INFO | main | Initialized artemis-plugin plugin > INFO | main | Initialized dispatch-hawtio-console plugin > 15:59:32,416 INFO [org.apache.activemq.artemis] AMQ241001: HTTP Server started at http://0.0.0.0:8181 > 15:59:32,417 INFO [org.apache.activemq.artemis] AMQ241002: Artemis Jolokia REST API available at http://0.0.0.0:8181/jolokia > 16:27:10,645 WARN [org.apache.activemq.artemis.core.server] AMQ222067: Connection failure has been detected: AMQ119014: Did not receive data from /10.52.209.93:6584 within the 20,000ms connection TTL. The connection will now be closed. [code=CONNECTION_TIMEDOUT] > 16:27:20,649 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:27:30,649 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:27:40,650 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:27:50,651 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:28:00,652 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:28:10,653 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:28:20,653 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:28:30,654 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:28:40,655 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:28:50,656 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:29:00,657 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:29:10,658 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:29:20,658 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:29:30,659 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:29:40,660 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:29:50,661 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:30:00,661 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:30:10,662 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:30:20,663 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:30:30,664 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:30:40,665 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 > 16:30:50,665 WARN [org.apache.activemq.artemis.core.protocol.stomp] AMQ222068: connection closed org.apache.activemq.artemis.core.protocol.stomp.StompConnection@164d7a33 -- This message was sent by Atlassian JIRA (v6.3.4#6332)