Bug #27343 Error in scripts/TextMigrationScript.lua
Submitted: 21 Mar 2007 16:27 Modified: 4 Apr 2007 16:44
Reporter: Matthew Montgomery Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Migration Toolkit Severity:S2 (Serious)
Version:5.0 OS:Linux (Linux 2.6)
Assigned to: Alfredo Kojima CPU Architecture:Any

[21 Mar 2007 16:27] Matthew Montgomery
Description:
An incorrect value (nil) for dlg.init() causes migration-tools-script/run_migration to fail with the following error.

user@host:~/src/mysql-gui-tools-5.0r10/migration-tool-script$
./run_migration
Opening script file lua/_textforms.lua ...
Executing script file lua/_textforms.lua ...

Execution finished.
Initializing migration environment...
Initialisation complete.
error executing script: scripts/TextMigrationScript.lua:1123: attempt
to index global `dlg' (a nil value)

How to repeat:
When directed at jdk1.6.0 the GRT_JVM_PATH variable is missing '/i386'

should be: 
export GRT_JVM_PATH="$JRE_LIB_BASE/i386/server/libjvm.so"
[4 Apr 2007 16:44] Alfredo Kojima
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release.

If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at

    http://dev.mysql.com/doc/en/installing-source.html