Ha,

simple solution.

FYI:

Using Tomcat 4.1.17 to upload a servlet I get a Class not found error
when the class is there.

If I put the class into jakarta/common/classes it works fine.

Notice that the error stems from my driver in jakarta/common/lib while
the class it can not find is loaded from a jar in my app's WEB-INF/lib

I notified the Tomcat people.

On Mon, 2003-02-03 at 17:57, shawn wrote:
> I am using mySql and get the following error when I try to upload a file
> (blob).
> 
> Any idea what this might mean?  Driver trouble?  Tomcat class loading
> issues?
> 
> ERROR [Thread-4] (SqlUtil.java:360) - ::logSqlExceptionSQL - exception
> java.sql.SQLException: Class not found:
> java.lang.ClassNotFoundException: org.dbforms.util.FileHolder while
> reading serialized object
>       at com.mysql.jdbc.ResultSet.getObject(Unknown Source)
>       at org.dbforms.util.ResultSetVector.<init>(ResultSetVector.java:93)
> 
> 
> Like the message says, it originate from this code in ResultSetVector:
> Object tmpObj = rs.getObject(i + 1);
> 
> Trust me, a compiled FileHolder is in place where it should be.
-- 
shawn <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to