Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] R-OSGi, Host bind 9278 port on localhost and client could not connect to this

-----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?

Thanks.

- --
Pavel Samolisov

Meet me at:
Vkontakte.ru: http://vkontakte.ru/id3178981
Blog: http://samolisov.blogspot.com
Twitter: http://twitter.com/samolisov
XMPP/Jabber: samolisov@xxxxxxxxx
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkrR9iYACgkQ20T0Vos3rqAHsQCgxfDnHXXqOmpV5yqf0CdWUWow
UuUAoK8sfC196sV2fVJdOLiCzge8OZE3
=MPZk
-----END PGP SIGNATURE-----


Back to the top