Guest User

Untitled

a guest
Jan 29th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.21 KB | None | 0 0
  1. #
  2. # A fatal error has been detected by the Java Runtime Environment:
  3. #
  4. # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7735446a, pid=16924, tid=0x00005f90
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (8.0_191-b12) (build 1.8.0_191-b12)
  7. # Java VM: Java HotSpot(TM) Client VM (25.191-b12 mixed mode windows-x86 )
  8. # Problematic frame:
  9. # C [ntdll.dll+0x4446a]
  10. #
  11. # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
  12. #
  13. # If you would like to submit a bug report, please visit:
  14. # http://bugreport.java.com/bugreport/crash.jsp
  15. # The crash happened outside the Java Virtual Machine in native code.
  16. # See problematic frame for where to report the bug.
  17. #
  18.  
  19. --------------- T H R E A D ---------------
  20.  
  21. Current thread (0x460c1800): JavaThread "qtp6646756-17" [_thread_in_native, id=24464, stack(0x494b0000,0x49500000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x65656565
  24.  
  25. Registers:
  26. EAX=0x65656565, EBX=0x492919a8, ECX=0x65656565, EDX=0x49292098
  27. ESP=0x494fe3f0, EBP=0x494fe530, ESI=0x49292090, EDI=0x01140000
  28. EIP=0x7735446a, EFLAGS=0x00010246
  29.  
  30. Top of Stack: (sp=0x494fe3f0)
  31. 0x494fe3f0: d1b6d998 492919a8 01140000 492919b0
  32. 0x494fe400: 00000000 00000000 00000053 00000048
  33. 0x494fe410: 00000000 49b60000 494fe578 494fe514
  34. 0x494fe420: 73c90b44 494fe514 2a00002a 4fd10000
  35. 0x494fe430: 494fe4c0 00420030 00000000 00000008
  36. 0x494fe440: 494fe578 49b60000 00420000 00000000
  37. 0x494fe450: 00000000 00000001 00000001 00000000
  38. 0x494fe460: 00000000 01140000 000000dd 00001802
  39.  
  40. Instructions: (pc=0x7735446a)
  41. 0x7735444a: 00 00 00 e8 db 59 0a 00 c6 45 c8 00 8b 75 dc 8d
  42. 0x7735445a: 56 08 89 55 bc 8b 0a 89 4d a4 8b 46 0c 89 45 9c
  43. 0x7735446a: 8b 00 8b 49 04 3b c1 0f 85 df 02 00 00 3b c2 0f
  44. 0x7735447a: 85 d7 02 00 00 0f b7 06 29 47 74 8b 8f b4 00 00
  45.  
  46.  
  47. Register to memory mapping:
  48.  
  49. EAX=0x65656565 is an unknown value
  50. EBX=0x492919a8 is an unknown value
  51. ECX=0x65656565 is an unknown value
  52. EDX=0x49292098 is an unknown value
  53. ESP=0x494fe3f0 is pointing into the stack for thread: 0x460c1800
  54. EBP=0x494fe530 is pointing into the stack for thread: 0x460c1800
  55. ESI=0x49292090 is an unknown value
  56. EDI=0x01140000 is an unknown value
  57.  
  58.  
  59. Stack: [0x494b0000,0x49500000], sp=0x494fe3f0, free space=312k
  60. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  61. C [ntdll.dll+0x4446a]
  62. C [ntdll.dll+0x43812]
  63. C [GDI32.dll+0x4ab3]
  64. C [GDI32.dll+0x62dc]
  65. C [GDI32.dll+0x5fe4]
  66. C [awt.dll+0x6e5f7]
  67. j sun.print.Win32PrintService.getMediaPrintableArea(Ljava/lang/String;I)[F+0
  68. j sun.print.Win32PrintService.getDefaultAttributeValue(Ljava/lang/Class;)Ljava/lang/Object;+415
  69. j com.gnostice.pdfone.CB.H()V+247
  70. j com.gnostice.pdfone.CB.setSelectedPrinterName(Ljava/lang/String;)V+6
  71. j com.gnostice.pdfone.PdfPrinter.<init>()V+154
  72. j com.application.tool.services.printers.helper.PlentyPrinterHelper.isPdfPrinternameAvailable(Ljava/lang/String;)Z+4
  73. j com.application.tool.services.printers.communicator.PrinterCommunicatorForPdfOne.processPrinting(Lcom/application/tool/services/printers/legacy/PrintJobData;)V+65
  74. j com.application.tool.services.printers.legacy.LegacyPrintHelper.print(Lcom/application/tool/services/printers/legacy/PrintJobData;Ljava/lang/String;)Lcom/application/tool/services/printers/beans/PrintStatus;+23
  75. j com.application.tool.services.printers.legacy.LegacyPrintHelper.print(Lcom/application/tool/services/printers/beans/FileReferencePrintJobBean;)Lcom/application/tool/services/printers/beans/PrintStatus;+12
  76. j com.application.tool.services.printers.service.PrintService.print(Lcom/application/tool/services/printers/beans/FilePrintJobBean;Ljava/util/Map;)Lcom/application/tool/services/printers/beans/PrintStatus;+146
  77. j com.application.tool.services.printers.service.PrintService.multiPrint(Ljava/util/List;Ljava/util/Map;)Lcom/application/tool/services/printers/beans/MultiPrintResponse;+44
  78. j com.application.tool.services.printers.service.PrintApiService.multiPrintFromFormData(Ljava/lang/String;Ljavax/ws/rs/core/MultivaluedMap;)Lcom/application/tool/services/printers/beans/MultiPrintResponse;+20
  79. j com.application.tool.servlets.PrintersServlet.print(Ljavax/ws/rs/core/MultivaluedMap;)Ljavax/ws/rs/core/Response;+14
  80. v ~StubRoutines::call_stub
  81. V [jvm.dll+0x15c315]
  82. V [jvm.dll+0x223ece]
  83. V [jvm.dll+0x15c3ae]
  84. V [jvm.dll+0x168de8]
  85. V [jvm.dll+0x169053]
  86. V [jvm.dll+0x105013]
  87. C [java.dll+0x3be3]
  88. j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100
  89. J 1833 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x02f03f80 [0x02f03f50+0x30]
  90. J 2121 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x02fdf554 [0x02fdf480+0xd4]
  91. j org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+3
  92. j org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$$Lambda$161.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+3
  93. j org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run()Ljava/lang/Object;+38
  94. j org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(Lorg/glassfish/jersey/server/ContainerRequest;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+66
  95. j org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(Ljava/lang/Object;Lorg/glassfish/jersey/server/ContainerRequest;)Ljavax/ws/rs/core/Response;+10
  96. j org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(Ljava/lang/Object;Lorg/glassfish/jersey/server/ContainerRequest;)Ljavax/ws/rs/core/Response;+5
  97. j org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(Lorg/glassfish/jersey/server/internal/process/RequestProcessingContext;Ljava/lang/Object;)Ljavax/ws/rs/core/Response;+26
  98. j org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(Lorg/glassfish/jersey/server/internal/process/RequestProcessingContext;)Lorg/glassfish/jersey/server/ContainerResponse;+100
  99. j org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(Ljava/lang/Object;)Ljava/lang/Object;+5
  100. j org.glassfish.jersey.server.ServerRuntime$1.run()V+89
  101. j org.glassfish.jersey.internal.Errors$1.call()Ljava/lang/Void;+4
  102. j org.glassfish.jersey.internal.Errors$1.call()Ljava/lang/Object;+1
  103. j org.glassfish.jersey.internal.Errors.process(Ljava/util/concurrent/Callable;Z)Ljava/lang/Object;+36
  104. j org.glassfish.jersey.internal.Errors.process(Lorg/glassfish/jersey/internal/util/Producer;Z)Ljava/lang/Object;+2
  105. j org.glassfish.jersey.internal.Errors.process(Ljava/lang/Runnable;)V+9
  106. j org.glassfish.jersey.process.internal.RequestScope.runInScope(Lorg/glassfish/jersey/process/internal/RequestContext;Ljava/lang/Runnable;)V+17
  107. j org.glassfish.jersey.server.ServerRuntime.process(Lorg/glassfish/jersey/server/ContainerRequest;)V+181
  108. j org.glassfish.jersey.server.ApplicationHandler.handle(Lorg/glassfish/jersey/server/ContainerRequest;)V+13
  109. j org.glassfish.jersey.servlet.WebComponent.serviceImpl(Ljava/net/URI;Ljava/net/URI;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Lorg/glassfish/jersey/servlet/internal/ResponseWriter;+81
  110. j org.glassfish.jersey.servlet.WebComponent.service(Ljava/net/URI;Ljava/net/URI;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Lorg/glassfish/jersey/internal/util/collection/Value;+6
  111. j org.glassfish.jersey.servlet.ServletContainer.service(Ljava/net/URI;Ljava/net/URI;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Lorg/glassfish/jersey/internal/util/collection/Value;+9
  112. j org.glassfish.jersey.servlet.ServletContainer.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+183
  113. j org.glassfish.jersey.servlet.ServletContainer.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+39
  114. j org.eclipse.jetty.servlet.ServletHolder.handle(Lorg/eclipse/jetty/server/Request;Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+129
  115. j org.eclipse.jetty.servlet.ServletHandler.doHandle(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+209
  116. j org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+27
  117. j org.eclipse.jetty.server.handler.ContextHandler.doHandle(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+141
  118. j org.eclipse.jetty.server.handler.ScopedHandler.nextScope(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+38
  119. j org.eclipse.jetty.servlet.ServletHandler.doScope(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+188
  120. j org.eclipse.jetty.server.handler.ScopedHandler.nextScope(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+16
  121. j org.eclipse.jetty.server.handler.ContextHandler.doScope(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+426
  122. j org.eclipse.jetty.server.handler.ScopedHandler.handle(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+20
  123. J 4366 C1 org.eclipse.jetty.server.handler.HandlerCollection.handle(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V (128 bytes) @ 0x02f3be6c [0x02f3bdc0+0xac]
  124. j org.eclipse.jetty.server.handler.HandlerWrapper.handle(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+18
  125. j org.eclipse.jetty.server.Server.handle(Lorg/eclipse/jetty/server/HttpChannel;)V+141
  126. j org.eclipse.jetty.server.HttpChannel.handle()Z+332
  127. j org.eclipse.jetty.server.HttpConnection.onFillable()V+137
  128. j org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded()V+4
  129. j org.eclipse.jetty.io.FillInterest.fillable()Z+57
  130. j org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable()V+86
  131. j org.eclipse.jetty.io.ssl.SslConnection.onFillable()V+50
  132. j org.eclipse.jetty.io.ssl.SslConnection$2.succeeded()V+4
  133. j org.eclipse.jetty.io.FillInterest.fillable()Z+57
  134. j org.eclipse.jetty.io.ChannelEndPoint$2.run()V+7
  135. j org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(Ljava/lang/Runnable;)V+1
  136. j org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(Z)Z+507
  137. j org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(Z)V+134
  138. j org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run()V+2
  139. j org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run()V+203
  140. j org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(Ljava/lang/Runnable;)V+1
  141. j org.eclipse.jetty.util.thread.QueuedThreadPool$2.run()V+104
  142. j java.lang.Thread.run()V+11
  143. v ~StubRoutines::call_stub
  144. V [jvm.dll+0x15c315]
  145. V [jvm.dll+0x223ece]
  146. V [jvm.dll+0x15c3ae]
  147. V [jvm.dll+0x15c536]
  148. V [jvm.dll+0x15c5a7]
  149. V [jvm.dll+0x1002ef]
  150. V [jvm.dll+0x17f550]
  151. V [jvm.dll+0x17fdca]
  152. V [jvm.dll+0x1c57a6]
  153. C [MSVCR100.dll+0x5c556]
  154. C [MSVCR100.dll+0x5c600]
  155. C [KERNEL32.DLL+0x18484]
  156. C [ntdll.dll+0x63ab8]
  157. C [ntdll.dll+0x63a88]
  158. C 0x00000000
  159.  
  160. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  161. j sun.print.Win32PrintService.getMediaPrintableArea(Ljava/lang/String;I)[F+0
  162. j sun.print.Win32PrintService.getDefaultAttributeValue(Ljava/lang/Class;)Ljava/lang/Object;+415
  163. j com.gnostice.pdfone.CB.H()V+247
  164. j com.gnostice.pdfone.CB.setSelectedPrinterName(Ljava/lang/String;)V+6
  165. j com.gnostice.pdfone.PdfPrinter.<init>()V+154
  166. j com.application.tool.services.printers.helper.PlentyPrinterHelper.isPdfPrinternameAvailable(Ljava/lang/String;)Z+4
  167. j com.application.tool.services.printers.communicator.PrinterCommunicatorForPdfOne.processPrinting(Lcom/application/tool/services/printers/legacy/PrintJobData;)V+65
  168. j com.application.tool.services.printers.legacy.LegacyPrintHelper.print(Lcom/application/tool/services/printers/legacy/PrintJobData;Ljava/lang/String;)Lcom/application/tool/services/printers/beans/PrintStatus;+23
  169. j com.application.tool.services.printers.legacy.LegacyPrintHelper.print(Lcom/application/tool/services/printers/beans/FileReferencePrintJobBean;)Lcom/application/tool/services/printers/beans/PrintStatus;+12
  170. j com.application.tool.services.printers.service.PrintService.print(Lcom/application/tool/services/printers/beans/FilePrintJobBean;Ljava/util/Map;)Lcom/application/tool/services/printers/beans/PrintStatus;+146
  171. j com.application.tool.services.printers.service.PrintService.multiPrint(Ljava/util/List;Ljava/util/Map;)Lcom/application/tool/services/printers/beans/MultiPrintResponse;+44
  172. j com.application.tool.services.printers.service.PrintApiService.multiPrintFromFormData(Ljava/lang/String;Ljavax/ws/rs/core/MultivaluedMap;)Lcom/application/tool/services/printers/beans/MultiPrintResponse;+20
  173. j com.application.tool.servlets.PrintersServlet.print(Ljavax/ws/rs/core/MultivaluedMap;)Ljavax/ws/rs/core/Response;+14
  174. v ~StubRoutines::call_stub
  175. j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
  176. j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100
  177. J 1833 C1 sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (10 bytes) @ 0x02f03f80 [0x02f03f50+0x30]
  178. J 2121 C1 java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (62 bytes) @ 0x02fdf554 [0x02fdf480+0xd4]
  179. j org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+3
  180. j org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$$Lambda$161.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+3
  181. j org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run()Ljava/lang/Object;+38
  182. j org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(Lorg/glassfish/jersey/server/ContainerRequest;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+66
  183. j org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(Ljava/lang/Object;Lorg/glassfish/jersey/server/ContainerRequest;)Ljavax/ws/rs/core/Response;+10
  184. j org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(Ljava/lang/Object;Lorg/glassfish/jersey/server/ContainerRequest;)Ljavax/ws/rs/core/Response;+5
  185. j org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(Lorg/glassfish/jersey/server/internal/process/RequestProcessingContext;Ljava/lang/Object;)Ljavax/ws/rs/core/Response;+26
  186. j org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(Lorg/glassfish/jersey/server/internal/process/RequestProcessingContext;)Lorg/glassfish/jersey/server/ContainerResponse;+100
  187. j org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(Ljava/lang/Object;)Ljava/lang/Object;+5
  188. j org.glassfish.jersey.server.ServerRuntime$1.run()V+89
  189. j org.glassfish.jersey.internal.Errors$1.call()Ljava/lang/Void;+4
  190. j org.glassfish.jersey.internal.Errors$1.call()Ljava/lang/Object;+1
  191. j org.glassfish.jersey.internal.Errors.process(Ljava/util/concurrent/Callable;Z)Ljava/lang/Object;+36
  192. j org.glassfish.jersey.internal.Errors.process(Lorg/glassfish/jersey/internal/util/Producer;Z)Ljava/lang/Object;+2
  193. j org.glassfish.jersey.internal.Errors.process(Ljava/lang/Runnable;)V+9
  194. j org.glassfish.jersey.process.internal.RequestScope.runInScope(Lorg/glassfish/jersey/process/internal/RequestContext;Ljava/lang/Runnable;)V+17
  195. j org.glassfish.jersey.server.ServerRuntime.process(Lorg/glassfish/jersey/server/ContainerRequest;)V+181
  196. j org.glassfish.jersey.server.ApplicationHandler.handle(Lorg/glassfish/jersey/server/ContainerRequest;)V+13
  197. j org.glassfish.jersey.servlet.WebComponent.serviceImpl(Ljava/net/URI;Ljava/net/URI;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Lorg/glassfish/jersey/servlet/internal/ResponseWriter;+81
  198. j org.glassfish.jersey.servlet.WebComponent.service(Ljava/net/URI;Ljava/net/URI;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Lorg/glassfish/jersey/internal/util/collection/Value;+6
  199. j org.glassfish.jersey.servlet.ServletContainer.service(Ljava/net/URI;Ljava/net/URI;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)Lorg/glassfish/jersey/internal/util/collection/Value;+9
  200. j org.glassfish.jersey.servlet.ServletContainer.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+183
  201. j org.glassfish.jersey.servlet.ServletContainer.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+39
  202. j org.eclipse.jetty.servlet.ServletHolder.handle(Lorg/eclipse/jetty/server/Request;Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+129
  203. j org.eclipse.jetty.servlet.ServletHandler.doHandle(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+209
  204. j org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+27
  205. j org.eclipse.jetty.server.handler.ContextHandler.doHandle(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+141
  206. j org.eclipse.jetty.server.handler.ScopedHandler.nextScope(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+38
  207. j org.eclipse.jetty.servlet.ServletHandler.doScope(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+188
  208. j org.eclipse.jetty.server.handler.ScopedHandler.nextScope(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+16
  209. j org.eclipse.jetty.server.handler.ContextHandler.doScope(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+426
  210. j org.eclipse.jetty.server.handler.ScopedHandler.handle(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+20
  211. J 4366 C1 org.eclipse.jetty.server.handler.HandlerCollection.handle(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V (128 bytes) @ 0x02f3be6c [0x02f3bdc0+0xac]
  212. j org.eclipse.jetty.server.handler.HandlerWrapper.handle(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+18
  213. j org.eclipse.jetty.server.Server.handle(Lorg/eclipse/jetty/server/HttpChannel;)V+141
  214. j org.eclipse.jetty.server.HttpChannel.handle()Z+332
  215. j org.eclipse.jetty.server.HttpConnection.onFillable()V+137
  216. j org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded()V+4
  217. j org.eclipse.jetty.io.FillInterest.fillable()Z+57
  218. j org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable()V+86
  219. j org.eclipse.jetty.io.ssl.SslConnection.onFillable()V+50
  220. j org.eclipse.jetty.io.ssl.SslConnection$2.succeeded()V+4
  221. j org.eclipse.jetty.io.FillInterest.fillable()Z+57
  222. j org.eclipse.jetty.io.ChannelEndPoint$2.run()V+7
  223. j org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(Ljava/lang/Runnable;)V+1
  224. j org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(Z)Z+507
  225. j org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(Z)V+134
  226. j org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run()V+2
  227. j org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run()V+203
  228. j org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(Ljava/lang/Runnable;)V+1
  229. j org.eclipse.jetty.util.thread.QueuedThreadPool$2.run()V+104
  230. j java.lang.Thread.run()V+11
  231. v ~StubRoutines::call_stub
  232.  
  233. --------------- P R O C E S S ---------------
  234.  
  235. Java Threads: ( => current thread )
  236. 0x471b6c00 JavaThread "qtp6646756-32" [_thread_in_native, id=19008, stack(0x48640000,0x48690000)]
  237. 0x471b9000 JavaThread "Thread-17" daemon [_thread_in_native, id=7696, stack(0x48f80000,0x48fd0000)]
  238. 0x471b8800 JavaThread "qtp6646756-29" [_thread_in_native, id=20428, stack(0x48250000,0x482a0000)]
  239. 0x471b7c00 JavaThread "qtp6646756-28" [_thread_blocked, id=10808, stack(0x46ce0000,0x46d30000)]
  240. 0x471b7800 JavaThread "Scheduler-30977675" [_thread_blocked, id=1392, stack(0x46c50000,0x46ca0000)]
  241. 0x471b8400 JavaThread "qtp6646756-22" [_thread_blocked, id=23748, stack(0x49780000,0x497d0000)]
  242. 0x460bec00 JavaThread "qtp6646756-20" [_thread_blocked, id=20944, stack(0x49660000,0x496b0000)]
  243. 0x460be000 JavaThread "qtp6646756-18-acceptor-0@1b372ff-ServerConnector@1749a39{SSL,[ssl, http/1.1]}{0.0.0.0:7331}" [_thread_in_native, id=21712, stack(0x49540000,0x49590000)]
  244. =>0x460c1800 JavaThread "qtp6646756-17" [_thread_in_native, id=24464, stack(0x494b0000,0x49500000)]
  245. 0x460c1400 JavaThread "qtp6646756-16" [_thread_blocked, id=20648, stack(0x49420000,0x49470000)]
  246. 0x460bf800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=22852, stack(0x483b0000,0x48400000)]
  247. 0x460c0c00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=9728, stack(0x481c0000,0x48210000)]
  248. 0x460bf400 JavaThread "AWT-Shutdown" [_thread_blocked, id=20676, stack(0x48130000,0x48180000)]
  249. 0x460c0000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=16128, stack(0x010d0000,0x01120000)]
  250. 0x460c0800 JavaThread "JdbcPooledConnectionSource connection tester" daemon [_thread_blocked, id=21172, stack(0x01000000,0x01050000)]
  251. 0x4569d800 JavaThread "Service Thread" daemon [_thread_blocked, id=18364, stack(0x45ca0000,0x45cf0000)]
  252. 0x4569ac00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=6172, stack(0x45c10000,0x45c60000)]
  253. 0x456a1800 JavaThread "Attach Listener" daemon [_thread_blocked, id=9328, stack(0x45b80000,0x45bd0000)]
  254. 0x456a0800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=21540, stack(0x45af0000,0x45b40000)]
  255. 0x4568a800 JavaThread "Finalizer" daemon [_thread_blocked, id=12576, stack(0x45940000,0x45990000)]
  256. 0x45675800 JavaThread "Reference Handler" daemon [_thread_blocked, id=1568, stack(0x458b0000,0x45900000)]
  257. 0x02d4dc00 JavaThread "main" [_thread_blocked, id=13004, stack(0x00e60000,0x00eb0000)]
  258.  
  259. Other Threads:
  260. 0x02e4e800 VMThread [stack: 0x04fb0000,0x05000000] [id=17048]
  261. 0x456ce400 WatcherThread [stack: 0x45d30000,0x45d80000] [id=13444]
  262.  
  263. VM state:not at safepoint (normal execution)
  264.  
  265. VM Mutex/Monitor currently owned by a thread: None
  266.  
  267. Heap:
  268. def new generation total 14464K, used 11752K [0x05000000, 0x05fb0000, 0x1a550000)
  269. eden space 12864K, 89% used [0x05000000, 0x05b31df8, 0x05c90000)
  270. from space 1600K, 18% used [0x05e20000, 0x05e685f0, 0x05fb0000)
  271. to space 1600K, 0% used [0x05c90000, 0x05c90000, 0x05e20000)
  272. tenured generation total 31904K, used 25374K [0x1a550000, 0x1c478000, 0x45000000)
  273. the space 31904K, 79% used [0x1a550000, 0x1be17a90, 0x1be17c00, 0x1c478000)
  274. Metaspace used 34538K, capacity 35246K, committed 35328K, reserved 36224K
  275.  
  276. Card table byte_map: [0x45000000,0x45210000] byte_map_base: 0x44fd8000
  277.  
  278. Polling page: 0x02c20000
  279.  
  280. CodeCache: size=32768Kb used=4675Kb max_used=5048Kb free=28092Kb
  281. bounds [0x02e50000, 0x03348000, 0x04e50000]
  282. total_blobs=2262 nmethods=1882 adapters=310
  283. compilation: enabled
  284.  
  285. Compilation events (10 events):
  286. Event: 27416.123 Thread 0x4569ac00 4823 java.nio.charset.CharsetDecoder::averageCharsPerByte (5 bytes)
  287. Event: 27416.123 Thread 0x4569ac00 nmethod 4823 0x02f0b188 code [0x02f0b280, 0x02f0b300]
  288. Event: 27416.123 Thread 0x4569ac00 4824 java.util.LinkedHashMap$Entry::<init> (10 bytes)
  289. Event: 27416.123 Thread 0x4569ac00 nmethod 4824 0x030961c8 code [0x030962c0, 0x03096370]
  290. Event: 27416.123 Thread 0x4569ac00 4825 java.util.HashMap::put (13 bytes)
  291. Event: 27416.123 Thread 0x4569ac00 nmethod 4825 0x03095f48 code [0x03096050, 0x03096148]
  292. Event: 27416.123 Thread 0x4569ac00 4826 org.apache.pdfbox.cos.COSObjectKey::getNumber (5 bytes)
  293. Event: 27416.123 Thread 0x4569ac00 nmethod 4826 0x03095d88 code [0x03095e80, 0x03095f00]
  294. Event: 27416.123 Thread 0x4569ac00 4827 java.text.DigitList::set (176 bytes)
  295. Event: 27416.123 Thread 0x4569ac00 nmethod 4827 0x030b7148 code [0x030b7280, 0x030b75d4]
  296.  
  297. GC Heap History (10 events):
  298. Event: 27414.892 GC heap before
  299. {Heap before GC invocations=520 (full 16):
  300. def new generation total 14464K, used 14431K [0x05000000, 0x05fb0000, 0x1a550000)
  301. eden space 12864K, 99% used [0x05000000, 0x05c8e710, 0x05c90000)
  302. from space 1600K, 98% used [0x05c90000, 0x05e19658, 0x05e20000)
  303. to space 1600K, 0% used [0x05e20000, 0x05e20000, 0x05fb0000)
  304. tenured generation total 31904K, used 19774K [0x1a550000, 0x1c478000, 0x45000000)
  305. the space 31904K, 61% used [0x1a550000, 0x1b89fb50, 0x1b89fc00, 0x1c478000)
  306. Metaspace used 34537K, capacity 35246K, committed 35328K, reserved 36224K
  307. Event: 27414.897 GC heap after
  308. Heap after GC invocations=521 (full 16):
  309. def new generation total 14464K, used 1281K [0x05000000, 0x05fb0000, 0x1a550000)
  310. eden space 12864K, 0% used [0x05000000, 0x05000000, 0x05c90000)
  311. from space 1600K, 80% used [0x05e20000, 0x05f604f8, 0x05fb0000)
  312. to space 1600K, 0% used [0x05c90000, 0x05c90000, 0x05e20000)
  313. tenured generation total 31904K, used 24438K [0x1a550000, 0x1c478000, 0x45000000)
  314. the space 31904K, 76% used [0x1a550000, 0x1bd2da50, 0x1bd2dc00, 0x1c478000)
  315. Metaspace used 34537K, capacity 35246K, committed 35328K, reserved 36224K
  316. }
  317. Event: 27415.134 GC heap before
  318. {Heap before GC invocations=521 (full 16):
  319. def new generation total 14464K, used 14145K [0x05000000, 0x05fb0000, 0x1a550000)
  320. eden space 12864K, 100% used [0x05000000, 0x05c90000, 0x05c90000)
  321. from space 1600K, 80% used [0x05e20000, 0x05f604f8, 0x05fb0000)
  322. to space 1600K, 0% used [0x05c90000, 0x05c90000, 0x05e20000)
  323. tenured generation total 31904K, used 24438K [0x1a550000, 0x1c478000, 0x45000000)
  324. the space 31904K, 76% used [0x1a550000, 0x1bd2da50, 0x1bd2dc00, 0x1c478000)
  325. Metaspace used 34538K, capacity 35246K, committed 35328K, reserved 36224K
  326. Event: 27415.137 GC heap after
  327. Heap after GC invocations=522 (full 16):
  328. def new generation total 14464K, used 19K [0x05000000, 0x05fb0000, 0x1a550000)
  329. eden space 12864K, 0% used [0x05000000, 0x05000000, 0x05c90000)
  330. from space 1600K, 1% used [0x05c90000, 0x05c94cb0, 0x05e20000)
  331. to space 1600K, 0% used [0x05e20000, 0x05e20000, 0x05fb0000)
  332. tenured generation total 31904K, used 25299K [0x1a550000, 0x1c478000, 0x45000000)
  333. the space 31904K, 79% used [0x1a550000, 0x1be04d98, 0x1be04e00, 0x1c478000)
  334. Metaspace used 34538K, capacity 35246K, committed 35328K, reserved 36224K
  335. }
  336. Event: 27415.563 GC heap before
  337. {Heap before GC invocations=522 (full 16):
  338. def new generation total 14464K, used 12883K [0x05000000, 0x05fb0000, 0x1a550000)
  339. eden space 12864K, 100% used [0x05000000, 0x05c90000, 0x05c90000)
  340. from space 1600K, 1% used [0x05c90000, 0x05c94cb0, 0x05e20000)
  341. to space 1600K, 0% used [0x05e20000, 0x05e20000, 0x05fb0000)
  342. tenured generation total 31904K, used 25299K [0x1a550000, 0x1c478000, 0x45000000)
  343. the space 31904K, 79% used [0x1a550000, 0x1be04d98, 0x1be04e00, 0x1c478000)
  344. Metaspace used 34538K, capacity 35246K, committed 35328K, reserved 36224K
  345. Event: 27415.566 GC heap after
  346. Heap after GC invocations=523 (full 16):
  347. def new generation total 14464K, used 1092K [0x05000000, 0x05fb0000, 0x1a550000)
  348. eden space 12864K, 0% used [0x05000000, 0x05000000, 0x05c90000)
  349. from space 1600K, 68% used [0x05e20000, 0x05f31348, 0x05fb0000)
  350. to space 1600K, 0% used [0x05c90000, 0x05c90000, 0x05e20000)
  351. tenured generation total 31904K, used 25299K [0x1a550000, 0x1c478000, 0x45000000)
  352. the space 31904K, 79% used [0x1a550000, 0x1be04d98, 0x1be04e00, 0x1c478000)
  353. Metaspace used 34538K, capacity 35246K, committed 35328K, reserved 36224K
  354. }
  355. Event: 27415.875 GC heap before
  356. {Heap before GC invocations=523 (full 16):
  357. def new generation total 14464K, used 13956K [0x05000000, 0x05fb0000, 0x1a550000)
  358. eden space 12864K, 100% used [0x05000000, 0x05c90000, 0x05c90000)
  359. from space 1600K, 68% used [0x05e20000, 0x05f31348, 0x05fb0000)
  360. to space 1600K, 0% used [0x05c90000, 0x05c90000, 0x05e20000)
  361. tenured generation total 31904K, used 25299K [0x1a550000, 0x1c478000, 0x45000000)
  362. the space 31904K, 79% used [0x1a550000, 0x1be04d98, 0x1be04e00, 0x1c478000)
  363. Metaspace used 34538K, capacity 35246K, committed 35328K, reserved 36224K
  364. Event: 27415.877 GC heap after
  365. Heap after GC invocations=524 (full 16):
  366. def new generation total 14464K, used 911K [0x05000000, 0x05fb0000, 0x1a550000)
  367. eden space 12864K, 0% used [0x05000000, 0x05000000, 0x05c90000)
  368. from space 1600K, 56% used [0x05c90000, 0x05d73fa8, 0x05e20000)
  369. to space 1600K, 0% used [0x05e20000, 0x05e20000, 0x05fb0000)
  370. tenured generation total 31904K, used 25306K [0x1a550000, 0x1c478000, 0x45000000)
  371. the space 31904K, 79% used [0x1a550000, 0x1be06998, 0x1be06a00, 0x1c478000)
  372. Metaspace used 34538K, capacity 35246K, committed 35328K, reserved 36224K
  373. }
  374. Event: 27415.986 GC heap before
  375. {Heap before GC invocations=524 (full 16):
  376. def new generation total 14464K, used 11490K [0x05000000, 0x05fb0000, 0x1a550000)
  377. eden space 12864K, 82% used [0x05000000, 0x05a54c20, 0x05c90000)
  378. from space 1600K, 56% used [0x05c90000, 0x05d73fa8, 0x05e20000)
  379. to space 1600K, 0% used [0x05e20000, 0x05e20000, 0x05fb0000)
  380. tenured generation total 31904K, used 25306K [0x1a550000, 0x1c478000, 0x45000000)
  381. the space 31904K, 79% used [0x1a550000, 0x1be06998, 0x1be06a00, 0x1c478000)
  382. Metaspace used 34538K, capacity 35246K, committed 35328K, reserved 36224K
  383. Event: 27415.988 GC heap after
  384. Heap after GC invocations=525 (full 16):
  385. def new generation total 14464K, used 289K [0x05000000, 0x05fb0000, 0x1a550000)
  386. eden space 12864K, 0% used [0x05000000, 0x05000000, 0x05c90000)
  387. from space 1600K, 18% used [0x05e20000, 0x05e685f0, 0x05fb0000)
  388. to space 1600K, 0% used [0x05c90000, 0x05c90000, 0x05e20000)
  389. tenured generation total 31904K, used 25374K [0x1a550000, 0x1c478000, 0x45000000)
  390. the space 31904K, 79% used [0x1a550000, 0x1be17a90, 0x1be17c00, 0x1c478000)
  391. Metaspace used 34538K, capacity 35246K, committed 35328K, reserved 36224K
  392. }
  393.  
  394. Deoptimization events (0 events):
  395. No events
  396.  
  397. Classes redefined (0 events):
  398. No events
  399.  
  400. Internal exceptions (10 events):
  401. Event: 27416.172 Thread 0x460c1800 Exception <a 'java/io/IOException'> (0x05b17ec0) thrown at [C:\workspace\8-2-build-windows-i586-cygwin\jdk8u191\11896\hotspot\src\share\vm\prims\jni.cpp, line 709]
  402. Event: 27416.172 Thread 0x460c1800 Exception <a 'java/io/IOException'> (0x05b184d0) thrown at [C:\workspace\8-2-build-windows-i586-cygwin\jdk8u191\11896\hotspot\src\share\vm\prims\jni.cpp, line 709]
  403. Event: 27416.172 Thread 0x460c1800 Exception <a 'java/io/IOException'> (0x05b1ea40) thrown at [C:\workspace\8-2-build-windows-i586-cygwin\jdk8u191\11896\hotspot\src\share\vm\prims\jni.cpp, line 709]
  404. Event: 27416.172 Thread 0x460c1800 Exception <a 'java/io/IOException'> (0x05b1f050) thrown at [C:\workspace\8-2-build-windows-i586-cygwin\jdk8u191\11896\hotspot\src\share\vm\prims\jni.cpp, line 709]
  405. Event: 27416.172 Thread 0x460c1800 Exception <a 'java/io/IOException'> (0x05b20058) thrown at [C:\workspace\8-2-build-windows-i586-cygwin\jdk8u191\11896\hotspot\src\share\vm\prims\jni.cpp, line 709]
  406. Event: 27416.172 Thread 0x460c1800 Exception <a 'java/io/IOException'> (0x05b20668) thrown at [C:\workspace\8-2-build-windows-i586-cygwin\jdk8u191\11896\hotspot\src\share\vm\prims\jni.cpp, line 709]
  407. Event: 27416.172 Thread 0x460c1800 Exception <a 'java/io/IOException'> (0x05b21b38) thrown at [C:\workspace\8-2-build-windows-i586-cygwin\jdk8u191\11896\hotspot\src\share\vm\prims\jni.cpp, line 709]
  408. Event: 27416.172 Thread 0x460c1800 Exception <a 'java/io/IOException'> (0x05b22148) thrown at [C:\workspace\8-2-build-windows-i586-cygwin\jdk8u191\11896\hotspot\src\share\vm\prims\jni.cpp, line 709]
  409. Event: 27416.173 Thread 0x460c1800 Exception <a 'java/io/IOException'> (0x05b2fb00) thrown at [C:\workspace\8-2-build-windows-i586-cygwin\jdk8u191\11896\hotspot\src\share\vm\prims\jni.cpp, line 709]
  410. Event: 27416.173 Thread 0x460c1800 Exception <a 'java/io/IOException'> (0x05b30110) thrown at [C:\workspace\8-2-build-windows-i586-cygwin\jdk8u191\11896\hotspot\src\share\vm\prims\jni.cpp, line 709]
  411.  
  412. Events (10 events):
  413. Event: 27416.031 Thread 0x4569ac00 flushing nmethod 0x030b2548
  414. Event: 27416.031 Thread 0x4569ac00 flushing nmethod 0x030b2748
  415. Event: 27416.031 Thread 0x4569ac00 flushing nmethod 0x030b3908
  416. Event: 27416.031 Thread 0x4569ac00 flushing nmethod 0x030b4d08
  417. Event: 27416.031 Thread 0x4569ac00 flushing nmethod 0x030c9c08
  418. Event: 27416.031 Thread 0x4569ac00 flushing nmethod 0x030c9f48
  419. Event: 27416.031 Thread 0x4569ac00 flushing nmethod 0x030ca448
  420. Event: 27416.031 Thread 0x4569ac00 flushing nmethod 0x030ca748
  421. Event: 27416.031 Thread 0x4569ac00 flushing nmethod 0x030caac8
  422. Event: 27416.031 Thread 0x4569ac00 flushing nmethod 0x030cae88
  423.  
  424.  
  425. Dynamic libraries:
  426. 0x00350000 - 0x00405000 C:\Program Files (x86)\app\app.exe
  427. 0x77310000 - 0x774a0000 C:\WINDOWS\SYSTEM32\ntdll.dll
  428. 0x76bb0000 - 0x76c90000 C:\WINDOWS\System32\KERNEL32.DLL
  429. 0x77020000 - 0x77204000 C:\WINDOWS\System32\KERNELBASE.dll
  430. 0x753c0000 - 0x7554d000 C:\WINDOWS\System32\USER32.dll
  431. 0x73f60000 - 0x73f77000 C:\WINDOWS\System32\win32u.dll
  432. 0x76c90000 - 0x76cb2000 C:\WINDOWS\System32\GDI32.dll
  433. 0x73c00000 - 0x73d64000 C:\WINDOWS\System32\gdi32full.dll
  434. 0x76e60000 - 0x76edd000 C:\WINDOWS\System32\msvcp_win.dll
  435. 0x73e30000 - 0x73f4e000 C:\WINDOWS\System32\ucrtbase.dll
  436. 0x74170000 - 0x741e8000 C:\WINDOWS\System32\ADVAPI32.dll
  437. 0x73d70000 - 0x73e2f000 C:\WINDOWS\System32\msvcrt.dll
  438. 0x75370000 - 0x753b4000 C:\WINDOWS\System32\sechost.dll
  439. 0x752b0000 - 0x75370000 C:\WINDOWS\System32\RPCRT4.dll
  440. 0x73bd0000 - 0x73bf0000 C:\WINDOWS\System32\SspiCli.dll
  441. 0x73bc0000 - 0x73bca000 C:\WINDOWS\System32\CRYPTBASE.dll
  442. 0x75770000 - 0x757c8000 C:\WINDOWS\System32\bcryptPrimitives.dll
  443. 0x74430000 - 0x7452c000 C:\WINDOWS\System32\ole32.dll
  444. 0x75050000 - 0x752ac000 C:\WINDOWS\System32\combase.dll
  445. 0x74fb0000 - 0x74fd6000 C:\WINDOWS\System32\IMM32.DLL
  446. 0x70bd0000 - 0x70dd4000 C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.17134.523_none_42edd4b044e3535c\comctl32.dll
  447. 0x6d130000 - 0x6d503000 c:\program files (x86)\java\jre1.8.0_191\bin\client\jvm.dll
  448. 0x73bf0000 - 0x73bf6000 C:\WINDOWS\System32\PSAPI.DLL
  449. 0x6c330000 - 0x6c354000 C:\WINDOWS\SYSTEM32\WINMM.dll
  450. 0x73bb0000 - 0x73bb8000 C:\WINDOWS\SYSTEM32\VERSION.dll
  451. 0x711c0000 - 0x711c8000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
  452. 0x71210000 - 0x712cf000 C:\WINDOWS\SYSTEM32\MSVCR100.dll
  453. 0x740f0000 - 0x74157000 C:\WINDOWS\System32\WS2_32.dll
  454. 0x6ba30000 - 0x6ba53000 C:\WINDOWS\SYSTEM32\winmmbase.dll
  455. 0x756c0000 - 0x756f9000 C:\WINDOWS\System32\cfgmgr32.dll
  456. 0x71340000 - 0x7134c000 c:\program files (x86)\java\jre1.8.0_191\bin\verify.dll
  457. 0x71310000 - 0x71332000 c:\program files (x86)\java\jre1.8.0_191\bin\java.dll
  458. 0x71540000 - 0x71554000 c:\program files (x86)\java\jre1.8.0_191\bin\zip.dll
  459. 0x75860000 - 0x76baa000 C:\WINDOWS\System32\SHELL32.dll
  460. 0x75630000 - 0x756b8000 C:\WINDOWS\System32\shcore.dll
  461. 0x74560000 - 0x74b1a000 C:\WINDOWS\System32\windows.storage.dll
  462. 0x75550000 - 0x75595000 C:\WINDOWS\System32\shlwapi.dll
  463. 0x74530000 - 0x7453f000 C:\WINDOWS\System32\kernel.appcore.dll
  464. 0x75700000 - 0x75718000 C:\WINDOWS\System32\profapi.dll
  465. 0x75720000 - 0x75765000 C:\WINDOWS\System32\powrprof.dll
  466. 0x77210000 - 0x77218000 C:\WINDOWS\System32\FLTLIB.DLL
  467. 0x6c3d0000 - 0x6c3fa000 C:\Program Files (x86)\app\.install4j\i4jinst.dll
  468. 0x74390000 - 0x74426000 C:\WINDOWS\System32\OLEAUT32.dll
  469. 0x66fe0000 - 0x66fea000 C:\Program Files (x86)\Java\jre1.8.0_191\bin\management.dll
  470. 0x77e60000 - 0x77e75000 C:\Program Files (x86)\Java\jre1.8.0_191\bin\net.dll
  471. 0x72b70000 - 0x72bc6000 C:\WINDOWS\system32\mswsock.dll
  472. 0x72bd0000 - 0x72be1000 C:\WINDOWS\system32\napinsp.dll
  473. 0x71890000 - 0x718a6000 C:\WINDOWS\system32\pnrpnsp.dll
  474. 0x716f0000 - 0x71703000 C:\WINDOWS\system32\NLAapi.dll
  475. 0x726f0000 - 0x7277e000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
  476. 0x75040000 - 0x75047000 C:\WINDOWS\System32\NSI.dll
  477. 0x73610000 - 0x73640000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
  478. 0x72e00000 - 0x72e0c000 C:\WINDOWS\System32\winrnr.dll
  479. 0x726e0000 - 0x726e8000 C:\Windows\System32\rasadhlp.dll
  480. 0x72690000 - 0x726df000 C:\WINDOWS\System32\fwpuclnt.dll
  481. 0x72f00000 - 0x72f19000 C:\WINDOWS\SYSTEM32\bcrypt.dll
  482. 0x77940000 - 0x7794f000 C:\Program Files (x86)\Java\jre1.8.0_191\bin\nio.dll
  483. 0x72b00000 - 0x72b13000 C:\WINDOWS\SYSTEM32\CRYPTSP.dll
  484. 0x72aa0000 - 0x72acf000 C:\WINDOWS\system32\rsaenh.dll
  485. 0x73b50000 - 0x73b71000 C:\WINDOWS\SYSTEM32\USERENV.dll
  486. 0x72070000 - 0x72083000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
  487. 0x727e0000 - 0x727f4000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
  488. 0x64280000 - 0x64371000 C:\Users\Zentrale\AppData\Local\Temp\sqlite-3.25.2-83b3db5f-6129-4e43-ada9-fc301e86ddca-sqlitejdbc.dll
  489. 0x6c980000 - 0x6cac7000 C:\Program Files (x86)\Java\jre1.8.0_191\bin\awt.dll
  490. 0x6e620000 - 0x6e6bd000 C:\WINDOWS\SYSTEM32\apphelp.dll
  491. 0x71380000 - 0x713fc000 C:\WINDOWS\system32\uxtheme.dll
  492. 0x741f0000 - 0x74333000 C:\WINDOWS\System32\MSCTF.dll
  493. 0x71350000 - 0x71373000 C:\WINDOWS\system32\dwmapi.dll
  494. 0x686e0000 - 0x687b9000 C:\WINDOWS\system32\opengl32.dll
  495. 0x50200000 - 0x5023f000 C:\WINDOWS\SYSTEM32\GLU32.dll
  496. 0x6cf20000 - 0x6cf59000 C:\Program Files (x86)\Java\jre1.8.0_191\bin\fontmanager.dll
  497. 0x55aa0000 - 0x55b2e000 C:\WINDOWS\SYSTEM32\mscms.dll
  498. 0x55a90000 - 0x55a9c000 C:\WINDOWS\SYSTEM32\ColorAdapterClient.dll
  499. 0x55a50000 - 0x55a8e000 C:\WINDOWS\SYSTEM32\icm32.dll
  500. 0x755a0000 - 0x75623000 C:\WINDOWS\System32\clbcatq.dll
  501. 0x6cc50000 - 0x6cdc1000 C:\WINDOWS\SYSTEM32\WindowsCodecs.dll
  502. 0x77cd0000 - 0x77d1f000 C:\WINDOWS\system32\dataexchange.dll
  503. 0x61490000 - 0x616e2000 C:\WINDOWS\system32\d3d11.dll
  504. 0x616f0000 - 0x61788000 C:\WINDOWS\system32\dxgi.dll
  505. 0x48b60000 - 0x48c9c000 C:\WINDOWS\system32\dcomp.dll
  506. 0x562a0000 - 0x56405000 C:\WINDOWS\system32\twinapi.appcore.dll
  507. 0x5a850000 - 0x5a86a000 C:\WINDOWS\system32\RMCLIENT.dll
  508. 0x70790000 - 0x707c2000 C:\Program Files (x86)\Java\jre1.8.0_191\bin\t2k.dll
  509. 0x6b150000 - 0x6b170000 C:\Program Files (x86)\Java\jre1.8.0_191\bin\sunec.dll
  510. 0x700a0000 - 0x700a9000 C:\Program Files (x86)\Java\jre1.8.0_191\bin\sunmscapi.dll
  511. 0x76cc0000 - 0x76e56000 C:\WINDOWS\System32\CRYPT32.dll
  512. 0x73f50000 - 0x73f5e000 C:\WINDOWS\System32\MSASN1.dll
  513. 0x739d0000 - 0x73a3d000 C:\WINDOWS\SYSTEM32\WINSPOOL.DRV
  514. 0x73340000 - 0x734c0000 C:\WINDOWS\SYSTEM32\PROPSYS.dll
  515. 0x69e20000 - 0x69e52000 C:\Program Files (x86)\Java\jre1.8.0_191\bin\lcms.dll
  516. 0x68e10000 - 0x68e34000 C:\Program Files (x86)\Java\jre1.8.0_191\bin\dcpr.dll
  517. 0x69f00000 - 0x69f26000 C:\Program Files (x86)\Java\jre1.8.0_191\bin\jpeg.dll
  518. 0x73840000 - 0x739c2000 C:\WINDOWS\SYSTEM32\dbghelp.dll
  519.  
  520. VM Arguments:
  521. jvm_args: -Dexe4j.semaphoreName=Local\c:_program_files_(x86)_app_app.exe -Dexe4j.isInstall4j=true -Dexe4j.moduleName=C:\Program Files (x86)\app\app.exe -Dexe4j.tempDir= -Dexe4j.unextractedPosition=0 -Djava.library.path=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler;C:\Program Files (x86)\Common Files\Intel\Shared Files\cpp\bin\Intel64;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Common Files\Acronis\VirtualFile\;C:\Program Files (x86)\Common Files\Acronis\VirtualFile64\;C:\Program Files (x86)\Common Files\Acronis\SnapAPI\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Common Files\Adobe\AGL;C:\WINDOWS\System32\OpenSSH\;C:\Users\Zentrale\AppData\Local\Microsoft\WindowsApps;;c:\program files (x86)\java\jre1.8.0_191\bin -Dexe4j.consoleCodepage=cp0 -Dapple.awt.UIElement=true -Xmx1024m -Dinstall4j.launcherId=23 -Dinstall4j.swt=false
  522. java_command: C:\Program Files (x86)\app\app.exe
  523. java_class_path (initial): C:\Program Files (x86)\app\.install4j\i4jruntime.jar;C:\Program Files (x86)\app\.\app.jar
  524. Launcher Type: generic
  525.  
  526. Environment Variables:
  527. PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler;C:\Program Files (x86)\Common Files\Intel\Shared Files\cpp\bin\Intel64;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Common Files\Acronis\VirtualFile\;C:\Program Files (x86)\Common Files\Acronis\VirtualFile64\;C:\Program Files (x86)\Common Files\Acronis\SnapAPI\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Common Files\Adobe\AGL;C:\WINDOWS\System32\OpenSSH\;C:\Users\Zentrale\AppData\Local\Microsoft\WindowsApps;;c:\program files (x86)\java\jre1.8.0_191\bin
  528. USERNAME=Zentrale
  529. OS=Windows_NT
  530. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
  531.  
  532.  
  533.  
  534. --------------- S Y S T E M ---------------
  535.  
  536. OS: Windows 10.0 , 64 bit Build 17134 (10.0.17134.1)
  537.  
  538. CPU:total 4 (initial active 4) (4 cores per cpu, 1 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, lzcnt, tsc, tscinvbit, bmi1, bmi2
  539.  
  540. Memory: 4k page, physical 8286560k(2247292k free), swap 16675168k(7847464k free)
  541.  
  542. vm_info: Java HotSpot(TM) Client VM (25.191-b12) for windows-x86 JRE (1.8.0_191-b12), built on Oct 6 2018 08:34:23 by "java_re" with MS VC++ 10.0 (VS2010)
  543.  
  544. time: Mon Jan 28 14:40:04 2019
  545. elapsed time: 27416 seconds (0d 7h 36m 56s)
Add Comment
Please, Sign In to add comment