|
From: Ketan S. <ksu...@pa...> - 2015-09-28 19:54:08
|
Hi,
I am trying to interface Cryptlib CMP client with CMP server port of Ejbca. I am using RA mode with HMAC authentication, with empty EE profile.
Please advise what can I correct in configuration.
Thanks,
Ketan Supanekar
21:12:27,714 INFO [org.ejbca.ui.web.protocol.CmpServlet] (http--0.0.0.0-8080-1) CMP message received from: 192.168.189.1, for CMP alias: cmpalias
21:12:27,725 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (http--0.0.0.0-8080-1) PKIMessage was successfully authenticated using HMAC
21:12:27,728 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (http--0.0.0.0-8080-1) 2015-09-28 21:12:27+02:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;CmpServlet: 192.168.189.1;1652389506;;ucc1;msg=Added end entity ucc1.
21:12:27,738 INFO [org.cesecore.keys.token.SoftCryptoToken] (http--0.0.0.0-8080-1) Activated Crypto Token with id -880478334.
21:12:27,738 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (http--0.0.0.0-8080-1) 2015-09-28 21:12:27+02:00;CA_USERAUTH;SUCCESS;CA;EJBCA;CmpServlet: 192.168.189.1;1652389506;;ucc1;msg=Authenticated user ucc1.
21:12:27,743 ERROR [org.jboss.as.ejb3.tx.CMTTxInterceptor] (http--0.0.0.0-8080-1) javax.ejb.EJBTransactionRolledbackException: 1
21:12:27,744 ERROR [org.jboss.ejb3.invocation] (http--0.0.0.0-8080-1) JBAS014134: EJB Invocation failed on component CertificateCreateSessionBean for method public abstract org.cesecore.certificates.certificate.request.CertificateResponseMessage org.cesecore.certificates.certificate.CertificateCreateSessionLocal.createCertificate(org.cesecore.authentication.tokens.AuthenticationToken,org.cesecore.certificates.endentity.EndEntityInformation,org.cesecore.certificates.ca.CA,org.cesecore.certificates.certificate.request.RequestMessage,java.lang.Class,org.cesecore.certificates.ca.CertificateGenerationParams,long) throws org.cesecore.keys.token.CryptoTokenOfflineException,org.cesecore.certificates.ca.SignRequestSignatureException,org.cesecore.certificates.certificate.IllegalKeyException,org.cesecore.certificates.ca.IllegalNameException,org.cesecore.certificates.certificate.exception.CustomCertificateSerialNumberException,org.cesecore.certificates.certificate.CertificateCreateException,org.cesecore.certificates.certificate.CertificateRevokeException,org.cesecore.certificates.certificate.exception.CertificateSerialNumberException,org.cesecore.authorization.AuthorizationDeniedException,org.cesecore.certificates.ca.IllegalValidityException,org.cesecore.certificates.ca.CAOfflineException,org.cesecore.certificates.ca.InvalidAlgorithmException,org.cesecore.certificates.certificate.certextensions.CertificateExtensionException: javax.ejb.EJBTransactionRolledbackException: 1
at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleInCallerTx(CMTTxInterceptor.java:139) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:204) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:306) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:190) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
|