For host and bind addresses I have put the ip-address .

I had this exception : 
non-JRMP server at remote endpoint

I've changed 
The param of the Context 
from 

environment.put(Context.PROVIDER_URL, "jnp://<server-ip-address>:1099");

to 
environment.put(Context.PROVIDER_URL, "<server-ip-address>");

Now the exception is gone but everything again is slow. 
Lookup,create,execute - for about 15-20 minutes.
I've made a summary with ethereal :
Between first and last packet : 1055.544 sec
Packets : 187
Bytes: 31714
Avg. bytes/sec : 30.045

Any ideas?

And why when I change The provider to the ip-address there is no that exception?

thanks for answering me







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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to