I just updated to RC3 and my webapp is now throwing this exception:

java.lang.NoClassDefFoundError: java/io/FileDescriptor
    at org.hsqldb.scriptio.ScriptWriterBase.sync(Unknown Source)
    at org.hsqldb.Log$LogSyncRunner.run(Unknown Source)
    at org.hsqldb.lib.HsqlTimer$TaskRunner.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:552)

The webapp is loaded into a running instance of Tomcat on JDK 1.4.2_03, so
it is unlikely that the JDK's classpath is messed up.  My best quess is a
Security violation of some kind, as I can run against the same jars just
fine from ant's <sql> task.

I am running in Tomcat 4.1.30, and I'd really rather not have to change the
security profile.



-- 

Matt Bishop

EARTH FIRST--we'll screw up the other planets later.



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
hsqldb-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hsqldb-developers

Reply via email to