Hi,
Please advise me how to get my migration.lua script to work. I'm migrating an Oracle table. I can do this using the Migration Toolkit GUI. I saved off the LUA script generated at the end and am attempting to run it as shown below. I've included the last few lines of the script output to show the failure. I looked at the referenced hs_err log file, but don't get any insight from it.
== LUA script command ==
C:\Program Files\MySQL\MySQL Tools for 5.0>grtsh.exe scripts\\migration.lua
== Script Output Snippet ==
....
Sequences fetched.
Get available migration methods.
Setting up ignore list.
Set object mappings.
Do the migration.
Starting Oracle migration...
Migrating schema DB_SCHEMA ...
Migrating tables ...
Migrating table TEST_TABLE
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_FLT_STACK_CHECK (0xc0000092) at pc=0x01dee22c, pid=7952, tid=4256
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
# Problematic frame:
# v ~DeoptimizationBlob
#
# An error report file with more information is saved as hs_err_pid7952.log
#
# If you would like to submit a bug report, please visit:
#
http://java.sun.com/webapps/bugreport/crash.jsp
#
=== END Snippet ===
Thanks much.