• What version of StackStorm and what O/S – We are using RHEL 7 and St2 V3.3 versions
• Installation method used - Manual
• Are you running all services in same VM- All services are on same VM
• If you are using the one-line installer and you performed an uninstall, did you follow the uninstall instructions and delete all the supplementary services, directories, repos etc
• - Yes I have followed uninstall instructions provided in Uninstall — StackStorm 3.3.0 documentation
•
I tried to filter out some of the errors from the /var/logs/st2/*.log files. Below are some of the repetitive errors found.
File “/opt/stackstorm/st2/lib/python2.7/site-packages/mongoengine/document.py”, line 411, in save
raise NotUniqueError(message % six.text_type(err))
NotUniqueError: Tried to save duplicate unique keys (E11000 duplicate key error collection: st2.runner_type_d_b index: uid_1 dup key: { : “runner_type:python-script” })
2020-12-04 08:13:49,651 140178653154352 ERROR runnersregistrar [-] Unable to register runner type python-script.
File “/opt/stackstorm/st2/lib/python2.7/site-packages/st2common/bootstrap/runnersregistrar.py”, line 101, in register_runner
runner_type_db = RunnerType.add_or_update(runner_type_model)
File “/opt/stackstorm/st2/lib/python2.7/site-packages/st2common/persistence/base.py”, line 186, in add_or_update
model_object=model_object)
StackStormDBObjectConflictError: Tried to save duplicate unique keys (E11000 duplicate key error collection: st2.runner_type_d_b index: uid_1 dup key: { : “runner_type:python-script” })
2020-12-04 08:13:49,896 140178653154352 ERROR base [-] Conflict while trying to save in DB.
Traceback (most recent call last):
File “/opt/stackstorm/st2/lib/python2.7/site-packages/st2common/models/db/init.py”, line 466, in add_or_update
instance.save(validate=validate)
File “/opt/stackstorm/st2/lib/python2.7/site-packages/mongoengine/document.py”, line 411, in save
raise NotUniqueError(message % six.text_type(err))
NotUniqueError: Tried to save duplicate unique keys (E11000 duplicate key error collection: st2.runner_type_d_b index: uid_1 dup key: { : “runner_type:winrm-ps-script” })
2020-12-04 08:13:48,063 140533716778032 ERROR runnersregistrar [-] Unable to register runner type winrm-ps-script.
Traceback (most recent call last):
File “/opt/stackstorm/st2/lib/python2.7/site-packages/st2common/models/db/init.py”, line 466, in add_or_update
instance.save(validate=validate)
File “/opt/stackstorm/st2/lib/python2.7/site-packages/mongoengine/document.py”, line 411, in save
raise NotUniqueError(message % six.text_type(err))
NotUniqueError: Tried to save duplicate unique keys (E11000 duplicate key error collection: st2.runner_type_d_b index: uid_1 dup key: { : “runner_type:noop” })
2020-12-04 08:13:50,456 140533716778032 ERROR runnersregistrar [-] Unable to register runner type noop.
Traceback (most recent call last):
File “/opt/stackstorm/st2/lib/python2.7/site-packages/st2common/bootstrap/runnersregistrar.py”, line 101, in register_runner
runner_type_db = RunnerType.add_or_update(runner_type_model)
File “/opt/stackstorm/st2/lib/python2.7/site-packages/st2common/persistence/base.py”, line 186, in add_or_update
model_object=model_object)
StackStormDBObjectConflictError: Tried to save duplicate unique keys (E11000 duplicate key error collection: st2.runner_type_d_b index: uid_1 dup key: { : “runner_type:noop” })
2020-12-04 08:13:50,834 140533716778032 E