[JBoss-user] [Performance Tuning] - Re: Executing Session Bean methods very slow over internet

2005-03-07 Thread damencho
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://:1099"); to environment.put(Context.PROVIDER_URL, ""); Now the exception is gone but ev

[JBoss-user] [Performance Tuning] - Re: Executing Session Bean methods very slow over internet

2005-03-02 Thread damencho
I tried with --host ipaddress. But now I got this exception : non-JRMP server at remote endpoint I noteced when I telnet to 1099 I see not the ip address but the dns name. and something http://voipgw:8083 among the binary garbage. where voipgw is the name of the PC in the local net. Now the tcp

[JBoss-user] [Performance Tuning] - Re: Executing Session Bean methods very slow over internet

2005-03-02 Thread damencho
Everything is using ip. even on the windows machine in hosts - the ip is described to desible some additional dns checking of InetAddress. I'm using rmi invoker. I needed to open 1098,1099, ports on my server firewall. With ethereal I see 4 packets two from one side then two from the other t

[JBoss-user] [Performance Tuning] - Re: Executing Session Bean methods very slow over internet

2005-03-01 Thread damencho
Obviusly a problem in JBoss. Nobody wants to answer me . Is this a common problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868450#3868450 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868450 -

[JBoss-user] [Performance Tuning] - Executing Session Bean methods very slow over internet

2005-02-28 Thread damencho
I'm testing a simple example. Where I use a Session bean with method Test() which only System.out the current time. I lookup the bean over internet where the connection between the client and the server is 80 KB/s. The lookup takes about 10-12 sec. But the create of the bean and executing the

[JBoss-user] [Persistence & CMP/JBoss] - Interceptor problem

2005-01-20 Thread damencho
I need an AuditInfo beahivior. So I placed a Interceptor. There is some logs in the class. But I'can't see them. also there is not data in the audir info properties. So i think that my interceptor is not working althooug is jboss says that is instantiated. DEBUG [org.jboss.system.ServiceConfigu