Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ES server crashed in Windows XP #11808

Closed
feifeiiiiiiiiiii opened this issue Jun 22, 2015 · 1 comment
Closed

ES server crashed in Windows XP #11808

feifeiiiiiiiiiii opened this issue Jun 22, 2015 · 1 comment

Comments

@feifeiiiiiiiiiii
Copy link
Contributor

Full error log as follows:

SYSTEM INFO:
---------------  S Y S T E M  ---------------

OS: Windows 5.1 Build 2600 (5.1.2600.6532)

CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, tsc

Memory: 4k page, physical 3105304k(1569612k free), swap 5041156k(3364072k free)

vm_info: Java HotSpot(TM) Client VM (25.45-b02) for windows-x86 JRE (1.8.0_45-b15), built on Apr 30 2015 12:31:00 by "java_re" with MS VC++ 10.0 (VS2010)

time: Mon Jun 22 22:26:26 2015
elapsed time: 12543 seconds (0d 3h 29m 3s)

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c93240b, pid=3840, tid=2708
#
# JRE version: Java(TM) SE Runtime Environment (8.0_45-b15) (build 1.8.0_45-b15)
# Java VM: Java HotSpot(TM) Client VM (25.45-b02 mixed mode windows-x86 )
# Problematic frame:
# C  [ntdll.dll+0x1240b]
#
# 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.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

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

Current thread (0x46425000):  JavaThread "elasticsearch[Artemis][management][T#1]" daemon [_thread_in_native, id=2708, stack(0x48290000,0x482e0000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x00000000

Registers:
EAX=0x4a2f0048, EBX=0x000027f8, ECX=0x00000000, EDX=0x00450050
ESP=0x482df1a0, EBP=0x482df1b8, ESI=0x4a2f0040, EDI=0x46af0000
EIP=0x7c93240b, EFLAGS=0x00010207

Top of Stack: (sp=0x482df1a0)
0x482df1a0:   4a2f0040 4a2f0040 4a2f0000 46af0000
0x482df1b0:   4a2f0000 02000002 482df1e8 7c946970
0x482df1c0:   000027f8 102f0040 000027f8 46af0000
0x482df1d0:   00000000 00000000 00000000 00000008
0x482df1e0:   00000200 00000013 482df22c 7c9392a3
0x482df1f0:   46af0000 00000000 46af0102 00000000
0x482df200:   4a2f0000 4a304000 000001ec 00002401
0x482df210:   00000000 46af0000 46af0102 00014000 

Instructions: (pc=0x7c93240b)
0x7c9323eb:   c3 50 57 e8 59 02 00 00 8d 8f 78 01 00 00 3b c8
0x7c9323fb:   75 62 8b d0 8b 4a 04 8d 46 08 89 10 89 48 04 56
0x7c93240b:   89 01 57 89 42 04 e8 a6 e2 ff ff 89 5d 08 0f b7
0x7c93241b:   db 29 5d 10 f6 46 05 10 74 15 80 7e 07 40 0f 83 


Register to memory mapping:

EAX=0x4a2f0048 is an unknown value
EBX=0x000027f8 is an unknown value
ECX=0x00000000 is an unknown value
EDX=0x00450050 is an unknown value
ESP=0x482df1a0 is pointing into the stack for thread: 0x46425000
EBP=0x482df1b8 is pointing into the stack for thread: 0x46425000
ESI=0x4a2f0040 is an unknown value
EDI=0x46af0000 is an unknown value


Stack: [0x48290000,0x482e0000],  sp=0x482df1a0,  free space=316k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [ntdll.dll+0x1240b]
C  [ntdll.dll+0x26970]
C  [ntdll.dll+0x192a3]
C  [ntdll.dll+0x1248d]
C  [sigar-x86-winnt.dll+0x23c90]
C  [sigar-x86-winnt.dll+0x23b87]
C  [sigar-x86-winnt.dll+0x4754]
C  [sigar-x86-winnt.dll+0x45ea]
C  [sigar-x86-winnt.dll+0x5ddc]
C  [sigar-x86-winnt.dll+0x659a]
C  [sigar-x86-winnt.dll+0x16278]
j  org.hyperic.sigar.ProcFd.gather(Lorg/hyperic/sigar/Sigar;J)V+0
j  org.hyperic.sigar.ProcFd.fetch(Lorg/hyperic/sigar/Sigar;J)Lorg/hyperic/sigar/ProcFd;+11
j  org.hyperic.sigar.Sigar.getProcFd(J)Lorg/hyperic/sigar/ProcFd;+2
j  org.elasticsearch.monitor.process.SigarProcessProbe.processStats()Lorg/elasticsearch/monitor/process/ProcessStats;+47
j  org.elasticsearch.monitor.process.ProcessService$ProcessStatsCache.refresh()Lorg/elasticsearch/monitor/process/ProcessStats;+7
j  org.elasticsearch.monitor.process.ProcessService$ProcessStatsCache.refresh()Ljava/lang/Object;+1
j  org.elasticsearch.common.util.SingleObjectCache.getOrRefresh()Ljava/lang/Object;+28
j  org.elasticsearch.monitor.process.ProcessService.stats()Lorg/elasticsearch/monitor/process/ProcessStats;+4
j  org.elasticsearch.node.service.NodeService.stats(Lorg/elasticsearch/action/admin/indices/stats/CommonStatsFlags;ZZZZZZZZZ)Lorg/elasticsearch/action/admin/cluster/node/stats/NodeStats;+65
j  org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.nodeOperation(Lorg/elasticsearch/action/admin/cluster/node/stats/TransportNodesStatsAction$NodeStatsRequest;)Lorg/elasticsearch/action/admin/cluster/node/stats/NodeStats;+49
j  org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.nodeOperation(Lorg/elasticsearch/action/support/nodes/NodeOperationRequest;)Lorg/elasticsearch/action/support/nodes/NodeOperationResponse;+5
j  org.elasticsearch.action.support.nodes.TransportNodesOperationAction$AsyncAction$2.run()V+45
J 6951% C1 java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V (225 bytes) @ 0x00c43e78 [0x00c43c70+0x208]
j  java.util.concurrent.ThreadPoolExecutor$Worker.run()V+5
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub
V  [jvm.dll+0x155cb5]
V  [jvm.dll+0x21b12e]
V  [jvm.dll+0x155d4e]
V  [jvm.dll+0x155ed6]
V  [jvm.dll+0x155f47]
V  [jvm.dll+0xfb0cf]
V  [jvm.dll+0x17901c]
V  [jvm.dll+0x17910a]
V  [jvm.dll+0x1bd6e6]
C  [msvcr100.dll+0x5c556]
C  [msvcr100.dll+0x5c600]
C  [kernel32.dll+0xb729]
C  0x00000000

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.hyperic.sigar.ProcFd.gather(Lorg/hyperic/sigar/Sigar;J)V+0
j  org.hyperic.sigar.ProcFd.fetch(Lorg/hyperic/sigar/Sigar;J)Lorg/hyperic/sigar/ProcFd;+11
j  org.hyperic.sigar.Sigar.getProcFd(J)Lorg/hyperic/sigar/ProcFd;+2
j  org.elasticsearch.monitor.process.SigarProcessProbe.processStats()Lorg/elasticsearch/monitor/process/ProcessStats;+47
j  org.elasticsearch.monitor.process.ProcessService$ProcessStatsCache.refresh()Lorg/elasticsearch/monitor/process/ProcessStats;+7
j  org.elasticsearch.monitor.process.ProcessService$ProcessStatsCache.refresh()Ljava/lang/Object;+1
j  org.elasticsearch.common.util.SingleObjectCache.getOrRefresh()Ljava/lang/Object;+28
j  org.elasticsearch.monitor.process.ProcessService.stats()Lorg/elasticsearch/monitor/process/ProcessStats;+4
j  org.elasticsearch.node.service.NodeService.stats(Lorg/elasticsearch/action/admin/indices/stats/CommonStatsFlags;ZZZZZZZZZ)Lorg/elasticsearch/action/admin/cluster/node/stats/NodeStats;+65
j  org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.nodeOperation(Lorg/elasticsearch/action/admin/cluster/node/stats/TransportNodesStatsAction$NodeStatsRequest;)Lorg/elasticsearch/action/admin/cluster/node/stats/NodeStats;+49
j  org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.nodeOperation(Lorg/elasticsearch/action/support/nodes/NodeOperationRequest;)Lorg/elasticsearch/action/support/nodes/NodeOperationResponse;+5
j  org.elasticsearch.action.support.nodes.TransportNodesOperationAction$AsyncAction$2.run()V+45
J 6951% C1 java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V (225 bytes) @ 0x00c43e78 [0x00c43c70+0x208]
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 )
  0x464f7c00 JavaThread "elasticsearch[Artemis][listener][T#1]" daemon [_thread_blocked, id=3412, stack(0x48470000,0x484c0000)]
  0x4524fc00 JavaThread "elasticsearch[Artemis][generic][T#5]" daemon [_thread_blocked, id=3532, stack(0x4a0f0000,0x4a140000)]
  0x466c0400 JavaThread "elasticsearch[Artemis][search][T#4]" daemon [_thread_blocked, id=336, stack(0x490a0000,0x490f0000)]
  0x466bf400 JavaThread "elasticsearch[Artemis][search][T#3]" daemon [_thread_blocked, id=3444, stack(0x49050000,0x490a0000)]
  0x466be400 JavaThread "elasticsearch[Artemis][search][T#2]" daemon [_thread_blocked, id=708, stack(0x49000000,0x49050000)]
  0x466bd800 JavaThread "elasticsearch[Artemis][search][T#1]" daemon [_thread_blocked, id=4012, stack(0x48fb0000,0x49000000)]
  0x4666e400 JavaThread "elasticsearch[Artemis][flush][T#1]" daemon [_thread_blocked, id=2268, stack(0x48dd0000,0x48e20000)]
  0x46628400 JavaThread "elasticsearch[Artemis][merge][T#1]" daemon [_thread_blocked, id=2344, stack(0x48d80000,0x48dd0000)]
  0x46575000 JavaThread "elasticsearch[Artemis][refresh][T#1]" daemon [_thread_blocked, id=2716, stack(0x48d30000,0x48d80000)]
  0x4652e400 JavaThread "elasticsearch[Artemis][index][T#2]" daemon [_thread_blocked, id=2464, stack(0x48a00000,0x48a50000)]
  0x464d9800 JavaThread "elasticsearch[Artemis][index][T#1]" daemon [_thread_blocked, id=1720, stack(0x47e90000,0x47ee0000)]
  0x458b6000 JavaThread "elasticsearch[Artemis][management][T#5]" daemon [_thread_blocked, id=3748, stack(0x48be0000,0x48c30000)]
  0x458b5400 JavaThread "elasticsearch[Artemis][management][T#4]" daemon [_thread_blocked, id=2936, stack(0x48b90000,0x48be0000)]
  0x46621800 JavaThread "elasticsearch[Artemis][management][T#3]" daemon [_thread_blocked, id=1960, stack(0x48b40000,0x48b90000)]
  0x4655b800 JavaThread "elasticsearch[Artemis][management][T#2]" daemon [_thread_blocked, id=1060, stack(0x48af0000,0x48b40000)]
  0x4666ac00 JavaThread "elasticsearch[Artemis][warmer][T#1]" daemon [_thread_blocked, id=3280, stack(0x48aa0000,0x48af0000)]
  0x46486400 JavaThread "elasticsearch[Artemis][fetch_shard_started][T#2]" daemon [_thread_blocked, id=2832, stack(0x48510000,0x48560000)]
  0x0088a800 JavaThread "DestroyJavaVM" [_thread_blocked, id=216, stack(0x00970000,0x009c0000)]
  0x46484000 JavaThread "elasticsearch[keepAlive/1.6.0]" [_thread_blocked, id=3216, stack(0x484c0000,0x48510000)]
  0x4647bc00 JavaThread "elasticsearch[Artemis][http_server_boss][T#1]{New I/O server boss #15}" daemon [_thread_in_native, id=2812, stack(0x48420000,0x48470000)]
  0x46467400 JavaThread "elasticsearch[Artemis][http_server_worker][T#4]{New I/O worker #14}" daemon [_thread_in_native, id=2264, stack(0x483d0000,0x48420000)]
  0x46455c00 JavaThread "elasticsearch[Artemis][http_server_worker][T#3]{New I/O worker #13}" daemon [_thread_in_native, id=3720, stack(0x48380000,0x483d0000)]
  0x46444400 JavaThread "elasticsearch[Artemis][http_server_worker][T#2]{New I/O worker #12}" daemon [_thread_in_native, id=2552, stack(0x48330000,0x48380000)]
  0x46432400 JavaThread "elasticsearch[Artemis][http_server_worker][T#1]{New I/O worker #11}" daemon [_thread_in_native, id=3020, stack(0x482e0000,0x48330000)]
=>0x46425000 JavaThread "elasticsearch[Artemis][management][T#1]" daemon [_thread_in_native, id=2708, stack(0x48290000,0x482e0000)]
  0x46423800 JavaThread "elasticsearch[Artemis][riverClusterService#updateTask][T#1]" daemon [_thread_blocked, id=3872, stack(0x48240000,0x48290000)]
  0x463fb800 JavaThread "elasticsearch[Artemis][transport_client_timer][T#1]{Hashed wheel timer #1}" daemon [_thread_blocked, id=3704, stack(0x47e40000,0x47e90000)]
  0x463ec800 JavaThread "elasticsearch[Artemis][clusterService#updateTask][T#1]" daemon [_thread_blocked, id=3472, stack(0x47d00000,0x47d50000)]
  0x463eb800 JavaThread "elasticsearch[Artemis][discovery#multicast#receiver][T#1]" daemon [_thread_in_native, id=2368, stack(0x47cb0000,0x47d00000)]
  0x46363400 JavaThread "elasticsearch[Artemis][[http_server_boss.default]][T#1]{New I/O server boss #10}" daemon [_thread_in_native, id=2272, stack(0x47c60000,0x47cb0000)]
  0x4635f400 JavaThread "elasticsearch[Artemis][[http_server_worker.default]][T#4]{New I/O worker #9}" daemon [_thread_in_native, id=3400, stack(0x47c10000,0x47c60000)]
  0x463be800 JavaThread "elasticsearch[Artemis][[http_server_worker.default]][T#3]{New I/O worker #8}" daemon [_thread_in_native, id=1372, stack(0x47bc0000,0x47c10000)]
  0x463ac400 JavaThread "elasticsearch[Artemis][[http_server_worker.default]][T#2]{New I/O worker #7}" daemon [_thread_in_native, id=492, stack(0x47b70000,0x47bc0000)]
  0x4639a400 JavaThread "elasticsearch[Artemis][[http_server_worker.default]][T#1]{New I/O worker #6}" daemon [_thread_in_native, id=2468, stack(0x47b20000,0x47b70000)]
  0x4635a400 JavaThread "elasticsearch[Artemis][transport_client_boss][T#1]{New I/O boss #5}" daemon [_thread_in_native, id=1808, stack(0x47ad0000,0x47b20000)]
  0x46387800 JavaThread "elasticsearch[Artemis][transport_client_worker][T#4]{New I/O worker #4}" daemon [_thread_in_native, id=2036, stack(0x47980000,0x479d0000)]
  0x46341400 JavaThread "elasticsearch[Artemis][transport_client_worker][T#3]{New I/O worker #3}" daemon [_thread_in_native, id=1332, stack(0x47930000,0x47980000)]
  0x4633f800 JavaThread "elasticsearch[Artemis][transport_client_worker][T#2]{New I/O worker #2}" daemon [_thread_in_native, id=2720, stack(0x478e0000,0x47930000)]
  0x4633c800 JavaThread "elasticsearch[Artemis][transport_client_worker][T#1]{New I/O worker #1}" daemon [_thread_in_native, id=3012, stack(0x47890000,0x478e0000)]
  0x457cb800 JavaThread "elasticsearch[Artemis][[ttl_expire]]" daemon [_thread_blocked, id=2624, stack(0x47840000,0x47890000)]
  0x457c9c00 JavaThread "elasticsearch[Artemis][master_mapping_updater]" [_thread_blocked, id=4068, stack(0x477f0000,0x47840000)]
  0x45221400 JavaThread "elasticsearch[Artemis][scheduler][T#1]" daemon [_thread_blocked, id=804, stack(0x476a0000,0x476f0000)]
  0x45864c00 JavaThread "elasticsearch[Artemis][[timer]]" daemon [_thread_blocked, id=3124, stack(0x45ba0000,0x45bf0000)]
  0x451ce800 JavaThread "Service Thread" daemon [_thread_blocked, id=2616, stack(0x45540000,0x45590000)]
  0x451be000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=1840, stack(0x454f0000,0x45540000)]
  0x451bc800 JavaThread "Attach Listener" daemon [_thread_blocked, id=880, stack(0x454a0000,0x454f0000)]
  0x451bb400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3644, stack(0x45450000,0x454a0000)]
  0x451b6c00 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=1048, stack(0x45400000,0x45450000)]
  0x4518c000 JavaThread "Finalizer" daemon [_thread_blocked, id=2008, stack(0x453b0000,0x45400000)]
  0x45187000 JavaThread "Reference Handler" daemon [_thread_blocked, id=1684, stack(0x45360000,0x453b0000)]

Other Threads:
  0x45183c00 VMThread [stack: 0x45310000,0x45360000] [id=1800]
  0x451d0800 WatcherThread [stack: 0x45590000,0x455e0000] [id=2056]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 par new generation   total 118016K, used 43670K [0x02e00000, 0x0ae00000, 0x0ae00000)
  eden space 104960K,  39% used [0x02e00000, 0x0560a218, 0x09480000)
  from space 13056K,  20% used [0x0a140000, 0x0a3db660, 0x0ae00000)
  to   space 13056K,   0% used [0x09480000, 0x09480000, 0x0a140000)
 concurrent mark-sweep generation total 131072K, used 61982K [0x0ae00000, 0x12e00000, 0x42e00000)
 Metaspace       used 24193K, capacity 24366K, committed 24448K, reserved 24960K

Card table byte_map: [0x42e00000,0x43010000] byte_map_base: 0x42de9000

Marking Bits: (CMSBitMap*) 0x02aac040
 Bits: [0x43010000, 0x44c10000)

Mod Union Table: (CMSBitMap*) 0x02aac0a0
 Bits: [0x44c20000, 0x44c58000)

Polling page: 0x009c0000

CodeCache: size=32768Kb used=3082Kb max_used=3263Kb free=29685Kb
 bounds [0x009f0000, 0x00d40000, 0x029f0000]
 total_blobs=1627 nmethods=1352 adapters=205
 compilation: enabled

Compilation events (10 events):
Event: 12543.478 Thread 0x451be000 58707             org.elasticsearch.common.jackson.core.io.JsonStringEncoder::quoteAsUTF8 (502 bytes)
Event: 12543.481 Thread 0x451be000 nmethod 58707 0x00ca9188 code [0x00ca93f0, 0x00ca9e50]
Event: 12543.481 Thread 0x451be000 58708             org.elasticsearch.common.netty.buffer.ChannelBuffers::wrappedBuffer (211 bytes)
Event: 12543.482 Thread 0x451be000 nmethod 58708 0x00afe848 code [0x00afea40, 0x00afef70]
Event: 12543.492 Thread 0x451be000 58709             java.lang.ThreadLocal::getMap (5 bytes)
Event: 12543.492 Thread 0x451be000 nmethod 58709 0x00c49088 code [0x00c49180, 0x00c49200]
Event: 12543.503 Thread 0x451be000 58710             org.elasticsearch.common.jackson.core.json.UTF8JsonGenerator::writeFieldName (198 bytes)
Event: 12543.504 Thread 0x451be000 nmethod 58710 0x00aadf88 code [0x00aae130, 0x00aae554]
Event: 12543.505 Thread 0x451be000 58711             org.elasticsearch.common.jackson.core.util.JsonGeneratorDelegate::writeFieldName (9 bytes)
Event: 12543.505 Thread 0x451be000 nmethod 58711 0x00cc6e08 code [0x00cc6f10, 0x00cc6fac]

GC Heap History (10 events):
Event: 12494.342 GC heap before
{Heap before GC invocations=1578 (full 3):
 par new generation   total 118016K, used 106736K [0x02e00000, 0x0ae00000, 0x0ae00000)
  eden space 104960K, 100% used [0x02e00000, 0x09480000, 0x09480000)
  from space 13056K,  13% used [0x09480000, 0x0963c2d0, 0x0a140000)
  to   space 13056K,   0% used [0x0a140000, 0x0a140000, 0x0ae00000)
 concurrent mark-sweep generation total 131072K, used 61725K [0x0ae00000, 0x12e00000, 0x42e00000)
 Metaspace       used 24046K, capacity 24206K, committed 24320K, reserved 24960K
Event: 12494.347 GC heap after
Heap after GC invocations=1579 (full 3):
 par new generation   total 118016K, used 2677K [0x02e00000, 0x0ae00000, 0x0ae00000)
  eden space 104960K,   0% used [0x02e00000, 0x02e00000, 0x09480000)
  from space 13056K,  20% used [0x0a140000, 0x0a3dd5e0, 0x0ae00000)
  to   space 13056K,   0% used [0x09480000, 0x09480000, 0x0a140000)
 concurrent mark-sweep generation total 131072K, used 61776K [0x0ae00000, 0x12e00000, 0x42e00000)
 Metaspace       used 24046K, capacity 24206K, committed 24320K, reserved 24960K
}
Event: 12521.204 GC heap before
{Heap before GC invocations=1579 (full 3):
 par new generation   total 118016K, used 107637K [0x02e00000, 0x0ae00000, 0x0ae00000)
  eden space 104960K, 100% used [0x02e00000, 0x09480000, 0x09480000)
  from space 13056K,  20% used [0x0a140000, 0x0a3dd5e0, 0x0ae00000)
  to   space 13056K,   0% used [0x09480000, 0x09480000, 0x0a140000)
 concurrent mark-sweep generation total 131072K, used 61776K [0x0ae00000, 0x12e00000, 0x42e00000)
 Metaspace       used 24046K, capacity 24206K, committed 24320K, reserved 24960K
Event: 12521.209 GC heap after
Heap after GC invocations=1580 (full 3):
 par new generation   total 118016K, used 1707K [0x02e00000, 0x0ae00000, 0x0ae00000)
  eden space 104960K,   0% used [0x02e00000, 0x02e00000, 0x09480000)
  from space 13056K,  13% used [0x09480000, 0x0962acc0, 0x0a140000)
  to   space 13056K,   0% used [0x0a140000, 0x0a140000, 0x0ae00000)
 concurrent mark-sweep generation total 131072K, used 61835K [0x0ae00000, 0x12e00000, 0x42e00000)
 Metaspace       used 24046K, capacity 24206K, committed 24320K, reserved 24960K
}
Event: 12521.744 GC heap before
{Heap before GC invocations=1580 (full 3):
 par new generation   total 118016K, used 106667K [0x02e00000, 0x0ae00000, 0x0ae00000)
  eden space 104960K, 100% used [0x02e00000, 0x09480000, 0x09480000)
  from space 13056K,  13% used [0x09480000, 0x0962acc0, 0x0a140000)
  to   space 13056K,   0% used [0x0a140000, 0x0a140000, 0x0ae00000)
 concurrent mark-sweep generation total 131072K, used 61835K [0x0ae00000, 0x12e00000, 0x42e00000)
 Metaspace       used 24046K, capacity 24206K, committed 24320K, reserved 24960K
Event: 12521.748 GC heap after
Heap after GC invocations=1581 (full 3):
 par new generation   total 118016K, used 1513K [0x02e00000, 0x0ae00000, 0x0ae00000)
  eden space 104960K,   0% used [0x02e00000, 0x02e00000, 0x09480000)
  from space 13056K,  11% used [0x0a140000, 0x0a2ba440, 0x0ae00000)
  to   space 13056K,   0% used [0x09480000, 0x09480000, 0x0a140000)
 concurrent mark-sweep generation total 131072K, used 61907K [0x0ae00000, 0x12e00000, 0x42e00000)
 Metaspace       used 24046K, capacity 24206K, committed 24320K, reserved 24960K
}
Event: 12522.307 GC heap before
{Heap before GC invocations=1581 (full 3):
 par new generation   total 118016K, used 106473K [0x02e00000, 0x0ae00000, 0x0ae00000)
  eden space 104960K, 100% used [0x02e00000, 0x09480000, 0x09480000)
  from space 13056K,  11% used [0x0a140000, 0x0a2ba440, 0x0ae00000)
  to   space 13056K,   0% used [0x09480000, 0x09480000, 0x0a140000)
 concurrent mark-sweep generation total 131072K, used 61907K [0x0ae00000, 0x12e00000, 0x42e00000)
 Metaspace       used 24046K, capacity 24206K, committed 24320K, reserved 24960K
Event: 12522.312 GC heap after
Heap after GC invocations=1582 (full 3):
 par new generation   total 118016K, used 1974K [0x02e00000, 0x0ae00000, 0x0ae00000)
  eden space 104960K,   0% used [0x02e00000, 0x02e00000, 0x09480000)
  from space 13056K,  15% used [0x09480000, 0x0966daa0, 0x0a140000)
  to   space 13056K,   0% used [0x0a140000, 0x0a140000, 0x0ae00000)
 concurrent mark-sweep generation total 131072K, used 61979K [0x0ae00000, 0x12e00000, 0x42e00000)
 Metaspace       used 24046K, capacity 24206K, committed 24320K, reserved 24960K
}
Event: 12522.832 GC heap before
{Heap before GC invocations=1582 (full 3):
 par new generation   total 118016K, used 106934K [0x02e00000, 0x0ae00000, 0x0ae00000)
  eden space 104960K, 100% used [0x02e00000, 0x09480000, 0x09480000)
  from space 13056K,  15% used [0x09480000, 0x0966daa0, 0x0a140000)
  to   space 13056K,   0% used [0x0a140000, 0x0a140000, 0x0ae00000)
 concurrent mark-sweep generation total 131072K, used 61979K [0x0ae00000, 0x12e00000, 0x42e00000)
 Metaspace       used 24046K, capacity 24206K, committed 24320K, reserved 24960K
Event: 12522.837 GC heap after
Heap after GC invocations=1583 (full 3):
 par new generation   total 118016K, used 2669K [0x02e00000, 0x0ae00000, 0x0ae00000)
  eden space 104960K,   0% used [0x02e00000, 0x02e00000, 0x09480000)
  from space 13056K,  20% used [0x0a140000, 0x0a3db660, 0x0ae00000)
  to   space 13056K,   0% used [0x09480000, 0x09480000, 0x0a140000)
 concurrent mark-sweep generation total 131072K, used 61982K [0x0ae00000, 0x12e00000, 0x42e00000)
 Metaspace       used 24046K, capacity 24206K, committed 24320K, reserved 24960K
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 12048.731 Thread 0x463eb800 Exception <a 'java/net/SocketTimeoutException': Receive timed out> (0x06df6400) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3627\hotspot\src\share\vm\prims\jni.cpp, line 735]
Event: 12108.732 Thread 0x463eb800 Exception <a 'java/net/SocketTimeoutException': Receive timed out> (0x07e52610) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3627\hotspot\src\share\vm\prims\jni.cpp, line 735]
Event: 12168.732 Thread 0x463eb800 Exception <a 'java/net/SocketTimeoutException': Receive timed out> (0x05318080) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3627\hotspot\src\share\vm\prims\jni.cpp, line 735]
Event: 12228.732 Thread 0x463eb800 Exception <a 'java/net/SocketTimeoutException': Receive timed out> (0x05991be0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3627\hotspot\src\share\vm\prims\jni.cpp, line 735]
Event: 12288.733 Thread 0x463eb800 Exception <a 'java/net/SocketTimeoutException': Receive timed out> (0x06396a30) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3627\hotspot\src\share\vm\prims\jni.cpp, line 735]
Event: 12348.733 Thread 0x463eb800 Exception <a 'java/net/SocketTimeoutException': Receive timed out> (0x052634a8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3627\hotspot\src\share\vm\prims\jni.cpp, line 735]
Event: 12408.733 Thread 0x463eb800 Exception <a 'java/net/SocketTimeoutException': Receive timed out> (0x08ef8d98) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3627\hotspot\src\share\vm\prims\jni.cpp, line 735]
Event: 12468.734 Thread 0x463eb800 Exception <a 'java/net/SocketTimeoutException': Receive timed out> (0x046e8710) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3627\hotspot\src\share\vm\prims\jni.cpp, line 735]
Event: 12528.734 Thread 0x463eb800 Exception <a 'java/net/SocketTimeoutException': Receive timed out> (0x051bcf20) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3627\hotspot\src\share\vm\prims\jni.cpp, line 735]
Event: 12543.404 Thread 0x4655b800 Exception <a 'org/hyperic/sigar/SigarNotImplementedException'> (0x0bc3a918) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u45\3627\hotspot\src\share\vm\prims\jni.cpp, line 709]

Events (10 events):
Event: 12543.511 loading class org/elasticsearch/transport/TransportStats$Fields
Event: 12543.511 loading class org/elasticsearch/transport/TransportStats$Fields done
Event: 12543.512 loading class org/elasticsearch/http/HttpStats$Fields
Event: 12543.512 loading class org/elasticsearch/http/HttpStats$Fields done
Event: 12543.513 loading class org/elasticsearch/indices/breaker/AllCircuitBreakerStats$Fields
Event: 12543.513 loading class org/elasticsearch/indices/breaker/AllCircuitBreakerStats$Fields done
Event: 12543.514 loading class org/elasticsearch/indices/breaker/CircuitBreakerStats$Fields
Event: 12543.514 loading class org/elasticsearch/indices/breaker/CircuitBreakerStats$Fields done
Event: 12543.515 Executing VM operation: RevokeBias
Event: 12543.516 Executing VM operation: RevokeBias done


Dynamic libraries:
0x00400000 - 0x00433000     C:\Program Files\Java\jdk1.8.0_45\bin\java.exe
0x7c920000 - 0x7c9b6000     C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c91e000     C:\WINDOWS\system32\kernel32.dll
0x77da0000 - 0x77e49000     C:\WINDOWS\system32\ADVAPI32.dll
0x77e50000 - 0x77ee3000     C:\WINDOWS\system32\RPCRT4.dll
0x77fc0000 - 0x77fd1000     C:\WINDOWS\system32\Secur32.dll
0x77d10000 - 0x77da0000     C:\WINDOWS\system32\USER32.dll
0x77ef0000 - 0x77f39000     C:\WINDOWS\system32\GDI32.dll
0x77180000 - 0x77283000     C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.6028_x-ww_61e65202\COMCTL32.dll
0x77be0000 - 0x77c38000     C:\WINDOWS\system32\msvcrt.dll
0x77f40000 - 0x77fb6000     C:\WINDOWS\system32\SHLWAPI.dll
0x76300000 - 0x7631d000     C:\WINDOWS\system32\IMM32.DLL
0x62c20000 - 0x62c29000     C:\WINDOWS\system32\LPK.DLL
0x73fa0000 - 0x7400b000     C:\WINDOWS\system32\USP10.dll
0x78aa0000 - 0x78b5f000     C:\Program Files\Java\jdk1.8.0_45\jre\bin\msvcr100.dll
0x6d260000 - 0x6d620000     C:\Program Files\Java\jdk1.8.0_45\jre\bin\client\jvm.dll
0x71a40000 - 0x71a4b000     C:\WINDOWS\system32\WSOCK32.dll
0x71a20000 - 0x71a37000     C:\WINDOWS\system32\WS2_32.dll
0x71a10000 - 0x71a18000     C:\WINDOWS\system32\WS2HELP.dll
0x76b10000 - 0x76b3a000     C:\WINDOWS\system32\WINMM.dll
0x77bd0000 - 0x77bd8000     C:\WINDOWS\system32\VERSION.dll
0x76bc0000 - 0x76bcb000     C:\WINDOWS\system32\PSAPI.DLL
0x6f6f0000 - 0x6f6fc000     C:\Program Files\Java\jdk1.8.0_45\jre\bin\verify.dll
0x6daf0000 - 0x6db11000     C:\Program Files\Java\jdk1.8.0_45\jre\bin\java.dll
0x6f780000 - 0x6f793000     C:\Program Files\Java\jdk1.8.0_45\jre\bin\zip.dll
0x7d590000 - 0x7dd84000     C:\WINDOWS\system32\SHELL32.dll
0x759d0000 - 0x75a7f000     C:\WINDOWS\system32\USERENV.dll
0x6ee90000 - 0x6eea5000     C:\Program Files\Java\jdk1.8.0_45\jre\bin\net.dll
0x76d30000 - 0x76d48000     C:\WINDOWS\system32\IPHLPAPI.DLL
0x76d10000 - 0x76d28000     C:\WINDOWS\system32\MPRAPI.dll
0x77c90000 - 0x77cc2000     C:\WINDOWS\system32\ACTIVEDS.dll
0x76de0000 - 0x76e05000     C:\WINDOWS\system32\adsldpc.dll
0x5fdd0000 - 0x5fe25000     C:\WINDOWS\system32\NETAPI32.dll
0x76f30000 - 0x76f5c000     C:\WINDOWS\system32\WLDAP32.dll
0x76af0000 - 0x76b01000     C:\WINDOWS\system32\ATL.DLL
0x76990000 - 0x76ace000     C:\WINDOWS\system32\ole32.dll
0x770f0000 - 0x7717b000     C:\WINDOWS\system32\OLEAUT32.dll
0x76e50000 - 0x76e5e000     C:\WINDOWS\system32\rtutils.dll
0x71b70000 - 0x71b83000     C:\WINDOWS\system32\SAMLIB.dll
0x76060000 - 0x761b6000     C:\WINDOWS\system32\SETUPAPI.dll
0x68000000 - 0x68036000     C:\WINDOWS\system32\rsaenh.dll
0x6eeb0000 - 0x6eebf000     C:\Program Files\Java\jdk1.8.0_45\jre\bin\nio.dll
0x6edf0000 - 0x6edfa000     C:\Program Files\Java\jdk1.8.0_45\jre\bin\management.dll
0x719c0000 - 0x719fe000     C:\WINDOWS\System32\mswsock.dll
0x76ef0000 - 0x76f17000     C:\WINDOWS\system32\DNSAPI.dll
0x76f80000 - 0x76f88000     C:\WINDOWS\System32\winrnr.dll
0x76f90000 - 0x76f96000     C:\WINDOWS\system32\rasadhlp.dll
0x45b40000 - 0x45b7d000     C:\Documents and Settings\Administrator\Local Settings\Temp\jna-146731693\jna5942829506579235253.dll
0x46900000 - 0x4694b000     D:\elasticsearch-1.6.0\lib\sigar\sigar-x86-winnt.dll
0x724c0000 - 0x72518000     C:\WINDOWS\system32\pdh.dll
0x76320000 - 0x76367000     C:\WINDOWS\system32\comdlg32.dll
0x765e0000 - 0x76675000     C:\WINDOWS\system32\CRYPT32.dll
0x76db0000 - 0x76dc2000     C:\WINDOWS\system32\MSASN1.dll
0x73540000 - 0x7357d000     C:\WINDOWS\system32\ODBC32.dll
0x4b4f0000 - 0x4b4f6000     C:\WINDOWS\system32\odbcbcp.dll
0x46a90000 - 0x46aa7000     C:\WINDOWS\system32\odbcint.dll
0x5e8f0000 - 0x5e8f9000     C:\WINDOWS\system32\perfos.dll
0x5e8e0000 - 0x5e8ed000     C:\WINDOWS\system32\perfproc.dll
0x71a90000 - 0x71aa2000     C:\WINDOWS\system32\mpr.dll
0x5e920000 - 0x5e929000     C:\WINDOWS\system32\perfdisk.dll
0x60fd0000 - 0x61025000     C:\WINDOWS\system32\hnetcfg.dll
0x71a00000 - 0x71a08000     C:\WINDOWS\System32\wshtcpip.dll
0x68d60000 - 0x68e01000     C:\WINDOWS\system32\dbghelp.dll

VM Arguments:
jvm_args: -Xms256m -Xmx1g -Djava.awt.headless=true -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:+HeapDumpOnOutOfMemoryError -XX:+DisableExplicitGC -Dfile.encoding=UTF-8 -Delasticsearch -Des-foreground=yes -Des.path.home=D:\elasticsearch-1.6.0 
java_command: org.elasticsearch.bootstrap.Elasticsearch
java_class_path (initial): ;D:\elasticsearch-1.6.0/lib/elasticsearch-1.6.0.jar;D:\elasticsearch-1.6.0/lib/antlr-runtime-3.5.jar;D:\elasticsearch-1.6.0/lib/apache-log4j-extras-1.2.17.jar;D:\elasticsearch-1.6.0/lib/asm-4.1.jar;D:\elasticsearch-1.6.0/lib/asm-commons-4.1.jar;D:\elasticsearch-1.6.0/lib/elasticsearch-1.6.0.jar;D:\elasticsearch-1.6.0/lib/groovy-all-2.4.0.jar;D:\elasticsearch-1.6.0/lib/jna-4.1.0.jar;D:\elasticsearch-1.6.0/lib/jts-1.13.jar;D:\elasticsearch-1.6.0/lib/log4j-1.2.17.jar;D:\elasticsearch-1.6.0/lib/lucene-analyzers-common-4.10.4.jar;D:\elasticsearch-1.6.0/lib/lucene-core-4.10.4.jar;D:\elasticsearch-1.6.0/lib/lucene-expressions-4.10.4.jar;D:\elasticsearch-1.6.0/lib/lucene-grouping-4.10.4.jar;D:\elasticsearch-1.6.0/lib/lucene-highlighter-4.10.4.jar;D:\elasticsearch-1.6.0/lib/lucene-join-4.10.4.jar;D:\elasticsearch-1.6.0/lib/lucene-memory-4.10.4.jar;D:\elasticsearch-1.6.0/lib/lucene-misc-4.10.4.jar;D:\elasticsearch-1.6.0/lib/lucene-queries-4.10.4.jar;D:\elasticsearch-1.6.0/lib/lucene-queryparser-4.10.4.jar;D:\elasticsearch-1.6.0/lib/lucene-sandbox-4.10.4.jar;D:\elasticsearch-1.6.0/lib/lucene-spatial-4.10.4.jar;D:\elasticsearch-1.6.0/lib/lucene-suggest-4.10.4.jar;D:\elasticsearch-1.6.0/lib/spatial4j-0.4.1.jar;D:\elasticsearch-1.6.0/lib/sigar/sigar-1.6.4.jar
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_45
PATH=C:\Documents and Settings\All Users\Application Data\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Python27;C:\Python27\Scripts;C:\Program Files\OpenVPN\bin;C:\Program Files\scala\bin
USERNAME=Administrator
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel

@s1monw
Copy link
Contributor

s1monw commented Jun 22, 2015

seems like you are running into a sigar issue. We are looking into removing the dependency on sigar in 2.0 but for you since you are running 1.6 you can try starting elasticsearch with -Des.bootstrap.sigar=false (or put bootstrap.sigar: false into your elasticsearch.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants