Advertisement
greatbn

mistral-executor.log

Jul 6th, 2016
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2016-07-07 11:16:12.594 62876 DEBUG mistralclient.api.httpclient [-] HTTP GET http://10.10.10.31:8989/workflows 404 decorator /u[0/0]
  2. b/python2.7/dist-packages/mistralclient/api/httpclient.py:27
  3. 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor [-] Failed to run action [action_ex_id=None, action_cls='<class '
  4. mistral.actions.action_factory.MistralAction'>', attributes='{u'client_method_name': u'workflows.list'}', params='{u'marker': u'', u'
  5. sort_keys': u'', u'limit': None, u'sort_dirs': u''}']
  6.  MistralAction.workflows.list failed: <class 'mistralclient.api.base.APIException'>: <html>
  7.  <head>
  8.   <title>404 Not Found</title>
  9.  </head>
  10.  <body>
  11.   <h1>404 Not Found</h1>
  12.   The resource could not be found.<br /><br />
  13.  
  14.  
  15.  
  16.  </body>
  17. </html>
  18. 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor Traceback (most recent call last):
  19. 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor   File "/usr/lib/python2.7/dist-packages/mistral/engine/default_e
  20. xecutor.py", line 76, in run_action
  21. 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor     result = action.run()
  22. 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor   File "/usr/lib/python2.7/dist-packages/mistral/actions/openstac
  23. k/base.py", line 84, in run
  24. 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor     (self.__class__.__name__, self.client_method_name, e_str)
  25. 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor ActionException: MistralAction.workflows.list failed: <class 'mis
  26. tralclient.api.base.APIException'>: <html>
  27. 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor  <head>
  28. 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor   <title>404 Not Found</title>
  29. 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor  </head>
  30. 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor  <body>
  31. 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor   <h1>404 Not Found</h1>
  32. 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor   The resource could not be found.<br /><br />
  33. 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor
  34. 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor
  35. 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor
  36. 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor  </body>
  37. 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor </html>
  38. 2016-07-07 11:16:12.599 62876 ERROR mistral.engine.default_executor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement