SOLVED - Installation for ES : Java Error

Hi,
I've got an error when trying installa X-pack 6.1.2 for ES (zip file x-pack donwload in temp dir) :

Elasticsearch keystore is required by plugin [x-pack], creating...
Exception in thread "main" java.lang.RuntimeException: java.security.NoSuchAlgorithmException: PBE SecretKeyFactory not available
at org.elasticsearch.common.settings.KeyStoreWrapper.(KeyStoreWrapper.java:150)
at org.elasticsearch.common.settings.KeyStoreWrapper.create(KeyStoreWrapper.java:163)
at org.elasticsearch.plugins.InstallPluginCommand.install(InstallPluginCommand.java:641)
at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:215)
at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginCommand.java:204)
at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86)
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124)
at org.elasticsearch.cli.MultiCommand.execute(MultiCommand.java:75)
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124)
at org.elasticsearch.cli.Command.main(Command.java:90)
at org.elasticsearch.plugins.PluginCli.main(PluginCli.java:48)
Caused by: java.security.NoSuchAlgorithmException: PBE SecretKeyFactory not available
at javax.crypto.SecretKeyFactory.(Unknown Source)
at javax.crypto.SecretKeyFactory.getInstance(Unknown Source)
at org.elasticsearch.common.settings.KeyStoreWrapper.(KeyStoreWrapper.java:147)
... 10 more

java -version
java version "1.8.0_151"
Java(TM) SE Runtime Environment (build 8.0.5.5 - pxa6480sr5fp5-20171114_01(SR5 FP5))
IBM J9 VM (build 2.9, JRE 1.8.0 Linux amd64-64 Compressed References 20171102_369060 (JIT enabled, AOT enabled)
OpenJ9 - 7ade437
OMR - 1b656cb
IBM - 59c3d96)
JCL - 20171113_01 based on Oracle jdk8u151-b12

Any one have idea about this issue?

Regard

As per the support matrix, IBM JVMs are not supported. I would therefore recommend switching to a supported one.

1 Like

Thank you

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.