Loader Constraint Violation issue
853791Apr 7 2011 — edited Apr 9 2011Hi Java Gurus,
One of our customer is getting below exception on a particular instance.
javax.servlet.ServletException: loader constraint violation: when
resolving interface method
"oracle.jdbc.OracleResultSet.getCLOB(I)Loracle/sql/CLOB;" the class loader
(instance of oracle/jsp/runtimev2/JspClassLoader) of the current class,
_oklLpSTProxySrvr, and the class loader (instance of
oracle/classloader/PolicyClassLoader) for resolved class,
oracle/jdbc/OracleResultSet, have different Class objects for the type
oracle/sql/CLOB used in the signature
Can you please help us on the following?
1. What is the cause of this exception?
2. How to fix it? Please throw some pointers.
FYI.. we are importing java.sql.CLOB class in our jsp.
Appreciate your inputs on this.
Thanks
Guru