Bugs item #829741, was opened at 2003-10-24 19:44 Message generated for change (Settings changed) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=829741&group_id=22866
Category: JBossServer Group: v3.2 >Status: Closed >Resolution: Remind Priority: 5 Submitted By: Ivan Parra (ioparra) >Assigned to: Laurent Etiemble (letiemble) Summary: JNP Does not support multiple network cards Initial Comment: JDK1.3.1_06 JBoss3.2.2RC4 This bug request is following this thread: http://www.jboss.org/thread.jsp? forum=61&thread=41310 Essentially, if you have 2(A and B) network cards and specify the Naming service to bind both the ServerAddress and the RMIServerAddress to one card (B), here is the results: 1)Any remote client that has access to both network cards, work 2)Any remote client accessible to only B, but not A, fails because it is trying to connect to A. 3)--the third case is trivial, access only to A can't even connect(this is correct functionality). ----- If you telnet to NIC B, you can see IP Address of the NIC A in its output. $ telnet 107.51.51.107 1099 (Card B) Trying 107.51.51.107... Connected to 107.51.51.107. Escape character is '^]'. 192.168.1.1rmMarshallejecojfcxConnection closed by foreign host. ~ UnicastRef2rver.RemoteObjectOaa3 Ultimately, this issue roots to RMI and which ip address the RMI server chooses to send. Haven't tried it with JDK1.4... Think it might make a difference? --Ivan ---------------------------------------------------------------------- >Comment By: Laurent Etiemble (letiemble) Date: 2003-11-06 13:47 Message: Logged In: YES user_id=437455 I close and mark it as remind. ---------------------------------------------------------------------- Comment By: Ivan Parra (ioparra) Date: 2003-10-24 20:46 Message: Logged In: YES user_id=812998 That did the trick, thanks!. -Ivan ---------------------------------------------------------------------- Comment By: Scott M Stark (starksm) Date: 2003-10-24 20:32 Message: Logged In: YES user_id=175228 the address RMI binds to can be controlled via the java.rmi.server.hostname system property. ---------------------------------------------------------------------- Comment By: Ivan Parra (ioparra) Date: 2003-10-24 20:17 Message: Logged In: YES user_id=812998 Installed latest JDK1.4 and still no good. This time around, I also specified the RMIPort(just to see if I get a response). The RMIPort does work. I would figure both would fail... -Ivan ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=829741&group_id=22866 ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
