What values do the walkback array in the SocketException contain?

Posted by akhilss on Stack Overflow See other posts from Stack Overflow or by akhilss
Published on 2010-04-30T16:57:19Z Indexed on 2010/05/05 13:18 UTC
Read the original article Hit count: 156

Filed under:

Recently I have debugging into a problem where a connection to a database server from the application server get reset. I am pretty sure there is no reset being called from either end. But while I was debugging into the problem, while inspecting the SocketException, I found the walkback variable.

arg0 SocketException (id=11532)
cause SocketException (id=11532)
detailMessage "Connection reset"
stackTrace null
walkback long[50] (id=11618)

What do the values in this variable represent?

© Stack Overflow or respective owner

Related posts about java