I would think you could get it from the mysql website. there must be a
historical download section. if you can't find it, I'll be happy to
email you the jar -- its roughly 250K.
jeff
Rikard Fröberg wrote:
> Jeff!
>
> Nice to here that I am not alone...
>
> Where can one find the version 3.0.9?
>
> Thx
>
> Rikard Froberg
> eClassical.com
> On Monday 01 March 2004 17.19, Jeff Mathis wrote:
>
>>mee too! just started with version 3.0.11
>>
>>I'm going to roll back to 3.0.9 ...
>>
>>jeff
>>
>>
>>java.sql.SQLException: Communication link failure: java.io.EOFException,
>>underlying cause: null
>>
>>** BEGIN NESTED EXCEPTION **
>>
>>java.io.EOFException
>>
>>STACKTRACE:
>>
>>java.io.EOFException
>> at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:1319)
>> at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:1463)
>> at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1854)
>> at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1109)
>> at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1203)
>> at com.mysql.jdbc.MysqlIO.sqlQuery(MysqlIO.java:1164)
>> at com.mysql.jdbc.Connection.execSQL(Connection.java:2087)
>> at com.mysql.jdbc.Connection.execSQL(Connection.java:2037)
>> at com.mysql.jdbc.Statement.executeUpdate(Statement.java:1252)
>> at com.mysql.jdbc.Statement.executeUpdate(Statement.java:1198)
>> at com.predict.ndq.tables.DBStore.executeUpdate(DBStore.java:200)
>> at
>>com.predict.ndq.loader.StockDataLoader.doHorks(StockDataLoader.java:145)
>> at
>>com.predict.ndq.tables.DBStore.loadStockDataHorks(DBStore.java:2134)
>> at com.predict.ndq.loader.DataLoader.main(DataLoader.java:203)
>>
>>
>>** END NESTED EXCEPTION **
>>
>>Rikard Fröberg wrote:
>>
>>>Hi all,
>>>
>>>hl wrote:
>>><quote>
>>>
>>>>Hi,
>>>>
>>>>What can I do to find the cause / correct the following problem?
>>>>
>>>>More often I get the following with Connector/J:
>>>>
>>>>error com.mysql.jdbc.CommunicationsException: Communications link
>>>>failure due to underlying exception:
>>>>** BEGIN NESTED EXCEPTION **
>>>>java.io.EOFException
>>>
>>>[snip]
>>></quote>
>>>
>>>I have the exact same experience. In fact, I haven't yet succeded
>>>in making a connection to MySQL from Java using JDBC through
>>>mysql-connector-java-3.0.11-stable-bin.jar on Debian stable,
>>>2.2.20-idepci, using
>>>mysql Ver 11.16 Distrib 3.23.49, for pc-linux-gnu (i686)
>>>(enable networking on, other config values default).
>>>and java version "1.3.1"
>>>Java(TM) 2 Runtime Environment, Standard Edition (build
>>>Blackdown-1.3.1-02b-FCS)
>>>Java HotSpot(TM) Client VM (build Blackdown-1.3.1_02b-FCS, mixed mode)
>>>
>>>I first had this problem when connecting from a Servlet(Tomcat 4),
>>>but then made a small test with a stand alone Java app run from
>>>the comand line. The error persists, so it seems not to be a Tomcat
>>>problem.
>>>
>>>The error always (end everytime) happens on
>>>
>>>DriverManager.getConnection(url);
>>> where URL is:
>>>jdbc:mysql://localhost/database?user=username&password=secret
>>>
>>>
>>>and after
>>>
>>>Class.forName("com.mysql.jdbc.Driver").newInstance();
>>>(so it seems not to be classpath related at all).
>>>
>>>Connecting to MySql from the commandline both using
>>>mysql -P 3306 -u username -p (using tcp) as well as
>>>mysql -u username -p (unix socket) works well, so
>>>it is not a password or host problem either it seems.
>>>
>>>Any help on this would be much appreciated.
>>>
>>>TIA
>>>
>>>Rikard
>>>eClassical.com www.eclassical.com
>>
>>--
>>Jeff Mathis, Ph.D. 505-955-1434
>>The Prediction Company jmathis@stripped
>>525 Camino de los Marquez, Ste 6 http://www.predict.com
>>Santa Fe, NM 87505
>
>
>
>
--
Jeff Mathis, Ph.D. 505-955-1434
The Prediction Company jmathis@stripped
525 Camino de los Marquez, Ste 6 http://www.predict.com
Santa Fe, NM 87505