DB CONNECTION - EXCEPTION_ACCESS_VIOLATION

I've developed a "batch process" which uses three different databases(two sql servers and one oracle). The application uses two different connection pools ; one for sql server and another one for oracle. The remaining sql server I've to connect using Data Source Name(DSN) defined in the data source. I am using sun's odbc-jdbc bridge mechanism/tool/driver to get connection and I am not using connection pool. Whenever need connection, the application will pass the dsn, user and password, and a new connection will be created. the application creates and uses 3 connections per minute in an average.
I am getting this error after sometimes 609th, 1222th, or 1069th connections for the same database. As soon the application gets this error, the JVM is killed.
PLEASE HELP ME and if you need more info. pl. let me know
Thanks,
Julia
# An unexpected error has been detected by HotSpot Virtual Machine:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c901010, pid=176, tid=3652
# Java VM: Java HotSpot(TM) Client VM (1.5.0_08-b03 mixed mode)
# Problematic frame:
# C [ntdll.dll+0x1010]
--------------- T H R E A D ---------------
Current thread (0x0aa98e10): JavaThread "Timer-2" [_thread_in_native, id=3652]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000018
Registers:
EAX=0x00000004, EBX=0x0b28f674, ECX=0x7ffa9000, EDX=0x00000004
ESP=0x0b28f610, EBP=0x0b28f628, ESI=0x00000000, EDI=0x0b0d12a0
EIP=0x7c901010, EFLAGS=0x00000297
Top of Stack: (sp=0x0b28f610)
0x0b28f610: 74355a16 00000004 0b0d12c4 7432139f
0x0b28f620: 0b0d12c4 00000000 0b28f640 7432a244
0x0b28f630: 0b0d12c4 74350000 0aa98ed0 00000000
0x0b28f640: 0b28f654 7432a653 0abeafe0 0aa98ed0
0x0b28f650: 0728b200 0b28f66c 6d371157 0b0d12a0
0x0b28f660: 0b28f674 0aa98e10 0728b200 0b28f6a4
0x0b28f670: 0085832f 00000000 0b28f6c0 0b0d12a0
0x0b28f680: 00000000 0b28f6b4 0b28f688 00000000
Instructions: (pc=0x7c901010)
0x7c901000: 90 90 90 90 90 64 8b 0d 18 00 00 00 8b 54 24 04
0x7c901010: 83 7a 14 00 75 4f f0 ff 42 04 75 19 8b 41 24 89
Stack: [0x0b250000,0x0b290000), sp=0x0b28f610, free space=253k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ntdll.dll+0x1010]
C [ODBC32.dll+0xa244]
C [ODBC32.dll+0xa653]
C [JdbcOdbc.dll+0x1157]
j sun.jdbc.odbc.JdbcOdbc.allocConnect(J[B)J+0
j sun.jdbc.odbc.JdbcOdbc.SQLAllocConnect(J)J+30
j sun.jdbc.odbc.JdbcOdbcDriver.allocConnection(J)J+6
j sun.jdbc.odbc.JdbcOdbcConnection.initialize(Ljava/lang/String;Ljava/util/Properties;I)V+37
j sun.jdbc.odbc.JdbcOdbcDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+129
J java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/ClassLoader;)Ljava/sql/Connection;
j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;+41
j com.realm.connect.conndbresources.FADatabaseResourceManager.getConnection()Ljava/sql/Connection;+59
j com.realm.connect.conndbresources.FADatabaseResourceManager.getListOfVersionsInDYNANotInJDE(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/HashMap;)Ljava/util/ArrayList;+245
J com.realm.connect.process.PopulateReXMLLeaseData.createLeaseData(Lcom/realm/connect/jaxb/sc/ConnSelectCriteria;Ljava/lang/String;Lcom/realm/connect/jaxb/rexml/PropertyDataType$RetailSalesType;Lcom/realm/connect/jaxb/rexml/PropertyDataType$ReportCategoriesType;Ljava/util/HashMap;Ljava/lang/String;Lcom/realm/connect/jaxb/rexml/LeaseDataType;)Lcom/realm/connect/jaxb/rexml/LeaseDataType;
v ~RuntimeStub::alignment_frame_return Runtime1 stub
j com.realm.connect.process.BuildSelectionCriteriaReXML.createReXML(Ljava/lang/String;Ljava/lang/String;Ljava/util/Hashtable;Ljava/lang/String;)V+1115
j com.realm.connect.process.BuildSelectionCriteriaReXML.RunBuildSelectionCriteriaReXML(Lcom/realm/connect/jaxb/sc/ConnSelectCriteria;Ljava/lang/String;Ljava/lang/String;)V+1394
j com.realm.connect.process.BuildSelectionCriteriaReXML.<init>(Lcom/realm/connect/jaxb/sc/ConnSelectCriteria;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V+249
j com.realm.connect.process.BatchScheduleWeekly.run()V+334
j java.util.TimerThread.mainLoop()V+221
j java.util.TimerThread.run()V+1
v ~StubRoutines::call_stub
V [jvm.dll+0x86e84]
V [jvm.dll+0xddead]
V [jvm.dll+0x86d55]
V [jvm.dll+0x86ab2]
V [jvm.dll+0xa16b2]
V [jvm.dll+0x10f4ac]
V [jvm.dll+0x10f47a]
C [MSVCRT.dll+0x2a3b0]
C [kernel32.dll+0xb683]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j sun.jdbc.odbc.JdbcOdbc.allocConnect(J[B)J+0
j sun.jdbc.odbc.JdbcOdbc.SQLAllocConnect(J)J+30
j sun.jdbc.odbc.JdbcOdbcDriver.allocConnection(J)J+6
j sun.jdbc.odbc.JdbcOdbcConnection.initialize(Ljava/lang/String;Ljava/util/Properties;I)V+37
j sun.jdbc.odbc.JdbcOdbcDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+129
J java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/ClassLoader;)Ljava/sql/Connection;
j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;+41
j com.realm.connect.conndbresources.FADatabaseResourceManager.getConnection()Ljava/sql/Connection;+59
j com.realm.connect.conndbresources.FADatabaseResourceManager.getListOfVersionsInDYNANotInJDE(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/HashMap;)Ljava/util/ArrayList;+245
J com.realm.connect.process.PopulateReXMLLeaseData.createLeaseData(Lcom/realm/connect/jaxb/sc/ConnSelectCriteria;Ljava/lang/String;Lcom/realm/connect/jaxb/rexml/PropertyDataType$RetailSalesType;Lcom/realm/connect/jaxb/rexml/PropertyDataType$ReportCategoriesType;Ljava/util/HashMap;Ljava/lang/String;Lcom/realm/connect/jaxb/rexml/LeaseDataType;)Lcom/realm/connect/jaxb/rexml/LeaseDataType;
v ~RuntimeStub::alignment_frame_return Runtime1 stub
j com.realm.connect.process.BuildSelectionCriteriaReXML.createReXML(Ljava/lang/String;Ljava/lang/String;Ljava/util/Hashtable;Ljava/lang/String;)V+1115
j com.realm.connect.process.BuildSelectionCriteriaReXML.RunBuildSelectionCriteriaReXML(Lcom/realm/connect/jaxb/sc/ConnSelectCriteria;Ljava/lang/String;Ljava/lang/String;)V+1394
j com.realm.connect.process.BuildSelectionCriteriaReXML.<init>(Lcom/realm/connect/jaxb/sc/ConnSelectCriteria;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V+249
j com.realm.connect.process.BatchScheduleWeekly.run()V+334
j java.util.TimerThread.mainLoop()V+221
j java.util.TimerThread.run()V+1
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
=>0x0aa98e10 JavaThread "Timer-2" [_thread_in_native, id=3652]
0x0ae6b410 JavaThread "Timer-1" [_thread_in_native, id=2808]
0x0aa3ea10 JavaThread "Thread-2" [_thread_blocked, id=2796]
0x0aa7cb60 JavaThread "Thread-1" [_thread_blocked, id=2912]
0x0adf4a60 JavaThread "Timer-0" [_thread_blocked, id=360]
0x000388b0 JavaThread "DestroyJavaVM" [_thread_blocked, id=3188]
0x0aaf5b80 JavaThread "Wrapper-Connection" daemon [_thread_in_native, id=1492]
0x0aa409e8 JavaThread "Wrapper-Control-Event-Monitor" daemon [_thread_blocked, id=3124]
0x00816d18 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2532]
0x00815988 JavaThread "CompilerThread0" daemon [_thread_blocked, id=660]
0x00814e28 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3536]
0x0080bbc8 JavaThread "Finalizer" daemon [_thread_blocked, id=2720]
0x0080a798 JavaThread "Reference Handler" daemon [_thread_blocked, id=2676]
Other Threads:
0x00806558 VMThread [id=3956]
0x00812e18 WatcherThread [id=856]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 1792K, used 840K [0x02850000, 0x02a40000, 0x02d30000)
eden space 1600K, 46% used [0x02850000, 0x0290a6c8, 0x029e0000)
from space 192K, 49% used [0x02a10000, 0x02a27d28, 0x02a40000)
to space 192K, 0% used [0x029e0000, 0x029e0000, 0x02a10000)
tenured generation total 23176K, used 16150K [0x02d30000, 0x043d2000, 0x06850000)
the space 23176K, 69% used [0x02d30000, 0x03cf5b08, 0x03cf5c00, 0x043d2000)
compacting perm gen total 12288K, used 12128K [0x06850000, 0x07450000, 0x0a850000)
the space 12288K, 98% used [0x06850000, 0x074280c0, 0x07428200, 0x07450000)
No shared spaces configured.
Dynamic libraries:
0x00400000 - 0x0040d000 C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin\java.exe
0x7c900000 - 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f4000 C:\WINDOWS\system32\kernel32.dll
0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 - 0x77f01000 C:\WINDOWS\system32\RPCRT4.dll
0x77c10000 - 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
0x6d6c0000 - 0x6d85b000 C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin\client\jvm.dll
0x77d40000 - 0x77dd0000 C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f57000 C:\WINDOWS\system32\GDI32.dll
0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
0x5dac0000 - 0x5dac8000 C:\WINDOWS\system32\rdpsnd.dll
0x76360000 - 0x76370000 C:\WINDOWS\system32\WINSTA.dll
0x5b860000 - 0x5b8b4000 C:\WINDOWS\system32\NETAPI32.dll
0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
0x6d280000 - 0x6d288000 C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin\hpi.dll
0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
0x6d690000 - 0x6d69c000 C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin\verify.dll
0x6d300000 - 0x6d31d000 C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin\java.dll
0x6d6b0000 - 0x6d6bf000 C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin\zip.dll
0x10000000 - 0x10013000 C:\wrapper\lib\wrapper-windows-x86-32.dll
0x6d4c0000 - 0x6d4d3000 C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin\net.dll
0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
0x71a50000 - 0x71a8f000 C:\WINDOWS\system32\mswsock.dll
0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
0x6d370000 - 0x6d37d000 C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin\JdbcOdbc.dll
0x74320000 - 0x7435d000 C:\WINDOWS\system32\ODBC32.dll
0x5d090000 - 0x5d12a000 C:\WINDOWS\system32\COMCTL32.dll
0x7c9c0000 - 0x7d1d5000 C:\WINDOWS\system32\SHELL32.dll
0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
0x763b0000 - 0x763f9000 C:\WINDOWS\system32\comdlg32.dll
0x773d0000 - 0x774d3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
0x20000000 - 0x20017000 C:\WINDOWS\system32\odbcint.dll
0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
0x5fe80000 - 0x5fe9b000 C:\WINDOWS\system32\odbccp32.dll
0x77c70000 - 0x77c93000 C:\WINDOWS\system32\msv1_0.dll
0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
VM Arguments:
jvm_args: -Djava.library.path=../lib -Dwrapper.key=hJ4ROjr9dlwjBqsE -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.pid=2196 -Dwrapper.version=3.2.1 -Dwrapper.native_library=wrapper -Dwrapper.service=TRUE -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=5
java_command: org.tanukisoftware.wrapper.WrapperSimpleApp com.realm.connect.process.BatchProcessStart C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\CONNECT\
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin;C:\Sun\SDK\jdk\bin;
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 8, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows XP Build 2600 Service Pack 2
CPU:total 1 (cores per cpu 1, threads per core 2) family 15 model 4 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ht
Memory: 4k page, physical 523760k(118812k free), swap 2029640k(1564992k free)
vm_info: Java HotSpot(TM) Client VM (1.5.0_08-b03) for windows-x86, built on Jul 26 2006 01:10:50 by "java_re" with MS VC++ 6.0

Are you familiar with the [url http://bugs.sun.com/bugdatabase/index.jsp]Bug Database? Perform a search there for the exception you've encountered. You may find a solution or workaround listed.

Similar Messages

  • EXCEPTION_ACCESS_VIOLATION error with MS ACCESS database connection

    Hello,
    I got the EXCEPTION_ACCESS_VIOLATION error in the hs_err_pidXXXX.log file.
    I am using MS ACCESS and jdbc-odbc bridge to access to it.
    The problem is the tomcat server crashes every a couple of hours.
    The error log is attached.
    I searched this error on line and tried a couple of things that they suggested. But no helps.
    I tried increasing the heap size, and change the Java option to -Xint.
    But all no help.
    Would you take a look at the log file and suggest anythings?
    Thank you!!!
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c82f350, pid=4100, tid=1204
    # Java VM: Java HotSpot(TM) Client VM (1.5.0-b64 interpreted mode)
    # Problematic frame:
    # C [ntdll.dll+0x2f350]
    --------------- T H R E A D ---------------
    Current thread (0x490eeb08): JavaThread "TP-Processor2" daemon [_thread_in_native, id=1204]
    siginfo: ExceptionCode=0xc0000005, writing address 0x00000008
    Registers:
    EAX=0x00000000, EBX=0x00000000, ECX=0x00000008, EDX=0x00000004
    ESP=0x4d4ae9e0, EBP=0x4d4ae9ec, ESI=0x00000008, EDI=0x00000000
    EIP=0x7c82f350, EFLAGS=0x00010297
    Top of Stack: (sp=0x4d4ae9e0)
    0x4d4ae9e0: 00000000 00000000 00000008 4d4aea08
    0x4d4ae9f0: 4bfa4c16 00000004 497f150c 4bf727af
    0x4d4aea00: 497f150c 497f14e8 4d4aea40 4bf78af9
    0x4d4aea10: 497f150c 4bfa0000 490eebc4 43c06010
    0x4d4aea20: 00000001 00000000 4d4aea14 4d4ae60c
    0x4d4aea30: 4d4afce8 4bfa5705 4bf78ac8 ffffffff
    0x4d4aea40: 4d4aea58 4bf78a9d 497f14e8 4d4aea78
    0x4d4aea50: 49151ad8 490eebc4 4d4aea70 6d371157
    Instructions: (pc=0x7c82f350)
    0x7c82f340: 56 8d 72 04 57 89 75 fc b8 00 00 00 00 8b 4d fc
    0x7c82f350: f0 0f b3 01 0f 92 c0 84 c0 0f 84 95 0f 00 00 64
    Stack: [0x4d3b0000,0x4d4b0000), sp=0x4d4ae9e0, free space=1018k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [ntdll.dll+0x2f350]
    C [ODBC32.dll+0x34c16]
    C [ODBC32.dll+0x8af9]
    C [ODBC32.dll+0x8a9d]
    C [JdbcOdbc.dll+0x1157]
    j sun.jdbc.odbc.JdbcOdbc.allocConnect(J[B)J+0
    j sun.jdbc.odbc.JdbcOdbc.SQLAllocConnect(J)J+30
    j sun.jdbc.odbc.JdbcOdbcDriver.allocConnection(J)J+6
    j sun.jdbc.odbc.JdbcOdbcConnection.initialize(Ljava/lang/String;Ljava/util/Properties;I)V+37
    j sun.jdbc.odbc.JdbcOdbcDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+129
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/ClassLoader;)Ljava/sql/Connection;+165
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;+41
    j gov.chi.oemc.pagegate.dao.jdbc.JdbcConnection.getConnection(Z)Ljava/sql/Connection;+18
    j gov.chi.oemc.pagegate.dao.jdbc.MessageDaoJdbc.getMsgHistories(Ljava/lang/String;Ljava/lang/String;ZI)Ljava/util/List;+13
    j gov.chi.oemc.pagegate.service.dwr.impl.MessageDwrManagerImpl.getMsgHistories(Ljava/lang/String;Ljava/lang/String;ZI)Ljava/util/List;+9
    j sun.reflect.GeneratedMethodAccessor79.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111
    j org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+31
    j org.springframework.aop.framework.JdkDynamicAopProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+318
    j $Proxy15.getMsgHistories(Ljava/lang/String;Ljava/lang/String;ZI)Ljava/util/List;+35
    j sun.reflect.GeneratedMethodAccessor80.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111
    j uk.ltd.getahead.dwr.impl.ExecuteQuery.execute(Ljavax/servlet/http/HttpServletRequest;)Luk/ltd/getahead/dwr/Calls;+955
    j uk.ltd.getahead.dwr.impl.DefaultExecProcessor.handle(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+26
    j uk.ltd.getahead.dwr.impl.DefaultProcessor.handle(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+225
    j uk.ltd.getahead.dwr.AbstractDWRServlet.doPost(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+33
    j javax.servlet.http.HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+139
    j javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+30
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+362
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljavax/servlet/FilterChain;)Lcom/opensymphony/module/sitemesh/Page;+18
    j com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+84
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+105
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+324
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+105
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+65
    j org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(Lorg/acegisecurity/intercept/web/FilterInvocation;)V+87
    j org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+15
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+37
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+144
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+143
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.ui.AbstractProcessingFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+141
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.ui.logout.LogoutFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+169
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+281
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.util.FilterChainProxy.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+172
    j org.acegisecurity.util.FilterToBeanProxy.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+18
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+105
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljavax/servlet/FilterChain;)V+29
    j org.springframework.web.filter.OncePerRequestFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+90
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+105
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+699
    j org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+285
    j org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+64
    j org.apache.catalina.valves.ErrorReportValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+6
    j org.apache.catalina.core.StandardEngineValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+42
    j org.apache.catalina.connector.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V+154
    j org.apache.jk.server.JkCoyoteHandler.invoke(Lorg/apache/jk/core/Msg;Lorg/apache/jk/core/MsgContext;)I+123
    j org.apache.jk.common.HandlerRequest.invoke(Lorg/apache/jk/core/Msg;Lorg/apache/jk/core/MsgContext;)I+327
    j org.apache.jk.common.ChannelSocket.invoke(Lorg/apache/jk/core/Msg;Lorg/apache/jk/core/MsgContext;)I+191
    j org.apache.jk.common.ChannelSocket.processConnection(Lorg/apache/jk/core/MsgContext;)V+105
    j org.apache.jk.common.ChannelSocket$SocketConnection.runIt([Ljava/lang/Object;)V+8
    j org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run()V+167
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    V [jvm.dll+0x8168d]
    V [jvm.dll+0xd4179]
    V [jvm.dll+0x8155e]
    V [jvm.dll+0x812bb]
    V [jvm.dll+0x9bbe9]
    V [jvm.dll+0xfe77f]
    V [jvm.dll+0xfe74d]
    C [MSVCRT.dll+0x2b530]
    C [kernel32.dll+0x2608b]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.jdbc.odbc.JdbcOdbc.allocConnect(J[B)J+0
    j sun.jdbc.odbc.JdbcOdbc.SQLAllocConnect(J)J+30
    j sun.jdbc.odbc.JdbcOdbcDriver.allocConnection(J)J+6
    j sun.jdbc.odbc.JdbcOdbcConnection.initialize(Ljava/lang/String;Ljava/util/Properties;I)V+37
    j sun.jdbc.odbc.JdbcOdbcDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+129
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/ClassLoader;)Ljava/sql/Connection;+165
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;+41
    j gov.chi.oemc.pagegate.dao.jdbc.JdbcConnection.getConnection(Z)Ljava/sql/Connection;+18
    j gov.chi.oemc.pagegate.dao.jdbc.MessageDaoJdbc.getMsgHistories(Ljava/lang/String;Ljava/lang/String;ZI)Ljava/util/List;+13
    j gov.chi.oemc.pagegate.service.dwr.impl.MessageDwrManagerImpl.getMsgHistories(Ljava/lang/String;Ljava/lang/String;ZI)Ljava/util/List;+9
    j sun.reflect.GeneratedMethodAccessor79.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111
    j org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+31
    j org.springframework.aop.framework.JdkDynamicAopProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+318
    j $Proxy15.getMsgHistories(Ljava/lang/String;Ljava/lang/String;ZI)Ljava/util/List;+35
    j sun.reflect.GeneratedMethodAccessor80.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111
    j uk.ltd.getahead.dwr.impl.ExecuteQuery.execute(Ljavax/servlet/http/HttpServletRequest;)Luk/ltd/getahead/dwr/Calls;+955
    j uk.ltd.getahead.dwr.impl.DefaultExecProcessor.handle(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+26
    j uk.ltd.getahead.dwr.impl.DefaultProcessor.handle(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+225
    j uk.ltd.getahead.dwr.AbstractDWRServlet.doPost(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+33
    j javax.servlet.http.HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+139
    j javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+30
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+362
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljavax/servlet/FilterChain;)Lcom/opensymphony/module/sitemesh/Page;+18
    j com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+84
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+105
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+324
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+105
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+65
    j org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(Lorg/acegisecurity/intercept/web/FilterInvocation;)V+87
    j org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+15
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+37
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+144
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+143
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.ui.AbstractProcessingFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+141
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.ui.logout.LogoutFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+169
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+281
    j org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+185
    j org.acegisecurity.util.FilterChainProxy.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+172
    j org.acegisecurity.util.FilterToBeanProxy.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+18
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+105
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljavax/servlet/FilterChain;)V+29
    j org.springframework.web.filter.OncePerRequestFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+90
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+105
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+699
    j org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+285
    j org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+64
    j org.apache.catalina.valves.ErrorReportValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+6
    j org.apache.catalina.core.StandardEngineValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+42
    j org.apache.catalina.connector.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V+154
    j org.apache.jk.server.JkCoyoteHandler.invoke(Lorg/apache/jk/core/Msg;Lorg/apache/jk/core/MsgContext;)I+123
    j org.apache.jk.common.HandlerRequest.invoke(Lorg/apache/jk/core/Msg;Lorg/apache/jk/core/MsgContext;)I+327
    j org.apache.jk.common.ChannelSocket.invoke(Lorg/apache/jk/core/Msg;Lorg/apache/jk/core/MsgContext;)I+191
    j org.apache.jk.common.ChannelSocket.processConnection(Lorg/apache/jk/core/MsgContext;)V+105
    j org.apache.jk.common.ChannelSocket$SocketConnection.runIt([Ljava/lang/Object;)V+8
    j org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run()V+167
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x4921e3d8 JavaThread "TP-Monitor" daemon [_thread_blocked, id=1264]
    0x48f8c7d8 JavaThread "TP-Processor4" daemon [_thread_in_native, id=5264]
    0x490e8168 JavaThread "TP-Processor3" daemon [_thread_in_Java, id=4632]
    =>0x490eeb08 JavaThread "TP-Processor2" daemon [_thread_in_native, id=1204]
    0x490cf398 JavaThread "TP-Processor1" daemon [_thread_in_native, id=3144]
    0x4935f3d0 JavaThread "http-8090-Monitor" [_thread_blocked, id=1128]
    0x490f2448 JavaThread "http-8090-Processor50" daemon [_thread_in_native, id=6052]
    0x49468c00 JavaThread "http-8090-Processor49" daemon [_thread_blocked, id=456]
    0x494680a8 JavaThread "http-8090-Processor48" daemon [_thread_blocked, id=3548]
    0x4921f440 JavaThread "http-8090-Processor47" daemon [_thread_blocked, id=4308]
    0x4944e8a8 JavaThread "http-8090-Processor46" daemon [_thread_blocked, id=4080]
    0x4902a1e8 JavaThread "http-8090-Processor45" daemon [_thread_blocked, id=3716]
    0x490295f0 JavaThread "http-8090-Processor44" daemon [_thread_blocked, id=5496]
    0x49121540 JavaThread "http-8090-Processor43" daemon [_thread_blocked, id=5284]
    0x492078a0 JavaThread "http-8090-Processor42" daemon [_thread_blocked, id=4232]
    0x490a2d48 JavaThread "http-8090-Processor41" daemon [_thread_blocked, id=2016]
    0x490a2290 JavaThread "http-8090-Processor40" daemon [_thread_blocked, id=4056]
    0x0080c0f0 JavaThread "http-8090-Processor39" daemon [_thread_blocked, id=4476]
    0x49337af0 JavaThread "http-8090-Processor38" daemon [_thread_blocked, id=3132]
    0x491f5be8 JavaThread "http-8090-Processor37" daemon [_thread_blocked, id=2976]
    0x491f5130 JavaThread "http-8090-Processor36" daemon [_thread_blocked, id=4772]
    0x49107408 JavaThread "http-8090-Processor35" daemon [_thread_blocked, id=4784]
    0x4920b9f8 JavaThread "http-8090-Processor34" daemon [_thread_blocked, id=5844]
    0x493163d0 JavaThread "http-8090-Processor33" daemon [_thread_blocked, id=5968]
    0x49315918 JavaThread "http-8090-Processor32" daemon [_thread_blocked, id=5048]
    0x492d11e0 JavaThread "http-8090-Processor31" daemon [_thread_blocked, id=4260]
    0x492c7628 JavaThread "http-8090-Processor30" daemon [_thread_blocked, id=4780]
    0x4936cd48 JavaThread "http-8090-Processor29" daemon [_thread_blocked, id=6136]
    0x4940b590 JavaThread "http-8090-Processor28" daemon [_thread_blocked, id=4612]
    0x00782630 JavaThread "http-8090-Processor27" daemon [_thread_blocked, id=4316]
    0x4927ab60 JavaThread "http-8090-Processor26" daemon [_thread_blocked, id=3964]
    0x4927a808 JavaThread "http-8090-Processor25" daemon [_thread_blocked, id=532]
    0x49354ab8 JavaThread "http-8090-Processor24" daemon [_thread_blocked, id=5040]
    0x4924bbd8 JavaThread "http-8090-Processor23" daemon [_thread_blocked, id=5640]
    0x490fb430 JavaThread "http-8090-Processor22" daemon [_thread_blocked, id=6096]
    0x4943fd90 JavaThread "http-8090-Processor21" daemon [_thread_blocked, id=4280]
    0x4916b8a0 JavaThread "http-8090-Processor20" daemon [_thread_blocked, id=3624]
    0x4914a8a8 JavaThread "http-8090-Processor19" daemon [_thread_blocked, id=1540]
    0x4939cc68 JavaThread "http-8090-Processor18" daemon [_thread_blocked, id=1324]
    0x4923f408 JavaThread "http-8090-Processor17" daemon [_thread_blocked, id=5900]
    0x49071188 JavaThread "http-8090-Processor16" daemon [_thread_blocked, id=5544]
    0x49071008 JavaThread "http-8090-Processor15" daemon [_thread_blocked, id=220]
    0x49460408 JavaThread "http-8090-Processor14" daemon [_thread_blocked, id=5796]
    0x492fbe80 JavaThread "http-8090-Processor13" daemon [_thread_blocked, id=3140]
    0x492fbd00 JavaThread "http-8090-Processor12" daemon [_thread_blocked, id=5876]
    0x49190e50 JavaThread "http-8090-Processor11" daemon [_thread_blocked, id=3128]
    0x49190cd0 JavaThread "http-8090-Processor10" daemon [_thread_blocked, id=5576]
    0x49108b28 JavaThread "http-8090-Processor9" daemon [_thread_blocked, id=5644]
    0x492d5d38 JavaThread "http-8090-Processor8" daemon [_thread_blocked, id=5296]
    0x4914e5c0 JavaThread "http-8090-Processor7" daemon [_thread_blocked, id=4556]
    0x49210708 JavaThread "http-8090-Processor6" daemon [_thread_blocked, id=4332]
    0x49106488 JavaThread "http-8090-Processor5" daemon [_thread_blocked, id=5164]
    0x4930e408 JavaThread "http-8090-Processor4" daemon [_thread_blocked, id=4736]
    0x49208008 JavaThread "http-8090-Processor3" daemon [_thread_blocked, id=4456]
    0x492263b8 JavaThread "http-8090-Processor2" daemon [_thread_blocked, id=4936]
    0x4905d008 JavaThread "http-8090-Processor1" daemon [_thread_blocked, id=4708]
    0x49130400 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=5468]
    0x007a6b10 JavaThread "Store userCache Expiry Thread" daemon [_thread_blocked, id=352]
    0x49016a08 JavaThread "Store userCache Spool Thread" daemon [_thread_blocked, id=5736]
    0x007f5530 JavaThread "Thread-1" [_thread_in_native, id=4996]
    0x007d09e8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5612]
    0x007cf640 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3112]
    0x007ce930 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1156]
    0x007c5d90 JavaThread "Finalizer" daemon [_thread_blocked, id=5456]
    0x003cfa18 JavaThread "Reference Handler" daemon [_thread_blocked, id=4444]
    0x003c5da0 JavaThread "main" [_thread_in_native, id=4520]
    Other Threads:
    0x007799f8 VMThread [id=5660]
    0x007d1cf8 WatcherThread [id=1764]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 18240K, used 3084K [0x02810000, 0x03bd0000, 0x076d0000)
    eden space 16256K, 16% used [0x02810000, 0x02aaa4b0, 0x037f0000)
    from space 1984K, 21% used [0x039e0000, 0x03a48eb0, 0x03bd0000)
    to space 1984K, 0% used [0x037f0000, 0x037f0000, 0x039e0000)
    tenured generation total 241984K, used 14251K [0x076d0000, 0x16320000, 0x42810000)
    the space 241984K, 5% used [0x076d0000, 0x084bac88, 0x084bae00, 0x16320000)
    compacting perm gen total 24064K, used 24061K [0x42810000, 0x43f90000, 0x46810000)
    the space 24064K, 99% used [0x42810000, 0x43f8f6f8, 0x43f8f800, 0x43f90000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040f000      C:\tomcats\Tomcat5.5\bin\tomcat5.exe
    0x7c800000 - 0x7c8c0000      C:\WINDOWS\system32\ntdll.dll
    0x77e40000 - 0x77f42000      C:\WINDOWS\system32\kernel32.dll
    0x77380000 - 0x77412000      C:\WINDOWS\system32\USER32.dll
    0x77c00000 - 0x77c49000      C:\WINDOWS\system32\GDI32.dll
    0x77f50000 - 0x77fec000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000 - 0x77cef000      C:\WINDOWS\system32\RPCRT4.dll
    0x77ba0000 - 0x77bfa000      C:\WINDOWS\system32\MSVCRT.dll
    0x7c8d0000 - 0x7d0d4000      C:\WINDOWS\system32\SHELL32.dll
    0x77da0000 - 0x77df2000      C:\WINDOWS\system32\SHLWAPI.dll
    0x77420000 - 0x77523000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.2778_x-ww_A8F04F11\comctl32.dll
    0x6d640000 - 0x6d7c5000      C:\Program Files\Java\jre1.5.0\bin\client\jvm.dll
    0x76aa0000 - 0x76acd000      C:\WINDOWS\system32\WINMM.dll
    0x6d280000 - 0x6d288000      C:\Program Files\Java\jre1.5.0\bin\hpi.dll
    0x76b70000 - 0x76b7b000      C:\WINDOWS\system32\PSAPI.DLL
    0x76f50000 - 0x76f63000      C:\WINDOWS\system32\Secur32.dll
    0x6d610000 - 0x6d61c000      C:\Program Files\Java\jre1.5.0\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\Program Files\Java\jre1.5.0\bin\java.dll
    0x6d630000 - 0x6d63f000      C:\Program Files\Java\jre1.5.0\bin\zip.dll
    0x6d4c0000 - 0x6d4d3000      C:\Program Files\Java\jre1.5.0\bin\net.dll
    0x71c00000 - 0x71c17000      C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000 - 0x71bf8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71b20000 - 0x71b61000      C:\WINDOWS\system32\mswsock.dll
    0x5f270000 - 0x5f2c9000      C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000 - 0x71ae8000      C:\WINDOWS\System32\wshtcpip.dll
    0x76ed0000 - 0x76eff000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000      C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3e000      C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000 - 0x76f88000      C:\WINDOWS\system32\rasadhlp.dll
    0x68000000 - 0x6802f000      C:\WINDOWS\system32\rsaenh.dll
    0x6d370000 - 0x6d37d000      C:\Program Files\Java\jre1.5.0\bin\JdbcOdbc.dll
    0x4bf70000 - 0x4bfad000      C:\WINDOWS\system32\ODBC32.dll
    0x77530000 - 0x775c7000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.82.3790.2778_x-ww_497C098C\COMCTL32.dll
    0x762b0000 - 0x762fa000      C:\WINDOWS\system32\comdlg32.dll
    0x49930000 - 0x49947000      C:\WINDOWS\system32\odbcint.dll
    0x77670000 - 0x777a4000      C:\WINDOWS\system32\ole32.dll
    0x77d00000 - 0x77d8c000      C:\WINDOWS\system32\OLEAUT32.dll
    0x777b0000 - 0x77833000      C:\WINDOWS\system32\CLBCatQ.DLL
    0x77010000 - 0x770d6000      C:\WINDOWS\system32\COMRes.dll
    0x77b90000 - 0x77b98000      C:\WINDOWS\system32\VERSION.dll
    0x4ae30000 - 0x4ae3b000      C:\WINDOWS\system32\VBAJET32.DLL
    VM Arguments:
    jvm_args: -Xint -Dcatalina.home=C:\tomcats\Tomcat5.5 -Dcatalina.base=C:\tomcats\Tomcat5.5 -Djava.endorsed.dirs=C:\tomcats\Tomcat5.5\common\endorsed -Djava.io.tmpdir=C:\tomcats\Tomcat5.5\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=C:\tomcats\Tomcat5.5\conf\logging.properties -Djava.compiler=NONE vfprintf -Xms256m -Xmx1024m -Xss1024k
    java_command: <unknown>
    Environment Variables:
    JAVA_HOME=C:\Program Files\Java\jdk1.5.0
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 1, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 1
    CPU:total 2 fami

    There are some other solutions possible.
    1. Get another driver. The only one known is java only so it wont crash. But is not not free.
    2. Use a proxy driver. That means that another app actually does the database work. If it crashes you just start it again (which you can do in your main code.) That way it won't take down your server. There are commercial jdbc drivers that claim MS Access but are are really just proxy implementations as an option in this area.

  • Serious problem ????? Unexpected Signal : EXCEPTION_ACCESS_VIOLATION

    Hi,
    While running a simple program i got a problem.The program has generated a report file. Attaching the same. Can anyone tell me why it is so??
    Log file is :
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6d448cb7
    Function name=(N/A)
    Library=D:\Program Files\JavaSoft\JRE\1.3.1_03\bin\hotspot\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.driverConnect(Native Method)
         at sun.jdbc.odbc.JdbcOdbc.SQLDriverConnect(Unknown Source)
         at sun.jdbc.odbc.JdbcOdbcConnection.initialize(Unknown Source)
         at sun.jdbc.odbc.JdbcOdbcDriver.connect(Unknown Source)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at AJFrame.testsql(AJframe.java:16)
         at AJFrame.<init>(AJframe.java:7)
         at AJFrame.main(AJframe.java:10)
    Dynamic libraries:
    0x00400000 - 0x00405000      C:\WINNT\system32\java.exe
    0x77F80000 - 0x77FFB000      C:\WINNT\System32\ntdll.dll
    0x77DB0000 - 0x77E0B000      C:\WINNT\system32\ADVAPI32.dll
    0x77E80000 - 0x77F35000      C:\WINNT\system32\KERNEL32.DLL
    0x77D40000 - 0x77DB0000      C:\WINNT\system32\RPCRT4.DLL
    0x78000000 - 0x78046000      C:\WINNT\system32\MSVCRT.dll
    0x6D420000 - 0x6D4F0000      D:\Program Files\JavaSoft\JRE\1.3.1_03\bin\hotspot\jvm.dll
    0x77E10000 - 0x77E74000      C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F7C000      C:\WINNT\system32\GDI32.DLL
    0x77570000 - 0x775A0000      C:\WINNT\system32\WINMM.dll
    0x75E60000 - 0x75E7A000      C:\WINNT\System32\IMM32.DLL
    0x6D220000 - 0x6D227000      D:\Program Files\JavaSoft\JRE\1.3.1_03\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000      D:\Program Files\JavaSoft\JRE\1.3.1_03\bin\verify.dll
    0x6D250000 - 0x6D266000      D:\Program Files\JavaSoft\JRE\1.3.1_03\bin\java.dll
    0x6D3C0000 - 0x6D3CD000      D:\Program Files\JavaSoft\JRE\1.3.1_03\bin\zip.dll
    0x6D020000 - 0x6D12A000      D:\Program Files\JavaSoft\JRE\1.3.1_03\bin\awt.dll
    0x77800000 - 0x7781D000      C:\WINNT\system32\WINSPOOL.DRV
    0x77A50000 - 0x77B46000      C:\WINNT\system32\ole32.dll
    0x6D1E0000 - 0x6D21B000      D:\Program Files\JavaSoft\JRE\1.3.1_03\bin\fontmanager.dll
    0x72800000 - 0x72846000      C:\WINNT\system32\DDRAW.dll
    0x728A0000 - 0x728A6000      C:\WINNT\system32\DCIMAN32.dll
    0x69000000 - 0x691D7000      C:\WINNT\system32\G400ICD.DLL
    0x6E420000 - 0x6E426000      C:\WINNT\System32\INDICDLL.dll
    0x6D290000 - 0x6D29A000      D:\Program Files\JavaSoft\JRE\1.3.1_03\bin\JdbcOdbc.dll
    0x1F7D0000 - 0x1F804000      C:\WINNT\system32\ODBC32.dll
    0x76B30000 - 0x76B6E000      C:\WINNT\system32\comdlg32.dll
    0x70BD0000 - 0x70C20000      C:\WINNT\system32\SHLWAPI.DLL
    0x71730000 - 0x717BA000      C:\WINNT\system32\COMCTL32.DLL
    0x782F0000 - 0x78532000      C:\WINNT\system32\SHELL32.DLL
    0x1F8C0000 - 0x1F8D6000      C:\WINNT\system32\odbcint.dll
    0x77920000 - 0x77943000      C:\WINNT\system32\imagehlp.dll
    0x72A00000 - 0x72A2D000      C:\WINNT\system32\DBGHELP.dll
    0x0B240000 - 0x0B24B000      C:\WINNT\system32\PSAPI.DLL
    Local Time = Tue Aug 20 15:57:39 2002
    Elapsed Time = 1
    # HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
    # Error ID : 4F530E43505002BD
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_03-b03 mixed mode)

    Today I was trouble shooting a jsp page that uses JDBC posted on a TOMCAT server. I was have the same exception as you guys described but found a work around for my program.
    I as reading data from my db into the jsp page (into a table and some drop down menus). The error screen would pop up randomly as I accessed the page. If I refreshed page quickly it would cause the error to happen more often it seemed.
    The fix was i used the "finally" statement to close every instance of ResultSet and Statement.
    Before I use simply:
    rs.close();
    st.close();
    rs = null;
    st = null;
    I have 2 seperate parts on jsp page where I accessed db. Once I put in the finally it worked. Here is the code I used:
    try
         Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
         String sourceURL = new String("jdbc:odbc:D2TEST");
         Connection dbconn = DriverManager.getConnection(sourceURL);
         st = dbconn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_UPDATABLE);
         rs = st.executeQuery("SELECT * FROM CIS_REFERENCE");
         while (rs.next())
              {     minute = rs.getInt("PERIOD");
                   onoff = rs.getInt("PONOFF");
         finally {
              if (rs != null) {
                   try {
                        rs.close();
                   catch (SQLException sqle)
                        System.out.println(sqle.toString());
              if (st != null) {
                   try {
                        st.close();
                   catch (SQLException sqle)
                        System.out.println(sqle.toString());
    Sorry bout the spacing I just cut and paste.
    Hope this helps
    B~

  • EXCEPTION_ACCESS_VIOLATION when loading DB2 driver

    Hi,
    I'm currently developing an executable jar application. I've got a problem in connecting to the DB2 server after packaging the application into a jar file. Below is the error that I encountered:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d6c9a1f, pid=2296, tid=2260
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode, sharing)
    # Problematic frame:
    # V  [jvm.dll+0x89a1f]
    # An error report file with more information is saved as hs_err_pid2296.log
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    #And here's the detailed log:
    ---------------  T H R E A D  ---------------
    Current thread (0x02cc7e00):  JavaThread "AWT-EventQueue-0" [_thread_in_vm, id=2260]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x00000000, EBX=0x00000000, ECX=0x02d12fe8, EDX=0x00ac2d60
    ESP=0x0742f090, EBP=0x0742f0c0, ESI=0x02cc7e00, EDI=0x00ac2d58
    EIP=0x6d6c9a1f, EFLAGS=0x00010206
    Top of Stack: (sp=0x0742f090)
    0x0742f090:   02cc7ebc 02cc7ebc 26b15cf0 02cc7ebc
    0x0742f0a0:   02cc7ebc 6d68086a 6d64aa71 02cc7e00
    0x0742f0b0:   0742f0e0 6d6c62ad 02cc7e00 00ac2d58
    0x0742f0c0:   0742f0e0 1000a647 02cc7ebc 00000000
    0x0742f0d0:   100130c8 00ac2d5c 02cc7e00 26b15cf0
    0x0742f0e0:   0742f100 100039b0 02cc7ebc 00000000
    0x0742f0f0:   00000000 00000000 02cc7e00 26b15cf0
    0x0742f100:   0742f130 00ad826f 02cc7ebc 0742f144
    Instructions: (pc=0x6d6c9a1f)
    0x6d6c9a0f:   a9 00 00 00 39 5d 14 0f 84 a0 00 00 00 8b 45 0c
    0x6d6c9a1f:   ff 30 e8 2a 97 ff ff 59 50 56 8d 4d 08 e8 da c3
    Stack: [0x073f0000,0x07430000),  sp=0x0742f090,  free space=252k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V  [jvm.dll+0x89a1f]
    C  [db2jdbc.dll+0xa647]
    C  [db2jdbc.dll+0x39b0]
    j  COM.ibm.db2.jdbc.app.DB2Driver.SQLAllocEnv([I)I+0
    j  COM.ibm.db2.jdbc.app.DB2Driver.<init>()V+628
    j  COM.ibm.db2.jdbc.app.DB2Driver.<clinit>()V+27
    v  ~StubRoutines::call_stub
    V  [jvm.dll+0x8295c]
    V  [jvm.dll+0xd752e]
    V  [jvm.dll+0x8282d]
    V  [jvm.dll+0x75a9c]
    V  [jvm.dll+0x7499d]
    V  [jvm.dll+0x9ff40]
    V  [jvm.dll+0x99269]
    C  [java.dll+0x13d8]
    j  java.lang.Class.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;+0
    j  java.lang.Class.forName(Ljava/lang/String;)Ljava/lang/Class;+5
    j  ort.cip.client.DB2Connection.connect_query(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Z)Lcom/jrefinery/data/XYDataset;+19
    j  ort.cip.client.ORT_Charting_Main.jButton1_ActionEvents()V+369
    j  ort.cip.client.ORT_Charting_Main.connEtoC2()V+1
    j  ort.cip.client.ORT_Charting_Main.access$5(Lort/cip/client/ORT_Charting_Main;)V+1
    j  ort.cip.client.ORT_Charting_Main$IvjEventHandler.actionPerformed(Ljava/awt/event/ActionEvent;)V+62
    j  javax.swing.AbstractButton.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+84
    j  javax.swing.AbstractButton$Handler.actionPerformed(Ljava/awt/event/ActionEvent;)V+5
    j  javax.swing.DefaultButtonModel.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+35
    j  javax.swing.DefaultButtonModel.setPressed(Z)V+117
    j  javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Ljava/awt/event/MouseEvent;)V+35
    j  java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+64
    j  javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23
    j  java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V+81
    j  java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V+18
    j  java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+477
    j  java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    j  java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j  java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V+304
    j  java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+139
    j  java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z+50
    j  java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+12
    j  java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
    j  java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
    j  java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z+233
    j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j  java.awt.EventDispatchThread.run()V+9
    v  ~StubRoutines::call_stub
    V  [jvm.dll+0x8295c]
    V  [jvm.dll+0xd752e]
    V  [jvm.dll+0x8282d]
    V  [jvm.dll+0x8258a]
    V  [jvm.dll+0x9d476]
    V  [jvm.dll+0x1042ae]
    V  [jvm.dll+0x10427c]
    C  [MSVCRT.dll+0x2a3b0]
    C  [kernel32.dll+0xb50b]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  COM.ibm.db2.jdbc.app.DB2Driver.SQLAllocEnv([I)I+0
    j  COM.ibm.db2.jdbc.app.DB2Driver.<init>()V+628
    j  COM.ibm.db2.jdbc.app.DB2Driver.<clinit>()V+27
    v  ~StubRoutines::call_stub
    j  java.lang.Class.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;+0
    j  java.lang.Class.forName(Ljava/lang/String;)Ljava/lang/Class;+5
    j  ort.cip.client.DB2Connection.connect_query(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Z)Lcom/jrefinery/data/XYDataset;+19
    j  ort.cip.client.ORT_Charting_Main.jButton1_ActionEvents()V+369
    j  ort.cip.client.ORT_Charting_Main.connEtoC2()V+1
    j  ort.cip.client.ORT_Charting_Main.access$5(Lort/cip/client/ORT_Charting_Main;)V+1
    j  ort.cip.client.ORT_Charting_Main$IvjEventHandler.actionPerformed(Ljava/awt/event/ActionEvent;)V+62
    j  javax.swing.AbstractButton.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+84
    j  javax.swing.AbstractButton$Handler.actionPerformed(Ljava/awt/event/ActionEvent;)V+5
    j  javax.swing.DefaultButtonModel.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+35
    j  javax.swing.DefaultButtonModel.setPressed(Z)V+117
    j  javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Ljava/awt/event/MouseEvent;)V+35
    j  java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+64
    j  javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23
    j  java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V+81
    j  java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V+18
    j  java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+477
    j  java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    j  java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j  java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V+304
    j  java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+139
    j  java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z+50
    j  java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+12
    j  java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
    j  java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
    j  java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z+233
    j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j  java.awt.EventDispatchThread.run()V+9
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x000352e8 JavaThread "DestroyJavaVM" [_thread_blocked, id=832]
    =>0x02cc7e00 JavaThread "AWT-EventQueue-0" [_thread_in_vm, id=2260]
      0x02cc4618 JavaThread "AWT-Shutdown" [_thread_blocked, id=848]
      0x00aa1a38 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3720]
      0x02cac008 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3756]
      0x00a699f0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4020]
      0x00a685c8 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3556]
      0x00a67860 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=880]
      0x00a62ad0 JavaThread "Finalizer" daemon [_thread_blocked, id=2364]
      0x00a615f0 JavaThread "Reference Handler" daemon [_thread_blocked, id=2796]
    Other Threads:
      0x00a5ed50 VMThread [id=2656]
      0x00a677a0 WatcherThread [id=3492]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation   total 576K, used 292K [0x22a80000, 0x22b20000, 0x22f60000)
      eden space 512K,  44% used [0x22a80000, 0x22ab9540, 0x22b00000)
      from space 64K,  99% used [0x22b00000, 0x22b0fd78, 0x22b10000)
      to   space 64K,   0% used [0x22b10000, 0x22b10000, 0x22b20000)
    tenured generation   total 1408K, used 1304K [0x22f60000, 0x230c0000, 0x26a80000)
       the space 1408K,  92% used [0x22f60000, 0x230a6278, 0x230a6400, 0x230c0000)
    compacting perm gen  total 8192K, used 640K [0x26a80000, 0x27280000, 0x2aa80000)
       the space 8192K,   7% used [0x26a80000, 0x26b20080, 0x26b20200, 0x27280000)
        ro space 8192K,  62% used [0x2aa80000, 0x2af8a3a0, 0x2af8a400, 0x2b280000)
        rw space 12288K,  46% used [0x2b280000, 0x2b8103d8, 0x2b810400, 0x2be80000)
    Dynamic libraries:
    0x00400000 - 0x0040c000      C:\WINDOWS\system32\java.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d640000 - 0x6d7cc000      C:\Program Files\Java\jre1.5.0_05\bin\client\jvm.dll
    0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f56000      C:\WINDOWS\system32\GDI32.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x6d280000 - 0x6d288000      C:\Program Files\Java\jre1.5.0_05\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d610000 - 0x6d61c000      C:\Program Files\Java\jre1.5.0_05\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\Program Files\Java\jre1.5.0_05\bin\java.dll
    0x6d630000 - 0x6d63f000      C:\Program Files\Java\jre1.5.0_05\bin\zip.dll
    0x6d000000 - 0x6d167000      C:\Program Files\Java\jre1.5.0_05\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.dll
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x5ad70000 - 0x5ada8000      C:\WINDOWS\system32\UxTheme.dll
    0x73760000 - 0x737a9000      C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x73940000 - 0x73a10000      C:\WINDOWS\system32\D3DIM700.DLL
    0x63000000 - 0x63014000      C:\WINDOWS\system32\SynTPFcs.dll
    0x77c00000 - 0x77c08000      C:\WINDOWS\system32\VERSION.dll
    0x7c9c0000 - 0x7d1d5000      C:\WINDOWS\system32\shell32.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x773d0000 - 0x774d2000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x5d090000 - 0x5d127000      C:\WINDOWS\system32\comctl32.dll
    0x6d240000 - 0x6d27d000      C:\Program Files\Java\jre1.5.0_05\bin\fontmanager.dll
    0x6d4c0000 - 0x6d4d3000      C:\Program Files\Java\jre1.5.0_05\bin\net.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x6d4e0000 - 0x6d4e9000      C:\Program Files\Java\jre1.5.0_05\bin\nio.dll
    0x10000000 - 0x10016000      C:\Program Files\SQLLIB\bin\db2jdbc.dll
    0x6c000000 - 0x6c236000      C:\PROGRA~1\SQLLIB\BIN\DB2CLI.dll
    0x6c770000 - 0x6ca25000      C:\PROGRA~1\SQLLIB\BIN\DB2SYS.dll
    0x6e260000 - 0x6e26b000      C:\PROGRA~1\SQLLIB\BIN\DB2WINT.dll
    0x07430000 - 0x07445000      C:\PROGRA~1\SQLLIB\BIN\DB2SYSP.dll
    0x6c240000 - 0x6c4e1000      C:\PROGRA~1\SQLLIB\BIN\DB2APP.dll
    0x6c620000 - 0x6c738000      C:\PROGRA~1\SQLLIB\BIN\DB2UTIL.dll
    0x6c4f0000 - 0x6c529000      C:\PROGRA~1\SQLLIB\BIN\DB2ABIND.dll
    0x07450000 - 0x07580000      C:\PROGRA~1\SQLLIB\BIN\db2osse.dll
    0x77120000 - 0x771ac000      C:\WINDOWS\system32\OLEAUT32.dll
    0x5b860000 - 0x5b8b4000      C:\WINDOWS\system32\NETAPI32.dll
    0x07580000 - 0x0758c000      C:\PROGRA~1\SQLLIB\BIN\db2locale.dll
    0x07590000 - 0x075c8000      C:\PROGRA~1\SQLLIB\BIN\db2trcapi.dll
    VM Arguments:
    java_command: Charting.jar
    Environment Variables:
    CLASSPATH=.;C:\PROGRA~1\SQLLIB\java\db2java.zip;C:\PROGRA~1\SQLLIB\java\db2jcc.jar;C:\PROGRA~1\SQLLIB\java\sqlj.zip;C:\PROGRA~1\SQLLIB\bin;C:\PROGRA~1\SQLLIB\java\common.jar
    PATH=C:\PROGRAM FILES\THINKPAD\UTILITIES;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\WINDOWS\Downloaded Program Files;C:\IBMTOOLS\Python22;C:\Program Files\PC-Doctor for Windows\services;C:\Program Files\IBM\Trace Facility;C:\Program Files\Personal Communications;C:\IMNnq_NT;C:\PROGRA~1\Tcl\bin;C:\PROGRA~1\SQLLIB\BIN;C:\PROGRA~1\SQLLIB\FUNCTION;C:\j2sdk1.4.2_10\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\CMVC\exe;C:\CMVC\exe\bin;C:\CMVC\bin
    USERNAME=nugraha
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 6, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 family 6, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 261040k(31956k free), swap 639216k(137944k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_05-b05) for windows-x86, built on Aug 26 2005 15:36:02 by "java_re" with MS VC++ 6.0I found out that this error came out when the following part of the code was executed (see the one in bold):
    public static com.jrefinery.data.XYDataset connect_query(
        java.lang.String drive_SN,
        java.lang.String start_Date,
        java.lang.String end_Date,
        boolean[] checkBox_group) {
        TimeSeriesCollection collection = new TimeSeriesCollection();
        BasicTimeSeries[] param_value;
        try {
            // load the DB2 Driver
    Class.forName("COM.ibm.db2.jdbc.app.DB2Driver");
            // establish a connection to DB2
               Connection db2Conn = DriverManager.getConnection("jdbc:db2:FOXDBS_S","myID","mypass");    
            // use a statement to gather data from the database
            Statement st = db2Conn.createStatement();
            String myQuery = info_query;
            // execute the query
            ResultSet resultSet = st.executeQuery(myQuery);
            // clean up resources
            resultSet.close();
            st.close();
            db2Conn.close();
        } catch (ClassNotFoundException cnfe) {
            cnfe.printStackTrace();
        } catch (SQLException sqle) {
            sqle.printStackTrace();
        XYDataset data = collection;
        return data;
    }This code actually worked fine when I ran it from VisualAge for Java environment.
    I'm currently using J2SDK version 1.4.2_10 and J2RE version 1.4.2_10.
    Appreciate any help that you all can suggest. I've been looking for this error on the web. Seems like this has been a known and common problem but I couldn't find the working answer so far. Thank you in advance for any help.
    Chris

    Hi Russel,
    Thanks for the reply. I've executed the jar file using the -Xcheck:jni as follows:
    java -jar -Xcheck:jni Charting.jarand when I executed the function here's what appeared on the screen:
    FATAL ERROR in native method: JNI call made with exception pending
            at COM.ibm.db2.jdbc.app.DB2Driver.SQLAllocEnv(Native Method)
            at COM.ibm.db2.jdbc.app.DB2Driver.<init>(Unknown Source)
            at COM.ibm.db2.jdbc.app.DB2Driver.<clinit>(Unknown Source)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Unknown Source)
            at ort.cip.client.DB2Connection.connect_query(DB2Connection.java:45)
            at ort.cip.client.ORT_Charting_Main.jButton1_ActionEvents(ORT_Charting_M
    ain.java:3159)
            at ort.cip.client.ORT_Charting_Main.connEtoC2(ORT_Charting_Main.java:244
            at ort.cip.client.ORT_Charting_Main.access$5(ORT_Charting_Main.java:240)
            at ort.cip.client.ORT_Charting_Main$IvjEventHandler.actionPerformed(ORT_
    Charting_Main.java:187)
            at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
            at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
            at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
    ce)
            at java.awt.Component.processMouseEvent(Unknown Source)
            at javax.swing.JComponent.processMouseEvent(Unknown Source)
            at java.awt.Component.processEvent(Unknown Source)
            at java.awt.Container.processEvent(Unknown Source)
            at java.awt.Component.dispatchEventImpl(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
            at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
            at java.awt.Container.dispatchEventImpl(Unknown Source)
            at java.awt.Window.dispatchEventImpl(Unknown Source)
            at java.awt.Component.dispatchEvent(Unknown Source)
            at java.awt.EventQueue.dispatchEvent(Unknown Source)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.run(Unknown Source)I recognized that the error appeared during the execution of function "forName(driver)", which is exactly what I predicted before. Strange that this function worked well when executed from the development software (before packaging it into jar file). Is there a difference in the way the program works as executable jar file and as the file in the development sofware?
    And regarding the JDBC driver, I did try another driver, which was the JDBC type 2 and 4 driver. But when I ran the application, there's an error saying that the DB2 server does not support type 2 or 4 JDBC driver. Seems like I have no other choice but to use this driver.
    Do you have any suggestion on how to make the driver work as an executable Jar file? Meanwhile, I'll try to report the bug for this driver. Thanks....

  • EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0b2da214, pid=876, tid=2584

    Hi everyone,
    I am having the problem shown below:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0b2da214, pid=876, tid=2584
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_10-b03 mixed mode)
    # Problematic frame:
    # C [libdbxml24.dll+0x4a214]
    --------------- T H R E A D ---------------
    Current thread (0x008497e0): JavaThread "E4JMS Session Dispatcher (66)" [_thread_in_native, id=2584]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x00000000, EBX=0x0b9df76c, ECX=0x00aa54f8, EDX=0x00030001
    ESP=0x0b9df620, EBP=0x0b9df704, ESI=0x00aa54f0, EDI=0x00000000
    EIP=0x0b2da214, EFLAGS=0x00010206
    Top of Stack: (sp=0x0b9df620)
    0x0b9df620: 0b2d0e21 00000000 00000000 00000000
    0x0b9df630: 0b9df76c 00aa54f0 0b9df654 0b35a322
    0x0b9df640: 00000000 0b2dad56 00000000 008498a0
    0x0b9df650: 00aa54f0 0b9df6f8 0b35b19b 00000000
    0x0b9df660: 0b244c22 0b9df690 008497e0 06df1ad0
    0x0b9df670: 06df1ad8 00bd29e3 00000000 00bd6509
    0x0b9df680: 00000002 00000000 030d43c0 030ce350
    0x0b9df690: 0b9df690 06c5ef9c 0b9df6c0 06c5ff08
    Instructions: (pc=0x0b2da214)
    0x0b2da204: c2 04 00 cc cc cc cc cc cc cc cc cc 8b 44 24 04
    0x0b2da214: 8b 00 56 8b f1 8d 48 04 89 06 8b 11 ff 52 04 8b
    Stack: [0x0b9a0000,0x0b9e0000), sp=0x0b9df620, free space=253k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libdbxml24.dll+0x4a214]
    j com.sleepycat.dbxml.dbxml_javaJNI.XmlContainer_putDocument__SWIG_0(JLcom/sleepycat/dbxml/XmlContainer;Ljava/lang/String;Ljava/lang/String;JI)Ljava/lang/String;+0
    j com.sleepycat.dbxml.XmlContainer.putDocument(Ljava/lang/String;Ljava/lang/String;Lcom/sleepycat/dbxml/XmlUpdateContext;I)Ljava/lang/String;+13
    j com.sleepycat.dbxml.XmlContainer.putDocument(Lcom/sleepycat/dbxml/XmlTransaction;Ljava/lang/String;Ljava/lang/String;Lcom/sleepycat/dbxml/XmlUpdateContext;Lcom/sleepycat/dbxml/XmlDocumentConfig;)Ljava/lang/String;+57
    j com.sleepycat.dbxml.XmlContainer.putDocument(Ljava/lang/String;Ljava/lang/String;Lcom/sleepycat/dbxml/XmlDocumentConfig;)Ljava/lang/String;+6
    j ag.SaveMessageinDB.addXMLDocument(Ljava/lang/String;Ljava/lang/String;)V+21
    j ag.SaveMessageinDB.saveMessage(Ljava/lang/String;Ljava/lang/String;)V+3
    j example.TextListener.onMessage(Ljavax/jms/Message;)V+53
    j com.tibco.tibjms.TibjmsSession._submit(Ljavax/jms/MessageListener;Lcom/tibco/tibjms/TibjmsMessage;)V+10
    j com.tibco.tibjms.TibjmsSession._dispatchAsyncMessage(Lcom/tibco/tibjms/TibjmsSession$Dispatcher;Z)Z+310
    j com.tibco.tibjms.TibjmsSession$Dispatcher.run()V+9
    v ~StubRoutines::call_stub
    V [jvm.dll+0x8757c]
    V [jvm.dll+0xde804]
    V [jvm.dll+0x8744d]
    V [jvm.dll+0x871aa]
    V [jvm.dll+0xa1de8]
    V [jvm.dll+0x10fad4]
    V [jvm.dll+0x10faa2]
    C [MSVCRT.dll+0x2a3b0]
    C [kernel32.dll+0xb683]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.sleepycat.dbxml.dbxml_javaJNI.XmlContainer_putDocument__SWIG_0(JLcom/sleepycat/dbxml/XmlContainer;Ljava/lang/String;Ljava/lang/String;JI)Ljava/lang/String;+0
    j com.sleepycat.dbxml.XmlContainer.putDocument(Ljava/lang/String;Ljava/lang/String;Lcom/sleepycat/dbxml/XmlUpdateContext;I)Ljava/lang/String;+13
    j com.sleepycat.dbxml.XmlContainer.putDocument(Lcom/sleepycat/dbxml/XmlTransaction;Ljava/lang/String;Ljava/lang/String;Lcom/sleepycat/dbxml/XmlUpdateContext;Lcom/sleepycat/dbxml/XmlDocumentConfig;)Ljava/lang/String;+57
    j com.sleepycat.dbxml.XmlContainer.putDocument(Ljava/lang/String;Ljava/lang/String;Lcom/sleepycat/dbxml/XmlDocumentConfig;)Ljava/lang/String;+6
    j ag.SaveMessageinDB.addXMLDocument(Ljava/lang/String;Ljava/lang/String;)V+21
    j ag.SaveMessageinDB.saveMessage(Ljava/lang/String;Ljava/lang/String;)V+3
    j example.TextListener.onMessage(Ljavax/jms/Message;)V+53
    j com.tibco.tibjms.TibjmsSession._submit(Ljavax/jms/MessageListener;Lcom/tibco/tibjms/TibjmsMessage;)V+10
    j com.tibco.tibjms.TibjmsSession._dispatchAsyncMessage(Lcom/tibco/tibjms/TibjmsSession$Dispatcher;Z)Z+310
    j com.tibco.tibjms.TibjmsSession$Dispatcher.run()V+9
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x008497e0 JavaThread "E4JMS Session Dispatcher (66)" [_thread_in_native, id=2584]
    0x008499f0 JavaThread "E4JMS TCPLink Reader (66)" daemon [_thread_in_native, id=3236]
    0x00847950 JavaThread "E4JMS Connections Pinger" daemon [_thread_blocked, id=5492]
    0x008318d0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3712]
    0x00830d80 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1620]
    0x0082f940 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1296]
    0x0082ee70 JavaThread "Finalizer" daemon [_thread_blocked, id=416]
    0x0082dcf0 JavaThread "Reference Handler" daemon [_thread_blocked, id=6048]
    0x00824e50 JavaThread "main" [_thread_in_native, id=3872]
    Other Threads:
    0x0082b060 VMThread [id=2968]
    0x00834ac0 WatcherThread [id=3436]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 461K [0x02bd0000, 0x02c70000, 0x030b0000)
    eden space 512K, 82% used [0x02bd0000, 0x02c39228, 0x02c50000)
    from space 64K, 63% used [0x02c60000, 0x02c6a2b0, 0x02c70000)
    to space 64K, 0% used [0x02c50000, 0x02c50000, 0x02c60000)
    tenured generation total 1408K, used 283K [0x030b0000, 0x03210000, 0x06bd0000)
    the space 1408K, 20% used [0x030b0000, 0x030f6e58, 0x030f7000, 0x03210000)
    compacting perm gen total 8192K, used 3290K [0x06bd0000, 0x073d0000, 0x0abd0000)
    the space 8192K, 40% used [0x06bd0000, 0x06f06a28, 0x06f06c00, 0x073d0000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\bin\javaw.exe
    0x7c900000 - 0x7c9b0000      C:\WINNT\system32\ntdll.dll
    0x7c800000 - 0x7c8f5000      C:\WINNT\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINNT\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINNT\system32\RPCRT4.dll
    0x7e410000 - 0x7e4a1000      C:\WINNT\system32\USER32.dll
    0x77f10000 - 0x77f58000      C:\WINNT\system32\GDI32.dll
    0x77c10000 - 0x77c68000      C:\WINNT\system32\MSVCRT.dll
    0x76390000 - 0x763ad000      C:\WINNT\system32\IMM32.DLL
    0x629c0000 - 0x629c9000      C:\WINNT\system32\LPK.DLL
    0x74d90000 - 0x74dfb000      C:\WINNT\system32\USP10.dll
    0x10000000 - 0x10011000      C:\WINNT\system32\AMInit.dll
    0x6d730000 - 0x6d8cc000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\jre\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000      C:\WINNT\system32\WINMM.dll
    0x6d2f0000 - 0x6d2f8000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\jre\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINNT\system32\PSAPI.DLL
    0x6d700000 - 0x6d70c000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\jre\bin\java.dll
    0x6d720000 - 0x6d72f000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\jre\bin\zip.dll
    0x003e0000 - 0x003fd000      H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin\libdb_java46.dll
    0x0af90000 - 0x0b071000      H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin\libdb46.dll
    0x71ab0000 - 0x71ac7000      C:\WINNT\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINNT\system32\WS2HELP.dll
    0x7c340000 - 0x7c396000      C:\WINNT\system32\MSVCR71.dll
    0x7c3a0000 - 0x7c41b000      C:\WINNT\system32\MSVCP71.dll
    0x0b230000 - 0x0b286000      H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin\libdbxml_java24.dll
    0x0b290000 - 0x0b3d4000      H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin\libdbxml24.dll
    0x0b3e0000 - 0x0b626000      H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin\xqilla21.dll
    0x12000000 - 0x121ac000      H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin\xerces-c_2_8.dll
    0x6d530000 - 0x6d543000      C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\jre\bin\net.dll
    0x71a50000 - 0x71a8f000      C:\WINNT\System32\mswsock.dll
    0x76f20000 - 0x76f47000      C:\WINNT\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000      C:\WINNT\System32\winrnr.dll
    0x76f60000 - 0x76f8c000      C:\WINNT\system32\WLDAP32.dll
    0x76fc0000 - 0x76fc6000      C:\WINNT\system32\rasadhlp.dll
    0x662b0000 - 0x66308000      C:\WINNT\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINNT\System32\wshtcpip.dll
    VM Arguments:
    jvm_args: -Dfile.encoding=Cp1252
    java_command: ag.Aggregator
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\Documents and Settings\ukhew1\Desktop\jdk1.5.0_10\jdk1.5.0_10\
    CLASSPATH=H:\jdk1.5.0_10\jre\lib\rt.jar;H:\Program Files\Oracle\Berkeley DB XML 2.4.16\jar\dbxmlexamples.jar;H:\Program Files\Oracle\Berkeley DB XML 2.4.16\jar\dbxml.jar;H:\Program Files\Oracle\Berkeley DB XML 2.4.16\jar\db.jar
    PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\CSsystem;C:\Utils;C:\Program Files\Sybase.12\OCS-12_0\bin;C:\Program Files\Sybase.12\OCS-12_0\dll;C:\Program Files\Rational\common;C:\Program Files\Rational\ClearCase\bin;C:\Program Files\Rational\ClearCase\Bin;C:\local\oracle\clients\9203.2\bin;H:\jdk1.5.0_10\bin;H:\Program Files\Oracle\Berkeley DB XML 2.4.16\bin
    USERNAME=ukhew1
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 7, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 (cores per cpu 1, threads per core 1) family 15 model 2 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 2096624k(1129700k free), swap 2992216k(2041352k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_10-b03) for windows-x86, built on Nov 9 2006 13:13:34 by "java_re" with MS VC++ 6.0
    I am totally lost and would require some assistance... Thank you so much!
    Best regards,
    Khew

    Hi, it looks like you're using DBXML. This should be posted in the DBXML forum:
    Berkeley DB XML
    Ben Schmeckpeper

  • EXCEPTION_ACCESS_VIOLATION on read

    Hi,
    i have wrapper dll to a 3rd party dll . Mainly ,what i want to do is to connect a remote rs232 device through a modem .
    the application starts without any problem . I call initport and dialmodem consecutively. When dialmodem is called , the 3rd party library function does the following,
    /*********C Code******************/
    extern "C" long int __stdcall DialModem( LPSTR     lpModemResponse,
                                                       LPCSTR lpPhoneNumber,
                                                       int nNumLength,
                                                      int nDialType,
                                                       int nTimeout )
         BYTE bDialString[] = {'A','T','D',nDialType };
         BYTE *pbDialString = bDialString;
         BYTE bNumber[20];
         bDialStatus = TRUE;
         if ( com.WriteCommPort( pbDialString, 4 ) == 4 ) {
              for (int index = 0;index < nNumLength;index++) {
                   bNumber[index] = lpPhoneNumber[index];
              pbDialString = bNumber;
              com.WriteCommPort( pbDialString, nNumLength);
              BYTE bTemp = 0x0D;
              com.WriteCommPort( &bTemp, 1 );
              bTemp = 0x0A;
              com.WriteCommPort( &bTemp, 1 );
              time_t StartTime = time(NULL);
              time_t CurrentTime = time(NULL);
              MSG message;
              while(((CurrentTime - StartTime) < nTimeout) &&
                       bDialStatus == TRUE ) {
                   for ( int index = 0;index < 10;index++ ) {
                        if(::PeekMessage(&message, NULL, 0, 0, PM_REMOVE)) {
                             ::TranslateMessage(&message);
                             ::DispatchMessage(&message);
                   CurrentTime = time(NULL);          
                   if(CurrentTime != StartTime) {
                        com.ReadCommPort(pbRxData, 20);
                        CString csResponse = "";
                        for(int i = 0; i < 20; i++) {
                             lpModemResponse[i] = pbRxData;
                             csResponse += pbRxData[i];
                        if(csResponse.Find("NO CARRIER") != -1) {
                             return 1;
                        else if(csResponse.Find("NO DIALTONE") != -1) {
                             return 2;
                        else if(csResponse.Find("NO ANSWER") != -1) {
                             return 3;
                        else if(csResponse.Find("BUSY") != -1) {
                             return 4;
                        else if(csResponse.Find("CONNECT") != -1) {
                             return 5;
         else {
              return -1;
         return -1;
    Basically dial command is sent then a 20 byte response is waited .. for(int i = 0; i < 20; i++) {
                             lpModemResponse[i] = pbRxData;
                             csResponse += pbRxData[i];
    I monitor rs232 port using portmon. when the first byte from modem response is read i recieve the following exception.
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x2DF2D04
    Function=DIALMODEM+0x144
    Library=C:\j2sdk1.4.2_02\bin\Conc32.dll
    Current Java thread:
         at hw.LogonConc.login(Native Method)
         at hw.LogonConc.main(LogonConc.java:11)
    Dynamic libraries:
    0x00400000 - 0x00407000      C:\j2sdk1.4.2_02\bin\javaw.exe
    0x7C900000 - 0x7C9B0000      C:\WINDOWS\system32\ntdll.dll
    0x7C800000 - 0x7C8F4000      C:\WINDOWS\system32\kernel32.dll
    0x77DD0000 - 0x77E6B000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77E70000 - 0x77F01000      C:\WINDOWS\system32\RPCRT4.dll
    0x77D40000 - 0x77DD0000      C:\WINDOWS\system32\USER32.dll
    0x77F10000 - 0x77F57000      C:\WINDOWS\system32\GDI32.dll
    0x77C10000 - 0x77C68000      C:\WINDOWS\system32\MSVCRT.dll
    0x08000000 - 0x08138000      C:\j2sdk1.4.2_02\jre\bin\client\jvm.dll
    0x76B40000 - 0x76B6D000      C:\WINDOWS\system32\WINMM.dll
    0x10000000 - 0x10007000      C:\j2sdk1.4.2_02\jre\bin\hpi.dll
    0x003E0000 - 0x003EE000      C:\j2sdk1.4.2_02\jre\bin\verify.dll
    0x008A0000 - 0x008B9000      C:\j2sdk1.4.2_02\jre\bin\java.dll
    0x003F0000 - 0x003FD000      C:\j2sdk1.4.2_02\jre\bin\zip.dll
    0x02CA0000 - 0x02CD3000      C:\j2sdk1.4.2_02\bin\EGBroker.dll
    0x02DF0000 - 0x02E16000      C:\j2sdk1.4.2_02\bin\Conc32.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x5D090000 - 0x5D127000      C:\WINDOWS\system32\COMCTL32.dll
    0x76C90000 - 0x76CB8000      C:\WINDOWS\system32\imagehlp.dll
    0x59A60000 - 0x59B01000      C:\WINDOWS\system32\DBGHELP.dll
    0x77C00000 - 0x77C08000      C:\WINDOWS\system32\VERSION.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\system32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation   total 576K, used 123K [0x10010000, 0x100b0000, 0x104f0000)
      eden space 512K,  24% used [0x10010000, 0x1002ed28, 0x10090000)
      from space 64K,   0% used [0x10090000, 0x10090000, 0x100a0000)
      to   space 64K,   0% used [0x100a0000, 0x100a0000, 0x100b0000)
    tenured generation   total 1408K, used 0K [0x104f0000, 0x10650000, 0x14010000)
       the space 1408K,   0% used [0x104f0000, 0x104f0000, 0x104f0200, 0x10650000)
    compacting perm gen  total 4096K, used 1001K [0x14010000, 0x14410000, 0x18010000)
       the space 4096K,  24% used [0x14010000, 0x1410a4d8, 0x1410a600, 0x14410000)
    Local Time = Wed Jun 21 15:17:10 2006
    Elapsed Time = 7
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_02-b03 mixed mode)
    # An error report file has been saved as hs_err_pid180.log.
    # Please refer to the file for further information.
    #Any ideas?
    Thank you,

    bp-e44c9e12-50fa-461d-8e6b-807652140531 5/31/2014 9:26 AM
    One more thing I've been noticing but only confirmed today
    I generally have a bunch of tabs open (~20). When firefox crashes and I try reopening the session manager remembers I had 20 tabs open, but only opens half of them.

  • Streaming video stop after 59 seconds and report EXCEPTION_ACCESS_VIOLATION

    Hi!
    I have a problem with my project. Please help me!
    I tried to send a video streaming between 2 computers. I used socket connection and JMF. When received computer display 59 seconds, it stop the connection and program send a error report. I've read many topics about this problem but i haven't seen the answer. Please help me! Thanks!
    And this is error report:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x04eb17ff, pid=6084, tid=5872
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_13-b05 mixed mode, sharing)
    # Problematic frame:
    # C [jmmpegv.dll+0x17ff]
    --------------- T H R E A D ---------------
    Current thread (0x03847fd0): JavaThread "Loop thread: com.sun.media.parser.RawBufferParser$FrameTrack@1808199" daemon [_thread_in_native, id=5872]
    siginfo: ExceptionCode=0xc0000005, reading address 0x093651f8
    Registers:
    EAX=0x0000006d, EBX=0x00000003, ECX=0x04ec2854, EDX=0x0000fd7f
    ESP=0x0914f884, EBP=0x0000000a, ESI=0xffffc000, EDI=0x093751f8
    EIP=0x04eb17ff, EFLAGS=0x00010206
    Top of Stack: (sp=0x0914f884)
    0x0914f884: 00000001 00000181 063c0590 00000000
    0x0914f894: 00000003 000001ff 04ec282c 00000007
    0x0914f8a4: 00000004 04eb65c8 04ec251f 04ec2b3c
    0x0914f8b4: 09370048 00000000 00000000 00000000
    0x0914f8c4: 00000000 00000000 04eb66c0 09370048
    0x0914f8d4: 09370048 04eb6c3b 00000001 09370048
    0x0914f8e4: 063c00e0 09370048 0914f970 00000000
    0x0914f8f4: 00000000 04eb74b5 09370048 0914f95c
    Instructions: (pc=0x04eb17ff)
    0x04eb17ef: fc 01 ec 04 0b d7 8b 3d c0 2d ec 04 c1 fe 03 45
    0x04eb17ff: d9 04 b7 8b 35 44 36 ec 04 8b f9 d8 0c 86 d9 1c
    Stack: [0x09110000,0x09150000), sp=0x0914f884, free space=254k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [jmmpegv.dll+0x17ff]
    [error occurred during error reporting, step 120, id 0xc0000005]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.ibm.media.codec.video.mpeg.MpegVideo.videoDecode(J[BIIILjava/lang/Object;JII[I[I[I[I[I[I)I+0
    j com.ibm.media.codec.video.mpeg.MpegVideo.process(Ljavax/media/Buffer;Ljavax/media/Buffer;)I+574
    J com.sun.media.BasicFilterModule.process()V
    J com.sun.media.BasicOutputConnector.writeReport()V
    J com.sun.media.BasicFilterModule.process()V
    J com.sun.media.BasicOutputConnector.writeReport()V
    J com.sun.media.SourceThread.process()Z
    j com.sun.media.util.LoopThread.run()V+14
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x03847fd0 JavaThread "Loop thread: com.sun.media.parser.RawBufferParser$FrameTrack@1808199" daemon [_thread_in_native, id=5872]
    0x03848158 JavaThread "Loop thread: com.sun.media.renderer.video.DDRenderer@1e8a1f6" daemon [_thread_blocked, id=5528]
    0x038476a0 JavaThread "Progress Slider thread" daemon [_thread_blocked, id=2716]
    0x038479b0 JavaThread "Loop thread" daemon [_thread_blocked, id=156]
    0x03847828 JavaThread "Loop thread: com.sun.media.parser.RawBufferParser$FrameTrack@edc3a2" daemon [_thread_in_native, id=4760]
    0x03847b38 JavaThread "Loop thread: com.sun.media.renderer.audio.DirectAudioRenderer@1434234" daemon [_thread_blocked, id=4612]
    0x03847518 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" daemon [_thread_blocked, id=3708]
    0x03847390 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" daemon [_thread_blocked, id=4696]
    0x03847080 JavaThread "RTPStream" daemon [_thread_blocked, id=4504]
    0x03847208 JavaThread "DirectSound Request Thread" daemon [_thread_blocked, id=4284]
    0x03735ee0 JavaThread "Progress Slider thread" daemon [_thread_blocked, id=3796]
    0x03736068 JavaThread "Loop thread" daemon [_thread_blocked, id=1528]
    0x03735bd0 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" daemon [_thread_blocked, id=5488]
    0x03735a48 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" daemon [_thread_blocked, id=4892]
    0x037358c0 JavaThread "RTPStream" daemon [_thread_blocked, id=2324]
    0x03735738 JavaThread "RTCP Reporter" daemon [_thread_blocked, id=5644]
    0x037355b0 JavaThread "SSRC Cache Cleaner" daemon [_thread_blocked, id=4684]
    0x036f6b10 JavaThread "RTP Forwarder for address 192.168.1.40 port 50476" daemon [_thread_in_native, id=5144]
    0x036f6988 JavaThread "RTCP Forwarder for address192.168.1.40 port 50477" daemon [_thread_in_native, id=3284]
    0x036f6800 JavaThread "RTPEventHandler" daemon [_thread_blocked, id=5640]
    0x036f6430 JavaThread "RTCP Reporter" daemon [_thread_blocked, id=2792]
    0x036f62a8 JavaThread "SSRC Cache Cleaner" daemon [_thread_blocked, id=5908]
    0x036f6120 JavaThread "RTP Forwarder for address 192.168.1.40 port 50474" daemon [_thread_in_native, id=5508]
    0x036f5f98 JavaThread "RTCP Forwarder for address192.168.1.40 port 50475" daemon [_thread_in_native, id=3848]
    0x037488e8 JavaThread "RTPEventHandler" daemon [_thread_blocked, id=4652]
    0x0374b9b8 JavaThread "TimerQueue" daemon [_thread_blocked, id=1880]
    0x008e7990 JavaThread "DestroyJavaVM" [_thread_blocked, id=4488]
    0x03729e18 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=5424]
    0x036bc568 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2592]
    0x036bc3e0 JavaThread "AWT-Shutdown" [_thread_blocked, id=4716]
    0x036bbf60 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5892]
    0x0156eee0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5320]
    0x0156cd18 JavaThread "CompilerThread0" daemon [_thread_blocked, id=5888]
    0x0156c240 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5296]
    0x01539d98 JavaThread "Finalizer" daemon [_thread_blocked, id=3616]
    0x015392e0 JavaThread "Reference Handler" daemon [_thread_blocked, id=4492]
    Other Threads:
    0x015364d0 VMThread [id=5880]
    0x01529b58 WatcherThread [id=5692]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 282K [0x24010000, 0x240b0000, 0x244f0000)
    eden space 512K, 51% used [0x24010000, 0x24052078, 0x24090000)
    from space 64K, 28% used [0x24090000, 0x24094800, 0x240a0000)
    to space 64K, 0% used [0x240a0000, 0x240a0000, 0x240b0000)
    tenured generation total 6664K, used 6279K [0x244f0000, 0x24b72000, 0x28010000)
    the space 6664K, 94% used [0x244f0000, 0x24b11c30, 0x24b11e00, 0x24b72000)
    compacting perm gen total 8192K, used 2112K [0x28010000, 0x28810000, 0x2c010000)
    the space 8192K, 25% used [0x28010000, 0x28220310, 0x28220400, 0x28810000)
    ro space 8192K, 67% used [0x2c010000, 0x2c5723e0, 0x2c572400, 0x2c810000)
    rw space 12288K, 47% used [0x2c810000, 0x2cdbf450, 0x2cdbf600, 0x2d410000)
    Dynamic libraries:
    0x00400000 - 0x0040d000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\java.exe
    0x77650000 - 0x7776e000      C:\Windows\system32\ntdll.dll
    0x76010000 - 0x760e8000      C:\Windows\system32\kernel32.dll
    0x768a0000 - 0x7695f000      C:\Windows\system32\ADVAPI32.dll
    0x76530000 - 0x765f3000      C:\Windows\system32\RPCRT4.dll
    0x75f10000 - 0x75fba000      C:\Windows\system32\MSVCRT.dll
    0x6d740000 - 0x6d8dd000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\client\jvm.dll
    0x76600000 - 0x7669e000      C:\Windows\system32\USER32.dll
    0x760f0000 - 0x7613b000      C:\Windows\system32\GDI32.dll
    0x747a0000 - 0x747d3000      C:\Windows\system32\WINMM.dll
    0x763e0000 - 0x76524000      C:\Windows\system32\ole32.dll
    0x762f0000 - 0x7637c000      C:\Windows\system32\OLEAUT32.dll
    0x74760000 - 0x74798000      C:\Windows\system32\OLEACC.dll
    0x77840000 - 0x7785e000      C:\Windows\system32\IMM32.DLL
    0x76220000 - 0x762e7000      C:\Windows\system32\MSCTF.dll
    0x75d20000 - 0x75d4c000      C:\Windows\system32\apphelp.dll
    0x77770000 - 0x77779000      C:\Windows\system32\LPK.DLL
    0x76140000 - 0x761bd000      C:\Windows\system32\USP10.dll
    0x77810000 - 0x7783d000      C:\Windows\system32\WS2_32.dll
    0x76210000 - 0x76216000      C:\Windows\system32\NSI.dll
    0x75d70000 - 0x75d91000      C:\Windows\system32\NTMARTA.DLL
    0x75fc0000 - 0x76009000      C:\Windows\system32\WLDAP32.dll
    0x75f00000 - 0x75f07000      C:\Windows\system32\PSAPI.DLL
    0x75d50000 - 0x75d61000      C:\Windows\system32\SAMLIB.dll
    0x76380000 - 0x763d5000      C:\Windows\system32\SHLWAPI.dll
    0x75950000 - 0x75ae4000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6000.16386_none_5d07289e07e1d100\comctl32.dll
    0x10000000 - 0x10010000      C:\PROGRA~1\KASPER~1\KASPER~1.0\r3hook.dll
    0x6d300000 - 0x6d308000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\hpi.dll
    0x6d710000 - 0x6d71c000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\verify.dll
    0x6d380000 - 0x6d39d000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\java.dll
    0x6d730000 - 0x6d73f000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\zip.dll
    0x6d070000 - 0x6d1da000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\awt.dll
    0x72430000 - 0x72471000      C:\Windows\system32\WINSPOOL.DRV
    0x74e30000 - 0x74e6f000      C:\Windows\system32\uxtheme.dll
    0x6d2b0000 - 0x6d300000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\fontmanager.dll
    0x769f0000 - 0x774be000      C:\Windows\system32\shell32.dll
    0x6d540000 - 0x6d553000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\net.dll
    0x75410000 - 0x7544b000      C:\Windows\system32\mswsock.dll
    0x75400000 - 0x75406000      C:\Windows\System32\wship6.dll
    0x6d560000 - 0x6d569000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\nio.dll
    0x60300000 - 0x60307000      C:\PROGRA~1\Yahoo!\MESSEN~1\idle.dll
    0x7c340000 - 0x7c396000      C:\PROGRA~1\Yahoo!\MESSEN~1\MSVCR71.dll
    0x03f10000 - 0x03f3f000      C:\Program Files\Common Files\PC Tools\LSP\PCTLsp.dll
    0x750f0000 - 0x750f6000      C:\Windows\System32\wshtcpip.dll
    0x03910000 - 0x03925000      C:\Windows\System32\jmutil.dll
    0x74410000 - 0x7441f000      C:\Windows\system32\NLAapi.dll
    0x75690000 - 0x756a9000      C:\Windows\system32\IPHLPAPI.DLL
    0x75650000 - 0x75685000      C:\Windows\system32\dhcpcsvc.DLL
    0x75b30000 - 0x75b5b000      C:\Windows\system32\DNSAPI.dll
    0x75da0000 - 0x75db4000      C:\Windows\system32\Secur32.dll
    0x75640000 - 0x75647000      C:\Windows\system32\WINNSI.DLL
    0x75620000 - 0x75640000      C:\Windows\system32\dhcpcsvc6.DLL
    0x71f70000 - 0x71f78000      C:\Windows\System32\winrnr.dll
    0x71f60000 - 0x71f6f000      C:\Windows\system32\napinsp.dll
    0x71f40000 - 0x71f52000      C:\Windows\system32\pnrpnsp.dll
    0x72810000 - 0x72816000      C:\Windows\system32\rasadhlp.dll
    0x04030000 - 0x0403d000      C:\Windows\System32\jmacm.dll
    0x74180000 - 0x74195000      C:\Windows\system32\MSACM32.dll
    0x70750000 - 0x70758000      C:\Windows\system32\imaadp32.acm
    0x6cfb0000 - 0x6cfb7000      C:\Windows\system32\msg711.acm
    0x6c4f0000 - 0x6c4f9000      C:\Windows\system32\msgsm32.acm
    0x6c0d0000 - 0x6c0d8000      C:\Windows\system32\msadp32.acm
    0x69890000 - 0x698a2000      C:\Windows\System32\l3codeca.acm
    0x04130000 - 0x0413c000      C:\Windows\System32\jmdaud.dll
    0x74ab0000 - 0x74b21000      C:\Windows\system32\DSOUND.dll
    0x75110000 - 0x7512a000      C:\Windows\system32\POWRPROF.dll
    0x04e30000 - 0x04e8e000      C:\Windows\System32\jmmpa.dll
    0x76960000 - 0x769e4000      C:\Windows\system32\CLBCatQ.DLL
    0x746d0000 - 0x746f7000      C:\Windows\System32\MMDevApi.dll
    0x774c0000 - 0x77649000      C:\Windows\system32\SETUPAPI.dll
    0x75080000 - 0x750ad000      C:\Windows\system32\WINTRUST.dll
    0x75740000 - 0x75831000      C:\Windows\system32\CRYPT32.dll
    0x75b10000 - 0x75b22000      C:\Windows\system32\MSASN1.dll
    0x75dc0000 - 0x75dde000      C:\Windows\system32\USERENV.dll
    0x77860000 - 0x77889000      C:\Windows\system32\imagehlp.dll
    0x742b0000 - 0x742d1000      C:\Windows\System32\audioses.dll
    0x74240000 - 0x742a6000      C:\Windows\System32\audioeng.dll
    0x745a0000 - 0x745a7000      C:\Windows\System32\AVRT.dll
    0x05ab0000 - 0x05abb000      C:\Windows\System32\jmvcm.dll
    0x6e280000 - 0x6e2a3000      C:\Windows\system32\MSVFW32.dll
    0x73270000 - 0x732f6000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.6000.16386_none_87e0cb09378714f1\COMCTL32.dll
    0x06ba0000 - 0x06e59000      C:\Program Files\K-Lite Codec Pack\ffdshow\ffdshow.ax
    0x77790000 - 0x77804000      C:\Windows\system32\comdlg32.dll
    0x698b0000 - 0x698d4000      C:\Windows\system32\DINPUT.dll
    0x04eb0000 - 0x04ec6000      C:\Windows\System32\jmmpegv.dll
    0x04e90000 - 0x04e98000      C:\Windows\System32\jmddraw.dll
    0x064c0000 - 0x065a6000      C:\Windows\system32\DDRAW.dll
    0x6dca0000 - 0x6dca6000      C:\Windows\system32\DCIMAN32.dll
    0x72ca0000 - 0x72cac000      C:\Windows\system32\dwmapi.dll
    0x06ff0000 - 0x074dc000      C:\Windows\system32\nvd3dum.dll
    0x08fe0000 - 0x0908c000      C:\Windows\System32\jmvh263.dll
    0x6d3e0000 - 0x6d3e6000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\jawt.dll
    0x05ad0000 - 0x05ad9000      C:\Windows\System32\jmfjawt.dll
    VM Arguments:
    java_command: FrameLogin
    Launcher Type: SUN_STANDARD
    Environment Variables:
    CLASSPATH=.;.;C:\PROGRA~1\JMF21~1.1E\lib\sound.jar;C:\PROGRA~1\JMF21~1.1E\lib\jmf.jar;C:\PROGRA~1\JMF21~1.1E\lib;C:\Windows\java\classes;.
    PATH=C:\Windows\system32;C:\Windows;C:\Windows\system32\wbem;C:\Program Files\MATLAB\R2007a\bin;C:\Program Files\MATLAB\R2007a\bin\win32;
    USERNAME=tungdt
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 13, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Vista Build 6000
    CPU:total 2 (cores per cpu 2, threads per core 1) family 6 model 15 stepping 13, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 1046088k(253228k free), swap 2344676k(842416k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_13-b05) for windows-x86, built on Sep 25 2007 19:11:52 by "java_re" with MS VC++ 6.0

    Hi!
    I have a problem with my project. Please help me!
    I tried to send a video streaming between 2 computers. I used socket connection and JMF. When received computer display 59 seconds, it stop the connection and program send a error report. I've read many topics about this problem but i haven't seen the answer. Please help me! Thanks!
    And this is error report:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x04eb17ff, pid=6084, tid=5872
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_13-b05 mixed mode, sharing)
    # Problematic frame:
    # C [jmmpegv.dll+0x17ff]
    --------------- T H R E A D ---------------
    Current thread (0x03847fd0): JavaThread "Loop thread: com.sun.media.parser.RawBufferParser$FrameTrack@1808199" daemon [_thread_in_native, id=5872]
    siginfo: ExceptionCode=0xc0000005, reading address 0x093651f8
    Registers:
    EAX=0x0000006d, EBX=0x00000003, ECX=0x04ec2854, EDX=0x0000fd7f
    ESP=0x0914f884, EBP=0x0000000a, ESI=0xffffc000, EDI=0x093751f8
    EIP=0x04eb17ff, EFLAGS=0x00010206
    Top of Stack: (sp=0x0914f884)
    0x0914f884: 00000001 00000181 063c0590 00000000
    0x0914f894: 00000003 000001ff 04ec282c 00000007
    0x0914f8a4: 00000004 04eb65c8 04ec251f 04ec2b3c
    0x0914f8b4: 09370048 00000000 00000000 00000000
    0x0914f8c4: 00000000 00000000 04eb66c0 09370048
    0x0914f8d4: 09370048 04eb6c3b 00000001 09370048
    0x0914f8e4: 063c00e0 09370048 0914f970 00000000
    0x0914f8f4: 00000000 04eb74b5 09370048 0914f95c
    Instructions: (pc=0x04eb17ff)
    0x04eb17ef: fc 01 ec 04 0b d7 8b 3d c0 2d ec 04 c1 fe 03 45
    0x04eb17ff: d9 04 b7 8b 35 44 36 ec 04 8b f9 d8 0c 86 d9 1c
    Stack: [0x09110000,0x09150000), sp=0x0914f884, free space=254k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [jmmpegv.dll+0x17ff]
    [error occurred during error reporting, step 120, id 0xc0000005]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.ibm.media.codec.video.mpeg.MpegVideo.videoDecode(J[BIIILjava/lang/Object;JII[I[I[I[I[I[I)I+0
    j com.ibm.media.codec.video.mpeg.MpegVideo.process(Ljavax/media/Buffer;Ljavax/media/Buffer;)I+574
    J com.sun.media.BasicFilterModule.process()V
    J com.sun.media.BasicOutputConnector.writeReport()V
    J com.sun.media.BasicFilterModule.process()V
    J com.sun.media.BasicOutputConnector.writeReport()V
    J com.sun.media.SourceThread.process()Z
    j com.sun.media.util.LoopThread.run()V+14
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x03847fd0 JavaThread "Loop thread: com.sun.media.parser.RawBufferParser$FrameTrack@1808199" daemon [_thread_in_native, id=5872]
    0x03848158 JavaThread "Loop thread: com.sun.media.renderer.video.DDRenderer@1e8a1f6" daemon [_thread_blocked, id=5528]
    0x038476a0 JavaThread "Progress Slider thread" daemon [_thread_blocked, id=2716]
    0x038479b0 JavaThread "Loop thread" daemon [_thread_blocked, id=156]
    0x03847828 JavaThread "Loop thread: com.sun.media.parser.RawBufferParser$FrameTrack@edc3a2" daemon [_thread_in_native, id=4760]
    0x03847b38 JavaThread "Loop thread: com.sun.media.renderer.audio.DirectAudioRenderer@1434234" daemon [_thread_blocked, id=4612]
    0x03847518 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" daemon [_thread_blocked, id=3708]
    0x03847390 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" daemon [_thread_blocked, id=4696]
    0x03847080 JavaThread "RTPStream" daemon [_thread_blocked, id=4504]
    0x03847208 JavaThread "DirectSound Request Thread" daemon [_thread_blocked, id=4284]
    0x03735ee0 JavaThread "Progress Slider thread" daemon [_thread_blocked, id=3796]
    0x03736068 JavaThread "Loop thread" daemon [_thread_blocked, id=1528]
    0x03735bd0 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" daemon [_thread_blocked, id=5488]
    0x03735a48 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" daemon [_thread_blocked, id=4892]
    0x037358c0 JavaThread "RTPStream" daemon [_thread_blocked, id=2324]
    0x03735738 JavaThread "RTCP Reporter" daemon [_thread_blocked, id=5644]
    0x037355b0 JavaThread "SSRC Cache Cleaner" daemon [_thread_blocked, id=4684]
    0x036f6b10 JavaThread "RTP Forwarder for address 192.168.1.40 port 50476" daemon [_thread_in_native, id=5144]
    0x036f6988 JavaThread "RTCP Forwarder for address192.168.1.40 port 50477" daemon [_thread_in_native, id=3284]
    0x036f6800 JavaThread "RTPEventHandler" daemon [_thread_blocked, id=5640]
    0x036f6430 JavaThread "RTCP Reporter" daemon [_thread_blocked, id=2792]
    0x036f62a8 JavaThread "SSRC Cache Cleaner" daemon [_thread_blocked, id=5908]
    0x036f6120 JavaThread "RTP Forwarder for address 192.168.1.40 port 50474" daemon [_thread_in_native, id=5508]
    0x036f5f98 JavaThread "RTCP Forwarder for address192.168.1.40 port 50475" daemon [_thread_in_native, id=3848]
    0x037488e8 JavaThread "RTPEventHandler" daemon [_thread_blocked, id=4652]
    0x0374b9b8 JavaThread "TimerQueue" daemon [_thread_blocked, id=1880]
    0x008e7990 JavaThread "DestroyJavaVM" [_thread_blocked, id=4488]
    0x03729e18 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=5424]
    0x036bc568 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2592]
    0x036bc3e0 JavaThread "AWT-Shutdown" [_thread_blocked, id=4716]
    0x036bbf60 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5892]
    0x0156eee0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5320]
    0x0156cd18 JavaThread "CompilerThread0" daemon [_thread_blocked, id=5888]
    0x0156c240 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5296]
    0x01539d98 JavaThread "Finalizer" daemon [_thread_blocked, id=3616]
    0x015392e0 JavaThread "Reference Handler" daemon [_thread_blocked, id=4492]
    Other Threads:
    0x015364d0 VMThread [id=5880]
    0x01529b58 WatcherThread [id=5692]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 282K [0x24010000, 0x240b0000, 0x244f0000)
    eden space 512K, 51% used [0x24010000, 0x24052078, 0x24090000)
    from space 64K, 28% used [0x24090000, 0x24094800, 0x240a0000)
    to space 64K, 0% used [0x240a0000, 0x240a0000, 0x240b0000)
    tenured generation total 6664K, used 6279K [0x244f0000, 0x24b72000, 0x28010000)
    the space 6664K, 94% used [0x244f0000, 0x24b11c30, 0x24b11e00, 0x24b72000)
    compacting perm gen total 8192K, used 2112K [0x28010000, 0x28810000, 0x2c010000)
    the space 8192K, 25% used [0x28010000, 0x28220310, 0x28220400, 0x28810000)
    ro space 8192K, 67% used [0x2c010000, 0x2c5723e0, 0x2c572400, 0x2c810000)
    rw space 12288K, 47% used [0x2c810000, 0x2cdbf450, 0x2cdbf600, 0x2d410000)
    Dynamic libraries:
    0x00400000 - 0x0040d000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\java.exe
    0x77650000 - 0x7776e000      C:\Windows\system32\ntdll.dll
    0x76010000 - 0x760e8000      C:\Windows\system32\kernel32.dll
    0x768a0000 - 0x7695f000      C:\Windows\system32\ADVAPI32.dll
    0x76530000 - 0x765f3000      C:\Windows\system32\RPCRT4.dll
    0x75f10000 - 0x75fba000      C:\Windows\system32\MSVCRT.dll
    0x6d740000 - 0x6d8dd000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\client\jvm.dll
    0x76600000 - 0x7669e000      C:\Windows\system32\USER32.dll
    0x760f0000 - 0x7613b000      C:\Windows\system32\GDI32.dll
    0x747a0000 - 0x747d3000      C:\Windows\system32\WINMM.dll
    0x763e0000 - 0x76524000      C:\Windows\system32\ole32.dll
    0x762f0000 - 0x7637c000      C:\Windows\system32\OLEAUT32.dll
    0x74760000 - 0x74798000      C:\Windows\system32\OLEACC.dll
    0x77840000 - 0x7785e000      C:\Windows\system32\IMM32.DLL
    0x76220000 - 0x762e7000      C:\Windows\system32\MSCTF.dll
    0x75d20000 - 0x75d4c000      C:\Windows\system32\apphelp.dll
    0x77770000 - 0x77779000      C:\Windows\system32\LPK.DLL
    0x76140000 - 0x761bd000      C:\Windows\system32\USP10.dll
    0x77810000 - 0x7783d000      C:\Windows\system32\WS2_32.dll
    0x76210000 - 0x76216000      C:\Windows\system32\NSI.dll
    0x75d70000 - 0x75d91000      C:\Windows\system32\NTMARTA.DLL
    0x75fc0000 - 0x76009000      C:\Windows\system32\WLDAP32.dll
    0x75f00000 - 0x75f07000      C:\Windows\system32\PSAPI.DLL
    0x75d50000 - 0x75d61000      C:\Windows\system32\SAMLIB.dll
    0x76380000 - 0x763d5000      C:\Windows\system32\SHLWAPI.dll
    0x75950000 - 0x75ae4000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6000.16386_none_5d07289e07e1d100\comctl32.dll
    0x10000000 - 0x10010000      C:\PROGRA~1\KASPER~1\KASPER~1.0\r3hook.dll
    0x6d300000 - 0x6d308000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\hpi.dll
    0x6d710000 - 0x6d71c000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\verify.dll
    0x6d380000 - 0x6d39d000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\java.dll
    0x6d730000 - 0x6d73f000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\zip.dll
    0x6d070000 - 0x6d1da000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\awt.dll
    0x72430000 - 0x72471000      C:\Windows\system32\WINSPOOL.DRV
    0x74e30000 - 0x74e6f000      C:\Windows\system32\uxtheme.dll
    0x6d2b0000 - 0x6d300000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\fontmanager.dll
    0x769f0000 - 0x774be000      C:\Windows\system32\shell32.dll
    0x6d540000 - 0x6d553000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\net.dll
    0x75410000 - 0x7544b000      C:\Windows\system32\mswsock.dll
    0x75400000 - 0x75406000      C:\Windows\System32\wship6.dll
    0x6d560000 - 0x6d569000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\nio.dll
    0x60300000 - 0x60307000      C:\PROGRA~1\Yahoo!\MESSEN~1\idle.dll
    0x7c340000 - 0x7c396000      C:\PROGRA~1\Yahoo!\MESSEN~1\MSVCR71.dll
    0x03f10000 - 0x03f3f000      C:\Program Files\Common Files\PC Tools\LSP\PCTLsp.dll
    0x750f0000 - 0x750f6000      C:\Windows\System32\wshtcpip.dll
    0x03910000 - 0x03925000      C:\Windows\System32\jmutil.dll
    0x74410000 - 0x7441f000      C:\Windows\system32\NLAapi.dll
    0x75690000 - 0x756a9000      C:\Windows\system32\IPHLPAPI.DLL
    0x75650000 - 0x75685000      C:\Windows\system32\dhcpcsvc.DLL
    0x75b30000 - 0x75b5b000      C:\Windows\system32\DNSAPI.dll
    0x75da0000 - 0x75db4000      C:\Windows\system32\Secur32.dll
    0x75640000 - 0x75647000      C:\Windows\system32\WINNSI.DLL
    0x75620000 - 0x75640000      C:\Windows\system32\dhcpcsvc6.DLL
    0x71f70000 - 0x71f78000      C:\Windows\System32\winrnr.dll
    0x71f60000 - 0x71f6f000      C:\Windows\system32\napinsp.dll
    0x71f40000 - 0x71f52000      C:\Windows\system32\pnrpnsp.dll
    0x72810000 - 0x72816000      C:\Windows\system32\rasadhlp.dll
    0x04030000 - 0x0403d000      C:\Windows\System32\jmacm.dll
    0x74180000 - 0x74195000      C:\Windows\system32\MSACM32.dll
    0x70750000 - 0x70758000      C:\Windows\system32\imaadp32.acm
    0x6cfb0000 - 0x6cfb7000      C:\Windows\system32\msg711.acm
    0x6c4f0000 - 0x6c4f9000      C:\Windows\system32\msgsm32.acm
    0x6c0d0000 - 0x6c0d8000      C:\Windows\system32\msadp32.acm
    0x69890000 - 0x698a2000      C:\Windows\System32\l3codeca.acm
    0x04130000 - 0x0413c000      C:\Windows\System32\jmdaud.dll
    0x74ab0000 - 0x74b21000      C:\Windows\system32\DSOUND.dll
    0x75110000 - 0x7512a000      C:\Windows\system32\POWRPROF.dll
    0x04e30000 - 0x04e8e000      C:\Windows\System32\jmmpa.dll
    0x76960000 - 0x769e4000      C:\Windows\system32\CLBCatQ.DLL
    0x746d0000 - 0x746f7000      C:\Windows\System32\MMDevApi.dll
    0x774c0000 - 0x77649000      C:\Windows\system32\SETUPAPI.dll
    0x75080000 - 0x750ad000      C:\Windows\system32\WINTRUST.dll
    0x75740000 - 0x75831000      C:\Windows\system32\CRYPT32.dll
    0x75b10000 - 0x75b22000      C:\Windows\system32\MSASN1.dll
    0x75dc0000 - 0x75dde000      C:\Windows\system32\USERENV.dll
    0x77860000 - 0x77889000      C:\Windows\system32\imagehlp.dll
    0x742b0000 - 0x742d1000      C:\Windows\System32\audioses.dll
    0x74240000 - 0x742a6000      C:\Windows\System32\audioeng.dll
    0x745a0000 - 0x745a7000      C:\Windows\System32\AVRT.dll
    0x05ab0000 - 0x05abb000      C:\Windows\System32\jmvcm.dll
    0x6e280000 - 0x6e2a3000      C:\Windows\system32\MSVFW32.dll
    0x73270000 - 0x732f6000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.6000.16386_none_87e0cb09378714f1\COMCTL32.dll
    0x06ba0000 - 0x06e59000      C:\Program Files\K-Lite Codec Pack\ffdshow\ffdshow.ax
    0x77790000 - 0x77804000      C:\Windows\system32\comdlg32.dll
    0x698b0000 - 0x698d4000      C:\Windows\system32\DINPUT.dll
    0x04eb0000 - 0x04ec6000      C:\Windows\System32\jmmpegv.dll
    0x04e90000 - 0x04e98000      C:\Windows\System32\jmddraw.dll
    0x064c0000 - 0x065a6000      C:\Windows\system32\DDRAW.dll
    0x6dca0000 - 0x6dca6000      C:\Windows\system32\DCIMAN32.dll
    0x72ca0000 - 0x72cac000      C:\Windows\system32\dwmapi.dll
    0x06ff0000 - 0x074dc000      C:\Windows\system32\nvd3dum.dll
    0x08fe0000 - 0x0908c000      C:\Windows\System32\jmvh263.dll
    0x6d3e0000 - 0x6d3e6000      C:\Program Files\Java\jdk1.5.0_13\jre\bin\jawt.dll
    0x05ad0000 - 0x05ad9000      C:\Windows\System32\jmfjawt.dll
    VM Arguments:
    java_command: FrameLogin
    Launcher Type: SUN_STANDARD
    Environment Variables:
    CLASSPATH=.;.;C:\PROGRA~1\JMF21~1.1E\lib\sound.jar;C:\PROGRA~1\JMF21~1.1E\lib\jmf.jar;C:\PROGRA~1\JMF21~1.1E\lib;C:\Windows\java\classes;.
    PATH=C:\Windows\system32;C:\Windows;C:\Windows\system32\wbem;C:\Program Files\MATLAB\R2007a\bin;C:\Program Files\MATLAB\R2007a\bin\win32;
    USERNAME=tungdt
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 13, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Vista Build 6000
    CPU:total 2 (cores per cpu 2, threads per core 1) family 6 model 15 stepping 13, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 1046088k(253228k free), swap 2344676k(842416k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_13-b05) for windows-x86, built on Sep 25 2007 19:11:52 by "java_re" with MS VC++ 6.0

  • SQL Developer crashing when opening or testing a connection

    SQL Developer closes abruptly when opening or testing a connection.
    Here's what I do.
    Open SQL Developer.
    Create a connection:
    Connection Name: [some string]
    Username: [username]
    Password: [password]
    Save password: checked
    Oracle tab:
    Connection type: TNS
    Connect Identifier: somedatabasename
    Then I click on "Test" and the application immediately quits. No error messages. The app does the same thing if I save the connection and try to expand its node on the list of connections.
    Mind you, if I use sqlplus like so:
    [username]/[password]@somedatabasename
    It connects just fine.
    I captured the output from the command console after SQL Developer crashed:
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    C:\Oracle\product\sqldeveloper\sqldeveloper\bin>sqldeveloper
    _execv() failed, err=2Registered TimesTen
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006d9f97c5, pid=5480, t
    id=5840
    # JRE version: 6.0_43-b01
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.14-b01 mixed mode windows-amd64
    compressed oops)
    # Problematic frame:
    # V [jvm.dll+0x1397c5]
    # An error report file with more information is saved as:
    # C:\Oracle\product\sqldeveloper\sqldeveloper\bin\hs_err_pid5480.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    I am using:
    sqldeveloper 3.2.20.09.87 (64-bit)
    Java 1.6.0_43 (64-bit)
    Windows 7 Enterprise SP1 (64-bit)
    ODAC 11.2.0.3.20 x64
    Please help!
    Edited by: 993662 on Mar 13, 2013 9:10 AM

    @Jim:
    Thanks for your suggestion. After several hours of experimenting, I've managed to fix my problem by copying the ojdbc6.jar from my ODAC installation and replacing the one in [sqldeveloper root]\jdbc\lib
    To whomever has a similar issue: See my original post for what software I was using and their version numbers.
    Edited by: FrostyZoob on Mar 14, 2013 8:11 AM

  • Weblogic Server 9.2 Crashes when using the JMS Wrapped Connection Pooling.

    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 01:05:05 on Thu Sep 16 18:27:36 2010
    Additional information is available in:
    E:\obopay\servers\EWP_9.2_Domain\jrockit.4516.dump
    E:\obopay\servers\EWP_9.2_Domain\jrockit.4516.mdmp
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Error Message: Illegal memory access. [54]
    Exception Rec: EXCEPTION_ACCESS_VIOLATION (c0000005) at 0x0095065F - memory at 0x00740060 could not be read.
    Minidump : Wrote mdmp. Size is 567MB
    SafeDllMode : -1
    Version : BEA JRockit(R) R27.2.0-131-78843-1.5.0_10-20070320-1457-windows-ia32
    GC Mode : Garbage collection optimized for throughput
    GC Strategy : Generational Parallel Mark & Sweep
    : Current OC phase is: not running. YC is not running.
    : GC strategy for GC 36 was genparpar
    : GC strategy for GC 37 was genparpar
    : GC strategy for GC 38 was genparpar
    : GC strategy for GC 39 was genparpar
    : GC strategy for GC 40 was genparpar
    : mmHeap->data = 0x00C00000, mmHeap->top = 0x10C00000
    : The nurserylist starts at 0x01BE75E8 and ends at 0x0CB52440
    : mmStartCompaction = 0x00C00000, mmEndCompaction = 0x01C00000
    : References are 32-bit.
    CPU : Intel Pentium III/Pentium III Xeon SSE SSE2 SSE3 SSSE3 EM64T
    Number CPUs : 2
    Tot Phys Mem : 3451408384 (3291 MB)
    OS version : Microsoft Windows XP version 5.1 Service Pack 3 (Build 2600) (32-bit)
    Thread System: Windows Threads
    State : JVM is running
    Command Line : -Djava.library.path=E:\bea\jrockit90_150_10\bin;E:\bea\jrockit90_150_10\jre\bin;E:\bea\weblogic92\server\native\win\32;E:\bea\weblogic92\server\bin;E:\bea\weblogic92\server\native\win\32\oci920_8 -Dweblogic.management.discover=false -Dplatform.home=E:\bea\weblogic92 -Dwls.home=E:\bea\weblogic92\server -Dwli.home=E:\bea\weblogic92\integration -Dweblogic.Name=myserver -Dweblogic.management.username=weblogic -Dweblogic.management.password=weblogic -Dweblogic.ext.dirs=E:\bea\patch_weblogic901\profiles\default\sys_manifest_classpath\weblogic_patch.jar Djava.security.auth.login.config=E://workspace/Bhopal/LoginModulesConfig/ewp_loginmodules.config -Djava.naming.factory.initial.ewp.remote=weblogic.jndi.WLInitialContextFactory -Dcom.ewp.proxy.is_remote=false -Djava.naming.provider.url.ewp.remote=t3://localhost:7001 -Dweblogic.webservice.verbose=true -Dweblogic.log.Log4jLoggingEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=true Xdebug -Xnoagent -Dcom.sun.management.jmxremote -Xms256m -Xmx1024m -Dsun.java.launcher=SUN_STANDARD weblogic.Server
    java.home : E:\bea\jrockit90_150_10\jre
    JAVA_HOME : <not set>
    JAVAOPTIONS: <not set>
    PATH : E:\bea\jrockit90_150_10\jre\bin;E:\oracle\product\10.2.0\client_1\bin;C:\Program Files\PC Connectivity Solution\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Intel\DMIX;C:\Program Files\TortoiseSVN\bin
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    Registers (from ThreadContext: 0x4B29E378 / OS context: 0x4B29E764):
    eax = 00740060 ecx = 00740060 edx = 45a45ba0 ebx = 08c953b8
    esp = 4b29ea30 ebp = 00000000 esi = 4b29ea60 edi = 4b29efb4
    es = 00000023 cs = 0000001b ss = 00000023 ds = 00000023
    fs = 0000003b gs = 00000000
    eip = 0095065f eflags = 00010206
    Stack:
    (* marks the word pointed to by the stack pointer)
    4b29ea30: 00981099* 08c953b8 008ab310 4b29eb34 09e5c308 009810ea
    4b29ea48: 4b29ead8 0098ecd2 4b29ea60 4b29ea90 48bd8960 48bd8960
    4b29ea60: 00000001 45aa0278 45a45ba0 00000007 00000000 08c953b8
    4b29ea78: 08512180 4b29ef60 00000000 09d56368 09d563b0 4b29efb4
    Code:
    (* marks the word pointed to by the instruction pointer)
    0095062c: 5e5f0cc4 c35bc033 01b85e5f 5b000000 ccccccc3 0424448b
    00950644: a5f06ca3 ccccc300 cccccccc 04244c8b 01a8018b e0830774
    0095065c: 8bc88bfe* 40788301 44408b03 af0f0a75 c0830841 f8e08317
    00950674: ccccccc3 cccccccc cccccccc 0424448b 00f4888b 158b0000
    Loaded modules:
    (* denotes the module causing the exception)
    00400000-0040ffff E:\bea\jrockit90_150_10\bin\javaw.exe
    7c900000-7c9b1fff C:\WINDOWS\system32\ntdll.dll
    7c800000-7c8f5fff C:\WINDOWS\system32\kernel32.dll
    7e410000-7e4a0fff C:\WINDOWS\system32\USER32.dll
    77f10000-77f58fff C:\WINDOWS\system32\GDI32.dll
    77dd0000-77e6afff C:\WINDOWS\system32\ADVAPI32.dll
    77e70000-77f02fff C:\WINDOWS\system32\RPCRT4.dll
    77fe0000-77ff0fff C:\WINDOWS\system32\Secur32.dll
    77c10000-77c67fff C:\WINDOWS\system32\MSVCRT.dll
    76390000-763acfff C:\WINDOWS\system32\IMM32.DLL
    00820000-00a9cfff *E:\bea\jrockit90_150_10\jre\bin\jrockit\jvm.dll
    76b40000-76b6cfff C:\WINDOWS\system32\WINMM.dll
    71ab0000-71ac6fff C:\WINDOWS\system32\WS2_32.dll
    71aa0000-71aa7fff C:\WINDOWS\system32\WS2HELP.dll
    7c340000-7c395fff E:\bea\jrockit90_150_10\bin\MSVCR71.dll
    5dac0000-5dac7fff C:\WINDOWS\system32\rdpsnd.dll
    76360000-7636ffff C:\WINDOWS\system32\WINSTA.dll
    5b860000-5b8b4fff C:\WINDOWS\system32\NETAPI32.dll
    76bf0000-76bfafff C:\WINDOWS\system32\PSAPI.DLL
    6d700000-6d70bfff E:\bea\jrockit90_150_10\jre\bin\verify.dll
    6d370000-6d38cfff E:\bea\jrockit90_150_10\jre\bin\java.dll
    6d2f0000-6d2f7fff E:\bea\jrockit90_150_10\jre\bin\hpi.dll
    6d720000-6d72efff E:\bea\jrockit90_150_10\jre\bin\zip.dll
    6d520000-6d527fff E:\bea\jrockit90_150_10\jre\bin\management.dll
    6d530000-6d542fff E:\bea\jrockit90_150_10\jre\bin\net.dll
    71a50000-71a8efff C:\WINDOWS\system32\mswsock.dll
    662b0000-66307fff C:\WINDOWS\system32\hnetcfg.dll
    71a90000-71a97fff C:\WINDOWS\System32\wshtcpip.dll
    41c00000-41c26fff C:\WINDOWS\system32\DNSAPI.dll
    41c30000-41c37fff C:\WINDOWS\System32\winrnr.dll
    41c40000-41c6bfff C:\WINDOWS\system32\WLDAP32.dll
    41c80000-41c85fff C:\WINDOWS\system32\rasadhlp.dll
    68000000-68035fff C:\WINDOWS\system32\rsaenh.dll
    769c0000-76a73fff C:\WINDOWS\system32\USERENV.dll
    438b0000-438b8fff E:\bea\jrockit90_150_10\jre\bin\nio.dll
    41ba0000-41ba9fff E:\bea\jrockit90_150_10\jre\bin\jmapi.dll
    41bb0000-41bbdfff E:\bea\weblogic92\server\native\win\32\wlfileio2.dll
    43ce0000-43cf8fff C:\WINDOWS\system32\iphlpapi.dll
    43d10000-43d27fff C:\WINDOWS\system32\MPRAPI.dll
    77cc0000-77cf1fff C:\WINDOWS\system32\ACTIVEDS.dll
    43d30000-43d54fff C:\WINDOWS\system32\adsldpc.dll
    43d60000-43d70fff C:\WINDOWS\system32\ATL.DLL
    43d80000-43ebcfff C:\WINDOWS\system32\ole32.dll
    43ec0000-43f4afff C:\WINDOWS\system32\OLEAUT32.dll
    43f50000-43f5dfff C:\WINDOWS\system32\rtutils.dll
    71bf0000-71c02fff C:\WINDOWS\system32\SAMLIB.dll
    43f60000-44052fff C:\WINDOWS\system32\SETUPAPI.dll
    44060000-44064fff E:\bea\weblogic92\server\native\win\32\wlntio.dll
    44540000-44545fff E:\bea\jrockit90_150_10\jre\bin\rmi.dll
    4d010000-4d122fff E:\bea\jrockit90_150_10\jre\bin\dbghelp.dll
    "[STANDBY] ExecuteThread: '21' f" id=87 idx=0xf0 tid=4208 lastJavaFrame=0x4B29EB4C
    Stack 0: start=0x4B260000, end=0x4B2A0000, guards=0x4B263000 (ok), forbidden=0x4B261000
    Thread Stack Trace:
    at _mmGetPossibleMovedObjectSize+15()@0x0095065F
    at _refIterInit+393()@0x00981099
    at _refIterInit+474()@0x009810EA
    at _trProcessLocksForThread+66()@0x0098ECD2
    at _javalockCouldBeLock+1047()@0x008AB417
    at _javalockConvertThinToFat+42()@0x008AC13A
    at RJNIjrockit_vm_Locks_convertThinLockedToFatLocked@8+15()@0x00986B1F
    -- Java stack --
    at jrockit/vm/Locks.convertThinLockedToFatLocked(Ljava/lang/Object;)V(Native Method)
    at jrockit/vm/Locks.createMonitorAndConvert(Ljava/lang/Object;Z)Ljrockit/vm/ObjectMonitor;(Unknown Source)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:474)
    at weblogic/common/CompletionRequest.getResult(CompletionRequest.java:109)
    ^-- Holding lock: weblogic/common/CompletionRequest@0x09E5C2A8[thin lock]
    at weblogic/store/gxa/internal/GXATransactionImpl.commitStoreIO(GXATransactionImpl.java:99)
    at weblogic/store/gxa/internal/GXATransactionImpl.doOperationCallbacks(GXATransactionImpl.java:215)
    at weblogic/store/gxa/internal/GXAResourceImpl.commit(GXAResourceImpl.java:1448)
    at weblogic/transaction/internal/XAServerResourceInfo.commit(XAServerResourceInfo.java:1333)
    at weblogic/transaction/internal/XAServerResourceInfo.commit(XAServerResourceInfo.java:577)
    at weblogic/transaction/internal/ServerSCInfo.startCommit(ServerSCInfo.java:514)
    at weblogic/transaction/internal/ServerTransactionImpl.localCommit(ServerTransactionImpl.java:1993)
    at weblogic/transaction/internal/ServerTransactionImpl.globalRetryCommit(ServerTransactionImpl.java:2658)
    at weblogic/transaction/internal/ServerTransactionImpl.globalCommit(ServerTransactionImpl.java:2580)
    at weblogic/transaction/internal/ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:278)
    at weblogic/transaction/internal/ServerTransactionImpl.commit(ServerTransactionImpl.java:227)
    at weblogic/deployment/jms/WrappedTransactionalSession.delistFromTransaction(WrappedTransactionalSession.java:258)
    ^-- Holding lock: weblogic/deployment/jms/PooledSession_weblogic_jms_client_JMSXASession@0x09D56368[thin lock]
    at weblogic/deployment/jms/WrappedMessageProducer.send(WrappedMessageProducer.java:149)
    at com/obopay/jms/helper/BaseQueueHelper.sendMessage(BaseQueueHelper.java:107)
    The above is the jrockit crash dump file..
    I am using the JMS Wrapper Connection Poooling provided by Weblogic. When i use Jmeter and do the load testing for around 10 users, the server gets crashed.
    I doubt something is going wrong with the Weblogic JMS Connection Pooling, please help me..

    The problem doesn't look like it has anything to do with wappers per se. The stack indicates that the JVM died when the persistent store tried to invoke a standard Java synchronize operation. JVM crashes need to be analyzed by a JVM expert, so I second the suggestion to solicit help from JVM experts and/or filing a case with customer support. In the mean-time, you can probably work-around the issue by either (A) ensuring you have a recent version of the JVM installed, or (B) temporarily switching to the Sun JVM.
    Regards,
    tom
    Edited by: TomB on Sep 17, 2010 2:33 PM

  • SQL Developer 1.1 : cannot connect to 9.2.0.7 database

    Hi,
    Windes XP SP1.
    Donloaded sqldeveloper 1.1 with JDK.
    Afer unzipping, when I open connection and setup new connection with userid/password and using connection type TNS and specifying 9.2.0.7 database service name as connect identifier,
    pressing test button returns success (We use OID for name resolution),
    when I press connect, it displays the box "Testing connection" then
    displays "Connecting to system" and then
    the application closes abruptly... (I did this n times today).
    I have been using SQL Developer 1.0 successfully from my laptop.
    Please help.

    I could redirect the screenout to a log file and it contained this :
    Using oracle.home=C:\sqldeveloper11\sqldeveloper
    Using ide.user.dir=null
    Addin: Translator PlSql is trying to register a input type (.plsql) which conflicts with translator PlSql who already using this input type
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x61d3efe8, pid=436, tid=2624
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode)
    # Problematic frame:
    # C [OraClient10.Dll+0x11efe8]
    # An error report file with more information is saved as hs_err_pid436.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    Any suggestions?

  • JRE death - fatal error (EXCEPTION_ACCESS_VIOLATION)

    This always happens at [ntdll.dll+0x1b21a]
    And the stacktrace is exactly the same.
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c91b21a, pid=976, tid=4004
    # JRE version: 6.0_14-b08
    # Java VM: Java HotSpot(TM) Client VM (14.0-b16 mixed mode, sharing windows-x86 )
    # Problematic frame:
    # C [ntdll.dll+0x1b21a]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x03bfa000): JavaThread "Transport protocol 8" daemon [_thread_in_native, id=4004, stack(0x04ba0000,0x04bf0000)]
    siginfo: ExceptionCode=0xc0000005, writing address 0x00000010
    Registers:
    EAX=0x00000000, EBX=0x00000000, ECX=0x00000a50, EDX=0x046c663c
    ESP=0x04beef4c, EBP=0x04beefc0, ESI=0x046c662c, EDI=0x00000000
    EIP=0x7c91b21a, EFLAGS=0x00010246
    Top of Stack: (sp=0x04beef4c)
    0x04beef4c: 03663940 00000000 00000000 ffb3b4c0
    0x04beef5c: ffffffff 000c6d58 00000000 00000000
    0x04beef6c: 04beefe4 719f57c9 00000148 00000178
    0x04beef7c: 00000002 719f44a8 04bef070 04bef07c
    0x04beef8c: 00000001 04bef058 00000001 00000000
    0x04beef9c: 00000020 00000800 04bef068 00000000
    0x04beefac: 00000024 00000148 00000000 00000000
    0x04beefbc: 00000a50 04bef058 7c901046 006c662c
    Instructions: (pc=0x7c91b21a)
    0x7c91b20a: 8b 46 10 3b c3 89 45 fc 0f 84 9e 00 00 00 8b 06
    0x7c91b21a: ff 40 10 8b 45 fc 83 e0 01 89 45 e8 8b 06 ff 40
    Stack: [0x04ba0000,0x04bf0000], sp=0x04beef4c, free space=315k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [ntdll.dll+0x1b21a]
    C [ntdll.dll+0x1046]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    J java.net.SocketInputStream.socketRead0(Ljava/io/FileDescriptor;[BIII)I
    J java.net.SocketInputStream.read([BII)I
    J java.io.BufferedInputStream.read1([BII)I
    J java.io.BufferedInputStream.read([BII)I
    J com.sshtools.j2ssh.transport.TransportProtocolInputStream.readBufferedData([BII)I
    J com.sshtools.j2ssh.transport.TransportProtocolInputStream.readMessage()[B
    J com.sshtools.j2ssh.transport.TransportProtocolCommon.processMessages()Lcom/sshtools/j2ssh/transport/SshMessage;
    j com.sshtools.j2ssh.transport.TransportProtocolCommon.startBinaryPacketProtocol()V+16
    j com.sshtools.j2ssh.transport.TransportProtocolCommon.run()V+337
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x03c9b400 JavaThread "Transport protocol 1a" daemon [_thread_in_native, id=1772, stack(0x04dd0000,0x04e20000)]
    0x03dea400 JavaThread "ssh-connection 19" daemon [_thread_blocked, id=2116, stack(0x04d30000,0x04d80000)]
    0x03ca0400 JavaThread "Transport protocol 19" daemon [_thread_in_native, id=312, stack(0x048d0000,0x04920000)]
    0x03bffc00 JavaThread "ssh-connection 17" daemon [_thread_blocked, id=3344, stack(0x04e70000,0x04ec0000)]
    0x03cb9000 JavaThread "Transport protocol 17" daemon [_thread_in_native, id=1752, stack(0x04c40000,0x04c90000)]
    0x03cc7400 JavaThread "ssh-connection 16" daemon [_thread_blocked, id=2536, stack(0x05280000,0x052d0000)]
    0x03cf3c00 JavaThread "Transport protocol 16" daemon [_thread_in_native, id=3528, stack(0x05140000,0x05190000)]
    0x03c33800 JavaThread "ssh-connection 15" daemon [_thread_blocked, id=2036, stack(0x05050000,0x050a0000)]
    0x03ce2400 JavaThread "Transport protocol 15" daemon [_thread_in_native, id=900, stack(0x05000000,0x05050000)]
    0x03b61400 JavaThread "ssh-connection 14" daemon [_thread_blocked, id=3296, stack(0x05320000,0x05370000)]
    0x02f69000 JavaThread "Transport protocol 14" daemon [_thread_in_native, id=2892, stack(0x05230000,0x05280000)]
    0x030af000 JavaThread "ssh-connection 13" daemon [_thread_blocked, id=3484, stack(0x04fb0000,0x05000000)]
    0x03c05800 JavaThread "Transport protocol 13" daemon [_thread_in_native, id=3324, stack(0x049c0000,0x04a10000)]
    0x030ad000 JavaThread "ssh-connection 12" daemon [_thread_blocked, id=2296, stack(0x050f0000,0x05140000)]
    0x03cc4400 JavaThread "Transport protocol 12" daemon [_thread_in_native, id=3092, stack(0x04970000,0x049c0000)]
    0x0308c800 JavaThread "ssh-connection 11" daemon [_thread_blocked, id=664, stack(0x04ec0000,0x04f10000)]
    0x02f9cc00 JavaThread "Transport protocol 11" daemon [_thread_in_native, id=2812, stack(0x04880000,0x048d0000)]
    0x03036000 JavaThread "ssh-connection f" daemon [_thread_blocked, id=2340, stack(0x04920000,0x04970000)]
    0x03db9400 JavaThread "Transport protocol f" daemon [_thread_in_native, id=2852, stack(0x053c0000,0x05410000)]
    0x03cce000 JavaThread "ssh-connection d" daemon [_thread_blocked, id=2480, stack(0x052d0000,0x05320000)]
    0x03ce6c00 JavaThread "Transport protocol d" daemon [_thread_in_native, id=1888, stack(0x051e0000,0x05230000)]
    0x03d16000 JavaThread "pool-1-thread-14" [_thread_blocked, id=1732, stack(0x05190000,0x051e0000)]
    0x03cc1c00 JavaThread "pool-1-thread-13" [_thread_blocked, id=2352, stack(0x050a0000,0x050f0000)]
    0x03c03c00 JavaThread "pool-1-thread-12" [_thread_blocked, id=3432, stack(0x04f60000,0x04fb0000)]
    0x03ca3800 JavaThread "ssh-connection 7" daemon [_thread_blocked, id=1640, stack(0x04f10000,0x04f60000)]
    0x03c15c00 JavaThread "ssh-connection 4" daemon [_thread_blocked, id=2452, stack(0x04e20000,0x04e70000)]
    0x03c9cc00 JavaThread "ssh-connection 2" daemon [_thread_blocked, id=3056, stack(0x04d80000,0x04dd0000)]
    0x03ca1800 JavaThread "Transport protocol a" daemon [_thread_in_native, id=600, stack(0x04ce0000,0x04d30000)]
    0x03c08000 JavaThread "pool-1-thread-11" [_thread_blocked, id=2272, stack(0x04c90000,0x04ce0000)]
    0x03bfe400 JavaThread "pool-1-thread-10" [_thread_blocked, id=4024, stack(0x04bf0000,0x04c40000)]
    =>0x03bfa000 JavaThread "Transport protocol 8" daemon [_thread_in_native, id=4004, stack(0x04ba0000,0x04bf0000)]
    0x03beec00 JavaThread "pool-1-thread-9" [_thread_blocked, id=3488, stack(0x04b50000,0x04ba0000)]
    VM Arguments:
    java_command: CharmMaintenance.jar
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=C:\Perl\site\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Intel\DMIX;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;c:\Program Files\Java\jre6\bin\client;C:\Program Files\OpenVPN\bin
    USERNAME=User
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 6 Stepping 2, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Szervizcsomag 3
    CPU:total 2 (2 cores per cpu, 1 threads per core) family 15 model 6 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3
    Memory: 4k page, physical 2088020k(1517012k free), swap 4029336k(3651988k free)
    vm_info: Java HotSpot(TM) Client VM (14.0-b16) for windows-x86 JRE (1.6.0_14-b08), built on May 21 2009 08:03:56 by "java_re" with MS VC++ 7.1
    time: Thu Aug 06 01:01:25 2009
    elapsed time: 32730 seconds
    Thanks,
    MB

    Hi there - I also received the same error - were you able to resolve it , please do let me know
    Thanks !
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x0000003880a7b4f0, pid=10077, tid=47076326222144
    # JRE version: 6.0_31-b04
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.6-b01 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # C [libc.so.6+0x7b4f0] unsigned long+0x60
    # An error report file with more information is saved as:
    # /app/rmb/rmb_sit/bin/hs_err_pid10077.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    #

  • CF 6.1 - JRUN Closed Connection/Server errors occurring on a daily basis

    We seem to be having issues with Jrun Closed Connection/Server errors occuring on a daily basis now. The server will stop responding to requests until the ColdFusion service is restarted.
    We're using CF 6.1, the following error message is from the log files and seems to be Java/JVM related but I was hesitant to make any changes to the JVM parameters.
    Any suggestions on how to resolve this daily issue of restarting CF service? Other than upgrading to more recent version of CF which we'll be doing later this year.
    Thanks,
    Dave
    >>>>>>>>>>>>
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x77FCAFF8
    Function=[Unknown.]
    Library=C:\WINNT\system32\ntdll.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 java.io.WinNTFileSystem.list(Native Method)
              at java.io.File.list(File.java:915)
              at coldfusion.mail.MailSpooler.refreshSpoolFiles(MailSpooler.java:1484)
              at coldfusion.mail.MailSpooler.run(MailSpooler.java:897)
              at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201)
              at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:70)
    Dynamic libraries:
    0x00400000 - 0x0040F000           C:\CFusionMX\runtime\bin\jrun.exe
    0x77F80000 - 0x77FFC000           C:\WINNT\system32\ntdll.dll
    0x7C570000 - 0x7C624000           C:\WINNT\system32\KERNEL32.dll
    0x7C2D0000 - 0x7C335000           C:\WINNT\system32\ADVAPI32.dll
    0x77D30000 - 0x77D9F000           C:\WINNT\system32\RPCRT4.dll
    0x78000000 - 0x78045000           C:\WINNT\system32\MSVCRT.dll
    0x08000000 - 0x082A7000           C:\CFusionMX\runtime\jre\bin\server\jvm.dll
    0x77E10000 - 0x77E6F000           C:\WINNT\system32\USER32.dll
    0x77F40000 - 0x77F7D000           C:\WINNT\system32\GDI32.dll
    0x77570000 - 0x775A0000           C:\WINNT\system32\WINMM.dll
    0x10000000 - 0x10007000           C:\CFusionMX\runtime\jre\bin\hpi.dll
    0x00770000 - 0x0077E000           C:\CFusionMX\runtime\jre\bin\verify.dll
    0x00780000 - 0x00798000           C:\CFusionMX\runtime\jre\bin\java.dll
    0x007A0000 - 0x007AD000           C:\CFusionMX\runtime\jre\bin\zip.dll
    0x39A70000 - 0x39A7F000           C:\CFusionMX\runtime\jre\bin\net.dll
    0x75030000 - 0x75044000           C:\WINNT\system32\WS2_32.dll
    0x75020000 - 0x75028000           C:\WINNT\system32\WS2HELP.DLL
    0x782C0000 - 0x782CC000           C:\WINNT\System32\rnr20.dll
    0x77980000 - 0x779A5000           C:\WINNT\system32\DNSAPI.DLL
    0x75050000 - 0x75058000           C:\WINNT\system32\WSOCK32.dll
    0x77340000 - 0x77353000           C:\WINNT\system32\iphlpapi.dll
    0x77520000 - 0x77525000           C:\WINNT\system32\ICMP.dll
    0x77320000 - 0x77337000           C:\WINNT\system32\MPRAPI.dll
    0x75150000 - 0x75160000           C:\WINNT\system32\SAMLIB.DLL
    0x7CDC0000 - 0x7CE10000           C:\WINNT\system32\NETAPI32.DLL
    0x7C340000 - 0x7C34E000           C:\WINNT\system32\Secur32.dll
    0x77BF0000 - 0x77C01000           C:\WINNT\system32\NTDSAPI.dll
    0x77950000 - 0x7797B000           C:\WINNT\system32\WLDAP32.DLL
    0x751C0000 - 0x751C6000           C:\WINNT\system32\NETRAP.dll
    0x7CE20000 - 0x7CF0F000           C:\WINNT\system32\OLE32.DLL
    0x779B0000 - 0x77A4C000           C:\WINNT\system32\OLEAUT32.DLL
    0x773B0000 - 0x773DF000           C:\WINNT\system32\ACTIVEDS.DLL
    0x77380000 - 0x773A3000           C:\WINNT\system32\ADSLDPC.DLL
    0x77830000 - 0x7783E000           C:\WINNT\system32\RTUTILS.DLL
    0x77880000 - 0x7790E000           C:\WINNT\system32\SETUPAPI.DLL
    0x7C0F0000 - 0x7C154000           C:\WINNT\system32\USERENV.DLL
    0x774E0000 - 0x77514000           C:\WINNT\system32\RASAPI32.dll
    0x774C0000 - 0x774D1000           C:\WINNT\system32\rasman.dll
    0x77530000 - 0x77552000           C:\WINNT\system32\TAPI32.dll
    0x71710000 - 0x71794000           C:\WINNT\system32\COMCTL32.DLL
    0x70A70000 - 0x70AD6000           C:\WINNT\system32\SHLWAPI.DLL
    0x77360000 - 0x77379000           C:\WINNT\system32\DHCPCSVC.DLL
    0x777E0000 - 0x777E8000           C:\WINNT\System32\winrnr.dll
    0x777F0000 - 0x777F5000           C:\WINNT\system32\rasadhlp.dll
    0x39FB0000 - 0x39FBC000           C:\CFusionMX\runtime\bin\portscan.dll
    0x74FD0000 - 0x74FED000           C:\WINNT\system32\msafd.dll
    0x75010000 - 0x75017000           C:\WINNT\System32\wshtcpip.dll
    0x3AAC0000 - 0x3AAC5000           C:\CFusionMX\runtime\jre\bin\rmi.dll
    0x3B9D0000 - 0x3B9D6000           C:\CFusionMX\runtime\jre\bin\ioser12.dll
    0x3BBE0000 - 0x3BC60000           C:\CFusionMX\lib\izmjniado.dll
    0x3C270000 - 0x3C278000           C:\CFusionMX\lib\CFXNeo.dll
    0x780A0000 - 0x780B2000           C:\WINNT\system32\MSVCIRT.dll
    0x780C0000 - 0x78121000           C:\WINNT\system32\MSVCP60.dll
    0x3C280000 - 0x3C28B000           C:\CFusionMX\lib\cfregistry.dll
    0x3C3A0000 - 0x3C3A8000           C:\CFusionMX\lib\PerfmonClient.dll
    0x3C5C0000 - 0x3C5CC000           C:\CFusionMX\lib\cfindex.dll
    0x3C5D0000 - 0x3C7C2000           C:\CFusionMX\lib\vdk200.dll
    0x3C7D0000 - 0x3C805000           C:\CFusionMX\lib\LIBALLRSEI.dll
    0x7CA00000 - 0x7CA23000           C:\WINNT\system32\rsaenh.dll
    0x7C740000 - 0x7C7CC000           C:\WINNT\system32\CRYPT32.dll
    0x77430000 - 0x77441000           C:\WINNT\system32\MSASN1.dll
    0x3EE10000 - 0x3EE3E000           C:\CFusion\CustomTags\GetUserGroups.dll
    0x77800000 - 0x7781E000           C:\WINNT\system32\WINSPOOL.DRV
    0x76620000 - 0x76631000           C:\WINNT\system32\MPR.DLL
    0x7CF30000 - 0x7D176000           C:\WINNT\system32\SHELL32.dll
    0x3F650000 - 0x3F75A000           C:\CFusionMX\runtime\jre\bin\awt.dll
    0x75E60000 - 0x75E7A000           C:\WINNT\system32\IMM32.dll
    0x3F760000 - 0x3F7B0000           C:\CFusionMX\runtime\jre\bin\fontmanager.dll
    0x72800000 - 0x72846000           C:\WINNT\system32\ddraw.dll
    0x728A0000 - 0x728A6000           C:\WINNT\system32\DCIMAN32.dll
    0x72CF0000 - 0x72D84000           C:\WINNT\system32\D3DIM700.DLL
    0x690A0000 - 0x690AB000           C:\WINNT\system32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    PSYoungGen      total 5824K, used 1523K [0x10010000, 0x10800000, 0x138f0000)
      eden space 3520K, 26% used [0x10010000,0x100fa4e0,0x10380000)
      from space 2304K, 25% used [0x105c0000,0x106528b0,0x10800000)
      to   space 2304K, 0% used [0x10380000,0x10380000,0x105c0000)
    PSOldGen        total 29824K, used 22612K [0x138f0000, 0x15610000, 0x30010000)
      object space 29824K, 75% used [0x138f0000,0x14f051e0,0x15610000)
    PSPermGen       total 20736K, used 20580K [0x30010000, 0x31450000, 0x38010000)
      object space 20736K, 99% used [0x30010000,0x314293b0,0x31450000)
    Local Time = Fri Dec 13 13:50:53 2013
    Elapsed Time = 19424
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Server VM (1.4.2-b28 mixed mode)
    space 3520K, 26% used space 2304K, 25% used space 2304K, 0% used space 29824K, 75% used space 20736K, 99% used# An error report file has been saved as hs_err_pid2920.log.
    # Please refer to the file for further information.

    CF6, Java 1.4.2 and Windows NT - have not seen those for a long time myself.
    Perhaps this is the issue from error report:
    PSPermGen       total 20736K, used 20580K
    object space 20736K, 99% used
    I guess Java non heap space Permanent Generation is full the next object trying to load into that space can’t fit, plus all the objects in there are referenced so no objects can be removed so free space can’t be made available. One would need to do some work with Java logging and know what JVM.CONFIG looks like to know if that guess is accurate.
    You could try increase that parameter 10Mb or so and see what happens? In JVM.CONFIG, JVM args, -XX:MaxPermSize=NNm where NN = numbers.
    Needless to say you are running a lot of end of life product and should plan to migrate to something more current.
    HTH, Carl.

  • SQL Developer 1.1 Crash on connecting

    Hello,
    I have a TNS type connection defined which uses the default role and a connect identifier rather than a network alias. When I click test I get a success message but when I click connect then SQL developer waits for a few seconds and then crashes (no error message displayed). Can anyone suggest where to start looking for the cause of this?
    Regards
    Alastair
    Message was edited by:
    Alastair Green
    Just found an earlier post that mentioned launching from the console. This gives me the following output:
    C:\SQLDeveloper\sqldeveloper\sqldeveloper\bin>sqldeveloper
    WARNING: Unknown directive: SetSkipJ2SDKCheck
    Using oracle.home=C:\SQLDeveloper\sqldeveloper
    Using ide.user.dir=null
    Addin: Translator PlSql is trying to register a input type (.plsql) which confli
    cts with translator PlSql who already using this input type
    Exception while updating action Copy
    java.lang.ClassCastException: ice.pilots.image.ThePilot
    at oracle.help.htmlBrowser.ICEBrowser._getThePilot(Unknown Source)
    at oracle.help.htmlBrowser.ICEBrowser.getSelectedText(Unknown Source)
    at oracle.jdevimpl.help.HelpContentPanel.isTextSelected(HelpContentPanel
    .java:485)
    at oracle.jdevimpl.help.HelpTopicEditor$HelpTopicEditorController.update
    (HelpTopicEditor.java:539)
    at oracle.ide.controller.IdeAction.updateAction(IdeAction.java:593)
    at oracle.ide.controller.IdeAction.updateAction(IdeAction.java:582)
    at oracle.ide.view.View.updateAction(View.java:341)
    at oracle.ide.view.View.updateToolbarActions(View.java:337)
    at oracle.ide.IdeMainWindow$UpdateVisibleActions.fireUpdate(IdeMainWindo
    w.java:673)
    at oracle.ide.IdeMainWindow$UpdateVisibleActions.actionPerformed(IdeMain
    Window.java:652)
    at javax.swing.Timer.fireActionPerformed(Timer.java:271)
    at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
    read.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    reloadBuffers(): 47 nodes checked in 0.467968604 second(s)
    fireIdeActivated(): oracle.ide.IdeMainWindow$NodeReloader 471ms
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x61d32910, pid=2480, tid=1724
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode)
    # Problematic frame:
    # C [OraClient10.Dll+0x112910]
    # An error report file with more information is saved as hs_err_pid2480.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    #

    Thanks for the response.
    I tried updating to 1.5.0_10 but still get similar results although slightly less verbose output:
    C:\>"C:\Program Files\sqldeveloper\sqldeveloper\bin\sqldeveloper.exe"
    WARNING: Unknown directive: SetSkipJ2SDKCheck
    Using oracle.home=C:\Program Files\sqldeveloper
    Using ide.user.dir=null
    Addin: Translator PlSql is trying to register a input type (.plsql) which confli
    cts with translator PlSql who already using this input type
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x61d32910, pid=2192, tid=3924
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_10-b03 mixed mode)
    # Problematic frame:
    # C [OraClient10.Dll+0x112910]
    # An error report file with more information is saved as hs_err_pid2192.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    C:\>
    Message was edited by:
    Alastair Green
    I found another post by jayantp from 8-dec-2006 where he suggested copying some files from the oracle client jdbc\lib directory to the sqldeveloper\jdbc\lib directory:
    ojdbc14.jar and
    ojdbs14dms.jar
    This works for me but I don't know what the side effects might be. Any thoughts?
    Message was edited by:
    Alastair Green
    Should have said, my client version is 10.2.0.1.0

  • Error in ODBC after long time connection (MS.SQL Server 2000)

    i' using windows XP
    and create MS.SQL Server connection through SYSTEM DSN of ODBC DATA SOURCE ADMINISTRATOR in WinXP Control Panel
    using jdbc.odbc connection to make connection to database.
    it's working, but after many request of data transaction with database.
    my program closed it self.
    an a error file appear in the path of program.
    i don't remember all what the error file contain exactly - it's about ODBC connection ( i already remove the error file long day a go, if i got it again i will post it here)
    is java cannot connect database with ODBC properly?
    thanks.

    this is the error:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c901010, pid=2528, tid=3508
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_15-b02 mixed mode)
    # Problematic frame:
    # C [ntdll.dll+0x1010]
    --------------- T H R E A D ---------------
    Current thread (0x02e64358): JavaThread "ServerBeritaThread" [_thread_in_native, id=3508]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000018
    Registers:
    EAX=0x00000004, EBX=0x0355f9b4, ECX=0x7ffaf000, EDX=0x00000004
    ESP=0x0355f950, EBP=0x0355f968, ESI=0x00000000, EDI=0x039414e8
    EIP=0x7c901010, EFLAGS=0x00010297
    Top of Stack: (sp=0x0355f950)
    0x0355f950: 74355a16 00000004 0394150c 7432139f
    0x0355f960: 0394150c 00000000 0355f980 7432a244
    0x0355f970: 0394150c 74350000 02e643f4 02e64358
    0x0355f980: 0355f994 7432a653 02fbde98 02e643f4
    0x0355f990: 143aff08 0355f9ac 03711157 039414e8
    0x0355f9a0: 0355f9b4 02e64358 143aff50 0355f9e4
    0x0355f9b0: 00a881a6 00000000 0355fa00 039414e8
    0x0355f9c0: 00000000 0355f9f4 0355f9c8 00000000
    Instructions: (pc=0x7c901010)
    0x7c901000: 90 90 90 90 90 64 8b 0d 18 00 00 00 8b 54 24 04
    0x7c901010: 83 7a 14 00 75 4f f0 ff 42 04 75 19 8b 41 24 89
    Stack: [0x03520000,0x03560000), sp=0x0355f950, free space=254k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [ntdll.dll+0x1010]
    C [ODBC32.dll+0xa244]
    C [ODBC32.dll+0xa653]
    C [JdbcOdbc.dll+0x1157]
    j sun.jdbc.odbc.JdbcOdbc.allocConnect(J[B)J+0
    j sun.jdbc.odbc.JdbcOdbc.SQLAllocConnect(J)J+30
    j sun.jdbc.odbc.JdbcOdbcDriver.allocConnection(J)J+6
    j sun.jdbc.odbc.JdbcOdbcConnection.initialize(Ljava/lang/String;Ljava/util/Properties;I)V+37
    j sun.jdbc.odbc.JdbcOdbcDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+129
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/ClassLoader;)Ljava/sql/Connection;+154
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;+41
    j Prosesor.processInput(Ljava/lang/String;)Ljava/lang/String;+51
    j ServerBeritaThread.run()V+35
    v ~StubRoutines::call_stub
    V [jvm.dll+0x752e6]
    V [jvm.dll+0xaf627]
    V [jvm.dll+0x751f3]
    V [jvm.dll+0x74eef]
    V [jvm.dll+0x74f28]
    V [jvm.dll+0x8ce4f]
    V [jvm.dll+0xd3b07]
    V [jvm.dll+0xd3ad5]
    C [MSVCRT.dll+0x2a3b0]
    C [kernel32.dll+0xb50b]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.jdbc.odbc.JdbcOdbc.allocConnect(J[B)J+0
    j sun.jdbc.odbc.JdbcOdbc.SQLAllocConnect(J)J+30
    j sun.jdbc.odbc.JdbcOdbcDriver.allocConnection(J)J+6
    j sun.jdbc.odbc.JdbcOdbcConnection.initialize(Ljava/lang/String;Ljava/util/Properties;I)V+37
    j sun.jdbc.odbc.JdbcOdbcDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+129
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/ClassLoader;)Ljava/sql/Connection;+154
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;+41
    j Prosesor.processInput(Ljava/lang/String;)Ljava/lang/String;+51
    j ServerBeritaThread.run()V+35
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x02e64358 JavaThread "ServerBeritaThread" [_thread_in_native, id=3508]
    0x02facf38 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1048]
    0x02fadc20 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2028]
    0x02e61db0 JavaThread "AWT-Windows" daemon [_thread_in_native, id=728]
    0x02e20e48 JavaThread "AWT-Shutdown" [_thread_blocked, id=4056]
    0x009d03c0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1568]
    0x009cf630 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1572]
    0x009ccba0 JavaThread "Finalizer" daemon [_thread_blocked, id=2580]
    0x009cb818 JavaThread "Reference Handler" daemon [_thread_blocked, id=980]
    0x00035aa8 JavaThread "main" [_thread_in_native, id=1684]
    Other Threads:
    0x00a0b6c0 VMThread [id=1256]
    0x00a0cab8 WatcherThread [id=2276]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 43K [0x10010000, 0x100b0000, 0x104f0000)
    eden space 512K, 1% used [0x10010000, 0x10012448, 0x10090000)
    from space 64K, 53% used [0x10090000, 0x10098930, 0x100a0000)
    to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
    tenured generation total 1408K, used 665K [0x104f0000, 0x10650000, 0x14010000)
    the space 1408K, 47% used [0x104f0000, 0x105967e8, 0x10596800, 0x10650000)
    compacting perm gen total 4096K, used 4065K [0x14010000, 0x14410000, 0x18010000)
    the space 4096K, 99% used [0x14010000, 0x14408580, 0x14408600, 0x14410000)
    Dynamic libraries:
    0x00400000 - 0x0040b000      C:\java\bin\java.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\MSVCRT.dll
    0x08000000 - 0x08144000      C:\java\jre\bin\client\jvm.dll
    0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f56000      C:\WINDOWS\system32\GDI32.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x10000000 - 0x10007000      C:\java\jre\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x00390000 - 0x0039e000      C:\java\jre\bin\verify.dll
    0x003b0000 - 0x003c9000      C:\java\jre\bin\java.dll
    0x003d0000 - 0x003de000      C:\java\jre\bin\zip.dll
    0x02e70000 - 0x02f84000      C:\java\jre\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.dll
    0x774e0000 - 0x7761c000      C:\WINDOWS\system32\ole32.dll
    0x5ad70000 - 0x5ada8000      C:\WINDOWS\system32\uxtheme.dll
    0x033e0000 - 0x03432000      C:\java\jre\bin\fontmanager.dll
    0x73760000 - 0x737a9000      C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x73940000 - 0x73a10000      C:\WINDOWS\system32\D3DIM700.DLL
    0x74720000 - 0x7476b000      C:\WINDOWS\system32\MSCTF.dll
    0x035e0000 - 0x035ef000      C:\java\jre\bin\net.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x605d0000 - 0x605d9000      C:\WINDOWS\system32\mslbui.dll
    0x77120000 - 0x771ac000      C:\WINDOWS\system32\OLEAUT32.DLL
    0x20b00000 - 0x20b4b000      C:\WINDOWS\system32\imon.dll
    0x71ad0000 - 0x71ad9000      C:\WINDOWS\system32\WSOCK32.dll
    0x71a50000 - 0x71a8f000      C:\WINDOWS\system32\mswsock.dll
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    0x03710000 - 0x0371c000      C:\java\jre\bin\JdbcOdbc.dll
    0x74320000 - 0x7435d000      C:\WINDOWS\system32\ODBC32.dll
    0x5d090000 - 0x5d127000      C:\WINDOWS\system32\COMCTL32.dll
    0x7c9c0000 - 0x7d1d4000      C:\WINDOWS\system32\SHELL32.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x763b0000 - 0x763f9000      C:\WINDOWS\system32\comdlg32.dll
    0x773d0000 - 0x774d2000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x20000000 - 0x20017000      C:\WINDOWS\system32\odbcint.dll
    0x77c00000 - 0x77c08000      C:\WINDOWS\system32\VERSION.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x5fe80000 - 0x5fe9b000      C:\WINDOWS\system32\odbccp32.dll
    0x77c70000 - 0x77c93000      C:\WINDOWS\system32\msv1_0.dll
    0x76d60000 - 0x76d79000      C:\WINDOWS\system32\iphlpapi.dll
    VM Arguments:
    java_command: ServerBerita
    Launcher Type: SUN_STANDARD
    Environment Variables:
    CLASSPATH=.;C:\PROGRA~1\JMF\lib\sound.jar;C:\PROGRA~1\JMF\lib\jmf.jar;C:\PROGRA~1\JMF\lib;.;.;d:\PROGRA~1\JMF21~1.1E\lib\sound.jar;d:\PROGRA~1\JMF21~1.1E\lib\jmf.jar;d:\PROGRA~1\JMF21~1.1E\lib;
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;c:\java\bin;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio\Common\Tools;C:\Program Files\Microsoft Visual Studio\VC98\bin;c:\apache\mysql\bin;;C:\PROGRA~1\COMMON~1\MUVEET~1\030625
    USERNAME=acer
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 2, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 family 6, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 1038440k(478648k free), swap 1712796k(1228644k free)
    vm_info: Java HotSpot(TM) Client VM (1.4.2_15-b02) for windows-x86, built on May 22 2007 17:01:47 by "java_re" with MS VC++ 6.0

  • Sql developer closes when testing connection

    I have windows 7 64 bit, but, also have ms office 32 bit, so, do need the 32 bit drivers.
    If my path starts with the location of the 32 bit drivers and I test my oracle connection in sql developer with the oci thick driver checked, I get the error stating can't use the 32 bit drivers with a 64 bit machine (Status : Failure -Test failed: C:\app\32BitDrivers\product\11.2.0\client_3\ocijdbc11.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform).
    If the thick driver is unchecked, I get:
    Status : Failure -Test failed: ORA-01017: invalid username/password; logon denied
    I believe this is due to this database being set up to use something like a name validation server(?), because I can connect to another database that does not have that special authentication.
    If I have the path set to the 64 bit driver, sql developer will close when I try to test the connection with either the oci thick driver checked or un-checked (and testing either of the 2 databases).
    any ideas?
    sql developer Version 3.2.20.09
    jdk1.6.0_45 (came in the d/l with sql developer)
    oracle 11gR2
    sqlplus does connect to both databases
    Happen to have toad and was finally able to get it to connect to both databases.
    oh, btw, is the 32 bit driver sqora32.dll?
    what would the 64 bit driver be named?
    thanks,
    Alan
    Edited by: user1219396 on May 10, 2013 9:36 AM

    So, checking what java is running:
    C:\>java -version
    java version "1.7.0_21"
    Java(TM) SE Runtime Environment (build 1.7.0_21-b11)
    Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)
    However, I have C:\oracle\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf showing
    SetJavaHome C:\oracle\sqldeveloper\jdk1.6.0_45
    Also, I thought that the loading 32 bit on 64 bit system message meant that sql developer was 64 bit. Does it matter is sql dev is 64 or 32 bit and how do I tell which it is?
    Also, there is a log file that shows up in the sql dev bin folder that matches the time when the program closes, like hs_err_pid12380.log. It's showing:
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006d9fd904, pid=13208, tid=8988
    # JRE version: 6.0_45-b06
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.45-b01 mixed mode windows-amd64 compressed oops)
    # Problematic frame:
    # V [jvm.dll+0x11d904]
    So, appears that it is using the version specified in the .conf file. However, not seeing useful info in the log file, probably cause there's so much there.
    thanks
    When I try to get it to use the 64 bit driver, sql developer just closes. So, not sure if I'm actually pointing to the right location or what.

Maybe you are looking for

  • Enteries in  ME21n

    Please tell the fields which we need to fill in the ME21n to get the paymernt terms filled  automatically. please also tell the source table from where the payment term is automatically filled

  • JDBC Receiver - Message Protocol = Native SQL String

    Hi Friends Has any one worked on JDBC Receiver with Message Protocol as <b>Native SQL String</b>? If so, can you please send me a detailed scenario of it...like the datatypes, message types, mappping. Because if I use the Native SQL String, then I th

  • Shrinking a graphic from left to right

    I am trying to transform a photo from 100% to 0% (which I will want it to do slowly to reveal another photo underneath) and only the width and not the height to decrease which I know how to do but instead of both sides of the photo shrinking to the c

  • FD32 restrict users based on a schedule of authority

    All, I have a requirement within FD32 to restrict users based on a schedule of authority.  For example, only allowing credit limits to be changed in a user's authorized dollar range.  I was able to restrict the Credit Limit field (change/display) by

  • Error -2048 and beyond...

    Hello everybody, I've got a very simple question, and I hope the Apple employees will be paying the required attention and thought to the question I'm about the ask: Why do we, the iPod movie customers, have to struggle so much on finding the right w