Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

当在Windows环境下使用Tomcat部署工作流时,遇到'Failed to write core dump. Minidumps are not enabled by default on client versions of Windows'的错误。通过在启动参数中添加'-Dforge.forceNoStencil=true',可以成功解决此问题。错误日志显示了与Oracle数据库交互时的调试信息,并在尝试删除ACT_GE_BYTEARRAY表中的记录时触发了致命的访问违规错误。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

在tomcat的启动参数中加如:-Dforge.forceNoStencil=true,能解决下面问题,错误的关键信息为:# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows。


使用activity部署流程时,报如下错误:

16-01-13 10:03:34.117 [http-bio-8080-exec-5] DEBUG [org.activiti.engine.impl.db.DbSqlSession] executing: bulk delete: deleteByteArrayNoRevisionCheck
2016-01-13 10:03:34.117 [http-bio-8080-exec-5] DEBUG [org.activiti.engine.impl.persistence.entity.VariableInstanceEntity.deleteByteArrayNoRevisionCheck] ooo Using Connection [Transaction-aware proxy for target Connection [jdbc:oracle:thin:@localhost:1521:orcl, UserName=DBANK, Oracle JDBC driver]]
2016-01-13 10:03:34.118 [http-bio-8080-exec-5] DEBUG [org.activiti.engine.impl.persistence.entity.VariableInstanceEntity.deleteByteArrayNoRevisionCheck] ==>  Preparing: delete from ACT_GE_BYTEARRAY where ID_ = ? 
2016-01-13 10:03:34.118 [http-bio-8080-exec-5] DEBUG [org.activiti.engine.impl.persistence.entity.VariableInstanceEntity.deleteByteArrayNoRevisionCheck] ==> Parameters: 601(String)
2016-01-13 10:03:34.129 [http-bio-8080-exec-5] DEBUG [org.activiti.engine.impl.interceptor.LogInterceptor] --- AddEditorSourceForModelCmd finished --------------------------------------------------------
2016-01-13 10:03:34.129 [http-bio-8080-exec-5] DEBUG [org.activiti.engine.impl.interceptor.LogInterceptor]                                                                                                     
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006d333da0, pid=2600, tid=8612
#
# JRE version: Java(TM) SE Runtime Environment (7.0_67-b01) (build 1.7.0_67-b01)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.65-b04 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V  [jvm.dll+0x123da0]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# D:\DEV_ENV\eclipse4.3.2-64\hs_err_pid2600.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#



#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006d333da0, pid=2600, tid=8612
#
# JRE version: Java(TM) SE Runtime Environment (7.0_67-b01) (build 1.7.0_67-b01)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.65-b04 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V  [jvm.dll+0x123da0]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
#


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


Current thread (0x000000000b35a800):  JavaThread "http-bio-8080-exec-5" daemon [_thread_in_vm, id=8612, stack(0x0000000013590000,0x0000000013690000)]


siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000


Registers:
RAX=0x00000000025416f0, RBX=0x000000000b0ef0b0, RCX=0x00000000ffffffff, RDX=0x0000000000000000
RSP=0x000000001368b390, RBP=0x000000000b35a800, RSI=0x0000000000000000, RDI=0x00000000025416f0
R8 =0x0000000000000001, R9 =0x000000006a4157c4, R10=0x00000000025416f0, R11=0x000000000000004a
R12=0x0000000000000000, R13=0x000000006c957308, R14=0x000000006c956eb4, R15=0x000000000b35a800
RIP=0x000000006d333da0, EFLAGS=0x0000000000010206


Top of Stack: (sp=0x000000001368b390)
0x000000001368b390:   000000000b0ef0b0 0000000000000000
0x000000001368b3a0:   0000000000000000 000000000b35a800
0x000000001368b3b0:   000000006c9676e8 000000006c9677d0
0x000000001368b3c0:   000000000000004a 000000006d332001
0x000000001368b3d0:   000000000b35a800 000000000b35a800
0x000000001368b3e0:   0000000009e80090 0000000000000a30
0x000000001368b3f0:   000000006d793e70 0000000009e80090
0x000000001368b400:   000000001368b4f0 0000000000000000
0x000000001368b410:   0000000000000000 0000000000000000
0x000000001368b420:   0000000000000000 000000006c92019f
0x000000001368b430:   00000000064aac3a 000000000b35a9e8
0x000000001368b440:   000000001368b4d8 000000001368b4d8
0x000000001368b450:   fffffffffffffffe 0000000000000000
0x000000001368b460:   00000000c6bd6af0 0000000002a42bb0
0x000000001368b470:   00000000c6bd6af0 00000000c6bd45b8
0x000000001368b480:   00000000ece99990 0000000000000000 


Instructions: (pc=0x000000006d333da0)
0x000000006d333d80:   8d 51 ff 49 8b ce e8 35 bc f3 ff 48 8b f8 48 85
0x000000006d333d90:   db 0f 84 91 02 00 00 48 85 c0 0f 84 88 02 00 00
0x000000006d333da0:   48 8b 0e e8 58 ec f2 ff 48 85 c0 75 08 49 8b f4
0x000000006d333db0:   49 8b cc eb 1f 48 8b 8d 20 01 00 00 48 8b d0 e8 




Register to memory mapping:


RAX=0x00000000025416f0 is an unknown value
RBX=0x000000000b0ef0b0 is an unknown value
RCX=0x00000000ffffffff is an unallocated location in the heap
RDX=0x0000000000000000 is an unknown value
RSP=0x000000001368b390 is pointing into the stack for thread: 0x000000000b35a800
RBP=0x000000000b35a800 is a thread
RSI=0x0000000000000000 is an unknown value
RDI=0x00000000025416f0 is an unknown value
R8 =0x0000000000000001 is an unknown value
R9 =0x000000006a4157c4 is an unknown value
R10=0x00000000025416f0 is an unknown value
R11=0x000000000000004a is an unknown value
R12=0x0000000000000000 is an unknown value
R13=0x000000006c957308 is an unknown value
R14=0x000000006c956eb4 is an unknown value
R15=0x000000000b35a800 is a thread




Stack: [0x0000000013590000,0x0000000013690000],  sp=0x000000001368b390,  free space=1004k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [jvm.dll+0x123da0]


Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  sun.awt.windows.WToolkit.initIDs()V+0
j  sun.awt.windows.WToolkit.<clinit>()V+20
v  ~StubRoutines::call_stub
J 1307  java.lang.Class.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class; (0 bytes) @ 0x0000000002dbcf4e [0x0000000002dbcee0+0x6e]
J 1960 C2 java.lang.Class.forName(Ljava/lang/String;)Ljava/lang/Class; (12 bytes) @ 0x0000000002b60b98 [0x0000000002b60b60+0x38]
j  java.awt.Toolkit$2.run()Ljava/lang/Object;+11
v  ~StubRoutines::call_stub
J 1851  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object; (0 bytes) @ 0x0000000002fcbaf2 [0x0000000002fcbaa0+0x52]
j  java.awt.Toolkit.getDefaultToolkit()Ljava/awt/Toolkit;+16
j  org.apache.batik.bridge.CursorManager.<clinit>()V+22
v  ~StubRoutines::call_stub
j  org.apache.batik.bridge.BridgeContext.<init>(Lorg/apache/batik/bridge/UserAgent;Lorg/apache/batik/script/InterpreterPool;Lorg/apache/batik/bridge/DocumentLoader;)V+67
j  org.apache.batik.bridge.BridgeContext.<init>(Lorg/apache/batik/bridge/UserAgent;)V+13
j  org.apache.batik.transcoder.SVGAbstractTranscoder.createBridgeContext(Ljava/lang/String;)Lorg/apache/batik/bridge/BridgeContext;+29
j  org.apache.batik.transcoder.SVGAbstractTranscoder.createBridgeContext(Lorg/apache/batik/dom/svg/SVGOMDocument;)Lorg/apache/batik/bridge/BridgeContext;+15
j  org.apache.batik.transcoder.SVGAbstractTranscoder.transcode(Lorg/w3c/dom/Document;Ljava/lang/String;Lorg/apache/batik/transcoder/TranscoderOutput;)V+144
j  org.apache.batik.transcoder.image.ImageTranscoder.transcode(Lorg/w3c/dom/Document;Ljava/lang/String;Lorg/apache/batik/transcoder/TranscoderOutput;)V+4
j  org.apache.batik.transcoder.XMLAbstractTranscoder.transcode(Lorg/apache/batik/transcoder/TranscoderInput;Lorg/apache/batik/transcoder/TranscoderOutput;)V+366
j  org.apache.batik.transcoder.SVGAbstractTranscoder.transcode(Lorg/apache/batik/transcoder/TranscoderInput;Lorg/apache/batik/transcoder/TranscoderOutput;)V+3
j  org.activiti.editor.rest.model.ModelSaveRestResource.saveModel(Lorg/restlet/data/Form;)V+213
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
J 1180 C2 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (63 bytes) @ 0x0000000002be6554 [0x0000000002be64c0+0x94]
j  org.restlet.resource.ServerResource.doHandle(Lorg/restlet/engine/resource/AnnotationInfo;Lorg/restlet/representation/Variant;)Lorg/restlet/representation/Representation;+166
j  org.restlet.resource.ServerResource.doHandle(Lorg/restlet/data/Method;Lorg/restlet/representation/Representation;)Lorg/restlet/representation/Representation;+27
j  org.restlet.resource.ServerResource.put(Lorg/restlet/representation/Representation;)Lorg/restlet/representation/Representation;+5
j  org.restlet.resource.ServerResource.doHandle()Lorg/restlet/representation/Representation;+38
j  org.restlet.resource.ServerResource.doNegotiatedHandle()Lorg/restlet/representation/Representation;+70
j  org.restlet.resource.ServerResource.doConditionalHandle()Lorg/restlet/representation/Representation;+241
j  org.restlet.resource.ServerResource.handle()Lorg/restlet/representation/Representation;+37
j  org.restlet.resource.Finder.handle(Lorg/restlet/Request;Lorg/restlet/Response;)V+313
j  org.restlet.routing.Filter.doHandle(Lorg/restlet/Request;Lorg/restlet/Response;)I+15
j  org.restlet.routing.Filter.handle(Lorg/restlet/Request;Lorg/restlet/Response;)V+43
j  org.restlet.routing.Router.doHandle(Lorg/restlet/Restlet;Lorg/restlet/Request;Lorg/restlet/Response;)V+3
j  org.restlet.routing.Router.handle(Lorg/restlet/Request;Lorg/restlet/Response;)V+21
j  org.restlet.routing.Filter.doHandle(Lorg/restlet/Request;Lorg/restlet/Response;)I+15
j  org.restlet.routing.Filter.handle(Lorg/restlet/Request;Lorg/restlet/Response;)V+43
j  org.restlet.routing.Filter.doHandle(Lorg/restlet/Request;Lorg/restlet/Response;)I+15
j  org.restlet.routing.Filter.handle(Lorg/restlet/Request;Lorg/restlet/Response;)V+43
j  org.restlet.routing.Filter.doHandle(Lorg/restlet/Request;Lorg/restlet/Response;)I+15
j  org.restlet.routing.Filter.handle(Lorg/restlet/Request;Lorg/restlet/Response;)V+43
j  org.restlet.routing.Filter.doHandle(Lorg/restlet/Request;Lorg/restlet/Response;)I+15
j  org.restlet.engine.application.StatusFilter.doHandle(Lorg/restlet/Request;Lorg/restlet/Response;)I+3
j  org.restlet.routing.Filter.handle(Lorg/restlet/Request;Lorg/restlet/Response;)V+43
j  org.restlet.routing.Filter.doHandle(Lorg/restlet/Request;Lorg/restlet/Response;)I+15
j  org.restlet.routing.Filter.handle(Lorg/restlet/Request;Lorg/restlet/Response;)V+43
j  org.restlet.engine.ChainHelper.handle(Lorg/restlet/Request;Lorg/restlet/Response;)V+19
j  org.restlet.engine.application.ApplicationHelper.handle(Lorg/restlet/Request;Lorg/restlet/Response;)V+13
j  org.restlet.Application.handle(Lorg/restlet/Request;Lorg/restlet/Response;)V+19
j  org.restlet.routing.Filter.doHandle(Lorg/restlet/Request;Lorg/restlet/Response;)I+15
j  org.restlet.routing.Filter.handle(Lorg/restlet/Request;Lorg/restlet/Response;)V+43
j  org.restlet.routing.Router.doHandle(Lorg/restlet/Restlet;Lorg/restlet/Request;Lorg/restlet/Response;)V+3
j  org.restlet.routing.Router.handle(Lorg/restlet/Request;Lorg/restlet/Response;)V+21
j  org.restlet.routing.Filter.doHandle(Lorg/restlet/Request;Lorg/restlet/Response;)I+15
j  org.restlet.routing.Filter.handle(Lorg/restlet/Request;Lorg/restlet/Response;)V+43
j  org.restlet.routing.Router.doHandle(Lorg/restlet/Restlet;Lorg/restlet/Request;Lorg/restlet/Response;)V+3
j  org.restlet.routing.Router.handle(Lorg/restlet/Request;Lorg/restlet/Response;)V+21
j  org.restlet.routing.Filter.doHandle(Lorg/restlet/Request;Lorg/restlet/Response;)I+15
j  org.restlet.routing.Filter.handle(Lorg/restlet/Request;Lorg/restlet/Response;)V+43
j  org.restlet.engine.ChainHelper.handle(Lorg/restlet/Request;Lorg/restlet/Response;)V+19
j  org.restlet.Component.handle(Lorg/restlet/Request;Lorg/restlet/Response;)V+19
j  org.restlet.Server.handle(Lorg/restlet/Request;Lorg/restlet/Response;)V+19
j  org.restlet.engine.ServerHelper.handle(Lorg/restlet/Request;Lorg/restlet/Response;)V+15
j  org.restlet.engine.http.HttpServerHelper.handle(Lorg/restlet/engine/http/ServerCall;)V+22
j  org.restlet.ext.servlet.ServerServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+24
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+446
j  org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
j  org.apache.tomcat.websocket.server.WsFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+11
j  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+151
j  org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
j  org.g4studio.core.servlet.filter.XssFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+13
j  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+151
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+783
j  org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+166
j  org.apache.catalina.authenticator.AuthenticatorBase.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+449
j  org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+148
j  org.apache.catalina.valves.ErrorReportValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+6
j  org.apache.catalina.valves.AccessLogValve.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+71
j  org.apache.catalina.connector.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V+196
j  org.apache.coyote.http11.AbstractHttp11Processor.process(Lorg/apache/tomcat/util/net/SocketWrapper;)Lorg/apache/tomcat/util/net/AbstractEndpoint$Handler$SocketState;+640
j  org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(Lorg/apache/tomcat/util/net/SocketWrapper;Lorg/apache/tomcat/util/net/SocketStatus;)Lorg/apache/tomcat/util/net/AbstractEndpoint$Handler$SocketState;+206
j  org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run()V+130
j  java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V+95
j  java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub


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


Java Threads: ( => current thread )
  0x000000000d087800 JavaThread "Batik CleanerThread" daemon [_thread_blocked, id=4632, stack(0x00000000101f0000,0x00000000102f0000)]
  0x000000000d69a000 JavaThread "http-bio-8080-exec-10" daemon [_thread_blocked, id=8376, stack(0x000000000c370000,0x000000000c470000)]
  0x000000000d699000 JavaThread "http-bio-8080-exec-9" daemon [_thread_blocked, id=8652, stack(0x00000000141a0000,0x00000000142a0000)]
  0x000000000d698800 JavaThread "http-bio-8080-exec-8" daemon [_thread_blocked, id=5664, stack(0x0000000013b40000,0x0000000013c40000)]
  0x000000000d697800 JavaThread "http-bio-8080-exec-7" daemon [_thread_blocked, id=7604, stack(0x0000000013db0000,0x0000000013eb0000)]
  0x000000000d697000 JavaThread "DubboClientHandler-172.31.250.107:50015-thread-1" daemon [_thread_blocked, id=8704, stack(0x0000000013c70000,0x0000000013d70000)]
  0x000000000d696000 JavaThread "DubboClientHandler-172.31.250.107:50015-thread-1" daemon [_thread_blocked, id=1120, stack(0x0000000013130000,0x0000000013230000)]
  0x000000000d695800 JavaThread "DubboClientHandler-172.31.250.107:50015-thread-1" daemon [_thread_blocked, id=8740, stack(0x0000000013a10000,0x0000000013b10000)]
  0x000000000d694800 JavaThread "DubboClientHandler-172.31.250.107:50015-thread-1" daemon [_thread_blocked, id=6884, stack(0x00000000138c0000,0x00000000139c0000)]
  0x000000000d694000 JavaThread "DubboClientHandler-172.31.250.107:50015-thread-1" daemon [_thread_blocked, id=6536, stack(0x0000000013780000,0x0000000013880000)]
  0x000000000d693000 JavaThread "http-bio-8080-exec-6" daemon [_thread_blocked, id=9184, stack(0x0000000012f00000,0x0000000013000000)]
=>0x000000000b35a800 JavaThread "http-bio-8080-exec-5" daemon [_thread_in_vm, id=8612, stack(0x0000000013590000,0x0000000013690000)]
  0x000000000b359800 JavaThread "http-bio-8080-exec-4" daemon [_thread_blocked, id=5472, stack(0x00000000133f0000,0x00000000134f0000)]
  0x000000000b358000 JavaThread "http-bio-8080-exec-3" daemon [_thread_blocked, id=6028, stack(0x000000000c230000,0x000000000c330000)]
  0x000000000b357800 JavaThread "http-bio-8080-exec-2" daemon [_thread_blocked, id=8728, stack(0x0000000012ca0000,0x0000000012da0000)]
  0x000000000b356800 JavaThread "ajp-bio-8009-AsyncTimeout" daemon [_thread_blocked, id=6692, stack(0x0000000012e00000,0x0000000012f00000)]
  0x000000000b356000 JavaThread "ajp-bio-8009-Acceptor-0" daemon [_thread_in_native, id=7308, stack(0x0000000012b70000,0x0000000012c70000)]
  0x000000000b355000 JavaThread "http-bio-8080-exec-1" daemon [_thread_blocked, id=5572, stack(0x00000000129f0000,0x0000000012af0000)]
  0x000000000b354800 JavaThread "http-bio-8080-AsyncTimeout" daemon [_thread_blocked, id=6248, stack(0x00000000121a0000,0x00000000122a0000)]
  0x000000000b353800 JavaThread "http-bio-8080-Acceptor-0" daemon [_thread_in_native, id=7548, stack(0x0000000010300000,0x0000000010400000)]
  0x000000000d08e800 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=3560, stack(0x0000000010510000,0x0000000010610000)]
  0x000000000d08d800 JavaThread "DubboResponseTimeoutScanTimer" daemon [_thread_blocked, id=4616, stack(0x0000000012760000,0x0000000012860000)]
  0x000000000d08a800 JavaThread "dubbo-remoting-client-heartbeat-thread-2" daemon [_thread_blocked, id=5760, stack(0x0000000012310000,0x0000000012410000)]
  0x000000000d089000 JavaThread "DubboClientReconnectTimer-thread-2" daemon [_thread_blocked, id=4456, stack(0x0000000012070000,0x0000000012170000)]
  0x000000000d088800 JavaThread "dubbo-remoting-client-heartbeat-thread-1" daemon [_thread_blocked, id=2368, stack(0x0000000011e50000,0x0000000011f50000)]
  0x000000000d087000 JavaThread "Hashed wheel timer #1" [_thread_blocked, id=5176, stack(0x0000000011cf0000,0x0000000011df0000)]
  0x000000000d086000 JavaThread "DubboClientReconnectTimer-thread-1" daemon [_thread_blocked, id=6000, stack(0x0000000011a60000,0x0000000011b60000)]
  0x000000000d085800 JavaThread "New I/O boss #6" daemon [_thread_in_native, id=6964, stack(0x0000000011b80000,0x0000000011c80000)]
  0x000000000d084800 JavaThread "New I/O worker #5" daemon [_thread_in_native, id=828, stack(0x0000000011960000,0x0000000011a60000)]
  0x000000000d084000 JavaThread "New I/O worker #4" daemon [_thread_in_native, id=8648, stack(0x0000000011860000,0x0000000011960000)]
  0x000000000d083000 JavaThread "New I/O worker #3" daemon [_thread_in_native, id=7044, stack(0x0000000011730000,0x0000000011830000)]
  0x000000000d082800 JavaThread "New I/O worker #2" daemon [_thread_in_native, id=8364, stack(0x0000000010400000,0x0000000010500000)]
  0x000000000d081800 JavaThread "New I/O worker #1" daemon [_thread_in_native, id=8512, stack(0x000000000e700000,0x000000000e800000)]
  0x000000000d081000 JavaThread "DubboSaveRegistryCache-thread-1" daemon [_thread_blocked, id=6360, stack(0x000000000e810000,0x000000000e910000)]
  0x000000000d080000 JavaThread "com.dbank.mrkt.service.TMrktTimedTaskService@32e3f543-mrktTimedTaskServer-EventThread" daemon [_thread_blocked, id=6036, stack(0x000000000f080000,0x000000000f180000)]
  0x000000000d07f800 JavaThread "com.dbank.mrkt.service.TMrktTimedTaskService@32e3f543-mrktTimedTaskServer-SendThread(172.31.250.107:2181)" daemon [_thread_in_native, id=6420, stack(0x0000000009870000,0x0000000009970000)]
  0x000000000aff5000 JavaThread "ZkClient-EventThread-17-172.31.250.107:2181" daemon [_thread_blocked, id=5268, stack(0x000000000e960000,0x000000000ea60000)]
  0x000000000dd4b800 JavaThread "DubboRegistryFailedRetryTimer-thread-1" daemon [_thread_blocked, id=7428, stack(0x000000000e5f0000,0x000000000e6f0000)]
  0x000000000f65f800 JavaThread "com.dbank.mrkt.service.TMrktTimedTaskService@32e3f543-mrktTimedTaskServer" daemon [_thread_blocked, id=8184, stack(0x000000000c480000,0x000000000c580000)]
  0x000000000c6cc800 JavaThread "Thread-1" daemon [_thread_in_native, id=6476, stack(0x000000000a370000,0x000000000a470000)]
  0x000000000ab0c000 JavaThread "GC Daemon" daemon [_thread_blocked, id=3640, stack(0x000000000c030000,0x000000000c130000)]
  0x0000000009e59000 JavaThread "Service Thread" daemon [_thread_blocked, id=6324, stack(0x000000000a490000,0x000000000a590000)]
  0x0000000009e58800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=5360, stack(0x000000000a270000,0x000000000a370000)]
  0x0000000008719800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=6680, stack(0x0000000009c50000,0x0000000009d50000)]
  0x0000000008718800 JavaThread "Attach Listener" daemon [_thread_blocked, id=6580, stack(0x0000000009d50000,0x0000000009e50000)]
  0x0000000008717800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7088, stack(0x0000000009b30000,0x0000000009c30000)]
  0x000000000869f000 JavaThread "Finalizer" daemon [_thread_blocked, id=5312, stack(0x0000000009600000,0x0000000009700000)]
  0x000000000869d800 JavaThread "Reference Handler" daemon [_thread_blocked, id=7912, stack(0x0000000009970000,0x0000000009a70000)]
  0x000000000268e000 JavaThread "main" [_thread_in_native, id=8060, stack(0x0000000002930000,0x0000000002a30000)]


Other Threads:
  0x0000000008698000 VMThread [stack: 0x0000000009750000,0x0000000009850000] [id=6844]
  0x0000000009e62000 WatcherThread [stack: 0x000000000a700000,0x000000000a800000] [id=8644]


VM state:not at safepoint (normal execution)


VM Mutex/Monitor currently owned by a thread: None


Heap
 PSYoungGen      total 172544K, used 637K [0x00000000ece80000, 0x00000000fbe80000, 0x0000000100000000)
  eden space 107520K, 0% used [0x00000000ece80000,0x00000000ecf1f738,0x00000000f3780000)
  from space 65024K, 0% used [0x00000000f7f00000,0x00000000f7f00000,0x00000000fbe80000)
  to   space 69120K, 0% used [0x00000000f3780000,0x00000000f3780000,0x00000000f7b00000)
 ParOldGen       total 625152K, used 94401K [0x00000000c6c00000, 0x00000000ece80000, 0x00000000ece80000)
  object space 625152K, 15% used [0x00000000c6c00000,0x00000000cc830488,0x00000000ece80000)
 PSPermGen       total 83968K, used 83967K [0x00000000c1a00000, 0x00000000c6c00000, 0x00000000c6c00000)
  object space 83968K, 99% used [0x00000000c1a00000,0x00000000c6bffff0,0x00000000c6c00000)


Card table byte_map: [0x0000000005a30000,0x0000000005c30000] byte_map_base: 0x0000000005423000


Polling page: 0x0000000000120000


Code Cache  [0x0000000002a30000, 0x0000000003220000, 0x0000000005a30000)
 total_blobs=2631 nmethods=2091 adapters=492 free_code_cache=41403Kb largest_free_block=42061632


Compilation events (10 events):
Event: 92.436 Thread 0x0000000009e58800 2427             java.io.FilterInputStream::read (8 bytes)
Event: 92.437 Thread 0x0000000009e58800 nmethod 2427 0x0000000002d91250 code [0x0000000002d913a0, 0x0000000002d91418]
Event: 92.438 Thread 0x0000000008719800 2428   !         org.apache.catalina.connector.CoyoteInputStream::read (65 bytes)
Event: 92.440 Thread 0x0000000008719800 nmethod 2428 0x0000000002d0fd90 code [0x0000000002d0fee0, 0x0000000002d10068]
Event: 92.440 Thread 0x0000000008719800 2429             org.apache.catalina.connector.InputBuffer::readByte (31 bytes)
Event: 92.441 Thread 0x0000000008719800 nmethod 2429 0x0000000002efccd0 code [0x0000000002efce20, 0x0000000002efcf88]
Event: 92.443 Thread 0x0000000008719800 2430             org.apache.tomcat.util.buf.ByteChunk::substract (68 bytes)
Event: 92.444 Thread 0x0000000008719800 nmethod 2430 0x0000000002dbbb50 code [0x0000000002dbbca0, 0x0000000002dbbde8]
Event: 92.444 Thread 0x0000000009e58800 2431 % !         org.restlet.engine.util.FormReader::readNextParameter @ 27 (221 bytes)
Event: 92.453 Thread 0x0000000009e58800 nmethod 2431% 0x0000000002f19550 code [0x0000000002f19720, 0x0000000002f19eb0]


GC Heap History (10 events):
Event: 96.026 GC heap before
{Heap before GC invocations=60 (full 14):
 PSYoungGen      total 179712K, used 0K [0x00000000ece80000, 0x00000000fce00000, 0x0000000100000000)
  eden space 107008K, 0% used [0x00000000ece80000,0x00000000ece80000,0x00000000f3700000)
  from space 72704K, 0% used [0x00000000f8700000,0x00000000f8700000,0x00000000fce00000)
  to   space 77312K, 0% used [0x00000000f3700000,0x00000000f3700000,0x00000000f8280000)
 ParOldGen       total 572928K, used 94401K [0x00000000c6c00000, 0x00000000e9b80000, 0x00000000ece80000)
  object space 572928K, 16% used [0x00000000c6c00000,0x00000000cc830588,0x00000000e9b80000)
 PSPermGen       total 83968K, used 83967K [0x00000000c1a00000, 0x00000000c6c00000, 0x00000000c6c00000)
  object space 83968K, 99% used [0x00000000c1a00000,0x00000000c6bfffb0,0x00000000c6c00000)
Event: 96.291 GC heap after
Heap after GC invocations=60 (full 14):
 PSYoungGen      total 179712K, used 0K [0x00000000ece80000, 0x00000000fce00000, 0x0000000100000000)
  eden space 107008K, 0% used [0x00000000ece80000,0x00000000ece80000,0x00000000f3700000)
  from space 72704K, 0% used [0x00000000f8700000,0x00000000f8700000,0x00000000fce00000)
  to   space 77312K, 0% used [0x00000000f3700000,0x00000000f3700000,0x00000000f8280000)
 ParOldGen       total 625152K, used 94401K [0x00000000c6c00000, 0x00000000ece80000, 0x00000000ece80000)
  object space 625152K, 15% used [0x00000000c6c00000,0x00000000cc830588,0x00000000ece80000)
 PSPermGen       total 83968K, used 83967K [0x00000000c1a00000, 0x00000000c6c00000, 0x00000000c6c00000)
  object space 83968K, 99% used [0x00000000c1a00000,0x00000000c6bfffb0,0x00000000c6c00000)
}
Event: 96.291 GC heap before
{Heap before GC invocations=61 (full 14):
 PSYoungGen      total 179712K, used 114K [0x00000000ece80000, 0x00000000fce00000, 0x0000000100000000)
  eden space 107008K, 0% used [0x00000000ece80000,0x00000000ece9c8c0,0x00000000f3700000)
  from space 72704K, 0% used [0x00000000f8700000,0x00000000f8700000,0x00000000fce00000)
  to   space 77312K, 0% used [0x00000000f3700000,0x00000000f3700000,0x00000000f8280000)
 ParOldGen       total 625152K, used 94401K [0x00000000c6c00000, 0x00000000ece80000, 0x00000000ece80000)
  object space 625152K, 15% used [0x00000000c6c00000,0x00000000cc830588,0x00000000ece80000)
 PSPermGen       total 83968K, used 83967K [0x00000000c1a00000, 0x00000000c6c00000, 0x00000000c6c00000)
  object space 83968K, 99% used [0x00000000c1a00000,0x00000000c6bfffb0,0x00000000c6c00000)
Event: 96.295 GC heap after
Heap after GC invocations=61 (full 14):
 PSYoungGen      total 107520K, used 32K [0x00000000ece80000, 0x00000000fc680000, 0x0000000100000000)
  eden space 107008K, 0% used [0x00000000ece80000,0x00000000ece80000,0x00000000f3700000)
  from space 512K, 6% used [0x00000000f3700000,0x00000000f3708000,0x00000000f3780000)
  to   space 73216K, 0% used [0x00000000f7f00000,0x00000000f7f00000,0x00000000fc680000)
 ParOldGen       total 625152K, used 94401K [0x00000000c6c00000, 0x00000000ece80000, 0x00000000ece80000)
  object space 625152K, 15% used [0x00000000c6c00000,0x00000000cc830588,0x00000000ece80000)
 PSPermGen       total 83968K, used 83967K [0x00000000c1a00000, 0x00000000c6c00000, 0x00000000c6c00000)
  object space 83968K, 99% used [0x00000000c1a00000,0x00000000c6bfffb0,0x00000000c6c00000)
}
Event: 96.296 GC heap before
{Heap before GC invocations=62 (full 15):
 PSYoungGen      total 107520K, used 32K [0x00000000ece80000, 0x00000000fc680000, 0x0000000100000000)
  eden space 107008K, 0% used [0x00000000ece80000,0x00000000ece80000,0x00000000f3700000)
  from space 512K, 6% used [0x00000000f3700000,0x00000000f3708000,0x00000000f3780000)
  to   space 73216K, 0% used [0x00000000f7f00000,0x00000000f7f00000,0x00000000fc680000)
 ParOldGen       total 625152K, used 94401K [0x00000000c6c00000, 0x00000000ece80000, 0x00000000ece80000)
  object space 625152K, 15% used [0x00000000c6c00000,0x00000000cc830588,0x00000000ece80000)
 PSPermGen       total 83968K, used 83967K [0x00000000c1a00000, 0x00000000c6c00000, 0x00000000c6c00000)
  object space 83968K, 99% used [0x00000000c1a00000,0x00000000c6bfffb0,0x00000000c6c00000)
Event: 96.697 GC heap after
Heap after GC invocations=62 (full 15):
 PSYoungGen      total 107520K, used 0K [0x00000000ece80000, 0x00000000fc680000, 0x0000000100000000)
  eden space 107008K, 0% used [0x00000000ece80000,0x00000000ece80000,0x00000000f3700000)
  from space 512K, 0% used [0x00000000f3700000,0x00000000f3700000,0x00000000f3780000)
  to   space 73216K, 0% used [0x00000000f7f00000,0x00000000f7f00000,0x00000000fc680000)
 ParOldGen       total 625152K, used 94401K [0x00000000c6c00000, 0x00000000ece80000, 0x00000000ece80000)
  object space 625152K, 15% used [0x00000000c6c00000,0x00000000cc830488,0x00000000ece80000)
 PSPermGen       total 83968K, used 83967K [0x00000000c1a00000, 0x00000000c6c00000, 0x00000000c6c00000)
  object space 83968K, 99% used [0x00000000c1a00000,0x00000000c6bfff90,0x00000000c6c00000)
}
Event: 96.697 GC heap before
{Heap before GC invocations=63 (full 15):
 PSYoungGen      total 107520K, used 0K [0x00000000ece80000, 0x00000000fc680000, 0x0000000100000000)
  eden space 107008K, 0% used [0x00000000ece80000,0x00000000ece80000,0x00000000f3700000)
  from space 512K, 0% used [0x00000000f3700000,0x00000000f3700000,0x00000000f3780000)
  to   space 73216K, 0% used [0x00000000f7f00000,0x00000000f7f00000,0x00000000fc680000)
 ParOldGen       total 625152K, used 94401K [0x00000000c6c00000, 0x00000000ece80000, 0x00000000ece80000)
  object space 625152K, 15% used [0x00000000c6c00000,0x00000000cc830488,0x00000000ece80000)
 PSPermGen       total 83968K, used 83967K [0x00000000c1a00000, 0x00000000c6c00000, 0x00000000c6c00000)
  object space 83968K, 99% used [0x00000000c1a00000,0x00000000c6bfff90,0x00000000c6c00000)
Event: 96.704 GC heap after
Heap after GC invocations=63 (full 15):
 PSYoungGen      total 172544K, used 0K [0x00000000ece80000, 0x00000000fbe80000, 0x0000000100000000)
  eden space 107520K, 0% used [0x00000000ece80000,0x00000000ece80000,0x00000000f3780000)
  from space 65024K, 0% used [0x00000000f7f00000,0x00000000f7f00000,0x00000000fbe80000)
  to   space 69120K, 0% used [0x00000000f3780000,0x00000000f3780000,0x00000000f7b00000)
 ParOldGen       total 625152K, used 94401K [0x00000000c6c00000, 0x00000000ece80000, 0x00000000ece80000)
  object space 625152K, 15% used [0x00000000c6c00000,0x00000000cc830488,0x00000000ece80000)
 PSPermGen       total 83968K, used 83967K [0x00000000c1a00000, 0x00000000c6c00000, 0x00000000c6c00000)
  object space 83968K, 99% used [0x00000000c1a00000,0x00000000c6bfff90,0x00000000c6c00000)
}
Event: 96.704 GC heap before
{Heap before GC invocations=64 (full 16):
 PSYoungGen      total 172544K, used 0K [0x00000000ece80000, 0x00000000fbe80000, 0x0000000100000000)
  eden space 107520K, 0% used [0x00000000ece80000,0x00000000ece80000,0x00000000f3780000)
  from space 65024K, 0% used [0x00000000f7f00000,0x00000000f7f00000,0x00000000fbe80000)
  to   space 69120K, 0% used [0x00000000f3780000,0x00000000f3780000,0x00000000f7b00000)
 ParOldGen       total 625152K, used 94401K [0x00000000c6c00000, 0x00000000ece80000, 0x00000000ece80000)
  object space 625152K, 15% used [0x00000000c6c00000,0x00000000cc830488,0x00000000ece80000)
 PSPermGen       total 83968K, used 83967K [0x00000000c1a00000, 0x00000000c6c00000, 0x00000000c6c00000)
  object space 83968K, 99% used [0x00000000c1a00000,0x00000000c6bfff90,0x00000000c6c00000)
Event: 96.929 GC heap after
Heap after GC invocations=64 (full 16):
 PSYoungGen      total 172544K, used 0K [0x00000000ece80000, 0x00000000fbe80000, 0x0000000100000000)
  eden space 107520K, 0% used [0x00000000ece80000,0x00000000ece80000,0x00000000f3780000)
  from space 65024K, 0% used [0x00000000f7f00000,0x00000000f7f00000,0x00000000fbe80000)
  to   space 69120K, 0% used [0x00000000f3780000,0x00000000f3780000,0x00000000f7b00000)
 ParOldGen       total 625152K, used 94401K [0x00000000c6c00000, 0x00000000ece80000, 0x00000000ece80000)
  object space 625152K, 15% used [0x00000000c6c00000,0x00000000cc830488,0x00000000ece80000)
 PSPermGen       total 83968K, used 83967K [0x00000000c1a00000, 0x00000000c6c00000, 0x00000000c6c00000)
  object space 83968K, 99% used [0x00000000c1a00000,0x00000000c6bfff90,0x00000000c6c00000)
}


Deoptimization events (10 events):
Event: 76.598 Thread 0x000000000d699000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002ee2270 method=org.hibernate.loader.BasicLoader.postInstantiate()V @ 1
Event: 76.621 Thread 0x000000000d699000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002ee2270 method=org.hibernate.loader.BasicLoader.postInstantiate()V @ 1
Event: 78.469 Thread 0x000000000b357800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002d369d0 method=java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class; @ 38
Event: 78.525 Thread 0x000000000b357800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002d369d0 method=java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class; @ 38
Event: 79.911 Thread 0x000000000b357800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002d369d0 method=java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class; @ 38
Event: 79.932 Thread 0x000000000b357800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002d369d0 method=java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class; @ 38
Event: 79.939 Thread 0x000000000b357800 Uncommon trap: reason=unreached action=reinterpret pc=0x0000000002f2b9f4 method=java.lang.Class.getEnclosingMethodInfo()Ljava/lang/Class$EnclosingMethodInfo; @ 6
Event: 79.939 Thread 0x000000000b357800 Uncommon trap: reason=unreached action=reinterpret pc=0x0000000002f1dc40 method=java.lang.Class.getEnclosingMethodInfo()Ljava/lang/Class$EnclosingMethodInfo; @ 6
Event: 80.510 Thread 0x000000000b35a800 Uncommon trap: reason=unreached action=reinterpret pc=0x0000000002bdb860 method=java.util.Arrays.equals([B[B)Z @ 2
Event: 92.837 Thread 0x000000000b35a800 Uncommon trap: reason=predicate action=maybe_recompile pc=0x0000000002f11e94 method=java.util.ArrayList.batchRemove(Ljava/util/Collection;Z)Z @ 23


Internal exceptions (10 events):
Event: 92.839 Thread 0x000000000b35a800 Threw 0x00000000efbc4b20 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
Event: 95.182 Thread 0x000000000b35a800 Threw 0x00000000c1aaa360 at C:\re\jdk7u67\1368\hotspot\src\share\vm\gc_interface/collectedHeap.inline.hpp:225
Event: 95.182 Thread 0x000000000b35a800 Threw 0x00000000c1aaa360 at C:\re\jdk7u67\1368\hotspot\src\share\vm\oops\instanceKlass.cpp:548
Event: 95.182 Thread 0x000000000b35a800 Threw 0x00000000c1aaa360 at C:\re\jdk7u67\1368\hotspot\src\share\vm\oops\instanceKlass.cpp:548
Event: 95.182 Thread 0x000000000b35a800 Threw 0x00000000c1aaa360 at C:\re\jdk7u67\1368\hotspot\src\share\vm\oops\instanceKlass.cpp:548
Event: 95.662 Thread 0x000000000b35a800 Threw 0x00000000c1aaa340 at C:\re\jdk7u67\1368\hotspot\src\share\vm\gc_interface/collectedHeap.inline.hpp:225
Event: 96.291 Thread 0x000000000b35a800 Threw 0x00000000c1aaa320 at C:\re\jdk7u67\1368\hotspot\src\share\vm\gc_interface/collectedHeap.inline.hpp:225
Event: 96.929 Thread 0x000000000b35a800 Threw 0x00000000c1aaa300 at C:\re\jdk7u67\1368\hotspot\src\share\vm\gc_interface/collectedHeap.inline.hpp:225
Event: 96.929 Thread 0x000000000b35a800 Threw 0x00000000ece97e60 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:2608
Event: 96.929 Thread 0x000000000b35a800 Threw 0x00000000ece981c0 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:2608


Events (10 events):
Event: 95.662 Executing VM operation: ParallelGCFailedPermanentAllocation done
Event: 95.662 loading class 0x000000000d1319e0 done
Event: 95.662 loading class 0x000000000d131a60
Event: 95.662 Executing VM operation: ParallelGCFailedPermanentAllocation
Event: 96.291 Executing VM operation: ParallelGCFailedPermanentAllocation done
Event: 96.291 loading class 0x000000000d131a60 done
Event: 96.291 loading class 0x000000000a858c90
Event: 96.291 Executing VM operation: ParallelGCFailedPermanentAllocation
Event: 96.929 Executing VM operation: ParallelGCFailedPermanentAllocation done
Event: 96.929 loading class 0x000000000a858c90 done




Dynamic libraries:
0x000000013f940000 - 0x000000013f973000 D:\DEV_ENV\java\jdk1.7.0_67\bin\javaw.exe
0x0000000077410000 - 0x00000000775bc000 C:\Windows\SYSTEM32\ntdll.dll
0x00000000771f0000 - 0x000000007730f000 C:\Windows\system32\kernel32.dll
0x000007fefd560000 - 0x000007fefd5cc000 C:\Windows\system32\KERNELBASE.dll
0x000007fefe350000 - 0x000007fefe42b000 C:\Windows\system32\ADVAPI32.dll
0x000007fefdbe0000 - 0x000007fefdc7f000 C:\Windows\system32\msvcrt.dll
0x000007fefe820000 - 0x000007fefe83f000 C:\Windows\SYSTEM32\sechost.dll
0x000007fefd740000 - 0x000007fefd86e000 C:\Windows\system32\RPCRT4.dll
0x0000000077310000 - 0x000000007740a000 C:\Windows\system32\USER32.dll
0x000007fefd870000 - 0x000007fefd8d7000 C:\Windows\system32\GDI32.dll
0x000007fefde00000 - 0x000007fefde0e000 C:\Windows\system32\LPK.dll
0x000007fefe8c0000 - 0x000007fefe98a000 C:\Windows\system32\USP10.dll
0x000007fefbb80000 - 0x000007fefbd74000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16661_none_fa62ad231704eab7\COMCTL32.dll
0x000007fefe840000 - 0x000007fefe8b1000 C:\Windows\system32\SHLWAPI.dll
0x000007fefdfa0000 - 0x000007fefdfce000 C:\Windows\system32\IMM32.DLL
0x000007fefde90000 - 0x000007fefdf99000 C:\Windows\system32\MSCTF.dll
0x000007fefd330000 - 0x000007fefd361000 C:\Windows\system32\nvinitx.dll
0x000007fefd320000 - 0x000007fefd32c000 C:\Windows\system32\VERSION.dll
0x000000000f000000 - 0x000000000f006000 C:\Program Files\NVIDIA Corporation\CoProcManager\detoured.dll
0x000007fefaa30000 - 0x000007fefaa62000 C:\Program Files\NVIDIA Corporation\CoProcManager\nvd3d9wrapx.dll
0x000007fefe100000 - 0x000007fefe2d7000 C:\Windows\system32\SETUPAPI.dll
0x000007fefd420000 - 0x000007fefd456000 C:\Windows\system32\CFGMGR32.dll
0x000007fefdd20000 - 0x000007fefddf7000 C:\Windows\system32\OLEAUT32.dll
0x000007fefe430000 - 0x000007fefe632000 C:\Windows\system32\ole32.dll
0x000007fefd460000 - 0x000007fefd47a000 C:\Windows\system32\DEVOBJ.dll
0x000007fefa520000 - 0x000007fefa542000 C:\Program Files\NVIDIA Corporation\CoProcManager\nvdxgiwrapx.dll
0x000000006e120000 - 0x000000006e1f2000 D:\DEV_ENV\java\jdk1.7.0_67\jre\bin\msvcr100.dll
0x000000006d210000 - 0x000000006d9e2000 D:\DEV_ENV\java\jdk1.7.0_67\jre\bin\server\jvm.dll
0x000007fef5330000 - 0x000007fef5339000 C:\Windows\system32\WSOCK32.dll
0x000007fefe7c0000 - 0x000007fefe80d000 C:\Windows\system32\WS2_32.dll
0x000007fefe810000 - 0x000007fefe818000 C:\Windows\system32\NSI.dll
0x000007fefaa70000 - 0x000007fefaaab000 C:\Windows\system32\WINMM.dll
0x00000000775e0000 - 0x00000000775e7000 C:\Windows\system32\PSAPI.DLL
0x000000006fcb0000 - 0x000000006fcbf000 D:\DEV_ENV\java\jdk1.7.0_67\jre\bin\verify.dll
0x000000006fc00000 - 0x000000006fc28000 D:\DEV_ENV\java\jdk1.7.0_67\jre\bin\java.dll
0x000000006fc90000 - 0x000000006fca5000 D:\DEV_ENV\java\jdk1.7.0_67\jre\bin\zip.dll
0x000000006fd40000 - 0x000000006fd59000 D:\DEV_ENV\java\jdk1.7.0_67\jre\bin\net.dll
0x000007fefcb50000 - 0x000007fefcba4000 C:\Windows\system32\mswsock.dll
0x000007fefcb40000 - 0x000007fefcb47000 C:\Windows\System32\wship6.dll
0x000000006fac0000 - 0x000000006fad1000 D:\DEV_ENV\java\jdk1.7.0_67\jre\bin\nio.dll
0x000000006e380000 - 0x000000006e38b000 D:\DEV_ENV\java\jdk1.7.0_67\jre\bin\management.dll
0x00000000673f0000 - 0x0000000067414000 D:\DEV_ENV\java\jdk1.7.0_67\jre\bin\sunec.dll
0x000000006fa80000 - 0x000000006fa8b000 D:\DEV_ENV\java\jdk1.7.0_67\jre\bin\sunmscapi.dll
0x000007fefd5d0000 - 0x000007fefd736000 C:\Windows\system32\CRYPT32.dll
0x000007fefd410000 - 0x000007fefd41f000 C:\Windows\system32\MSASN1.dll
0x000007fefbac0000 - 0x000007fefbad5000 C:\Windows\system32\NLAapi.dll
0x000007fefc9d0000 - 0x000007fefca2b000 C:\Windows\system32\DNSAPI.dll
0x000007fef7100000 - 0x000007fef710b000 C:\Windows\System32\winrnr.dll
0x000007fef3c80000 - 0x000007fef3c95000 C:\Windows\system32\napinsp.dll
0x000007fef3fc0000 - 0x000007fef3fd9000 C:\Windows\system32\pnrpnsp.dll
0x000007fefc540000 - 0x000007fefc547000 C:\Windows\System32\wshtcpip.dll
0x000007fefb280000 - 0x000007fefb2a7000 C:\Windows\system32\IPHLPAPI.DLL
0x000007fefb270000 - 0x000007fefb27b000 C:\Windows\system32\WINNSI.DLL
0x000007fef99b0000 - 0x000007fef99b8000 C:\Windows\system32\rasadhlp.dll
0x000007fefa560000 - 0x000007fefa5b3000 C:\Windows\System32\fwpuclnt.dll
0x000007fefcbb0000 - 0x000007fefcbc7000 C:\Windows\system32\CRYPTSP.dll
0x000007fefc8b0000 - 0x000007fefc8f7000 C:\Windows\system32\rsaenh.dll
0x000007fefc670000 - 0x000007fefc68e000 C:\Windows\system32\USERENV.dll
0x000007fefd370000 - 0x000007fefd37f000 C:\Windows\system32\profapi.dll
0x000007fefd210000 - 0x000007fefd21f000 C:\Windows\system32\CRYPTBASE.dll
0x000007fefa300000 - 0x000007fefa311000 C:\Windows\system32\dhcpcsvc6.DLL
0x000007fefa2e0000 - 0x000007fefa2f8000 C:\Windows\system32\dhcpcsvc.DLL
0x000000006c870000 - 0x000000006ca05000 D:\DEV_ENV\java\jdk1.7.0_67\jre\bin\awt.dll
0x000007feeecc0000 - 0x000007feeede5000 C:\Windows\system32\dbghelp.dll


VM Arguments:
jvm_args: -Dcatalina.base=D:\apache-tomcat-7.0.47 -Dcatalina.home=D:\apache-tomcat-7.0.47\apache-tomcat-7.0.47\endorsed


-Xmx1024 -Xms2014 -XX:NewRatio=4 -XX:MaxPermSize=1024m -Dwtp.deploy=D:\apache-tomcat-7.0.47\wtpwebapps -Djava.endorsed.dirs=D:\apache-tomcat-7.0.47\endorsed -Dfile.encoding=GBK 
java_command: org.apache.catalina.startup.Bootstrap start
Launcher Type: SUN_STANDARD


Environment Variables:
JAVA_HOME=D:\DEV_ENV\java\jdk1.7.0_67
CLASSPATH=.;D:\DEV_ENV\java\jdk1.7.0_67\lib\dt.jar;D:\DEV_ENV\java\jdk1.7.0_67\lib\tools.jar
PATH=C:\Program Files (x86)\Common Files\NetSarang;D:\Oracle11\product\11.2.0\dbhome_1\bin;D:\Oracle\product\11.2.0\dbhome_1\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\TortoiseSVN\bin;D:\DEV_ENV\java\jdk1.7.0_67\bin;D:\Program Files (x86)\Oracle\ora90\BIN\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;D:\
USERNAME=Pactera
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel






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


OS: Windows 7 , 64 bit Build 7600 


CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, erms, ht, tsc, tscinvbit, tscinv


Memory: 4k page, physical 3749532k(1032652k free), swap 7497160k(1005788k free)


vm_info: Java HotSpot(TM) 64-Bit Server VM (24.65-b04) for windows-amd64 JRE (1.7.0_67-b01), built on Jul 25 2014 08:55:00 by "java_re" with unknown MS VC++:1600


time: Wed Jan 13 10:03:38 2016
elapsed time: 96 seconds


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值