tecoholic

setup.py error

Oct 11th, 2016
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.47 KB | None | 0 0
  1. 18:09:52 10/11/16 Writing oxAuth OpenID Connect keys
  2. 18:09:52 10/11/16 Failed to write oxAuth OpenID Connect key to /etc/certs/oxauth-keys.json
  3. 18:09:52 10/11/16 Loading file ./output/oxauth-config.json
  4. 18:09:52 10/11/16 Loading file ./output/oxauth-static-conf.json
  5. 18:09:52 10/11/16 Loading file ./static/oxauth/oxauth-errors.json
  6. 18:09:52 10/11/16 Loading file /etc/certs/oxauth-keys.json
  7. 18:09:52 10/11/16 Error loading file
  8. 18:09:52 10/11/16 Traceback (most recent call last):
  9.   File "./setup.py", line 2066, in generate_base64_file
  10.     plain_file = open(fn)
  11. IOError: [Errno 2] No such file or directory: '/etc/certs/oxauth-keys.json'
  12.  
  13. 18:09:52 10/11/16 ***** Error caught in main loop *****
  14. 18:09:52 10/11/16 Traceback (most recent call last):
  15.   File "./setup.py", line 2504, in <module>
  16.     installObject.generate_base64_configuration()
  17.   File "./setup.py", line 2086, in generate_base64_configuration
  18.     self.oxauth_openid_key_base64 = self.generate_base64_ldap_file(self.oxauth_openid_jwks_fn)
  19.   File "./setup.py", line 2080, in generate_base64_ldap_file
  20.     return self.generate_base64_file(fn, 1)
  21.   File "./setup.py", line 2075, in generate_base64_file
  22.     plain_file_b64encoded_text = self.reindent(plain_file_b64encoded_text, num_spaces)
  23.   File "./setup.py", line 2056, in reindent
  24.     text = string.split(text, '\n')
  25.   File "/usr/lib/python2.7/string.py", line 292, in split
  26.     return s.split(sep, maxsplit)
  27. AttributeError: 'NoneType' object has no attribute 'split'
Add Comment
Please, Sign In to add comment