hi,there:
I developed an app using splunk5.0.3 and splunk-appframework,it works fine always,but yesterday,I can't login in to my app anymore, it give this error in the backend
ERROR:spl.django.service:[Errno 110] Connection timed out
Traceback (most recent call last):
File "/home/splunk/splunk-appframework/server/splunkdj/auth/backends.py", line 134, in authenticate
allow_redirects=True)
File "/home/splunk/splunk-appframework/contrib/requests/requests/api.py", line 65, in get
return request('get', url, kwargs)
File "/home/splunk/splunk-appframework/contrib/requests/requests/safe_mode.py", line 39, in wrapped
return function(method, url, kwargs)
File "/home/splunk/splunk-appframework/contrib/requests/requests/api.py", line 51, in request
return session.request(method=method, url=url, **kwargs)
File "/home/splunk/splunk-appframework/contrib/requests/requests/sessions.py", line 252, in request
r.send(prefetch=prefetch)
File "/home/splunk/splunk-appframework/contrib/requests/requests/models.py", line 625, in send
raise ConnectionError(sockerr)
ConnectionError: [Errno 110] Connection timed out
so it seems to be my app can't connect to splunkd management port 8089.I checked if my splunkd is running by "/opt/splunk/bin/splunk status" and it show me the splunk is running well, my splunk liscence is also not out of date.
so I login to my server shutdown the firewall,restart the splunk and excute "curl -k https://localhost:8089/services/auth/login -d username=admin -d password=xxxxx" but it give me "curl: (7) couldn't connect to host"
does anyone know what's going on here or how to debug this problem?
thanks in advance!!!