google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

Gridftp proxyinit error #223

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
2012-06-18 12:48:11+0530 [-] Traceback (most recent call last):
2012-06-18 12:48:11+0530 [-]   File 
"/home/agsg/yabi/yabibe/yabibe/fs/FileMkdirResource.py", line 100, in do_mkdir
2012-06-18 12:48:11+0530 [-]     
mkdirer=bend.mkdir(hostname,path=path,port=port, username=username, 
yabiusername=yabiusername, creds=creds, priority=priority)
2012-06-18 12:48:11+0530 [-]   File 
"/home/agsg/yabi/yabibe/yabibe/fs/connector/GridFTP.py", line 80, in mkdir
2012-06-18 12:48:11+0530 [-]     
self.EnsureAuthed(yabiusername,SCHEMA,username,host,path)
2012-06-18 12:48:11+0530 [-]   File 
"/home/agsg/yabi/yabibe/yabibe/utils/protocol/globus/Auth.py", line 83, in 
EnsureAuthed
2012-06-18 12:48:11+0530 [-]     return 
self.AuthProxyUser(yabiusername,scheme,username,hostname, path)
2012-06-18 12:48:11+0530 [-]   File 
"/home/agsg/yabi/yabibe/yabibe/utils/protocol/globus/Auth.py", line 63, in 
AuthProxyUser
2012-06-18 12:48:11+0530 [-]     expire_time = 
self.authproxy[hostname].CreateUserProxy(credentials)
2012-06-18 12:48:11+0530 [-]   File 
"/home/agsg/yabi/yabibe/yabibe/utils/protocol/globus/CertificateProxy.py", line 
176, in CreateUserProxy
2012-06-18 12:48:11+0530 [-]     raise ProxyInitError("Creation of proxy 
failed: %s"%pp.err)
2012-06-18 12:48:11+0530 [-] NameError: global name 'ProxyInitError' is not 
defined

Original issue reported on code.google.com by amacgregor on 19 Jun 2012 at 3:36

GoogleCodeExporter commented 9 years ago

Original comment by aahun...@gmail.com on 7 Jul 2012 at 3:58