Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Java HotSpot Error

69 views
Skip to first unread message

dadonk

unread,
Oct 28, 2007, 10:14:06 AM10/28/07
to
I keep getting this Java HotSpot Error right before ColdFusion spontaneously
restarts and I have no idea what's going on.

Any ideas of what this error means?

#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0803df94, pid=1428, tid=8324
#
# Java VM: Java HotSpot(TM) Server VM (1.4.2_09-b05 mixed mode)
# Problematic frame:
# V [jvm.dll+0x3df94]
#

--------------- T H R E A D ---------------

Current thread (0x030f53a0): JavaThread "CompilerThread1" daemon
[_thread_in_native, id=8324]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000

Registers:
EAX=0x0c309774, EBX=0x00738ce0, ECX=0x00000000, EDX=0x0c3098d0
ESP=0x03a4f3d8, EBP=0x03a4f408, ESI=0x00000000, EDI=0x00000052
EIP=0x0803df94, EFLAGS=0x00010206

Top of Stack: (sp=0x03a4f3d8)
0x03a4f3d8: 0c3098d0 08a6a0a8 0821e1e8 08a6a0a8
0x03a4f3e8: 0c3098d0 00000000 046fd6c0 00000000
0x03a4f3f8: 00000052 0000001c 00000002 0c30a160
0x03a4f408: ffffffff 0803dce0 08a6a0a8 00000057
0x03a4f418: 03a4f6d4 0c3156c4 0c3098d0 00000001
0x03a4f428: 08b808fc 00000002 00000006 ffffffff
0x03a4f438: 0803e4d4 03a4f6d4 00000057 0c318030
0x03a4f448: 00000000 0891dcc8 000005f1 03a4fa24

Instructions: (pc=0x0803df94)
0x0803df84: 00 00 8b 55 e0 8b 42 04 8b 34 b8 8b ce 89 75 e4
0x0803df94: 8b 16 ff 92 b0 00 00 00 8b d8 8b cb e8 1b 7e 19


Stack: [0x03950000,0x03a50000), sp=0x03a4f3d8, free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x3df94]


Current CompileTask:
opto: 73% !
cfdevelopmentTemplate2ecfm609976018$funcGETSPORTTEASERS._factor1(Ljavax/servlet/
jsp/tagext/Tag;Ljavax/servlet/jsp/JspWriter;Lcoldfusion/runtime/CFPage;)Ljava/la
ng/Object; @ 236 (893 bytes)

Wolfman_AZ

unread,
Oct 28, 2007, 2:58:20 PM10/28/07
to
I'm having a similar problem with CF8, code that had been running fine on CF7
on the same machine and continues to run fine on many other CF7 boxes. There is
mention on the web of the same problem elsewhere, but no fix posted that I
could find. It's enough to make us revert to CF7 until Adobe gets the bugs
worked out of CF8. I'll be asking for support on this issue with them.

My issue is somehow related to processing jpg files, I haven't tracked the
code down yet. The snippet from my error log is:
#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x39d432fb, pid=5728, tid=2172
#
# Java VM: Java HotSpot(TM) Server VM (1.6.0_01-b06 mixed mode)
# Problematic frame:
# C [clib_jiio_sse2.dll+0xc32fb]
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#

--------------- T H R E A D ---------------

Current thread (0x3ad09400): JavaThread "AWT-EventQueue-0"
[_thread_in_native, id=2172]

siginfo: ExceptionCode=0xc0000005, reading address 0x39df4000

Registers:
EAX=0x39df3dd0, EBX=0x38ed5418, ECX=0x38ed51f8, EDX=0x00000100
ESP=0x3e5ced40, EBP=0x3e5cedc0, ESI=0x39df3ee0, EDI=0x39df3ff0
EIP=0x39d432fb, EFLAGS=0x00010287

Top of Stack: (sp=0x3e5ced40)
0x3e5ced40: 00000110 002a0028 00000000 002c0029
0x3e5ced50: 00000110 7e007e00 00000110 38ed4ff8
0x3e5ced60: 000001fb 38ed5418 000005e8 38ed4dd8
0x3e5ced70: 7e7e7e7d 7e7e7e7e 8080807e 80808080
0x3e5ced80: 7e7e7e7e 807e7e7e 80808080 80808080
0x3e5ced90: 7e7e7e7e 7e7e7e7e 8080807f 80808080
0x3e5ceda0: 7e7e7e7e 7e7e7e7e 7e7e7e7e 7e7e7e7e
0x3e5cedb0: 00000220 3e5cee6c 00000006 00000110

Instructions: (pc=0x39d432fb)
0x39d432eb: 6f 46 ff f3 0f 6f 1e f3 0f 6f 57 ff f3 0f 6f 27
0x39d432fb: f3 0f 6f 77 01 f3 0f 6f 7e 01 66 0f 7f 44 24 30

dgaddis

unread,
Oct 29, 2007, 10:36:38 AM10/29/07
to
try starting jvm with -Xint to disable optimization

I was having this problem and opened an incident with adobe last year. I
could not reproduce the probem but it would randomly occur every few weeks.
After purchasing/installing fusionreactor I could tell what if any cf request
was started but not finished. At least on one jvm crash/restart there were no
cf requests that had been started.

For me it started after...

1/13/2006 upgraded from cf5 and odbc to cfmx7 using jvm and jdbc

Here's the things tried...

2/14/2006 purchased/installed FusionReactor 1.0.6 to help in troubleshooting
2/23/2006 changed FusionReactor configuration to save request info to a log
file
4/1/2006 migrated to a newer server with more memory
9/2/2006 installed the coldfusion mx 7.0.2 update (1.4.2_05-b04 to
1.4.2_09-b05)
10/15/2006 san change
10/21/2006 upgraded jdbc driver (to mysql-connector-java-3.1.13), installed
the verity security patch, installed j2skd1.4.2_11 from sun
10/27/2006 upgraded apache 1.3.37 (from 1.3.31)
10/29/2006 upgraded FusionReactor 2.0 with request content capture requests
only enabled,
modified F:\CFusionMX7\runtime\bin\jvm.config
changed -Xmx512m to -Xmx1024m
changed -XX:MaxPermSize=128m to -XX:MaxPermSize=256m
11/11/2006 uninstall FusionReactor 2.0
12/02/2006 changed jvm.config to use jvm 1.4.2_11 from sun. When I uninstalled
FusionReactor I did not
notice that the jvm changed back to the one from the cfmx 7.0.2 update (jvm
1.4.2_09-b05)
12/10/2006 installed ColdFusion MX 7.0.2 Cumulative Hot Fix 1
03/10/2007 start jvm with -Xint to disable optimization
reinstall FusionReactor 2.0

dadonk

unread,
Oct 29, 2007, 4:20:08 PM10/29/07
to
Thanks. But I'm not sure what Xint is?

dgaddis

unread,
Oct 30, 2007, 10:13:12 AM10/30/07
to
look in your runtime\bin directory for jvm.config

mine is in...
F:\CFusionMX7\runtime\bin

add -Xint to java.args=

restart coldfusion

Wolfman_AZ

unread,
Oct 30, 2007, 11:19:20 AM10/30/07
to
I'm going to give that a try as soon as I get a chance to restart a production system.

If we're turning 'optimization' off, seems that would have some impact on performance, right?

Jochem van Dieten **AdobeCommunityExpert**

unread,
Oct 30, 2007, 11:38:37 AM10/30/07
to
Wolfman_AZ wrote:
> I'm going to give that a try as soon as I get a chance to restart a production system.
>
> If we're turning 'optimization' off, seems that would have some impact on performance, right?

Not really. This optimization is the (re)compilation to native code that
only kicks in after the code has been running for quite some time.
Turning it of means that your server will keep running at the same speed
instead of becoming faster after a while.

Jochem


--
Jochem van Dieten
Adobe Community Expert for ColdFusion

lekyaml...@gmail.com

unread,
Aug 21, 2017, 2:02:59 PM8/21/17
to
0 new messages