Rock-on development: Invalid environment variabled(MYSQL_ROOT_PASSWORD)

Hi
I’ve started to implement my first rock-on configuration profile/json file.
I’m just trying it out in a vm, but I’ve run into a problem.
After completing the setup wizard, I get a dialog with the following info:

Houston, we've had a problem.
Invalid environment variabled(MYSQL_ROOT_PASSWORD)

            Traceback (most recent call last):
  File "/opt/rockstor/eggs/gunicorn-0.16.1-py2.7.egg/gunicorn/workers/sync.py", line 34, in run
    client, addr = self.socket.accept()
  File "/usr/lib64/python2.7/socket.py", line 202, in accept
    sock, addr = self._sock.accept()
error: [Errno 11] Resource temporarily unavailable

The environment variable section in the json file looks good to me.
Where can I find more detailed infos about this error? Any logfiles?
How can I debug problems like this?

Thanks

I ran into the same error again and created a ticket on github: https://github.com/rockstor/rockstor-core/issues/1588

1 Like