Re: reggie started?
Mark Brouwer <[email protected]>
| Newsgroups | gmane.comp.java.sun.jini |
|---|---|
| Message-ID | <[email protected]> |
Rikard Elofsson wrote:
> Hello all
>
> I start reggie from my application with:
>
> String[] args = { "config/jini/reggie/start-transient-reggie.config"};
> ServiceStarter.main(args);
>
> When I try to do a unicast lookup against it a little later I sometimes
> (on Windows) and always (on Linux) get a "Connection refused" exception
> but it works after that. I suppose it is because the reggie socket is
> not yet up? Is it possible to get rid of this nuisance and how?
Rikard,
You probably feel it coming ... ... can you post the complete stacktrace?
But when it is the connection refused exception means there is no
process listing on the host/port combination you are trying to connect
to due to unicast discovery I don't understand why you want to get rid
of it in the first place. Can you also indicate what is doing the
unicast lookup, is it the SDM or you from a Jini Service Browser.
--
Mark
--------------------------------------------------------------------------
Getting Started: http://www.jini.org/wiki/Category:Getting_Started
Community Web Site: http://jini.org
jini-users Archive: http://archives.java.sun.com/archives/jini-users.html
Unsubscribing: email "signoff JINI-USERS" to [email protected]