baliukas wrote:
try to run it with -noverify option and try find better ASM version if it does not help (stack height is calculated by ASM library)
I added -noverify to the jvm startup and it is working on the integration server now. However, I also deployed the same app to the QA server, which I understand to be the identical configuration, and it worked there, without the -noverify option.
I understand that -noverify is just masking the problem, but based on my short-term circumstances, it at least allows the app to run there for the time being, and it should give our server team time to find the real problem, because clearly the problem isn't Hibernate or the app. And I'll try to switch in and out different versions of ASM as well.
Unfortunately, since I can only recreate this problem on our integration server, I get one shot a day to try to fix it before people start testing :)
Thanks for the help,
Mike Clemens.