Debug question error retrieve_by_xpath

0
We have a 'special' error in our logs. Our question is how can we debug this error? There is not a lot of useful information in this log to use for debugging ... Does somebody know when this error is triggered? Thanks! 2014-09-05 12:25:53.784 CRITICAL - ActionManager: Error in execution of monitored action 'retrieve_by_xpath' (execution id: 1f4e7251d9fc260, execution type: CLIENT 2014-09-05 12:25:53.784 CRITICAL - ActionManager: java.lang.StackOverflowError at java.util.AbstractList$Itr.next(Unknown Source) at java.util.AbstractList.hashCode(Unknown Source) at aU.hashCode(SourceFile:517) at aU.hashCode(SourceFile:515) at aU.hashCode(SourceFile:515) at java.util.Arrays.hashCode(Unknown Source) at aS.hashCode(SourceFile:249) at java.util.AbstractList.hashCode(Unknown Source) at aU.hashCode(SourceFile:517) at aU.hashCode(SourceFile:515) at aU.hashCode(SourceFile:515) And the error continues for a while with this HashCode(SourceFile:515).
asked
1 answers
0

This error has nothing to do with an xpath, but seems related to showing the owner field in a grid in 4.8.6. according to the response of the bug report.

Regards,

Ronald

answered