Re: R: R: R: R: App + ConnectorJ + MXJ deployment

Eric Herman <[email protected]>
Newsgroups gmane.comp.db.mysql.java
Message-ID <1160151366.20923.189.camel@localhost>
Hi Roberto,

> from the console output you attached, looking at:
> 
> 060929 12:20:41 [ERROR] C:\roberto_test\mysql-mxj\bin\mysqld-nt.exe:
> Incorrect information in file: '.\rua142\anlog00f.frm'
> 
> That looks to me like mysqld-nt.exe 5.0.22 doesn't like the table.
> 
> What version of MySQL was used to create the custom data dir which was
> used to create the data_dir.jar file added to connector-mxj.jar?

Today I created a data directory using MySQL v5.0.24a (windows) and
populated the "test" database with a simple table:

create table foo( \
    id INTEGER NOT NULL AUTO_INCREMENT, \
    stuff TEXT NOT NULL, \
    PRIMARY KEY(id)) CHARACTER SET utf8 \
    ENGINE=InnoDB;

Next, I inserted half a dozen rows.

Then, I used this data directory with Connector/MXJ and it worked as
expected: I was able to do selects and inserts and deletes just fine.

At this point I'm not sure how to re-create the failure. 

Obviously there is something slightly different between what we are
seeing in your environment and what we are seeing in mine. 

If you can guide me through, step-by-step, a series of instructions that
will re-create the failure, I should be able to find the problem at fix
it. Without a failure I can experience, it is very hard to speculate.


Cheers,
 -Eric



-- 
Eric Herman, Software Developer
MySQL AB, www.mysql.com
VoIP Ext: 6594   US: +1 408 213 6540  Europe: +46 18 174 400
Mobile: +31 [0]6-20719662
Are you MySQL certified?  www.mysql.com/certification


-- 
MySQL Java Mailing List
For list archives: http://lists.mysql.com/java
To unsubscribe:    http://lists.mysql.com/[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.