Hi everyone, currently I am running into a rather weird error: For some messages, the following happens. When I send the message to my broker, in some cases it comes out as planned at the receiver, while sometimes I run into an connection error:
Caught exception in state: 3 with event: 1: Error on input: connection error (/home/daniel/devel/install/QPID_0.28/qpid-0.28/cpp/src/qpid/messaging/amqp/ConnectionContext.cpp:717) After "export PN_TRACE_FTM=1" the following is shown at the receiving end (at instances of the same application reading from the same queue): [0x1d76fe0]:0 -> @flow(19) [next-incoming-id=3, incoming-window=2147483647, next-outgoing-id=0, outgoing-window=0, handle=4, delivery-count=3, link-credit=10, drain=false] [0x1d76fe0]:0 -> @close(24) [error=@error(29) [condition=:"amqp:connection:framing-error"]] [0x1d76fe0]:ERROR amqp:connection:framing-error connection aborted [0x1d76fe0]:ERROR[-2] connection aborted [0x1d76fe0]: <- EOS While the other one reads the message perfectly: [0x1b660e0]:0 <- @transfer(20) [handle=6, delivery-id=3, delivery-tag=b"\x00\x00\x00\x00", message-format=0, settled=true, more=false] (1809) "\x00Sp\xc0\x06\x04BP\x00@A \x00Ss\xd0\x00\x00\x00(\x00\x00\x00\x07@ \xa0\x00\xa1\x11test.topictopi.aa\xa1\x00@@\xa3\x08amqp/map\x00St\xc1\x01\x00\x00Sw\xd1\x00\x00\x06\xc8\x00\x00\x00\x14\xa1\x04BSRC\xa0\x07xxxxxXX\xa1\x04BTGT\xa0\x01-\xa1\x07CREATED\xa0\x1320150128_162338.696\xa1\x04MTYP ... (truncated) To me, it seems totally random if this kind of message is read by one, both or none or the reading instances. If I only run one reader I can get it to run into the error after sending the same message three or four times (max.). The message content is long but not overly so (~2000k) and is plain ASCII only. If it helps: i have access to the broker logs, although I might need a pointer on what to look for since they are _quite_ large. Thanks in advance & have a very nice day :-) Daniel
