cancel
Showing results for 
Search instead for 
Did you mean: 

how to resolve java.lang.StackOverflowError?

Former Member
0 Kudos

hi

to all

I have made a webdynpro application,but getting java.lang.StackOverflowError on running it.

Please elaborate me on this error?

Is it application error or platform error?

And i cannot increase the size of JVM(the server will crash)

Please tell me sm precautionary measures?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

nidhideep,

This is 99.9999% your "custom" error.

Somewhere you have either infinite recursion, say method A calls B, B calls A,.. A->B->A->B...; or A calls B, B calls C, C calls A, A->B->C->A->B->C->A...

VS

Former Member
0 Kudos

hi

VS ,It was a "custom error" and i was calling to function recursively.

i have solved my problem.

thnx

regards

nidhideep

Answers (0)