By type
2021-06-08 23:06:45,578+0000 INFO [/opt/primekey/bin/start.sh] (process:1) uid=10001 gid=0(root) groups=0(root) 2021-06-08 23:06:45,828+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Detected 1 available core(s). 2021-06-08 23:06:45,840+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Detected 1610612736 bytes available memory assigned to this container. 2021-06-08 23:06:45,863+0000 INFO [/opt/primekey/bin/start.sh] (process:1) MySQL/MariaDB database. 2021-06-08 23:06:47,016+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-06-08 23:06:47,053+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'SELECT 1' -> hit 2021-06-08 23:06:47,054+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-06-08 23:06:48,246+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-06-08 23:06:48,257+0000 ERROR [org.ejbca.ui.cli.jdbc.JdbcTool] (main) (conn=83) Table 'ejbca.globalconfigurationdata' doesn't exist 2021-06-08 23:06:48,258+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-06-08 23:06:48,274+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Creating database tables... 2021-06-08 23:06:49,258+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Loading SQL script '/opt/primekey/ejbca/doc/sql-scripts/create-tables-ejbca-mysql.sql' with 481 lines. 2021-06-08 23:06:49,455+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-06-08 23:06:49,480+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AccessRulesData ( pK INT(11) NOT NULL, accessRule VARCHAR(250) BINARY NOT NULL, isRecursive TINYINT(4) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, rule INT(11) NOT NULL, AdminGroupData_accessRules INT(11), PRIMARY KEY (pK) )' -> 0 2021-06-08 23:06:49,504+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AdminEntityData ( pK INT(11) NOT NULL, cAId INT(11) NOT NULL, matchType INT(11) NOT NULL, matchValue VARCHAR(250) BINARY, matchWith INT(11) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, tokenType VARCHAR(250) BINARY, AdminGroupData_adminEntities INT(11), PRIMARY KEY (pK) )' -> 0 2021-06-08 23:06:49,523+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AdminGroupData ( pK INT(11) NOT NULL, adminGroupName VARCHAR(250) BINARY NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (pK) )' -> 0 2021-06-08 23:06:49,539+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AdminPreferencesData ( id VARCHAR(250) BINARY NOT NULL, data LONGBLOB NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0 2021-06-08 23:06:49,561+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE ApprovalData ( id INT(11) NOT NULL, approvalData LONGTEXT NOT NULL, approvalId INT(11) NOT NULL, approvalType INT(11) NOT NULL, cAId INT(11) NOT NULL, endEntityProfileId INT(11) NOT NULL, expireDate BIGINT(20) NOT NULL, remainingApprovals INT(11) NOT NULL, reqAdminCertIssuerDn VARCHAR(250) BINARY, reqAdminCertSn VARCHAR(250) BINARY, requestData LONGTEXT NOT NULL, requestDate BIGINT(20) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, status INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0 2021-06-08 23:06:49,582+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AuditRecordData ( pk VARCHAR(250) BINARY NOT NULL, additionalDetails LONGTEXT, authToken VARCHAR(250) BINARY NOT NULL, customId VARCHAR(250) BINARY, eventStatus VARCHAR(250) BINARY NOT NULL, eventType VARCHAR(250) BINARY NOT NULL, module VARCHAR(250) BINARY NOT NULL, nodeId VARCHAR(250) BINARY NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, searchDetail1 VARCHAR(250) BINARY, searchDetail2 VARCHAR(250) BINARY, sequenceNumber BIGINT(20) NOT NULL, service VARCHAR(250) BINARY NOT NULL, timeStamp BIGINT(20) NOT NULL, PRIMARY KEY (pk) )' -> 0 2021-06-08 23:06:49,603+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AuthorizationTreeUpdateData ( pK INT(11) NOT NULL, authorizationTreeUpdateNumber INT(11) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (pK) )' -> 0 2021-06-08 23:06:49,621+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE Base64CertData ( fingerprint VARCHAR(250) BINARY NOT NULL, base64Cert LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (fingerprint) )' -> 0 2021-06-08 23:06:49,638+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE CAData ( cAId INT(11) NOT NULL, data LONGTEXT NOT NULL, expireTime BIGINT(20) NOT NULL, name VARCHAR(250) BINARY, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, status INT(11) NOT NULL, subjectDN VARCHAR(250) BINARY, updateTime BIGINT(20) NOT NULL, PRIMARY KEY (cAId) )' -> 0 2021-06-08 23:06:49,657+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE CRLData ( fingerprint VARCHAR(250) BINARY NOT NULL, base64Crl LONGTEXT NOT NULL, cAFingerprint VARCHAR(250) BINARY NOT NULL, cRLNumber INT(11) NOT NULL, deltaCRLIndicator INT(11) NOT NULL, issuerDN VARCHAR(250) BINARY NOT NULL, nextUpdate BIGINT(20) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, thisUpdate BIGINT(20) NOT NULL, PRIMARY KEY (fingerprint) )' -> 0 2021-06-08 23:06:49,673+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE CertReqHistoryData ( fingerprint VARCHAR(250) BINARY NOT NULL, issuerDN VARCHAR(250) BINARY NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, serialNumber VARCHAR(250) BINARY NOT NULL, timestamp BIGINT(20) NOT NULL, userDataVO LONGTEXT NOT NULL, username VARCHAR(250) BINARY NOT NULL, PRIMARY KEY (fingerprint) )' -> 0 2021-06-08 23:06:49,688+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE CertificateData ( fingerprint VARCHAR(250) BINARY NOT NULL, base64Cert LONGTEXT, cAFingerprint VARCHAR(250) BINARY, certificateProfileId INT(11) NOT NULL, endEntityProfileId INT(11), expireDate BIGINT(20) NOT NULL, issuerDN VARCHAR(250) BINARY NOT NULL, notBefore BIGINT(20), revocationDate BIGINT(20) NOT NULL, revocationReason INT(11) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, serialNumber VARCHAR(250) BINARY NOT NULL, status INT(11) NOT NULL, subjectAltName VARCHAR(2000) BINARY, subjectDN VARCHAR(400) BINARY NOT NULL, subjectKeyId VARCHAR(250) BINARY, tag VARCHAR(250) BINARY, type INT(11) NOT NULL, updateTime BIGINT(20) NOT NULL, username VARCHAR(250) BINARY, PRIMARY KEY (fingerprint) )' -> 0 2021-06-08 23:06:49,705+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE CertificateProfileData ( id INT(11) NOT NULL, certificateProfileName VARCHAR(250) BINARY NOT NULL, data LONGBLOB NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0 2021-06-08 23:06:49,723+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE CryptoTokenData ( id INT(11) NOT NULL, lastUpdate BIGINT(20) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, tokenData LONGTEXT, tokenName VARCHAR(250) BINARY NOT NULL, tokenProps LONGTEXT, tokenType VARCHAR(250) BINARY NOT NULL, PRIMARY KEY (id) )' -> 0 2021-06-08 23:06:49,739+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE EndEntityProfileData ( id INT(11) NOT NULL, data LONGBLOB NOT NULL, profileName VARCHAR(250) BINARY NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0 2021-06-08 23:06:49,754+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE GlobalConfigurationData ( configurationId VARCHAR(250) BINARY NOT NULL, data LONGBLOB NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (configurationId) )' -> 0 2021-06-08 23:06:49,769+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE HardTokenCertificateMap ( certificateFingerprint VARCHAR(250) BINARY NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, tokenSN VARCHAR(250) BINARY NOT NULL, PRIMARY KEY (certificateFingerprint) )' -> 0 2021-06-08 23:06:49,786+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE HardTokenData ( tokenSN VARCHAR(250) BINARY NOT NULL, cTime BIGINT(20) NOT NULL, data LONGBLOB, mTime BIGINT(20) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, significantIssuerDN VARCHAR(250) BINARY, tokenType INT(11) NOT NULL, username VARCHAR(250) BINARY, PRIMARY KEY (tokenSN) )' -> 0 2021-06-08 23:06:49,807+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE HardTokenIssuerData ( id INT(11) NOT NULL, adminGroupId INT(11) NOT NULL, alias VARCHAR(250) BINARY NOT NULL, data LONGBLOB NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0 2021-06-08 23:06:49,823+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE HardTokenProfileData ( id INT(11) NOT NULL, data LONGTEXT, name VARCHAR(250) BINARY NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, updateCounter INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0 2021-06-08 23:06:49,840+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE HardTokenPropertyData ( id VARCHAR(80) BINARY NOT NULL, property VARCHAR(250) BINARY NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, value VARCHAR(250) BINARY, PRIMARY KEY (id, property) )' -> 0 2021-06-08 23:06:49,859+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE InternalKeyBindingData ( id INT(11) NOT NULL, certificateId VARCHAR(250) BINARY, cryptoTokenId INT(11) NOT NULL, keyBindingType VARCHAR(250) BINARY NOT NULL, keyPairAlias VARCHAR(250) BINARY NOT NULL, lastUpdate BIGINT(20) NOT NULL, name VARCHAR(250) BINARY NOT NULL, rawData LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, status VARCHAR(250) BINARY NOT NULL, PRIMARY KEY (id) )' -> 0 2021-06-08 23:06:55,641+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE KeyRecoveryData ( certSN VARCHAR(80) BINARY NOT NULL, issuerDN VARCHAR(250) BINARY NOT NULL, cryptoTokenId INT(11) DEFAULT 0 NOT NULL, keyAlias VARCHAR(250) BINARY, keyData LONGTEXT NOT NULL, markedAsRecoverable TINYINT(4) NOT NULL, publicKeyId VARCHAR(250) BINARY, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, username VARCHAR(250) BINARY, PRIMARY KEY (certSN, issuerDN) )' -> 0 2021-06-08 23:06:55,661+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE PeerData ( id INT(11) NOT NULL, connectorState INT(11) NOT NULL, data LONGTEXT, name VARCHAR(250) BINARY NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, url VARCHAR(250) BINARY NOT NULL, PRIMARY KEY (id) )' -> 0 2021-06-08 23:06:55,681+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE ProfileData ( id INT(11) NOT NULL, profileName VARCHAR(250) BINARY NOT NULL, profileType VARCHAR(250) BINARY NOT NULL, rawData LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0 2021-06-08 23:06:55,699+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE PublisherData ( id INT(11) NOT NULL, data LONGTEXT, name VARCHAR(250) BINARY, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, updateCounter INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0 2021-06-08 23:06:55,715+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE PublisherQueueData ( pk VARCHAR(250) BINARY NOT NULL, fingerprint VARCHAR(250) BINARY, lastUpdate BIGINT(20) NOT NULL, publishStatus INT(11) NOT NULL, publishType INT(11) NOT NULL, publisherId INT(11) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, timeCreated BIGINT(20) NOT NULL, tryCounter INT(11) NOT NULL, volatileData LONGTEXT, PRIMARY KEY (pk) )' -> 0 2021-06-08 23:06:55,731+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE BlacklistData ( id INT(11) NOT NULL, type VARCHAR(250) BINARY NOT NULL, value VARCHAR(250) BINARY NOT NULL, data VARCHAR(250) BINARY, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, updateCounter INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0 2021-06-08 23:06:55,747+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE RoleData ( id INT(11) NOT NULL, roleName VARCHAR(250) BINARY NOT NULL, nameSpace VARCHAR(250) BINARY, rawData LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0 2021-06-08 23:06:55,763+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE RoleMemberData ( primaryKey INT(11) NOT NULL, tokenType VARCHAR(250) BINARY NOT NULL, tokenIssuerId INT(11) NOT NULL, tokenMatchKey INT(11) NOT NULL, tokenMatchOperator INT(11) NOT NULL, tokenMatchValue VARCHAR(2000) BINARY, roleId INT(11) NOT NULL, description VARCHAR(250) BINARY, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (primaryKey) )' -> 0 2021-06-08 23:06:55,780+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE ServiceData ( id INT(11) NOT NULL, data LONGTEXT, name VARCHAR(250) BINARY NOT NULL, nextRunTimeStamp BIGINT(20) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, runTimeStamp BIGINT(20) NOT NULL, PRIMARY KEY (id) )' -> 0 2021-06-08 23:06:55,798+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE UserData ( username VARCHAR(250) BINARY NOT NULL, cAId INT(11) NOT NULL, cardNumber VARCHAR(250) BINARY, certificateProfileId INT(11) NOT NULL, clearPassword VARCHAR(250) BINARY, endEntityProfileId INT(11) NOT NULL, extendedInformationData LONGTEXT, hardTokenIssuerId INT(11) NOT NULL, keyStorePassword VARCHAR(250) BINARY, passwordHash VARCHAR(250) BINARY, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, status INT(11) NOT NULL, subjectAltName VARCHAR(2000) BINARY, subjectDN VARCHAR(400) BINARY, subjectEmail VARCHAR(250) BINARY, timeCreated BIGINT(20) NOT NULL, timeModified BIGINT(20) NOT NULL, tokenType INT(11) NOT NULL, type INT(11) NOT NULL, PRIMARY KEY (username) )' -> 0 2021-06-08 23:06:55,814+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE UserDataSourceData ( id INT(11) NOT NULL, data LONGTEXT, name VARCHAR(250) BINARY NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, updateCounter INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0 2021-06-08 23:06:55,849+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'alter table AccessRulesData add index FKABB4C1DFDBBC970 (AdminGroupData_accessRules), add constraint FKABB4C1DFDBBC970 foreign key (AdminGroupData_accessRules) references AdminGroupData (pK)' -> 0 2021-06-08 23:06:55,883+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'alter table AdminEntityData add index FKD9A99EBCB3A110AD (AdminGroupData_adminEntities), add constraint FKD9A99EBCB3A110AD foreign key (AdminGroupData_adminEntities) references AdminGroupData (pK)' -> 0 2021-06-08 23:06:55,899+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE NoConflictCertificateData ( id VARCHAR(250) BINARY NOT NULL, fingerprint VARCHAR(250) BINARY NOT NULL, base64Cert LONGTEXT, cAFingerprint VARCHAR(250) BINARY, certificateProfileId INT(11) NOT NULL, endEntityProfileId INT(11), expireDate BIGINT(20) NOT NULL, issuerDN VARCHAR(250) BINARY NOT NULL, notBefore BIGINT(20), revocationDate BIGINT(20) NOT NULL, revocationReason INT(11) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, serialNumber VARCHAR(250) BINARY NOT NULL, status INT(11) NOT NULL, subjectAltName VARCHAR(2000) BINARY, subjectDN VARCHAR(400) BINARY NOT NULL, subjectKeyId VARCHAR(250) BINARY, tag VARCHAR(250) BINARY, type INT(11) NOT NULL, updateTime BIGINT(20) NOT NULL, username VARCHAR(250) BINARY, PRIMARY KEY (id) )' -> 0 2021-06-08 23:06:55,916+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AcmeNonceData ( nonce VARCHAR(250) BINARY NOT NULL, timeExpires BIGINT(20) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (nonce) )' -> 0 2021-06-08 23:06:55,932+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AcmeAccountData ( accountId VARCHAR(250) BINARY NOT NULL, currentKeyId VARCHAR(250) BINARY NOT NULL, rawData LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (accountId) )' -> 0 2021-06-08 23:06:55,951+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AcmeChallengeData ( challengeId VARCHAR(250) BINARY NOT NULL, authorizationId VARCHAR(250) BINARY NOT NULL, type VARCHAR(20) BINARY NOT NULL, rawData LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (challengeId) )' -> 0 2021-06-08 23:06:55,969+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AcmeOrderData ( orderId VARCHAR(250) BINARY NOT NULL, accountId VARCHAR(250) BINARY NOT NULL, fingerprint VARCHAR(250) BINARY, status VARCHAR(250) BINARY NOT NULL, rawData LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (orderId) )' -> 0 2021-06-08 23:06:55,987+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AcmeAuthorizationData ( authorizationId VARCHAR(250) BINARY NOT NULL, orderId VARCHAR(250) BINARY, accountId VARCHAR(250) BINARY NOT NULL, rawData LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (authorizationId) )' -> 0 2021-06-08 23:06:55,989+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-06-08 23:06:55,996+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Applying recommended database indexes... 2021-06-08 23:06:56,865+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Loading SQL script '/opt/primekey/ejbca/doc/sql-scripts/create-index-ejbca.sql' with 81 lines. 2021-06-08 23:06:57,020+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-06-08 23:06:57,058+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX auditrecorddata_idx2 ON AuditRecordData (nodeId,sequenceNumber)' -> 0 2021-06-08 23:06:57,070+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX auditrecorddata_idx3 ON AuditRecordData (timeStamp)' -> 0 2021-06-08 23:06:57,081+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX auditrecorddata_idx4 ON AuditRecordData (searchDetail2)' -> 0 2021-06-08 23:06:57,093+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX crldata_idx3 ON CRLData (cRLNumber, issuerDN)' -> 0 2021-06-08 23:06:57,105+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX crldata_idx4 ON CRLData (issuerDN,deltaCRLIndicator,crlNumber)' -> 0 2021-06-08 23:06:57,116+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX cadata_idx1 ON CAData (name)' -> 0 2021-06-08 23:06:57,127+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx2 ON CertificateData (username)' -> 0 2021-06-08 23:06:57,139+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx4 ON CertificateData (subjectDN)' -> 0 2021-06-08 23:06:57,150+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx5 ON CertificateData (type)' -> 0 2021-06-08 23:06:57,161+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx6 ON CertificateData (issuerDN,status)' -> 0 2021-06-08 23:06:57,172+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx7 ON CertificateData(certificateProfileId)' -> 0 2021-06-08 23:06:57,184+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx11 ON CertificateData (subjectKeyId)' -> 0 2021-06-08 23:06:57,200+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM CertificateData WHERE fingerprint='caba75f68c833c3c2d33f3f5052b7d5a76e80383'' -> 0 2021-06-08 23:06:57,201+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM CertificateData WHERE fingerprint='05a219d835622653192c30eeeee8f01f918b30fb'' -> 0 2021-06-08 23:06:57,204+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM Base64CertData WHERE fingerprint='caba75f68c833c3c2d33f3f5052b7d5a76e80383'' -> 0 2021-06-08 23:06:57,205+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM Base64CertData WHERE fingerprint='05a219d835622653192c30eeeee8f01f918b30fb'' -> 0 2021-06-08 23:06:57,214+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX certificatedata_idx12 ON CertificateData (serialNumber, issuerDN)' -> 0 2021-06-08 23:06:57,226+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX historydata_idx1 ON CertReqHistoryData (username)' -> 0 2021-06-08 23:07:00,482+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX historydata_idx3 ON CertReqHistoryData (serialNumber)' -> 0 2021-06-08 23:07:00,513+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX userdata_idx10 ON UserData (subjectDN)' -> 0 2021-06-08 23:07:00,541+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX userdata_idx11 ON UserData (status)' -> 0 2021-06-08 23:07:00,574+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX publisherqueue_idx3 ON PublisherQueueData (publisherId, publishStatus, timeCreated)' -> 0 2021-06-08 23:07:00,608+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX rolemember_idx1 ON RoleMemberData (tokenType,roleId)' -> 0 2021-06-08 23:07:00,636+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX blacklist_idx1 ON BlacklistData (type,value)' -> 0 2021-06-08 23:07:00,664+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx1 ON NoConflictCertificateData (serialNumber, issuerDN)' -> 0 2021-06-08 23:07:00,697+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx2 ON NoConflictCertificateData (fingerprint)' -> 0 2021-06-08 23:07:00,724+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx3 ON NoConflictCertificateData (issuerDN,status)' -> 0 2021-06-08 23:07:00,746+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx4 ON NoConflictCertificateData (certificateProfileId)' -> 0 2021-06-08 23:07:00,771+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeaccountdata_idx1 ON AcmeAccountData (currentKeyId)' -> 0 2021-06-08 23:07:00,832+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeorderdata_idx1 ON AcmeOrderData (accountId)' -> 0 2021-06-08 23:07:00,896+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeorderdata_idx2 ON AcmeOrderData (fingerprint, status)' -> 0 2021-06-08 23:07:00,924+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeauthorizationdata_idx1 ON AcmeAuthorizationData (accountId)' -> 0 2021-06-08 23:07:00,957+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeauthorizationdata_idx2 ON AcmeAuthorizationData (orderId)' -> 0 2021-06-08 23:07:00,988+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmechallengedata_idx1 ON AcmeChallengeData (authorizationId)' -> 0 2021-06-08 23:07:00,989+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-06-08 23:07:01,014+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Starting application server: ========================================================================= JBoss Bootstrap Environment JBOSS_HOME: /opt/primekey/wildfly-14.0.1.Final JAVA: java JAVA_OPTS: -server -Xms128m -Xmx1216m -Xss256k -XX:MetaspaceSize=160m -XX:MaxMetaspaceSize=256m -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:ParallelGCThreads=1 -XX:ConcGCThreads=1 -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 -XX:CICompilerCount=2 -XX:+ExitOnOutOfMemoryError -Djdk.tls.ephemeralDHKeySize=2048 -Djava.security.egd=file:/dev/random -Dcontainer.database.name=mysql -Dcontainer.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect -Dhibernate.dialect.storage_engine=innodb -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true ========================================================================= 2021-06-08 23:07:02,564+0000 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 14.0.1.Final (WildFly Core 6.0.2.Final) starting 2021-06-08 23:07:05,271+0000 WARN [org.jboss.as.server.deployment.scanner] (ServerService Thread Pool -- 3) WFLYDS0006: Reliable deployment behaviour is not possible when auto-deployment of exploded content is enabled (i.e. deployment without use of ".dodeploy"' marker files). Configuration of auto-deployment of exploded content is not recommended in any situation where reliability is desired. Configuring the deployment scanner's auto-deploy-exploded setting to "false" is recommended. 2021-06-08 23:07:05,480+0000 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http) 2021-06-08 23:07:06,246+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 2.0.13.Final starting 2021-06-08 23:07:07,156+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0012: Started server default-server. 2021-06-08 23:07:07,159+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0018: Host default-host starting 2021-06-08 23:07:07,260+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTP listener remoting listening on 127.0.0.1:4447 2021-06-08 23:07:13,250+0000 INFO [org.jboss.as.jpa] (MSC service thread 1-1) WFLYJPA0002: Read persistence.xml for ejbca 2021-06-08 23:07:15,091+0000 WARN [org.jboss.as.jsf] (MSC service thread 1-4) WFLYJSF0005: Unknown JSF version 'NONE'. Default version 'main' will be used instead. 2021-06-08 23:07:15,091+0000 WARN [org.jboss.as.jsf] (MSC service thread 1-1) WFLYJSF0005: Unknown JSF version 'NONE'. Default version 'main' will be used instead. 2021-06-08 23:07:15,957+0000 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 48) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'ejbca.ear#ejbca' 2021-06-08 23:07:17,662+0000 ERROR [org.jboss.as.jsf] (MSC service thread 1-3) WFLYJSF0002: Could not load JSF managed bean class: org.ejbca.ui.web.admin.peerconnector.PeerConnectorsMBean 2021-06-08 23:07:17,765+0000 ERROR [org.jboss.as.jsf] (MSC service thread 1-3) WFLYJSF0002: Could not load JSF managed bean class: org.ejbca.ui.web.admin.peerconnector.PeerMgmtMBean 2021-06-08 23:07:17,848+0000 ERROR [org.jboss.as.jsf] (MSC service thread 1-3) WFLYJSF0002: Could not load JSF managed bean class: org.ejbca.ui.web.admin.peerconnector.PeerConnectorMBean 2021-06-08 23:07:23,667+0000 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 48) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'ejbca.ear#ejbca' 2021-06-08 23:07:29,380+0000 WARN [org.jboss.weld.Bootstrap] (MSC service thread 1-1) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType>) used for class com.sun.faces.flow.FlowDiscoveryCDIHelper is deprecated from CDI 1.1! 2021-06-08 23:07:31,380+0000 SEVERE [javax.enterprise.resource.webcontainer.jsf.flow] (MSC service thread 1-1) Unable to obtain CDI 1.1 utilities for Mojarra 2021-06-08 23:07:31,386+0000 SEVERE [javax.enterprise.resource.webcontainer.jsf.application.view] (MSC service thread 1-1) Unable to obtain CDI 1.1 utilities for Mojarra 2021-06-08 23:07:33,959+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 58) Init, EJBCA 6.15.2.5 Community (r33900) startup. 2021-06-08 23:07:34,053+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 63) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-06-08 23:07:34,053+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 53) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-06-08 23:07:34,055+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 78) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-06-08 23:07:34,055+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 60) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, GET] 2021-06-08 23:07:34,055+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 59) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-06-08 23:07:34,053+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 52) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-06-08 23:07:34,053+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 66) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-06-08 23:07:34,056+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 80) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-06-08 23:07:34,056+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 54) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, GET] 2021-06-08 23:07:35,964+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 58) BouncyCastle provider is from our ejbca.ear classloader. 2021-06-08 23:07:35,970+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 58) Registered AuthenticationTokens [PublicAccessAuthenticationToken, CertificateAuthenticationToken, CliAuthenticationToken, AlwaysAllowLocalAuthenticationToken] 2021-06-08 23:07:35,972+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 58) Class not found: se.primeKey.caToken.card.PrimeCAToken. 2021-06-08 23:07:35,972+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 58) Can not register se.primeKey.caToken.card.PrimeCAToken. This is normally not an error. 2021-06-08 23:07:36,166+0000 INFO [org.cesecore.audit.AuditDevicesConfig] (ServerService Thread Pool -- 58) Registered audit device using implementation: org.cesecore.audit.impl.log4j.Log4jDevice 2021-06-08 23:07:36,167+0000 INFO [org.cesecore.audit.AuditDevicesConfig] (ServerService Thread Pool -- 58) Configured exporter AuditExporterDummy for device Log4jDevice 2021-06-08 23:07:36,177+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 58) 2021-06-08 23:07:36+00:00;EJBCA_STARTING;SUCCESS;SERVICE;EJBCA;Application internal;;onap-ejbca-6fcdf65869-kff49;;msg=Init, EJBCA 6.15.2.5 Community (r33900) startup. 2021-06-08 23:07:36,180+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 58) 2021-06-08 23:07:36+00:00;LOG_MANAGEMENT_CHANGE;VOID;SECURITY_AUDIT;CORE;Application internal;;;;msg=No integrity protected security audit logger devices configured. 2021-06-08 23:07:36,258+0000 INFO [org.ejbca.core.ejb.authorization.AuthorizationSystemSessionBean] (ServerService Thread Pool -- 58) No roles or CAs exist, intializing Super Administrator Role with default CLI user. 2021-06-08 23:07:36,266+0000 INFO [org.cesecore.dbprotection.ProtectedData] (ServerService Thread Pool -- 58) No database integrity protection available in this version of EJBCA. 2021-06-08 23:07:37,293+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 58) 2021-06-08 23:07:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Application internal;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 23:07:37,363+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 58) 2021-06-08 23:07:37+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;Application internal;;;;msg=Global configuration with id 0 created. 2021-06-08 23:07:37,449+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 58) Setting isUniqueCertificateSerialNumberIndex to: true 2021-06-08 23:07:37,455+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 58) 2021-06-08 23:07:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 23:07:37,471+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 58) 2021-06-08 23:07:37+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id 0.;added:statedump_lockdown=false 2021-06-08 23:07:37,556+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 58) 2021-06-08 23:07:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 23:07:37,590+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 58) 2021-06-08 23:07:37+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Global configuration with id UPGRADE created. 2021-06-08 23:07:37,646+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 58) 2021-06-08 23:07:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 23:07:37,655+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 58) 2021-06-08 23:07:37+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id UPGRADE.;added:upgradedFromVersion=6.15.2.5;added:upgradedToVersion=6.15.2.5 2021-06-08 23:07:37,661+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 58) 2021-06-08 23:07:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 23:07:37,668+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 58) 2021-06-08 23:07:37+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id UPGRADE.;added:postUpgradedToVersion=6.10.1 2021-06-08 23:07:37,674+0000 INFO [org.ejbca.core.ejb.upgrade.UpgradeSessionBean] (ServerService Thread Pool -- 58) Database content version: 6.15.2.5, current application version: 6.15.2.5 -> Upgrade is not needed. 2021-06-08 23:07:37,760+0000 INFO [org.cesecore.certificates.ocsp.cache.OcspSigningCache] (ServerService Thread Pool -- 58) No default responder was defined. OCSP requests for certificates issued by unknown CAs will return "unauthorized" as per RFC6960, Section 2.3 2021-06-08 23:07:37,761+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 58) Reloading CA certificate cache. 2021-06-08 23:07:37,776+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 58) Reloaded CA certificate cache with 0 certificates 2021-06-08 23:07:41,287+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 57) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-06-08 23:07:41,289+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 65) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-06-08 23:07:41,349+0000 INFO [org.jboss.as.server] (ServerService Thread Pool -- 28) WFLYSRV0010: Deployed "ejbca.ear" (runtime-name : "ejbca.ear") 2021-06-08 23:07:41,350+0000 INFO [org.jboss.as.server] (ServerService Thread Pool -- 28) WFLYSRV0010: Deployed "jdbc-driver.jar" (runtime-name : "jdbc-driver.jar") 2021-06-08 23:07:41,450+0000 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server 2021-06-08 23:07:41,458+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management 2021-06-08 23:07:41,458+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled 2021-06-08 23:07:41,458+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 14.0.1.Final (WildFly Core 6.0.2.Final) started in 40243ms - Started 5334 of 5380 services (153 services are lazy, passive or on-demand) 2021-06-08 23:07:42,156+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Application /opt/primekey/appserver/standalone/deployments/ejbca.ear.deployed successfully started. 2021-06-08 23:07:42,160+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Setting up in-bound connectivity... 2021-06-08 23:07:46,082+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Configuration import automation tool is not present in this build. /opt/primekey/configdump/{stage.d|initialize.d}/*/*.yaml will be ignored. 2021-06-08 23:07:52,388+0000 INFO [org.cesecore.certificates.ca.CaSessionBean] (default task-2) CA with name ManagementCA does not exist. 2021-06-08 23:07:52,396+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Initializing CA 2021-06-08 23:07:52,397+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Generating rootCA keystore: 2021-06-08 23:07:52,398+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA Type:x509 2021-06-08 23:07:52,398+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA name: ManagementCA 2021-06-08 23:07:52,398+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) SuperAdmin CN: null 2021-06-08 23:07:52,398+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) DN: UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart 2021-06-08 23:07:52,398+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA token type: soft 2021-06-08 23:07:52,398+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA token password: hidden 2021-06-08 23:07:52,398+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Keytype: RSA 2021-06-08 23:07:52,398+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Keyspec: 3072 2021-06-08 23:07:52,399+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Validity: 3652d 2021-06-08 23:07:52,399+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Policy ID: null 2021-06-08 23:07:52,399+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Signature alg: SHA256WithRSA 2021-06-08 23:07:52,399+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Certificate profile: ROOTCA 2021-06-08 23:07:52,399+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA token properties: {} 2021-06-08 23:07:52,446+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Signed by: Self signed 2021-06-08 23:07:52,548+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:52+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/modify 2021-06-08 23:07:52,593+0000 INFO [org.cesecore.keys.token.SoftCryptoToken] (default task-2) Error activating Crypto Token with ID -1270413253. No keystore data available yet, creating new PKCS#12 keystore. 2021-06-08 23:07:53,497+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:53+00:00;CRYPTOTOKEN_CREATE;SUCCESS;CRYPTOTOKEN;CORE;ejbca;-1270413253;;;msg=Created CryptoToken with id -1270413253;name=ManagementCA;encProviderName=BC;signProviderName=BC;added:tokenName=ManagementCA;autoActivation=added;autoActivationPinProtection=legacy 2021-06-08 23:07:53,590+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:53+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/keys/generate/-1270413253 2021-06-08 23:07:54,372+0000 INFO [org.cesecore.keys.util.SignWithWorkingAlgorithm] (default task-2) Signature algorithm 'SHA1WithRSA' working for provider 'BC version 1.6'. 2021-06-08 23:07:54,772+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:54+00:00;CRYPTOTOKEN_GEN_KEYPAIR;SUCCESS;CRYPTOTOKEN;CORE;ejbca;-1270413253;;;msg=Generated new keypair in CryptoToken -1270413253;keyAlias=signKey;keySpecification=3072 2021-06-08 23:07:54,806+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:54+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/keys/generate/-1270413253 2021-06-08 23:07:57,109+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:57+00:00;CRYPTOTOKEN_GEN_KEYPAIR;SUCCESS;CRYPTOTOKEN;CORE;ejbca;-1270413253;;;msg=Generated new keypair in CryptoToken -1270413253;keyAlias=encryptKey;keySpecification=3072 2021-06-08 23:07:57,125+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Creating CA... 2021-06-08 23:07:57,249+0000 INFO [org.ejbca.core.ejb.ca.caadmin.CAAdminSessionBean] (default task-2) Creating an X509 CA: ManagementCA 2021-06-08 23:07:57,275+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:57+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/add_ca;resource1=/cryptotoken/use/-1270413253 2021-06-08 23:07:57,319+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:57+00:00;CA_CREATION;SUCCESS;CA;CORE;ejbca;-278926691;;;msg=CA with id -278926691 and name ManagementCA added, status: 1. ;tokenproperties={defaultKey=encryptKey, certSignKey=signKey, crlSignKey=signKey};tokensequence=00000 2021-06-08 23:07:57,354+0000 INFO [org.cesecore.certificates.ca.internal.SernoGeneratorRandom] (default task-2) Using SHA1PRNG serialNumber RNG algorithm. 2021-06-08 23:07:57,421+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:57+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/-278926691 2021-06-08 23:07:57,422+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:57+00:00;CA_EDITING;SUCCESS;CA;CORE;ejbca;-278926691;;;msg=CA with id -278926691 and name ManagementCA edited.;removed:expiretime=Thu Jan 01 00:00:00 UTC 1970;added:certificatechain=[MIIEszCCAxugAwIBAgIUXM/xMZRtPYYcY0RODwfZB7I5iZ4wDQYJKoZIhvcNAQEL BQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDg0ZGQwMmM1ZmI1MTA1OGExFTATBgNV BAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNr c3RhcnQwHhcNMjEwNjA4MjMwNzU3WhcNMzEwNjA4MjMwNzU3WjBhMSMwIQYKCZIm iZPyLGQBAQwTYy0wODRkZDAyYzVmYjUxMDU4YTEVMBMGA1UEAwwMTWFuYWdlbWVu dENBMSMwIQYDVQQKDBpFSkJDQSBDb250YWluZXIgUXVpY2tzdGFydDCCAaIwDQYJ KoZIhvcNAQEBBQADggGPADCCAYoCggGBALmohUc9XUUuaX20ziXtZuqTtD0Vwo5Y hHrY5tsGPUrRMp6RjPlSLd29i6W9OZBfpD2xqfheJYLGg0fj3X//RjYjwKWkUf7e SPKfes+QB6Vp0H/jKRBDA+96VJysOAlD64F5L4vMPcUg24vM82vwiCvGK1JttS0t 4vWWQU1/3OE8gUk0eBgOyabaOS8FfS6KJPaXPBbyvYGomdKeyVeCsssgK0AtRWuh i0DVbdEP9u7McFBHqHDZNB5NBeJlkpRq0w+lVOhOV1kUKpVmxOUV+r4JBmnWxWun qQyQHkCtgNA4uU1MwtA8e8H5g+m5x09yNKpNK7/UPzVmQ1ONAx62LfrteuBTyYFO pJ7QCOFe1otopnYL1aTAih2kKKdyyGkHITE81+Bjz66OFCVUJ0FXXUrwhXy9ecCr MT84RULBpmY0AHI1cRi5ETl/qo/eASBuGyw/3Bdoc9akCMjB2g7vXThm9XHNgJ7K y7awB0iBNhfTLd1Eg7Oc81CK+R+Hlt5E3wIDAQABo2MwYTAPBgNVHRMBAf8EBTAD AQH/MB8GA1UdIwQYMBaAFPPC8AGdCUnhhJLSf/kwtkDmAvCCMB0GA1UdDgQWBBTz wvABnQlJ4YSS0n/5MLZA5gLwgjAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQEL BQADggGBAKzyJ8jXwG4xVkgz27ym1wKJwV0N4Ik4cAfj790EhkaIXOUz9hZ6rELP thKOnB2KwgFadJuWmvAa+2vZwU+NfpeyizWngR3BbjNott1hvi4jp1So1vAMfawB AMWxHNkqJnBHbrTGBOhe72S7jo+ZG3n8yoDhgbJ+UGPXvIM7WOWbpJeqQlxpoKAZ lejYNK/oHOdCNrIUOcRaI2KxP4R86+WCdUq8unzd9Yet2jLO9h9Eu6CadJRIN1xT Z5IfGOyTELGmEVckNNQc2ES3FrG6ON1th7UCgGQv0zJfiHYb2XhbpufFS2fuiZ9d 4PskTnUmi4TEG0C8fJRz7X44HpIkxCMQ5F+iFQxFvzvEdwolgeTh3SsIL5EnI0b5 NwUQWtoaBN1Z1G672xmYUS5a+OKkHrGS5vbEv9Roi1Xh84AfBWVF7SSoymtsu0lG elNA+JSNZd48lc6AtsYoiKqNhf2KSyNzNfOVNlYAgjayn467TwQBmHfMb0EffMMl drdJwLXcmQ==];tokenproperties={defaultKey=encryptKey, certSignKey=signKey, crlSignKey=signKey};tokensequence=00000 2021-06-08 23:07:57,466+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:57+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-278926691 2021-06-08 23:07:57,474+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:57+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;ejbca;-278926691;5CCFF131946D3D861C63444E0F07D907B239899E;SYSTEMCA;msg=Certificate stored for username 'SYSTEMCA', fp=9abb95789dd229c4df20a327299c9dd6c05f25ed, subjectDN 'UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart', issuerDN 'UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=5CCFF131946D3D861C63444E0F07D907B239899E. 2021-06-08 23:07:57,475+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-2) Reloading CA certificate cache. 2021-06-08 23:07:57,506+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-2) Reloaded CA certificate cache with 1 certificates 2021-06-08 23:07:57,508+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:57+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-278926691 2021-06-08 23:07:57,551+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:57+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/-278926691 2021-06-08 23:07:57,571+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:57+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-278926691 2021-06-08 23:07:57,710+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:57+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/create_crl 2021-06-08 23:07:57,770+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:57+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-278926691 2021-06-08 23:07:57,774+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:57+00:00;CRL_STORED;SUCCESS;CRL;CORE;ejbca;-278926691;;;msg=Stored CRL with CRLNumber=1, fingerprint=a9aa0f30f4fa13df51785f8b3dfd861d6d346197, issuerDN 'UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart'. 2021-06-08 23:07:57,775+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:57+00:00;CRL_CREATION;SUCCESS;CRL;CORE;ejbca;-278926691;;;msg=Created CRL with number 1 for CA 'ManagementCA' with DN 'UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart'. 2021-06-08 23:07:57,776+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:57+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-278926691 2021-06-08 23:07:57,777+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:57+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-278926691 2021-06-08 23:07:57,787+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-2) Reloading CA certificate cache. 2021-06-08 23:07:57,791+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-2) Reloaded CA certificate cache with 1 certificates 2021-06-08 23:07:57,871+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:07:57+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-278926691 2021-06-08 23:07:57,881+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CAId for created CA: -278926691 2021-06-08 23:07:57,881+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Created and published initial CRL. 2021-06-08 23:07:57,882+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA initialized 2021-06-08 23:07:57,882+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Note that any open browser sessions must be restarted to interact with this CA. 2021-06-08 23:08:01,252+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:08:01+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-278926691 2021-06-08 23:08:04,748+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:08:04+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-278926691 2021-06-08 23:08:04,786+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Using certificate profile: SERVER, with id: 9 2021-06-08 23:08:04,853+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Trying to add end entity: 2021-06-08 23:08:04,853+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Username: onap-ejbca-6fcdf65869-kff49 2021-06-08 23:08:04,854+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Password:
2021-06-08 23:08:04,854+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) DN: CN=onap-ejbca-6fcdf65869-kff49,O=EJBCA Container Quickstart,UID=c-084dd02c5fb51058a 2021-06-08 23:08:04,854+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) CA Name: ManagementCA 2021-06-08 23:08:04,854+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) SubjectAltName: dnsName=onap-ejbca-6fcdf65869-kff49 2021-06-08 23:08:04,854+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Email: null 2021-06-08 23:08:04,854+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Type: 1 2021-06-08 23:08:04,854+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Token: JKS 2021-06-08 23:08:04,854+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Certificate profile: 9 2021-06-08 23:08:04,855+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) End entity profile: 1 2021-06-08 23:08:04,948+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:08:04+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-06-08 23:08:04,979+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:08:04+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;ejbca;-278926691;;onap-ejbca-6fcdf65869-kff49;msg=Added end entity onap-ejbca-6fcdf65869-kff49.;caid=-278926691;cardnumber=;certificateprofileid=9;endentityprofileid=1;hardtokenissuerid=0;status=10;subjectAltName=B64:ZG5zTmFtZT1vbmFwLWVqYmNhLTZmY2RmNjU4Njkta2ZmNDk=;subjectDN=B64:VUlEPWMtMDg0ZGQwMmM1ZmI1MTA1OGEsQ049b25hcC1lamJjYS02ZmNkZjY1ODY5LWtmZjQ5LE89RUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQ=;subjectEmail=;tokentype=3;type=1;username=onap-ejbca-6fcdf65869-kff49 2021-06-08 23:08:04,985+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) User 'onap-ejbca-6fcdf65869-kff49' has been added. 2021-06-08 23:08:04,985+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Note: If batch processing should be possible, also use 'ra setclearpwd onap-ejbca-6fcdf65869-kff49 '. 2021-06-08 23:08:07,987+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:08:07+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-06-08 23:08:08,047+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:08:08+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;-278926691;;onap-ejbca-6fcdf65869-kff49;msg=Edited end entity onap-ejbca-6fcdf65869-kff49, new status 10. 2021-06-08 23:08:08,056+0000 INFO [org.ejbca.ui.cli.ra.SetEndEntityStatusCommand] (main) New status for end entity onap-ejbca-6fcdf65869-kff49 is 10 2021-06-08 23:08:10,991+0000 INFO [org.ejbca.ui.cli.ra.SetCleartextPasswordCommand] (main) Setting clear text password for user onap-ejbca-6fcdf65869-kff49 2021-06-08 23:08:11,063+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:08:11+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-06-08 23:08:11,064+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:08:11+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;-278926691;;onap-ejbca-6fcdf65869-kff49;msg=Password changed for end entity onap-ejbca-6fcdf65869-kff49. 2021-06-08 23:08:14,356+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) Generating keys in directory /opt/primekey/tmp/tmp.HCXt2KHasG. 2021-06-08 23:08:14,461+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) Loading configuration from defaults. 2021-06-08 23:08:14,461+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) Generating RSA keys of size 2048 for onap-ejbca-6fcdf65869-kff49. 2021-06-08 23:08:15,392+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:08:15+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;ejbca;-278926691;;onap-ejbca-6fcdf65869-kff49;msg=Authenticated user onap-ejbca-6fcdf65869-kff49. 2021-06-08 23:08:15,400+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:08:15+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-278926691 2021-06-08 23:08:15,401+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:08:15+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;ejbca;-278926691;;onap-ejbca-6fcdf65869-kff49;subjectdn=UID=c-084dd02c5fb51058a,CN=onap-ejbca-6fcdf65869-kff49,O=EJBCA Container Quickstart;requestX500name=null;subjectaltname=dnsName=onap-ejbca-6fcdf65869-kff49;certprofile=9;keyusage=-1;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuoFQnXN0L/h6+UHLmAyuB/uqshcJy38e2pqwkzC+WaMboJ11oui/k9YIEBQrdHKJjUjvoAXI1sVMNwCbovTTGYV6AhPAtjw7XAi99MA8epkM2JUdrmAUC/awZbgOxHX3m8N6skVzfkpwZLUvB7UuTjrLRppHfXPWSfe5zFprly41JVTFSKfaoQyv7ZFqrpjDg40m+1gkibjDZk/lf7Y6X+A8DzkGu1UOtTKRuOMvzRg6aJVmNIV61uUJwOYaFgaWAKi80mj7eE0NaC/WYQMckixQAo65ED4/JNZcoYibbvQr6uN5TGOxqYjEtp27hgV+560K8Wzvycpj53onwOhN/wIDAQAB 2021-06-08 23:08:15,468+0000 INFO [org.cesecore.certificates.ca.internal.CertificateValidity] (default task-2) Limiting validity of certificate because requested start of validity (Tue Jun 08 22:58:15 UTC 2021) is before CA start of validity (Tue Jun 08 23:07:57 UTC 2021). 2021-06-08 23:08:15,562+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:08:15+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;ejbca;-278926691;2965873479BC0AB01FD0F716833362CFF35CF9A;onap-ejbca-6fcdf65869-kff49;msg=Certificate stored for username 'onap-ejbca-6fcdf65869-kff49', fp=11b009a224597b65b243ad715a09b9425ec5859b, subjectDN 'UID=c-084dd02c5fb51058a,CN=onap-ejbca-6fcdf65869-kff49,O=EJBCA Container Quickstart', issuerDN 'UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=2965873479BC0AB01FD0F716833362CFF35CF9A. 2021-06-08 23:08:15,563+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:08:15+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;ejbca;-278926691;2965873479BC0AB01FD0F716833362CFF35CF9A;onap-ejbca-6fcdf65869-kff49;subjectdn=UID=c-084dd02c5fb51058a,CN=onap-ejbca-6fcdf65869-kff49,O=EJBCA Container Quickstart;certprofile=9;issuancerevocationreason=-1;cert=MIIEfjCCAuagAwIBAgIUApZYc0ebwKsB/Q9xaDM2LP81z5owDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDg0ZGQwMmM1ZmI1MTA1OGExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNjA4MjMwNzU3WhcNMjMwNjA4MjI1ODE1WjBwMSMwIQYKCZImiZPyLGQBAQwTYy0wODRkZDAyYzVmYjUxMDU4YTEkMCIGA1UEAwwbb25hcC1lamJjYS02ZmNkZjY1ODY5LWtmZjQ5MSMwIQYDVQQKDBpFSkJDQSBDb250YWluZXIgUXVpY2tzdGFydDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALqBUJ1zdC/4evlBy5gMrgf7qrIXCct/HtqasJMwvlmjG6CddaLov5PWCBAUK3RyiY1I76AFyNbFTDcAm6L00xmFegITwLY8O1wIvfTAPHqZDNiVHa5gFAv2sGW4DsR195vDerJFc35KcGS1Lwe1Lk46y0aaR31z1kn3ucxaa5cuNSVUxUin2qEMr+2Raq6Yw4ONJvtYJIm4w2ZP5X+2Ol/gPA85BrtVDrUykbjjL80YOmiVZjSFetblCcDmGhYGlgCovNJo+3hNDWgv1mEDHJIsUAKOuRA+PyTWXKGIm270K+rjeUxjsamIxLadu4YFfuetCvFs78nKY+d6J8DoTf8CAwEAAaOBnjCBmzAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFPPC8AGdCUnhhJLSf/kwtkDmAvCCMCYGA1UdEQQfMB2CG29uYXAtZWpiY2EtNmZjZGY2NTg2OS1rZmY0OTATBgNVHSUEDDAKBggrBgEFBQcDATAdBgNVHQ4EFgQUKtCvw9O7f9mssGKVw5FZ6GoM/7AwDgYDVR0PAQH/BAQDAgWgMA0GCSqGSIb3DQEBCwUAA4IBgQB49ALfM9swX4ihS0tFHgVez8dV5ggHycBGCeb6X1tdru5z+QjocAvIxQMsgPqeWrkhqf6MuKsVCvJT5jx2FwXY/q4bzGwYWBo9dN86Pkn/lFhWNnQ/XQYqeSdu82sLjLEfFKqSea8cJkaWfQKkJdZ7i53aJ4M+89JxqM2MSjQkx35dd/DKtdoVeGSs+utezFeb386/EpK4f5qQqGFE3O5rWOJDvaC8kGcK30huSsUNPf3k3FRcv9q4WK/hs5sFRm+1vSz2fdxGKjjQo3XAT2F6fsS2iDHtdllQC5NEXhhvYhuun42/azevQoroM9H49xFO2B/vcnYsj1MdSRcA5kXY5o1CRWtEnX2RtsIDVslRErBfnBmvxkq+Vh9ARYnWUzhSlfm6SsqOzwfRvb+f3w4eRSnTU5y61NMKN7wHd9s9apZWHQARad/sv6FoMvhmMiWPiumAVl5xzExWncVKwbXI3mzBKtTW2ahsc9hrpKIrjbOAF34yns09sSo3A7R0NSs= 2021-06-08 23:08:15,565+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:08:15+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-278926691;;onap-ejbca-6fcdf65869-kff49;msg=Edited end entity onap-ejbca-6fcdf65869-kff49, new status 40. 2021-06-08 23:08:15,565+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'onap-ejbca-6fcdf65869-kff49' to STATUS_GENERATED. 2021-06-08 23:08:15,609+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) Created Keystore for 'onap-ejbca-6fcdf65869-kff49'. 2021-06-08 23:08:15,686+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:08:15+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-06-08 23:08:15,687+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:08:15+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;-278926691;;onap-ejbca-6fcdf65869-kff49;msg=Password changed for end entity onap-ejbca-6fcdf65869-kff49. 2021-06-08 23:08:15,694+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) New user generated successfully - onap-ejbca-6fcdf65869-kff49. 2021-06-08 23:08:16,020+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Certificate stored in file 2021-06-08 23:08:16,199+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Generated TLS certificate with fingerprint a4229f3da61bb3cd356dcbeaa3aae9acbe451bf8b0f7c3ac446665d85672e670. 2021-06-08 23:08:16,204+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Importing keystore /opt/primekey/secrets/persistent/tls/onap-ejbca-6fcdf65869-kff49/server.jks to /opt/primekey/tmp/tmp.HCXt2KHasG/keystore.jks... 2021-06-08 23:08:16,204+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Entry for alias cacert successfully imported. 2021-06-08 23:08:16,204+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Entry for alias onap-ejbca-6fcdf65869-kff49 successfully imported. 2021-06-08 23:08:16,204+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Import command completed: 2 entries successfully imported, 0 entries failed or cancelled 2021-06-08 23:08:26,874+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Will use application provided server side TLS keystore. 2021-06-08 23:08:29,993+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:08:29+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-278926691 2021-06-08 23:08:33,479+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:08:33+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-278926691 2021-06-08 23:08:33,677+0000 INFO [org.ejbca.ui.cli.ca.GetCaCertCommand] (main) Wrote CA certificate to '/opt/primekey/tmp/tmp.HCXt2KHasG/cacert.der' using DER encoding. 2021-06-08 23:08:34,292+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Certificate was added to keystore 2021-06-08 23:08:37,683+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Enabling HTTPS listener on 0.0.0.0:8443 with optional client certificate authentication. 2021-06-08 23:08:42,072+0000 INFO [org.ejbca.ui.web.pub.HealthCheckServlet] (default task-1) All IPs are authorized. 2021-06-08 23:08:44,070+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Enabling HTTP listener on 0.0.0.0:8080. 2021-06-08 23:08:54,187+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Adding initial application RoleMember (";PublicAccessAuthenticationToken:TRANSPORT_ANY;"). 2021-06-08 23:08:57,063+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:08:57+00:00;ROLE_ACCESS_USER_ADDITION;SUCCESS;ROLES;CORE;ejbca;;;;msg=Added administrator aspect(s) to role Super Administrator Role.;id=1172054522;tokenType=PublicAccessAuthenticationToken;tokenIssuerId=0;tokenMatchKey=TRANSPORT_ANY (0);tokenMatchOperator=TYPE_UNUSED (0);tokenMatchValue=;roleId=1;nameSpace=;roleName=Super Administrator Role;description=Initial RoleMember. 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ################################################################################################### 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # Whenever you are ready for production: # 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # Try out the commercially supported EJBCA Enterprise Cloud on AWS, fully featured with: # 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Additional enrollment APIs such as a REST API, EST, ACME and more. # 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Support for external Registration Authority and OCSP responders # 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Hardware Security Module support # 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Application updates # 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - ...and more! # 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # Feel free to contact us directly for a cloud, on-prem, embedded or hybrid solution that fits # 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # your specific needs. # 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # https://aws.amazon.com/marketplace/seller-profile?id=7edf9048-58e6-4086-9d98-b8e0c1d78fce # 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # https://www.primekey.com # 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # sales@primekey.com # 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ################################################################################################### 2021-06-08 23:09:00,708+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-06-08 23:09:00,716+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Waiting 5 seconds before signaling application readiness to ensure proper handling of PublicAccessAuthenticationToken. 2021-06-08 23:09:05,722+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Health check now reports application status at /ejbca/publicweb/healthcheck/ejbcahealth 2021-06-08 23:09:05,726+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-06-08 23:09:05,726+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ***************************************************************************************** 2021-06-08 23:09:05,726+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * A fresh installation was detected and a ManagementCA was created for your initial * 2021-06-08 23:09:05,726+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * access to the system. * 2021-06-08 23:09:05,726+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * * 2021-06-08 23:09:05,726+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * URL: https://onap-ejbca-6fcdf65869-kff49:443/ejbca/adminweb/ 2021-06-08 23:09:05,726+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * * 2021-06-08 23:09:05,726+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * If you use different port mapping or a proxy, please adapt the URL above accordingly. * 2021-06-08 23:09:05,726+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ***************************************************************************************** 2021-06-08 23:09:05,726+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-06-08 23:09:11,058+0000 INFO [org.apache.commons.configuration.PropertiesConfiguration] (default task-2) Reloading configuration. URL is file:/etc/ejbca/conf/web.properties 2021-06-08 23:09:11,192+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:09:11+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 23:09:11,195+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:09:11+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Global configuration with id 1 created. 2021-06-08 23:09:14,689+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:09:14+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 23:09:14,691+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:09:14+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.operationmode=ra 2021-06-08 23:09:17,986+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:09:17+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-278926691 2021-06-08 23:09:18,249+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:09:18+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/-278926691 2021-06-08 23:09:18,257+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:09:18+00:00;CA_EDITING;SUCCESS;CA;CORE;ejbca;-278926691;;;msg=CA with id -278926691 and name ManagementCA edited.;changed:cmpraauthsecret=ZibaCaktGubw6=;changed:catoken={version=8.0, cryptotokenid=-1270413253, propertydata=defaultKey=encryptKey certSignKey=signKey crlSignKey=signKey , signaturealgorithm=SHA256WithRSA, encryptionalgorithm=SHA1WithRSA, sequence=00000, sequenceformat=1};added:externalcdp=;tokenproperties={certSignKey=signKey, defaultKey=encryptKey, crlSignKey=signKey};tokensequence=00000 2021-06-08 23:09:18,277+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:09:18+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-278926691 2021-06-08 23:09:18,348+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:09:18+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-278926691 2021-06-08 23:09:21,509+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:09:21+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 23:09:21,511+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:09:21+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.responseprotection=pbe 2021-06-08 23:09:25,078+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:09:25+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_certificate_profiles;resource1=/ca/-1 2021-06-08 23:09:25,101+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:09:25+00:00;CERTPROFILE_CREATION;SUCCESS;CERTIFICATEPROFILE;CORE;ejbca;;;;msg=New certificate profile CUSTOM_ENDUSER added successfully. 2021-06-08 23:09:25,295+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:09:25+00:00;RA_ADDEEPROFILE;SUCCESS;RA;EJBCA;ejbca;;;;msg=End entity profile Custom_EndEntity added. 2021-06-08 23:09:28,395+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:09:28+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 23:09:28,397+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:09:28+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.ra.certificateprofile=CUSTOM_ENDUSER 2021-06-08 23:09:31,507+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:09:31+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 23:09:31,509+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:09:31+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.ra.endentityprofileid=1356531849 2021-06-08 23:09:37,755+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:09:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 23:09:37,759+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:09:37+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:aliaslist=[cmpRA, cmp];added:cmp.defaultca=;added:cmp.responseprotection=signature;added:cmp.operationmode=client;added:cmp.authenticationmodule=RegTokenPwd;HMAC;added:cmp.authenticationparameters=-;-;added:cmp.extractusernamecomponent=DN;added:cmp.vendorcertificatemode=false;added:cmp.vendorca=;added:cmp.response.capubsca=;added:cmp.response.extracertsca=;added:cmp.allowraverifypopo=false;added:cmp.ra.namegenerationscheme=DN;added:cmp.ra.namegenerationparameters=CN;added:cmp.ra.namegenerationprefix=;added:cmp.ra.namegenerationpostfix=;added:cmp.ra.passwordgenparams=random;added:cmp.ra.allowcustomcertserno=false;added:cmp.ra.endentityprofile=EMPTY;added:cmp.ra.endentityprofileid=1;added:cmp.ra.certificateprofile=ENDUSER;added:cmp.ra.caname=ManagementCA;added:cmp.racertificatepath=;added:cmp.ra.endentitycertificate.omitverifications=false;added:cmp.allowautomatickeyupdate=false;added:cmp.allowservergenkeys=false;added:cmp.allowupdatewithsamekey=true;added:cmp.certreqhandler.class= 2021-06-08 23:09:40,903+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:09:40+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 23:09:40,905+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:09:40+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.allowautomatickeyupdate=true 2021-06-08 23:09:44,074+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:09:44+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 23:09:44,076+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:09:44+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.responseprotection=pbe 2021-06-08 23:09:47,168+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:09:47+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-278926691 2021-06-08 23:09:47,365+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:09:47+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-06-08 23:09:47,374+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:09:47+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;ejbca;-278926691;;Node123;msg=Added end entity Node123.;caid=-278926691;cardnumber=;certificateprofileid=1;endentityprofileid=1;hardtokenissuerid=0;status=10;subjectAltName=;subjectDN=B64:Q049Tm9kZTEyMw==;subjectEmail=;tokentype=1;type=1;username=Node123 2021-06-08 23:09:50,489+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:09:50+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-06-08 23:09:50,490+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:09:50+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;-278926691;;Node123;msg=Password changed for end entity Node123. 2021-06-08 23:09:53,749+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:09:53+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 23:09:53,751+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:09:53+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.extractusernamecomponent=CN 2021-06-08 23:09:59,948+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 23:09:59+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-278926691 2021-06-08 23:12:37,779+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 13) Reloading CA certificate cache. 2021-06-08 23:12:37,787+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 13) Reloaded CA certificate cache with 1 certificates 2021-06-08 23:17:37,789+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 24) Reloading CA certificate cache. 2021-06-08 23:17:37,798+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 24) Reloaded CA certificate cache with 1 certificates 2021-06-08 23:22:37,801+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 36) Reloading CA certificate cache. 2021-06-08 23:22:37,811+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 36) Reloaded CA certificate cache with 1 certificates 2021-06-08 23:24:15,610+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.73.45, for CMP alias: cmpRA 2021-06-08 23:24:15,624+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #0dd31e11efbb51fe1b9fc704a7e96849 2021-06-08 23:24:15,651+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-06-08 23:24:15,659+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-06-08 23:24:15,683+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:24:15+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-06-08 23:24:15,691+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:24:15+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.73.45;-278926691;;sdnc.simpledemo.onap.org;msg=Added end entity sdnc.simpledemo.onap.org.;caid=-278926691;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT1zZG5jLnNpbXBsZWRlbW8ub25hcC5vcmc=;subjectDN=B64:Q049c2RuYy5zaW1wbGVkZW1vLm9uYXAub3JnLE9VPU9OQVAsTz1MaW51eC1Gb3VuZGF0aW9uLEw9U2FuLUZyYW5jaXNjbyxTVD1DYWxpZm9ybmlhLEM9VVM=;subjectEmail=;tokentype=1;type=1;username=sdnc.simpledemo.onap.org 2021-06-08 23:24:15,692+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:24:15+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.73.45;-278926691;;sdnc.simpledemo.onap.org;msg=Authenticated user sdnc.simpledemo.onap.org. 2021-06-08 23:24:15,695+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:24:15+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-278926691 2021-06-08 23:24:15,696+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:24:15+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;;sdnc.simpledemo.onap.org;subjectdn=CN=sdnc.simpledemo.onap.org,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=sdnc.simpledemo.onap.org;subjectaltname=dNSName=sdnc.simpledemo.onap.org;requestaltname=dNSName=sdnc.simpledemo.onap.org;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArhMtev2ODo4fqAeJI/CvJ36ULzKSWBbVHVibjkjSnhBi2r0tqN1CxhIzBHSLF9BbbAoXrcvqwpOjUbtHLR8aV/f2NJmewLaXPkrytOdPuVxdNBG5RLDmDt2F+e9LD6Ox3Jluik7nij9XIHPRfJrcWY56qd74hTZMgOoUld/v2wKYc61hqdic8M+iQ4qDeeU6TXm2AvC/zQIpvNFdQpwla5lV5pGRZk5CnCAOTGZb7+cNYP1m3osayfjqXtHTH9GcUzC9MBosLArLba7sN1BLAj7TohZVqv/gdL36ppFlxivnVxFp4a9md1MtNd4r+Nzig3leKpz1HCRfagoBNhzaNwIDAQAB 2021-06-08 23:24:15,754+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:24:15+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;2BCEEC7C226BF0EF6CD20165EED39BE9F370D89B;sdnc.simpledemo.onap.org;msg=Certificate stored for username 'sdnc.simpledemo.onap.org', fp=4031e6d027909a4c51754229e3738ba95509a35d, subjectDN 'CN=sdnc.simpledemo.onap.org,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=2BCEEC7C226BF0EF6CD20165EED39BE9F370D89B. 2021-06-08 23:24:15,755+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:24:15+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;2BCEEC7C226BF0EF6CD20165EED39BE9F370D89B;sdnc.simpledemo.onap.org;subjectdn=CN=sdnc.simpledemo.onap.org,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEpzCCAw+gAwIBAgIUK87sfCJr8O9s0gFl7tOb6fNw2JswDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDg0ZGQwMmM1ZmI1MTA1OGExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNjA4MjMxNDE1WhcNMjMwNjA4MjMxNDE1WjCBhzEhMB8GA1UEAwwYc2RuYy5zaW1wbGVkZW1vLm9uYXAub3JnMQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK4TLXr9jg6OH6gHiSPwryd+lC8yklgW1R1Ym45I0p4QYtq9LajdQsYSMwR0ixfQW2wKF63L6sKTo1G7Ry0fGlf39jSZnsC2lz5K8rTnT7lcXTQRuUSw5g7dhfnvSw+jsdyZbopO54o/VyBz0Xya3FmOeqne+IU2TIDqFJXf79sCmHOtYanYnPDPokOKg3nlOk15tgLwv80CKbzRXUKcJWuZVeaRkWZOQpwgDkxmW+/nDWD9Zt6LGsn46l7R0x/RnFMwvTAaLCwKy22u7DdQSwI+06IWVar/4HS9+qaRZcYr51cRaeGvZndTLTXeK/jc4oN5Xiqc9RwkX2oKATYc2jcCAwEAAaOBrzCBrDAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFPPC8AGdCUnhhJLSf/kwtkDmAvCCMCMGA1UdEQQcMBqCGHNkbmMuc2ltcGxlZGVtby5vbmFwLm9yZzAnBgNVHSUEIDAeBggrBgEFBQcDAgYIKwYBBQUHAwQGCCsGAQUFBwMBMB0GA1UdDgQWBBScZyCqrDw+VJR63sWKuLudPyuUdjAOBgNVHQ8BAf8EBAMCBeAwDQYJKoZIhvcNAQELBQADggGBAE0U28NGMBzl7aKdGcAOAZ5S0qaZCLewOR/KPQrVNOa5ODAgxUnXa4wRjCaXJRrZOtvl3s0aycHp7U6Dq5InHUbGiVhGFbBhd0RIRwflw/BfwEUXA8RNs/vOCJHb2UhQzLVQ1prhbz1vw/wuFLsF87w+eskvflO7wy5ruzGMmNxG8z01NjX7PB9h37sy2rNkxU7NTlHQD7TtTIXvE5LppAPQfNW7fOR/RL0CLHqprKLSmQKoXntKLTrVv81HsgG0lf3v3P4Bpvwq9ghbFhKCEqKxWyO5dlNQPAD3O81dGVXZGH/sYft1GKNQoV7jFX1gc9VBgssVwHEmIvYy3sVdfQQW2C4CtA9c6U5rPdTyQ+Po4PaXoZFV04MDeQFV4CKzgFE8NC/9y7rwQ/XlEYsMH7DYKZcjJGudcQ5rtYYibA90A6gDpfImciPZ3U0C5+cUJ/CPnWU/g3bNw2PowDNE6xnfiVZirOmQ59UmM+QZX7sJjPZIXUfSJD89Z0wAk9RYaA== 2021-06-08 23:24:15,775+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 23:24:15+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-278926691;;sdnc.simpledemo.onap.org;msg=Edited end entity sdnc.simpledemo.onap.org, new status 40. 2021-06-08 23:24:15,775+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'sdnc.simpledemo.onap.org' to STATUS_GENERATED. 2021-06-08 23:24:15,792+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.73.45, process time 182. 2021-06-08 23:27:37,812+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 48) Reloading CA certificate cache. 2021-06-08 23:27:37,822+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 48) Reloaded CA certificate cache with 1 certificates 2021-06-08 23:32:37,823+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 60) Reloading CA certificate cache. 2021-06-08 23:32:37,830+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 60) Reloaded CA certificate cache with 1 certificates 2021-06-08 23:37:37,831+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 72) Reloading CA certificate cache. 2021-06-08 23:37:37,839+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 72) Reloaded CA certificate cache with 1 certificates 2021-06-08 23:42:37,840+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 84) Reloading CA certificate cache. 2021-06-08 23:42:37,848+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 84) Reloaded CA certificate cache with 1 certificates 2021-06-08 23:47:37,849+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 96) Reloading CA certificate cache. 2021-06-08 23:47:37,856+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 96) Reloaded CA certificate cache with 1 certificates 2021-06-08 23:52:37,857+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 8) Reloading CA certificate cache. 2021-06-08 23:52:37,866+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 8) Reloaded CA certificate cache with 1 certificates 2021-06-08 23:57:37,867+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 20) Reloading CA certificate cache. 2021-06-08 23:57:37,874+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 20) Reloaded CA certificate cache with 1 certificates 2021-06-09 00:02:37,875+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 32) Reloading CA certificate cache. 2021-06-09 00:02:37,881+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 32) Reloaded CA certificate cache with 1 certificates 2021-06-09 00:07:37,882+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 45) Reloading CA certificate cache. 2021-06-09 00:07:37,889+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 45) Reloaded CA certificate cache with 1 certificates 2021-06-09 00:12:37,890+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 57) Reloading CA certificate cache. 2021-06-09 00:12:37,898+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 57) Reloaded CA certificate cache with 1 certificates 2021-06-09 00:17:37,899+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 69) Reloading CA certificate cache. 2021-06-09 00:17:37,907+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 69) Reloaded CA certificate cache with 1 certificates 2021-06-09 00:22:37,908+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 81) Reloading CA certificate cache. 2021-06-09 00:22:37,914+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 81) Reloaded CA certificate cache with 1 certificates 2021-06-09 00:27:37,916+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 93) Reloading CA certificate cache. 2021-06-09 00:27:37,923+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 93) Reloaded CA certificate cache with 1 certificates 2021-06-09 00:32:37,924+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 5) Reloading CA certificate cache. 2021-06-09 00:32:37,930+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 5) Reloaded CA certificate cache with 1 certificates 2021-06-09 00:37:37,931+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 17) Reloading CA certificate cache. 2021-06-09 00:37:37,939+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 17) Reloaded CA certificate cache with 1 certificates 2021-06-09 00:42:37,940+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 29) Reloading CA certificate cache. 2021-06-09 00:42:37,945+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 29) Reloaded CA certificate cache with 1 certificates 2021-06-09 00:47:37,946+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 41) Reloading CA certificate cache. 2021-06-09 00:47:37,950+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 41) Reloaded CA certificate cache with 1 certificates 2021-06-09 00:52:37,952+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 53) Reloading CA certificate cache. 2021-06-09 00:52:37,957+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 53) Reloaded CA certificate cache with 1 certificates 2021-06-09 00:57:37,957+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 65) Reloading CA certificate cache. 2021-06-09 00:57:37,963+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 65) Reloaded CA certificate cache with 1 certificates 2021-06-09 01:02:37,964+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 77) Reloading CA certificate cache. 2021-06-09 01:02:37,970+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 77) Reloaded CA certificate cache with 1 certificates 2021-06-09 01:07:37,970+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 90) Reloading CA certificate cache. 2021-06-09 01:07:37,975+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 90) Reloaded CA certificate cache with 1 certificates 2021-06-09 01:12:37,976+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2021-06-09 01:12:37,981+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2021-06-09 01:17:37,982+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 14) Reloading CA certificate cache. 2021-06-09 01:17:37,987+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 14) Reloaded CA certificate cache with 1 certificates 2021-06-09 01:22:37,987+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 26) Reloading CA certificate cache. 2021-06-09 01:22:37,993+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 26) Reloaded CA certificate cache with 1 certificates 2021-06-09 01:27:37,994+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 38) Reloading CA certificate cache. 2021-06-09 01:27:38,000+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 38) Reloaded CA certificate cache with 1 certificates 2021-06-09 01:32:38,000+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 50) Reloading CA certificate cache. 2021-06-09 01:32:38,006+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 50) Reloaded CA certificate cache with 1 certificates 2021-06-09 01:37:38,006+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 62) Reloading CA certificate cache. 2021-06-09 01:37:38,012+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 62) Reloaded CA certificate cache with 1 certificates 2021-06-09 01:42:38,014+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 74) Reloading CA certificate cache. 2021-06-09 01:42:38,021+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 74) Reloaded CA certificate cache with 1 certificates 2021-06-09 01:47:38,021+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 86) Reloading CA certificate cache. 2021-06-09 01:47:38,027+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 86) Reloaded CA certificate cache with 1 certificates 2021-06-09 01:52:38,027+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 98) Reloading CA certificate cache. 2021-06-09 01:52:38,032+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 98) Reloaded CA certificate cache with 1 certificates 2021-06-09 01:57:38,034+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 10) Reloading CA certificate cache. 2021-06-09 01:57:38,039+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 10) Reloaded CA certificate cache with 1 certificates 2021-06-09 02:02:38,041+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 22) Reloading CA certificate cache. 2021-06-09 02:02:38,046+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 22) Reloaded CA certificate cache with 1 certificates 2021-06-09 02:07:38,047+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 35) Reloading CA certificate cache. 2021-06-09 02:07:38,052+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 35) Reloaded CA certificate cache with 1 certificates 2021-06-09 02:12:38,052+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 47) Reloading CA certificate cache. 2021-06-09 02:12:38,057+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 47) Reloaded CA certificate cache with 1 certificates 2021-06-09 02:17:38,058+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 59) Reloading CA certificate cache. 2021-06-09 02:17:38,063+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 59) Reloaded CA certificate cache with 1 certificates 2021-06-09 02:22:38,064+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 71) Reloading CA certificate cache. 2021-06-09 02:22:38,070+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 71) Reloaded CA certificate cache with 1 certificates 2021-06-09 02:27:38,072+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 83) Reloading CA certificate cache. 2021-06-09 02:27:38,078+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 83) Reloaded CA certificate cache with 1 certificates 2021-06-09 02:32:38,079+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 95) Reloading CA certificate cache. 2021-06-09 02:32:38,085+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 95) Reloaded CA certificate cache with 1 certificates 2021-06-09 02:37:38,086+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 7) Reloading CA certificate cache. 2021-06-09 02:37:38,091+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 7) Reloaded CA certificate cache with 1 certificates 2021-06-09 02:42:38,091+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 19) Reloading CA certificate cache. 2021-06-09 02:42:38,098+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 19) Reloaded CA certificate cache with 1 certificates 2021-06-09 02:47:38,100+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 31) Reloading CA certificate cache. 2021-06-09 02:47:38,108+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 31) Reloaded CA certificate cache with 1 certificates 2021-06-09 02:52:38,108+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 43) Reloading CA certificate cache. 2021-06-09 02:52:38,114+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 43) Reloaded CA certificate cache with 1 certificates 2021-06-09 02:57:38,114+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 55) Reloading CA certificate cache. 2021-06-09 02:57:38,120+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 55) Reloaded CA certificate cache with 1 certificates 2021-06-09 03:02:38,121+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 67) Reloading CA certificate cache. 2021-06-09 03:02:38,126+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 67) Reloaded CA certificate cache with 1 certificates 2021-06-09 03:07:38,127+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 80) Reloading CA certificate cache. 2021-06-09 03:07:38,132+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 80) Reloaded CA certificate cache with 1 certificates 2021-06-09 03:12:38,133+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 92) Reloading CA certificate cache. 2021-06-09 03:12:38,139+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 92) Reloaded CA certificate cache with 1 certificates 2021-06-09 03:17:38,139+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 4) Reloading CA certificate cache. 2021-06-09 03:17:38,144+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 4) Reloaded CA certificate cache with 1 certificates 2021-06-09 03:22:38,144+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 16) Reloading CA certificate cache. 2021-06-09 03:22:38,150+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 16) Reloaded CA certificate cache with 1 certificates 2021-06-09 03:27:38,151+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 28) Reloading CA certificate cache. 2021-06-09 03:27:38,157+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 28) Reloaded CA certificate cache with 1 certificates 2021-06-09 03:32:38,158+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 40) Reloading CA certificate cache. 2021-06-09 03:32:38,164+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 40) Reloaded CA certificate cache with 1 certificates 2021-06-09 03:37:38,165+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 52) Reloading CA certificate cache. 2021-06-09 03:37:38,170+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 52) Reloaded CA certificate cache with 1 certificates 2021-06-09 03:42:38,170+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 64) Reloading CA certificate cache. 2021-06-09 03:42:38,175+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 64) Reloaded CA certificate cache with 1 certificates 2021-06-09 03:47:38,175+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 76) Reloading CA certificate cache. 2021-06-09 03:47:38,181+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 76) Reloaded CA certificate cache with 1 certificates 2021-06-09 03:52:38,182+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 88) Reloading CA certificate cache. 2021-06-09 03:52:38,187+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 88) Reloaded CA certificate cache with 1 certificates 2021-06-09 03:57:38,188+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 100) Reloading CA certificate cache. 2021-06-09 03:57:38,193+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 100) Reloaded CA certificate cache with 1 certificates 2021-06-09 04:02:38,193+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 13) Reloading CA certificate cache. 2021-06-09 04:02:38,200+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 13) Reloaded CA certificate cache with 1 certificates 2021-06-09 04:07:38,201+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 25) Reloading CA certificate cache. 2021-06-09 04:07:38,206+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 25) Reloaded CA certificate cache with 1 certificates 2021-06-09 04:12:38,207+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 37) Reloading CA certificate cache. 2021-06-09 04:12:38,213+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 37) Reloaded CA certificate cache with 1 certificates 2021-06-09 04:17:38,214+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 49) Reloading CA certificate cache. 2021-06-09 04:17:38,219+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 49) Reloaded CA certificate cache with 1 certificates 2021-06-09 04:22:38,219+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 61) Reloading CA certificate cache. 2021-06-09 04:22:38,224+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 61) Reloaded CA certificate cache with 1 certificates 2021-06-09 04:27:38,225+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 73) Reloading CA certificate cache. 2021-06-09 04:27:38,232+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 73) Reloaded CA certificate cache with 1 certificates 2021-06-09 04:32:38,233+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 85) Reloading CA certificate cache. 2021-06-09 04:32:38,239+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 85) Reloaded CA certificate cache with 1 certificates 2021-06-09 04:37:38,241+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 97) Reloading CA certificate cache. 2021-06-09 04:37:38,247+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 97) Reloaded CA certificate cache with 1 certificates 2021-06-09 04:42:38,248+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 9) Reloading CA certificate cache. 2021-06-09 04:42:38,254+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 9) Reloaded CA certificate cache with 1 certificates 2021-06-09 04:47:38,255+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 21) Reloading CA certificate cache. 2021-06-09 04:47:38,259+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 21) Reloaded CA certificate cache with 1 certificates 2021-06-09 04:52:38,259+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 33) Reloading CA certificate cache. 2021-06-09 04:52:38,265+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 33) Reloaded CA certificate cache with 1 certificates 2021-06-09 04:57:38,266+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 45) Reloading CA certificate cache. 2021-06-09 04:57:38,271+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 45) Reloaded CA certificate cache with 1 certificates 2021-06-09 05:02:38,272+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 57) Reloading CA certificate cache. 2021-06-09 05:02:38,278+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 57) Reloaded CA certificate cache with 1 certificates 2021-06-09 05:07:38,279+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 70) Reloading CA certificate cache. 2021-06-09 05:07:38,283+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 70) Reloaded CA certificate cache with 1 certificates 2021-06-09 05:12:38,283+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 82) Reloading CA certificate cache. 2021-06-09 05:12:38,287+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 82) Reloaded CA certificate cache with 1 certificates 2021-06-09 05:17:38,288+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 94) Reloading CA certificate cache. 2021-06-09 05:17:38,292+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 94) Reloaded CA certificate cache with 1 certificates 2021-06-09 05:22:38,293+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 6) Reloading CA certificate cache. 2021-06-09 05:22:38,298+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 6) Reloaded CA certificate cache with 1 certificates 2021-06-09 05:27:38,299+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 18) Reloading CA certificate cache. 2021-06-09 05:27:38,305+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 18) Reloaded CA certificate cache with 1 certificates 2021-06-09 05:32:38,305+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 30) Reloading CA certificate cache. 2021-06-09 05:32:38,312+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 30) Reloaded CA certificate cache with 1 certificates 2021-06-09 05:37:38,312+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 42) Reloading CA certificate cache. 2021-06-09 05:37:38,318+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 42) Reloaded CA certificate cache with 1 certificates 2021-06-09 05:42:38,319+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 54) Reloading CA certificate cache. 2021-06-09 05:42:38,325+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 54) Reloaded CA certificate cache with 1 certificates 2021-06-09 05:47:38,326+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 66) Reloading CA certificate cache. 2021-06-09 05:47:38,331+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 66) Reloaded CA certificate cache with 1 certificates 2021-06-09 05:52:38,332+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 78) Reloading CA certificate cache. 2021-06-09 05:52:38,338+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 78) Reloaded CA certificate cache with 1 certificates 2021-06-09 05:57:38,339+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 90) Reloading CA certificate cache. 2021-06-09 05:57:38,345+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 90) Reloaded CA certificate cache with 1 certificates 2021-06-09 06:02:38,347+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2021-06-09 06:02:38,353+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2021-06-09 06:07:38,353+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 15) Reloading CA certificate cache. 2021-06-09 06:07:38,359+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 15) Reloaded CA certificate cache with 1 certificates 2021-06-09 06:12:38,359+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 27) Reloading CA certificate cache. 2021-06-09 06:12:38,364+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 27) Reloaded CA certificate cache with 1 certificates 2021-06-09 06:17:38,365+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 39) Reloading CA certificate cache. 2021-06-09 06:17:38,371+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 39) Reloaded CA certificate cache with 1 certificates 2021-06-09 06:22:38,371+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 51) Reloading CA certificate cache. 2021-06-09 06:22:38,376+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 51) Reloaded CA certificate cache with 1 certificates 2021-06-09 06:27:38,377+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 63) Reloading CA certificate cache. 2021-06-09 06:27:38,382+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 63) Reloaded CA certificate cache with 1 certificates 2021-06-09 06:32:38,384+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 75) Reloading CA certificate cache. 2021-06-09 06:32:38,389+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 75) Reloaded CA certificate cache with 1 certificates 2021-06-09 06:37:38,390+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 87) Reloading CA certificate cache. 2021-06-09 06:37:38,394+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 87) Reloaded CA certificate cache with 1 certificates 2021-06-09 06:42:38,394+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 99) Reloading CA certificate cache. 2021-06-09 06:42:38,398+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 99) Reloaded CA certificate cache with 1 certificates 2021-06-09 06:47:38,399+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 11) Reloading CA certificate cache. 2021-06-09 06:47:38,404+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 11) Reloaded CA certificate cache with 1 certificates 2021-06-09 06:52:38,405+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 23) Reloading CA certificate cache. 2021-06-09 06:52:38,411+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 23) Reloaded CA certificate cache with 1 certificates 2021-06-09 06:57:38,412+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 35) Reloading CA certificate cache. 2021-06-09 06:57:38,417+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 35) Reloaded CA certificate cache with 1 certificates 2021-06-09 07:02:38,417+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 47) Reloading CA certificate cache. 2021-06-09 07:02:38,424+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 47) Reloaded CA certificate cache with 1 certificates 2021-06-09 07:07:38,425+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 60) Reloading CA certificate cache. 2021-06-09 07:07:38,429+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 60) Reloaded CA certificate cache with 1 certificates 2021-06-09 07:12:38,430+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 72) Reloading CA certificate cache. 2021-06-09 07:12:38,436+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 72) Reloaded CA certificate cache with 1 certificates 2021-06-09 07:17:38,437+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 84) Reloading CA certificate cache. 2021-06-09 07:17:38,442+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 84) Reloaded CA certificate cache with 1 certificates 2021-06-09 07:22:38,444+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 96) Reloading CA certificate cache. 2021-06-09 07:22:38,448+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 96) Reloaded CA certificate cache with 1 certificates 2021-06-09 07:27:38,449+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 8) Reloading CA certificate cache. 2021-06-09 07:27:38,457+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 8) Reloaded CA certificate cache with 1 certificates 2021-06-09 07:29:36,590+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.73.45, for CMP alias: cmpRA 2021-06-09 07:29:36,594+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #042e27da3eba4aff8a8090cd5c88f3b6 2021-06-09 07:29:36,601+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-06-09 07:29:36,603+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-06-09 07:29:36,617+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:29:36+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-06-09 07:29:36,629+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:29:36+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.73.45;-278926691;;dcae-datafile-collector;msg=Added end entity dcae-datafile-collector.;caid=-278926691;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT1kY2FlLWRhdGFmaWxlLWNvbGxlY3RvciwgZE5TTmFtZT1kYXRhZmlsZS1jb2xsZWN0b3IsIGROU05hbWU9ZGF0YWZpbGU=;subjectDN=B64:Q049ZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IsT1U9T05BUCxPPUxpbnV4LUZvdW5kYXRpb24sTD1TYW4tRnJhbmNpc2NvLFNUPUNhbGlmb3JuaWEsQz1VUw==;subjectEmail=;tokentype=1;type=1;username=dcae-datafile-collector 2021-06-09 07:29:36,630+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:29:36+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.73.45;-278926691;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-06-09 07:29:36,631+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:29:36+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-278926691 2021-06-09 07:29:36,631+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:29:36+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;subjectaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;requestaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoyBuscPFqs4vuwbSpVrDwufHqYFj7liKKWgKkBkw/dL5JZIEp+5elY2KJAWzVh7V6MUd78Mp9OaxW0Fe+Tb1PkPdbHzG0anxz4SbJuJr5L4z8uTz0/KRAVQDPRunNnVf6itVTdGGT3RYOa172Jc4a2Tv9Ou/muQKv12U6vzyuyTzvbKbX/6LN9R8Jc9I2jbc9POLdxIzbAekbNaLyniULhRhN/EVKa11CtgLSIP9JOosG6+oxQ3sPdjQFnmPWcdndMJo8zQsNOiYQBiH1NiMAxEo685gL2pXwV8HNH+XzAjStQggE/Ng8Hcd+M2L3O6HuL6uL5OMQcYl/BS1QLBWjwIDAQAB 2021-06-09 07:29:36,651+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:29:36+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;7323E9043C62F61E5162C98D79F2041237B4ABAE;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=33e714ae2fb4df32cbaa5f1b463db30c03c2312e, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=7323E9043C62F61E5162C98D79F2041237B4ABAE. 2021-06-09 07:29:36,652+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:29:36+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;7323E9043C62F61E5162C98D79F2041237B4ABAE;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEwzCCAyugAwIBAgIUcyPpBDxi9h5RYsmNefIEEje0q64wDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDg0ZGQwMmM1ZmI1MTA1OGExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNjA5MDcxOTM2WhcNMjMwNjA5MDcxOTM2WjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoyBuscPFqs4vuwbSpVrDwufHqYFj7liKKWgKkBkw/dL5JZIEp+5elY2KJAWzVh7V6MUd78Mp9OaxW0Fe+Tb1PkPdbHzG0anxz4SbJuJr5L4z8uTz0/KRAVQDPRunNnVf6itVTdGGT3RYOa172Jc4a2Tv9Ou/muQKv12U6vzyuyTzvbKbX/6LN9R8Jc9I2jbc9POLdxIzbAekbNaLyniULhRhN/EVKa11CtgLSIP9JOosG6+oxQ3sPdjQFnmPWcdndMJo8zQsNOiYQBiH1NiMAxEo685gL2pXwV8HNH+XzAjStQggE/Ng8Hcd+M2L3O6HuL6uL5OMQcYl/BS1QLBWjwIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU88LwAZ0JSeGEktJ/+TC2QOYC8IIwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUvnw9scNYTCQY26+fkzFgbmBGYgkwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQCeepfnU9QSvLPrjVF6rFv5FH1PG9Ra1dHNTXR4MOhhSfC4srjvJ5Ub4G1CKtGIpRi02P17G7n4EHS9Xg9wk8I7NsKaCykp0VxMjeM/2vghXg2wBWqtGAYgG/++/USLmUSGesHx8rqsTQV0PuekFdg9dFbf3fd+H2BbsmYU3ARtF0l/MthRzLw/8xLcItbyRM3y8Hxr7lmhujSeca9aizS228KkLRUjlySIsmizC5AOq/l2Kzt6XObXQ/akOc9XTxN0orYUQxqcY+jJyGrQ/atVpvQRIdd3X1v9tban4DZ+ANGLFxSSVcUjSTWK/Lwl+dA0anX71zJiklTOcHPZYNmk2/V6+8I1iXuDbSoDIKXIxwnUTyaOh7qLgNrlpf1o0fQzkEBgi8QuHX+trcwZ30n89XJ1zTSF6BQkDvJRhwwE7ceeL3Uj7QXMfJN7BSNt/luXUhf3G25LOn7Q4StVkJWtZgmcQ593qV/3BSx2+z6XpIRYJeSrOy7Ral6y+UUQvI0= 2021-06-09 07:29:36,656+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:29:36+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-278926691;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-06-09 07:29:36,657+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-06-09 07:29:36,668+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.73.45, process time 78. 2021-06-09 07:30:58,392+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.73.45, for CMP alias: cmpRA 2021-06-09 07:30:58,394+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #d1854333203226640c3a1c327944da5c 2021-06-09 07:30:58,400+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-06-09 07:30:58,401+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-06-09 07:30:58,422+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:30:58+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-06-09 07:30:58,427+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:30:58+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.73.45;-278926691;;pnf-simulator;msg=Added end entity pnf-simulator.;caid=-278926691;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT1wbmYtc2ltdWxhdG9y;subjectDN=B64:Q049cG5mLXNpbXVsYXRvcixPVT1PTkFQLE89TGludXgtRm91bmRhdGlvbixMPVNhbi1GcmFuY2lzY28sU1Q9Q2FsaWZvcm5pYSxDPVVT;subjectEmail=;tokentype=1;type=1;username=pnf-simulator 2021-06-09 07:30:58,429+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:30:58+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.73.45;-278926691;;pnf-simulator;msg=Authenticated user pnf-simulator. 2021-06-09 07:30:58,431+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:30:58+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-278926691 2021-06-09 07:30:58,431+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:30:58+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;;pnf-simulator;subjectdn=CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=pnf-simulator;subjectaltname=dNSName=pnf-simulator;requestaltname=dNSName=pnf-simulator;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhBvtazFYfzMba9/qRACoxrXU/2HKnjB+blHdtyZK7kKs1UDkZxgZRomsrQ3IQE5kMD15DSrDVyHSeNU/Il9k+v/Pwz+f5bHpRIBMiEW9YZWOg4S9tTD/EEbSpR22agwpt52Ytf8lI9fVwvj8b+4bpVnf/fUbb+rkyejiu2EjVrWyex2zmGxBaJFv07JgFZv6Iu1VTfQvsUjMmbCELjWwGYpcWvqVLofVAY2yhlHyHttrodz6mKXNUNiUNMJdY5OOJbb0RtQgoLDLgVIjn31jMqdSS/iox1CGwESxYUYQjV8wcPonEJgEha+QI2aPX2ASZ6qIrBlfOzGhPkaquQMHDwIDAQAB 2021-06-09 07:30:58,448+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:30:58+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;716A9EECE392C1864277F70CB7AED590E290C3B5;pnf-simulator;msg=Certificate stored for username 'pnf-simulator', fp=b4d06f641f72b7c3237b8ce172527c274be97914, subjectDN 'CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=716A9EECE392C1864277F70CB7AED590E290C3B5. 2021-06-09 07:30:58,448+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:30:58+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;716A9EECE392C1864277F70CB7AED590E290C3B5;pnf-simulator;subjectdn=CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEkDCCAvigAwIBAgIUcWqe7OOSwYZCd/cMt67VkOKQw7UwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDg0ZGQwMmM1ZmI1MTA1OGExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNjA5MDcyMDU4WhcNMjMwNjA5MDcyMDU4WjB8MRYwFAYDVQQDDA1wbmYtc2ltdWxhdG9yMQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAIQb7WsxWH8zG2vf6kQAqMa11P9hyp4wfm5R3bcmSu5CrNVA5GcYGUaJrK0NyEBOZDA9eQ0qw1ch0njVPyJfZPr/z8M/n+Wx6USATIhFvWGVjoOEvbUw/xBG0qUdtmoMKbedmLX/JSPX1cL4/G/uG6VZ3/31G2/q5Mno4rthI1a1snsds5hsQWiRb9OyYBWb+iLtVU30L7FIzJmwhC41sBmKXFr6lS6H1QGNsoZR8h7ba6Hc+pilzVDYlDTCXWOTjiW29EbUIKCwy4FSI599YzKnUkv4qMdQhsBEsWFGEI1fMHD6JxCYBIWvkCNmj19gEmeqiKwZXzsxoT5GqrkDBw8CAwEAAaOBpDCBoTAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFPPC8AGdCUnhhJLSf/kwtkDmAvCCMBgGA1UdEQQRMA+CDXBuZi1zaW11bGF0b3IwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUHp42aBGLP6TgRDzKonDRnynrHy0wDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQBcB+XKR9+3zBHeO1faaC6YrrGs4/djqfIHthSgyukqmcUAAQpk3zGfioTTRDkmdFnyEcVqWM0NJnBChVGHbeEjV57x8U+80VMhHNykwRYtL37N4sRmtSHTW1cnSSuXV0Uez+U8N3RL0XAyCM/iUqlQ9Bih5k62y24H+9WjREl2M5yHj1idInAddVUfb6NBf9RwSgRVYsQL4jJBdeTQofGTGMZIDPUTyjSarYMx0VL9tE4TomeKaFA8ehpaS3Dnyguig8LCPuYMgJ0jLqo+5D+15vSOt5k+Vprc/hAYQ7McRdYvT1QEQDv+wNwqoYp20EUm2FLvjw8Si28BAnzJ1eJ7YuJMPhEpoI8p+mNIOfBWJX6Xfk+zVlnfn6IAHi0j9usp24QvGititJzX6g5x0LpRlyUalq+q4WrwJ8OKXCtmIeerQpNdcSvPxGD9jbjDwreopmp0wtoCjQPVGpEk7EPNAO4Mfj0AZeWpD7wzGV8rfjiC1j/ECsMDUumTIY4HHdE= 2021-06-09 07:30:58,453+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:30:58+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-278926691;;pnf-simulator;msg=Edited end entity pnf-simulator, new status 40. 2021-06-09 07:30:58,453+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'pnf-simulator' to STATUS_GENERATED. 2021-06-09 07:30:58,462+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.73.45, process time 70. 2021-06-09 07:32:38,458+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 20) Reloading CA certificate cache. 2021-06-09 07:32:38,463+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 20) Reloaded CA certificate cache with 1 certificates 2021-06-09 07:33:44,781+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.73.45, for CMP alias: cmpRA 2021-06-09 07:33:44,783+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #97dc993125d97b5dd6c75f331af95efd 2021-06-09 07:33:44,788+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-06-09 07:33:44,789+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-06-09 07:33:44,798+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:33:44+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-06-09 07:33:44,803+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:33:44+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.73.45;-278926691;;dcae-ves-collector-cmpv2-cert;msg=Added end entity dcae-ves-collector-cmpv2-cert.;caid=-278926691;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT1kY2FlLXZlcy1jb2xsZWN0b3ItY21wdjItY2VydCwgZE5TTmFtZT12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQsIGROU05hbWU9dmVzLWNtcHYyLWNlcnQ=;subjectDN=B64:Q049ZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQsT1U9T05BUCxPPUxpbnV4LUZvdW5kYXRpb24sTD1TYW4tRnJhbmNpc2NvLFNUPUNhbGlmb3JuaWEsQz1VUw==;subjectEmail=;tokentype=1;type=1;username=dcae-ves-collector-cmpv2-cert 2021-06-09 07:33:44,803+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:33:44+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.73.45;-278926691;;dcae-ves-collector-cmpv2-cert;msg=Authenticated user dcae-ves-collector-cmpv2-cert. 2021-06-09 07:33:44,804+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:33:44+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-278926691 2021-06-09 07:33:44,805+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:33:44+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;;dcae-ves-collector-cmpv2-cert;subjectdn=CN=dcae-ves-collector-cmpv2-cert,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-cmpv2-cert;subjectaltname=dNSName=dcae-ves-collector-cmpv2-cert, dNSName=ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert;requestaltname=dNSName=dcae-ves-collector-cmpv2-cert, dNSName=ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqiaCvDY49C/TIDpndtdg3rMwEUU/kku3jp1jpmybc1+8/Saefiw79fgh2PGIZmHRnqyxr6AC7SDBBsiqdiLr1v6RoCRw14I5CN5mdfWWSWhJPDANNKkbvgABWjY+fh1Fl8daZhGVx6K04DunFHeDfo8tdptiBdIxnY9DnVQi7V9du2f2kggWta9lyWUfTuyahk6Pq3AGNfBV6B0EB5SjAD/LxyfBBaK+uHr9tG1FhiJ6QQwAicR87praea+in5Q4/ebg2RqovU622kII0YuBf89gIKhZWCrLpbH0Jf4+rJPnoGMDRtUU8WRabJSdHDayTUCht7sfRAvfFSnFkDjJ8QIDAQAB 2021-06-09 07:33:44,821+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:33:44+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;686C6D62D61EC6CF527DAAA9DBE1A71F9C2BAA51;dcae-ves-collector-cmpv2-cert;msg=Certificate stored for username 'dcae-ves-collector-cmpv2-cert', fp=d4094ed030cb5a29c88d5d173b8e4a525b1c073d, subjectDN 'CN=dcae-ves-collector-cmpv2-cert,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=686C6D62D61EC6CF527DAAA9DBE1A71F9C2BAA51. 2021-06-09 07:33:44,821+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:33:44+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;686C6D62D61EC6CF527DAAA9DBE1A71F9C2BAA51;dcae-ves-collector-cmpv2-cert;subjectdn=CN=dcae-ves-collector-cmpv2-cert,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIE2zCCA0OgAwIBAgIUaGxtYtYexs9Sfaqp2+GnH5wrqlEwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDg0ZGQwMmM1ZmI1MTA1OGExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNjA5MDcyMzQ0WhcNMjMwNjA5MDcyMzQ0WjCBjDEmMCQGA1UEAwwdZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqiaCvDY49C/TIDpndtdg3rMwEUU/kku3jp1jpmybc1+8/Saefiw79fgh2PGIZmHRnqyxr6AC7SDBBsiqdiLr1v6RoCRw14I5CN5mdfWWSWhJPDANNKkbvgABWjY+fh1Fl8daZhGVx6K04DunFHeDfo8tdptiBdIxnY9DnVQi7V9du2f2kggWta9lyWUfTuyahk6Pq3AGNfBV6B0EB5SjAD/LxyfBBaK+uHr9tG1FhiJ6QQwAicR87praea+in5Q4/ebg2RqovU622kII0YuBf89gIKhZWCrLpbH0Jf4+rJPnoGMDRtUU8WRabJSdHDayTUCht7sfRAvfFSnFkDjJ8QIDAQABo4HeMIHbMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU88LwAZ0JSeGEktJ/+TC2QOYC8IIwUgYDVR0RBEswSYIdZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnSCGHZlcy1jb2xsZWN0b3ItY21wdjItY2VydIIOdmVzLWNtcHYyLWNlcnQwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQU3E3785sOy/s6gf01kgKvRGbLt20wDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQBOYT8Jl97Ueny6J8UXeIbZF5WcxWEpiizuD1jO7pLzbOBoOQnIE0drTLINBoy42ZZsHeXrQuLUMkxkZQlTbYBZ53qsRkDdMK7ROCmG2R7dDlVqnNNZxJp8TwMqnOnA2M24NvED0ubjc5pxUp9woEMCbKzOBB3TXU32q7vOzIx62funcUHntVyWK4kgchiPJxLDU5L3d72AuIQW97zwAh6tY+H2Iddnmia6FKloYYoGl6qIKs0vk9tcv4leDtSqs0VRiOhCUVkHtwX8laz0tz3JCb3b4RJ+yH2Ov7MgG2KunNx3IWQp8hClQfdkUEf6u15rYsz7UaG3YTm1Vuf77CvyKes21GGrqdM96WIrq2K39Pg1Su1ND+x7QqLVklf3O2NAlJ0CR8FEor+WgC4pyixytWPyIqKuVyvGEBPUdWF9gavWlabN7w6Hg1CKs+8xV0mnktLc1Q2O2ThKpFScp0ubxxRLi2M8USNm0WSwvwwouf2+aWlqz3Le/U/mNPNNkq8= 2021-06-09 07:33:44,825+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:33:44+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-278926691;;dcae-ves-collector-cmpv2-cert;msg=Edited end entity dcae-ves-collector-cmpv2-cert, new status 40. 2021-06-09 07:33:44,825+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-ves-collector-cmpv2-cert' to STATUS_GENERATED. 2021-06-09 07:33:44,832+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.73.45, process time 51. 2021-06-09 07:34:34,199+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.73.45, for CMP alias: cmpRA 2021-06-09 07:34:34,202+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #edfb421774d2fa17638d3124e55065da 2021-06-09 07:34:34,208+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-06-09 07:34:34,210+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-06-09 07:34:34,220+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:34:34+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-06-09 07:34:34,225+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:34:34+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.73.45;-278926691;;dcae-ves-collector-for-bulkpm-over-https;msg=Added end entity dcae-ves-collector-for-bulkpm-over-https.;caid=-278926691;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT1kY2FlLXZlcy1jb2xsZWN0b3ItZm9yLWJ1bGtwbS1vdmVyLWh0dHBzLCBkTlNOYW1lPXZlcy1jb2xsZWN0b3ItY21wdjItY2VydCwgZE5TTmFtZT12ZXMtY21wdjItY2VydA==;subjectDN=B64:Q049ZGNhZS12ZXMtY29sbGVjdG9yLWZvci1idWxrcG0tb3Zlci1odHRwcyxPVT1PTkFQLE89TGludXgtRm91bmRhdGlvbixMPVNhbi1GcmFuY2lzY28sU1Q9Q2FsaWZvcm5pYSxDPVVT;subjectEmail=;tokentype=1;type=1;username=dcae-ves-collector-for-bulkpm-over-https 2021-06-09 07:34:34,225+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:34:34+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.73.45;-278926691;;dcae-ves-collector-for-bulkpm-over-https;msg=Authenticated user dcae-ves-collector-for-bulkpm-over-https. 2021-06-09 07:34:34,227+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:34:34+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-278926691 2021-06-09 07:34:34,227+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:34:34+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;;dcae-ves-collector-for-bulkpm-over-https;subjectdn=CN=dcae-ves-collector-for-bulkpm-over-https,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-for-bulkpm-over-https;subjectaltname=dNSName=dcae-ves-collector-for-bulkpm-over-https, dNSName=ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert;requestaltname=dNSName=dcae-ves-collector-for-bulkpm-over-https, dNSName=ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl66+8zhWdzWU+fsahJWOfb0mtd5SO5FEyn2QodRTWy4szahqI68wJZ1nQBgttGPwID5o0H10eQxy5byRNfZksluh621+0ktmpcrxQEFVDth87v7HfXbVW7LEjmTAshHXf+54/alLtAHLD2Jyaesr3ceIe/Lc83Gqpk+rSmOaLUswWgfQKo4OlxO794eJODiUAH86dobT9yl0MITRX7w5SojfrkzQVNbW3gr1lHmJIC/YYwqQFl0ttb7r8M2B0cuH86XoSHWp8NJGL1FpwLjPF/Z1ik1T0rIPtKrXjJhG8tvXIzrs3qSb6OekitXOGFVJ60/Ah+ykNIxWUUaqL3aIaQIDAQAB 2021-06-09 07:34:34,244+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:34:34+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;41D64D02E3A010EB27CA5E339ACF4D92F2AB2AC0;dcae-ves-collector-for-bulkpm-over-https;msg=Certificate stored for username 'dcae-ves-collector-for-bulkpm-over-https', fp=ed64796e83ca29408b9a33849adc7083e8208944, subjectDN 'CN=dcae-ves-collector-for-bulkpm-over-https,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=41D64D02E3A010EB27CA5E339ACF4D92F2AB2AC0. 2021-06-09 07:34:34,244+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:34:34+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;41D64D02E3A010EB27CA5E339ACF4D92F2AB2AC0;dcae-ves-collector-for-bulkpm-over-https;subjectdn=CN=dcae-ves-collector-for-bulkpm-over-https,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIE8TCCA1mgAwIBAgIUQdZNAuOgEOsnyl4zms9NkvKrKsAwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDg0ZGQwMmM1ZmI1MTA1OGExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNjA5MDcyNDM0WhcNMjMwNjA5MDcyNDM0WjCBlzExMC8GA1UEAwwoZGNhZS12ZXMtY29sbGVjdG9yLWZvci1idWxrcG0tb3Zlci1odHRwczENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCXrr7zOFZ3NZT5+xqElY59vSa13lI7kUTKfZCh1FNbLizNqGojrzAlnWdAGC20Y/AgPmjQfXR5DHLlvJE19mSyW6HrbX7SS2alyvFAQVUO2Hzu/sd9dtVbssSOZMCyEdd/7nj9qUu0AcsPYnJp6yvdx4h78tzzcaqmT6tKY5otSzBaB9Aqjg6XE7v3h4k4OJQAfzp2htP3KXQwhNFfvDlKiN+uTNBU1tbeCvWUeYkgL9hjCpAWXS21vuvwzYHRy4fzpehIdanw0kYvUWnAuM8X9nWKTVPSsg+0qteMmEby29cjOuzepJvo56SK1c4YVUnrT8CH7KQ0jFZRRqovdohpAgMBAAGjgekwgeYwDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBTzwvABnQlJ4YSS0n/5MLZA5gLwgjBdBgNVHREEVjBUgihkY2FlLXZlcy1jb2xsZWN0b3ItZm9yLWJ1bGtwbS1vdmVyLWh0dHBzghh2ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnSCDnZlcy1jbXB2Mi1jZXJ0MCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFGbvTf3lBI0kNxZc35uGx1OGu1j8MA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAWe+Ge9+RIcvWG+nlH4UrbKnIj2GX5fn7nwhJGDDl1OdcNs9zJtOKiCml5L4mkpUmZ7fH7Ix9jT1rKoAIJdyNEpbx5nTmEtn0uelsj/lNFX/TzTTaRwZlWzI3NTmACQ7Q5wu2mIz3027xWaUWhxzA+14bzOZe7oEMQTEe6fTiY5h+DUfzewHUkTcrF8ZyxQ1e0eMrrep3Lho6LG9RqoWlc2ftOZYFiPgyiw5P0YUCBPCoQrCnEZj/s9/+zNNXjB86DUc2NBdLCzIsvH3zpslLYbyw5w9AnrTnz9fEKsSso23J6AYCvNVhZB56JfcQDdZXmXlYEFspr5JF6l7Mt0c+KKYUM1tR0+68NJGi/D7pya04wvNzU1a4CrR/uUQoAokBEQm0jlTF32tUaOQPE5gVrycfBGUS3woJ0D2myL1VLfErFd61N0Q7O9URKwEo0gKDRhGyahptXx9IM519LHBEPjN19GqZ6Y7Oombi0kyDBSj58Pt67imFmzTq2Jf8Z4h9 2021-06-09 07:34:34,249+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:34:34+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-278926691;;dcae-ves-collector-for-bulkpm-over-https;msg=Edited end entity dcae-ves-collector-for-bulkpm-over-https, new status 40. 2021-06-09 07:34:34,249+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-ves-collector-for-bulkpm-over-https' to STATUS_GENERATED. 2021-06-09 07:34:34,256+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.73.45, process time 57. 2021-06-09 07:34:48,709+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.73.45, for CMP alias: cmpRA 2021-06-09 07:34:48,710+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #e57c92fb58dfa8d43f0f0ba84689e20b 2021-06-09 07:34:48,714+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-06-09 07:34:48,716+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-06-09 07:34:48,732+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:34:48+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-06-09 07:34:48,737+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:34:48+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.73.45;-278926691;;https-server;msg=Added end entity https-server.;caid=-278926691;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT1odHRwcy1zZXJ2ZXI=;subjectDN=B64:Q049aHR0cHMtc2VydmVyLE9VPU9OQVAsTz1MaW51eC1Gb3VuZGF0aW9uLEw9U2FuLUZyYW5jaXNjbyxTVD1DYWxpZm9ybmlhLEM9VVM=;subjectEmail=;tokentype=1;type=1;username=https-server 2021-06-09 07:34:48,737+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:34:48+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.73.45;-278926691;;https-server;msg=Authenticated user https-server. 2021-06-09 07:34:48,738+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:34:48+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-278926691 2021-06-09 07:34:48,738+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:34:48+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=https-server;subjectaltname=dNSName=https-server;requestaltname=dNSName=https-server;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv1R9dD88tFXo0dVjub9ulQVtyYgv8KYa5xZL6wwSiHWAS7As+NyuaRetpny5FGMIQfYQZ+f4rNawTr4m/Q7go+37ZiD6bP0vDW2r+eb2G3k51YNOqozbWexXy7HJ6Ir1I0DeCDzskgj4SQ0Qu9wcEuV4q+CE2MV+DkkDkZszln/gW93+eaNYzfy4ETNHvRNyNJ/r+PLTbL/a0oaOzqU1fYbA9VZIinGeHjljDSddxA30UHct9wgbd1RLXBclBwAdoKFn0YRz6iZhTB7GvsybfN3xf7DAJyArdRAmEiDTB/6vmpggRHe9M0+TnPmeSGZ4qjt5N6w6yUaAX8C9lWeI+QIDAQAB 2021-06-09 07:34:48,750+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:34:48+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;66881207551EF7D80B05FE0E7613680CC79229D1;https-server;msg=Certificate stored for username 'https-server', fp=6f13fd5b94da7b6a71e140bc12b173b809cabd2b, subjectDN 'CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=66881207551EF7D80B05FE0E7613680CC79229D1. 2021-06-09 07:34:48,750+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:34:48+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;66881207551EF7D80B05FE0E7613680CC79229D1;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEjjCCAvagAwIBAgIUZogSB1Ue99gLBf4OdhNoDMeSKdEwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDg0ZGQwMmM1ZmI1MTA1OGExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNjA5MDcyNDQ4WhcNMjMwNjA5MDcyNDQ4WjB7MRUwEwYDVQQDDAxodHRwcy1zZXJ2ZXIxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv1R9dD88tFXo0dVjub9ulQVtyYgv8KYa5xZL6wwSiHWAS7As+NyuaRetpny5FGMIQfYQZ+f4rNawTr4m/Q7go+37ZiD6bP0vDW2r+eb2G3k51YNOqozbWexXy7HJ6Ir1I0DeCDzskgj4SQ0Qu9wcEuV4q+CE2MV+DkkDkZszln/gW93+eaNYzfy4ETNHvRNyNJ/r+PLTbL/a0oaOzqU1fYbA9VZIinGeHjljDSddxA30UHct9wgbd1RLXBclBwAdoKFn0YRz6iZhTB7GvsybfN3xf7DAJyArdRAmEiDTB/6vmpggRHe9M0+TnPmeSGZ4qjt5N6w6yUaAX8C9lWeI+QIDAQABo4GjMIGgMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU88LwAZ0JSeGEktJ/+TC2QOYC8IIwFwYDVR0RBBAwDoIMaHR0cHMtc2VydmVyMCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFP8BtKjg+o+L/ozDbYZMrjr6XFVsMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAEKORrCpyYsDqMe5z+9v0nJ05NXR9KA4vUxaO0S34bO6r0JB4gjs1ykI/bM5lz8eBLqaWv4no/wyFD1TrTk9pN6Qa2ojaCz23kK8Xs9yvzXIkfLTV9s3IkreVlbeGSOlE22QwbLzjB8Q2OT/snYQFjZdT1RjhQuHom4qZDaDd6Dn+SX4LwHZGKkcSjvXeAsNriJXSVomkxBQx5VeqeVHuyTuUqAlXDPj0RBQgtZdDdGbzAjZW7/IkD1JJdZ/dkBlvr75Un5cw0wruyDjsBVrqdSnIpY8rIjh7IkXkcZ+d6jPz7I9X+K+ObdwUNFbpENLte9GJDJD4Qcd0Q0gFS4HBNqImPvWwnVVJMm4q8YN0PYt/vVtAo8ID9CO2j1awuCCJhyI0snQjtETOG6WCdxOluY7fJ/cWwU/gigB6blBMfIf6b9NZ2JHqXagymgURWg1zjrAKPDhaz9UUluLY+BeJTIIHjZwzp8kHDjrZNqwa4grMjBHKbwiMytdzNi3pruBK 2021-06-09 07:34:48,765+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:34:48+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-278926691;;https-server;msg=Edited end entity https-server, new status 40. 2021-06-09 07:34:48,765+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'https-server' to STATUS_GENERATED. 2021-06-09 07:34:48,772+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.73.45, process time 63. 2021-06-09 07:35:20,369+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.73.45, for CMP alias: cmpRA 2021-06-09 07:35:20,371+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #723e835277b32e355c6b4554740d7292 2021-06-09 07:35:20,378+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-06-09 07:35:20,379+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-06-09 07:35:20,384+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:35:20+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-06-09 07:35:20,402+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:35:20+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.73.45;-278926691;;https-server;msg=Edited end entity https-server, new status 10.;status=40 -> 10;subjectAltName=dNSName=https-server -> dNSName=wrong-cert;subjectDN=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=https-server;timemodified=Wed Jun 09 07:34:48 UTC 2021 -> Wed Jun 09 07:35:20 UTC 2021 2021-06-09 07:35:20,402+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:35:20+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.73.45;-278926691;;https-server;msg=Authenticated user https-server. 2021-06-09 07:35:20,404+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:35:20+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-278926691 2021-06-09 07:35:20,404+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:35:20+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=https-server;subjectaltname=dNSName=wrong-cert;requestaltname=dNSName=wrong-cert;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgJzZBPIVuOaPqL9jrzMb6goafGFxbOXcV5WYTWLir7YunqLvOWUxKWSpsObwb8xFQzLadPZQFGIEGujLchc7UeKzrsZdYiS152kQtEP8d0o/qi0v6mPFKrZ/24KOoaOifh+rlpSTkcb0kNVNWdLURxSTp6aOg9OQmsduMIUQB5UsWSZFcEFQqby0ehc0fBz9nv93NBWwrO4Ro8/djmoJMj2OPvQxFDao8tKYRrpG3IU7sgd6HuT/vXU+wzdce6jameqxVS+ox+IJHbhii3htdNFkWQ93HnmRfXLbetbp2wk2yeo9bXq9LMAmNuDim6KeeXV2Pfl7a4qWpfbGeuQnbwIDAQAB 2021-06-09 07:35:20,426+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:35:20+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;2C40373307E4ED97B99120F28C91805EA012C256;https-server;msg=Certificate stored for username 'https-server', fp=5157aaab06109b9d69b6690d842ba0241c623d4c, subjectDN 'CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=2C40373307E4ED97B99120F28C91805EA012C256. 2021-06-09 07:35:20,426+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:35:20+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;2C40373307E4ED97B99120F28C91805EA012C256;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEjDCCAvSgAwIBAgIULEA3Mwfk7Ze5kSDyjJGAXqASwlYwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDg0ZGQwMmM1ZmI1MTA1OGExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNjA5MDcyNTIwWhcNMjMwNjA5MDcyNTIwWjB7MRUwEwYDVQQDDAxodHRwcy1zZXJ2ZXIxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgJzZBPIVuOaPqL9jrzMb6goafGFxbOXcV5WYTWLir7YunqLvOWUxKWSpsObwb8xFQzLadPZQFGIEGujLchc7UeKzrsZdYiS152kQtEP8d0o/qi0v6mPFKrZ/24KOoaOifh+rlpSTkcb0kNVNWdLURxSTp6aOg9OQmsduMIUQB5UsWSZFcEFQqby0ehc0fBz9nv93NBWwrO4Ro8/djmoJMj2OPvQxFDao8tKYRrpG3IU7sgd6HuT/vXU+wzdce6jameqxVS+ox+IJHbhii3htdNFkWQ93HnmRfXLbetbp2wk2yeo9bXq9LMAmNuDim6KeeXV2Pfl7a4qWpfbGeuQnbwIDAQABo4GhMIGeMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU88LwAZ0JSeGEktJ/+TC2QOYC8IIwFQYDVR0RBA4wDIIKd3JvbmctY2VydDAnBgNVHSUEIDAeBggrBgEFBQcDAgYIKwYBBQUHAwQGCCsGAQUFBwMBMB0GA1UdDgQWBBSTXLXt0x0OdPtM+T0Sg050YI4xsjAOBgNVHQ8BAf8EBAMCBeAwDQYJKoZIhvcNAQELBQADggGBAE4TXIHE/0fbAm8yjoNOeY3o72CxgSoYfMmVQ101D1d7l+fbXuZo0ev2r3qpRmzH/BD7UF0e276fhCN0Ks9U9VEZxGp+8PuHhdbT8TR038NVF0Cm6R6LMtVdYylnzT8Z/LJF+MnZqrLvJVEtg+w8hbyX3+5Nzx46C5KwCOxhUby3jl2mj6LJMrSS2IZUGfYSZGJ88uZ+JIGZu6F+pj1jwvhlLkdDsJoW0LWsslhSdhZUNuw0ijpFgaqX038IjaTdfCljjttUInDSsEMObtxGfM0/gBWjsOOg+IQmwGGa/X35pdKjCYLzHbVCBUS3aGwu4dA4X2bPWCmbHaqAE8RvEKyYq3AqfpKWX28iAtK4iExpTlJGCCpsBasBxq8cJkQTKbftp0zosbnPeqjzFZysGZnuXpsXkhdln270vl2tcIuHqcZJiXF6jZaMUIM3StUGqgy0nYd/dwidUw3FVW6Y/t7f5CDFHG4kBxwptCeNd0MfhVoxSbfe1zOQOkDs75f0YA== 2021-06-09 07:35:20,432+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:35:20+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-278926691;;https-server;msg=Edited end entity https-server, new status 40. 2021-06-09 07:35:20,432+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'https-server' to STATUS_GENERATED. 2021-06-09 07:35:20,439+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.73.45, process time 70. 2021-06-09 07:35:44,281+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.73.45, for CMP alias: cmpRA 2021-06-09 07:35:44,282+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #4f7358a94ccb50affd30261bbc28b087 2021-06-09 07:35:44,287+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-06-09 07:35:44,288+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-06-09 07:35:44,295+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:35:44+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-06-09 07:35:44,299+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:35:44+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.73.45;-278926691;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Added end entity dcae-ves-collector-cmpv2-cert-wrong-sans.;caid=-278926691;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT13cm9uZy1zYW5z;subjectDN=B64:Q049ZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQtd3Jvbmctc2FucyxPVT1PTkFQLE89TGludXgtRm91bmRhdGlvbixMPVNhbi1GcmFuY2lzY28sU1Q9Q2FsaWZvcm5pYSxDPVVT;subjectEmail=;tokentype=1;type=1;username=dcae-ves-collector-cmpv2-cert-wrong-sans 2021-06-09 07:35:44,300+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:35:44+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.73.45;-278926691;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Authenticated user dcae-ves-collector-cmpv2-cert-wrong-sans. 2021-06-09 07:35:44,301+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:35:44+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-278926691 2021-06-09 07:35:44,301+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:35:44+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;;dcae-ves-collector-cmpv2-cert-wrong-sans;subjectdn=CN=dcae-ves-collector-cmpv2-cert-wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-cmpv2-cert-wrong-sans;subjectaltname=dNSName=wrong-sans;requestaltname=dNSName=wrong-sans;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtkAk6bW3Mjxv/3BWztKjvuyPmMNUKc5VNpoQ1rXDwtg/RacEF/CZzprNW7T5MgDM9mVCYeYwnGkCGgjrka6Hg1wPId9inVW0pYfK7lS2NxMNtB7dvzMg8bSx04kdZbAMnh3c/MYnK9V9kbyckSOccGl+2oG6+nj5PMQZ5qd25jSNmcQK7mAYEpj/Du87NY6JkM78JyQaQg1yHte3lsDA8WlySP4+Y8zIRq5ojausGh6fhJg3ml4yMnXx/fPxk/dCrC2K5OHCUBqWKIiit3JJKwPuGBjP7X+6/OfmmrKEMPmbBPQ7Lh4nynKV9dGCVhgxPEvNEmHwRlDsqbBVQwek9QIDAQAB 2021-06-09 07:35:44,314+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:35:44+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;51B2476FF0EE1AECEB2C036A00550D9E68296081;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Certificate stored for username 'dcae-ves-collector-cmpv2-cert-wrong-sans', fp=50b8718b66840842ce14e7442de34609990dece9, subjectDN 'CN=dcae-ves-collector-cmpv2-cert-wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=51B2476FF0EE1AECEB2C036A00550D9E68296081. 2021-06-09 07:35:44,314+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:35:44+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;51B2476FF0EE1AECEB2C036A00550D9E68296081;dcae-ves-collector-cmpv2-cert-wrong-sans;subjectdn=CN=dcae-ves-collector-cmpv2-cert-wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEqTCCAxGgAwIBAgIUUbJHb/DuGuzrLANqAFUNnmgpYIEwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDg0ZGQwMmM1ZmI1MTA1OGExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNjA5MDcyNTQ0WhcNMjMwNjA5MDcyNTQ0WjCBlzExMC8GA1UEAwwoZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQtd3Jvbmctc2FuczENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC2QCTptbcyPG//cFbO0qO+7I+Yw1QpzlU2mhDWtcPC2D9FpwQX8JnOms1btPkyAMz2ZUJh5jCcaQIaCOuRroeDXA8h32KdVbSlh8ruVLY3Ew20Ht2/MyDxtLHTiR1lsAyeHdz8xicr1X2RvJyRI5xwaX7agbr6ePk8xBnmp3bmNI2ZxAruYBgSmP8O7zs1jomQzvwnJBpCDXIe17eWwMDxaXJI/j5jzMhGrmiNq6waHp+EmDeaXjIydfH98/GT90KsLYrk4cJQGpYoiKK3ckkrA+4YGM/tf7r85+aasoQw+ZsE9DsuHifKcpX10YJWGDE8S80SYfBGUOypsFVDB6T1AgMBAAGjgaEwgZ4wDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBTzwvABnQlJ4YSS0n/5MLZA5gLwgjAVBgNVHREEDjAMggp3cm9uZy1zYW5zMCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFPNAAqYAJe1IPd88RNUexCy7ikBVMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEACyV93/5wjSrPdIvVf3LHWDcgQ0N02nEm9OnqF+X2h57auF1IotZW/eTNq7AbXy+uvyd51dI9wOSbxKyFovlci/d4NYEpEyHfOAX8nbpyoOjBbwjhWdgkxukn6muQkLRYCyw/2rOQKCTESLJYnIzk4dSm5rHOpnDtMIvCH1kXpkNwoObI3q04YdGgqF0rLiUnZ5daDEwyV8eCNEDaciH2ZvFKmjGHwKL/EakLeDImOrgho50+1+k7PzoJHJBBP6awJJvjWjsD71orm0OuBwYGV/XvQuFlrDLZsYSKjKDswSP8WMYEIpxHZy41fM107pwyJqzfEzZqJXnJKXZhIu54da8D2l9ZjtBeljb6oyxvWgbiOJwKib4ewgSZVUvLboDXDM0YmzlVA4OqlMLYph7uhlCHCip8RkLP08eVTRipC7VdbFMk6lyWOomKSec2hE909ZOQxSl1WcEiSqpqxh8YTpwZLmLd2IebS+fwVW1i6DJ7xTtA3JMzlOVYAC5EUi21 2021-06-09 07:35:44,318+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:35:44+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-278926691;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Edited end entity dcae-ves-collector-cmpv2-cert-wrong-sans, new status 40. 2021-06-09 07:35:44,318+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'dcae-ves-collector-cmpv2-cert-wrong-sans' to STATUS_GENERATED. 2021-06-09 07:35:44,326+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.73.45, process time 45. 2021-06-09 07:37:01,780+0000 WARN [org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory] (default task-2) IJ030027: Destroying connection that is not valid, due to the following exception: org.mariadb.jdbc.MariaDbConnection@31644b84: java.sql.SQLNonTransientConnectionException: (conn=13782) unexpected end of stream, read 0 bytes from 4 (socket was closed by server) at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:175) at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:110) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:228) at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:334) at org.mariadb.jdbc.MariaDbStatement.execute(MariaDbStatement.java:386) at org.jboss.jca.adapters.jdbc.CheckValidConnectionSQL.isValidConnection(CheckValidConnectionSQL.java:74) at org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnectionFactory.isValidConnection(BaseWrapperManagedConnectionFactory.java:1273) at org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnectionFactory.getInvalidConnections(BaseWrapperManagedConnectionFactory.java:1086) at org.jboss.jca.core.connectionmanager.pool.mcp.SemaphoreConcurrentLinkedDequeManagedConnectionPool.getConnection(SemaphoreConcurrentLinkedDequeManagedConnectionPool.java:379) at org.jboss.jca.core.connectionmanager.pool.AbstractPool.getSimpleConnection(AbstractPool.java:632) at org.jboss.jca.core.connectionmanager.pool.AbstractPool.getConnection(AbstractPool.java:604) at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.getManagedConnection(AbstractConnectionManager.java:624) at org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.getManagedConnection(TxConnectionManagerImpl.java:440) at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.allocateConnection(AbstractConnectionManager.java:789) at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:138) at org.jboss.as.connector.subsystems.datasources.WildFlyDataSource.getConnection(WildFlyDataSource.java:64) at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122) at org.hibernate.internal.NonContextualJdbcConnectionAccess.obtainConnection(NonContextualJdbcConnectionAccess.java:35) at org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl.acquireConnectionIfNeeded(LogicalConnectionManagedImpl.java:106) at org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl.getPhysicalConnection(LogicalConnectionManagedImpl.java:136) at org.hibernate.engine.jdbc.internal.StatementPreparerImpl.connection(StatementPreparerImpl.java:47) at org.hibernate.engine.jdbc.internal.StatementPreparerImpl$5.doPrepare(StatementPreparerImpl.java:146) at org.hibernate.engine.jdbc.internal.StatementPreparerImpl$StatementPreparationTemplate.prepareStatement(StatementPreparerImpl.java:172) at org.hibernate.engine.jdbc.internal.StatementPreparerImpl.prepareQueryStatement(StatementPreparerImpl.java:148) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1984) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1914) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1892) at org.hibernate.loader.Loader.doQuery(Loader.java:937) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:340) at org.hibernate.loader.Loader.doList(Loader.java:2689) at org.hibernate.loader.Loader.doList(Loader.java:2672) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2506) at org.hibernate.loader.Loader.list(Loader.java:2501) at org.hibernate.loader.custom.CustomLoader.list(CustomLoader.java:338) at org.hibernate.internal.SessionImpl.listCustomQuery(SessionImpl.java:2223) at org.hibernate.internal.AbstractSharedSessionContract.list(AbstractSharedSessionContract.java:1053) at org.hibernate.query.internal.NativeQueryImpl.doList(NativeQueryImpl.java:170) at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1505) at org.hibernate.query.Query.getResultList(Query.java:135) at org.jboss.as.jpa.container.QueryNonTxInvocationDetacher.getResultList(QueryNonTxInvocationDetacher.java:58) at org.ejbca.core.ejb.config.HealthCheckSessionBean.getDatabaseStatus(HealthCheckSessionBean.java:44) at sun.reflect.GeneratedMethodAccessor252.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:90) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:101) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:216) at org.jboss.as.ejb3.tx.CMTTxInterceptor.supports(CMTTxInterceptor.java:418) at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:148) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81) at org.ejbca.core.ejb.config.HealthCheckSessionLocal$$$view66.getDatabaseStatus(Unknown Source) at org.ejbca.ui.web.pub.HealthCheckServlet.doAllHealthChecks(HealthCheckServlet.java:188) at org.ejbca.ui.web.pub.HealthCheckServlet.getRateLimitedResult(HealthCheckServlet.java:133) at org.ejbca.ui.web.pub.HealthCheckServlet.doGet(HealthCheckServlet.java:107) at javax.servlet.http.HttpServlet.service(HttpServlet.java:686) at javax.servlet.http.HttpServlet.service(HttpServlet.java:791) at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74) at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68) at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132) at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:53) at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:59) at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50) at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292) at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502) at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272) at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104) at io.undertow.server.Connectors.executeRootHandler(Connectors.java:360) at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830) at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1985) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1487) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1378) at java.lang.Thread.run(Thread.java:748) Caused by: java.sql.SQLException: unexpected end of stream, read 0 bytes from 4 (socket was closed by server) Query is: select 1; at org.mariadb.jdbc.internal.util.LogQueryTool.exceptionWithQuery(LogQueryTool.java:119) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:199) at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:328) ... 144 more Caused by: java.io.EOFException: unexpected end of stream, read 0 bytes from 4 (socket was closed by server) at org.mariadb.jdbc.internal.io.input.StandardPacketInputStream.getPacketArray(StandardPacketInputStream.java:239) at org.mariadb.jdbc.internal.io.input.StandardPacketInputStream.getPacket(StandardPacketInputStream.java:207) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1347) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1328) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:196) ... 145 more 2021-06-09 07:37:01,785+0000 WARN [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (default task-2) IJ000621: Destroying connection that could not be validated: org.jboss.jca.core.connectionmanager.listener.TxConnectionListener@509b0060[state=NORMAL managed connection=org.jboss.jca.adapters.jdbc.local.LocalManagedConnection@73185db5 connection handles=0 lastReturned=1623224205113 lastValidated=1623223329224 lastCheckedOut=1623224205112 trackByTx=false pool=org.jboss.jca.core.connectionmanager.pool.strategy.OnePool@1fd161a4 mcp=SemaphoreConcurrentLinkedQueueManagedConnectionPool@2536391[pool=appds] xaResource=LocalXAResourceImpl@4ac6ab28[connectionListener=509b0060 connectionManager=6f699a85 warned=false currentXid=null productName=MySQL productVersion=10.5.8-MariaDB-log jndiName=java:/AppDS] txSync=null] 2021-06-09 07:37:07,504+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.73.45, for CMP alias: cmpRA 2021-06-09 07:37:07,506+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #faf3db0d3af51c6a441d727b946782a3 2021-06-09 07:37:07,510+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-06-09 07:37:07,512+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-06-09 07:37:07,515+0000 WARN [org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory] (default task-2) IJ030027: Destroying connection that is not valid, due to the following exception: org.mariadb.jdbc.MariaDbConnection@557c971a: java.sql.SQLNonTransientConnectionException: (conn=13781) unexpected end of stream, read 0 bytes from 4 (socket was closed by server) at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:175) at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:110) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:228) at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:334) at org.mariadb.jdbc.MariaDbStatement.execute(MariaDbStatement.java:386) at org.jboss.jca.adapters.jdbc.CheckValidConnectionSQL.isValidConnection(CheckValidConnectionSQL.java:74) at org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnectionFactory.isValidConnection(BaseWrapperManagedConnectionFactory.java:1273) at org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnectionFactory.getInvalidConnections(BaseWrapperManagedConnectionFactory.java:1086) at org.jboss.jca.core.connectionmanager.pool.mcp.SemaphoreConcurrentLinkedDequeManagedConnectionPool.getConnection(SemaphoreConcurrentLinkedDequeManagedConnectionPool.java:379) at org.jboss.jca.core.connectionmanager.pool.AbstractPool.getSimpleConnection(AbstractPool.java:632) at org.jboss.jca.core.connectionmanager.pool.AbstractPool.getConnection(AbstractPool.java:604) at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.getManagedConnection(AbstractConnectionManager.java:624) at org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.getManagedConnection(TxConnectionManagerImpl.java:440) at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.allocateConnection(AbstractConnectionManager.java:789) at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:138) at org.jboss.as.connector.subsystems.datasources.WildFlyDataSource.getConnection(WildFlyDataSource.java:64) at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122) at org.hibernate.internal.NonContextualJdbcConnectionAccess.obtainConnection(NonContextualJdbcConnectionAccess.java:35) at org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl.acquireConnectionIfNeeded(LogicalConnectionManagedImpl.java:106) at org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl.getPhysicalConnection(LogicalConnectionManagedImpl.java:136) at org.hibernate.engine.jdbc.internal.StatementPreparerImpl.connection(StatementPreparerImpl.java:47) at org.hibernate.engine.jdbc.internal.StatementPreparerImpl$5.doPrepare(StatementPreparerImpl.java:146) at org.hibernate.engine.jdbc.internal.StatementPreparerImpl$StatementPreparationTemplate.prepareStatement(StatementPreparerImpl.java:172) at org.hibernate.engine.jdbc.internal.StatementPreparerImpl.prepareQueryStatement(StatementPreparerImpl.java:148) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.prepareQueryStatement(AbstractLoadPlanBasedLoader.java:226) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:190) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:121) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:86) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:188) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4269) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:511) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:481) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:222) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:281) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:124) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:92) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1257) at org.hibernate.internal.SessionImpl.access$1900(SessionImpl.java:207) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2874) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2848) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3483) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3447) at org.jboss.as.jpa.container.AbstractEntityManager.find(AbstractEntityManager.java:213) at org.cesecore.configuration.GlobalConfigurationSessionBean.findByConfigurationId(GlobalConfigurationSessionBean.java:209) at org.cesecore.configuration.GlobalConfigurationSessionBean.getCachedConfiguration(GlobalConfigurationSessionBean.java:99) at sun.reflect.GeneratedMethodAccessor91.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:90) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:101) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:216) at org.jboss.as.ejb3.tx.CMTTxInterceptor.notSupported(CMTTxInterceptor.java:337) at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:142) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:72) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81) at org.cesecore.configuration.GlobalConfigurationSessionLocal$$$view30.getCachedConfiguration(Unknown Source) at org.ejbca.core.ejb.ra.EndEntityManagementSessionBean.getGlobalConfiguration(EndEntityManagementSessionBean.java:194) at org.ejbca.core.ejb.ra.EndEntityManagementSessionBean.changeUser(EndEntityManagementSessionBean.java:718) at org.ejbca.core.ejb.ra.EndEntityManagementSessionBean.changeUser(EndEntityManagementSessionBean.java:698) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:90) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:101) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:185) at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:364) at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:144) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:72) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81) at org.ejbca.core.ejb.ra.EndEntityManagementSessionLocal$$$view118.changeUser(Unknown Source) at org.ejbca.core.ejb.ra.CertificateRequestSessionBean.addOrEditUser(CertificateRequestSessionBean.java:240) at org.ejbca.core.ejb.ra.CertificateRequestSessionBean.processCertReq(CertificateRequestSessionBean.java:194) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:90) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:101) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:185) at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:364) at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:144) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:72) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81) at org.ejbca.core.ejb.ra.CertificateRequestSessionLocal$$$view122.processCertReq(Unknown Source) at org.ejbca.core.protocol.cmp.CrmfMessageHandler.handleRaMessage(CrmfMessageHandler.java:455) at org.ejbca.core.protocol.cmp.CrmfMessageHandler.handleMessage(CrmfMessageHandler.java:210) at org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean.dispatch(CmpMessageDispatcherSessionBean.java:227) at org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean.dispatchRequest(CmpMessageDispatcherSessionBean.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:90) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:101) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:237) at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:362) at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:144) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:72) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81) at org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionLocal$$$view146.dispatchRequest(Unknown Source) at org.ejbca.core.model.era.RaMasterApiSessionBean.cmpDispatch(RaMasterApiSessionBean.java:2302) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:90) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:101) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:216) at org.jboss.as.ejb3.tx.CMTTxInterceptor.notSupported(CMTTxInterceptor.java:345) at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:142) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:72) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81) at org.ejbca.core.model.era.RaMasterApiSessionLocal$$$view21.cmpDispatch(Unknown Source) at org.ejbca.core.model.era.RaMasterApiProxyBean.cmpDispatch(RaMasterApiProxyBean.java:1847) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:90) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:101) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.tx.EjbBMTInterceptor.handleInvocation(EjbBMTInterceptor.java:103) at org.jboss.as.ejb3.tx.BMTInterceptor.processInvocation(BMTInterceptor.java:58) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.singleton.SingletonComponentInstanceAssociationInterceptor.processInvocation(SingletonComponentInstanceAssociationInterceptor.java:53) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81) at org.ejbca.core.model.era.RaMasterApiProxyBeanLocal$$$view134.cmpDispatch(Unknown Source) at org.ejbca.ui.web.protocol.CmpServlet.service(CmpServlet.java:134) at org.ejbca.ui.web.protocol.CmpServlet.doPost(CmpServlet.java:97) at javax.servlet.http.HttpServlet.service(HttpServlet.java:706) at javax.servlet.http.HttpServlet.service(HttpServlet.java:791) at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129) at org.ejbca.util.ServiceControlFilter.doFilter(ServiceControlFilter.java:88) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84) at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68) at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132) at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:53) at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:59) at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50) at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292) at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502) at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272) at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104) at io.undertow.server.Connectors.executeRootHandler(Connectors.java:360) at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830) at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1985) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1487) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1378) at java.lang.Thread.run(Thread.java:748) Caused by: java.sql.SQLException: unexpected end of stream, read 0 bytes from 4 (socket was closed by server) Query is: select 1; at org.mariadb.jdbc.internal.util.LogQueryTool.exceptionWithQuery(LogQueryTool.java:119) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:199) at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:328) ... 455 more Caused by: java.io.EOFException: unexpected end of stream, read 0 bytes from 4 (socket was closed by server) at org.mariadb.jdbc.internal.io.input.StandardPacketInputStream.getPacketArray(StandardPacketInputStream.java:239) at org.mariadb.jdbc.internal.io.input.StandardPacketInputStream.getPacket(StandardPacketInputStream.java:207) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1347) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1328) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:196) ... 456 more 2021-06-09 07:37:07,519+0000 WARN [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (default task-2) IJ000621: Destroying connection that could not be validated: org.jboss.jca.core.connectionmanager.listener.TxConnectionListener@db7fe8f[state=NORMAL managed connection=org.jboss.jca.adapters.jdbc.local.LocalManagedConnection@73b2821e connection handles=0 lastReturned=1623223329218 lastValidated=1623223329218 lastCheckedOut=1623223329218 trackByTx=false pool=org.jboss.jca.core.connectionmanager.pool.strategy.OnePool@1fd161a4 mcp=SemaphoreConcurrentLinkedQueueManagedConnectionPool@2536391[pool=appds] xaResource=LocalXAResourceImpl@42470f35[connectionListener=db7fe8f connectionManager=6f699a85 warned=false currentXid=null productName=MySQL productVersion=10.5.8-MariaDB-log jndiName=java:/AppDS] txSync=null] 2021-06-09 07:37:07,522+0000 WARN [org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory] (default task-2) IJ030027: Destroying connection that is not valid, due to the following exception: org.mariadb.jdbc.MariaDbConnection@22134147: java.sql.SQLNonTransientConnectionException: (conn=13780) unexpected end of stream, read 0 bytes from 4 (socket was closed by server) at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:175) at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:110) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:228) at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:334) at org.mariadb.jdbc.MariaDbStatement.execute(MariaDbStatement.java:386) at org.jboss.jca.adapters.jdbc.CheckValidConnectionSQL.isValidConnection(CheckValidConnectionSQL.java:74) at org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnectionFactory.isValidConnection(BaseWrapperManagedConnectionFactory.java:1273) at org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnectionFactory.getInvalidConnections(BaseWrapperManagedConnectionFactory.java:1086) at org.jboss.jca.core.connectionmanager.pool.mcp.SemaphoreConcurrentLinkedDequeManagedConnectionPool.getConnection(SemaphoreConcurrentLinkedDequeManagedConnectionPool.java:379) at org.jboss.jca.core.connectionmanager.pool.AbstractPool.getSimpleConnection(AbstractPool.java:632) at org.jboss.jca.core.connectionmanager.pool.AbstractPool.getConnection(AbstractPool.java:604) at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.getManagedConnection(AbstractConnectionManager.java:624) at org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.getManagedConnection(TxConnectionManagerImpl.java:440) at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.allocateConnection(AbstractConnectionManager.java:789) at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:138) at org.jboss.as.connector.subsystems.datasources.WildFlyDataSource.getConnection(WildFlyDataSource.java:64) at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122) at org.hibernate.internal.NonContextualJdbcConnectionAccess.obtainConnection(NonContextualJdbcConnectionAccess.java:35) at org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl.acquireConnectionIfNeeded(LogicalConnectionManagedImpl.java:106) at org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl.getPhysicalConnection(LogicalConnectionManagedImpl.java:136) at org.hibernate.engine.jdbc.internal.StatementPreparerImpl.connection(StatementPreparerImpl.java:47) at org.hibernate.engine.jdbc.internal.StatementPreparerImpl$5.doPrepare(StatementPreparerImpl.java:146) at org.hibernate.engine.jdbc.internal.StatementPreparerImpl$StatementPreparationTemplate.prepareStatement(StatementPreparerImpl.java:172) at org.hibernate.engine.jdbc.internal.StatementPreparerImpl.prepareQueryStatement(StatementPreparerImpl.java:148) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.prepareQueryStatement(AbstractLoadPlanBasedLoader.java:226) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:190) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:121) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:86) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:188) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4269) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:511) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:481) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:222) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:281) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:124) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:92) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1257) at org.hibernate.internal.SessionImpl.access$1900(SessionImpl.java:207) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2874) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2848) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3483) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3447) at org.jboss.as.jpa.container.AbstractEntityManager.find(AbstractEntityManager.java:213) at org.cesecore.configuration.GlobalConfigurationSessionBean.findByConfigurationId(GlobalConfigurationSessionBean.java:209) at org.cesecore.configuration.GlobalConfigurationSessionBean.getCachedConfiguration(GlobalConfigurationSessionBean.java:99) at sun.reflect.GeneratedMethodAccessor91.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:90) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:101) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:216) at org.jboss.as.ejb3.tx.CMTTxInterceptor.notSupported(CMTTxInterceptor.java:337) at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:142) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:72) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81) at org.cesecore.configuration.GlobalConfigurationSessionLocal$$$view30.getCachedConfiguration(Unknown Source) at org.ejbca.core.ejb.ra.EndEntityManagementSessionBean.getGlobalConfiguration(EndEntityManagementSessionBean.java:194) at org.ejbca.core.ejb.ra.EndEntityManagementSessionBean.changeUser(EndEntityManagementSessionBean.java:718) at org.ejbca.core.ejb.ra.EndEntityManagementSessionBean.changeUser(EndEntityManagementSessionBean.java:698) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:90) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:101) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:185) at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:364) at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:144) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:72) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81) at org.ejbca.core.ejb.ra.EndEntityManagementSessionLocal$$$view118.changeUser(Unknown Source) at org.ejbca.core.ejb.ra.CertificateRequestSessionBean.addOrEditUser(CertificateRequestSessionBean.java:240) at org.ejbca.core.ejb.ra.CertificateRequestSessionBean.processCertReq(CertificateRequestSessionBean.java:194) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:90) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:101) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:185) at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:364) at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:144) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:72) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81) at org.ejbca.core.ejb.ra.CertificateRequestSessionLocal$$$view122.processCertReq(Unknown Source) at org.ejbca.core.protocol.cmp.CrmfMessageHandler.handleRaMessage(CrmfMessageHandler.java:455) at org.ejbca.core.protocol.cmp.CrmfMessageHandler.handleMessage(CrmfMessageHandler.java:210) at org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean.dispatch(CmpMessageDispatcherSessionBean.java:227) at org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean.dispatchRequest(CmpMessageDispatcherSessionBean.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:90) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:101) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:237) at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:362) at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:144) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:72) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81) at org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionLocal$$$view146.dispatchRequest(Unknown Source) at org.ejbca.core.model.era.RaMasterApiSessionBean.cmpDispatch(RaMasterApiSessionBean.java:2302) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:90) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:101) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:216) at org.jboss.as.ejb3.tx.CMTTxInterceptor.notSupported(CMTTxInterceptor.java:345) at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:142) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:72) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81) at org.ejbca.core.model.era.RaMasterApiSessionLocal$$$view21.cmpDispatch(Unknown Source) at org.ejbca.core.model.era.RaMasterApiProxyBean.cmpDispatch(RaMasterApiProxyBean.java:1847) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:90) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:101) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.tx.EjbBMTInterceptor.handleInvocation(EjbBMTInterceptor.java:103) at org.jboss.as.ejb3.tx.BMTInterceptor.processInvocation(BMTInterceptor.java:58) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.singleton.SingletonComponentInstanceAssociationInterceptor.processInvocation(SingletonComponentInstanceAssociationInterceptor.java:53) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81) at org.ejbca.core.model.era.RaMasterApiProxyBeanLocal$$$view134.cmpDispatch(Unknown Source) at org.ejbca.ui.web.protocol.CmpServlet.service(CmpServlet.java:134) at org.ejbca.ui.web.protocol.CmpServlet.doPost(CmpServlet.java:97) at javax.servlet.http.HttpServlet.service(HttpServlet.java:706) at javax.servlet.http.HttpServlet.service(HttpServlet.java:791) at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129) at org.ejbca.util.ServiceControlFilter.doFilter(ServiceControlFilter.java:88) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84) at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68) at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132) at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:53) at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:59) at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50) at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292) at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1502) at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272) at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104) at io.undertow.server.Connectors.executeRootHandler(Connectors.java:360) at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830) at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35) at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1985) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1487) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1378) at java.lang.Thread.run(Thread.java:748) Caused by: java.sql.SQLException: unexpected end of stream, read 0 bytes from 4 (socket was closed by server) Query is: select 1; at org.mariadb.jdbc.internal.util.LogQueryTool.exceptionWithQuery(LogQueryTool.java:119) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:199) at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:328) ... 455 more Caused by: java.io.EOFException: unexpected end of stream, read 0 bytes from 4 (socket was closed by server) at org.mariadb.jdbc.internal.io.input.StandardPacketInputStream.getPacketArray(StandardPacketInputStream.java:239) at org.mariadb.jdbc.internal.io.input.StandardPacketInputStream.getPacket(StandardPacketInputStream.java:207) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1347) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1328) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:196) ... 456 more 2021-06-09 07:37:07,524+0000 WARN [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (default task-2) IJ000621: Destroying connection that could not be validated: org.jboss.jca.core.connectionmanager.listener.TxConnectionListener@654a2c28[state=NORMAL managed connection=org.jboss.jca.adapters.jdbc.local.LocalManagedConnection@5a1fa8bc connection handles=0 lastReturned=1623223329215 lastValidated=1623223329215 lastCheckedOut=1623223329215 trackByTx=false pool=org.jboss.jca.core.connectionmanager.pool.strategy.OnePool@1fd161a4 mcp=SemaphoreConcurrentLinkedQueueManagedConnectionPool@2536391[pool=appds] xaResource=LocalXAResourceImpl@623ec3c1[connectionListener=654a2c28 connectionManager=6f699a85 warned=false currentXid=null productName=MySQL productVersion=10.5.8-MariaDB-log jndiName=java:/AppDS] txSync=null] 2021-06-09 07:37:07,528+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:07+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-06-09 07:37:07,565+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:07+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.73.45;-278926691;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 10.;status=40 -> 10;subjectDN=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;timemodified=Wed Jun 09 07:29:36 UTC 2021 -> Wed Jun 09 07:37:07 UTC 2021 2021-06-09 07:37:07,566+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:07+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.73.45;-278926691;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-06-09 07:37:07,567+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:07+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-278926691 2021-06-09 07:37:07,567+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:07+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;subjectaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;requestaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw5REP99w960vUMMXWRch6FeYACccXGIAgg3bhICK+qC3ER19uz/VMSvEjqJl2ZkHmcrZcHKFKkny8+KpA4PFQMOVuvr+mMwHgI1OuH2w5wXsYKEO+qggSW88pYxg9QeNK8VgByijMPWwsYifUrg6MmizFKExxv8rV/us9zM8MrHBkjHiaFi/HeuGfiymdG98V+sGCp/NSl9URcLojH8tTvXQ8a+Kfv34N4p4vN7g73bo6fSUEZDK077BVwf2rLWWO4wk2WgKGcTMwUX2U8asNXXNDCdGFKs7qJglew0VumY1m1iLX8VMDFJhh+YpEYY4oKA0C70V3WqCs0lNQ96aRwIDAQAB 2021-06-09 07:37:07,583+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:07+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;5E63E4C3D167DD18E2DC41298E8D034613EB6B4E;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=3b1536dde2a0c4c4770003628f2d0f9ef12389c0, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=5E63E4C3D167DD18E2DC41298E8D034613EB6B4E. 2021-06-09 07:37:07,583+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:07+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;5E63E4C3D167DD18E2DC41298E8D034613EB6B4E;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEwzCCAyugAwIBAgIUXmPkw9Fn3Rji3EEpjo0DRhPra04wDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDg0ZGQwMmM1ZmI1MTA1OGExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNjA5MDcyNzA3WhcNMjMwNjA5MDcyNzA3WjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw5REP99w960vUMMXWRch6FeYACccXGIAgg3bhICK+qC3ER19uz/VMSvEjqJl2ZkHmcrZcHKFKkny8+KpA4PFQMOVuvr+mMwHgI1OuH2w5wXsYKEO+qggSW88pYxg9QeNK8VgByijMPWwsYifUrg6MmizFKExxv8rV/us9zM8MrHBkjHiaFi/HeuGfiymdG98V+sGCp/NSl9URcLojH8tTvXQ8a+Kfv34N4p4vN7g73bo6fSUEZDK077BVwf2rLWWO4wk2WgKGcTMwUX2U8asNXXNDCdGFKs7qJglew0VumY1m1iLX8VMDFJhh+YpEYY4oKA0C70V3WqCs0lNQ96aRwIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU88LwAZ0JSeGEktJ/+TC2QOYC8IIwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQU+GC7SqKpGdx/nTetvRjiZFyTovwwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQA+WZHQVYONGDNgqE/g3cpcgMOLXEzIk5fe5/wBbn+ewa+hnqpEKqRa1hDNnhXU93yYUx+Ir+xZcB/3hbqIQ8vyydEZl1g3cKHEB5J4VqKeoCafGLwqc4WuiHCCS+Pfd8nTKA9Q+s+y1sQp6xnITcCkhS8g+joc24MqNEenTlEMVoGEw3lJ6fRpOvtZjz5fCGxAVbWxry8j9S83JuoEGBYnNH2nyD/xa1pB77wIBXHVAADi7UrB5Izsdz06kyJzBwcEyV1kCeWpYgrHzjjN9cZuaLdi01hjTwveFw6EX64LM3U0eyGZ/bnO54fSwjMSQyadXA+Z95HaurozR4j8hLqA/PHYRQCR2Hs9WzYMOasB3V2sIyQUp/wr3PciJ/pxOUHRGgaCyo30slTUVm+jEXQOWyj4NpZgEJlfSNv+G9J3a7AY43sCamH5gHj3I8hUA42ZUzvlXJVgHqIY7Dln45NeGYtCBCK5nkWf7bmlEaVp0TkEDgpLUnTgjpEPV531QsI= 2021-06-09 07:37:07,587+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:07+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-278926691;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-06-09 07:37:07,587+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-06-09 07:37:07,594+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.73.45, process time 90. 2021-06-09 07:37:12,059+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.73.45, for CMP alias: cmpRA 2021-06-09 07:37:12,059+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #63e92ab5b4b83e71ae4022ad253d6eed 2021-06-09 07:37:12,064+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-06-09 07:37:12,065+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-06-09 07:37:12,067+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:12+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-06-09 07:37:12,073+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:12+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.73.45;-278926691;;https-server;msg=Edited end entity https-server, new status 10.;status=40 -> 10;subjectDN=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=https-server;timemodified=Wed Jun 09 07:35:20 UTC 2021 -> Wed Jun 09 07:37:12 UTC 2021 2021-06-09 07:37:12,075+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:12+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.73.45;-278926691;;https-server;msg=Authenticated user https-server. 2021-06-09 07:37:12,075+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:12+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-278926691 2021-06-09 07:37:12,076+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:12+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=https-server;subjectaltname=dNSName=wrong-cert;requestaltname=dNSName=wrong-cert;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5cNNRd6Y/aIRw8j3Oi/rULE9qmfL83bBrHEiamaOrEZb/AV8NgfOauHUNTT+cWX0GkRhPLppyEPjS5sahZA6YlznT4Hz9rFcqA6mgWMNtXRBbMttBBKLKU8i5aBTn56lAMihwWuKbRgmUdEW0coI0nCVds1pg8+reN44b/RoVLTM2zMOfZAguZhHF/1x3g9BRJKvxGAZtGZbIMquQPbzHKQiCRq6fbTfE3qVHNJy8SS09q4dlv+ihb/hKAOLJ+L6qvo2Yvp+Mhe3lj/gti2U6SQtFvBEikEb6Esb0HPglv0j1di+ufExTLbpSkp8W7ju+I+0wqk8pv2BTmrjLZGjcQIDAQAB 2021-06-09 07:37:12,089+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:12+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;55ECDFCE1B1D1DC1B5C87BBC2EC757A3307C3B37;https-server;msg=Certificate stored for username 'https-server', fp=6854d58ab0b506eda1bf1fa5d39e1d3e12feeb4d, subjectDN 'CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=55ECDFCE1B1D1DC1B5C87BBC2EC757A3307C3B37. 2021-06-09 07:37:12,089+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:12+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;55ECDFCE1B1D1DC1B5C87BBC2EC757A3307C3B37;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEjDCCAvSgAwIBAgIUVezfzhsdHcG1yHu8LsdXozB8OzcwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDg0ZGQwMmM1ZmI1MTA1OGExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNjA5MDcyNzEyWhcNMjMwNjA5MDcyNzEyWjB7MRUwEwYDVQQDDAxodHRwcy1zZXJ2ZXIxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5cNNRd6Y/aIRw8j3Oi/rULE9qmfL83bBrHEiamaOrEZb/AV8NgfOauHUNTT+cWX0GkRhPLppyEPjS5sahZA6YlznT4Hz9rFcqA6mgWMNtXRBbMttBBKLKU8i5aBTn56lAMihwWuKbRgmUdEW0coI0nCVds1pg8+reN44b/RoVLTM2zMOfZAguZhHF/1x3g9BRJKvxGAZtGZbIMquQPbzHKQiCRq6fbTfE3qVHNJy8SS09q4dlv+ihb/hKAOLJ+L6qvo2Yvp+Mhe3lj/gti2U6SQtFvBEikEb6Esb0HPglv0j1di+ufExTLbpSkp8W7ju+I+0wqk8pv2BTmrjLZGjcQIDAQABo4GhMIGeMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU88LwAZ0JSeGEktJ/+TC2QOYC8IIwFQYDVR0RBA4wDIIKd3JvbmctY2VydDAnBgNVHSUEIDAeBggrBgEFBQcDAgYIKwYBBQUHAwQGCCsGAQUFBwMBMB0GA1UdDgQWBBTmx0+RSi6krBV8JWXUpRIZUrzhsDAOBgNVHQ8BAf8EBAMCBeAwDQYJKoZIhvcNAQELBQADggGBAEAPrKcYDldvBzOzVMt4iDCi4yD1X+XT9E78Kn0yj50Ansmaq3/nAOETrbezTsKjdr+nAqw15GnVw4FoY/AUUr6b6cuSRrMVH9bsC8NQoDLVbvorxvgrhGrj8Uv5l4rAknFtuHlp2e2AbNNSPPRf+PkUWvjafC5bVoakGBQGL9Od01bMDho//vlTU/bG9AxM6zbtIcb++hySEmJI2p9gIVIR4BLnAraVYUWptHsK4gC3CR6Dzx4vbN+h+AmkcstYuSK6x+v4XVQzLnYcz0yOmTItYVOvu7rM8U+QzNBQ8/NQI45KFVOjqet6hDiULq3gpNRCPjBagBz8lk4Ln8KB9kzg2DhXz4OMMA8jyY4rnTRCidwf4fGQeLhfSXYbZwBPgptpFMX2G1FNA4WDrBwEdJHHOo7UaiWMde5NAIdkkh2zn4hnrtAPOQ0pJVawhMVHYxa7omxIMuiqTStagLrY0DpYSMoy/QF5RCppeZyMFe+RI3hFHwRVWsTOHD2JkRK1Eg== 2021-06-09 07:37:12,093+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:12+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-278926691;;https-server;msg=Edited end entity https-server, new status 40. 2021-06-09 07:37:12,093+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'https-server' to STATUS_GENERATED. 2021-06-09 07:37:12,102+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.73.45, process time 43. 2021-06-09 07:37:37,480+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.73.45, for CMP alias: cmpRA 2021-06-09 07:37:37,480+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #9c9cc02755d10153f4d286127af5e601 2021-06-09 07:37:37,487+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-06-09 07:37:37,488+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-06-09 07:37:37,503+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-06-09 07:37:37,508+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:37+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.73.45;-278926691;;ves-client;msg=Added end entity ves-client.;caid=-278926691;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT12ZXMtY2xpZW50;subjectDN=B64:Q049dmVzLWNsaWVudCxPVT1PTkFQLE89TGludXgtRm91bmRhdGlvbixMPVNhbi1GcmFuY2lzY28sU1Q9Q2FsaWZvcm5pYSxDPVVT;subjectEmail=;tokentype=1;type=1;username=ves-client 2021-06-09 07:37:37,508+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:37+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.73.45;-278926691;;ves-client;msg=Authenticated user ves-client. 2021-06-09 07:37:37,509+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-278926691 2021-06-09 07:37:37,509+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:37+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;;ves-client;subjectdn=CN=ves-client,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=ves-client;subjectaltname=dNSName=ves-client;requestaltname=dNSName=ves-client;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiEWcHTNn7gXyiCbXxS6IOpjQxozM4/cLLLoN1o5+9L4VEuRKxuXiQUJyKEujQhH0nQ1j79aLOgkWilO3nT5suCaqJ9/6TCQOAaPdk10HyLBNJN+k6Hih/9uQCZ5qvK0LFBzQ6bkCY9mOfgcR5rz247MiRwElspDqG7Qp5Z5bFi3gerU0Tzba5WliBMU1QkmAVFT1VCfhzZm2rSdJYeXfyJB9+lsOafSVl4AQ0xFkWSInFNHBdsCoR2KiSlGxka7SuJuOVul0j/kvQNccQo3A4m4NfwlrDNX+5r/cLvXmQs6qwR+K0HMo+Q+H9qOlV26ATbIiXHjXXjWcP3fmOKTfvwIDAQAB 2021-06-09 07:37:37,522+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:37+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;7DFDF06D08A78F09220CAD6055620055E0F7C826;ves-client;msg=Certificate stored for username 'ves-client', fp=fe3f7cb6695bc87ac6011bf003df48cf6a86444b, subjectDN 'CN=ves-client,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=7DFDF06D08A78F09220CAD6055620055E0F7C826. 2021-06-09 07:37:37,522+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:37+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;7DFDF06D08A78F09220CAD6055620055E0F7C826;ves-client;subjectdn=CN=ves-client,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEijCCAvKgAwIBAgIUff3wbQinjwkiDK1gVWIAVeD3yCYwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDg0ZGQwMmM1ZmI1MTA1OGExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNjA5MDcyNzM3WhcNMjMwNjA5MDcyNzM3WjB5MRMwEQYDVQQDDAp2ZXMtY2xpZW50MQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAIhFnB0zZ+4F8ogm18UuiDqY0MaMzOP3Cyy6DdaOfvS+FRLkSsbl4kFCcihLo0IR9J0NY+/WizoJFopTt50+bLgmqiff+kwkDgGj3ZNdB8iwTSTfpOh4of/bkAmearytCxQc0Om5AmPZjn4HEea89uOzIkcBJbKQ6hu0KeWeWxYt4Hq1NE822uVpYgTFNUJJgFRU9VQn4c2Ztq0nSWHl38iQffpbDmn0lZeAENMRZFkiJxTRwXbAqEdiokpRsZGu0ribjlbpdI/5L0DXHEKNwOJuDX8JawzV/ua/3C715kLOqsEfitBzKPkPh/ajpVdugE2yIlx41141nD935jik378CAwEAAaOBoTCBnjAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFPPC8AGdCUnhhJLSf/kwtkDmAvCCMBUGA1UdEQQOMAyCCnZlcy1jbGllbnQwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUMWiO0OmFB20KV5sFU9BiEQDkGkgwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQCEJPOFHjS+JFaRaIy253pjT3pFE6vF/JUMoaip7Di2WVqYliURAaqIClnaxxB2ikB5rZ2Fi9pVqGx9wAmA2hFp12rckUPmMDn5TFms88nnwVNeE6i5sopkUWcs7yUqOS+fMNMyISj7vWzzVAu72JH7VI4Mjx5kNsHhALrRucS3M3jnvO/3MrIPNy9B2o/J7Lx1OpSRsMYvNRiEBkyQEhGVM7LXli/xlWR9z0S3g6c08sOkpYOo7+1rT6ulm7YWrpWEY67588LJK24RJl/x9rBzeKZ+7DvRcblfTIxsYqulIL+LI/sRr7vW0Zd/GphKOPyXtq2zlLiUvHDSI2L0Txz073DDAUjQ2AaY6giOubo8ILm9dbgYSXQmkME4MX2wt8w5hYgJ0Se8mhnllNkxP1YT6DBNrqZhPAy5jhHe+ggMXppmuGOWYfHqV7zgIl9MkqPqKqYNu0cnPhyyOvzXxeCPzkp/DEwmXemwuEXi7q6AYCDkff5Lto8xbeKMZXgPVmY= 2021-06-09 07:37:37,526+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:37:37+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-278926691;;ves-client;msg=Edited end entity ves-client, new status 40. 2021-06-09 07:37:37,526+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'ves-client' to STATUS_GENERATED. 2021-06-09 07:37:37,535+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.73.45, process time 55. 2021-06-09 07:37:38,464+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 32) Reloading CA certificate cache. 2021-06-09 07:37:38,470+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 32) Reloaded CA certificate cache with 1 certificates 2021-06-09 07:42:35,286+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.73.45, for CMP alias: cmpRA 2021-06-09 07:42:35,290+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #ca8fc6731bd8b7632e58c56b922fb261 2021-06-09 07:42:35,296+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-06-09 07:42:35,298+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-06-09 07:42:35,304+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:42:35+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-06-09 07:42:35,315+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:42:35+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.73.45;-278926691;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 10.;status=40 -> 10;subjectDN=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;timemodified=Wed Jun 09 07:37:07 UTC 2021 -> Wed Jun 09 07:42:35 UTC 2021 2021-06-09 07:42:35,316+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:42:35+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.73.45;-278926691;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-06-09 07:42:35,316+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:42:35+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-278926691 2021-06-09 07:42:35,317+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:42:35+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;subjectaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;requestaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmGgvLaTQcgXzJlV5p3T/nE0hjCuxj3cwmrZD3LGVSU73n/2MkTE6Orj/dNQajTnfZBAdaQUNnD+wCjpdlfffjQ63NlhOGVIMv0f4NR7jPCWDTBtDQ9bVOFO9Gv0icemFRoWtd7fqNkRuYQBWqfZ5kjMtZhJ60FTrCMHlPX2HgrDHx/WBuH4Mkf1rlLdYXQAw/sbMv+N8z33113za+wOK7ysYy+MGaeNY2KJkgHKiWX6nAaF09FI4dATaARkUTgxEWPg3vtfm8lb9t66ideFyyezS6P2h8c8ak00MTHoncMjeQ/C0EVkHgeVudRX+cYRsYyYxMDZdYIbyLIKGcLM2uQIDAQAB 2021-06-09 07:42:35,346+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:42:35+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;5692F15D246574F5D10DACF46F799D8EB4DC0933;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=4caa9db4b24b329c9355885323d2cc5f9ba95771, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=5692F15D246574F5D10DACF46F799D8EB4DC0933. 2021-06-09 07:42:35,346+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:42:35+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;5692F15D246574F5D10DACF46F799D8EB4DC0933;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEwzCCAyugAwIBAgIUVpLxXSRldPXRDaz0b3mdjrTcCTMwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDg0ZGQwMmM1ZmI1MTA1OGExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNjA5MDczMjM1WhcNMjMwNjA5MDczMjM1WjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmGgvLaTQcgXzJlV5p3T/nE0hjCuxj3cwmrZD3LGVSU73n/2MkTE6Orj/dNQajTnfZBAdaQUNnD+wCjpdlfffjQ63NlhOGVIMv0f4NR7jPCWDTBtDQ9bVOFO9Gv0icemFRoWtd7fqNkRuYQBWqfZ5kjMtZhJ60FTrCMHlPX2HgrDHx/WBuH4Mkf1rlLdYXQAw/sbMv+N8z33113za+wOK7ysYy+MGaeNY2KJkgHKiWX6nAaF09FI4dATaARkUTgxEWPg3vtfm8lb9t66ideFyyezS6P2h8c8ak00MTHoncMjeQ/C0EVkHgeVudRX+cYRsYyYxMDZdYIbyLIKGcLM2uQIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU88LwAZ0JSeGEktJ/+TC2QOYC8IIwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUo/X660zr0741S2lEo3/cHV664tMwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQBWUv8MYDfggoYE9skU7+8TSVsbYuFEkGIdX+r0PW7hl0TRzsQFHvxVn2z6Ak3AhrAyXZno3UIZzd51qboXXAov+RrEE0LBoF/+zhxC0A7E5+N/w+HGSreLD6i8erR0PBn/sRHOTjJ+KYnBhYmxdip6yV2DoY6DL9Wq292jqHrWcKe4t/tw5ZsZXgUFvludz3iJ6/kL8DQwPvBbSymTAey+wSa2gYNjk8MUSSUsN4JbS8PQw88Do17rrp5Ppe1sT+NScPEXS45ZDhIflupvunGr6JZ9aANbRvaiG8eMlN4wARl+YGdZLh30C+fzL5vvQuHPU/iVznG4hj4ojqlhQdqpc9vCVTehOSTGs9NtHa79q441osEJzSrC9o6SUMDW8N7xf+GZAb5Dn7ReH0uudX3Kb1ft+FmFM0Hut3+BdYjgZ4899rg2Pnnq6qjOPqZ1Xb2YVr7yADw9b/2TlPedaF0gTEo/HxweFpDQDK/xAK+IiM+gk8L5zWUzRUXbeCquWBA= 2021-06-09 07:42:35,351+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:42:35+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-278926691;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-06-09 07:42:35,352+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-06-09 07:42:35,361+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.73.45, process time 75. 2021-06-09 07:42:38,471+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 44) Reloading CA certificate cache. 2021-06-09 07:42:38,477+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 44) Reloaded CA certificate cache with 1 certificates 2021-06-09 07:46:24,697+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.73.45, for CMP alias: cmpRA 2021-06-09 07:46:24,701+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #b492944f7c905f2f4b6328b5635069f5 2021-06-09 07:46:24,707+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-06-09 07:46:24,709+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-06-09 07:46:24,715+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:46:24+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-06-09 07:46:24,733+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:46:24+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.73.45;-278926691;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 10.;status=40 -> 10;subjectDN=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;timemodified=Wed Jun 09 07:42:35 UTC 2021 -> Wed Jun 09 07:46:24 UTC 2021 2021-06-09 07:46:24,735+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:46:24+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.73.45;-278926691;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-06-09 07:46:24,736+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:46:24+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-278926691 2021-06-09 07:46:24,736+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:46:24+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;subjectaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;requestaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqB4jgztkGc0aIDl2EhXPBv+4Fpsj08K/5a4TFydf/yLSZpkFLHRAO37PoIMoZKtkZfDjr230dqsSXEscoTrIGghsXUywplJdfXN2aM2J2zaN2ER1FLadx488HR/nD4zi0vVxh8/QQJcjJz5hJBM9QwY3hcvw9Y8+XqaIYQmebES3UD4pPLLWcn7X8FfuWeib1ZVC4x06dQiEhQVx74qMtNFIPzTzWbkCcHk6DtWeND1WlJSvQQ8sbiGNCvWe9p3srVPG7LyEQ0jZ4hgK03QSasahe5sgQOirjUqUf/S+j58GAYihhZzjQ1//uhYcVtNwRZ5xZNF3YxI0/hCnjGCPDwIDAQAB 2021-06-09 07:46:24,753+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:46:24+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;5F70988081EE62CF6807F3766E36F22637D6D1FE;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=10fbc2528f6873d1db574f1022b69a0bfbce6548, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=5F70988081EE62CF6807F3766E36F22637D6D1FE. 2021-06-09 07:46:24,753+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:46:24+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;5F70988081EE62CF6807F3766E36F22637D6D1FE;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEwzCCAyugAwIBAgIUX3CYgIHuYs9oB/N2bjbyJjfW0f4wDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDg0ZGQwMmM1ZmI1MTA1OGExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNjA5MDczNjI0WhcNMjMwNjA5MDczNjI0WjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqB4jgztkGc0aIDl2EhXPBv+4Fpsj08K/5a4TFydf/yLSZpkFLHRAO37PoIMoZKtkZfDjr230dqsSXEscoTrIGghsXUywplJdfXN2aM2J2zaN2ER1FLadx488HR/nD4zi0vVxh8/QQJcjJz5hJBM9QwY3hcvw9Y8+XqaIYQmebES3UD4pPLLWcn7X8FfuWeib1ZVC4x06dQiEhQVx74qMtNFIPzTzWbkCcHk6DtWeND1WlJSvQQ8sbiGNCvWe9p3srVPG7LyEQ0jZ4hgK03QSasahe5sgQOirjUqUf/S+j58GAYihhZzjQ1//uhYcVtNwRZ5xZNF3YxI0/hCnjGCPDwIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU88LwAZ0JSeGEktJ/+TC2QOYC8IIwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQU/PVXEtOo8L6+sZFPvWN35kbXIpkwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQCbJPYxGtb1pcn1ndqj8gONVNwVIYd6t8BafDT1ElCGiR3Laf/igLhzl1rIW6ozQUad8dBcduuNCcSXFg3+57A37lJ41AXtna7jNaKxlTYI0LdTsE0SP7usZOd7l589Hc4HD3Cp0n5VkjFvDI7oDOtPktu7uENhY/n9qZULDc4Qgrx9Sn/+dknr8u35lURx1VhoviXqDmYu7TGNGSTHydNfmbXvKaeKHGj5QbkKg41vDbWLHX8oqtOyxIcIFj6C+wcA7Ehq7Cp0YpazCKh/iTdt1cTRbAmo3ua/AX16NrXnHtzBum2ef0GNQf2Xt4AHQl4GtBGqoilmdVFcBoFGbQK+hb+E5rjoVeMPXvUXLPClvkrncH7spU43tLPkeNoGXikXwxDsCKC5M/Hq7Te1v6XtTWHkREwi4syrXfHiipoCCqxJwsWVG077/giJgMMB/9MLTZzJg0AFjMGoLJCJV4Y4fKbXH3c2ThCRWcny05edFRY5esYUfP+VE+PWBsnm72I= 2021-06-09 07:46:24,757+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:46:24+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-278926691;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-06-09 07:46:24,758+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-06-09 07:46:24,775+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.73.45, process time 78. 2021-06-09 07:47:38,477+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 56) Reloading CA certificate cache. 2021-06-09 07:47:38,483+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 56) Reloaded CA certificate cache with 1 certificates 2021-06-09 07:49:23,202+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.73.45, for CMP alias: cmpRA 2021-06-09 07:49:23,204+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #9656366be1f482036980454ac840d85a 2021-06-09 07:49:23,211+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-06-09 07:49:23,212+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-06-09 07:49:23,218+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:49:23+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-06-09 07:49:23,236+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:49:23+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.73.45;-278926691;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 10.;status=40 -> 10;subjectDN=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;timemodified=Wed Jun 09 07:46:24 UTC 2021 -> Wed Jun 09 07:49:23 UTC 2021 2021-06-09 07:49:23,239+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:49:23+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.73.45;-278926691;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-06-09 07:49:23,240+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:49:23+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-278926691 2021-06-09 07:49:23,240+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:49:23+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;subjectaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;requestaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlnVy3NCwL8k9asQfZ8ZkNYKblrgwwmyhyYeR76WLLWCyGWP2aFDO9aQ+kCeGOME7259h2Bv7tmyQWq+fYXkLSbz0V5y3UNSJo2YKDpX5BFC/EKRGL/9rGOPTBwy1mlNAMa8c8eBtGt1RSuQTojezt4AX72bvfiwZ0TzbrB783mhL3glBrjtP1Mi6LG7wyoSk9EB1i93oP7V8x32b8ju3GWkRBtHMgPbvsmPqInHvoY5qgjVAdObMHqZTpC6mRlUe/s6QkgJIYToxcj5fpEQvNeYNbLHnLT1/jHtjQWPbhOz2+8ocw1p9fyZQq3iVS0G9GwGZTo3yXLK27XYpdFxtnwIDAQAB 2021-06-09 07:49:23,261+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:49:23+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;701C0F3B90F41EAB660F7BA3C56EDEFFF40693CD;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=5fdd177fea518b062011c47194e7c4abe8bc3e10, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=701C0F3B90F41EAB660F7BA3C56EDEFFF40693CD. 2021-06-09 07:49:23,261+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:49:23+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;701C0F3B90F41EAB660F7BA3C56EDEFFF40693CD;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEwzCCAyugAwIBAgIUcBwPO5D0HqtmD3ujxW7e//QGk80wDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDg0ZGQwMmM1ZmI1MTA1OGExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNjA5MDczOTIzWhcNMjMwNjA5MDczOTIzWjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlnVy3NCwL8k9asQfZ8ZkNYKblrgwwmyhyYeR76WLLWCyGWP2aFDO9aQ+kCeGOME7259h2Bv7tmyQWq+fYXkLSbz0V5y3UNSJo2YKDpX5BFC/EKRGL/9rGOPTBwy1mlNAMa8c8eBtGt1RSuQTojezt4AX72bvfiwZ0TzbrB783mhL3glBrjtP1Mi6LG7wyoSk9EB1i93oP7V8x32b8ju3GWkRBtHMgPbvsmPqInHvoY5qgjVAdObMHqZTpC6mRlUe/s6QkgJIYToxcj5fpEQvNeYNbLHnLT1/jHtjQWPbhOz2+8ocw1p9fyZQq3iVS0G9GwGZTo3yXLK27XYpdFxtnwIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU88LwAZ0JSeGEktJ/+TC2QOYC8IIwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUTSl/miLhRF4aOWZ/Y9SUI+Q6nPwwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQCoPoKmqulTqWcIdzJx8hzdSsUbNr9AjbdmGNTbdppDFY+yuuWJanaB/Ngo/mfT2RY5sGXPfitOA6E/PbVUBJBTcFWZ00v/+i6AkjDq0Q23atzLVotqM7p344rJMSzmwySvrmc4BNY0KIg7J9IBwU06eVsZ1KeuNWt8Cr67HnNp9AEbFKIWXlPT5aIAV5lNhoeOclLTh0eo2y0qBJiCvNvozs6pW2Lw2+YK4SBBAMQmV5D0wSFBEg1dyMGjnFEaWvEIKamIzN8dGEjbJpecMZAEy+hwe732GF8pwK7ObM/Q+XGTA5h9koPMVmglF0rOCCkvPJ3C11yjdr0WIPLKHm2+YHNV9OxqmdLXv/d4w67JLVht4chesN3ZOpk2KChXxFYaqAzjIyO52gaZT0QjsM7AGuYNCjPrn5Db4k7lXkA2vtuMk3wd+hBB60KEnEaA9kLeZEaEOoH6m0QvEQzuDqxb0j6NlP5QHVp9uyAZlpep2Hioo9vK4YclkSelUS48T+8= 2021-06-09 07:49:23,266+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-09 07:49:23+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-278926691;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-06-09 07:49:23,266+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-06-09 07:49:23,276+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.73.45, process time 74. 2021-06-09 07:51:01,797+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.73.45, for CMP alias: cmpRA 2021-06-09 07:51:01,801+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #d3e58214298108d05a4e0054f2298550 2021-06-09 07:51:01,809+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-06-09 07:51:01,810+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-06-09 07:51:01,814+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:51:01+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-06-09 07:51:01,825+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:51:01+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.73.45;-278926691;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 10.;status=40 -> 10;subjectDN=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;timemodified=Wed Jun 09 07:49:23 UTC 2021 -> Wed Jun 09 07:51:01 UTC 2021 2021-06-09 07:51:01,827+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:51:01+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.73.45;-278926691;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-06-09 07:51:01,828+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:51:01+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.73.45;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-278926691 2021-06-09 07:51:01,828+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:51:01+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;subjectaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;requestaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtvJEP1v61LlGXYj4UK+52hoz6BzcDS2YLnv8tUe+uVuAIwDMi1O5mUcZvCFtvM38i43rS5+WWaqw2dsPesjNHP+Cix9MNqIs/igBVKBuHxnkEgjs6Hz/jon/8Q7Zdjf6Adei7dnzpY8qaYrTLPKXshGEp0PnI79+zS14hIlLkmGJ5qH4vtRnQ6AAExAXxkGe30V3xaqokW6jw0Hr4fPJLYubnrpcb3qkz0RLIkbPPP9dx+gJuXHL/uCI0ICp8tEeaFMufUxitgSJeRR+Ji8M+1gAXj1+4fpZof0QoUhAcqqjTzJ8yZVWlIHi981Z/m0THDQmQdtZxiFLla3ujhxQ1wIDAQAB 2021-06-09 07:51:01,852+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:51:01+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;5E23D36E200852384169ABF2C753DA8294F12E55;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=3d6659980ec99e53587aaa67a4314918c8efbcd6, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-084dd02c5fb51058a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=5E23D36E200852384169ABF2C753DA8294F12E55. 2021-06-09 07:51:01,852+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:51:01+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.73.45;-278926691;5E23D36E200852384169ABF2C753DA8294F12E55;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEwzCCAyugAwIBAgIUXiPTbiAIUjhBaavyx1PagpTxLlUwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDg0ZGQwMmM1ZmI1MTA1OGExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNjA5MDc0MTAxWhcNMjMwNjA5MDc0MTAxWjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtvJEP1v61LlGXYj4UK+52hoz6BzcDS2YLnv8tUe+uVuAIwDMi1O5mUcZvCFtvM38i43rS5+WWaqw2dsPesjNHP+Cix9MNqIs/igBVKBuHxnkEgjs6Hz/jon/8Q7Zdjf6Adei7dnzpY8qaYrTLPKXshGEp0PnI79+zS14hIlLkmGJ5qH4vtRnQ6AAExAXxkGe30V3xaqokW6jw0Hr4fPJLYubnrpcb3qkz0RLIkbPPP9dx+gJuXHL/uCI0ICp8tEeaFMufUxitgSJeRR+Ji8M+1gAXj1+4fpZof0QoUhAcqqjTzJ8yZVWlIHi981Z/m0THDQmQdtZxiFLla3ujhxQ1wIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU88LwAZ0JSeGEktJ/+TC2QOYC8IIwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUbjtYPk+hLo6hpp+AQEW33/TosfAwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQCkod96m8jEg6y0wMG1JsCCHWjvncZLLJIIuHc3b6kPqSjzjhs352/JAPUY9YxN6rTdlf5iC5xyfSxTvIc0YlQYcLII+gDBmPNIjbD4FyefnyYYjFeQgkFTvDcKMAb7a+qgYRlGnV0vIw4Cb/iSqOVnDi3zh2Pl7L7JMpmvrGbHCBtLdA1xLMU8SbJhVB9SOJLUSEfXgdPN/uRcABzz/4/DRIHuRevWwAJ4UePnoa1aEyjKBYs1N7wDCmMUhw/CU/c8DrjCqHXWkXFhauSN/F8Wz88mpsPr2ZtqrreyG8U0Nz1AHtAYXzsGMxdFc1r6HXub99RIE5sGw3egPL9b04c+9t331AUOcrDzDFkdLmDC1ASYMfIxlKDKUGS+AMAnkFexvpGptimc/RM+sx58Eb4fmV/3nM/O6TgBIx64cBS+TXC0vumjD33E5dkJPHPxZkGdPvLbHN4LhUEPdOX9XQXbaNRcz3OFYeMZ1p8C5S0eOwX5kSKon4/o0n3QsXcVzGw= 2021-06-09 07:51:01,859+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-09 07:51:01+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-278926691;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-06-09 07:51:01,860+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-06-09 07:51:01,868+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.73.45, process time 71. 2021-06-09 07:52:38,483+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 68) Reloading CA certificate cache. 2021-06-09 07:52:38,490+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 68) Reloaded CA certificate cache with 1 certificates