Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » DSDP » rse; dstore connector service; using port 0 error
rse; dstore connector service; using port 0 error [message #13358] Mon, 21 April 2008 07:18 Go to next message
Eclipse UserFriend
Originally posted by: mail05.sanderscorner.com

Hi,

I installed RSE in Eclipse and the dstore server on a Linux system.
The daemon is running at port 4075 (reachable from the workstation, can
telnet to it).
In the connector service port 4075 was defined..
Still when coonecting apparently the connection is not made on port
4075, since this message appears:

Daemon failed to launch server on SUTR101 using port 0
Daemon failed to launch server on SUTR101 using port 0

Am I still missing something?

Anyone?

Sander de Boer

Eclipse 3.3.1.1, Windows
RSE server rseserver-3.0M6-linux
RSE eclipse side: Remote System Explorer Extender SDK v 3.0.0
Re: rse; dstore connector service; using port 0 error [message #13378 is a reply to message #13358] Tue, 22 April 2008 15:45 Go to previous messageGo to next message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hi Sander,

please ask such questions on the eclipse.dsdp.tm newsgroup which
is specific for TM and RSE.

Your problem sounds like the wrong JVM is selected by the dstore daemon;
it supports the Sun JVM only, but not the gcj JVM. Please try explicitly
setting a PATH on the server that points to a Sun, IBM or BEA JVM before
you launch the Daemon. See also

https://bugs.eclipse.org/bugs/show_bug.cgi?id=198093
https://bugs.eclipse.org/bugs/show_bug.cgi?id=153246

Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm




Sander wrote:
> Hi,
>
> I installed RSE in Eclipse and the dstore server on a Linux system.
> The daemon is running at port 4075 (reachable from the workstation, can
> telnet to it).
> In the connector service port 4075 was defined..
> Still when coonecting apparently the connection is not made on port
> 4075, since this message appears:
>
> Daemon failed to launch server on SUTR101 using port 0
> Daemon failed to launch server on SUTR101 using port 0
>
> Am I still missing something?
>
> Anyone?
>
> Sander de Boer
>
> Eclipse 3.3.1.1, Windows
> RSE server rseserver-3.0M6-linux
> RSE eclipse side: Remote System Explorer Extender SDK v 3.0.0
Re: rse; dstore connector service; using port 0 error [message #13397 is a reply to message #13378] Wed, 23 April 2008 07:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mail05.sanderscorner.com

Martin Oberhuber wrote:
> Hi Sander,
>
> please ask such questions on the eclipse.dsdp.tm newsgroup which
> is specific for TM and RSE.
>
> Your problem sounds like the wrong JVM is selected by the dstore daemon;
> it supports the Sun JVM only, but not the gcj JVM. Please try explicitly
> setting a PATH on the server that points to a Sun, IBM or BEA JVM before
> you launch the Daemon. See also
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=198093
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=153246
>
> Cheers,
> --
> Martin Oberhuber, Senior Member of Technical Staff, Wind River
> Target Management Project Lead, DSDP PMC Member
> http://www.eclipse.org/dsdp/tm

Thanks for your reply, I'll ask there
Btw. using Sun's Java
Re: rse; dstore connector service; using port 0 error [message #13419 is a reply to message #13397] Wed, 23 April 2008 09:11 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Please still read those bugs, they contain interesting information how
to debug your issue (editing daemon.pl script and adding some echo
commands to trace into a file).

Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm




Sander wrote:
> Martin Oberhuber wrote:
>> Hi Sander,
>>
>> please ask such questions on the eclipse.dsdp.tm newsgroup which
>> is specific for TM and RSE.
>>
>> Your problem sounds like the wrong JVM is selected by the dstore
>> daemon; it supports the Sun JVM only, but not the gcj JVM. Please try
>> explicitly setting a PATH on the server that points to a Sun, IBM or
>> BEA JVM before you launch the Daemon. See also
>>
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=198093
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=153246
>>
>> Cheers,
>> --
>> Martin Oberhuber, Senior Member of Technical Staff, Wind River
>> Target Management Project Lead, DSDP PMC Member
>> http://www.eclipse.org/dsdp/tm
>
> Thanks for your reply, I'll ask there
> Btw. using Sun's Java
Re: rse; dstore connector service; using port 0 error [message #571790 is a reply to message #13358] Tue, 22 April 2008 15:45 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hi Sander,

please ask such questions on the eclipse.dsdp.tm newsgroup which
is specific for TM and RSE.

Your problem sounds like the wrong JVM is selected by the dstore daemon;
it supports the Sun JVM only, but not the gcj JVM. Please try explicitly
setting a PATH on the server that points to a Sun, IBM or BEA JVM before
you launch the Daemon. See also

https://bugs.eclipse.org/bugs/show_bug.cgi?id=198093
https://bugs.eclipse.org/bugs/show_bug.cgi?id=153246

Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm




Sander wrote:
> Hi,
>
> I installed RSE in Eclipse and the dstore server on a Linux system.
> The daemon is running at port 4075 (reachable from the workstation, can
> telnet to it).
> In the connector service port 4075 was defined..
> Still when coonecting apparently the connection is not made on port
> 4075, since this message appears:
>
> Daemon failed to launch server on SUTR101 using port 0
> Daemon failed to launch server on SUTR101 using port 0
>
> Am I still missing something?
>
> Anyone?
>
> Sander de Boer
>
> Eclipse 3.3.1.1, Windows
> RSE server rseserver-3.0M6-linux
> RSE eclipse side: Remote System Explorer Extender SDK v 3.0.0
Re: rse; dstore connector service; using port 0 error [message #571834 is a reply to message #13378] Wed, 23 April 2008 07:21 Go to previous message
Eclipse UserFriend
Originally posted by: mail05.sanderscorner.com

Martin Oberhuber wrote:
> Hi Sander,
>
> please ask such questions on the eclipse.dsdp.tm newsgroup which
> is specific for TM and RSE.
>
> Your problem sounds like the wrong JVM is selected by the dstore daemon;
> it supports the Sun JVM only, but not the gcj JVM. Please try explicitly
> setting a PATH on the server that points to a Sun, IBM or BEA JVM before
> you launch the Daemon. See also
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=198093
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=153246
>
> Cheers,
> --
> Martin Oberhuber, Senior Member of Technical Staff, Wind River
> Target Management Project Lead, DSDP PMC Member
> http://www.eclipse.org/dsdp/tm

Thanks for your reply, I'll ask there
Btw. using Sun's Java
Re: rse; dstore connector service; using port 0 error [message #571853 is a reply to message #13397] Wed, 23 April 2008 09:11 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Please still read those bugs, they contain interesting information how
to debug your issue (editing daemon.pl script and adding some echo
commands to trace into a file).

Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm




Sander wrote:
> Martin Oberhuber wrote:
>> Hi Sander,
>>
>> please ask such questions on the eclipse.dsdp.tm newsgroup which
>> is specific for TM and RSE.
>>
>> Your problem sounds like the wrong JVM is selected by the dstore
>> daemon; it supports the Sun JVM only, but not the gcj JVM. Please try
>> explicitly setting a PATH on the server that points to a Sun, IBM or
>> BEA JVM before you launch the Daemon. See also
>>
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=198093
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=153246
>>
>> Cheers,
>> --
>> Martin Oberhuber, Senior Member of Technical Staff, Wind River
>> Target Management Project Lead, DSDP PMC Member
>> http://www.eclipse.org/dsdp/tm
>
> Thanks for your reply, I'll ask there
> Btw. using Sun's Java
Previous Topic:rse; dstore connector service; using port 0 error
Next Topic:Minimize/Maximize buttons on title bar not working
Goto Forum:
  


Current Time: Fri Mar 29 06:50:58 GMT 2024

Powered by FUDForum. Page generated in 0.06225 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top