Replies: 1 comment
-
WildFly 27 is Jakarta EE 10 only. Meaning that it is a compatibility breaking release of WildFly. EJBCA is still Jakarta EE 8 and 9. EE 10 support is in the works, but it will be a hard cut-over, once EE 10 support is there, you will not be able to run on older WildFly/JBoss any longer. We haven't seen such backwards-compatibility breaking updates before with Java Enterprise, so this is an unusual situation. So for now, you need to stick to WildFly 26. Your error means that EJBCA did not deploy correctly, so WildFly with EJBCA could not start up, hence it is unreachable which the error says. More information about the actual error you will find in the WildFly server.log. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I can't seem to figure out what's causing this:
BUILD FAILED
/opt/ejbca-ce/build.xml:72: The following error occurred while executing this line:
/opt/ejbca-ce/bin/cli.xml:98: The following error occurred while executing this line:
/opt/ejbca-ce/bin/cli.xml:126: The following error occurred while executing this line:
/opt/ejbca-ce/bin/cli.xml:527: Java returned: 1
Total time: 8 seconds
I checked the db credentials. It's all working as far as the db is concerned. This is wildfly 27... Any ideas? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions