Re: InvocationTargetException with null cause?

2024-02-29 Thread Colin Alworth
I'm guessing this server has been running for a while, and possibly seen/caught other NPEs before this point? Hotspot has an optimization where it stops producing stack traces for null pointer exceptions (as well as a few other exceptions) after it is thrown a few times (usually "many", but tec

InvocationTargetException with null cause?

2024-02-29 Thread Alex Karg
Hi I am afraid this is probably more a general Java question than a pure GWT question. But I am suspecting the problem somewhere in GWT server-side hence asking here. I am looking for help to read my stack trace around GWT RPC and InvocationTargetException Btw the system recovered after a server