[AG-DEV] Shared App migration to 3.0

Thomas D. Uram turam at mcs.anl.gov
Tue Jun 13 13:50:53 CDT 2006


Can you show me the portion of your code where you make the FTPS* calls?
That will help me understand what is going wrong.

Tom


On 6/13/06 1:05 PM, Roshini Dominic wrote:
> Hi Tom,
>
>   I've rearranged my code, quite bit, and tried to see what the problem was and I've narrowed down the error to this:
>
>    ftplib.error_perm: 530 Connection rejected.
>
>
>
> This is some of the stuff that came up in the Log File, where I think the problem is:
>
> /13/06 11:19:51 2680 DataStore     datastore.py:784 INFO  DownloadFile: url ftps://vv3.mcs.anl.gov:8006/000001009b54ba42008c00dd0009000818e/r.rd file c:\docume~1\r2domini\locals~1\temp\tmpodf21urd
> 06/13/06 11:19:51 2680 FTPSClient     ftpsclient.py:38 DEBUG Entered FTPSDownloadFile: url=ftps://vv3.mcs.anl.gov:8006/000001009b54ba42008c00dd0009000818e/r.rd destination=c:\docume~1\r2domini\locals~1\temp\tmpodf21urd
> 06/13/06 11:19:51 2680 FTPSClient     ftpsclient.py:101 ERROR Error in FTPSDownloadFile
> Traceback (most recent call last):
>   File "C:\Python23\lib\site-packages\AccessGrid3\AccessGrid\FTPSClient.py", line 82, in FTPSDownloadFile
>     f.login(user,passw)
>   File "C:\Python23\lib\ftplib.py", line 362, in login
>     if resp[0] == '3': resp = self.sendcmd('PASS ' + passwd)
>   File "C:\Python23\lib\ftplib.py", line 241, in sendcmd
>     return self.getresp()
>   File "C:\Python23\lib\ftplib.py", line 214, in getresp
>     raise error_perm, resp
> error_perm: 530 Connection rejected.
>
> Cheers
>    ~Roshini
>
>
>
>
> ----- Original Message -----
> From: "Thomas D. Uram" <turam at mcs.anl.gov>
> Date: Monday, June 12, 2006 2:16 pm
> Subject: Re: [AG-DEV] Shared App migration to 3.0
>
>   
>> Hello Roshini:
>>
>> Can you describe in more detail the problem you're having?  If you 
>> get an
>> exception, post the entire exception.
>>
>> Thanks,
>> Tom
>>
>>
>> On 6/9/06 12:40 PM, Roshini Dominic wrote:
>>     
>>> Hi,
>>>
>>>   I've been playing around with Shared Apps, and at the present 
>>>       
>> I'm trying to take the Application I made for AG 2.4 and migrate 
>> it to 3.0.  I already read up on the power point presentation and 
>> the migration instructions. However I'm still encountering a lot 
>> of errors.(Mainly with the DataStoreClient):
>>     
>>> 1.) Is there any shared apps that have already been created that 
>>>       
>> uses the functionality of DataStore/DataStoreClient?  I have 
>> already looked thru the Shared Presentation & Shared PDF application.
>>     
>>> 2.)I am having trouble 'opening' data from a file in the venue, 
>>>       
>> and viewing it on my Shared App.  Also for example: trying to 
>> 'save' a file through my application into the Data within the 
>> Venue.  
>>     
>>>   
>>>  Most of the problem seems to be related to the Methods within 
>>>       
>> DataStoreClient>
>>     
>>> LoadData()
>>> GetFileData()
>>>
>>> Is there something in specific that I should look out for?  
>>>
>>>
>>>
>>> Thanks,
>>>
>>>    Roshini Dominic
>>>
>>>
>>>   
>>>       
>
>
>   




More information about the ag-dev mailing list