Hi Team,
I have started elasticsearch using this command
etc/init.d# ./elasticsearch start
[ ok ] Starting elasticsearch (via systemctl): elasticsearch.service.
but cant able to access the elasticsearch
facing this error
emory: 4k page, physical 8070856k(1262412k free), swap 4882428k(4856492k free)
CommandLine flags: -XX:+AlwaysPreTouch -XX:CMSInitiatingOccupancyFraction=75 -XX:ErrorFile=/var/log/elasticsearch/hs_err_pid%p.log -XX:GCLogFileSize=67108864 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/lib/elasticsearch -XX:InitialHeapSize=1073741824 -XX:MaxHeapSize=1073741824 -XX:MaxNewSize=174485504 -XX:MaxTenuringThreshold=6 -XX:NewSize=174485504 -XX:NumberOfGCLogFiles=32 -XX:OldPLABSize=16 -XX:OldSize=348971008 -XX:-OmitStackTraceInFastThrow -XX:+PrintGC -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintTenuringDistribution -XX:ThreadStackSize=1024 -XX:+UseCMSInitiatingOccupancyOnly -XX:+UseCompressedClassPointers -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC -XX:+UseGCLogFileRotation -XX:+UseParNewGC
2018-11-22T12:28:42.549+0530: 0.342: Total time for which application threads were stopped: 0.0000738 seconds, Stopping threads took: 0.0000214 seconds
2018-11-22T12:28:42.566+0530: 0.359: Total time for which application threads were stopped: 0.0000730 seconds, Stopping threads took: 0.0000220 seconds
2018-11-22T12:28:42.593+0530: 0.387: Total time for which application threads were stopped: 0.0000653 seconds, Stopping threads took: 0.0000092 seconds
2018-11-22T12:28:42.645+0530: 0.438: Total time for which application threads were stopped: 0.0000833 seconds, Stopping threads took: 0.0000132 seconds
2018-11-22T12:28:42.837+0530: 0.630: Total time for which application threads were stopped: 0.0001258 seconds, Stopping threads took: 0.0000130 seconds
2018-11-22T12:28:42.838+0530: 0.631: Total time for which application threads were stopped: 0.0000765 seconds, Stopping threads took: 0.0000076 seconds
2018-11-22T12:28:42.846+0530: 0.639: Total time for which application threads were stopped: 0.0001171 seconds, Stopping threads took: 0.0000127 seconds
2018-11-22T12:28:42.852+0530: 0.645: Total time for which application threads were stopped: 0.0001227 seconds, Stopping threads took: 0.0000245 seconds
2018-11-22T12:28:42.861+0530: 0.654: Total time for which application threads were stopped: 0.0001108 seconds, Stopping threads took: 0.0000094 seconds
2018-11-22T12:28:42.913+0530: 0.706: Total time for which application threads were stopped: 0.0001370 seconds, Stopping threads took: 0.0000216 seconds
2018-11-22T12:28:43.180+0530: 0.973: Total time for which application threads were stopped: 0.0001072 seconds, Stopping threads took: 0.0000093 seconds
2018-11-22T12:28:43.343+0530: 1.136: Total time for which application threads were stopped: 0.0011267 seconds, Stopping threads took: 0.0009115 seconds
2018-11-22T12:28:43.374+0530: 1.167: Total time for which application threads were stopped: 0.0001877 seconds, Stopping threads took: 0.0000228 seconds
2018-11-22T12:28:43.386+0530: 1.179: Total time for which application threads were stopped: 0.0001922 seconds, Stopping threads took: 0.0000398 seconds
Heap
par new generation total 153344K, used 114606K [0x00000000c0000000, 0x00000000ca660000, 0x00000000ca660000)
eden space 136320K, 84% used [0x00000000c0000000, 0x00000000c6febbd0, 0x00000000c8520000)
from space 17024K, 0% used [0x00000000c8520000, 0x00000000c8520000, 0x00000000c95c0000)
to space 17024K, 0% used [0x00000000c95c0000, 0x00000000c95c0000, 0x00000000ca660000)
concurrent mark-sweep generation total 878208K, used 0K [0x00000000ca660000, 0x0000000100000000, 0x0000000100000000)
Metaspace used 17205K, capacity 17660K, committed 17920K, reserved 1064960K
class space used 2082K, capacity 2270K, committed 2304K, reserved 1048576K
~
~
can anyone help me to resolve this issue?