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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...