우분투 12.04에 EJBCA 6.2.0을 설치하려고하는데 "ant deploy"명령을 실행하면 다음 오류가 발생합니다.EJBCA 설치 중 오류가 발생했습니다. 6.2.0
"ant deploy"를 수행하기 전에 JBoss 7.1.1을 설치하고 실행했습니다.
설치 EJBCA 로그는 다음과 같습니다. 나는 등, JBOSS, 개미 같은 웹 응용 프로그램 서버 환경에 익숙하지 않은 해요
jee:deployServices:
jee:deployDSJBoss5:
jee:deployDSJBoss7:
[exec] Result: 1
[exec] Result: 1
[echo] data-source add --name=ejbcads --driver-name="h2" --connection-url="jdbc:h2:~/ejbcadb;DB_CLOSE_DELAY=-1" --jndi-name="java:/EjbcaDS" --use-ccm=true --user-name="sa" --password="sa" --validate-on-match=true --background-validation=false --prepared-statements-cache-size=50 --share-prepared-statements=true --min-pool-size=5 --max-pool-size=150 --pool-prefill=true --transaction-isolation=TRANSACTION_READ_COMMITTED --check-valid-connection-sql="select 1"
[exec] JBAS014803: Duplicate resource [
[exec] ("subsystem" => "datasources"),
[exec] ("data-source" => "ejbcads")
[exec] ]
BUILD FAILED
/home/mjshin/ejbca_ce_6_2_0/build.xml:649: The following error occurred while executing this line:
/home/mjshin/ejbca_ce_6_2_0/bin/jboss.xml:289: The following error occurred while executing this line:
/home/mjshin/ejbca_ce_6_2_0/bin/jboss.xml:556: exec returned: 1
Total time: 4 minutes 55 seconds
[email protected]:~/ejbca_ce_6_2_0#
그래서 나는이 문제에 접근해야하는지 전혀 모른다.