Scott,
this is the exception message i'm seeing:
org.jnp.interfaces.Naming
org.jboss.ha.framework.interfaces.HARMIProxy
Failed to retrieve stub from server 192.168.8.11:1100
And this is the stack trace:
at org.jnp.interfaces.NamingContext.discoverServer(Hashtable )
at org.jnp.interfaces.NamingContext.checkRef(Hashtable )
at org.jnp.interfaces.NamingContext.lookup(Name )
at org.jnp.interfaces.NamingContext.lookup(String )
at javax.naming.InitialContext.lookup(String )
at clientedotnet.Class1.Main(String[] args) in c:\proyectos\ikvm\clientedotnet.exe
The exception message "Failed to retrive stub from server" is located in the file
org.jnp.interfaces.NamingContext, method getServer:
try {
...
// Get stub from naming server
BufferedInputStream bis = new BufferedInputStream(s.getInputStream());
ObjectInputStream in = new ObjectInputStream(bis);
MarshalledObject stub = (MarshalledObject) in.readObject();
server = (Naming) stub.get();
s.close();
// Add it to cache
addServer(hostKey, server);
serverEnv.put("hostKey", hostKey);
return server;
}
catch(IOException e)
{
NamingException ex = new CommunicationException("Failed to retrieve stub from
server "+hostKey);
ex.setRootCause(e);
throw ex;
Any idea on this exception ?
I'm using Jboss 3.2.5
Thanks in advance
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850279#3850279
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850279
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user