Hi All,
I am trying to install elasticsearch 5.4 on a pure IPv6 machine.
Is this supported?
I am getting "GetIpAddrTable function failed" errors while starting the service.
Any pointers on the same how to get this going?
Thanks in Advance,
Nihar
Hi All,
I am trying to install elasticsearch 5.4 on a pure IPv6 machine.
Is this supported?
I am getting "GetIpAddrTable function failed" errors while starting the service.
Any pointers on the same how to get this going?
Thanks in Advance,
Nihar
Can you post the entire error and your config file?
Hi Mark,
I am getting following error:
C:\Elasticsearch\elasticsearch-5.4.0\bin>elasticsearch.bat
[2017-05-25T13:07:33,912][ERROR][o.e.b.ElasticsearchUncaughtExceptionHandler] [vw-vc-qa54-vm6] fatal error in thread [main], exiting
java.lang.Error: IP Helper Library GetIpAddrTable function failed
at java.net.NetworkInterface.getAll(Native Method) ~[?:1.8.0_111]
at java.net.NetworkInterface.getNetworkInterfaces(NetworkInterface.java:343) ~[?:1.8.0_111]
at sun.security.provider.SeedGenerator.addNetworkAdapterInfo(SeedGenerator.java:233) ~[?:1.8.0_111]
at sun.security.provider.SeedGenerator.access$000(SeedGenerator.java:80) ~[?:1.8.0_111]
at sun.security.provider.SeedGenerator$1.run(SeedGenerator.java:183) ~[?:1.8.0_111]
at sun.security.provider.SeedGenerator$1.run(SeedGenerator.java:168) ~[?:1.8.0_111]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_111]
at sun.security.provider.SeedGenerator.getSystemEntropy(SeedGenerator.java:168) ~[?:1.8.0_111]
at sun.security.provider.SecureRandom$SeederHolder.(SecureRandom.java:201) ~[?:1.8.0_111]
at sun.security.provider.SecureRandom.engineNextBytes(SecureRandom.java:221) ~[?:1.8.0_111]
at java.security.SecureRandom.nextBytes(SecureRandom.java:468) ~[?:1.8.0_111]
at java.security.SecureRandom.next(SecureRandom.java:491) ~[?:1.8.0_111]
at java.util.Random.nextLong(Random.java:424) ~[?:1.8.0_111]
at java.io.File$TempDirectory.generateFile(File.java:1905) ~[?:1.8.0_111]
at java.io.File.createTempFile(File.java:2010) ~[?:1.8.0_111]
at com.sun.jna.Native.extractFromResourcePath(Native.java:1059) ~[jna-4.4.0.jar:4.4.0 (b0)]
at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:937) ~[jna-4.4.0.jar:4.4.0 (b0)]
at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:922) ~[jna-4.4.0.jar:4.4.0 (b0)]
at com.sun.jna.Native.(Native.java:190) ~[jna-4.4.0.jar:4.4.0 (b0)]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_111]
at java.lang.Class.forName(Class.java:264) ~[?:1.8.0_111]
at org.elasticsearch.bootstrap.Natives.(Natives.java:45) ~[elasticsearch-5.4.0.jar:5.4.0]
at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:105) ~[elasticsearch-5.4.0.jar:5.4.0]
at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:204) ~[elasticsearch-5.4.0.jar:5.4.0]
at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:360) ~[elasticsearch-5.4.0.jar:5.4.0]
at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:123) ~[elasticsearch-5.4.0.jar:5.4.0]
at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:114) ~[elasticsearch-5.4.0.jar:5.4.0]
at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:67) ~[elasticsearch-5.4.0.jar:5.4.0]
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:122) ~[elasticsearch-5.4.0.jar:5.4.0]
at org.elasticsearch.cli.Command.main(Command.java:88) ~[elasticsearch-5.4.0.jar:5.4.0]
at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:91) ~[elasticsearch-5.4.0.jar:5.4.0]
at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:84) ~[elasticsearch-5.4.0.jar:5.4.0]
Config file
cluster.name: IPv6_Cluster
node.name: vw-vc-qa54-vm6
#node.attr.rack: r1
#path.data: /path/to/data
#path.logs: /path/to/logs
#bootstrap.memory_lock: true
network.host: 2001:500:100:1152:c4cf:1c4:49e0:eb47
#http.port: 9200
#discovery.zen.ping.unicast.hosts: ["host1", "host2"]
#discovery.zen.minimum_master_nodes: 3
#gateway.recover_after_nodes: 3
#action.destructive_requires_name: true
Thanks,
Nihar
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.