Hi all, 
I have two Host (A,B).
Each host has a multihomed Jboss installation.
Server A : Address ipA1, Address IpA2
Server B : Address ipB1, Address IpB2

Server A : Jboss1, Jboss2
Server B : Jboss1, Jboss2

Each Jboss1 is in the same cluster.
Jboss2 are another cluster.

My jboss version is 3.2.2.

Jboss1 contains a j2ee application and hosts some ejbs (Stateless EJB)
Jboss2 contains only ejbs (Stateless EJB).

In a JSP page I do two lookups : one for an EJB hosted by Jboss1 and
one for an EJB hosted by Jboss2. Jndi query are cached.


If I stop Jboss2, sometimes I get Service unavalible in the stack trace.
But this happends only for ejbs of Jboss2.
My jndi lookup looks like this :
    
p.put(Context.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingContextFactory");
    p.put(Context.URL_PKG_PREFIXES,"org.jboss.naming:org.jnp.interfaces");
    p.put(Context.PROVIDER_URL,"ipA1:1101,ipA2:1101");
    p.put("jnp.partitionName","myPartition");
    p.put("jnp.discoveryGroup","224.10.10.10");
    p.put("jnp.discoveryPort","1103");


Moreover, Jboss1 and Jboss2 have different Partition and Multicast
address. Each Jboss is started with --host option.


Anyone can help me ?

BEST REGARDS


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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to