Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 24749 invoked from network); 23 Apr 2007 12:58:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2007 12:58:23 -0000 Received: (qmail 5697 invoked by uid 500); 23 Apr 2007 12:58:22 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 5641 invoked by uid 500); 23 Apr 2007 12:58:22 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 5609 invoked by uid 99); 23 Apr 2007 12:58:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 05:58:22 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 05:58:13 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Hfy77-0001u7-20 for users@activemq.apache.org; Mon, 23 Apr 2007 05:57:53 -0700 Message-ID: <10139688.post@talk.nabble.com> Date: Mon, 23 Apr 2007 05:57:52 -0700 (PDT) From: LukeH To: users@activemq.apache.org Subject: org.apache.activemq.openwire.v2.BaseDataStreamMarshaller error MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: lukeh_ro@yahoo.com X-Virus-Checked: Checked by ClamAV on apache.org Sometime in an aplication I develop using ActiveMQ I get an error. It appears quite "random" and not very often Here is a stack: Exception in thread "ActiveMQ Task" java.lang.NullPointerException at org.apache.activemq.openwire.v2.BaseDataStreamMarshaller.tightMarshalString2(BaseDataStreamMarshaller.java:321) at org.apache.activemq.openwire.v2.ConnectionInfoMarshaller.tightMarshal2(ConnectionInfoMarshaller.java:125) at org.apache.activemq.openwire.OpenWireFormat.tightMarshalNestedObject2(OpenWireFormat.java:400) at org.apache.activemq.openwire.v2.BaseDataStreamMarshaller.tightMarshalNestedObject2(BaseDataStreamMarshaller.java:125) at org.apache.activemq.openwire.v2.MessageMarshaller.tightMarshal2(MessageMarshaller.java:165) at org.apache.activemq.openwire.v2.ActiveMQMessageMarshaller.tightMarshal2(ActiveMQMessageMarshaller.java:89) at org.apache.activemq.openwire.OpenWireFormat.tightMarshalNestedObject2(OpenWireFormat.java:400) at org.apache.activemq.openwire.v2.BaseDataStreamMarshaller.tightMarshalNestedObject2(BaseDataStreamMarshaller.java:125) at org.apache.activemq.openwire.v2.MessageDispatchMarshaller.tightMarshal2(MessageDispatchMarshaller.java:105) at org.apache.activemq.openwire.OpenWireFormat.marshal(OpenWireFormat.java:237) at org.apache.activemq.transport.tcp.TcpTransport.oneway(TcpTransport.java:118) at org.apache.activemq.transport.InactivityMonitor.oneway(InactivityMonitor.java:141) at org.apache.activemq.transport.TransportFilter.oneway(TransportFilter.java:80) at org.apache.activemq.transport.WireFormatNegotiator.oneway(WireFormatNegotiator.java:93) at org.apache.activemq.transport.MutexTransport.oneway(MutexTransport.java:47) at org.apache.activemq.broker.TransportConnection.dispatch(TransportConnection.java:1138) at org.apache.activemq.broker.TransportConnection.processDispatch(TransportConnection.java:805) at org.apache.activemq.broker.TransportConnection.iterate(TransportConnection.java:844) at org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:117) at org.apache.activemq.thread.PooledTaskRunner.access$100(PooledTaskRunner.java:26) at org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:44) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) at java.lang.Thread.run(Thread.java:619) I use the version 4.1.1 and the url is tcp://localhost:61616?wireFormat.maxInactivityDuration=300000. I think I didn't seen this error before updating the activeMQ version but quite the same time I extended the maxInactivityDuration Any idea what it can be? -- View this message in context: http://www.nabble.com/org.apache.activemq.openwire.v2.BaseDataStreamMarshaller-error-tf3631400s2354.html#a10139688 Sent from the ActiveMQ - User mailing list archive at Nabble.com.