Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Google Groups by Evgueni Gordienko, 1 year ago
com.github.joschi.jadconfig.ValidationException: Unreadable or missing REST API private key: /etc/graylog/secrets/pkcs8-encrypted.pem
at org.graylog2.plugin.BaseConfiguration.validateRestTlsConfig(BaseConfiguration.java:439)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.github.joschi.jadconfig.ReflectionUtils.invokeMethodsWithAnnotation(ReflectionUtils.java:53)
at com.github.joschi.jadconfig.JadConfig.invokeValidatorMethods(JadConfig.java:221)
at com.github.joschi.jadconfig.JadConfig.process(JadConfig.java:100)
at org.graylog2.bootstrap.CmdLineTool.processConfiguration(CmdLineTool.java:351)
at org.graylog2.bootstrap.CmdLineTool.readConfiguration(CmdLineTool.java:344)
at org.graylog2.bootstrap.CmdLineTool.run(CmdLineTool.java:177)
at org.graylog2.bootstrap.Main.main(Main.java:44)