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 C9B9C18BC4 for ; Mon, 5 Oct 2015 13:47:00 +0000 (UTC) Received: (qmail 71292 invoked by uid 500); 5 Oct 2015 13:46:26 -0000 Delivered-To: apmail-activemq-issues-archive@activemq.apache.org Received: (qmail 71255 invoked by uid 500); 5 Oct 2015 13:46:26 -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 71245 invoked by uid 99); 5 Oct 2015 13:46:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2015 13:46:26 +0000 Date: Mon, 5 Oct 2015 13:46:26 +0000 (UTC) From: "clebert suconic (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ARTEMIS-241) NoSuchElementException / NPE while testing Pub / Sub with JMeter MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ARTEMIS-241?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] clebert suconic updated ARTEMIS-241: ------------------------------------ Affects Version/s: (was: 1.1.1) 1.1.0 > NoSuchElementException / NPE while testing Pub / Sub with JMeter > ---------------------------------------------------------------- > > Key: ARTEMIS-241 > URL: https://issues.apache.org/jira/browse/ARTEMIS-241 > Project: ActiveMQ Artemis > Issue Type: Bug > Components: OpenWire > Affects Versions: 1.1.0 > Environment: Mac OS 10.10.5 (Yosemite) > Reporter: Glaucio Melo > Fix For: 1.1.1 > > > Hello folks,=20 > I'm trying to perform a JMeter Pub / Sub simple Test and sometimes I'm ge= tting the following error during the tests (see below). This error looks in= termittent, sometimes it works, sometimes it doesn't. I can attach my JMete= r file as well as my jndi.jar needed to use under jmeter's lib folder if ne= eded. > Thanks, > 09:52:34,808 INFO [org.apache.activemq.artemis.integration.bootstrap] AM= Q101000: Starting ActiveMQ Artemis Server > 09:52:34,813 INFO [org.apache.activemq.artemis.core.server] AMQ221000: l= ive Message Broker is starting with configuration Broker Configuration (clu= stered=3Dfalse,journalDirectory=3D./data/journal,bindingsDirectory=3D./data= /bindings,largeMessagesDirectory=3D./data/large-messages,pagingDirectory=3D= ./data/paging) > 09:52:34,836 INFO [org.apache.activemq.artemis.core.server] AMQ221013: U= sing NIO Journal > 09:52:34,869 INFO [org.apache.activemq.artemis.core.server] AMQ221043: P= rotocol module found: [artemis-server]. Adding protocol support for: CORE > 09:52:34,872 INFO [org.apache.activemq.artemis.core.server] AMQ221043: P= rotocol module found: [artemis-amqp-protocol]. Adding protocol support for:= AMQP > 09:52:34,879 INFO [org.apache.activemq.artemis.core.server] AMQ221043: P= rotocol module found: [artemis-hornetq-protocol]. Adding protocol support f= or: HORNETQ > 09:52:34,880 INFO [org.apache.activemq.artemis.core.server] AMQ221043: P= rotocol module found: [artemis-mqtt-protocol]. Adding protocol support for:= MQTT > 09:52:34,882 INFO [org.apache.activemq.artemis.core.server] AMQ221043: P= rotocol module found: [artemis-openwire-protocol]. Adding protocol support = for: OPENWIRE > 09:52:35,412 INFO [org.apache.activemq.artemis.core.server] AMQ221043: P= rotocol module found: [artemis-stomp-protocol]. Adding protocol support for= : STOMP > 09:52:36,674 INFO [org.apache.activemq.artemis.core.server] AMQ221003: t= rying to deploy queue jms.queue.DLQ > 09:52:36,678 INFO [org.apache.activemq.artemis.core.server] AMQ221003: t= rying to deploy queue jms.queue.ExpiryQueue > 09:52:36,680 INFO [org.apache.activemq.artemis.core.server] AMQ221003: t= rying to deploy queue jms.topic.exampleTopic > 09:52:36,768 INFO [org.apache.activemq.artemis.core.server] AMQ221020: S= tarted Acceptor at 0.0.0.0:61616 for protocols [CORE,MQTT,AMQP,HORNETQ,STOM= P,OPENWIRE] > 09:52:36,771 INFO [org.apache.activemq.artemis.core.server] AMQ221020: S= tarted Acceptor at 0.0.0.0:5445 for protocols [HORNETQ,STOMP] > 09:52:36,773 INFO [org.apache.activemq.artemis.core.server] AMQ221020: S= tarted Acceptor at 0.0.0.0:5672 for protocols [AMQP] > 09:52:36,775 INFO [org.apache.activemq.artemis.core.server] AMQ221020: S= tarted Acceptor at 0.0.0.0:1883 for protocols [MQTT] > 09:52:36,777 INFO [org.apache.activemq.artemis.core.server] AMQ221020: S= tarted Acceptor at 0.0.0.0:61613 for protocols [STOMP] > 09:52:36,778 INFO [org.apache.activemq.artemis.core.server] AMQ221007: S= erver is now live > 09:52:36,778 INFO [org.apache.activemq.artemis.core.server] AMQ221001: A= pache ActiveMQ Artemis Message Broker version 1.1.1-SNAPSHOT [nodeID=3D0fb1= 6d13-6b5b-11e5-813b-fddb9116a7e5] > HTTP Server started at http://localhost:8161 > 09:58:23,760 WARN [org.apache.activemq.artemis.core.server] AMQ222151: r= emoving consumer which did not handle a message, consumer=3DServerConsumerI= mpl [id=3D162127, filter=3Dnull, binding=3DLocalQueueBinding [address=3Djms= .topic.topic/exampleTopic, queue=3DQueueImpl[name=3D452583af-73ae-4061-9155= -ba5f247c297d, postOffice=3DPostOfficeImpl [server=3DActiveMQServerImpl::se= rverUUID=3D0fb16d13-6b5b-11e5-813b-fddb9116a7e5]]@496f25e2, filter=3Dnull, = name=3D452583af-73ae-4061-9155-ba5f247c297d, clusterName=3D452583af-73ae-40= 61-9155-ba5f247c297d0fb16d13-6b5b-11e5-813b-fddb9116a7e5]], message=3DRefer= ence[162148]:RELIABLE:ServerMessage[messageID=3D162148,durable=3Dtrue,userI= D=3Dnull,priority=3D0, bodySize=3D2048, timestamp=3DMon Oct 05 09:58:23 BRT= 2015,expiration=3DMon Oct 05 09:58:33 BRT 2015, durable=3Dtrue, address=3D= jms.topic.topic/exampleTopic,properties=3DTypedProperties[__HDR_BROKER_IN_T= IME=3D1444049903758,__HDR_ARRIVAL=3D0,__HDR_GROUP_SEQUENCE=3D0,__HDR_REDELI= VER_COUNTER=3D0,__HDR_COMMAND_ID=3D5,__HDR_PRODUCER_ID=3D[0000 0031 7B01 2B= 00 2849 443A 4D41 432D 3132 342E 6C6F 6361 6C2D 3537 3336 372D 3134 3434 30= 34 3939 3033 3539 372D 363A 3100 0100 01),__HDR_MESSAGE_ID=3D[0000 0035 6E0= 2 AE02 7B00 2849 443A 4D41 432D 3132 342E 6C6F 6361 6C2D 3537 3336 372D 313= 4 3434 3034 3939 3033 3539 372D 363A 3100 0100 0100 01),__HDR_DROPPABLE=3Df= alse]]@921025921: java.lang.NullPointerException > =09at org.apache.activemq.artemis.core.protocol.openwire.amq.AMQSession.h= asCredits(AMQSession.java:204) [artemis-openwire-protocol-1.1.1-SNAPSHOT.ja= r:1.1.1-SNAPSHOT] > =09at org.apache.activemq.artemis.core.server.impl.ServerConsumerImpl.han= dle(ServerConsumerImpl.java:267) [artemis-server-1.1.1-SNAPSHOT.jar:1.1.1-S= NAPSHOT] > =09at org.apache.activemq.artemis.core.server.impl.QueueImpl.handle(Queue= Impl.java:2388) [artemis-server-1.1.1-SNAPSHOT.jar:1.1.1-SNAPSHOT] > =09at org.apache.activemq.artemis.core.server.impl.QueueImpl.deliver(Queu= eImpl.java:1799) [artemis-server-1.1.1-SNAPSHOT.jar:1.1.1-SNAPSHOT] > =09at org.apache.activemq.artemis.core.server.impl.QueueImpl.access$1400(= QueueImpl.java:96) [artemis-server-1.1.1-SNAPSHOT.jar:1.1.1-SNAPSHOT] > =09at org.apache.activemq.artemis.core.server.impl.QueueImpl$DeliverRunne= r.run(QueueImpl.java:2551) [artemis-server-1.1.1-SNAPSHOT.jar:1.1.1-SNAPSHO= T] > =09at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExe= cutor$1.run(OrderedExecutorFactory.java:94) [artemis-core-client-1.1.1-SNAP= SHOT.jar:1.1.1-SNAPSHOT] > =09at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecuto= r.java:1142) [rt.jar:1.8.0_60] > =09at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecut= or.java:617) [rt.jar:1.8.0_60] > =09at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60] > 09:58:23,774 ERROR [org.apache.activemq.artemis.core.server] AMQ224041: F= ailed to deliver: java.util.NoSuchElementException > =09at org.apache.activemq.artemis.utils.PriorityLinkedListImpl$PriorityLi= nkedListIterator.repeat(PriorityLinkedListImpl.java:154) [artemis-core-clie= nt-1.1.1-SNAPSHOT.jar:1.1.1-SNAPSHOT] > =09at org.apache.activemq.artemis.core.server.impl.QueueImpl.deliver(Queu= eImpl.java:1818) [artemis-server-1.1.1-SNAPSHOT.jar:1.1.1-SNAPSHOT] > =09at org.apache.activemq.artemis.core.server.impl.QueueImpl.access$1400(= QueueImpl.java:96) [artemis-server-1.1.1-SNAPSHOT.jar:1.1.1-SNAPSHOT] > =09at org.apache.activemq.artemis.core.server.impl.QueueImpl$DeliverRunne= r.run(QueueImpl.java:2551) [artemis-server-1.1.1-SNAPSHOT.jar:1.1.1-SNAPSHO= T] > =09at org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExe= cutor$1.run(OrderedExecutorFactory.java:94) [artemis-core-client-1.1.1-SNAP= SHOT.jar:1.1.1-SNAPSHOT] > =09at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecuto= r.java:1142) [rt.jar:1.8.0_60] > =09at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecut= or.java:617) [rt.jar:1.8.0_60] > =09at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60] -- This message was sent by Atlassian JIRA (v6.3.4#6332)