error connecting to mysql

From: Johnny Gonzalez (j_gonzal_at_terra.cl)
Date: 10/13/04

  • Next message: Jacques Desmazieres: "Re: Detecting if a table in a database already exists ?"
    Date: Wed, 13 Oct 2004 17:51:16 -0300
    
    

    Hi:
    I'm having the following error while trying to open a connection to my mysql
    database. Any help would be appreciated.

    Source code:
    Connection con = null;

         Class.forName("com.mysql.jdbc.Driver").newInstance();
         con =
    DriverManager.getConnectio("jdbc:mysql://localhost/mysql","root","mynewpass"
    );

         if(!con.isClosed())
           System.out.println("Successfully connected to MySQL server...");

    ----------------------------------------------------------------------------
    -------------
    Unexpected Signal : EXCEPTION_FLT_STACK_CHECK occurred at PC=0xC3CFD2
    Function=[Unknown.]
    Library=(N/A)
    NOTE: We are unable to locate the function name symbol for the error
          just occurred. Please refer to release documentation for possible
          reason and solutions.
    Current Java thread:
    Dynamic libraries:
    0x00400000 - 0x00408000 C:\JBuilder9\jdk1.4\bin\javaw.exe
    0x77F40000 - 0x77FEF000 C:\WINDOWS\System32\ntdll.dll
    0x77E40000 - 0x77F32000 C:\WINDOWS\system32\kernel32.dll
    0x77DA0000 - 0x77E3C000 C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x7806E000 C:\WINDOWS\system32\RPCRT4.dll
    0x77D10000 - 0x77D9D000 C:\WINDOWS\system32\USER32.dll
    0x77C40000 - 0x77C7E000 C:\WINDOWS\system32\GDI32.dll
    0x77BE0000 - 0x77C33000 C:\WINDOWS\system32\MSVCRT.dll
    0x00820000 - 0x00893000 C:\DOCUME~1\ADMINI~1.DEV\CONFIG~1\Temp\nhl24.tmp
    0x77310000 - 0x7739B000 C:\WINDOWS\system32\COMCTL32.DLL
    0x71AA0000 - 0x71AB1000 C:\WINDOWS\system32\MPR.DLL
    0x77180000 - 0x77290000 C:\WINDOWS\system32\OLE32.DLL
    0x770F0000 - 0x7717B000 C:\WINDOWS\system32\OLEAUT32.DLL
    0x71A50000 - 0x71A59000 C:\WINDOWS\System32\WSOCK32.DLL
    0x71A30000 - 0x71A45000 C:\WINDOWS\System32\WS2_32.dll
    0x71A20000 - 0x71A28000 C:\WINDOWS\System32\WS2HELP.dll
    0x6D340000 - 0x6D46A000 C:\JBuilder9\jdk1.4\jre\bin\client\jvm.dll
    0x76B00000 - 0x76B2D000 C:\WINDOWS\System32\WINMM.dll
    0x6BD00000 - 0x6BD0D000 C:\WINDOWS\System32\SYNCOR11.DLL
    0x6D1E0000 - 0x6D1E7000 C:\JBuilder9\jdk1.4\jre\bin\hpi.dll
    0x6D310000 - 0x6D31E000 C:\JBuilder9\jdk1.4\jre\bin\verify.dll
    0x6D220000 - 0x6D239000 C:\JBuilder9\jdk1.4\jre\bin\java.dll
    0x6D330000 - 0x6D33D000 C:\JBuilder9\jdk1.4\jre\bin\zip.dll
    0x6D2E0000 - 0x6D2EE000 C:\JBuilder9\jdk1.4\jre\bin\net.dll
    0x719D0000 - 0x71A0C000 C:\WINDOWS\System32\mswsock.dll
    0x76EE0000 - 0x76F05000 C:\WINDOWS\System32\DNSAPI.dll
    0x76F70000 - 0x76F77000 C:\WINDOWS\System32\winrnr.dll
    0x76F20000 - 0x76F4D000 C:\WINDOWS\system32\WLDAP32.dll
    0x76F80000 - 0x76F85000 C:\WINDOWS\System32\rasadhlp.dll
    0x71A10000 - 0x71A18000 C:\WINDOWS\System32\wshtcpip.dll
    0x76C50000 - 0x76C72000 C:\WINDOWS\system32\imagehlp.dll
    0x6DA20000 - 0x6DA9C000 C:\WINDOWS\system32\DBGHELP.dll
    0x77BD0000 - 0x77BD7000 C:\WINDOWS\system32\VERSION.dll
    0x76BB0000 - 0x76BBB000 C:\WINDOWS\System32\PSAPI.DLL
    Local Time = Wed Oct 13 17:41:26 2004
    ****************
    Another exception has been detected while we were handling last error.
    Dumping information about last error:
    ERROR REPORT FILE = (N/A)
    PC = 0x00C3CFD2
    SIGNAL = -1073741678
    FUNCTION NAME = (N/A)
    OFFSET = 0xFFFFFFFF
    LIBRARY NAME = (N/A)
    Please check ERROR REPORT FILE for further information, if there is any.
    Good bye.


  • Next message: Jacques Desmazieres: "Re: Detecting if a table in a database already exists ?"