ant runinstall - BUILD FAILED #267
-
Hey, ejbca:init: ejbca:install: ejbca:initCA: BUILD FAILED Total time: 1 minute 1 second |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It is likely your use of OpenJDK 16. Use OpenJDK 11 now. |
Beta Was this translation helpful? Give feedback.
Your issue with "EjbcaDS" means that you have not configured your external database correctly in WildFly. WildFly is unable to open a connection to the database. That means you have tons of errors after "ant deployear". Some of these errors typically have good messages from the database driver, i.e. something like "unable to connect", "invalid authentication" or similar.
Make sure your database connection is working.