unknown
1970-01-01 00:00:00 UTC
<BR>
Hashtable env = new Hashtable();
<BR>
env.put(Context.INITIAL_CONTEXT_FACTORY,
<BR>
org.exolab.jms.jndi.InitialContextFactory.class.getName() );
<BR>
env.put(Context.PROVIDER_URL, "rmi://192.168.0.2:1099");
<BR>
<BR>
<BR>
Invoke a sender program, outside of firewall (some computer other than the 2 behind my firewall) which employs the code:
<BR>
<BR>
Hashtable env = new Hashtable();
<BR>
env.put(Context.INITIAL_CONTEXT_FACTORY,
<BR>
org.exolab.jms.jndi.InitialContextFactory.class.getName() );
<BR>
env.put(Context.PROVIDER_URL, "rmi://216.195.1.39:1099");
<BR>
<BR>
connection refused from rmi host
<BR>
<BR>
<BR>
But note that, when sender program is invoked on 192.168.0.2 (within the firewall), receiver responds to messages from the sender-- as expected.
<BR>
Also note, that when firewall mapping is disabled, then receiver does not respond to sender-- as
<BR>
expected.
<BR>
And clearly when the jms server is down, then the receiver program gives and exception-- as
<BR>
expected.
<BR>
<BR>
So it is a firewall issue of some sort. Any help would be appreciated. Mr. Mathews had a similar
<BR>
problem. Thanks.
<BR>
<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
Sincerely,
<BR>
<BR>
Multisegment, Inc.
<BR>
C/O Luke P. Immes, President
<BR>
20 Williamsburg Court, suite 14
<BR>
Shrewsbury, MA 01545
<BR>
<BR>
<A HREF="http://www.multisegment.com">http://www.multisegment.com</A>
<BR>
<A HREF="mailto:***@multisegment.com">***@multisegment.com</A>
<BR>
<BR>
508 579 2683 (cell)
<BR>
508 845 5960 (voice)
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
--=-SFlB0786UPEzWHipXuOH--
Hashtable env = new Hashtable();
<BR>
env.put(Context.INITIAL_CONTEXT_FACTORY,
<BR>
org.exolab.jms.jndi.InitialContextFactory.class.getName() );
<BR>
env.put(Context.PROVIDER_URL, "rmi://192.168.0.2:1099");
<BR>
<BR>
<BR>
Invoke a sender program, outside of firewall (some computer other than the 2 behind my firewall) which employs the code:
<BR>
<BR>
Hashtable env = new Hashtable();
<BR>
env.put(Context.INITIAL_CONTEXT_FACTORY,
<BR>
org.exolab.jms.jndi.InitialContextFactory.class.getName() );
<BR>
env.put(Context.PROVIDER_URL, "rmi://216.195.1.39:1099");
<BR>
<BR>
connection refused from rmi host
<BR>
<BR>
<BR>
But note that, when sender program is invoked on 192.168.0.2 (within the firewall), receiver responds to messages from the sender-- as expected.
<BR>
Also note, that when firewall mapping is disabled, then receiver does not respond to sender-- as
<BR>
expected.
<BR>
And clearly when the jms server is down, then the receiver program gives and exception-- as
<BR>
expected.
<BR>
<BR>
So it is a firewall issue of some sort. Any help would be appreciated. Mr. Mathews had a similar
<BR>
problem. Thanks.
<BR>
<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
Sincerely,
<BR>
<BR>
Multisegment, Inc.
<BR>
C/O Luke P. Immes, President
<BR>
20 Williamsburg Court, suite 14
<BR>
Shrewsbury, MA 01545
<BR>
<BR>
<A HREF="http://www.multisegment.com">http://www.multisegment.com</A>
<BR>
<A HREF="mailto:***@multisegment.com">***@multisegment.com</A>
<BR>
<BR>
508 579 2683 (cell)
<BR>
508 845 5960 (voice)
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
--=-SFlB0786UPEzWHipXuOH--