Skip to Main Content

Java Database Connectivity (JDBC)

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Runtime Error with ResultSet

843854Dec 15 2002 — edited Dec 15 2002
Hi,

I am trying to make a ResultSet scrollable. When I changed my ResultSet code to add the following arguments to the createStatement command I got a major error. What's happening and how do I fix it? (I'm running on Windows XP).

Thanks,

Steve
Statement statement =dbconn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_UPDATABLE);
Begin error message:

Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D366658
Function=[Unknown.]
Library=C:\j2sdk1.4.0_01\jre\bin\client\jvm.dll

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:
at sun.jdbc.odbc.JdbcOdbc.setStmtAttrPtr(Native Method)
at sun.jdbc.odbc.JdbcOdbc.SQLSetStmtAttrPtr(JdbcOdbc.java:4676)
at sun.jdbc.odbc.JdbcOdbcResultSet.setRowStatusPtr(JdbcOdbcResultSet.java:4473)
at sun.jdbc.odbc.JdbcOdbcResultSet.initialize(JdbcOdbcResultSet.java:171)
at sun.jdbc.odbc.JdbcOdbcStatement.getResultSet(JdbcOdbcStatement.java:423)
- locked <02A92F50> (a sun.jdbc.odbc.JdbcOdbcStatement)
at sun.jdbc.odbc.JdbcOdbcStatement.executeQuery(JdbcOdbcStatement.java:253)
at InputGridTest1$NextRecord.<init>(InputGridTest1.java:260)
at InputGridTest1$ButtonPanel.<init>(InputGridTest1.java:437)
at InputGridTest1.<init>(InputGridTest1.java:62)
at InputGridTest1.main(InputGridTest1.java:71)

Dynamic libraries:
0x00400000 - 0x00406000 C:\j2sdk1.4.0_01\bin\java.exe
0x77F50000 - 0x77FF7000 C:\WINDOWS\System32\ntdll.dll
0x77E60000 - 0x77F46000 C:\WINDOWS\system32\kernel32.dll
0x77DD0000 - 0x77E5D000 C:\WINDOWS\system32\ADVAPI32.dll
0x78000000 - 0x78086000 C:\WINDOWS\system32\RPCRT4.dll
0x77C10000 - 0x77C63000 C:\WINDOWS\system32\MSVCRT.dll
0x6D330000 - 0x6D445000 C:\j2sdk1.4.0_01\jre\bin\client\jvm.dll
0x77D40000 - 0x77DC6000 C:\WINDOWS\system32\USER32.dll
0x77C70000 - 0x77CB0000 C:\WINDOWS\system32\GDI32.dll
0x76B40000 - 0x76B6C000 C:\WINDOWS\System32\WINMM.dll
0x6D1D0000 - 0x6D1D7000 C:\j2sdk1.4.0_01\jre\bin\hpi.dll
0x6D300000 - 0x6D30D000 C:\j2sdk1.4.0_01\jre\bin\verify.dll
0x6D210000 - 0x6D228000 C:\j2sdk1.4.0_01\jre\bin\java.dll
0x6D320000 - 0x6D32D000 C:\j2sdk1.4.0_01\jre\bin\zip.dll
0x6D000000 - 0x6D0F6000 C:\j2sdk1.4.0_01\jre\bin\awt.dll
0x73000000 - 0x73023000 C:\WINDOWS\System32\WINSPOOL.DRV
0x76390000 - 0x763AC000 C:\WINDOWS\System32\IMM32.dll
0x771B0000 - 0x772D1000 C:\WINDOWS\system32\ole32.dll
0x5AD70000 - 0x5ADA4000 C:\WINDOWS\System32\uxtheme.dll
0x6D180000 - 0x6D1D0000 C:\j2sdk1.4.0_01\jre\bin\fontmanager.dll
0x69500000 - 0x69816000 C:\WINDOWS\System32\nvoglnt.dll
0x74720000 - 0x74764000 C:\WINDOWS\System32\MSCTF.dll
0x6D250000 - 0x6D25A000 C:\j2sdk1.4.0_01\jre\bin\JdbcOdbc.dll
0x1F7B0000 - 0x1F7E1000 C:\WINDOWS\System32\ODBC32.dll
0x77340000 - 0x773CB000 C:\WINDOWS\system32\COMCTL32.dll
0x763B0000 - 0x763F5000 C:\WINDOWS\system32\comdlg32.dll
0x70A70000 - 0x70AD4000 C:\WINDOWS\system32\SHLWAPI.dll
0x773D0000 - 0x77BC7000 C:\WINDOWS\system32\SHELL32.dll
0x71950000 - 0x71A34000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll
0x1F850000 - 0x1F866000 C:\WINDOWS\System32\odbcint.dll
0x1F8F0000 - 0x1F932000 C:\WINDOWS\System32\odbcjt32.dll
0x1B000000 - 0x1B16F000 C:\WINDOWS\System32\msjet40.dll
0x1B5C0000 - 0x1B655000 C:\WINDOWS\System32\mswstr10.dll
0x77120000 - 0x771AB000 C:\WINDOWS\system32\OLEAUT32.dll
0x1F8E0000 - 0x1F8EE000 C:\WINDOWS\System32\odbcji32.dll
0x1B2C0000 - 0x1B2CD000 C:\WINDOWS\System32\msjter40.dll
0x1B2D0000 - 0x1B2F6000 C:\WINDOWS\System32\MSJINT40.DLL
0x76F90000 - 0x76FA0000 C:\WINDOWS\System32\Secur32.dll
0x76FD0000 - 0x77048000 C:\WINDOWS\System32\CLBCATQ.DLL
0x77050000 - 0x77115000 C:\WINDOWS\System32\COMRes.dll
0x77C00000 - 0x77C07000 C:\WINDOWS\system32\VERSION.dll
0x1B7F0000 - 0x1B82A000 C:\WINDOWS\System32\msjtes40.dll
0x0B740000 - 0x0B74B000 C:\WINDOWS\System32\VBAJET32.DLL
0x0C8A0000 - 0x0C902000 C:\WINDOWS\System32\expsrv.dll
0x76C90000 - 0x76CB2000 C:\WINDOWS\system32\imagehlp.dll
0x6D510000 - 0x6D58D000 C:\WINDOWS\system32\DBGHELP.dll
0x76BF0000 - 0x76BFB000 C:\WINDOWS\System32\PSAPI.DLL

Local Time = Sun Dec 15 11:58:55 2002
Elapsed Time = 1
#
# HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
# Error ID : 4F530E43505002D5
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.0_01-b03 mixed mode)
#



Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 12 2003
Added on Dec 15 2002
1 comment
120 views