- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Upgraded to 6.1 today on a RHEL system. Free Splunk.
Now, when I try to hit my http://
2014-05-06 13:00:44,230 ERROR [53693f6c007fed5c48ac10] __init__:281 - Mako failed to render: Traceback (most recent call last): File "/opt/splunk/lib/python2.7/site-packages/splunk/appserver/mrsparkle/controllers/__init__.py", line 277, in render_template return templateInstance.render(**template_args) File "/opt/splunk/lib/python2.7/site-packages/mako/template.py", line 283, in render return runtime._render(self, self.callable_, args, data) File "/opt/splunk/lib/python2.7/site-packages/mako/runtime.py", line 575, in _render **_kwargs_for_callable(callable_, data)) File "/opt/splunk/lib/python2.7/site-packages/mako/runtime.py", line 607, in _render_context _exec_template(inherit, lclcontext, args=args, kwargs=kwargs) File "/opt/splunk/lib/python2.7/site-packages/mako/runtime.py", line 633, in _exec_template callable_(context, *args, **kwargs) File "/opt/splunk/share/splunk/search_mrsparkle/templates/layout/base.html", line 18, in render_body <%self:render/> File "/opt/splunk/share/splunk/search_mrsparkle/templates/layout/base.html", line 33, in render_render ## define main HTML wrapper File "/opt/splunk/share/splunk/search_mrsparkle/templates/layout/base.html", line 93, in render_pagedoc <%next:body/> File "/opt/splunk/share/splunk/search_mrsparkle/templates/layout/view.html", line 22, in render_body ${next.body()} File "/opt/splunk/share/splunk/search_mrsparkle/templates/layout/admin.html", line 15, in render_body ${next.body()} File "/opt/splunk/share/splunk/search_mrsparkle/templates/admin/index.html", line 96, in render_body % endif File "/opt/splunk/lib/python2.7/site-packages/mako/runtime.py", line 502, in _include_file callable_(ctx, **_kwargs_for_include(callable_, context._orig, **kwargs)) File "/opt/splunk/share/splunk/search_mrsparkle/templates/admin/list.html", line 332, in render_body <%call expr="genListRows(namespace, uiHelper, entities, endpoint_path, kwargs)"/> File "/opt/splunk/share/splunk/search_mrsparkle/templates/admin/_helpers.html", line 745, in render_genListRows % if not writePerm and 'admin' in auth.listUsers()[auth.getCurrentUser()['name']]['roles']: File "/opt/splunk/lib/python2.7/site-packages/splunk/auth.py", line 99, in listUsers return en.getEntities(uri, **kwargs) File "/opt/splunk/lib/python2.7/site-packages/splunk/entity.py", line 129, in getEntities atomFeed = _getEntitiesAtomFeed(entityPath, namespace, owner, search, count, offset, sort_key, sort_dir, sessionKey, uri, hostPath, **kwargs) File "/opt/splunk/lib/python2.7/site-packages/splunk/entity.py", line 222, in _getEntitiesAtomFeed serverResponse, serverContent = rest.simpleRequest(uri, getargs=kwargs, sessionKey=sessionKey, raiseAllErrors=True) File "/opt/splunk/lib/python2.7/site-packages/splunk/rest/__init__.py", line 502, in simpleRequest raise splunk.LicenseRestriction LicenseRestriction: [HTTP 402] Current license does not allow the requested action
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

This appears to be a bug in Splunk 6.1 for Splunk Free. We are currently looking at it. It affects several of the admin pages.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


See the workaround in the Splunk Answers posting that dshpritz referred to. This defect will be addressed in an accelerated maintenance release for 6.1.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This does not fix it. I'm running Splunk free on Debian and the error pops up each time I try and access the following:
Data > inputs > Scripts
Data > inputs > UDP
Data > inputs > monitor
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

This appears to be a bug in Splunk 6.1 for Splunk Free. We are currently looking at it. It affects several of the admin pages.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Yes, this is a slightly different issue from the enterprise one. We are working on a fix for this too and it is likely to be in an accelerated maintenance release.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Seeing the same issue with my free test instance. This issue on our enterprise test instance though seems to have been resolved with the patch listed in those links.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Having the same issues working with 6.1 upgrade and Data Inputs, Indexes etc... This does not look like the same thing @cberg was identifying.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using enterprise
Have the same issue on several pages in 'settings' but when im using the local admin user instead of my LDAP user everything seems to work fine.
waiting for a fix, seems to be a bug in 6.1.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@cjberg you might want to check this out: http://answers.splunk.com/answers/134513/search-peer-error-after-upgrading-to-61
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

This appears to be a different though possibly related problem.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm afraid it isn't just Splunk Free, because our Enterprise installation has similar issues:
File "/opt/splunk/share/splunk/search_mrsparkle/templates/admin/_helpers.html", line 738, in render_genListRows
% if role == '*' or role in auth.listUsers()[auth.getCurrentUser()['name']]['roles']:
File "/opt/splunk/lib/python2.7/UserDict.py", line 23, in __getitem__
raise KeyError(key)
KeyError: u'cjb'
This is also running on RHEL.
