Traceback (most recent call last):
File “/opt/rockstor/src/rockstor/rest_framework_custom/generic_view.py”, line 41, in _handle_exception
yield
File “/opt/rockstor/src/rockstor/storageadmin/views/rockon.py”, line 406, in _get_available
cur_res = requests.get(cur_meta_url, timeout=10)
File “/opt/rockstor/eggs/requests-1.1.0-py2.7.egg/requests/api.py”, line 55, in get
return request(‘get’, url, **kwargs)
File “/opt/rockstor/eggs/requests-1.1.0-py2.7.egg/requests/api.py”, line 44, in request
return session.request(method=method, url=url, **kwargs)
File “/opt/rockstor/eggs/requests-1.1.0-py2.7.egg/requests/sessions.py”, line 279, in request
resp = self.send(prep, stream=stream, timeout=timeout, verify=verify, cert=cert, proxies=proxies)
File “/opt/rockstor/eggs/requests-1.1.0-py2.7.egg/requests/sessions.py”, line 374, in send
r = adapter.send(request, **kwargs)
File “/opt/rockstor/eggs/requests-1.1.0-py2.7.egg/requests/adapters.py”, line 215, in send
raise Timeout(e)
Timeout: HTTPConnectionPool(host=‘rockstor.com’, port=80): Request timed out. (timeout=10)
I found people had the same problem
tried to use the troubleshooting
don’t work in my case
I don’t know what I need to setup first…
I created the share Rocks-on as requested 5Gb
tried to repair with the small wrench…
Based on the error you are seeing, I assume it happened after trying to refresh the rock-ons list by clicking the Update button on the top right of the Rock-ons page?
This is the important bit here: the connection to the sever timed out. As explained by @phillxnet in the post linked below, this error can simply result from the server being busy at the time:
Another cause could be that your machine has some connectivity issue. Could you verify if you can ping or curl rockstor.com? This is what I have from my machine, for instance: