[
https://issues.apache.org/jira/browse/ARTEMIS-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15709049#comment-15709049
]
clebert suconic commented on ARTEMIS-868:
-----------------------------------------
post a question on the user list.
> 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
>
> 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)