Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Loader Constraint Violation issue

853791Apr 7 2011 — edited Apr 9 2011
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 7 2011
Added on Apr 7 2011
5 comments
429 views