After loading the login page, I log in with my local account. Then it redirects to the following page. Any one else ever encounter this issue? Splunk version 6.0.5
![alt text][1]
web_service.log
2015-10-08 18:31:42,587 DEBUG [5616b68b7e3edb950] _cplogging:55 - [08/Oct/2015:18:31:42] HTTP Traceback (most recent call last):
File "/ngs/app/splunkp/splunk/lib/python2.7/site-packages/cherrypy/_cprequest.py", line 606, in respond
cherrypy.response.body = self.handler()
File "/ngs/app/splunkp/splunk/lib/python2.7/site-packages/cherrypy/_cpdispatch.py", line 25, in __call__
return self.callable(*self.args, **self.kwargs)
File "/ngs/app/splunkp/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/routes.py", line 366, in default
return route.target(self, **kw)
File "", line 1, in
File "/ngs/app/splunkp/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/decorators.py", line 38, in rundecs
return fn(*a, **kw)
File "", line 1, in
File "/ngs/app/splunkp/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/decorators.py", line 102, in check
return fn(self, *a, **kw)
File "", line 1, in
File "/ngs/app/splunkp/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/decorators.py", line 151, in validate_ip
return fn(self, *a, **kw)
File "", line 1, in
File "/ngs/app/splunkp/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/decorators.py", line 231, in preform_sso_check
return fn(self, *a, **kw)
File "", line 1, in
File "/ngs/app/splunkp/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/decorators.py", line 344, in check_login
return fn(self, *a, **kw)
File "", line 1, in
File "/ngs/app/splunkp/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/decorators.py", line 365, in handle_exceptions
return fn(self, *a, **kw)
File "", line 1, in
File "/ngs/app/splunkp/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/lib/decorators.py", line 420, in apply_cache_headers
response = fn(self, *a, **kw)
File "/ngs/app/splunkp/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/controllers/view.py", line 1007, in render
can_alert, searches = self.get_saved_searches(app)
File "/ngs/app/splunkp/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/controllers/view.py", line 870, in get_saved_searches
searches = en.getEntities('saved/searches', namespace=app, search='is_visible=1 AND disabled=0', count=-1, _with_new='1')
File "/ngs/app/splunkp/splunk/lib/python2.7/site-packages/splunk/entity.py", line 131, in getEntities
offset = int(atomFeed.os_startIndex or -1)
AttributeError: 'str' object has no attribute 'os_startIndex'
2015-10-08 18:31:42,588 INFO [5616b68b7e3edb950] _cplogging:55 - [08/Oct/2015:18:31:42] HTTP
Request Headers:
USER-AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.56 (KHTML, like Gecko) Version/9.0 Safari/601.1.56
CONNECTION: keep-alive
COOKIE: session_id_8000=1d54e9b368326fcdf71333dc391b0d0976d98882; splunkweb_csrf_token_8000=15741175691427473097
ACCEPT-LANGUAGE: en-us
ACCEPT-ENCODING: gzip, deflate
HOST: splunksearchhead-ist-prod-sox-1:8000
Remote-Addr: 17.168.82.187
ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
[1]: /storage/temp/64255-screen-shot-2015-10-08-at-114350-am.png
↧