Patrick,

With your great help, I finally figure it out that it has bad entry in 
/etc/hosts files  on the server. It was like "127.0.0.1  localhost s04" and it 
is working now after remove "s04" from the end.

Thanks a lot!
Andrew

> Date: Fri, 16 Oct 2009 16:02:05 +0200
> Subject: Re: Multicase problem.
> From: pdoubl...@gmail.com 
> To: river-user@incubator.apache.org
> 
> Hi Andrew
> 
> Here's a stab in the dark. I suspect that the launch-all is using the
> config file at installverify/support/reggie.config.
> 
> Back that file up, then edit it and add
>    serverExporter = new
> BasicJeriExporter(TcpServerEndpoint.getInstance("REGGIE HOST ADDRESS",
> 0),
>                                            invocationLayerFactory,
>                                            false,
>                                            true);
> 
> where REGGIE HOST ADDRESS is the IP address of the server where you
> are running the LUS. Note the 0 parameter means "assign a port
> randomly".
> 
> After saving that change, restart your services and see what happens.
> If you turn logging up (level FINE) for net.jini.jeri you should see
> something like
>     157 Oct 16, 2009 3:58:54 PM net.jini.jeri.BasicJeriExporter export
>     158 FINE: export of
> com.sun.jini.reggie.transientregistrari...@398825b3 via
> BasicJeriExporter[TcpServerEndpoint[0],1a57e3ff-63bc-45d1-b64a-785be02b4596]
> returns proxy Proxy[    158
> Registrar,BasicInvocationHandler[BasicObjectEndpoint[1a57e3ff-63bc-45d1-b64a-785be02b4596,TcpEndpoint[127.0.1.1:37977]]]]
> 
> where the TcpEndpoint has the correct server IP.
> 
> Hope this works :)
> Patrick
                                          
_________________________________________________________________
New! Get to Messenger faster: Sign-in here now!
http://go.microsoft.com/?linkid=9677407

Reply via email to