Posted By:
wendy_wang
Posted On:
Wednesday, October 22, 2003 03:05 PM
Sometimes our JMS Client could not open a connection to the SwiftMQ server due to 1) Javax.jms.JMSException:error creating socket connection to "our swiftmq server host:port", message: Received fatal alert: handshake_failure(no cipher suites in common) at com.swiftmq.jms.v400.ConnectionFactoryImpl.createServerConnection(Unknown Source) at com.swiftmq.jms.v400.ConnectionFactoryImpl.createTopicConnection(Unknown Source) 2) javax.jms.JMSException: error creating socket connection to "our swiftmq server host:port", message: Connection refused: connect at com.swiftmq.jms.v400.ConnectionFactoryImpl.createServerConnection(Unknown Source)
More>>
Sometimes our JMS Client could not open a connection to the SwiftMQ server due to
1)
Javax.jms.JMSException:error creating socket connection to "our swiftmq server host:port", message: Received fatal alert: handshake_failure(no cipher suites in common)
at com.swiftmq.jms.v400.ConnectionFactoryImpl.createServerConnection(Unknown Source)
at com.swiftmq.jms.v400.ConnectionFactoryImpl.createTopicConnection(Unknown Source)
2)
javax.jms.JMSException: error creating socket connection to "our swiftmq server host:port", message: Connection refused: connect
at com.swiftmq.jms.v400.ConnectionFactoryImpl.createServerConnection(Unknown Source)
at com.swiftmq.jms.v400.ConnectionFactoryImpl.createTopicConnection(Unknown Source)
For 1), we use SwiftMQ default JSSESocketConnectionFactory. For 2), the SwiftMQ server is still running.
Any idea why this happen and how we resolve it?
Thanks
<<Less