All Apps and Add-ons

splunk db connect: java.lang.StringIndexOutOfBoundsException: String index out of range

vijaynsheth
New Member

Splunk Enterprise: 7.2.5
Using Splunk DB Connect for Oracle and running into error when adding an Input and on "execute SQL"
message: java.lang.StringIndexOutOfBoundsException: String index out of range

Looked at various Answers but don't see any solution

0 Karma

markvanber
New Member

Since the string stores an array of characters, just like arrays the position of each character is represented by an index (starting from 0). If you try to access the character of a String at the index is either negative or greater than the size of the string, a StringIndexOutOfBoundsException is thrown. For some methods such as the java substring, charAt method, this exception also is thrown when the index is equal to the size of the string.

How to solve the StringIndexOutOfBoundsException

  • Check the length of the string before using substring()
  • Exception handling using try...catch.

 

0 Karma

Prewin27
New Member
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...