I get an uncaught exception error while I try to fetch the data from db2 using type 4 driver within the servlet.I used db2jcc.jar and its license file it works first time but after some time it shows following exception
Uncaught exception thrown in one of the service methods of the servlet: Check. Exception thrown : java.lang.VerifyError: class loading constraint violated (class: com/ibm/db2/jcc/am/jb method: a(Ljava/lang/String;Lcom/ibm/db2/jcc/SQLJSection;Lcom/ibm/db2/jcc/am/hb;Lcom/ibm/db2/jcc/am/hb;)Lcom/ibm/db2/jcc/am/um;) at pc: 0
Please help me to resolve this problem. thanks