东方网 文促会 后端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. #
  2. # There is insufficient memory for the Java Runtime Environment to continue.
  3. # Native memory allocation (malloc) failed to allocate 1048576 bytes for AllocateHeap
  4. # Possible reasons:
  5. # The system is out of physical RAM or swap space
  6. # In 32 bit mode, the process size limit was hit
  7. # Possible solutions:
  8. # Reduce memory load on the system
  9. # Increase physical memory or swap space
  10. # Check if swap backing store is full
  11. # Use 64 bit Java on a 64 bit OS
  12. # Decrease Java heap size (-Xmx/-Xms)
  13. # Decrease number of Java threads
  14. # Decrease Java thread stack sizes (-Xss)
  15. # Set larger code cache with -XX:ReservedCodeCacheSize=
  16. # This output file may be truncated or incomplete.
  17. #
  18. # Out of Memory Error (memory/allocation.inline.hpp:61), pid=30176, tid=0x0000000000008254
  19. #
  20. # JRE version: (8.0_92-b14) (build )
  21. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.92-b14 mixed mode windows-amd64 compressed oops)
  22. # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
  23. #
  24. --------------- T H R E A D ---------------
  25. Current thread (0x0000000002b98000): JavaThread "Unknown thread" [_thread_in_vm, id=33364, stack(0x00000000029f0000,0x0000000002af0000)]
  26. Stack: [0x00000000029f0000,0x0000000002af0000]
  27. [error occurred during error reporting (printing stack bounds), id 0xc0000005]
  28. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  29. --------------- P R O C E S S ---------------
  30. Java Threads: ( => current thread )
  31. Other Threads:
  32. =>0x0000000002b98000 (exited) JavaThread "Unknown thread" [_thread_in_vm, id=33364, stack(0x00000000029f0000,0x0000000002af0000)]
  33. VM state:not at safepoint (normal execution)
  34. VM Mutex/Monitor currently owned by a thread: None
  35. Heap:
  36. PSYoungGen total 114176K, used 1966K [0x0000000740e00000, 0x0000000748d00000, 0x00000007c0000000)
  37. eden space 98304K, 2% used [0x0000000740e00000,0x0000000740feb860,0x0000000746e00000)
  38. from space 15872K, 0% used [0x0000000747d80000,0x0000000747d80000,0x0000000748d00000)
  39. to space 15872K, 0% used [0x0000000746e00000,0x0000000746e00000,0x0000000747d80000)
  40. ParOldGen total 261120K, used 0K [0x0000000642a00000, 0x0000000652900000, 0x0000000740e00000)
  41. object space 261120K, 0% used [0x0000000642a00000,0x0000000642a00000,0x0000000652900000)
  42. Metaspace used 780K, capacity 4480K, committed 4480K, reserved 1056768K
  43. class space used 75K, capacity 384K, committed 384K, reserved 1048576K
  44. Card table byte_map: [0x0000000012150000,0x0000000012d40000] byte_map_base: 0x000000000ef3b000
  45. Marking Bits: (ParMarkBitMap*) 0x00000000620864f0
  46. Begin Bits: [0x0000000013b40000, 0x0000000019a98000)
  47. End Bits: [0x0000000019a98000, 0x000000001f9f0000)
  48. Polling page: 0x0000000000910000
  49. CodeCache: size=245760Kb used=328Kb max_used=328Kb free=245431Kb
  50. bounds [0x0000000002d90000, 0x0000000003000000, 0x0000000011d90000]
  51. total_blobs=58 nmethods=0 adapters=38
  52. compilation: enabled
  53. Compilation events (0 events):
  54. No events
  55. GC Heap History (0 events):
  56. No events
  57. Deoptimization events (0 events):
  58. No events
  59. Internal exceptions (0 events):
  60. No events
  61. Events (10 events):
  62. Event: 0.033 loading class java/lang/Short
  63. Event: 0.034 loading class java/lang/Short done
  64. Event: 0.034 loading class java/lang/Integer
  65. Event: 0.034 loading class java/lang/Integer done
  66. Event: 0.034 loading class java/lang/Long
  67. Event: 0.034 loading class java/lang/Long done
  68. Event: 0.034 loading class java/lang/NullPointerException
  69. Event: 0.034 loading class java/lang/NullPointerException done
  70. Event: 0.034 loading class java/lang/ArithmeticException
  71. Event: 0.034 loading class java/lang/ArithmeticException done
  72. Dynamic libraries:
  73. 0x00007ff6f6a70000 - 0x00007ff6f6aa7000 D:\Program Files\Java\jdk1.8.0_92\bin\java.exe
  74. 0x00007ff8e83a0000 - 0x00007ff8e858d000 C:\Windows\SYSTEM32\ntdll.dll
  75. 0x00007ff8e7d00000 - 0x00007ff8e7db3000 C:\Windows\System32\KERNEL32.DLL
  76. 0x00007ff8e4870000 - 0x00007ff8e4b03000 C:\Windows\System32\KERNELBASE.dll
  77. 0x00007ff8e8190000 - 0x00007ff8e8233000 C:\Windows\System32\ADVAPI32.dll
  78. 0x00007ff8e77e0000 - 0x00007ff8e787e000 C:\Windows\System32\msvcrt.dll
  79. 0x00007ff8e7930000 - 0x00007ff8e79ce000 C:\Windows\System32\sechost.dll
  80. 0x00007ff8e8060000 - 0x00007ff8e8183000 C:\Windows\System32\RPCRT4.dll
  81. 0x00007ff8e7e40000 - 0x00007ff8e7fd7000 C:\Windows\System32\USER32.dll
  82. 0x00007ff8e5500000 - 0x00007ff8e5520000 C:\Windows\System32\win32u.dll
  83. 0x00007ff8e55f0000 - 0x00007ff8e5619000 C:\Windows\System32\GDI32.dll
  84. 0x00007ff8e46d0000 - 0x00007ff8e486a000 C:\Windows\System32\gdi32full.dll
  85. 0x00007ff8e5260000 - 0x00007ff8e5300000 C:\Windows\System32\msvcp_win.dll
  86. 0x00007ff8e53b0000 - 0x00007ff8e54ac000 C:\Windows\System32\ucrtbase.dll
  87. 0x00007ff8d7ad0000 - 0x00007ff8d7d49000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.17763.168_none_05b737f6071d80ab\COMCTL32.dll
  88. 0x00007ff8e79d0000 - 0x00007ff8e7cfd000 C:\Windows\System32\combase.dll
  89. 0x00007ff8e5300000 - 0x00007ff8e537e000 C:\Windows\System32\bcryptPrimitives.dll
  90. 0x00007ff8e7880000 - 0x00007ff8e78ae000 C:\Windows\System32\IMM32.DLL
  91. 0x0000000062110000 - 0x00000000621e2000 D:\Program Files\Java\jdk1.8.0_92\jre\bin\msvcr100.dll
  92. 0x0000000061870000 - 0x0000000062106000 D:\Program Files\Java\jdk1.8.0_92\jre\bin\server\jvm.dll
  93. 0x00007ff8e55d0000 - 0x00007ff8e55d8000 C:\Windows\System32\PSAPI.DLL
  94. 0x00007ff8dc530000 - 0x00007ff8dc539000 C:\Windows\SYSTEM32\WSOCK32.dll
  95. 0x00007ff8e7650000 - 0x00007ff8e76bd000 C:\Windows\System32\WS2_32.dll
  96. 0x00007ff8dcba0000 - 0x00007ff8dcbc4000 C:\Windows\SYSTEM32\WINMM.dll
  97. 0x00007ff8e02b0000 - 0x00007ff8e02ba000 C:\Windows\SYSTEM32\VERSION.dll
  98. 0x00007ff8dcb70000 - 0x00007ff8dcb9d000 C:\Windows\SYSTEM32\WINMMBASE.dll
  99. 0x00007ff8e54b0000 - 0x00007ff8e54fa000 C:\Windows\System32\cfgmgr32.dll
  100. 0x0000000061860000 - 0x000000006186f000 D:\Program Files\Java\jdk1.8.0_92\jre\bin\verify.dll
  101. 0x0000000061830000 - 0x0000000061859000 D:\Program Files\Java\jdk1.8.0_92\jre\bin\java.dll
  102. 0x0000000061420000 - 0x0000000061455000 D:\Program Files\Java\jdk1.8.0_92\jre\bin\jdwp.dll
  103. 0x00000000617d0000 - 0x00000000617d8000 D:\Program Files\Java\jdk1.8.0_92\jre\bin\npt.dll
  104. 0x00000000613f0000 - 0x0000000061413000 D:\Program Files\Java\jdk1.8.0_92\jre\bin\instrument.dll
  105. 0x0000000061790000 - 0x00000000617a6000 D:\Program Files\Java\jdk1.8.0_92\jre\bin\zip.dll
  106. VM Arguments:
  107. jvm_args: -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:59174,suspend=y,server=n -XX:TieredStopAtLevel=1 -Xverify:none -Dspring.output.ansi.enabled=always -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=59173 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.rmi.server.hostname=localhost -Dspring.liveBeansView.mbeanDomain -Dspring.application.admin.enabled=true -javaagent:C:\Users\liugw\.IntelliJIdea2018.2\system\captureAgent\debugger-agent.jar=file:/C:/Users/liugw/AppData/Local/Temp/capture.props -Dfile.encoding=UTF-8
  108. java_command: com.xdf.creative.CreativeApplication
  109. java_class_path (initial): D:\Program Files\Java\jdk1.8.0_92\jre\lib\charsets.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\deploy.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\ext\access-bridge-64.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\ext\cldrdata.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\ext\dnsns.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\ext\jaccess.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\ext\jfxrt.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\ext\localedata.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\ext\nashorn.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\ext\sunec.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\ext\sunjce_provider.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\ext\sunmscapi.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\ext\sunpkcs11.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\ext\zipfs.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\javaws.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\jce.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\jfr.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\jfxswt.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\jsse.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\management-agent.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\plugin.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\resources.jar;D:\Program Files\Java\jdk1.8.0_92\jre\lib\rt.jar;D:\liugw\GitLabProject\cultural_server\target\classes;D:\mavenWrok\repository\org\springframework\boot\spring-boot-starter-web\2.1.2.RELEASE\spring-boot-starter-web-2.1.2.RELEASE.jar;D:\mavenWrok\repository\org\springframework\boot\spring-boot-starter\2.1.2.RELEASE\spring-boot-starter-2.1.2.RELEASE.jar;D:\mavenWrok\repository\org\springframework\boot\spring-boot\2.1.2.RELEASE\spring-boot-2.1.2.RELEASE.jar;D:\mavenWrok\repository\org\springframework\boot\spring-boot-starter-logging\2.1.2.RELEASE\spring-boot-starter-logging-2.1.2.RELEASE.jar;D:\mavenWrok\repository\ch\qos\logback\logback-classic\1.2.3\logback-classic-1.2.3.jar;D:\mavenWrok\repository\ch\qos\logback\
  110. Launcher Type: SUN_STANDARD
  111. Environment Variables:
  112. PATH=D:\installSoft\xftp\NetSarang\Xftp 6\;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\MySQL\MySQL Utilities 1.6\;D:\installWork\Git\cmd;D:\Program Files\TortoiseSVN\bin;C:\Users\liugw\AppData\Local\Microsoft\WindowsApps;D:\installWork\Git\cmd;
  113. USERNAME=liugw
  114. OS=Windows_NT
  115. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 10, GenuineIntel
  116. --------------- S Y S T E M ---------------
  117. OS: Windows 10.0 , 64 bit Build 17763 (10.0.17763.1)
  118. CPU:total 6 (6 cores per cpu, 1 threads per core) family 6 model 158 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, tsc, tscinvbit, bmi1, bmi2, adx
  119. Memory: 4k page, physical 24988048k(7720864k free), swap 38573580k(5468k free)
  120. vm_info: Java HotSpot(TM) 64-Bit Server VM (25.92-b14) for windows-amd64 JRE (1.8.0_92-b14), built on Mar 31 2016 21:03:04 by "java_re" with MS VC++ 10.0 (VS2010)
  121. time: Fri Apr 17 16:29:55 2020
  122. elapsed time: 0 seconds (0d 0h 0m 0s)