2
opscenter LCMを使用して、cassandraおよびdse yamlファイルで暗号化されたパスワードを使用しようとしています。Datastax Opscenter LCMパスワードを解読できない
:私たちは、以下INFO 05:54:39 Loading settings from file:/etc/dse/dse.yaml
Exception in thread "main" java.lang.ExceptionInInitializerError
at com.datastax.bdp.config.DseConfig.<clinit>(DseConfig.java:285)
at com.datastax.bdp.DseCoreModule.<init>(DseCoreModule.java:39)
at com.datastax.bdp.DseModule.getRequiredModules(DseModule.java:98)
at com.datastax.bdp.server.AbstractDseModule.configure(AbstractDseModule.java:26)
at com.datastax.bdp.DseModule.configure(DseModule.java:35)
at com.google.inject.AbstractModule.configure(AbstractModule.java:59)
at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:223)
at com.google.inject.spi.Elements.getElements(Elements.java:101)
at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:133)
at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:103)
at com.google.inject.Guice.createInjector(Guice.java:95)
at com.google.inject.Guice.createInjector(Guice.java:72)
at com.google.inject.Guice.createInjector(Guice.java:62)
at com.datastax.bdp.DseModule.main(DseModule.java:71)
Caused by: org.apache.cassandra.exceptions.ConfigurationException: Couldn't decrypt input
at com.datastax.bdp.config.DseConfig.applyConfig(DseConfig.java:834)
at com.datastax.bdp.config.DseConfig.<clinit>(DseConfig.java:278)
... 13 more
はLCMから構成されている
それが私たちのために、エラーの下に投げて、下のリンクの指示に従っ
config_encryption_key_nameは、このコマンドを使用して作成されたsystem_keyファイルに設定されています。 "dsetool createsystemkey 'AES/ECB/PKCS5Padding' 128 system_key" – Rock