----------------------------------------------------------------
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 Informix CLOB types  in my servlets (Apache
1.3.9/Jserv 1.1b2, Solaris 2.5.1).
I'm connecting to database using Informix JDBC 2.1 driver. When I try
working with CLOB data types (for example querying it) I receive Internal
Server 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 in servlet 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]

Reply via email to