Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Remote Services: Problem with connection on the same port again

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Wojciech Galanciak wrote:
> Hi,
> I described my problem in
> bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=286939.
> I should add that after first try we call (I added additional comments):
> 
> public void disconnect() {
>                 // if we are connected with remote service
> (remoteRosgiHost) we call its disconnect method which is almost the same
> as this
> if (remoteRosgiHost != null) {
> remoteRosgiHost.disconnect();
> remoteRosgiHost = null;
> }
>                 // unregister out remote service
> if (remoteBackendChangeListenerService != null) {
> remoteBackendChangeListenerService.unregister();
> remoteBackendChangeListenerService = null;
> }
> if (containerManagerServiceTracker != null) {
> containerManagerServiceTracker.close();
> containerManagerServiceTracker = null;
> }
> if (container != null) {
> container.disconnect();
> container = null;
> }
> }
> After that we try to connect again and it ended successfully. Do you
> have any idea what is wrong?

Hi Wojciech,

can you try and check if bug 248545 [1] addresses your problem?

Markus

[1] https://bugs.eclipse.org/248545
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkqVAKAACgkQH/hL0IhDj1k11wCfZKN+6PHkFDiENgJ5tgWMbEor
GGIAoMRQdVua6WdFezibDFiOX2/asGTw
=51tg
-----END PGP SIGNATURE-----


Back to the top