It looks like a recursive/nested invocation is overflowing the stack. The stack does look to be repeating itself. Is the problem easily reproducible? Also what version of the broker are you using?
/Dave On Tue, Nov 11, 2008 at 11:32 AM, sub3 <[EMAIL PROTECTED]> wrote: > > Hi, > > Can someone tell me what is happening here? I don't know much about the > internals of ActiveMQ code, so I am not sure how to diagnosis. > > 2008-11-11 16:20:36,586 [ActiveMQ Transport: tcp:///127.0.0.1:2250] ERROR > org.apache.activemq.broker.TransportConnection.Service - Async error > occurred: java.lang.StackOverflowError > java.lang.StackOverflowError > at > > org.apache.activemq.broker.TransportConnection.processDispatch(TransportConnection.java:767) > at > > org.apache.activemq.broker.TransportConnection.dispatchSync(TransportConnection.java:733) > at > > org.apache.activemq.broker.TransportConnection.dispatchAsync(TransportConnection.java:743) > at > > org.apache.activemq.broker.region.PrefetchSubscription.dispatch(PrefetchSubscription.java:573) > at > > org.apache.activemq.broker.region.PrefetchSubscription.dispatchPending(PrefetchSubscription.java:524) > at > > org.apache.activemq.broker.region.PrefetchSubscription.onDispatch(PrefetchSubscription.java:593) > at > > org.apache.activemq.broker.region.PrefetchSubscription$3.run(PrefetchSubscription.java:570) > at > > org.apache.activemq.broker.TransportConnection.processDispatch(TransportConnection.java:781) > at > > org.apache.activemq.broker.TransportConnection.dispatchSync(TransportConnection.java:733) > at > > org.apache.activemq.broker.TransportConnection.dispatchAsync(TransportConnection.java:743) > at > > org.apache.activemq.broker.region.PrefetchSubscription.dispatch(PrefetchSubscription.java:573) > at > > org.apache.activemq.broker.region.PrefetchSubscription.dispatchPending(PrefetchSubscription.java:524) > etc...... > -- > View this message in context: > http://www.nabble.com/Stack-Overflow-tp20443204p20443204.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >