|
From: Pavel B. <byc...@ht...> - 2014-06-05 15:44:38
|
Hi All,
I'm trying to install a new instance of EJBCA (6.1.1).
My system is: FreeBSD 9.2, Jboss 7.1.1, OpenJDK 1.7.0_55, PostgreSQL 9.3.
`ant deploy' finishes with success and I able to see a database tables
after that.
`ant install finishes with failure. Here is the error message, which I
observe on Jboss console:
10:35:56,077 INFO
[org.cesecore.authorization.control.AccessControlSessionBean] (EJB
default - 1) Authorization failed for Internal GlobalConfiguration Admin
of type AlwaysAllowLocalAuthenticationToken for resource /
10:35:56,078 ERROR [org.jboss.ejb3.invocation] (EJB default - 1)
JBAS014134: EJB Invocation failed on component
GlobalConfigurationSessionBean for method public abstract
org.ejbca.config.Configuration
org.ejbca.core.ejb.config.GlobalConfigurationSession.getCachedConfiguration(java.lang.String):
java.lang.RuntimeException: Internal admin was denied access. This
should not be able to happen.
And the script output is:
ejbca:install:
ejbca:initCA:
[echo] Initializing CA with 'ManagementCA'
'CN=ManagementCA,O=EJBCA Sample,C=SE' 'soft' <ca.tokenpassword hidden>
'2048' 'RSA' '3650' 'null' 'SHA256WithRSA' -superadmincn 'SuperAdmin'...
[java] Could not run execute method for class ca
[java] java.lang.RuntimeException: Internal admin was denied
access. This should not be able to happen.
Could you please help me to find out an issue.
Thanks in advance.
--
Best regards,
Pavel
|