[jboss-dev-forums] [Design of Clustering on JBoss (Clusters/JBoss)] - Re: Convert HA-JNDI Proxies to Remoting (JBAS-3151)
bstansberry@jboss.com
do-not-reply at jboss.com
Wed Aug 23 13:42:32 EDT 2006
See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=87198 for a problem created by the use of RMI for this service (or any clustered service.) Basically, if separate networks are used for client and internal cluster traffic, a node cannot start and join the cluster if the client network is down. The RMI stubs that the DRM distributes around the cluster try to contact their origin server upon deserilization; this fails because the client network is down.
Not a huge problem, but it prevents the server starting properly and then becoming automagically usable when the client network is restored.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967058#3967058
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967058
More information about the jboss-dev-forums
mailing list