James, any chance you can provide stack trace from the logs? Cheers Oleg
> On Mar 20, 2017, at 15:34, James McMahon <jsmcmah...@gmail.com> wrote: > > Good morning. I am using a NiFi 0.7 code base. I recently upgraded to that > from a 0.6.x version. I'm limited to that 0.7.x baseline now. I realize it is > old(er), but I have no choice in the matter. > > I had a PublishAMQP processor that had been working without issue to connect > to RabbitMQ but is now failing with this error: > > Failed to establish connection with AMQP Broker: > com.rabbitmq.client.ConnectionFactory@45cd2c16 > > I can determine why this is now happening. RabbitMQ appears to be started and > running fine. I'm connecting to host localhost, and a specific port that > seems available. I get the same error if I (temporarily) turn off my firewall > entirely. > > I am attempting to employ a StandardSSLContextService that Enables without > error. > > How can I troubleshoot this error and figure out why I cannot connect to > rabbitMQ using PublishAMQP? Thanks in advance for any help you can offer. -Jim