Re: Problems migrating from Progress 9.1D05 to Mysql 4.1.9 using generic jdbc
Posted by: Thorbjørn Weidemann
Date: August 03, 2005 05:00AM

Found this in MT homedir in a file called Hs_err_pid<pid>.log
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x54EE415
Function=os_make_lower+0x5
Library=c:\programmer\progress\bin\PROCLI92.dll

Current Java thread:
at com.progress.sql.jdbc.JdbcProgress.driverConnect(Native Method)
at com.progress.sql.jdbc.JdbcProgress.SQLDriverConnect(JdbcProgress.java:2680)
at com.progress.sql.jdbc.JdbcProgressConnection.initialize(JdbcProgressConnection.java:340)
at com.progress.sql.jdbc.JdbcProgressDriver.connect(JdbcProgressDriver.java:168)
- locked <0x1006e540> (a com.progress.sql.jdbc.JdbcProgressDriver)
at java.sql.DriverManager.getConnection(Unknown Source)
- locked <0x142429f0> (a java.lang.Class)
at java.sql.DriverManager.getConnection(Unknown Source)
- locked <0x142429f0> (a java.lang.Class)
at com.mysql.grt.modules.ReverseEngineeringGeneric.establishConnection(Unknown Source)
at com.mysql.grt.modules.ReverseEngineeringGeneric.getSchemata(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.mysql.grt.Grt.callModuleFunction(Unknown Source)

Seems to be a problem with the progress odbc drivers - but I didnt change them? Will post my findings if I clear this up.

Options: ReplyQuote


Subject
Written By
Posted
Re: Problems migrating from Progress 9.1D05 to Mysql 4.1.9 using generic jdbc
August 03, 2005 05:00AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.