I am not the thread opener, but I ran into the same problem.
There is no error information in rockstor.log for today, but the attached sysctl state could be of value for you.
There is a mismatch in the IP adresses, which is assigned to my NIC, while the web service is reaching out for localhost.
Shares and SSH are still working, though, so it is not a general network issue, rather than related to the web service itself.
Greetings from Pinky & TheBrain
[root@brainstor /]# systemctl status -l rockstor-pre rockstor rockstor-bootstrap
● rockstor-pre.service - Tasks required prior to starting Rockstor
Loaded: loaded (/etc/systemd/system/rockstor-pre.service; enabled; vendor preset: disabled)
Active: active (exited) since Di 2017-01-17 19:40:28 CET; 10min ago
Main PID: 3504 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/rockstor-pre.service
Jan 17 19:40:20 brainstor initrock[3504]: 2017-01-17 19:40:20,957: system timezone = Europe/Berlin
Jan 17 19:40:20 brainstor initrock[3504]: 2017-01-17 19:40:20,960: Updating sshd_config
Jan 17 19:40:20 brainstor initrock[3504]: 2017-01-17 19:40:20,966: sshd_config already has the updates. Leaving it unchanged.
Jan 17 19:40:20 brainstor initrock[3504]: 2017-01-17 19:40:20,966: Running prepdb…
Jan 17 19:40:23 brainstor initrock[3504]: 2017-01-17 19:40:23,914: stopping firewalld…
Jan 17 19:40:24 brainstor initrock[3504]: 2017-01-17 19:40:24,070: firewalld stopped and disabled
Jan 17 19:40:28 brainstor initrock[3504]: 2017-01-17 19:40:28,204: rockstor service looks correct. Not updating.
Jan 17 19:40:28 brainstor initrock[3504]: 2017-01-17 19:40:28,205: rockstor-bootstrap.service looks correct. Not updating.
Jan 17 19:40:28 brainstor initrock[3504]: default_if = enp3s0
Jan 17 19:40:28 brainstor initrock[3504]: ipaddr = 192.168.178.29
● rockstor.service - RockStor startup script
Loaded: loaded (/etc/systemd/system/rockstor.service; enabled; vendor preset: enabled)
Active: active (running) since Di 2017-01-17 19:40:28 CET; 10min ago
Main PID: 6541 (supervisord)
CGroup: /system.slice/rockstor.service
├─6541 /usr/bin/python /opt/rockstor/bin/supervisord -c /opt/rockstor/etc/supervisord.conf
├─7150 /usr/bin/python /opt/rockstor/bin/gunicorn --bind=127.0.0.1:8000 --pid=/run/gunicorn.pid --workers=2 --log-file=/opt/rockstor/var/log/gunicorn.log --pythonpath=/opt/rockstor/src/rockstor --settings=settings --timeout=120 --graceful-timeout=120 wsgi:application
├─7153 /usr/bin/python /opt/rockstor/bin/data-collector
├─7157 /usr/bin/python2.7 /opt/rockstor/bin/django ztaskd --noreload --replayfailed -f /opt/rockstor/var/log/ztask.log
├─7697 /usr/bin/python /opt/rockstor/bin/gunicorn --bind=127.0.0.1:8000 --pid=/run/gunicorn.pid --workers=2 --log-file=/opt/rockstor/var/log/gunicorn.log --pythonpath=/opt/rockstor/src/rockstor --settings=settings --timeout=120 --graceful-timeout=120 wsgi:application
└─7698 /usr/bin/python /opt/rockstor/bin/gunicorn --bind=127.0.0.1:8000 --pid=/run/gunicorn.pid --workers=2 --log-file=/opt/rockstor/var/log/gunicorn.log --pythonpath=/opt/rockstor/src/rockstor --settings=settings --timeout=120 --graceful-timeout=120 wsgi:application
Jan 17 19:40:31 brainstor supervisord[6541]: 2017-01-17 19:40:31,771 INFO spawned: ‘nginx’ with pid 7556
Jan 17 19:40:31 brainstor supervisord[6541]: 2017-01-17 19:40:31,845 INFO exited: nginx (exit status 1; not expected)
Jan 17 19:40:32 brainstor supervisord[6541]: 2017-01-17 19:40:32,848 INFO success: data-collector entered RUNNING state, process has stayed up for > than 2 seconds (startsecs)
Jan 17 19:40:32 brainstor supervisord[6541]: 2017-01-17 19:40:32,850 INFO success: ztask-daemon entered RUNNING state, process has stayed up for > than 2 seconds (startsecs)
Jan 17 19:40:33 brainstor supervisord[6541]: 2017-01-17 19:40:33,860 INFO spawned: ‘nginx’ with pid 8127
Jan 17 19:40:33 brainstor supervisord[6541]: 2017-01-17 19:40:33,965 INFO exited: nginx (exit status 1; not expected)
Jan 17 19:40:35 brainstor supervisord[6541]: 2017-01-17 19:40:35,968 INFO success: gunicorn entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
Jan 17 19:40:36 brainstor supervisord[6541]: 2017-01-17 19:40:36,974 INFO spawned: ‘nginx’ with pid 9088
Jan 17 19:40:37 brainstor supervisord[6541]: 2017-01-17 19:40:37,014 INFO exited: nginx (exit status 1; not expected)
Jan 17 19:40:38 brainstor supervisord[6541]: 2017-01-17 19:40:38,016 INFO gave up: nginx entered FATAL state, too many start retries too quickly
● rockstor-bootstrap.service - Rockstor bootstrapping tasks
Loaded: loaded (/etc/systemd/system/rockstor-bootstrap.service; enabled; vendor preset: disabled)
Active: active (exited) since Di 2017-01-17 19:40:47 CET; 10min ago
Main PID: 6548 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/rockstor-bootstrap.service
Jan 17 19:40:47 brainstor bootstrap[6548]: BTRFS device scan complete
Jan 17 19:40:47 brainstor bootstrap[6548]: Exception occured while bootstrapping. This could be because rockstor.service is still starting up. will wait 2 seconds and try again. Exception: Exception while setting access_token for url(http://127.0.0.1:8000): HTTPConnectionPool(host=‘127.0.0.1’, port=8000): Max retries exceeded with url: /o/token/ (Caused by <class ‘socket.error’>: [Errno 111] Connection refused). content: None
Jan 17 19:40:47 brainstor bootstrap[6548]: Bootstrapping complete
Jan 17 19:40:47 brainstor bootstrap[6548]: Running qgroup cleanup. /opt/rockstor/bin/qgroup-clean
Jan 17 19:40:47 brainstor bootstrap[6548]: Running qgroup limit maxout. /opt/rockstor/bin/qgroup-maxout-limit