Wendy
Wendy

Reputation: 1

installation of EJBCA as a CA

root@casandbox:/home/ejbca/ejbca_ce_7_4_3_2# ant runinstall Buildfile: /home/ejbca/ejbca_ce_7_4_3_2/build.xml

customejbca.message: [echo] No custom changes to merge.

appserver.error.message:

runinstall:

BUILD FAILED /home/ejbca/ejbca_ce_7_4_3_2/build.xml:75: Basedir /home/ejbca/ejbca_ce_7_4_3_2/$EJBCA_HOME/bin does not exist

Total time: 0 seconds

but the dir exists; it's shown below

root@casandbox:/home/ejbca/ejbca_ce_7_4_3_2# cd /home/ejbca/ejbca_ce_7_4_3_2/$EJBCA_HOME/bin root@casandbox:/home/ejbca/ejbca_ce_7_4_3_2/bin#

Upvotes: 0

Views: 503

Answers (1)

primetomas
primetomas

Reputation: 552

This does not look right with "$EJBCA_HOME" in the message. Are you using $EJBCA_HOME as a path somewhere (with the dollar sign)? The file it is looking for is simply "/home/ejbca/ejbca_ce_7_4_3_2/bin/cli.xml". Did you set some configuration variable somewhere using the value "$EJBCA_HOME"?

Upvotes: 0

Related Questions