Re: Can not Connect to ActiveMQ The operation is not allowed on non-connected sockets

2014-08-20 Thread Timothy Bish
On 08/20/2014 09:36 AM, barry.barn...@wellsfargo.com wrote: 09:17:26,243 | WARN | 4.40:65230@62716 | TransportConnection | 97 - org.apache.activemq.activemq-osgi - 5.10.0 | Failed to add Connection ID: -635441230433329227-1:1 java.lang.SecurityException: User name [null] or

RE: Can not Connect to ActiveMQ The operation is not allowed on non-connected sockets

2014-08-19 Thread barry.barnett
Is this a .NET client? Yes, we are using .NET The following specifics will help to understand the problem: * Which cilent library (ActiveMQ java client, AMQ-CPP, NMS, etc) I'll have to get these details from the Dev team * Client library version I'll have to get the details from the Dev team

RE: Can not Connect to ActiveMQ The operation is not allowed on non-connected sockets

2014-08-19 Thread artnaseef
That helped a lot - the version number of the NMS client library would be helpful here too. Looking at the code, it appears the error is caused by an unconnected socket, which means either (a) the socket never connected (more code digging needed to see how feasible this is), or (b) the socket

RE: Can not Connect to ActiveMQ The operation is not allowed on non-connected sockets

2014-08-19 Thread artnaseef
Looks like it must connect in order to hit that line of code, so this most likely means a socket connection created and dropped very quickly - either by the broker, or the network. -- View this message in context:

RE: Can not Connect to ActiveMQ The operation is not allowed on non-connected sockets

2014-08-19 Thread barry.barnett
It happens when they try to connect to the broker... they never actually connect. You still need the NMS version? -Original Message- From: artnaseef [mailto:a...@artnaseef.com] Sent: Tuesday, August 19, 2014 9:39 AM To: users@activemq.apache.org Subject: RE: Can not Connect to

RE: Can not Connect to ActiveMQ The operation is not allowed on non-connected sockets

2014-08-19 Thread artnaseef
I probably do not need the version. I recommend using tcpdump, wireshark, or the like to watch the TCP/IP traffic. Is there anything logged by the broker? -- View this message in context:

Re: Can not Connect to ActiveMQ The operation is not allowed on non-connected sockets

2014-08-18 Thread artnaseef
Is this a .NET client? The following specifics will help to understand the problem: * Which cilent library (ActiveMQ java client, AMQ-CPP, NMS, etc) * Client library version * ActiveMQ broker version * Exact text of the error message * What is producing the error message (client lib, server,