my servlet is throwing a NullPointerException
. I want to show the full stack call trace so that I can find out the line number the exception is being thrown at.
How can I do that? I have already used fillInStackTrace()
. it is not printing the line number.