Bugs item #639005, was opened at 2002-11-15 17:14 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=639005&group_id=22866
Category: JBossMQ Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Eric Molitor (molitor) >Assigned to: Adrian Brock (ejort) Summary: JMS replyTo message IP Address Wrong Initial Comment: Utilizing the a jms object message I created a temporary que for a response and sent the object message to its desitnation. When the message arrived there were PONG errors and the reply failed with java.net connection errors. (Destination not routable). After a bit of investigation the ip address that was on original object message for the reply to object was another interface on the box and not the interface that the message left on. The box isn't anything special just a laptop with two interfaces. Both are active but only one is used. the other interface that the message contained incorrectly was a bogus 169 address. I haven't been able to dig into the source due to time constraints and I hate leaving bug messages like this without a patch but this is at least a start. I'm not sure if this is a jboss bug or a jdk bug. jdk1.4.1_01 on Windows 2000 both on client and server. Reproducable on JBoss 3.0.3 and 3.0.4. If it's any help it appears it stuffs the last interfaces ip address into the message everytime. Disabling the other interface fixed the problem. But I've reproduced this on a machine on two networks talking to two JBoss servers and can never get both to work at the same time. (The messages allways have the same source ip. And not the ip of the interface they left). Possible fix might be to look a little lower at the socket and see what if the source IP matches the ip in the message. Then you could offer an option to allways use the socket ip on replyTo's. dunno though. Enjoy. ---------------------------------------------------------------------- >Comment By: Adrian Brock (ejort) Date: 2003-06-02 19:10 Message: Logged In: YES user_id=9459 This was fixed in 3.0.7 Regards, Adrian ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=639005&group_id=22866 ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
