Products | Versions |
---|---|
TIBCO Streaming | 10.6 and later |
The following error is seen from the RabbitMQ adapter when trying to run a Streaming application:
2021-10-13 08:41:22.179000-0500 [9620:runtime [tid=7884]] ERROR Consumer: Action: connect Object: com.rabbitmq.client.ConnectionFactory@4cd07a2d Message: Error creating a connection: null java.io.IOException: null at com.rabbitmq.client.impl.AMQChannel.wrap(AMQChannel.java:129) at com.rabbitmq.client.impl.AMQChannel.wrap(AMQChannel.java:125) ... Caused by: com.rabbitmq.client.ShutdownSignalException: connection error ... Caused by: java.io.EOFException: null
$ nmap -p 1-65535 RabbitHost Starting Nmap 7.80 ( https://nmap.org ) at 2021-10-13 15:55 EDT Nmap scan report for RabbitHost (10.x.x.x) Host is up (0.000052s latency). Not shown: 65533 closed ports PORT STATE SERVICE 5672/tcp open amqp 8080/tcp open http-proxy
> portqry -n RabbitHost -r 5670:5680 Querying target system called: RabbitHost Attempting to resolve name to IP address... Name resolved to 10.x.x.x querying... TCP port 5670 (unknown service): NOT LISTENING TCP port 5671 (unknown service): NOT LISTENING TCP port 5672 (unknown service): LISTENING TCP port 5673 (unknown service): NOT LISTENING ...Here, we can see that the RabbitMQ broker machine ('RabbitHost') is listening on the expected broker port (5672).