Skip to main content



      Home
Home » Newcomers » Newcomers » Taverna Workbench
Taverna Workbench [message #265237] Mon, 06 October 2008 05:53 Go to next message
Eclipse UserFriend
Hi, I'm a Biomedical Engineering,
and I've some problem to install CVS repository of Taverna Workbench. I
already tried much(installing plug-in,update etc..) but the problem is the
always the same: I can't connect with the repository by Eclipse, under
Unix instead is possible!!
By the tutorial the instructions explain:

Prerequisite:
http://www.mygrid.org.uk/dev/wiki/display/developer/Prerequi sites

It's ok.


Paste this location into the Host field:

:pserver:anonymous@taverna.cvs.sourceforge.net:/cvsroot/taverna

and it'ok, but when I try the check-out of CVS the error message is the
same:
Cannot connect to host:connection refused

If somebody has some hints or suggestions please reply to me...



Thanks everybody.

Massimiliano Armento
Istituto Nazionale per la Ricerca sul Cancro,
c/o Centro Biotecnologie Avanzate, Torre B - Piano 2
Largo Rosanna Benzi, 10 - I-16132 Genova - Italy Tel:+39-0105737-288
Re: Taverna Workbench [message #265243 is a reply to message #265237] Mon, 06 October 2008 07:17 Go to previous messageGo to next message
Eclipse UserFriend
Massimiliano,

It worked fine for me on windows. Are you able to "ping
taverna.cvs.sourceforge.net" this host from command line?


Massimiliano Armento wrote:
> Hi, I'm a Biomedical Engineering,
> and I've some problem to install CVS repository of Taverna Workbench.
> I already tried much(installing plug-in,update etc..) but the problem
> is the always the same: I can't connect with the repository by
> Eclipse, under Unix instead is possible!!
> By the tutorial the instructions explain:
>
> Prerequisite:
> http://www.mygrid.org.uk/dev/wiki/display/developer/Prerequi sites
>
> It's ok.
>
>
> Paste this location into the Host field:
>
> :pserver:anonymous@taverna.cvs.sourceforge.net:/cvsroot/taverna
>
> and it'ok, but when I try the check-out of CVS the error message is
> the same:
> Cannot connect to host:connection refused
>
> If somebody has some hints or suggestions please reply to me...
>
>
>
> Thanks everybody.
>
> Massimiliano Armento
> Istituto Nazionale per la Ricerca sul Cancro,
> c/o Centro Biotecnologie Avanzate, Torre B - Piano 2
> Largo Rosanna Benzi, 10 - I-16132 Genova - Italy Tel:+39-0105737-288
>
Re: Taverna Workbench [message #265249 is a reply to message #265243] Mon, 06 October 2008 08:56 Go to previous messageGo to next message
Eclipse UserFriend
Thanks for your fast reply!!

The problem is that by WinXp shell my firewall not allow the mode ping,
but by Unix shell I was able to connect and download the CVS repository!
So I think the problem is in the code of Taverna because otherwise even
through Unix I would not have been able to download taverna.
Can I do a question?What port did you use to set the properties of CVS?
Mine in default is : 2401 and you?

Cheers,
Massimiliano Armento

Ed Merks wrote:

> Massimiliano,

> It worked fine for me on windows. Are you able to "ping
> taverna.cvs.sourceforge.net" this host from command line?




Massimiliano Armento
Istituto Nazionale per la Ricerca sul Cancro,
c/o Centro Biotecnologie Avanzate, Torre B - Piano 2
Largo Rosanna Benzi, 10 - I-16132 Genova - Italy Tel:+39-0105737-288
Re: Taverna Workbench [message #265251 is a reply to message #265249] Mon, 06 October 2008 09:03 Go to previous messageGo to next message
Eclipse UserFriend
Massimiliano,

I just have "Use default port" checked; I don't know what port number it
uses in that case. It definitely all sounds firewall/port related...


Massimiliano Armento wrote:
> Thanks for your fast reply!!
>
> The problem is that by WinXp shell my firewall not allow the mode
> ping, but by Unix shell I was able to connect and download the CVS
> repository!
> So I think the problem is in the code of Taverna because otherwise
> even through Unix I would not have been able to download taverna.
> Can I do a question?What port did you use to set the properties of CVS?
> Mine in default is : 2401 and you?
>
> Cheers,
> Massimiliano Armento
>
> Ed Merks wrote:
>
>> Massimiliano,
>
>> It worked fine for me on windows. Are you able to "ping
>> taverna.cvs.sourceforge.net" this host from command line?
>
>
>
>
> Massimiliano Armento
> Istituto Nazionale per la Ricerca sul Cancro,
> c/o Centro Biotecnologie Avanzate, Torre B - Piano 2
> Largo Rosanna Benzi, 10 - I-16132 Genova - Italy Tel:+39-0105737-288
>
>
>
Re: Taverna Workbench [message #265264 is a reply to message #265249] Mon, 06 October 2008 09:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

Massimiliano Armento wrote:
> Thanks for your fast reply!!
>
> The problem is that by WinXp shell my firewall not allow the mode ping,
> but by Unix shell I was able to connect and download the CVS repository!
> So I think the problem is in the code of Taverna because otherwise even
> through Unix I would not have been able to download taverna.
> Can I do a question?What port did you use to set the properties of CVS?
> Mine in default is : 2401 and you?

That is the normal port for pserver connections. I was able to connect
on that port to taverna.cvs.sourceforge.net
If ping is blocked for you, try using telnet. In a Windows command line,
type:
telnet taverna.cvs.sourceforge.net 2401
If it is able to connect, your command line should go blank and when you
hit <Enter> you should get a message like:
"cvs [pserver aborted]: bad auth protocol start:"

If you can not connect, you'll get an error message stating so.

Hope this helps,
Eric
Re: Taverna Workbench [message #265266 is a reply to message #265264] Mon, 06 October 2008 10:51 Go to previous messageGo to next message
Eclipse UserFriend
Eric,
I tried with telnet and pserver aborted...With SSh or EXTSSH it's okay but
the "blank password" is not accepted,so aborted after a little attempts,
while by Unix is always ok...Now I'm looking for another way because it's
very strange this problem..
Maybe the problem is in my port, I'll check if there is another port with
same duty...

Thanks a lot!

> Massimiliano Armento wrote:
>> Thanks for your fast reply!!
>>
>> The problem is that by WinXp shell my firewall not allow the mode ping,
>> but by Unix shell I was able to connect and download the CVS repository!
>> So I think the problem is in the code of Taverna because otherwise even
>> through Unix I would not have been able to download taverna.
>> Can I do a question?What port did you use to set the properties of CVS?
>> Mine in default is : 2401 and you?

> That is the normal port for pserver connections. I was able to connect
> on that port to taverna.cvs.sourceforge.net
> If ping is blocked for you, try using telnet. In a Windows command line,
> type:
> telnet taverna.cvs.sourceforge.net 2401
> If it is able to connect, your command line should go blank and when you
> hit <Enter> you should get a message like:
> "cvs [pserver aborted]: bad auth protocol start:"

> If you can not connect, you'll get an error message stating so.

> Hope this helps,
> Eric
Re: Taverna Workbench [message #265336 is a reply to message #265266] Thu, 09 October 2008 06:43 Go to previous message
Eclipse UserFriend
Hi,
the problem seems to be on the corporate firewall, the system
administrator seems reconfiguring the gates to be able to access Internet.
Basically the ISP to which I connected not allowed to leave port 2401, so
because positioned by the Admin. system... I will make if works. If
someone can be useful my experience ...

cheers all
Previous Topic:contributing to org.eclipse.jface.text.templates line delimiter problem
Next Topic:Looking for a Newbie/Intro thread
Goto Forum:
  


Current Time: Fri Aug 29 16:08:23 EDT 2025

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

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

Back to the top