Hi Adel,
   It seems that your error might be coming from this piece of proton code
- https://github.com/apache/qpid-proton/blob/master/proton-c/
src/core/transport.c#L2538

This means that the socket was closed while in the middle of AMQP
communication.

Thanks.

On Wed, Aug 2, 2017 at 2:57 PM, Ganesh Murthy <gmur...@redhat.com> wrote:

> Hi Adel,
>     Looking at the trace, there seems to be a framing error (ERROR
> amqp:connection:framing-error connection aborted) but it is not immediately
> clear what caused it. Sometimes, some other problem might manifest as a
> framing error, so I am not really sure. Are you able to replicate this in a
> non-Solaris environment?
>
> Can you please share your qpid-jms producer source code?
>
> Thanks.
>
> On Wed, Aug 2, 2017 at 12:42 PM, Adel Boutros <adelbout...@live.com>
> wrote:
>
>> Hello,
>>
>>
>> As stated in a separate email, we are trying to compile Proton/Dispatch
>> router on Solaris using GCC4.9.2. The code compiles fine and all the unit
>> tests are green.
>>
>>
>> However, we have noticed a weird failure in our of our feature tests. The
>> test is composed of a JMS producer (0.11.1) connected to a dispatch router
>> which is backed by 2 Qpid Java Broker (6.0.4).
>>
>> The sender is sending around 500 messages in asynchronous mode (
>> jms.forceAsyncSend=true).
>>
>> It seems that while the JMS producer is sending the message, at some
>> random stage, the connection is dropped. The error seems to be coming from
>> Proton which seems to be used by the Dispatch Router for AMQP connections
>> if I am not mistaken.
>>
>>
>> I have attached the logs of the Producer(Logging in debug mode on
>> org.apache.qpid) and Dispatch Router (Log level set to Trace +
>> PN_TRACE_FRM=1 + PN_TRACE_RAW=1)
>>
>>
>> Could you please provide us hints or help to analyze this problem?
>>
>>
>> Regards,
>>
>> Adel
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
>> For additional commands, e-mail: users-h...@qpid.apache.org
>>
>
>

Reply via email to