Installation

Getting errors when trying to start Splunk.

Schmaeddes
Engager

I am getting this message, when i want to start splunk.

This appears to be your first time running this version of Splunk.
Traceback (most recent call last):
File "/www/htdocs/v137538/splunk/lib/python2.7/site-packages/splunk/clilib/cli.py", line 17, in
import splunk.clilib.cli_common as comm
File "/www/htdocs/v137538/splunk/lib/python2.7/site-packages/splunk/clilib/cli_common.py", line 5, in
import xml.etree.cElementTree as et
File "/usr/lib/python2.6/xml/etree/cElementTree.py", line 3, in
from _elementtree import *
File "", line 147, in
AttributeError: 'module' object has no attribute 'fromstringlist'

So i cant start splunk.

Labels (1)

highsplunker
Contributor

Clear now. The problem disappeared when I did "./splunk start" with user splunk.

0 Karma

chris
Motivator

For some reason Splunk imports xml.etree.cElementTree in cli_common.py from /usr/lib/python2.6 instead of /www/htdocs/v137538/splunk/lib/python2.7/xml/etree/cElementTree.py (where you installed Splunk)

Is there a chance that your PYTHONPATH is somehow set to /usr/lib/python2.6/?

Maybe this will help:

#export PYTHONPATH=/www/htdocs/v137538/splunk/lib/python2.7/
#/www/htdocs/v137538/splunk/bin/splunk start
0 Karma
Get Updates on the Splunk Community!

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...