I am getting the following error while deploying a Maven project in WAS 8.5.5.
I have installed JDK 1.6 and 1.7 in WAS.
Error 500: org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.VerifyError: JVMVRFY012 stack shape inconsistent; class=com/xyz/simtools/savings/jaxb/SavingsInput_JAXB_Deserialization_Stub, method=write(ILjava/lang/Object;)V, pc=356
Things I noticed:
- In Tomcat, it's working fine
- There was some fix for this in IBM JDK according to this but it is still not working for me
Things I tried:
- Tried with both JDK versions in WAS.
- Read this link in IBM Forum
- Compiled my project in 1.5 and 1.7 and tried deploying
Am I missing something? Any other changes which I need to take care of?