Kevin,
As per log “A remote host refused an attempted connect operation”.
On the destination system, it can connect to one port only.
That means your prod and test interfaces to the destination system must use unique ports.
I think thats where the problem is.
It looks like you posted the contents of the test log. The cmd_port will not give you the exact port for which it is attempting to connect to.
Look in the netconfig and then navigate to destination thread’s properties.
Look in the port number.
Assume the destination port is 5556 and the host ip address is 111.33.44.55
then type the following:
netstat -an | grep 5556
you would see an entry like the following.
tcp4 0 0 155.33.333.50162 111.33.44.55.5556 ESTABLISHED
If the connection is not established, you would see LISTEN.
Your log does not give much information.
Once you enable_all you need to bounce the threads, and processes.
When the panic occurs again, look in the log or upload the log to this forum, so that I can take a look at it and give you the idea. Both prod and test logs are needed to see why the panic occured.
Thanks
Reggie