首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >安装EJBCA 6时出错

安装EJBCA 6时出错
EN

Stack Overflow用户
提问于 2014-02-13 05:43:03
回答 1查看 1.5K关注 0票数 0

我使用给定的ant在我的linux机器上安装EJBCA 6

我已经使用以下命令成功地将它部署到jboss 7服务器中

代码语言:javascript
复制
ant deploy

但是,当我使用ant install命令安装ejbca时,它会产生后续错误。

代码语言:javascript
复制
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!

请帮帮我..。

EN

回答 1

Stack Overflow用户

发布于 2014-02-13 06:49:48

得到答案

我刚刚删除了旧的ejbca数据库,用相同的凭据重新创建。

的问题是:-过去我使用ejbca 4..为此,我创建了名为ejbca的数据库,并试图在ejbca 6上使用相同的数据库,这导致了错误,最后删除和创建数据库解决了我的问题。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/21746163

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档