Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] RSE failing to connect to remote dstore system.

The problem is that you have told the IDE to launch the server for you, but you have launched the server yourself at the command line. If you want to launch it yourself, you need to select "Connect to a running server" and then specify the port number in the subsystem properties. There's a section in the help that goes over all this stuff in detail which you may find helpful.

===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto

Inactive hide details for Chris Genly ---10/22/2010 02:06:50 PM---I'm trying to create a remote C project. I'm getting stuck onChris Genly ---10/22/2010 02:06:50 PM---I'm trying to create a remote C project. I'm getting stuck on the creating the RSE connection. I cre


From:

Chris Genly <genly@xxxxxxxxxxxxxxxxx>

To:

ptp-user@xxxxxxxxxxx

Date:

10/22/2010 02:06 PM

Subject:

[ptp-user] RSE failing to connect to remote dstore system.

Sent by:

ptp-user-bounces@xxxxxxxxxxx




I'm trying to create a remote C project. I'm getting stuck on the creating the RSE connection. I create the connection, then set the port via properties. I right click on the connection and select 'connect'. I'm getting the error "Daemon failed to launch server on LONGHORN using port 4033"

Attached is a PNG showing my RSE view, RSE details view including port numbers, and the error message.

Below is how I get, install and run rdt server.

I check the connection from my laptop, where I am running Ecilpse, to the remote system, longhorn, by opening a browser and connecting to longhorn:4033. An xml document is shown in the browser. This shows I don't have a firewall or routing problem.

I'm running Eclipse Helios 3.6.1. The Eclipse Installation Details show PTP 4.0.3.201009162109 is installed.

Thanks,
Chris


+ wget 'http://www.eclipse.org/downloads/download.php?file=/tools/ptp/builds/helios/I.I201009162109/rdt-server-linux-4.0.3.tar&url="">
ttp://ftp.osuosl.org/pub/eclipse/tools/ptp/builds/helios/I.I201009162109/rdt-server-linux-4.0.3.tar&mirror_id=272'
--2010-10-22 12:43:48-- http://www.eclipse.org/downloads/download.php?file=/tools/ptp/builds/helios/I.I201009162109/rdt-server-linu
x-4.0.3.tar&url="">
Resolving www.eclipse.org... 206.191.52.46
Connecting to www.eclipse.org|206.191.52.46|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://ftp.osuosl.org/pub/eclipse/tools/ptp/builds/helios/I.I201009162109/rdt-server-linux-4.0.3.tar [following]
--2010-10-22 12:43:49-- http://ftp.osuosl.org/pub/eclipse/tools/ptp/builds/helios/I.I201009162109/rdt-server-linux-4.0.3.tar
Resolving ftp.osuosl.org... 140.211.166.134
Connecting to ftp.osuosl.org|140.211.166.134|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5396480 (5.1M) [application/x-tar]
Saving to: `rdt-server-linux-4.0.3.tar.2'

100%[======================================>] 5,396,480 772K/s in 7.0s

2010-10-22 12:43:56 (751 KB/s) - `rdt-server-linux-4.0.3.tar.2' saved [5396480/5396480]

+ tar xvf rdt-server-linux-4.0.3.tar
rdt-server/auth.pl
rdt-server/build.dat
rdt-server/cdtminer.jar
rdt-server/cdtmodel.jar
rdt-server/cdtparser.jar
rdt-server/clientserver.jar
rdt-server/com.ibm.icu.base_4.2.1.v20100412.jar
rdt-server/daemon.pl
rdt-server/dstore_core.jar
rdt-server/dstore_extra_server.jar
rdt-server/dstore_miners.jar
rdt-server/epl-v10.html
rdt-server/languages.properties
rdt-server/lrparser.jar
rdt-server/minerFile.dat
rdt-server/net.sourceforge.lpg.lpgjavaruntime_1.1.0.v200803061910.jar
rdt-server/notice.html
rdt-server/org.eclipse.core.filesystem_1.3.0.v20100526-0737.jar
rdt-server/org.eclipse.core.runtime_3.6.0.v20100505.jar
rdt-server/org.eclipse.equinox.common_3.6.0.v20100503.jar
rdt-server/patterns.dat
rdt-server/rdtserver_version.dat
rdt-server/rsecomm.properties
rdt-server/server.pl
rdt-server/spawner.jar
rdt-server/ssl.properties
rdt-server/stubs.jar
rdt-server/upcparser.jar
rdt-server/xlcparser.jar
+ cd rdt-server
+ perl ./server.pl
DStore Server Starting...
Server Started Successfully
4033
Server running on: longhorn[attachment "rse.png" deleted by Chris Recoskie/Toronto/IBM] _______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user


GIF image

GIF image


Back to the top