Skip to Main Content

MySQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

migration wizard reverse engineer crash Workbench 8.0.18

serge MedeliceMar 24 2020 — edited Mar 25 2020

Hi there,

On Windows 10 64 bit, I'm using Workbench 8.0.18 Commercial version.

When migrating small MsSQL database (SQL Server 2012) to MySQL 8.0.19 Commercial using Workbench Migration Wizard, Workbench crashes when reaching step 'Reverse Engineer Source'

Problem Event Name:                       APPCRASH

  Application Name:                          MySQLWorkbench.exe

  Application Version:                        8.0.18.0

  Application Timestamp:                  5d84dbff

  Fault Module Name:                       wbpublic.be.dll

  Fault Module Version:                     0.0.0.0

  Fault Module Timestamp:               5d84d8bc

  Exception Code:                              c0000005

  Exception Offset:                             000000000000fd1c

  OS Version:                                     6.2.9200.2.0.0.272.7

  Locale ID:                                        1033

  Additional Information 1:                1996

  Additional Information 2:                199600ebdf21543acda9faddc34ca634

  Additional Information 3:                5313

    Additional Information 4: 53133d6dcf3e5555f65608e2ec5ff921

I was able to perform MsSQL database migration to MySQL using Workbench migration Wizard (same version as above) without problem when migrating another MsSQL database.

I have searched for this issue but I only found issue referring to previous Workbench version e.g. 6.0

Any help will be greatly appreciated.

Thank you

Comments

Answer
Hi,

This javaw.exe is used to for Java Web start.

If you clearly see in the doc to use use -vm option as javaw under jre/bin folder.

If you dont find them you can use java.exe .

This reference is only for JVM option to use for IDE.

So we can check for the why this javaw.exe is not exists through Oracle support mean while you can use java.exe to run your IDE.

Hope if answers your query.

Regards,
Kal
Marked as Answer by e.geesken · Sep 27 2020
Ganesh..
Hi,
Commonly used launchers for linux is java and that for windows are java or javaw.
It is not mandatory to specify java location in eclipse.ini. Specify the jrockit/bin path in PATH and start the eclipse, it will pick up the jrockit as launcher.
1 - 2

Post Details

Added on Mar 24 2020
1 comment
1,276 views