[jboss-dev-forums] [Design of JBoss Remoting, Unified Invokers] - Can not get connection to server - port out of range -1

tsaulpau do-not-reply at jboss.com
Thu May 21 19:40:07 EDT 2009


I'm getting this exception from the Invoker:

INFO   | jvm 1    | main    | 2009/05/21 16:21:13 |     EXCEPTION:  org.jboss.remoting.CannotConnectException: Can not get connection to
 server. Problem establishing socket connection for InvokerLocator [socket://toms-d2003x64/10.1.3.100:1600]
INFO   | jvm 1    | main    | 2009/05/21 16:21:13 | org.jboss.remoting.CannotConnectException: Can not get connection to server. Problem
 establishing socket connection for InvokerLocator [socket://toms-d2003x64/10.1.3.100:1600]
INFO   | jvm 1    | main    | 2009/05/21 16:21:13 |     at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroS
ocketClientInvoker.java:525)
INFO   | jvm 1    | main    | 2009/05/21 16:21:13 |     at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.j
ava:125)
INFO   | jvm 1    | main    | 2009/05/21 16:21:13 |     at org.jboss.remoting.Client.invoke(Client.java:630)
INFO   | jvm 1    | main    | 2009/05/21 16:21:13 |     at org.jboss.remoting.Client.invoke(Client.java:622)
INFO   | jvm 1    | main    | 2009/05/21 16:21:13 |     at org.jboss.remoting.Client.invoke(Client.java:607)
INFO   | jvm 1    | main    | 2009/05/21 16:21:13 |     at com.i365.archive.contentservice.ContentServiceImpl.invoke(ContentServiceImpl.
java:436)
INFO   | jvm 1    | main    | 2009/05/21 16:21:13 |     at com.metalincs.analysis.framework.Main.startAllServices(Main.java:403)
INFO   | jvm 1    | main    | 2009/05/21 16:21:13 |     at com.metalincs.analysis.framework.Main.start(Main.java:169)
INFO   | jvm 1    | main    | 2009/05/21 16:21:13 |     at org.tanukisoftware.wrapper.WrapperManager$11.run(WrapperManager.java:3011)
INFO   | jvm 1    | main    | 2009/05/21 16:21:13 | Caused by: java.lang.IllegalArgumentException: port out of range:-1
INFO   | jvm 1    | main    | 2009/05/21 16:21:13 |     at java.net.InetSocketAddress.(Unknown Source)
INFO   | jvm 1    | main    | 2009/05/21 16:21:13 |     at org.jboss.remoting.transport.socket.SocketClientInvoker.createSocket(SocketCl
ientInvoker.java:178)
INFO   | jvm 1    | main    | 2009/05/21 16:21:13 |     at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.getConnection(Mi
croSocketClientInvoker.java:796)
INFO   | jvm 1    | main    | 2009/05/21 16:21:13 |     at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroS
ocketClientInvoker.java:521)
INFO   | jvm 1    | main    | 2009/05/21 16:21:13 |     ... 8 more
INFO   | jvm 1    | main    | 2009/05/21 16:21:13 |

Does anybody know what causes this?

Is this valid?:  socket://toms-d2003x64/10.1.3.100:1600

I also get this if I try port 5400 like in the samples.

Thanks,

Tom

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

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



More information about the jboss-dev-forums mailing list