I don`t know, if this helps: I once had also a StackOverflowError and it
was because of a circle, like method1 calls method2 and method2 calls
method1 and then method1 again calls method2...... (actually there were
more than 2 Methods involved) I found the circle through debugging.
The stack, that overflowed in this case, was the StackTrace.