-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello, all
I try run
http://wiki.eclipse.org/Getting_Started_with_ECF's_RFC119_Implementation
example, but I have a problem.
Host registeres IHello service and bind 9278 port on the localhost (I
have disabled the automatic running of an R-OSGi instance). When I'm
running example consummer on the localhost, I get this message:
"WARNING: Port 9278 already in use. This instance of R-OSGi is running
on port 9279" and customer does not create proxy for IHello service
(method addingService is not called).
I tried call this code
ID server =
IDFactory.getDefault().createID(container.getConnectNamespace(),ROSGI_SERVICE_HOST);
container.connect(server, null);
but this does not work, too.
I use last daily build (10/11/2009).
Is this a bug? Or R-OSGi do not works on single mashine, and I should
use second computer for testing?