[jboss-user] [JBoss Remoting Users] - Re: port problem on windows embedded pos
ron.sigal@jboss.com
do-not-reply at jboss.com
Mon Sep 14 22:50:17 EDT 2009
I don't know if this is relevant, but I just noticed I had a unit test that was creating an InvokerLocator with port == -1. It turns out that I was creating
| socket://10.32.10.88:40404&serializationtype=java
|
instead of
| socket://10.32.10.88:40404/?serializationtype=java
|
Later on, the parsing code in the InvokerLocator class turned the port into -1.
Moral: check InvokerLocator.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255199#4255199
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4255199
More information about the jboss-user
mailing list