adamant-kite-43734
03/06/2024, 3:16 PMhundreds-evening-84071
03/06/2024, 3:26 PM2024-03-06 15:04:42,646|INFO |MANAGER|com.neu.web.Rest$(sslContext:31): Import manager's certificate and private key to manager's keystore
2024-03-06 15:04:42,653|INFO |MANAGER|com.neu.web.Rest$(sslContext:53): PKCS#8 private key is being used
Exception in thread "main" java.lang.ExceptionInInitializerError
at com.neu.web.Rest.main(Rest.scala)
Caused by: java.lang.ClassCastException: class sun.security.pkcs11.P11Key$P11PrivateKey cannot be cast to class java.security.interfaces.RSAPrivateKey (sun.security.pkcs11.P11Key$P11PrivateKey is in module jdk.crypto.cryptoki of loader 'platform'; java.security.interfaces.RSAPrivateKey is in module java.base of loader 'bootstrap')
at com.neu.core.MySslConfiguration$class.sslContext(MySslConfiguration.scala:62)
at com.neu.web.Rest$.sslContext(Rest.scala:6)
at com.neu.core.MySslConfiguration$class.$init$(MySslConfiguration.scala:153)
at com.neu.web.Rest$.<init>(Rest.scala:6)
at com.neu.web.Rest$.<clinit>(Rest.scala)
... 1 more
hundreds-evening-84071
03/07/2024, 7:32 PM