dennybaa
8/31/2015 - 6:03 PM

-

2015-08-31 18:00:54,426 139706521041808 ERROR log [-] Conflict while trying to save in DB.
Traceback (most recent call last):
  File "/usr/share/python/st2auth/local/lib/python2.7/site-packages/st2common/persistence/base.py", line 118, in add_or_update
    model_object = cls._get_impl().add_or_update(model_object)
  File "/usr/share/python/st2auth/local/lib/python2.7/site-packages/st2common/models/db/__init__.py", line 147, in add_or_update
    instance.save()
  File "/usr/share/python/st2auth/local/lib/python2.7/site-packages/mongoengine/document.py", line 286, in save
    raise NotUniqueError(message % unicode(err))
NotUniqueError: Tried to save duplicate unique keys (E11000 duplicate key error index: st2.role_d_b.$name_1 dup key: { : "operator" })
2015-08-31 18:00:54,428 139706521041808 ERROR log [-] Conflict while trying to save in DB.
Traceback (most recent call last):
  File "/usr/share/python/st2auth/local/lib/python2.7/site-packages/st2common/persistence/base.py", line 118, in add_or_update
    model_object = cls._get_impl().add_or_update(model_object)
  File "/usr/share/python/st2auth/local/lib/python2.7/site-packages/st2common/models/db/__init__.py", line 147, in add_or_update
    instance.save()
  File "/usr/share/python/st2auth/local/lib/python2.7/site-packages/mongoengine/document.py", line 286, in save
    raise NotUniqueError(message % unicode(err))
NotUniqueError: Tried to save duplicate unique keys (E11000 duplicate key error index: st2.role_d_b.$name_1 dup key: { : "observer" })
2015-08-31 18:00:54,429 139706521041808 ERROR log [-] Conflict while trying to save in DB.
Traceback (most recent call last):
  File "/usr/share/python/st2auth/local/lib/python2.7/site-packages/st2common/persistence/base.py", line 118, in add_or_update
    model_object = cls._get_impl().add_or_update(model_object)
  File "/usr/share/python/st2auth/local/lib/python2.7/site-packages/st2common/models/db/__init__.py", line 147, in add_or_update
    instance.save()
  File "/usr/share/python/st2auth/local/lib/python2.7/site-packages/mongoengine/document.py", line 286, in save
    raise NotUniqueError(message % unicode(err))
NotUniqueError: Tried to save duplicate unique keys (E11000 duplicate key error index: st2.role_d_b.$name_1 dup key: { : "admin" })
2015-08-31 18:00:54,431 139706521041808 ERROR log [-] Conflict while trying to save in DB.
Traceback (most recent call last):
  File "/usr/share/python/st2auth/local/lib/python2.7/site-packages/st2common/persistence/base.py", line 118, in add_or_update
    model_object = cls._get_impl().add_or_update(model_object)
  File "/usr/share/python/st2auth/local/lib/python2.7/site-packages/st2common/models/db/__init__.py", line 147, in add_or_update
    instance.save()
  File "/usr/share/python/st2auth/local/lib/python2.7/site-packages/mongoengine/document.py", line 286, in save
    raise NotUniqueError(message % unicode(err))
NotUniqueError: Tried to save duplicate unique keys (E11000 duplicate key error index: st2.role_d_b.$name_1 dup key: { : " system_admin" })
2015-08-31 18:00:54,432 139706521041808 INFO log [-] ST2 Auth API running in "standalone" auth mode
2015-08-31 18:00:54,432 139706521041808 INFO log [-] (PID=339) ST2 Auth API is serving on http://0.0.0.0:9100.
2015-08-31 18:00:54,448 139706521041808 DEBUG extension [-] found extension EntryPoint.parse('flat_file = st2auth_flat_file_backend.flat_file:FlatFileAuthenticationBackend')