Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-26-2007, 08:14 AM
Senior Member
 
Join Date: Jun 2007
Posts: 111
Eric is on a distinguished road
Execution cut
Hello! when executing a program from eclipse an error appears … what is the problem?

Code:
# # An unexpected error has been detected by HotSpot Virtual Machine: # # Internal Error (0xe06d7363), pid=2236, tid=2316 # # Java VM: Java HotSpot(TM) Client VM (1.4.2_09-b05 mixed mode) # Problematic frame: # C [kernel32.dll+0x1eb33] #
Code:
--------------- T H R E A D --------------- Current thread (0x033ed038): JavaThread "AWT-EventQueue-0" [_thread_in_native, id=2316] siginfo: ExceptionCode=0xe06d7363, ExceptionInformation=0x19930520 0x03dded08 0x04c06528 Registers: EAX=0x03ddec24, EBX=0x00000000, ECX=0x00000000, EDX=0x76087203 ESP=0x03ddec20, EBP=0x03ddec74, ESI=0x03ddecb4, EDI=0x03ddecb4 EIP=0x7c81eb33, EFLAGS=0x00000206 Top of Stack: (sp=0x03ddec20) 0x03ddec20: 77be14bc e06d7363 00000001 00000000 0x03ddec30: 7c81eb33 00000003 19930520 03dded08 0x03ddec40: 04c06528 760583f1 00000000 03ddec38 0x03ddec50: 03ddec90 03ddecac 77c05c94 77be2088 0x03ddec60: ffffffff 77bfc3ce 0000002f 7604d9d9 0x03ddec70: 00000001 03ddecb4 77bf272c e06d7363 0x03ddec80: 00000001 00000003 03ddeca8 04c19641 0x03ddec90: 03ddef98 e06d7363 00000001 00000000 Instructions: (pc=0x7c81eb33) 0x7c81eb23: 8d 7d c4 f3 a5 5f 8d 45 b0 50 ff 15 04 15 80 7c 0x7c81eb33: 5e c9 c2 10 00 85 ff 0f 8e e6 d0 fe ff 8b 55 fc

Stack:
Code:
[0x03da0000,0x03de0000), sp=0x03ddec20, free space=251k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [kernel32.dll+0x1eb33] C [MSVCRT.dll+0x1272c]
Code:
--------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x034382b0 JavaThread "MessageListenerThread - JMS_TQ2" [_thread_blocked, id=2392] 0x02f68950 JavaThread "UIL2.SocketManager.WriteTask#2" daemon [_thread_blocked, id=2372] 0x02f20248 JavaThread "UIL2.SocketManager.ReadTask#1" daemon [_thread_in_native, id=2368] 0x02f1ed78 JavaThread "RMI ConnectionExpiration-[192.168.7.132:1098]" daemon [_thread_blocked, id=2364] 0x02f1db50 JavaThread "GC Daemon" daemon [_thread_blocked, id=2356] 0x033d72e8 JavaThread "RMI RenewClean-[192.168.7.132:1098]" daemon [_thread_blocked, id=2352] 0x003a9e80 JavaThread "DestroyJavaVM" [_thread_blocked, id=2240] 0x034efb00 JavaThread "TimerQueue" daemon [_thread_blocked, id=2332] 0x034eb7b8 JavaThread "Thread-3" [_thread_blocked, id=2328] 0x03408d98 JavaThread "Thread-1" [_thread_blocked, id=2320] =>0x033ed038 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=2316] 0x033b2010 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2300] 0x0337cf18 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2292] 0x0335bdf0 JavaThread "AWT-Shutdown" [_thread_blocked, id=2288] 0x0099a610 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2280] 0x00999a60 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2276] 0x0095c440 JavaThread "Finalizer" daemon [_thread_blocked, id=2268] 0x0095b0b8 JavaThread "Reference Handler" daemon [_thread_blocked, id=2264] Other Threads: 0x009976d0 VMThread [id=2260] 0x0099c1d0 WatcherThread [id=2284] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap def new generation total 768K, used 548K [0x10010000, 0x100e0000, 0x104f0000) eden space 704K, 74% used [0x10010000, 0x10092dc8, 0x100c0000) from space 64K, 39% used [0x100c0000, 0x100c64b8, 0x100d0000) to space 64K, 0% used [0x100d0000, 0x100d0000, 0x100e0000) tenured generation total 9052K, used 5478K [0x104f0000, 0x10dc7000, 0x14010000) the space 9052K, 60% used [0x104f0000, 0x10a49ab0, 0x10a49c00, 0x10dc7000) compacting perm gen total 12800K, used 12589K [0x14010000, 0x14c90000, 0x18010000) the space 12800K, 98% used [0x14010000, 0x14c5b7f0, 0x14c5b800, 0x14c90000) Dynamic libraries: 0x00400000 - 0x0040b000 C:\Archivos de programa\Java\j2re1.4.2_09\bin\javaw.exe 0x7c910000 - 0x7c9c6000 C:\WINDOWS\system32\ntdll.dll 0x7c800000 - 0x7c901000 C:\WINDOWS\system32\kernel32.dll 0x77da0000 - 0x77e4c000 C:\WINDOWS\system32\ADVAPI32.dll 0x77e50000 - 0x77ee1000 C:\WINDOWS\system32\RPCRT4.dll 0x77d10000 - 0x77da0000 C:\WINDOWS\system32\USER32.dll 0x77ef0000 - 0x77f36000 C:\WINDOWS\system32\GDI32.dll 0x77be0000 - 0x77c38000 C:\WINDOWS\system32\MSVCRT.dll 0x08000000 - 0x0813d000 C:\Archivos de programa\Java\j2re1.4.2_09\bin\client\jvm.dll 0x76b00000 - 0x76b2e000 C:\WINDOWS\system32\WINMM.dll 0x10000000 - 0x10007000 C:\Archivos de programa\Java\j2re1.4.2_09\bin\hpi.dll 0x76bb0000 - 0x76bbb000 C:\WINDOWS\system32\PSAPI.DLL 0x003e0000 - 0x003ee000 C:\Archivos de programa\Java\j2re1.4.2_09\bin\verify.dll 0x00820000 - 0x00839000 C:\Archivos de programa\Java\j2re1.4.2_09\bin\java.dll 0x003f0000 - 0x003fe000 C:\Archivos de programa\Java\j2re1.4.2_09\bin\zip.dll 0x02c20000 - 0x02d33000 C:\Archivos de programa\Java\j2re1.4.2_09\bin\awt.dll 0x72f80000 - 0x72fa6000 C:\WINDOWS\system32\WINSPOOL.DRV 0x76340000 - 0x7635d000 C:\WINDOWS\system32\IMM32.dll 0x774b0000 - 0x775ed000 C:\WINDOWS\system32\ole32.dll 0x03b50000 - 0x03ba1000 C:\Archivos de programa\Java\j2re1.4.2_09\bin\fontmanager.dll 0x736e0000 - 0x73729000 C:\WINDOWS\system32\ddraw.dll 0x73b40000 - 0x73b46000 C:\WINDOWS\system32\DCIMAN32.dll 0x738c0000 - 0x73990000 C:\WINDOWS\system32\D3DIM700.DLL 0x03e20000 - 0x03e2f000 C:\Archivos de programa\Java\j2re1.4.2_09\bin\net.dll 0x71a30000 - 0x71a47000 C:\WINDOWS\system32\WS2_32.dll 0x71a20000 - 0x71a28000 C:\WINDOWS\system32\WS2HELP.dll 0x03e30000 - 0x03e38000 C:\Archivos de programa\Java\j2re1.4.2_09\bin\nio.dll 0x03c50000 - 0x03c72000 C:\Archivos de programa\Java\j2re1.4.2_09\bin\dcpr.dll 0x719d0000 - 0x71a10000 C:\WINDOWS\system32\mswsock.dll 0x66740000 - 0x66799000 C:\WINDOWS\system32\hnetcfg.dll 0x71a10000 - 0x71a18000 C:\WINDOWS\System32\wshtcpip.dll 0x03bc0000 - 0x03bc5000 C:\Archivos de programa\Java\j2re1.4.2_09\bin\rmi.dll 0x76ee0000 - 0x76f07000 C:\WINDOWS\system32\DNSAPI.dll 0x76f70000 - 0x76f78000 C:\WINDOWS\System32\winrnr.dll 0x76f20000 - 0x76f4d000 C:\WINDOWS\system32\WLDAP32.dll 0x76f80000 - 0x76f86000 C:\WINDOWS\system32\rasadhlp.dll 0x04a00000 - 0x04b41000 C:\WINDOWS\system32\libmysql.dll 0x71a50000 - 0x71a5a000 C:\WINDOWS\system32\WSOCK32.dll 0x04b50000 - 0x04c31000 C:\WINDOWS\system32\PrimaryFix_JNI.dll 0x770f0000 - 0x7717c000 C:\WINDOWS\system32\OLEAUT32.dll 0x76030000 - 0x76095000 C:\WINDOWS\system32\MSVCP60.dll 0x76f90000 - 0x7700f000 C:\WINDOWS\system32\CLBCATQ.DLL 0x77010000 - 0x770e0000 C:\WINDOWS\system32\COMRes.dll 0x77bd0000 - 0x77bd8000 C:\WINDOWS\system32\VERSION.dll 0x74910000 - 0x74a40000 C:\WINDOWS\System32\msxml3.dll 0x77f40000 - 0x77fb6000 C:\WINDOWS\system32\SHLWAPI.dll 0x4d550000 - 0x4d5a8000 C:\WINDOWS\system32\WINHTTP.dll VM Arguments: java_command: com.primary.client.application.gui.swing.Xtrader Environment Variables: PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem USERNAME=Sebastian OS=Windows_NT PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 1, GenuineIntel
Code:
--------------- S Y S T E M --------------- OS: Windows XP Build 2600 Service Pack 2 CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2 Memory: 4k page, physical 514800k(107904k free), swap 1259012k(924224k free) vm_info: Java HotSpot(TM) Client VM (1.4.2_09-b05) for windows-x86, built on Jul 25 2005 22:44:22 by "java_re" with MS VC++ 6.0
Eric
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-27-2007, 05:52 PM
Member
 
Join Date: Jun 2007
Posts: 92
Daniel is on a distinguished road
RE: Execution cut
Are you using In your program any Jar that is not of the standard one of Sun????

For example the one of the connection to the data base; Because this happens generally when something between some class of C and the corresponding JNI for Java works badly. If you don't have nothing you can re-install the JVM, or even install an old version but 1.4.2_07 for example.

Daniel
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Package/Execution woes... Hiro ZA New To Java 2 01-09-2008 09:42 AM
Method execution time javaplus Advanced Java 3 11-26-2007 11:51 AM
Execution methods – Reflection Java Tip Java Tips 0 11-15-2007 05:19 PM
Queuing Bulk Web request For Later Execution kathiravan Web Frameworks 0 10-31-2007 01:19 PM
External Program execution problems vital101 Advanced Java 3 10-30-2007 07:17 PM


All times are GMT +3. The time now is 04:47 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org