Re: MySQL JDBC Driving problems

2000-10-25 Thread Julio Serje (@Canada)

Hi, Corey

I have experienced java.lang.VerifyError with corrupted class files (i.e.
when you transfer a file using FTP and forget to set it to BINary transfer
mode..)

Julio Serje
Calian Tech.
Ottawa, ON, Canada

- Original Message -
From: Corey A. Johnson <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 25, 2000 10:14 AM
Subject: MySQL JDBC Driving problems


> Hello all,
>
> I have a weird problem... that hopefully is simple...  I have a servlet
> that is function fine on an older Apache/Linux/Jserv box..  The servlet
> simply adds a record to a MySQL DB.
>
> I moved the servlet to my Tomcat installation... and i keep getting
> Exceptions when trying to access the MySQL DB server...
>
> I have placed the twz1 MySQL drivers in my CLASSPATH...  but i get the
> following two errors...  in my tomcat.log:
>
> The first time the servlet executes, i get:
>
> java.lang.VerifyError: (class: twz1/jdbc/mysql/jdbcMysqlBase, method:
> isMultiple
> Query signature: (Ltwz1/jdbc/mysql/jdbcMysqlConnex;)Z) Illegal use of
> nonvirtual
>  function call
> at twz1.jdbc.mysql.jdbcMysqlDriver.(jdbcMysqlDriver.java)
>
>
>
>
> And then, each subsequent time (until i restart tomcat) i get:
>
>
>
> Context log: path="" Error in Watch service() :
> twz1/jdbc/mysql/jdbcMysqlDriver
>  java.lang.NoClassDefFoundError: twz1/jdbc/mysql/jdbcMysqlDriver
> at java.lang.Class.forName0(Native Method)
>
>
>
>
> So it does seem to find the driver.. based on the first message...
>
> This is driving me crazy... i must be totally missing something...  and
> again, it works fine on the old Jserv install...
>
> Any insight would be truly appreciated..
>
> Thanks in advance,
>
> Cj
> --
> Corey A. Johnson
> Creative Network Innovations
> http://www.cniweb.net/
> 1-800-CNi-5547 ** 1-321-259-1984
>
>




MySQL JDBC Driving problems

2000-10-25 Thread Corey A. Johnson

Hello all,

I have a weird problem... that hopefully is simple...  I have a servlet
that is function fine on an older Apache/Linux/Jserv box..  The servlet
simply adds a record to a MySQL DB.

I moved the servlet to my Tomcat installation... and i keep getting
Exceptions when trying to access the MySQL DB server...

I have placed the twz1 MySQL drivers in my CLASSPATH...  but i get the
following two errors...  in my tomcat.log:

The first time the servlet executes, i get:

java.lang.VerifyError: (class: twz1/jdbc/mysql/jdbcMysqlBase, method:
isMultiple
Query signature: (Ltwz1/jdbc/mysql/jdbcMysqlConnex;)Z) Illegal use of
nonvirtual
 function call
at twz1.jdbc.mysql.jdbcMysqlDriver.(jdbcMysqlDriver.java)




And then, each subsequent time (until i restart tomcat) i get:



Context log: path="" Error in Watch service() :
twz1/jdbc/mysql/jdbcMysqlDriver
 java.lang.NoClassDefFoundError: twz1/jdbc/mysql/jdbcMysqlDriver
at java.lang.Class.forName0(Native Method)




So it does seem to find the driver.. based on the first message...

This is driving me crazy... i must be totally missing something...  and
again, it works fine on the old Jserv install...

Any insight would be truly appreciated..

Thanks in advance,

Cj
--
Corey A. Johnson
Creative Network Innovations
http://www.cniweb.net/
1-800-CNi-5547 ** 1-321-259-1984