You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oodt.apache.org by "Mattmann, Chris A (3980)" <ch...@jpl.nasa.gov> on 2014/07/24 02:15:45 UTC

Re: [oodt-dev] pushpull with passive FTP

Moving this conversation to Apache OODT :)



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Chief Architect
Instrument Software and Science Data Systems Section (398)
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 168-519, Mailstop: 168-527
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Associate Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++






-----Original Message-----
From: <Stough>, "Timothy M   (398F)" <ti...@jpl.nasa.gov>
Reply-To: OODT Developers <oo...@list.jpl.nasa.gov>
Date: Wednesday, July 23, 2014 3:52 PM
To: oodt-dev <oo...@jpl.nasa.gov>
Subject: [oodt-dev] pushpull with passive FTP

>
>
>
>Hello All,
>
>
>I'm trying to use pushpull with Radix in a virtual machine.  The FTP site
>that I'm talking to gives me a 500 error because, I think, I'm trying to
>use active FTP from within a NAT connected VM.  So, how can I convince
>pushpull to use passive FTP?
>
>
>Thanks,
>Tim
>
>-----------------------------------------------------------------
>Tim Stough
>NASA/Caltech Jet Propulsion Lab
>Senior System ArchitectAssociate
> Program Manager,
> 
> NASA Applied Sciences Program,
> 
> Disaster Management for Solid Earth Hazards
>Data Understanding Group (Section 398)
>626-644-6574 (cell)
>818-393-5347 (office)
>-----------------------------------------------------------------
>
>
>
>


Re: [oodt-dev] pushpull with passive FTP

Posted by "Mattmann, Chris A (3980)" <ch...@jpl.nasa.gov>.
Thanks Cam, agreed.

Filed, here: https://issues.apache.org/jira/browse/OODT-740

Cheers,
Chris

P.S. Set the fix version for 0.8, since I don't think I will have
a chance at least to look at it in 0.7 which I'd like to roll soon.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Chief Architect
Instrument Software and Science Data Systems Section (398)
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 168-519, Mailstop: 168-527
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Associate Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++






-----Original Message-----
From: Cameron Goodale <go...@apache.org>
Reply-To: "dev@oodt.apache.org" <de...@oodt.apache.org>
Date: Sunday, August 3, 2014 7:31 AM
To: "dev@oodt.apache.org" <de...@oodt.apache.org>
Subject: Re: [oodt-dev] pushpull with passive FTP

>Tim and Chris,
>
>In the past I have run into a similar issue and I ended up using something
>else (wget or python) to fetch the data.  That being said I also lost the
>ability to check with FileManager to see if I had already downloaded and
>archived a file.
>
>All this to say I think it would be a good idea to setup an explicit
>option/setting which would be active by default, but could be set to
>passive for cases like Tim's.  This option becomes increasingly important
>as more and more of us are deploying code within VMs.
>
>I think this at least warrants a ticket in JIRA.
>
>
>-Cameron
>
>
>On Wed, Jul 23, 2014 at 5:15 PM, Mattmann, Chris A (3980) <
>chris.a.mattmann@jpl.nasa.gov> wrote:
>
>> Moving this conversation to Apache OODT :)
>>
>>
>>
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> Chris Mattmann, Ph.D.
>> Chief Architect
>> Instrument Software and Science Data Systems Section (398)
>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> Office: 168-519, Mailstop: 168-527
>> Email: chris.a.mattmann@nasa.gov
>> WWW:  http://sunset.usc.edu/~mattmann/
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> Adjunct Associate Professor, Computer Science Department
>> University of Southern California, Los Angeles, CA 90089 USA
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>
>>
>>
>>
>>
>>
>> -----Original Message-----
>> From: <Stough>, "Timothy M   (398F)" <ti...@jpl.nasa.gov>
>> Reply-To: OODT Developers <oo...@list.jpl.nasa.gov>
>> Date: Wednesday, July 23, 2014 3:52 PM
>> To: oodt-dev <oo...@jpl.nasa.gov>
>> Subject: [oodt-dev] pushpull with passive FTP
>>
>> >
>> >
>> >
>> >Hello All,
>> >
>> >
>> >I'm trying to use pushpull with Radix in a virtual machine.  The FTP
>>site
>> >that I'm talking to gives me a 500 error because, I think, I'm trying
>>to
>> >use active FTP from within a NAT connected VM.  So, how can I convince
>> >pushpull to use passive FTP?
>> >
>> >
>> >Thanks,
>> >Tim
>> >
>> >-----------------------------------------------------------------
>> >Tim Stough
>> >NASA/Caltech Jet Propulsion Lab
>> >Senior System ArchitectAssociate
>> > Program Manager,
>> >
>> > NASA Applied Sciences Program,
>> >
>> > Disaster Management for Solid Earth Hazards
>> >Data Understanding Group (Section 398)
>> >626-644-6574 (cell)
>> >818-393-5347 (office)
>> >-----------------------------------------------------------------
>> >
>> >
>> >
>> >
>>
>>


Re: [oodt-dev] pushpull with passive FTP

Posted by Cameron Goodale <go...@apache.org>.
Tim and Chris,

In the past I have run into a similar issue and I ended up using something
else (wget or python) to fetch the data.  That being said I also lost the
ability to check with FileManager to see if I had already downloaded and
archived a file.

All this to say I think it would be a good idea to setup an explicit
option/setting which would be active by default, but could be set to
passive for cases like Tim's.  This option becomes increasingly important
as more and more of us are deploying code within VMs.

I think this at least warrants a ticket in JIRA.


-Cameron


On Wed, Jul 23, 2014 at 5:15 PM, Mattmann, Chris A (3980) <
chris.a.mattmann@jpl.nasa.gov> wrote:

> Moving this conversation to Apache OODT :)
>
>
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Chief Architect
> Instrument Software and Science Data Systems Section (398)
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 168-519, Mailstop: 168-527
> Email: chris.a.mattmann@nasa.gov
> WWW:  http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Adjunct Associate Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>
>
>
>
>
> -----Original Message-----
> From: <Stough>, "Timothy M   (398F)" <ti...@jpl.nasa.gov>
> Reply-To: OODT Developers <oo...@list.jpl.nasa.gov>
> Date: Wednesday, July 23, 2014 3:52 PM
> To: oodt-dev <oo...@jpl.nasa.gov>
> Subject: [oodt-dev] pushpull with passive FTP
>
> >
> >
> >
> >Hello All,
> >
> >
> >I'm trying to use pushpull with Radix in a virtual machine.  The FTP site
> >that I'm talking to gives me a 500 error because, I think, I'm trying to
> >use active FTP from within a NAT connected VM.  So, how can I convince
> >pushpull to use passive FTP?
> >
> >
> >Thanks,
> >Tim
> >
> >-----------------------------------------------------------------
> >Tim Stough
> >NASA/Caltech Jet Propulsion Lab
> >Senior System ArchitectAssociate
> > Program Manager,
> >
> > NASA Applied Sciences Program,
> >
> > Disaster Management for Solid Earth Hazards
> >Data Understanding Group (Section 398)
> >626-644-6574 (cell)
> >818-393-5347 (office)
> >-----------------------------------------------------------------
> >
> >
> >
> >
>
>