The error was logged from the cmd to a log file, here is the entire
file:

-----------------------------------------------------
------------------- START LOG FILE ------------------
-----------------------------------------------------

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000563211da,
pid=8500, tid=5352
#
# JRE version: 6.0_21-b07
# Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0-b17 mixed mode
windows-amd64 )
# Problematic frame:
# C  [LIB4638745933992812021.dll+0x11da]
#
# 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 (0x000000004bf61800):  JavaThread
"1530970...@qtp-559226720-6" [_thread_in_native, id=5352,
stack(0x000000004cf40000,0x000000004d040000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000

Registers:
EAX=0x0000000000000000, EBX=0x000000004bf619c8,
ECX=0xffffffffffffffff, EDX=0x0000000000000088
ESP=0x000000004d03e600, EBP=0x000000004d03e720,
ESI=0x0000000000000000, EDI=0x0000000000000000
EIP=0x00000000563211da, EFLAGS=0x0000000000010246

Top of Stack: (sp=0x000000004d03e600)
0x000000004d03e600:   000000004bf619c8 0000000056324190
0x000000004d03e610:   000000004b4fc360 000000004c1af8e0
0x000000004d03e620:   00000000025494db 000000004b479c48
0x000000004d03e630:   000000004b4fc360 0000000000000000
0x000000004d03e640:   fffffffffffffffe 0000000000000000
0x000000004d03e650:   000000004bf61800 000000004d03e760
0x000000004d03e660:   0000000007df9188 0000000006563be8
0x000000004d03e670:   000000000ab56ba0 0000000035473ba0
0x000000004d03e680:   0000000007df9190 0000000002511260
0x000000004d03e690:   000000004c1af8e0 000000004bf61800
0x000000004d03e6a0:   000000004d03e760 000000004d03e758
0x000000004d03e6b0:   000000004d03e750 000000004d03e748
0x000000004d03e6c0:   0000000000000001 0000000000000000
0x000000004d03e6d0:   000000004d03e828 000000004d03e7b8
0x000000004d03e6e0:   000000004d03e6e0 0000000007df9188
0x000000004d03e6f0:   000000004d03e760 0000000007df9760

Instructions: (pc=0x00000000563211da)
0x00000000563211ca:   48 f7 d1 48 8d 51 ff 48 c7 c1 ff ff ff ff 33 ff
0x00000000563211da:   f2 ae 48 f7 d1 48 8d 4c 0a 2a e8 37 2a 00 00 48


Stack: [0x000000004cf40000,0x000000004d040000],
sp=0x000000004d03e600,  free space=3f90000000000000000k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,
C=native code)
C  [LIB4638745933992812021.dll+0x11da]
j  com.naryx.tagfusion.cfx.cfCFX.runNativeCFX(Ljava/lang/String;Ljava/
lang/String;Lcom/naryx/tagfusion/cfx/sessionRequest;Lcom/naryx/
tagfusion/cfx/sessionResponse;Z)V+7
j  com.naryx.tagfusion.cfx.cfCFX.renderNativeCFX(Lcom/naryx/tagfusion/
cfm/engine/cfSession;Z)V+161
j  com.naryx.tagfusion.cfx.cfCFX.render(Lcom/naryx/tagfusion/cfm/
engine/cfSession;)Lcom/naryx/tagfusion/cfm/tag/cfTagReturnType;+36

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.naryx.tagfusion.cfx.CFXNativeLib.processRequest(Ljava/lang/
String;Ljava/lang/String;Lcom/naryx/tagfusion/cfx/sessionRequest;Lcom/
naryx/tagfusion/cfx/sessionResponse;Z)V+0
j  com.naryx.tagfusion.cfx.cfCFX.runNativeCFX(Ljava/lang/String;Ljava/
lang/String;Lcom/naryx/tagfusion/cfx/sessionRequest;Lcom/naryx/
tagfusion/cfx/sessionResponse;Z)V+7
j  com.naryx.tagfusion.cfx.cfCFX.renderNativeCFX(Lcom/naryx/tagfusion/
cfm/engine/cfSession;Z)V+161
j  com.naryx.tagfusion.cfx.cfCFX.render(Lcom/naryx/tagfusion/cfm/
engine/cfSession;)Lcom/naryx/tagfusion/cfm/tag/cfTagReturnType;+36
J  com.naryx.tagfusion.cfm.tag.cfTag.coreRender(Lcom/naryx/tagfusion/
cfm/engine/cfSession;)Lcom/naryx/tagfusion/cfm/tag/cfTagReturnType;
j  com.naryx.tagfusion.cfm.tag.cfTag.render(Lcom/naryx/tagfusion/cfm/
engine/cfSession;)Lcom/naryx/tagfusion/cfm/tag/cfTagReturnType;+2
j  com.naryx.tagfusion.cfm.file.cfFile.render(Lcom/naryx/tagfusion/cfm/
engine/cfSession;)Lcom/naryx/tagfusion/cfm/tag/cfTagReturnType;+10
j  com.naryx.tagfusion.cfm.engine.cfSession.onRequest(Lcom/naryx/
tagfusion/cfm/file/cfFile;)V+20
j  com.naryx.tagfusion.cfm.engine.cfEngine.service(Ljavax/servlet/http/
HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+185
j  com.naryx.tagfusion.cfm.cfServlet.service(Ljavax/servlet/http/
HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+2
j  javax.servlet.http.HttpServlet.service(Ljavax/servlet/
ServletRequest;Ljavax/servlet/ServletResponse;)V+30
j  org.mortbay.jetty.servlet.ServletHolder.handle(Ljavax/servlet/
ServletRequest;Ljavax/servlet/ServletResponse;)V+176
j  org.mortbay.jetty.servlet.ServletHandler.handle(Ljava/lang/
String;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/
HttpServletResponse;I)V+477
j  org.mortbay.jetty.security.SecurityHandler.handle(Ljava/lang/
String;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/
HttpServletResponse;I)V+299
j  org.mortbay.jetty.servlet.SessionHandler.handle(Ljava/lang/
String;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/
HttpServletResponse;I)V+225
j  org.mortbay.jetty.handler.ContextHandler.handle(Ljava/lang/
String;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/
HttpServletResponse;I)V+709
j  org.mortbay.jetty.webapp.WebAppContext.handle(Ljava/lang/
String;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/
HttpServletResponse;I)V+25
j  org.mortbay.jetty.handler.ContextHandlerCollection.handle(Ljava/
lang/String;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/
HttpServletResponse;I)V+373
j  org.mortbay.jetty.handler.HandlerCollection.handle(Ljava/lang/
String;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/
HttpServletResponse;I)V+42
j  org.mortbay.jetty.handler.HandlerWrapper.handle(Ljava/lang/
String;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/
HttpServletResponse;I)V+23
j  org.mortbay.jetty.Server.handle(Lorg/mortbay/jetty/HttpConnection;)V
+110
j  org.mortbay.jetty.HttpConnection.handleRequest()V+134
j  org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete()V
+438
J  org.mortbay.jetty.HttpParser.parseNext()J
j  org.mortbay.jetty.HttpParser.parseAvailable()J+1
j  org.mortbay.jetty.HttpConnection.handle()V+122
j  org.mortbay.io.nio.SelectChannelEndPoint.run()V+4
j  org.mortbay.thread.QueuedThreadPool$PoolThread.run()V+25
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x000000004c269000 JavaThread "Java2D Disposer" daemon
[_thread_blocked, id=8692,
stack(0x0000000052290000,0x0000000052390000)]
  0x000000004c268000 JavaThread "DestroyJavaVM" [_thread_blocked,
id=6784, stack(0x0000000002400000,0x0000000002500000)]
  0x000000004c267800 JavaThread "Timer-3" daemon [_thread_blocked,
id=6112, stack(0x000000004f120000,0x000000004f220000)]
  0x000000004c266800 JavaThread "BlueDragon MailSender" daemon
[_thread_blocked, id=3556,
stack(0x000000004f020000,0x000000004f120000)]
  0x000000004c266000 JavaThread "CFQUERY Backgrounder" daemon
[_thread_blocked, id=3696,
stack(0x000000004ef20000,0x000000004f020000)]
  0x000000004c265000 JavaThread "BlueDragon AlarmManager" daemon
[_thread_blocked, id=1400,
stack(0x000000004ee20000,0x000000004ef20000)]
  0x000000004c264800 JavaThread "Timer-2" daemon [_thread_blocked,
id=8580, stack(0x000000004ed20000,0x000000004ee20000)]
  0x000000004c263800 JavaThread "BlueDragon MailSender" daemon
[_thread_blocked, id=7544,
stack(0x000000004ec20000,0x000000004ed20000)]
  0x000000004c263000 JavaThread "CFQUERY Backgrounder" daemon
[_thread_blocked, id=5588,
stack(0x000000004eb20000,0x000000004ec20000)]
  0x000000004c262800 JavaThread "BlueDragon AlarmManager" daemon
[_thread_blocked, id=532,
stack(0x000000004e8b0000,0x000000004e9b0000)]
  0x000000004c261800 JavaThread "Timer-1" daemon [_thread_blocked,
id=6196, stack(0x000000004e670000,0x000000004e770000)]
  0x000000004bdac000 JavaThread "792386...@qtp-559226720-9 - Acceptor0
[email protected]:8081" [_thread_in_native, id=7940,
stack(0x000000004d240000,0x000000004d340000)]
  0x000000004bf7f000 JavaThread "1791844...@qtp-559226720-8 -
Acceptor1 [email protected]:8081" [_thread_in_native,
id=3320, stack(0x000000004d140000,0x000000004d240000)]
  0x000000004bf7e800 JavaThread
"1205807...@qtp-559226720-7" [_thread_blocked, id=8364,
stack(0x000000004d040000,0x000000004d140000)]
=>0x000000004bf61800 JavaThread
"1530970...@qtp-559226720-6" [_thread_in_native, id=5352,
stack(0x000000004cf40000,0x000000004d040000)]
  0x000000004bb9b000 JavaThread
"1893488...@qtp-559226720-5" [_thread_blocked, id=4040,
stack(0x000000004ce40000,0x000000004cf40000)]
  0x000000004bb9a800 JavaThread
"1352461...@qtp-559226720-4" [_thread_blocked, id=8796,
stack(0x000000004cd40000,0x000000004ce40000)]
  0x000000004be54000 JavaThread
"7578...@qtp-559226720-3" [_thread_blocked, id=8620,
stack(0x000000004cc40000,0x000000004cd40000)]
  0x000000004bd7a000 JavaThread
"666665...@qtp-559226720-2" [_thread_blocked, id=6504,
stack(0x000000004cb40000,0x000000004cc40000)]
  0x000000004bda9000 JavaThread
"1193334...@qtp-559226720-1" [_thread_blocked, id=1164,
stack(0x000000004ca40000,0x000000004cb40000)]
  0x000000004be69800 JavaThread
"2021372...@qtp-559226720-0" [_thread_blocked, id=6980,
stack(0x000000004c940000,0x000000004ca40000)]
  0x000000004bd8e000 JavaThread "Timer-0" daemon [_thread_blocked,
id=3544, stack(0x000000004c840000,0x000000004c940000)]
  0x000000004b3c7000 JavaThread "Low Memory Detector" daemon
[_thread_blocked, id=5132,
stack(0x000000004b980000,0x000000004ba80000)]
  0x000000000052f000 JavaThread "CompilerThread1" daemon
[_thread_blocked, id=8840,
stack(0x000000004b880000,0x000000004b980000)]
  0x0000000000525800 JavaThread "CompilerThread0" daemon
[_thread_blocked, id=3856,
stack(0x000000004b780000,0x000000004b880000)]
  0x0000000000523800 JavaThread "Attach Listener" daemon
[_thread_blocked, id=4604,
stack(0x000000004b680000,0x000000004b780000)]
  0x0000000000523000 JavaThread "Signal Dispatcher" daemon
[_thread_blocked, id=8752,
stack(0x000000004b580000,0x000000004b680000)]
  0x0000000000510800 JavaThread "Finalizer" daemon [_thread_blocked,
id=8464, stack(0x000000004b280000,0x000000004b380000)]
  0x0000000000507000 JavaThread "Reference Handler" daemon
[_thread_blocked, id=3692,
stack(0x000000004b180000,0x000000004b280000)]

Other Threads:
  0x00000000004ff000 VMThread [stack:
0x000000004b080000,0x000000004b180000] [id=3716]
  0x000000004b3c9000 WatcherThread [stack:
0x000000004ba80000,0x000000004bb80000] [id=5540]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 PSYoungGen      total 72960K, used 5807K [0x0000000035320000,
0x000000003a040000, 0x000000004a7c0000)
  eden space 67712K, 2% used
[0x0000000035320000,0x00000000354e7c30,0x0000000039540000)
  from space 5248K, 75% used
[0x0000000039aa0000,0x0000000039e84018,0x0000000039fc0000)
  to   space 5504K, 0% used
[0x0000000039540000,0x0000000039540000,0x0000000039aa0000)
 PSOldGen        total 43648K, used 30671K [0x000000000a9c0000,
0x000000000d460000, 0x0000000035320000)
  object space 43648K, 70% used
[0x000000000a9c0000,0x000000000c7b3da8,0x000000000d460000)
 PSPermGen       total 41216K, used 41190K [0x00000000055c0000,
0x0000000007e00000, 0x000000000a9c0000)
  object space 41216K, 99% used
[0x00000000055c0000,0x0000000007df99e0,0x0000000007e00000)

Dynamic libraries:
0x0000000000400000 - 0x000000000042e000         C:\Windows\system32\java.exe
0x00000000770b0000 - 0x000000007725b000         C:\Windows\SYSTEM32\ntdll.dll
0x0000000076e90000 - 0x0000000076faf000         C:\Windows
\system32\kernel32.dll
0x000007fefd270000 - 0x000007fefd2db000         C:\Windows
\system32\KERNELBASE.dll
0x000007feff0c0000 - 0x000007feff19b000         C:\Windows
\system32\ADVAPI32.dll
0x000007fefd8a0000 - 0x000007fefd93f000         C:\Windows
\system32\msvcrt.dll
0x000007fefd3e0000 - 0x000007fefd3ff000         C:\Windows
\SYSTEM32\sechost.dll
0x000007fefed20000 - 0x000007fefee4e000         C:\Windows
\system32\RPCRT4.dll
0x000000006d7f0000 - 0x000000006dec1000         C:\Java\java_64_bit\bin\server
\jvm.dll
0x0000000076fb0000 - 0x00000000770aa000         C:\Windows
\system32\USER32.dll
0x000007fefd400000 - 0x000007fefd467000         C:\Windows\system32\GDI32.dll
0x000007fefd470000 - 0x000007fefd47e000         C:\Windows\system32\LPK.dll
0x000007fefd4b0000 - 0x000007fefd57a000         C:\Windows\system32\USP10.dll
0x000007fef3d10000 - 0x000007fef3d4b000         C:\Windows\system32\WINMM.dll
0x000007fefd480000 - 0x000007fefd4ae000         C:\Windows\system32\IMM32.DLL
0x000007fefdb50000 - 0x000007fefdc59000         C:\Windows\system32\MSCTF.dll
0x000000006d760000 - 0x000000006d76e000         C:\Java\java_64_bit\bin
\verify.dll
0x000000006d3b0000 - 0x000000006d3d7000         C:\Java\java_64_bit\bin
\java.dll
0x000000006d310000 - 0x000000006d31a000         C:\Java\java_64_bit\bin
\hpi.dll
0x0000000077280000 - 0x0000000077287000         C:\Windows\system32\PSAPI.DLL
0x000000006d7b0000 - 0x000000006d7c2000         C:\Java\java_64_bit\bin
\zip.dll
0x000007fefca70000 - 0x000007fefca87000         C:\Windows
\system32\CRYPTSP.dll
0x000007fefc610000 - 0x000007fefc657000         C:\Windows
\system32\rsaenh.dll
0x000007fefc340000 - 0x000007fefc35e000         C:\Windows
\system32\USERENV.dll
0x000007fefd010000 - 0x000007fefd01f000         C:\Windows
\system32\profapi.dll
0x000007fefcf00000 - 0x000007fefcf0f000         C:\Windows
\system32\CRYPTBASE.dll
0x000000006d600000 - 0x000000006d617000         C:\Java\java_64_bit\bin
\net.dll
0x000007feff070000 - 0x000007feff0bd000         C:\Windows
\system32\WS2_32.dll
0x000007fefd760000 - 0x000007fefd768000         C:\Windows\system32\NSI.dll
0x000007fefc7e0000 - 0x000007fefc834000         C:\Windows
\system32\mswsock.dll
0x000007fefcaa0000 - 0x000007fefcaa7000         C:\Windows
\System32\wship6.dll
0x000007fefbda0000 - 0x000007fefbdb5000         C:\Windows
\system32\NLAapi.dll
0x000007fefc720000 - 0x000007fefc77b000         C:\Windows
\system32\DNSAPI.dll
0x000007fef4890000 - 0x000007fef489b000         C:\Windows
\System32\winrnr.dll
0x000007fef4870000 - 0x000007fef4885000         C:\Windows
\system32\napinsp.dll
0x000007fefc240000 - 0x000007fefc247000         C:\Windows
\System32\wshtcpip.dll
0x000007fefb460000 - 0x000007fefb487000         C:\Windows
\system32\IPHLPAPI.DLL
0x000007fefb450000 - 0x000007fefb45b000         C:\Windows
\system32\WINNSI.DLL
0x000007fef55a0000 - 0x000007fef55a8000         C:\Windows
\system32\rasadhlp.dll
0x000007fefb300000 - 0x000007fefb353000         C:\Windows
\System32\fwpuclnt.dll
0x00000000002b0000 - 0x00000000002bd000         C:\oemstrade-openbd\webapps
\openbd\WEB-INF\bluedragon\work\temp\LIB3425473648872805524.dll
0x000000006d000000 - 0x000000006d1c3000         C:\Java\java_64_bit\bin
\awt.dll
0x000007fef48e0000 - 0x000007fef4950000         C:\Windows
\system32\WINSPOOL.DRV
0x000007fefd940000 - 0x000007fefdb41000         C:\Windows\system32\ole32.dll
0x000007fefdc60000 - 0x000007fefe9e6000         C:\Windows
\system32\SHELL32.dll
0x000007feff1c0000 - 0x000007feff231000         C:\Windows
\system32\SHLWAPI.dll
0x000007fefb9b0000 - 0x000007fefbba4000         C:\Windows\WinSxS
\amd64_microsoft.windows.common-
controls_6595b64144ccf1df_6.0.7600.16385_none_fa645303170382f6\COMCTL32.dll
0x000000006d620000 - 0x000000006d62b000         C:\Java\java_64_bit\bin
\nio.dll
0x00000000002c0000 - 0x00000000002c4000         C:\oemstrade-openbd\webapps
\openbd\WEB-INF\bluedragon\work\temp\LIB422141362360726816.dll
0x000007fef1c10000 - 0x000007fef1cbf000         C:\Windows
\system32\ODBC32.dll
0x000007fef0f30000 - 0x000007fef0fc6000         C:\Windows
\system32\msvcp60.dll
0x0000000073e50000 - 0x0000000073e88000         C:\Windows
\system32\odbcint.dll
0x000007fefc9c0000 - 0x000007fefc9e2000         C:\Windows
\system32\bcrypt.dll
0x000000006d540000 - 0x000000006d54a000         C:\Java\java_64_bit\bin
\management.dll
0x00000000003f0000 - 0x00000000003fd000         C:\oemstrade-openbd\webapps
\openbd\WEB-INF\bluedragon\work\temp\LIB3069867811615814944.dll
0x000000004d340000 - 0x000000004d344000         C:\oemstrade-openbd\webapps
\openbd\WEB-INF\bluedragon\work\temp\LIB505899414768071680.dll
0x000007fefaf80000 - 0x000007fefaf98000         C:\Windows
\system32\DWMAPI.DLL
0x000000006d2a0000 - 0x000000006d30b000         C:\Java\java_64_bit\bin
\fontmanager.dll
0x0000000056320000 - 0x000000005632a000         C:\oemstrade-openbd\webapps
\openbd\WEB-INF\bluedragon\work\temp\LIB4638745933992812021.dll

VM Arguments:
java_command: start.jar
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows
\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Dell\SysMgt
\oma\bin;C:\Program Files (x86)\Dell\SysMgt\idrac
USERNAME=Admin
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 26 Stepping 5,
GenuineIntel



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

OS: Windows NT 6.1 Build 7600

CPU:total 2 (8 cores per cpu, 2 threads per core) family 6 model 26
stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1,
sse4.2, popcnt, ht

Memory: 4k page, physical 4184284k(2340884k free), swap
8366672k(6166220k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (17.0-b17) for windows-
amd64 JRE (1.6.0_21-b07), built on Jul 17 2010 01:05:36 by "java_re"
with MS VC++ 8.0 (VS2005)

time: Fri Sep 24 11:44:29 2010
elapsed time: 1135 seconds

---------------------------------------------------
----------------- END LOG FILE --------------------
---------------------------------------------------

On Sep 24, 11:30 am, Alan Williamson <[email protected]> wrote:
> look for bluedragon.log usually in:
>
>     "WEB-INF/bluedragon/work/bluedragon.log"
>
> and if it crashes, then can you run it in a CMD window, and type in
> "java -jar start.jar" instead --- that way the console is not lost;
> there is valuable information that is flying around there that you are
> losing out on.
>
> When reporting bugs..its important you give as much detail as possible.
>
>
>
> Hatem Jaber wrote:
> > First of all, Ready2Run Jetty crashes and it shuts down when I run a
> > page with the following:
>
> > <CFX_NativeBlueDragonHello>
>
> > Second, where do i get these logs from so that I can show you proof?
> > I've tried this on 1.3 and 1.4, the demo c++ tag will not work. I have
> > tried the Java tag and it works fine.- Hide quoted text -
>
> - Show quoted text -

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 official manual: http://www.openbluedragon.org/manual/
 Ready2Run CFML http://www.openbluedragon.org/openbdjam/

 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to