---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- I have problems working with CLOB types in Informix. I'm connecting to it using JDBC driver. When I try working with CLOB data types (for example querying it) I receive Internal Error in browser and the following in the error_log: java.lang.NoClassDefFoundError: java/sql/SQLOutput at org.apache.jserv.JServConnection.processRequest(Compiled Code) at org.apache.jserv.JServConnection.run(Compiled Code) at java.lang.Thread.run(Compiled Code) What problem it might be? The same code in the console application doesn't generate any exceptions.(I verified libraries - all that are needed seem to be present). Also ther are no exceptions when I work with standard types such as char and int. If you have any clue to this problem, please let me know. Thanks in advance. -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]