I am getting an error while creating mysql database in Trove.

Bug #2051240 reported by Reşit Demir
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-trove (Ubuntu)
New
Undecided
Unassigned

Bug Description

Traceback (most recent call last):
  File "/opt/stack/trove/trove/taskmanager/models.py", line 434, in wait_for_instance
    utils.poll_until(self._service_is_active,
  File "/opt/stack/trove/trove/common/utils.py", line 224, in poll_until
    return wait_for_task(task)
  File "/opt/stack/trove/trove/common/utils.py", line 208, in wait_for_task
    return polling_task.wait()
  File "/usr/local/lib/python3.8/dist-packages/eventlet/event.py", line 125, in wait
    result = hub.switch()
  File "/usr/local/lib/python3.8/dist-packages/eventlet/hubs/hub.py", line 313, in switch
    return self.greenlet.switch()
  File "/usr/local/lib/python3.8/dist-packages/oslo_service/loopingcall.py", line 150, in _run_loop
    result = func(*self.args, **self.kw)
  File "/opt/stack/trove/trove/common/utils.py", line 195, in poll_and_check
    obj = retriever()
  File "/opt/stack/trove/trove/taskmanager/models.py", line 791, in _service_is_active
    raise TroveError(_("Service not active, status: %s") % status)
trove.common.exception.TroveError: Service not active, status: failed to spawn

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.