cancel
Showing results for 
Search instead for 
Did you mean: 

StringIndexOutOfBoundsException

Former Member
0 Kudos

Scenario is BAPI to Webserver.

Iam getting following error message at my webserver(target system) and there is no error message in MONI its processed successfully.

Receiver communication channel is SOAP.Its a asynch interface.

java.lang.StringIndexOutOfBoundsException: String index out of range: 28

Please help me why Iam getting this error.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In general why StringIndexOutOfBoundsException it comes is, suppose our string length is 10, but we are trying to retrieve the 12th or 15th character then that point of time it throws StringIndexOutOfBoundsException.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

reatart the j2ee engine susing SICIM T.code.

Regards,

Jayasimha jangam

Former Member
0 Kudos

hi,

SMICM is the transaction code to restart the J2EE engine.

Regrds,

Sreedhar Goud

Former Member
0 Kudos

Hi,

Check out the table space is sufficient and Re start the Java stack

Rgds,

Yuga

Former Member
0 Kudos

Hi,

Chek this link..a similiar problem is discussed here..

Edited by: swathi suresh on Aug 27, 2008 8:58 AM