我使用给定的ant在我的linux机器上安装EJBCA 6
我已经使用以下命令成功地将它部署到jboss 7服务器中
ant deploy但是,当我使用ant install命令安装ejbca时,它会产生后续错误。
ejbca:initCA:
[echo] Initializing CA with 'myCompnyCA1' 'CN=myCompnyCA1,O=myCompny,C=US' 'soft' <ca.tokenpassword hidden> '2048' 'RSA' '3650' 'null' 'SHA1WithRSA' -superadmincn 'SuperAdmin'...
[java] CLI authentication failed. The user 'ejbca' with the given password does not exist.
ejbca:adminweb:
[java] CLI authentication failed. The user 'ejbca' with the given password does not exist.
[java] CLI authentication failed. The user 'ejbca' with the given password does not exist.
[echo] batch tomcat
[java] CLI authentication failed. The user 'ejbca' with the given password does not exist.
[java] CLI authentication failed. The user 'ejbca' with the given password does not exist.
[java] CLI authentication failed. The user 'ejbca' with the given password does not exist.
ejbca:batchsuperadmin:
[echo] batch superadmin
[java] CLI authentication failed. The user 'ejbca' with the given password does not exist.
BUILD FAILED
/home/indra/EJBCA_6_and_jobss_as_7/ejbca_ce_6_0_3/build.xml:60: The following error occurred while executing this line:
/home/indra/EJBCA_6_and_jobss_as_7/ejbca_ce_6_0_3/build.xml:66: The following error occurred while executing this line:
/home/indra/EJBCA_6_and_jobss_as_7/ejbca_ce_6_0_3/bin/cli.xml:96: The following error occurred while executing this line:
/home/indra/EJBCA_6_and_jobss_as_7/ejbca_ce_6_0_3/bin/cli.xml:137: Batch generation failed!请帮帮我..。
发布于 2014-02-13 06:49:48
得到答案
我刚刚删除了旧的ejbca数据库,用相同的凭据重新创建。
的问题是:-过去我使用ejbca 4..为此,我创建了名为ejbca的数据库,并试图在ejbca 6上使用相同的数据库,这导致了错误,最后删除和创建数据库解决了我的问题。
https://stackoverflow.com/questions/21746163
复制相似问题