I will try to produce, do have any suggestions on what to check in trace
logs?

On Fri, Oct 26, 2018 at 2:15 AM Gordon Sim <[email protected]> wrote:

> On 26/10/18 00:44, rammohan ganapavarapu wrote:
> > Any idea when do we see this error?
>
> In AMQP 0-10, the connection-close frame allows an informational message
> (replyText) to be included. This must be less than 256 bytes. It sounds
> like something is either trying to exceed that, or succeeding and
> violating the protocol.
>
> If you can reproduce with a protocol trace, that will speed up resolution.
>
> >
> > On Tue, Oct 23, 2018 at 10:42 AM rammohan ganapavarapu <
> > [email protected]> wrote:
> >
> >> That error i get it but what is this error i am seeing in client ?
> >>
> >>
> >> 2018-10-23 17:10:57,997  IoReceiver - /10.68.94.134:5672 ERROR
> >> o.a.q.c.AMQConnectionDelegate_0_10 -
> AMQConnectionDelegate_0_10.closed() :
> >> connection exception: conn:5668fdd1
> >> org.apache.qpid.transport.ConnectionException: illegal-argument: Value
> for
> >> replyText is too large
> >> at org.apache.qpid.transport.Connection.closeCode(Connection.java:556)
> >> ~[qpid-common-0.28.jar:na]
> >> at
> >>
> org.apache.qpid.transport.ConnectionDelegate.connectionClose(ConnectionDelegate.java:75)
> >> ~[qpid-common-0.28.jar:na]
> >> at
> >>
> org.apache.qpid.transport.ConnectionDelegate.connectionClose(ConnectionDelegate.java:40)
> >> ~[qpid-common-0.28.jar:na]
> >> at
> >>
> org.apache.qpid.transport.ConnectionClose.dispatch(ConnectionClose.java:91)
> >> ~[qpid-common-0.28.jar:na]
> >> at
> >>
> org.apache.qpid.transport.ConnectionDelegate.control(ConnectionDelegate.java:49)
> >> ~[qpid-common-0.28.jar:na]
> >> at
> >>
> org.apache.qpid.transport.ConnectionDelegate.control(ConnectionDelegate.java:40)
> >> ~[qpid-common-0.28.jar:na]
> >> at org.apache.qpid.transport.Method.delegate(Method.java:163)
> >> ~[qpid-common-0.28.jar:na]
> >> at org.apache.qpid.transport.Connection.received(Connection.java:392)
> >> ~[qpid-common-0.28.jar:na]
> >> at org.apache.qpid.transport.Connection.received(Connection.java:62)
> >> ~[qpid-common-0.28.jar:na]
> >> at org.apache.qpid.transport.network.Assembler.emit(Assembler.java:97)
> >> ~[qpid-common-0.28.jar:na]
> >> at
> >> org.apache.qpid.transport.network.Assembler.assemble(Assembler.java:183)
> >> ~[qpid-common-0.28.jar:na]
> >> at org.apache.qpid.transport.network.Assembler.frame(Assembler.java:131)
> >> ~[qpid-common-0.28.jar:na]
> >> at org.apache.qpid.transport.network.Frame.delegate(Frame.java:128)
> >> ~[qpid-common-0.28.jar:na]
> >> at
> >> org.apache.qpid.transport.network.Assembler.received(Assembler.java:102)
> >> ~[qpid-common-0.28.jar:na]
> >> at
> org.apache.qpid.transport.network.Assembler.received(Assembler.java:44)
> >> ~[qpid-common-0.28.jar:na]
> >> at
> >>
> org.apache.qpid.transport.network.InputHandler.next(InputHandler.java:189)
> >> ~[qpid-common-0.28.jar:na]
> >> at
> >>
> org.apache.qpid.transport.network.InputHandler.received(InputHandler.java:105)
> >> ~[qpid-common-0.28.jar:na]
> >> at
> >>
> org.apache.qpid.transport.network.InputHandler.received(InputHandler.java:44)
> >> ~[qpid-common-0.28.jar:na]
> >> at
> >> org.apache.qpid.transport.network.io.IoReceiver.run(IoReceiver.java:161)
> >> ~[qpid-common-0.28.jar:na]
> >> at java.lang.Thread.run(Thread.java:745) [na:1.8.0_112]
> >>
> >> Ram
> >>
> >> On Mon, Oct 22, 2018 at 3:41 PM Chester <[email protected]> wrote:
> >>
> >>> 2018-10-22 07:39:02 [Broker] warning Exchange ex-group-1 cannot
> deliver to
> >>>
> >>> queue prod-queue-01: resource-limit-exceeded: Maximum depth exceeded on
> >>>
> >>> prod-queue-01: current=[count: 12567, size: 1073741816], max=[count:
> >>>
> >>> 1000000, size: 1073741824]
> >>>
> >>> (/builddir/build/BUILD/qpid-cpp-1.35.0/src/qpid/broker/Queue.cpp:1662)
> >>>
> >>>
> >>> Looks like you're hitting a queue size (bytes) limit of ~1GB. See the
> >>> Broker Book for the configuration option that sets this limit [1].
> >>>
> >>> [1]
> >>>
> >>>
> https://qpid.apache.org/releases/qpid-cpp-1.38.0/cpp-broker/book/ch01s02.html#CheatSheetforconfiguringQueueOptions-ApplyingQueueSizingConstraints
> >>>
> >>>
> >>> On Mon, Oct 22, 2018 at 5:21 PM rammohan ganapavarapu <
> >>> [email protected]> wrote:
> >>>
> >>>> Hi,
> >>>>
> >>>> I am seeing lot of these messages in my qpidd logs and i am not sure
> >>> why am
> >>>> i seeing these, can some one explain?
> >>>>
> >>>> 2018-10-22 07:39:02 [Broker] warning Exchange ex-group-1 cannot
> deliver
> >>> to
> >>>> queue prod-queue-01: resource-limit-exceeded: Maximum depth exceeded
> on
> >>>> prod-queue-01: current=[count: 12567, size: 1073741816], max=[count:
> >>>> 1000000, size: 1073741824]
> >>>> (/builddir/build/BUILD/qpid-cpp-1.35.0/src/qpid/broker/Queue.cpp:1662)
> >>>>
> >>>> 2018-10-22 07:39:02 [Broker] error Execution exception:
> >>>> resource-limit-exceeded: Maximum depth exceeded on prod-queue-01:
> >>>> current=[count: 12567, size: 1073741816], max=[count: 1000000, size:
> >>>> 1073741824]
> >>>> (/builddir/build/BUILD/qpid-cpp-1.35.0/src/qpid/broker/Queue.cpp:1662)
> >>>>
> >>>> 2018-10-22 08:05:30 [Broker] error Channel exception: not-attached:
> >>> Channel
> >>>> 0 is not attached
> >>>>
> >>>>
> >>>
> (/builddir/build/BUILD/qpid-cpp-1.35.0/src/qpid/amqp_0_10/SessionHandler.cpp:39)
> >>>>
> >>>>
> >>>> 2018-10-22 07:37:02 [Broker] error Connection exception:
> framing-error:
> >>>> Queue prod-queue-01: MessageStoreImpl::store() failed: jexception
> 0x0803
> >>>> wmgr::enqueue() threw JERR_WMGR_ENQDISCONT: Enqueued new dtok when
> >>> previous
> >>>> enqueue returned partly completed (state ENQ_PART). (This data_tok:
> >>>> id=4682049 state=NONE)
> >>>>
> >>>>
> >>>
> (/home/rganapavarapu/rpmbuild/BUILD/qpid-cpp-1.35.0/src/qpid/linearstore/MessageStoreImpl.cpp:1211)
> >>>> 2018-10-22 07:37:02 [Protocol] error Connection
> >>>> qpid.10.68.94.117:5672-10.66.244.23:46574 closed by error: Queue
> >>>> prod-queue-01: MessageStoreImpl::store() failed: jexception 0x0803
> >>>> wmgr::enqueue() threw JERR_WMGR_ENQDISCONT: Enqueued new dtok when
> >>> previous
> >>>> enqueue returned partly completed (state ENQ_PART). (This data_tok:
> >>>> id=4682049 state=NONE)
> >>>>
> >>>>
> >>>
> (/home/rganapavarapu/rpmbuild/BUILD/qpid-cpp-1.35.0/src/qpid/linearstore/MessageStoreImpl.cpp:1211)(501)
> >>>> 2018-10-22 07:37:02 [Protocol] error Connection
> >>>> qpid.10.68.94.117:5672-10.66.244.23:46574 closed by error:
> >>>> illegal-argument: Value for replyText is too large(320)
> >>>> 2018-10-22 07:37:05 [Broker] notice Broker (pid=35293) shut-down
> >>>>
> >>>>
> >>>> Thanks,
> >>>> Ram
> >>>>
> >>>
> >>
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to