[Dart] Fwd: Re: dashboard build on OSX

Miller, James V (CRD) millerjv at crd.ge.com
Wed, 18 Jul 2001 10:42:49 -0400


(Sounds like Bill already fixed this.....)

But it looks like the ftp part is working.

The steps are:

1) ftp results to /incoming
2) http trigger the web server to tell it the data is there.

The message:

<P>atamai.irus.rri.on.ca/Darwin-1.3.7-c++/200107172230/XML/Test.xml submission successful.</P>

Means that the web server was able to find the file submitted and move it to the proper location. So
the ftp must have worked.

The other output about the HTTP proxy is somewhat of a red herring. We print that out just to tell
people what they may need to do if the http connection cannot be made.

Now, perhaps there is a problem in "closing" down the ftp connection because of the "passive"
requirement.

Perhaps line 92 of Dart/Source/Client/ftp.tcl should change from

set conn [ftp::Open $DropSite $DropSiteUser $DropSitePassword]

to 

set conn [ftp::Open $DropSite $DropSiteUser $DropSitePassword -mode passive]



-----Original Message-----
From: Bill Hoffman [mailto:bill.hoffman at kitware.com]
Sent: Wednesday, July 18, 2001 9:53 AM
To: Miller, James V (CRD)
Subject: RE: [Dart] Fwd: Re: dashboard build on OSX


The problem is this: "required to use passive ftp".
I am looking at the tcl ftp code to try and figure out how to get it
in passive mode.  Any ideas?

-Bill


At 09:51 AM 7/18/2001 -0400, Miller, James V (CRD) wrote:
>I saw this error once yesterday.  From the output, the trigger was successful. However, closing down
>the HTTP connection failed.
>
>I'll look into it.
>
>Sounds like we might need a GNATS for Dart.
>
>
>
>-----Original Message-----
>From: Bill Hoffman [mailto:bill.hoffman at kitware.com]
>Sent: Tuesday, July 17, 2001 6:49 PM
>To: dart at public.kitware.com
>Subject: [Dart] Fwd: Re: dashboard build on OSX
>
>
>Any ideas?
>
>>Date: Tue, 17 Jul 2001 18:33:04 -0400
>>X-Mailer: Apple Mail (2.388)
>>From: Yves Starreveld <ystarrev at uwo.ca>
>>To: Bill Hoffman <bill.hoffman at kitware.com>
>>Subject: Re: dashboard build on OSX
>>
>>Well, it runs fine.
>>
>>I think there are firewall issues, tho, which surprises me somewhat, since there are no other http
>firewall issues. We are required to use passive ftp for everything, however.
>>
>>This is what I get in response to
>>make Experimental, if you have any thoughts.
>>
>>.....
>>Submit Experimental
>>        Beginning Submission
>>        Put Build.xml
>>
>>        If your computer is behind a firewall, make sure that you have set
>>        the environment variables HTTP_PROXY and HTTP_PROXY_PORT.
>>
>>        Triggered <P>atamai.irus.rri.on.ca/Darwin-1.3.7-c++/200107172230/XML/Build.xml submission
>successful.</P>
>>        Put Test.xml
>>
>>        If your computer is behind a firewall, make sure that you have set
>>        the environment variables HTTP_PROXY and HTTP_PROXY_PORT.
>>
>>        Triggered <P>atamai.irus.rri.on.ca/Darwin-1.3.7-c++/200107172230/XML/Test.xml submission
>successful.</P>
>>
>>ERROR: Error opening connection!
>>ERROR: Error opening connection!
>>    while executing
>>"close $f"
>>    ("Submit" arm line 7)
>>    invoked from within
>>"switch $Command  {
>>    Start  {
>>      puts "Starting $Model Build [file tail $BuildStampDir]"
>>      file mkdir $BuildStampDir $XMLDir
>>    }
>>    Build ..."
>>    ("foreach" body line 2)
>>    invoked from within
>>"foreach Command $Commands \
>>{
>>  switch $Command \
>>  {
>>    Start \
>>    {
>>      puts "Starting $Model Build [file tail $BuildStampDir]"
>>      file mkdir..."
>>    (file "/Users/ystarrev/Development/Dart/Source/Client/DashboardManager.tcl" line 122)
>>make: *** [Experimental] Error 1
>
>
>_______________________________________________
>Dart mailing list
>Dart at public.kitware.com
>http://public.kitware.com/mailman/listinfo/dart
>
>_______________________________________________
>Dart mailing list
>Dart at public.kitware.com
>http://public.kitware.com/mailman/listinfo/dart