[JBoss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException [Root exception is j

2006-05-06 Thread fdegreef
If I understood when you run a client on 4.0.2, you haven't the issue. You have the problem with 4.0.4. When you run your client on 4.0.4, do you use jar file of 4.0.2 (jbossall-client.jar, jboss-common.jar, jboss-common-client.jar, jnp-client.jar, ...following your needs) ? Do you change

[JBoss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException [Root exception is j

2006-05-04 Thread paolomac
Hi, I am getting the same exception when trying to call a remote ejb, did you get any resolution to this? Thanks, Paul View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941320#3941320 Reply to the post :

[JBoss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException [Root exception is j

2006-05-04 Thread paolomac
Forgot to mention, my Jboss version is 4.0.3SP1, Thanks, Paul View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3941321#3941321 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3941321

[JBoss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException

2006-01-24 Thread Logas
Hi! Try changing: Hashtable env = new Hashtable(); env.put(Context.INITIAL_CONTEXT_FACTORY,org.jnp.interfaces.NamingContextFactory); env.put(Context.PROVIDER_URL, http://localhost:1099/;); InitialContext intCtx = new InitialContext(env); For: Properties props = new Properties();

[JBoss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException

2005-05-31 Thread darranl
It looks like the home interface to the bean you have looked up is not on the classpath of the client. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3879543#3879543 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879543

[JBoss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException

2005-05-24 Thread darranl
Have you checked to make sure that your client is using the same versions of the jars that are shipped with the version of JBoss you are trying to connect to? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878858#3878858 Reply to the post :

[JBoss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException

2005-05-24 Thread ivyEibsoft
Thank you for your reply! Thank you very much! That's the solution! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878864#3878864 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878864