Bcfg2 / bcfg2

Git clone of the Bcfg2 repository
http://bcfg2.org
Other
93 stars 58 forks source link

Invalid XML Properties file raises obtuse client error #146

Open devoid opened 11 years ago

devoid commented 11 years ago

Steps to replicate: # touch Properties/foo.xml

On the clinet:

# bcfg2
Starting Bcfg2 client run at 1384374322.88
<Fault 1: "'NoneType' object has no attribute 'get'">
<Fault 1: "'NoneType' object has no attribute 'get'">
<Fault 1: "'NoneType' object has no attribute 'get'">
Fatal error: Failed to download probes from bcfg2: XML-RPC Fault: 'NoneType' object has no attribute 'get' (1)

FWIW, bcfg2-repo-validate catches this error correctly.

solj commented 10 years ago

Does https://gist.github.com/solj/9512464 help?