Ant runinstall failed with : CLI could not contact EJBCA instance. #533
-
Hi support team, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
From the log there is no ejbca.ear file being loaded. What is in the deployment directory for wildfly? If you followed the directions the path should be /opt/wildfly/standalone/deployment |
Beta Was this translation helpful? Give feedback.
"Unknown table 'sequences' in information_schema" (most likely) means the information in database.properties was wrong when the ear file was built. If you change values afterwards you must:
"ant clean deployear"
Cheers