DIRACGrid / DIRAC

DIRAC Grid
http://diracgrid.org
GNU General Public License v3.0
112 stars 174 forks source link

CAUpdateAgent : not working #437

Closed closier closed 12 years ago

closier commented 12 years ago

It seems to have a bug in v6r1p5 for CAUpdate Agent:

2012-01-19 06:55:24 UTC Framework/CAUpdateAgent/BundleDelivery INFO: Current hash for bundle CAs in dir /nfsexports/shared/software/dirac/versions/v7r1p9_1326732235/etc/grid-security/certificates is 'dd716a0a7495167d7ac32d5934c36e1f' 2012-01-19 06:55:24 UTC Framework/CAUpdateAgent EXCEPT: Exception while calling <bound method CAUpdateAgent.execute of <DIRAC.FrameworkSystem.Agent.CAUpdateAgent.CAUpdateAgent instance at 0x1c207f38>> method 2012-01-19 06:55:24 UTC Framework/CAUpdateAgent EXCEPT: == EXCEPTION == 2012-01-19 06:55:24 UTC Framework/CAUpdateAgent EXCEPT: <type 'exceptions.TypeError'>:_disconnect() takes exactly 2 arguments (1 given) 2012-01-19 06:55:24 UTC Framework/CAUpdateAgent EXCEPT: File "/sw/dirac/pro/DIRAC/Core/Base/AgentModule.py", line 307, in am_secureCall 2012-01-19 06:55:24 UTC Framework/CAUpdateAgent EXCEPT: result = functor( *args ) 2012-01-19 06:55:24 UTC Framework/CAUpdateAgent EXCEPT: 2012-01-19 06:55:24 UTC Framework/CAUpdateAgent EXCEPT: File "/sw/dirac/pro/DIRAC/FrameworkSystem/Agent/CAUpdateAgent.py", line 25, in execute 2012-01-19 06:55:24 UTC Framework/CAUpdateAgent EXCEPT: result = bdc.syncCAs() 2012-01-19 06:55:24 UTC Framework/CAUpdateAgent EXCEPT: 2012-01-19 06:55:24 UTC Framework/CAUpdateAgent EXCEPT: File "/sw/dirac/pro/DIRAC/FrameworkSystem/Client/BundleDeliveryClient.py", line 89, in syncCAs 2012-01-19 06:55:24 UTC Framework/CAUpdateAgent EXCEPT: result = self.syncDir( "CAs", casLocation ) 2012-01-19 06:55:24 UTC Framework/CAUpdateAgent EXCEPT: 2012-01-19 06:55:24 UTC Framework/CAUpdateAgent EXCEPT: File "/sw/dirac/pro/DIRAC/FrameworkSystem/Client/BundleDeliveryClient.py", line 58, in syncDir 2012-01-19 06:55:24 UTC Framework/CAUpdateAgent EXCEPT: result = transferClient.receiveFile( buff, ( bundleID, currentHash ) ) 2012-01-19 06:55:24 UTC Framework/CAUpdateAgent EXCEPT: 2012-01-19 06:55:24 UTC Framework/CAUpdateAgent EXCEPT: File "/sw/dirac/pro/DIRAC/Core/DISET/TransferClient.py", line 103, in receiveFile 2012-01-19 06:55:24 UTC Framework/CAUpdateAgent EXCEPT: self._disconnect()

acasajus commented 12 years ago

Fixed in 6b2e65bd5672098ec19f1477b80220368c482b8d (v6r1p5 and onwards)

closier commented 12 years ago

Hi Adri,

thanks. it works now.

Joel Closier PH-LBC, Physics Department CERN, CH-1211 Gen�ve 23 LHCb Experiment, Core Computing & Software Group Office 2-R-001, Tel : +41 22 767 7172, Fax : +41 22 766 9978 GSM : +41 76 487 0381 mailto:Joel.Closier@cern.ch

Le Thu Jan 19 10:13:36 2012, Adrià Casajús a écrit :

Fixed in 6b2e65bd5672098ec19f1477b80220368c482b8d (v6t1p5 and onwards)


Reply to this email directly or view it on GitHub: https://github.com/DIRACGrid/DIRAC/issues/437#issuecomment-3559919