Replies: 1 comment 3 replies
-
"Password cannot be resolved for key-store '/path/to/keystore/keystore.p12" sounds like you don't have a credential store. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello the EJBCA team,
I have successfully installed EJBCA 9.0 using WildFly 32, following your installation guide.
Then, I wanted to limit WildFly layers, as suggested in the Layers Used By EJBCA paragraph.
My first commande to get such a limited WildFly through Galleon was:
install wildfly:current#32.0.1.Final --dir=/tmp/wildfly-32.0.1.Final --default-configs=standalone/standalone.xml --layers=cloud-server,deployment-scanner,ejb-lite,remoting,resource-adapters,undertow,io,jsf,mail,webservices,-jsonb,-jms-activemq,-observability,-jmx-remoting,-messaging-activemq,-core-tools,-management,elytron,-bean-validation
As you can read, I just added
-core-tools,-management,elytron,-bean-validation
at the end of your suggested command.When I started WildFly, the process stopped immediately and I got the following error:
So I gave it another try, but without excluding bean-validation. My new command was therefore:
install wildfly:current#32.0.1.Final --dir=/tmp/wildfly-32.0.1.Final --default-configs=standalone/standalone.xml --layers=cloud-server,deployment-scanner,ejb-lite,remoting,resource-adapters,undertow,io,jsf,mail,webservices,-jsonb,-jms-activemq,-observability,-jmx-remoting,-messaging-activemq,-core-tools,-management,elytron
As you can read, I just added
-core-tools,-management,elytron
at the end of your suggested command.On starting, WildFly went a very few steps further, but I soon got errors with my different keystores. One of those errors reads:
Needless to say that I had previously copied/pasted the content of the
/path/to/keystore/
from the default WildFly configuration to this limited one. Here are the files it contains:Could you please tell me what I am doing wrong?
Thanks a lot!
talcher
Beta Was this translation helpful? Give feedback.
All reactions