Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
04-16-2019 03:12 AM
Hi Team,
How can we ignore highlighted messages from AppDynamics
java.lang.StringIndexOutOfBoundsException
String index out of range: 34
at java.lang.String.substring(String.java:2666)
at com.****.***.util.authentication.DecryptMyString.getOriginalString(DecryptMyString.java:76)
at com.****.***.****.authenticate*****(****.java:274)
at com.ibm._jsp._****Login._jspService(_****Login.java:175)
Any suggestions.
10-31-2021 10:54 PM
When using the Java substring() method, a subset of the character sequence can be extracted from a string. The substring index must be any value from 0 to the length of a string. The java.lang.StringIndexOutOfBoundsException thrown by String methods to indicate that the beginIndex is negative , or endIndex is larger than the length of this String object, or beginIndex is larger than endIndex.
How to solve the StringIndexOutOfBoundsException:
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form