Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Java File Error

LordRawrGasmLordRawrGasm Member Posts: 16

I am getting the following error when I am running a Java application.  The message appears in a text file on my desktop, after I close the Java application.  If anyone has any knowledge of how to stop this from happening, it would be appreciated.

 

#

# A fatal error has been detected by the Java Runtime Environment:

#

#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x3d0e9481, pid=2536, tid=1704

#

# JRE version: 6.0_18-b07

# Java VM: Java HotSpot(TM) Client VM (16.0-b13 mixed mode windows-x86 )

# Problematic frame:

# C  [mshtml.dll+0x249481]

#

# 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 (0x0f842400):  JavaThread "Thread-0" [_thread_in_native, id=1704, stack(0x0fc00000,0x0fd00000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x000000f0

Registers:

EAX=0x00000000, EBX=0x00000000, ECX=0x0000001b, EDX=0x09281900

ESP=0x0fcff824, EBP=0x0fcff83c, ESI=0x02805ab0, EDI=0x7c8097e0

EIP=0x3d0e9481, EFLAGS=0x00010246

Top of Stack: (sp=0x0fcff824)

0x0fcff824:   00000000 02805ab0 09279d58 3cfa0570

0x0fcff834:   02805ab0 00000000 0fcff850 3cf9dca1

0x0fcff844:   02805ab0 0f842400 02837320 0fcff860

0x0fcff854:   3cf7a456 02805ab0 09279d58 0fcff8ac

0x0fcff864:   6d413179 02837320 05109f37 0f842510

0x0fcff874:   0fcff8b4 02837320 00000000 00000010

0x0fcff884:   072678a8 071e3a80 0fcff88c 00000000

0x0fcff894:   0fcff8c0 09281900 00000000 09279d58

Instructions: (pc=0x3d0e9481)

0x3d0e9471:   14 1b 3d 3d 8b 3d f4 13 ea 3c 8b f1 ff d7 33 db

0x3d0e9481:   39 98 f0 00 00 00 74 1f ff 35 14 1b 3d 3d ff d7



Stack: [0x0fc00000,0x0fd00000],  sp=0x0fcff824,  free space=3fe0fcff358k

Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)

C  [mshtml.dll+0x249481]

C  [mshtml.dll+0xfdca1]

C  [mshtml.dll+0xda456]

C  [jp2iexp.dll+0x3179]

j  sun.plugin2.main.server.IExplorerPlugin.javaScriptReleaseObject(Lsun/plugin2/liveconnect/BrowserSideObject;)V+4

j  sun.plugin2.main.server.LiveConnectSupport$PerPluginInfo.releaseAllObjects()V+34

j  sun.plugin2.main.server.LiveConnectSupport.shutdown(I)V+42

j  sun.plugin2.main.server.JVMInstance.unregisterApplet(I)V+63

j  sun.plugin2.main.server.JVMInstance.dispose()V+67

j  sun.plugin2.main.server.JVMInstance.access$2600(Lsun/plugin2/main/server/JVMInstance;)V+1

j  sun.plugin2.main.server.JVMInstance$Listener.jvmExited(Lsun/plugin2/jvm/JVMLauncher;)V+86

j  sun.plugin2.jvm.JVMLauncher.fireJVMExited()V+31

j  sun.plugin2.jvm.JVMLauncher.access$300(Lsun/plugin2/jvm/JVMLauncher;)V+1

j  sun.plugin2.jvm.JVMLauncher$JVMWatcher.run()V+50

j  java.lang.Thread.run()V+11

v  ~StubRoutines::call_stub

V  [jvm.dll+0xf072c]

V  [jvm.dll+0x17fd51]

V  [jvm.dll+0xf08f7]

V  [jvm.dll+0xf096d]

V  [jvm.dll+0x11a4c0]

V  [jvm.dll+0x1dd924]

V  [jvm.dll+0x17f9cc]

C  [MSVCR71.dll+0x9565]

C  [kernel32.dll+0xb729]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)

j  sun.plugin2.main.server.IExplorerPlugin.iUnknownRelease(J)V+0

j  sun.plugin2.main.server.IExplorerPlugin.javaScriptReleaseObject(Lsun/plugin2/liveconnect/BrowserSideObject;)V+4

j  sun.plugin2.main.server.LiveConnectSupport$PerPluginInfo.releaseAllObjects()V+34

j  sun.plugin2.main.server.LiveConnectSupport.shutdown(I)V+42

j  sun.plugin2.main.server.JVMInstance.unregisterApplet(I)V+63

j  sun.plugin2.main.server.JVMInstance.dispose()V+67

j  sun.plugin2.main.server.JVMInstance.access$2600(Lsun/plugin2/main/server/JVMInstance;)V+1

j  sun.plugin2.main.server.JVMInstance$Listener.jvmExited(Lsun/plugin2/jvm/JVMLauncher;)V+86

j  sun.plugin2.jvm.JVMLauncher.fireJVMExited()V+31

j  sun.plugin2.jvm.JVMLauncher.access$300(Lsun/plugin2/jvm/JVMLauncher;)V+1

j  sun.plugin2.jvm.JVMLauncher$JVMWatcher.run()V+50

j  java.lang.Thread.run()V+11

v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )

  0x0f84b800 JavaThread "JRE 1.6.0.18 Heartbeat Thread" [_thread_blocked, id=2732, stack(0x10590000,0x10690000)]

=>0x0f842400 JavaThread "Thread-0" [_thread_in_native, id=1704, stack(0x0fc00000,0x0fd00000)]

  0x04ec9400 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=3896, stack(0x0f700000,0x0f800000)]

  0x04e90000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3812, stack(0x0f500000,0x0f600000)]

  0x04e89800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3836, stack(0x0f400000,0x0f500000)]

  0x04e87c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=3540, stack(0x0f300000,0x0f400000)]

  0x04e86800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2560, stack(0x0f200000,0x0f300000)]

  0x04e77800 JavaThread "Finalizer" daemon [_thread_blocked, id=416, stack(0x0f100000,0x0f200000)]

  0x04e72c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=3268, stack(0x0f000000,0x0f100000)]

  0x04736c00 JavaThread "main" [_thread_in_native, id=340, stack(0x00030000,0x00130000)]

Other Threads:

  0x04e70000 VMThread [stack: 0x0ef00000,0x0f000000] [id=2660]

  0x04e91c00 WatcherThread [stack: 0x0f600000,0x0f700000] [id=2364]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap

 def new generation   total 4928K, used 1526K [0x07100000, 0x07650000, 0x07ba0000)

  eden space 4416K,  34% used [0x07100000, 0x0727d8f0, 0x07550000)

  from space 512K,   0% used [0x07550000, 0x07550000, 0x075d0000)

  to   space 512K,   0% used [0x075d0000, 0x075d0000, 0x07650000)

 tenured generation   total 10944K, used 0K [0x07ba0000, 0x08650000, 0x09100000)

   the space 10944K,   0% used [0x07ba0000, 0x07ba0000, 0x07ba0200, 0x08650000)

 compacting perm gen  total 12288K, used 3341K [0x09100000, 0x09d00000, 0x0d100000)

   the space 12288K,  27% used [0x09100000, 0x094437a0, 0x09443800, 0x09d00000)

No shared spaces configured.

Dynamic libraries:

0x00400000 - 0x004a4000  C:Documents and SettingsMDesktopScape-Exp.exe

0x7c900000 - 0x7c9b2000  C:WINDOWSsystem32
tdll.dll

0x7c800000 - 0x7c8f6000  C:WINDOWSsystem32kernel32.dll

0x77120000 - 0x771ab000  C:WINDOWSsystem32oleaut32.dll

0x77dd0000 - 0x77e6b000  C:WINDOWSsystem32ADVAPI32.dll

0x77e70000 - 0x77f02000  C:WINDOWSsystem32RPCRT4.dll

0x77fe0000 - 0x77ff1000  C:WINDOWSsystem32Secur32.dll

0x77f10000 - 0x77f59000  C:WINDOWSsystem32GDI32.dll

0x7e410000 - 0x7e4a1000  C:WINDOWSsystem32USER32.dll

0x77c10000 - 0x77c68000  C:WINDOWSsystem32msvcrt.dll

0x774e0000 - 0x7761d000  C:WINDOWSsystem32ole32.dll

0x76380000 - 0x76385000  C:WINDOWSsystem32msimg32.dll

0x77c00000 - 0x77c08000  C:WINDOWSsystem32version.dll

0x773d0000 - 0x774d3000  C:WINDOWSWinSxSx86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83comctl32.dll

0x77f60000 - 0x77fd6000  C:WINDOWSsystem32SHLWAPI.dll

0x76390000 - 0x763ad000  C:WINDOWSsystem32imm32.dll

0x5ad70000 - 0x5ada8000  C:WINDOWSsystem32uxtheme.dll

0x5edd0000 - 0x5ede7000  C:WINDOWSsystem32olepro32.dll

0x76fd0000 - 0x7704f000  C:WINDOWSsystem32CLBCATQ.DLL

0x77050000 - 0x77115000  C:WINDOWSsystem32COMRes.dll

0x3e1c0000 - 0x3ec54000  C:WINDOWSsystem32ieframe.dll

0x7c9c0000 - 0x7d1d7000  C:WINDOWSsystem32SHELL32.dll

0x3dfd0000 - 0x3e1b8000  C:WINDOWSsystem32iertutil.dll

0x78130000 - 0x78263000  C:WINDOWSsystem32urlmon.dll

0x7e720000 - 0x7e7d0000  C:WINDOWSsystem32SXS.DLL

0x77b40000 - 0x77b62000  C:WINDOWSsystem32appHelp.dll

0x3d930000 - 0x3da16000  C:WINDOWSsystem32WININET.dll

0x010b0000 - 0x010b9000  C:WINDOWSsystem32Normaliz.dll

0x71ab0000 - 0x71ac7000  C:WINDOWSsystem32ws2_32.dll

0x71aa0000 - 0x71aa8000  C:WINDOWSsystem32WS2HELP.dll

0x76ee0000 - 0x76f1c000  C:WINDOWSsystem32RASAPI32.dll

0x76e90000 - 0x76ea2000  C:WINDOWSsystem32
asman.dll

0x5b860000 - 0x5b8b5000  C:WINDOWSsystem32NETAPI32.dll

0x76eb0000 - 0x76edf000  C:WINDOWSsystem32TAPI32.dll

0x76e80000 - 0x76e8e000  C:WINDOWSsystem32
tutils.dll

0x76b40000 - 0x76b6d000  C:WINDOWSsystem32WINMM.dll

0x769c0000 - 0x76a74000  C:WINDOWSsystem32USERENV.dll

0x77c70000 - 0x77c95000  C:WINDOWSsystem32msv1_0.dll

0x76790000 - 0x7679c000  C:WINDOWSsystem32cryptdll.dll

0x76d60000 - 0x76d79000  C:WINDOWSsystem32iphlpapi.dll

0x722b0000 - 0x722b5000  C:WINDOWSsystem32sensapi.dll

0x75cf0000 - 0x75d81000  C:WINDOWSsystem32MLANG.dll

0x71a50000 - 0x71a8f000  C:WINDOWSsystem32mswsock.dll

0x662b0000 - 0x66308000  C:WINDOWSsystem32hnetcfg.dll

0x71a90000 - 0x71a98000  C:WINDOWSSystem32wshtcpip.dll

0x76fc0000 - 0x76fc6000  C:WINDOWSsystem32
asadhlp.dll

0x76f20000 - 0x76f47000  C:WINDOWSsystem32DNSAPI.dll

0x64000000 - 0x64025000  C:Program FilesBonjourmdnsNSP.dll

0x3cea0000 - 0x3d450000  C:WINDOWSsystem32mshtml.dll

0x00f70000 - 0x00f99000  C:WINDOWSsystem32msls31.dll

0x76bf0000 - 0x76bfb000  C:WINDOWSsystem32PSAPI.DLL

0x51660000 - 0x5168c000  C:Program FilesCommon FilesMicrosoft SharedVS7DEBUGPDM.DLL

0x01d60000 - 0x02025000  C:WINDOWSsystem32xpsp2res.dll

0x51580000 - 0x515ab000  C:Program FilesCommon FilesMicrosoft SharedVS7DEBUGMSDBG2.DLL

0x746f0000 - 0x7471a000  C:WINDOWSSystem32msimtf.dll

0x74720000 - 0x7476c000  C:WINDOWSSystem32MSCTF.dll

0x3d7a0000 - 0x3d854000  C:WINDOWSsystem32jscript.dll

0x10000000 - 0x10488000  C:WINDOWSsystem32MacromedFlashFlash10b.ocx

0x77a80000 - 0x77b15000  C:WINDOWSsystem32CRYPT32.dll

0x77b20000 - 0x77b32000  C:WINDOWSsystem32MSASN1.dll

0x763b0000 - 0x763f9000  C:WINDOWSsystem32COMDLG32.dll

0x73b30000 - 0x73b45000  C:WINDOWSsystem32mscms.dll

0x73000000 - 0x73026000  C:WINDOWSsystem32WINSPOOL.DRV

0x76c30000 - 0x76c5e000  C:WINDOWSsystem32WINTRUST.dll

0x76c90000 - 0x76cb8000  C:WINDOWSsystem32IMAGEHLP.dll

0x72d20000 - 0x72d29000  C:WINDOWSsystem32wdmaud.drv

0x72d10000 - 0x72d18000  C:WINDOWSsystem32msacm32.drv

0x77be0000 - 0x77bf5000  C:WINDOWSsystem32MSACM32.dll

0x77bd0000 - 0x77bd7000  C:WINDOWSsystem32midimap.dll

0x1b000000 - 0x1b00c000  C:WINDOWSsystem32ImgUtil.dll

0x1b060000 - 0x1b06e000  C:WINDOWSsystem32pngfilt.dll

0x35c50000 - 0x35c89000  C:WINDOWSsystem32Dxtrans.dll

0x76b20000 - 0x76b31000  C:WINDOWSsystem32ATL.DLL

0x6d430000 - 0x6d43a000  C:WINDOWSSystem32ddrawex.dll

0x73760000 - 0x737ab000  C:WINDOWSSystem32DDRAW.dll

0x73bc0000 - 0x73bc6000  C:WINDOWSSystem32DCIMAN32.dll

0x35cb0000 - 0x35d07000  C:WINDOWSsystem32Dxtmsft.dll

0x6d410000 - 0x6d42e000  C:Program FilesJavajre6injp2iexp.dll

0x7c340000 - 0x7c396000  C:Program FilesJavajre6inMSVCR71.dll

0x71ad0000 - 0x71ad9000  C:WINDOWSsystem32wsock32.dll

0x76fb0000 - 0x76fb8000  C:WINDOWSSystem32winrnr.dll

0x76f60000 - 0x76f8c000  C:WINDOWSsystem32WLDAP32.dll

0x6d800000 - 0x6da97000  C:PROGRA~1Javajre6inclientjvm.dll

0x6d7b0000 - 0x6d7bc000  C:PROGRA~1Javajre6inverify.dll

0x6d330000 - 0x6d34f000  C:PROGRA~1Javajre6injava.dll

0x6d290000 - 0x6d298000  C:PROGRA~1Javajre6inhpi.dll

0x6d7f0000 - 0x6d7ff000  C:PROGRA~1Javajre6inzip.dll

0x047a0000 - 0x047a6000  C:Program FilesJavajre6injp2native.dll

0x6d1d0000 - 0x6d1e3000  C:Program FilesJavajre6indeploy.dll

0x6d610000 - 0x6d623000  C:Program FilesJavajre6in
et.dll

0x6d630000 - 0x6d639000  C:Program FilesJavajre6in
io.dll

0x6d6b0000 - 0x6d6f3000  C:Program FilesJavajre6in
egutils.dll

0x6d000000 - 0x6d14a000  C:Program FilesJavajre6inawt.dll

0x4ec50000 - 0x4edfb000  C:WINDOWSWinSxSx86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6001.22319_x-ww_f0b4c2dfgdiplus.dll

0x73300000 - 0x7336a000  C:WINDOWSSystem32vbscript.dll

0x42070000 - 0x4209f000  C:WINDOWSsystem32iepeers.dll

0x767f0000 - 0x76818000  C:WINDOWSsystem32schannel.dll

0x73940000 - 0x73a10000  C:WINDOWSsystem32D3DIM700.DLL

VM Arguments:

jvm_args: -Xbootclasspath/a:C:PROGRA~1Javajre6libdeploy.jar;C:PROGRA~1Javajre6libjavaws.jar;C:PROGRA~1Javajre6libplugin.jar -Xmx32m -Djava.awt.headless=true -Dkernel.background.download=false -Dkernel.download.dialog=false -XX:MaxDirectMemorySize=64m

java_command: <unknown>

Launcher Type: generic

Environment Variables:

CLASSPATH=.;C:Program FilesJavajre6libextQTJava.zip

PATH=C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;C:Program FilesCommon FilesSonic Shared;C:Program FilesMicrosoft SQL Server80ToolsBinn;C:Program FilesATI TechnologiesATI.ACECore-Static;G:GamesGame MakersPanda3D-1.5.4python;G:GamesGame MakersPanda3D-1.5.4in;C:Program FilesATI TechnologiesATI Control Panel;C:Program FilesOpenLibrariesin;C:Program FilesCommon FilesDivX Shared;C:Program FilesQuickTimeQTSystem

USERNAME=M

OS=Windows_NT

PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel

 

---------------  S Y S T E M  ---------------

OS: Windows XP Build 2600 Service Pack 3

CPU:total 1 (1 cores per cpu, 1 threads per core) family 15 model 2 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2

Memory: 4k page, physical 2096112k(1430480k free), swap 4758588k(4129172k free)

vm_info: Java HotSpot(TM) Client VM (16.0-b13) for windows-x86 JRE (1.6.0_18-b07), built on Dec 17 2009 13:35:55 by "java_re" with MS VC++ 7.1 (VS2003)

time: Wed Sep 01 19:55:56 2010

elapsed time: 1400 seconds

image

Comments

  • GruntyGrunty Member EpicPosts: 8,657

    Try updating Java. The most recent version is 6.21.

    http://www.oracle.com/technetwork/java/javase/downloads/index.html

    "I used to think the worst thing in life was to be all alone.  It's not.  The worst thing in life is to end up with people who make you feel all alone."  Robin Williams
  • LordRawrGasmLordRawrGasm Member Posts: 16

    I only get the error file when im logged in under a certain user on the computer..  I updated java and I get the same error only under one user.

    image

  • unbound55unbound55 Member UncommonPosts: 325

    Couple of potential things since I don't know that the Java application is trying to do:


    • Looks like the Java is calling a MS process.  Is your version of Windows and/or IE updated.

    • If you are updated for those, do you have acceptable permissions to run the program.  You mentioned something about not running as a user...try running the application as administrator (right-click and select Run As Administrator).
  • jillyronaldjillyronald Member Posts: 4

    Java is very easy languges. There are so many add ons and plug ins, just install and search its examples, I sure any one learn it in 30 days. Applets and NetBens applications are make very easy and runs in your offline server.

    The only thing we have to fear is fear itself

  • LordRawrGasmLordRawrGasm Member Posts: 16

    Telling me Java is an easy language doesn't answer my question.  Anyway.  I recently updated Windows and Java.  Seems to be working.  Thanks for everyones help.

    image

Sign In or Register to comment.