Skip to main content

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

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
Description: PNG image


Back to the top