Advertisement
Guest User

Untitled

a guest
Sep 17th, 2021
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. 2021-09-17 06:51:02.687 177395 CRITICAL root [-] Unhandled error: trove.common.exception.DatastoreNotFound: Datastore 'mysql' cannot be found.
  2. 2021-09-17 06:51:02.687 177395 ERROR root Traceback (most recent call last):
  3. 2021-09-17 06:51:02.687 177395 ERROR root File "/tmp/trove/trove/datastore/models.py", line 351, in load
  4. 2021-09-17 06:51:02.687 177395 ERROR root return cls(DBDatastore.find_by(id=id_or_name))
  5. 2021-09-17 06:51:02.687 177395 ERROR root File "/tmp/trove/trove/db/models.py", line 104, in find_by
  6. 2021-09-17 06:51:02.687 177395 ERROR root {"s_name": cls.__name__})
  7. 2021-09-17 06:51:02.687 177395 ERROR root trove.common.exception.ModelNotFoundError: DBDatastore Not Found
  8. 2021-09-17 06:51:02.687 177395 ERROR root
  9. 2021-09-17 06:51:02.687 177395 ERROR root During handling of the above exception, another exception occurred:
  10. 2021-09-17 06:51:02.687 177395 ERROR root
  11. 2021-09-17 06:51:02.687 177395 ERROR root Traceback (most recent call last):
  12. 2021-09-17 06:51:02.687 177395 ERROR root File "/tmp/trove/trove/datastore/models.py", line 354, in load
  13. 2021-09-17 06:51:02.687 177395 ERROR root return cls(DBDatastore.find_by(name=id_or_name))
  14. 2021-09-17 06:51:02.687 177395 ERROR root File "/tmp/trove/trove/db/models.py", line 104, in find_by
  15. 2021-09-17 06:51:02.687 177395 ERROR root {"s_name": cls.__name__})
  16. 2021-09-17 06:51:02.687 177395 ERROR root trove.common.exception.ModelNotFoundError: DBDatastore Not Found
  17. 2021-09-17 06:51:02.687 177395 ERROR root
  18. 2021-09-17 06:51:02.687 177395 ERROR root During handling of the above exception, another exception occurred:
  19. 2021-09-17 06:51:02.687 177395 ERROR root
  20. 2021-09-17 06:51:02.687 177395 ERROR root Traceback (most recent call last):
  21. 2021-09-17 06:51:02.687 177395 ERROR root File "/usr/local/bin/trove-manage", line 10, in <module>
  22. 2021-09-17 06:51:02.687 177395 ERROR root sys.exit(main())
  23. 2021-09-17 06:51:02.687 177395 ERROR root File "/tmp/trove/trove/cmd/manage.py", line 390, in main
  24. 2021-09-17 06:51:02.687 177395 ERROR root Commands().execute()
  25. 2021-09-17 06:51:02.687 177395 ERROR root File "/tmp/trove/trove/cmd/manage.py", line 54, in execute
  26. 2021-09-17 06:51:02.687 177395 ERROR root exec_method(**kwargs)
  27. 2021-09-17 06:51:02.687 177395 ERROR root File "/tmp/trove/trove/cmd/manage.py", line 94, in db_load_datastore_config_parameters
  28. 2021-09-17 06:51:02.687 177395 ERROR root version_number=version)
  29. 2021-09-17 06:51:02.687 177395 ERROR root File "/tmp/trove/trove/configuration/models.py", line 368, in load_datastore_configuration_parameters
  30. 2021-09-17 06:51:02.687 177395 ERROR root version_number=version_number)
  31. 2021-09-17 06:51:02.687 177395 ERROR root File "/tmp/trove/trove/datastore/models.py", line 527, in get_datastore_version
  32. 2021-09-17 06:51:02.687 177395 ERROR root datastore = Datastore.load(datastore)
  33. 2021-09-17 06:51:02.687 177395 ERROR root File "/tmp/trove/trove/datastore/models.py", line 356, in load
  34. 2021-09-17 06:51:02.687 177395 ERROR root raise exception.DatastoreNotFound(datastore=id_or_name)
  35. 2021-09-17 06:51:02.687 177395 ERROR root trove.common.exception.DatastoreNotFound: Datastore 'mysql' cannot be found.
  36. 2021-09-17 06:51:02.687 177395 ERROR root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement