I've installed JRun 4 and service pack 1.  During testing the JMS, the
JMS client works fine on the local machine where JRun is installed.
However on a remote machine the client always gets the
"javax.naming.CommunicationException: Connection aborted by peer: socket
write error.  Root exception is java.net.SocketException:", while on the
server the console shows " error Security alert: attempt to connect to
JRun server from a 123.456.789.111 host. "

This always errors out at the line:
        TopicConnectionFactory _factory = null;
        _factory =
(TopicConnectionFactory)_context.lookup(_topicConnFactoryName);
 
Is this a JNDI security issue and how to resolve this?

Thanks,
Fred

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=8
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=8
Get the JRun Web Application Construction Kit - the only book written specifically for 
JRun developers.
http://www.amazon.com/exec/obidos/ASIN/0789726009/houseoffusion

Reply via email to