Skip to Content.
Sympa Menu

freetds - Re: Installing freetds_jdbc

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Andreas Tille <tillea AT rki.de>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: Installing freetds_jdbc
  • Date: Fri, 20 Aug 1999 12:32:56 +0200 (CEST)


Hello once more,

I now tried the latest snapshot which I found under
ftp://freetds.internetcds.com/pub/freetds_jdbc/freetds_jdbc.snapshot.tgz

It compiles with jikes 0.55, if you remove the "+V" switch from the
Makefiel which is obsolete. Unfortunately it doesn't work and
produces the same error es the official release if I try to run
the test suite :-(. The same test works with the classes I got from
Juergen Kreileder <kreilede AT issan.cs.uni-dortmund.de>
who gladly send it to me.

Here is the error message:

Starting test t0001- Insert and retrieve timestamps
java.lang.NoClassDefFoundError: com/internetcds/jdbc/tds/TdsInstance
at
com.internetcds.jdbc.tds.Connection.allocateTds(Connection.java:333)
at com.internetcds.jdbc.tds.Connection.<init>(Connection.java:169)
at com.internetcds.jdbc.tds.Driver.connect(Driver.java:257)
at java.sql.DriverManager.getConnection(DriverManager.java:83)
at java.sql.DriverManager.getConnection(DriverManager.java:126)
at Common.getConnection(Common.java:23)
at t0001.main(t0001.java:24)

Could anybody imagine, what could be wrong here.
With Juergens classes the whole testsuite seems to work
with exception of
t0021 - breaks with an error message
t0023 - ends with "Failed t0023."
t0024 - ends with "Failed t0024."
t0026 - breaks with an error message
t0032 - breaks with an error message

So in general the driver works but my own compilation fails.
Any hints so far.

What about the 5 test which failed. Should I file each output
here to the list or are they known to break sometimes?

Kind regards

Andreas.







Archive powered by MHonArc 2.6.24.

Top of Page