Changes between Version 1 and Version 2 of Ticket #17

WARNING! You need to establish a session before you can create or edit tickets. Otherwise the ticket will get treated as spam.


Ignore:
Timestamp:
02/15/06 14:52:31 (17 years ago)
Author:
desai
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17 – Description

    v1 v2  
    2828On the server I get this: 
    2929{{{ 
    30 Feb 15 14:03:08 ci-www Bcfg2.Core[26563]: error in GetStructures Traceback (most recent call last):   File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Core.py", line 275, in BuildConfiguration     structures = self.GetStructures(meta)   File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Core.py", line 241, in GetStructures     [struct.BuildStructures(metadata) for struct in self.structures])   File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Plugins/Bundler.py", line 30, in BuildStructures     [bundle.append(copy.deepcopy(item))   File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Plugin.py", line 195, in Match     return reduce(lambda x, y:x+y, [frag for (pred, frag) in self.fragments.iteritems() TypeError: reduce() of empty sequence with no initial value 
     30Feb 15 14:03:08 ci-www Bcfg2.Core[26563]: error in GetStructures  
     31Traceback (most recent call last):    
     32File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Core.py", line 275, in BuildConfiguration 
     33     structures = self.GetStructures(meta)    
     34File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Core.py", line 241, in GetStructures 
     35     [struct.BuildStructures(metadata) for struct in self.structures])    
     36File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Plugins/Bundler.py", line 30, in BuildStructures 
     37     [bundle.append(copy.deepcopy(item))    
     38File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Plugin.py", line 195, in Match 
     39     return reduce(lambda x, y:x+y, [frag for (pred, frag) in self.fragments.iteritems() TypeError: reduce() of empty sequence with no initial value 
    3140}}}