Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Communications Framework (ECF) » Can't connect to ECF server
Can't connect to ECF server [message #541597] Mon, 21 June 2010 17:58 Go to next message
Tom Mising name is currently offline Tom Mising nameFriend
Messages: 8
Registered: June 2010
Junior Member
I've tried connecting to ECF server just as described in the wiki. but I'm getting an error message: http://img197.imageshack.us/img197/9756/screenshotconnectfailed.png

can anyone tell me what am I doing wrong?

tnx
Re: Can't connect to ECF server [message #541677 is a reply to message #541597] Tue, 22 June 2010 07:01 Go to previous messageGo to next message
Markus Kuppe is currently offline Markus KuppeFriend
Messages: 177
Registered: July 2009
Senior Member
On 06/21/2010 07:58 PM, Tom wrote:
> I've tried connecting to ECF server just as described in the wiki. but
> I'm getting an error message:
> can anyone tell me what am I doing wrong?

What kind of error message do you get and what is the server url? If it
is ecftcp://ecf.eclipse.org:3282/server I am not the server is up and
running. So you might want to try connecting to your own instance of ECF
generic server.

Markus
Re: Can't connect to ECF server [message #542050 is a reply to message #541677] Wed, 23 June 2010 16:18 Go to previous messageGo to next message
Tom Mising name is currently offline Tom Mising nameFriend
Messages: 8
Registered: June 2010
Junior Member
I assume you red my post via a cell phone because I pasted an image of the error message.
and it is that URL, and I'd love to connect to my own instance of ECF, but that's a whole other problem: I'm running linux and there are only instructions for eclipse.exe for running a ECF server.

If you (or anyone else, don't be shy Very Happy ) can guide me through on any of these problems I will very much appreciate it.
Re: Can't connect to ECF server [message #542188 is a reply to message #542050] Thu, 24 June 2010 08:19 Go to previous messageGo to next message
Markus Kuppe is currently offline Markus KuppeFriend
Messages: 177
Registered: July 2009
Senior Member
On 06/23/2010 06:18 PM, Tom wrote:
> I assume you red my post via a cell phone because I pasted an image of
> the error message.

Odd, I don't see an image nor an indicator and I am using Thunderbird
with HTML activated. I assume you used http://eclipse.org/forums to post
your message and the nntp bridge cannot handle images.

Anyway, if possible please provide a text dump of the error, especially
what shows up in the "details" part of the dialog. But I just checked,
ecf.eclipse.org does not run the ECF generic server. The wiki has been
updated.

> and it is that URL, and I'd love to connect to my own instance of ECF,
> but that's a whole other problem: I'm running linux and there are only
> instructions for eclipse.exe for running a ECF server.

On Linux there exists also a binary launcher called "eclipse". That is
basically all you have to change when you want to run the server on Linux.

Markus
Re: Can't connect to ECF server [message #542868 is a reply to message #542050] Sat, 26 June 2010 21:38 Go to previous messageGo to next message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Tom,

See the product configurations in this bundle

org.eclipse.ecf.server.generic

This bundle is located here in the source code repository:

server-side/bundles/org.eclipse.ecf.server.generic

OR if you've got the ECF Helios installed, you can import this plugin
directly into your workspace.

Within the bundle, there is a product configuration file:

products/Generic Server Equinox App.product

This product configuration will let you run/debug an ECF generic server
(on localhost or wherever you choose)...and you can also use it to build
and package (aka export) a platform-specific runnable. To do this you
may need to change the Generic Server Equinox App.product
configuration...i.e. to build/export properly for your platform.

Scott


Tom wrote:
> I assume you red my post via a cell phone because I pasted an image of
> the error message.
> and it is that URL, and I'd love to connect to my own instance of ECF,
> but that's a whole other problem: I'm running linux and there are only
> instructions for eclipse.exe for running a ECF server.
>
> If you (or anyone else, don't be shy :d ) can guide me through on any of
> these problems I will very much appreciate it.
Re: Can't connect to ECF server [message #544464 is a reply to message #541597] Fri, 02 July 2010 18:23 Go to previous messageGo to next message
Tom Mising name is currently offline Tom Mising nameFriend
Messages: 8
Registered: June 2010
Junior Member
First of all I would like to apologize it took me so long to respond back. I tried to upgrade my Ubuntu distro in hope it will fix some problems, it ended up just causing more.

now, for the error message in text form:
Title:
"Connection failed"

Content:
"Could not connect to ecftcp://ecf.eclipse.org:3282/server
Reason:
exception during connection to ecftcp://ecf.eclipse.org:3282/server"

Details:
"Connection refused"

and about Scott's post, I am very sorry for the ignorance but could you please guide me step by step from the main window in eclipse, because I really don't know where to find this bundle.
tnx.
Re: Can't connect to ECF server [message #544519 is a reply to message #544464] Sat, 03 July 2010 07:40 Go to previous message
Markus Kuppe is currently offline Markus KuppeFriend
Messages: 177
Registered: July 2009
Senior Member
On 07/02/2010 08:23 PM, Tom wrote:

> now, for the error message in text form:
> Title: "Connection failed"
>
> Content: "Could not connect to ecftcp://ecf.eclipse.org:3282/server
> Reason:
> exception during connection to ecftcp://ecf.eclipse.org:3282/server"
>
> Details:
> "Connection refused"

There is no server running at ecftcp://ecf.eclipse.org:3282/server You
will have to setup your own instance as described in the wiki [0].

Markus

[0] http://wiki.eclipse.org/ECF_Servers
Re: Can't connect to ECF server [message #625275 is a reply to message #541677] Wed, 23 June 2010 16:18 Go to previous message
Tom Mising name is currently offline Tom Mising nameFriend
Messages: 8
Registered: June 2010
Junior Member
I assume you red my post via a cell phone because I pasted an image of the error message.
and it is that URL, and I'd love to connect to my own instance of ECF, but that's a whole other problem: I'm running linux and there are only instructions for eclipse.exe for running a ECF server.

If you (or anyone else, don't be shy :d ) can guide me through on any of these problems I will very much appreciate it.
Re: Can't connect to ECF server [message #625276 is a reply to message #542050] Thu, 24 June 2010 08:19 Go to previous message
Markus Kuppe is currently offline Markus KuppeFriend
Messages: 177
Registered: July 2009
Senior Member
On 06/23/2010 06:18 PM, Tom wrote:
> I assume you red my post via a cell phone because I pasted an image of
> the error message.

Odd, I don't see an image nor an indicator and I am using Thunderbird
with HTML activated. I assume you used http://eclipse.org/forums to post
your message and the nntp bridge cannot handle images.

Anyway, if possible please provide a text dump of the error, especially
what shows up in the "details" part of the dialog. But I just checked,
ecf.eclipse.org does not run the ECF generic server. The wiki has been
updated.

> and it is that URL, and I'd love to connect to my own instance of ECF,
> but that's a whole other problem: I'm running linux and there are only
> instructions for eclipse.exe for running a ECF server.

On Linux there exists also a binary launcher called "eclipse". That is
basically all you have to change when you want to run the server on Linux.

Markus
Re: Can't connect to ECF server [message #625279 is a reply to message #542050] Sat, 26 June 2010 21:38 Go to previous message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Tom,

See the product configurations in this bundle

org.eclipse.ecf.server.generic

This bundle is located here in the source code repository:

server-side/bundles/org.eclipse.ecf.server.generic

OR if you've got the ECF Helios installed, you can import this plugin
directly into your workspace.

Within the bundle, there is a product configuration file:

products/Generic Server Equinox App.product

This product configuration will let you run/debug an ECF generic server
(on localhost or wherever you choose)...and you can also use it to build
and package (aka export) a platform-specific runnable. To do this you
may need to change the Generic Server Equinox App.product
configuration...i.e. to build/export properly for your platform.

Scott


Tom wrote:
> I assume you red my post via a cell phone because I pasted an image of
> the error message.
> and it is that URL, and I'd love to connect to my own instance of ECF,
> but that's a whole other problem: I'm running linux and there are only
> instructions for eclipse.exe for running a ECF server.
>
> If you (or anyone else, don't be shy :d ) can guide me through on any of
> these problems I will very much appreciate it.
Previous Topic:Can't connect to ECF server
Next Topic:Event Admin is null when debugging in eclipse, not in command line
Goto Forum:
  


Current Time: Fri Mar 29 12:09:46 GMT 2024

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

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

Back to the top