Hi all,
"An error occurred while rendering the page template. See web_service.log for more details"
When i changed admin properties i got this error. i tried restarting service. but error persists. please help .
thank you
webservice log is like
Traceback (most recent call last):
File "Splunkhome\Python-2.7\Lib\site-packages\splunk\appserver\mrsparkle\lib\config.py", line 79, in getServerZoneInfo
return times.getServerZoneinfo()
File "Splunkhome\Python-2.7\Lib\site-packages\splunk\appserver\mrsparkle\lib\times.py", line 158, in getServerZoneinfo
serverStatus, serverResp = splunk.rest.simpleRequest('/search/timeparser/tz')
File "Splunkhome\Python-2.7\Lib\site-packages\splunk\rest_init.py", line 458, in simpleRequest
raise splunk.AuthorizationFailed(extendedMessages=uri)
AuthorizationFailed: [HTTP 403] Client is not authorized to perform requested action; https://127.0.0.1:8089/services/search/timeparser/tz
2012-11-15 10:53:23,819 WARNING [50a47c4bc25b85b70] ifx:186 - Problem determining if fieldname exists: [HTTP 403] Client is not authorized to perform requested action; https://127.0.0.1:8089/servicesNS/admin/ULTRAMESSAGING_FOLDER/properties/props?fillcontents=1
2012-11-15 10:54:04,509 ERROR [50a47c74465cb1f28] config:81 - [HTTP 403] Client is not authorized to perform requested action; https://127.0.0.1:8089/services/search/timeparser/tz
Traceback (most recent call last):
File "Splunkhome\Python-2.7\Lib\site-packages\splunk\appserver\mrsparkle\lib\config.py", line 79, in getServerZoneInfo
return times.getServerZoneinfo()
File "Splunkhome\Python-2.7\Lib\site-packages\splunk\appserver\mrsparkle\lib\times.py", line 158, in getServerZoneinfo
serverStatus, serverResp = splunk.rest.simpleRequest('/search/timeparser/tz')
File "Splunkhome\Python-2.7\Lib\site-packages\splunk\rest__init.py", line 458, in simpleRequest
raise splunk.AuthorizationFailed(extendedMessages=uri)
AuthorizationFailed: [HTTP 403] Client is not authorized to perform requested action; https://127.0.0.1:8089/services/search/timeparser/tz
2012-11-15 10:54:53,681 ERROR [50a47ca59956d77b8] config:81 - [HTTP 403] Client is not authorized to perform requested action; https://127.0.0.1:8089/services/search/timeparser/tz
Traceback (most recent call last):
File "C:\Program Files\Splunk\Python-2.7\Lib\site-packages\splunk\appserver\mrsparkle\lib\config.py", line 79, in getServerZoneInfo
return times.getServerZoneinfo()
File "v\Python-2.7\Lib\site-packages\splunk\appserver\mrsparkle\lib\times.py", line 158, in getServerZoneinfo
serverStatus, serverResp = splunk.rest.simpleRequest('/search/timeparser/tz')
File "Splunkhome\Python-2.7\Lib\site-packages\splunk\rest__init.py", line 458, in simpleRequest
raise splunk.AuthorizationFailed(extendedMessages=uri)
AuthorizationFailed: [HTTP 403] Client is not authorized to perform requested action; https://127.0.0.1:8089/services/search/timeparser/tz
2012-11-15 10:58:31,335 ERROR [50a47d7f0e5c4ab38] config:81 - [HTTP 403] Client is not authorized to perform requested action; https://127.0.0.1:8089/services/search/timeparser/tz
Traceback (most recent call last):
File "Splunkhome\Python-2.7\Lib\site-packages\splunk\appserver\mrsparkle\lib\config.py", line 79, in getServerZoneInfo
return times.getServerZoneinfo()
File "Splunkhome\Python-2.7\Lib\site-packages\splunk\appserver\mrsparkle\lib\times.py", line 158, in getServerZoneinfo
serverStatus, serverResp = splunk.rest.simpleRequest('/search/timeparser/tz')
File "Splunkhome\Python-2.7\Lib\site-packages\splunk\rest__init.py", line 458, in simpleRequest
raise splunk.AuthorizationFailed(extendedMessages=uri)
AuthorizationFailed: [HTTP 403] Client is not authorized to perform requested action; https://127.0.0.1:8089/services/search/timeparser/tz
2012-11-15 11:03:26,789 ERROR [50a47ea5c53a3d7f0] messages:114 - Splunkd daemon is not responding: ('[Errno 10061] No connection could be made because the target machine actively refused it',)
Traceback (most recent call last):
File "Splunkhome\Python-2.7\Lib\site-packages\splunk\appserver\mrsparkle\controllers\messages.py", line 81, in index
entries = splunk.entity.getEntities(uri)
File "Splunkhome\Python-2.7\Lib\site-packages\splunk\entity.py", line 152, in getEntities
serverResponse, serverContent = rest.simpleRequest(uri, getargs=kwargs, sessionKey=sessionKey, raiseAllErrors=True)
File "Splunkhome\Python-2.7\Lib\site-packages\splunk\rest__init_.py", line 418, in simpleRequest
raise splunk.SplunkdConnectionException, str(e)
SplunkdConnectionException: Splunkd daemon is not responding: ('[Errno 10061] No connection could be made because the target machine actively refused it',)
2012-11-15 11:03:36,769 INFO [50a469edd525863c8] root:134 - ENGINE: Bus STOPPING
... View more