View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820368#3820368

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820368

Does not look like this.



I do not see any exceptions - everything looks fine, just the QueueDepth is not 
increasing, and callback is not called if the listener is set.



I have the following contents of /etc/hostname:



127.0.0.1 localhost.localdomain localhost

192.168.1.21 edge1.west.com



command "hostname" gives me edge1.west.com



ping to both 192.168.1.21 and edge1.west.com perfectly works from external machine and 
from the machine itself.



I tried running Jboss using -Djava.rmi.server.hostname=192.168.1.21



Also, I tried running Jboss using -Djava.rmi.server.hostname=edge1.west.com



Neither one worked correctly - the QueueDepth did not increase, but the counter 
increased.



The same thing with the same /etc/hosts on another Linux machine perfectly works with 
QueueDepth increasing by 1.



I also tried changing the line 

prop.put (Context.PROVIDER_URL,  JNP + ip + DELIMITER + port);

to line 

prop.put (Context.PROVIDER_URL,  JNP + ip + DELIMITER + port + "/");



No effect, both do not work in the same way.



As far as I can see there are no more ideas. Or do you have any?


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to