All Apps and Add-ons

Custom app issue

OLLI
Engager

Hey there guys, running into an issue that causing Splunkweb to not start on our deployment server. Here's the output of the last log file. Anyone know what the potential issue is by chance?

2020-07-30 16:53:05,444 ERROR   [5f235d5e3a7f1fe39018d0] root:769 - Unable to start splunkweb
2020-07-30 16:53:05,444 ERROR   [5f235d5e3a7f1fe39018d0] root:770 - invalid literal for int() with base 10: '1000 // increases SplunkWeb upload limit to 1GB'
Traceback (most recent call last):
 File "/opt/splunk/lib/python3.7/site-packages/splunk/appserver/mrsparkle/root.py", line 765, in <module>
   run(blocking=True)
 File "/opt/splunk/lib/python3.7/site-packages/splunk/appserver/mrsparkle/root.py", line 595, in run
   cfg['global']['server.max_request_body_size'] = int(maxsize) * 1024 * 1024
ValueError: invalid literal for int() with base 10: '1000 // increases SplunkWeb upload limit to 1GB'
[root@sc9splunklic splunk]#
 
Thank you!
Labels (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust
I wonder if Splunk doesn't like the comment after the value. Try putting the comment on a different line.
---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust
I wonder if Splunk doesn't like the comment after the value. Try putting the comment on a different line.
---
If this reply helps you, Karma would be appreciated.

OLLI
Engager

That worked! Thanks!

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...