You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Jim Koelkebeck <ja...@redhat.com> on 2019/09/05 22:15:26 UTC

Connection problem

All,

I'm using Camel and having some connection problems that I cannot track
down. I find this in the log:


Sep 05 15:07:26 [epollEventLoopGroup-3-1] TRACE
o.a.q.jms.transports.netty.NettyTcpTransport - Channel has gone inactive!
Channel is [id: 0x3a40e96a, L:/*<IP address>* ! R:messaging-XXXXX]
Sep 05 15:07:26 [epollEventLoopGroup-3-1] TRACE
o.a.q.jms.transports.netty.NettyTcpTransport - Firing onTransportClosed
listener
Sep 05 15:07:26 [AmqpProvider :(2):[amqps://messaging-XXXXX]] DEBUG
org.apache.qpid.jms.provider.amqp.AmqpProvider - Transport connection
remotely closed
Sep 05 15:07:26 [AmqpProvider :(2):[amqps://messaging-XXXXX]] DEBUG
org.apache.qpid.jms.JmsConnection - Async exception with no exception
listener: {}
java.io.IOException: Transport connection remotely closed.
at
org.apache.qpid.jms.provider.amqp.AmqpProvider$20.run(AmqpProvider.java:872)

Being a novice with this, I'm not sure how to interpret the issue. It
appears to be a timeout problem, if so, how would I tweak the connection to
be more pliable? Otherwise, could someone explain what the complaint is and
how I would go about fixing it?

Thanks!

Jim Koelkebeck

Red Hat <https://www.redhat.com/>
<https://red.ht/sig>
100 East Davie Street
Raleigh, NC 27601
614-450-2212

Re: Connection problem

Posted by Jim Koelkebeck <ja...@redhat.com>.
I understand the situation you describe concerning my environment. However,
I was hoping that messages I provided *might* have identified a common, or
at least known, problem. I see such things all the time, a person reports
getting an "XYZ" message, somebody replies "do this" and it fixes the
problem.

Thanks

Jim Koelkebeck

Red Hat <https://www.redhat.com/>
<https://red.ht/sig>
100 East Davie Street
Raleigh, NC 27601
614-450-2212


On Fri, Sep 6, 2019 at 3:23 PM Jan Bednář <ma...@janbednar.eu> wrote:

> Hi, you cannot get answer to this. Nobody here knows hundreds of details
> about your architecture, infrastructure, networking, tcp setting,
> network elements etc..
> Use tcpdump to track the issue and then contact your server
> administrator or network provider with details you have found.
>
> Dne 6.9.2019 v 0:15 Jim Koelkebeck napsal(a):
> > All,
> >
> > I'm using Camel and having some connection problems that I cannot track
> > down. I find this in the log:
> >
> >
> > Sep 05 15:07:26 [epollEventLoopGroup-3-1] TRACE
> > o.a.q.jms.transports.netty.NettyTcpTransport - Channel has gone inactive!
> > Channel is [id: 0x3a40e96a, L:/*<IP address>* ! R:messaging-XXXXX]
> > Sep 05 15:07:26 [epollEventLoopGroup-3-1] TRACE
> > o.a.q.jms.transports.netty.NettyTcpTransport - Firing onTransportClosed
> > listener
> > Sep 05 15:07:26 [AmqpProvider :(2):[amqps://messaging-XXXXX]] DEBUG
> > org.apache.qpid.jms.provider.amqp.AmqpProvider - Transport connection
> > remotely closed
> > Sep 05 15:07:26 [AmqpProvider :(2):[amqps://messaging-XXXXX]] DEBUG
> > org.apache.qpid.jms.JmsConnection - Async exception with no exception
> > listener: {}
> > java.io.IOException: Transport connection remotely closed.
> > at
> >
> org.apache.qpid.jms.provider.amqp.AmqpProvider$20.run(AmqpProvider.java:872)
> >
> > Being a novice with this, I'm not sure how to interpret the issue. It
> > appears to be a timeout problem, if so, how would I tweak the connection
> to
> > be more pliable? Otherwise, could someone explain what the complaint is
> and
> > how I would go about fixing it?
> >
> > Thanks!
> >
> > Jim Koelkebeck
> >
> > Red Hat <https://www.redhat.com/>
> > <https://red.ht/sig>
> > 100 East Davie Street
> > Raleigh, NC 27601
> > 614-450-2212
> >
>
>

Re: Connection problem

Posted by Jan Bednář <ma...@janbednar.eu>.
Hi, you cannot get answer to this. Nobody here knows hundreds of details 
about your architecture, infrastructure, networking, tcp setting, 
network elements etc..
Use tcpdump to track the issue and then contact your server 
administrator or network provider with details you have found.

Dne 6.9.2019 v 0:15 Jim Koelkebeck napsal(a):
> All,
>
> I'm using Camel and having some connection problems that I cannot track
> down. I find this in the log:
>
>
> Sep 05 15:07:26 [epollEventLoopGroup-3-1] TRACE
> o.a.q.jms.transports.netty.NettyTcpTransport - Channel has gone inactive!
> Channel is [id: 0x3a40e96a, L:/*<IP address>* ! R:messaging-XXXXX]
> Sep 05 15:07:26 [epollEventLoopGroup-3-1] TRACE
> o.a.q.jms.transports.netty.NettyTcpTransport - Firing onTransportClosed
> listener
> Sep 05 15:07:26 [AmqpProvider :(2):[amqps://messaging-XXXXX]] DEBUG
> org.apache.qpid.jms.provider.amqp.AmqpProvider - Transport connection
> remotely closed
> Sep 05 15:07:26 [AmqpProvider :(2):[amqps://messaging-XXXXX]] DEBUG
> org.apache.qpid.jms.JmsConnection - Async exception with no exception
> listener: {}
> java.io.IOException: Transport connection remotely closed.
> at
> org.apache.qpid.jms.provider.amqp.AmqpProvider$20.run(AmqpProvider.java:872)
>
> Being a novice with this, I'm not sure how to interpret the issue. It
> appears to be a timeout problem, if so, how would I tweak the connection to
> be more pliable? Otherwise, could someone explain what the complaint is and
> how I would go about fixing it?
>
> Thanks!
>
> Jim Koelkebeck
>
> Red Hat <https://www.redhat.com/>
> <https://red.ht/sig>
> 100 East Davie Street
> Raleigh, NC 27601
> 614-450-2212
>