[jboss-user] [JNDI/Naming/Network] - ConnectException trying to run JUnit Test

mschwarz do-not-reply at jboss.com
Tue Jul 3 04:19:22 EDT 2007


Hi folks.

I've read Wiki and FAQ concerning JBossNS and have searched the forum for answers to my problem, but I really didn't get any.
Maybe I'm just plain stupid, but even if so - I would appreciate your help!

I am using JBoss 3.2.7 and it starts up fine, telling me

  | INFO  [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=localhost/127.0.0.1, Client SocketFactory=null, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory at ad093076

When I want to run a remote JUnit test case from my IntelliJ IDEA, I include the jndi properties in the vm parameters:
-Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  | -Djava.naming.provider.url=jnp://localhost:1099
  | -Djava.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
  | 

Unfortunately I still can not connect to my local server:
javax.naming.CommunicationException [Root exception is java.rmi.ConnectException: Connection refused to host: 10.64.2.160; nested exception is: 
  | 	java.net.ConnectException: Connection refused: connect]
  | 	at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:703)
  | 	at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:568)
  | 	at javax.naming.InitialContext.lookup(InitialContext.java:347)
  | 


The IP address listed in the stack trace is my local address.
What am I missing here ?

Thanx in advance!

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

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



More information about the jboss-user mailing list