[JBoss-user] [Clustering/JBoss] - Re: EJB load balancing and failover

2006-03-07 Thread duylt
i meet this problem too. i changed standardjboss.xml to fix this problem. If you use stateless session bean find invoker-proxy-binding with name stateless-rmi-invoker and change the config as same as invoker-proxy-binding with name clustered-stateless-rmi-invoker. But i still have problem

[JBoss-user] [Clustering/JBoss] - Re: stateless session bean fail over and HA-RMI fail over no

2006-03-07 Thread duylt
it's my mistake but i corrected it. But it seem not work until i change standardjboss.xml, in stateless-rmi-invoker config it as same as clustered-stateless-rmi-invoker. fail-over and loadbalance in stateless ejb work well. But not in case of rmi. It seem to be smart stub of ha rmi can not

[JBoss-user] [Clustering/JBoss] - HA RMI question

2006-03-06 Thread duylt
i have two HA-RMI object. The first HA-RMI have 1 method which create and return second HA-RMI to client. The question is does second HA-RMI fail-over and loadbalance ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3928138#3928138 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: EJB and Http load balancing

2006-02-23 Thread duylt
i found that althought i config deploy stateless session bean in clustered mode . But JBoss still load invoker-proxy-binding with name stateless-rmi-invoker which no HA is applied. And i try to reconfig stateless-rmi-invoker which HA is applied Jboss do load balance and fail over with no

[JBoss-user] [Clustering/JBoss] - HARMIServer interface do not have method createHAStub

2006-02-22 Thread duylt
I use jboss4.0.3. And can not find method createHAStub in HARMIServer interface. So the code register rmi service with HARMIServer is different with sample code in JbossClustering7.pdf doc. I also can not found HARMIProxyCallback. May be somebody give me sample which register and use HA-RMI

[JBoss-user] [Clustering/JBoss] - Re: EJB and Http load balancing

2006-02-22 Thread duylt
I have same problem with you. In case of HA-RMI it have message | Caused by: java.rmi.RemoteException: Service unavailable. | at org.jboss.ha.framework.interfaces.HARMIClient.invokeRemote(HARMIClient.java:184) | at

[JBoss-user] [Clustering/JBoss] - Re: stateless session bean fail over and HA-RMI fail over no

2006-02-21 Thread duylt
thank you for your reply. In my jboss.xml have clusteredTrue/clustered but same proplem still occur. And recieve exception in client code as : Error unmarshaling return header; nested exception is: | java.net.SocketException: Connection reset | Connection refused to host:

[JBoss-user] [Clustering/JBoss] - stateless session bean fail over and HA-RMI fail over not wo

2006-02-20 Thread duylt
dear all, i have 2 jboss 4.03Ssp1 be configed as cluster. And one stateless session bean with load balance and fail over enable. But it seem to be not work. Stateless bean also deployed in 2 server this is my ejb-jab.xml ?xml version=1.0 encoding=UTF-8? !DOCTYPE ejb-jar PUBLIC -//Sun

[JBoss-user] [Installation Configuration] - Is there any way to config max user using JBoss?

2004-10-27 Thread duylt
Is there any way to config max user using JBoss? .if have please show me how to do that Thank View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3852879#3852879 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852879

[JBoss-user] [Installation Configuration] - Re: Is there any way to config max user using JBoss?

2004-10-27 Thread duylt
it's max user logged on to web app I found that config that in tomcat Manager-MaxActiveSession. But I don't know how to do that in jboss View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853015#3853015 Reply to the post :