By type
2021-05-05 00:03:21,214+0000 INFO [/opt/primekey/bin/start.sh] (process:1) uid=10001 gid=0(root) groups=0(root) 2021-05-05 00:03:21,689+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Detected 1 available core(s). 2021-05-05 00:03:21,705+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Detected 1610612736 bytes available memory assigned to this container. 2021-05-05 00:03:21,735+0000 INFO [/opt/primekey/bin/start.sh] (process:1) MySQL/MariaDB database. 2021-05-05 00:03:23,148+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-05-05 00:03:23,162+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'SELECT 1' -> hit 2021-05-05 00:03:23,164+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-05-05 00:03:24,428+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-05-05 00:03:24,457+0000 ERROR [org.ejbca.ui.cli.jdbc.JdbcTool] (main) (conn=51) Table 'ejbca.globalconfigurationdata' doesn't exist 2021-05-05 00:03:24,459+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-05-05 00:03:24,468+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Creating database tables... 2021-05-05 00:03:25,497+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-05-05 00:03:25,717+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-05-05 00:03:25,748+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-05-05 00:03:25,774+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-05-05 00:03:25,797+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-05-05 00:03:25,823+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-05-05 00:03:25,852+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-05-05 00:03:25,880+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-05-05 00:03:25,908+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-05-05 00:03:25,938+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-05-05 00:03:25,970+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-05-05 00:03:26,005+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-05-05 00:03:26,032+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-05-05 00:03:26,061+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-05-05 00:03:26,087+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-05-05 00:03:26,118+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-05-05 00:03:26,146+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-05-05 00:03:26,173+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-05-05 00:03:26,204+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-05-05 00:03:26,233+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-05-05 00:03:26,258+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-05-05 00:03:26,290+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-05-05 00:03:26,323+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-05-05 00:03:26,354+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-05-05 00:03:35,834+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-05-05 00:03:35,860+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-05-05 00:03:35,889+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-05-05 00:03:35,919+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-05-05 00:03:35,950+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-05-05 00:03:35,982+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-05-05 00:03:36,015+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-05-05 00:03:36,043+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-05-05 00:03:36,074+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-05-05 00:03:36,106+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-05-05 00:03:36,140+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-05-05 00:03:36,200+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-05-05 00:03:36,256+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-05-05 00:03:36,283+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-05-05 00:03:36,317+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-05-05 00:03:36,347+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-05-05 00:03:36,380+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-05-05 00:03:36,409+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-05-05 00:03:36,439+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-05-05 00:03:36,441+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-05-05 00:03:36,449+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Applying recommended database indexes... 2021-05-05 00:03:37,493+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-05-05 00:03:37,708+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-05-05 00:03:37,732+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX auditrecorddata_idx2 ON AuditRecordData (nodeId,sequenceNumber)' -> 0 2021-05-05 00:03:37,747+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX auditrecorddata_idx3 ON AuditRecordData (timeStamp)' -> 0 2021-05-05 00:03:37,764+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX auditrecorddata_idx4 ON AuditRecordData (searchDetail2)' -> 0 2021-05-05 00:03:37,779+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX crldata_idx3 ON CRLData (cRLNumber, issuerDN)' -> 0 2021-05-05 00:03:37,795+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX crldata_idx4 ON CRLData (issuerDN,deltaCRLIndicator,crlNumber)' -> 0 2021-05-05 00:03:37,810+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX cadata_idx1 ON CAData (name)' -> 0 2021-05-05 00:03:37,830+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx2 ON CertificateData (username)' -> 0 2021-05-05 00:03:37,847+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx4 ON CertificateData (subjectDN)' -> 0 2021-05-05 00:03:37,865+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx5 ON CertificateData (type)' -> 0 2021-05-05 00:03:37,884+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx6 ON CertificateData (issuerDN,status)' -> 0 2021-05-05 00:03:37,904+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx7 ON CertificateData(certificateProfileId)' -> 0 2021-05-05 00:03:37,922+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx11 ON CertificateData (subjectKeyId)' -> 0 2021-05-05 00:03:37,945+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM CertificateData WHERE fingerprint='caba75f68c833c3c2d33f3f5052b7d5a76e80383'' -> 0 2021-05-05 00:03:37,947+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM CertificateData WHERE fingerprint='05a219d835622653192c30eeeee8f01f918b30fb'' -> 0 2021-05-05 00:03:37,952+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM Base64CertData WHERE fingerprint='caba75f68c833c3c2d33f3f5052b7d5a76e80383'' -> 0 2021-05-05 00:03:37,953+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM Base64CertData WHERE fingerprint='05a219d835622653192c30eeeee8f01f918b30fb'' -> 0 2021-05-05 00:03:37,970+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX certificatedata_idx12 ON CertificateData (serialNumber, issuerDN)' -> 0 2021-05-05 00:03:37,991+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX historydata_idx1 ON CertReqHistoryData (username)' -> 0 2021-05-05 00:03:38,012+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX historydata_idx3 ON CertReqHistoryData (serialNumber)' -> 0 2021-05-05 00:03:38,032+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX userdata_idx10 ON UserData (subjectDN)' -> 0 2021-05-05 00:03:38,052+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX userdata_idx11 ON UserData (status)' -> 0 2021-05-05 00:03:38,070+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX publisherqueue_idx3 ON PublisherQueueData (publisherId, publishStatus, timeCreated)' -> 0 2021-05-05 00:03:38,090+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX rolemember_idx1 ON RoleMemberData (tokenType,roleId)' -> 0 2021-05-05 00:03:38,111+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX blacklist_idx1 ON BlacklistData (type,value)' -> 0 2021-05-05 00:03:38,132+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx1 ON NoConflictCertificateData (serialNumber, issuerDN)' -> 0 2021-05-05 00:03:38,151+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx2 ON NoConflictCertificateData (fingerprint)' -> 0 2021-05-05 00:03:38,166+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx3 ON NoConflictCertificateData (issuerDN,status)' -> 0 2021-05-05 00:03:38,185+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx4 ON NoConflictCertificateData (certificateProfileId)' -> 0 2021-05-05 00:03:38,207+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeaccountdata_idx1 ON AcmeAccountData (currentKeyId)' -> 0 2021-05-05 00:03:38,229+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeorderdata_idx1 ON AcmeOrderData (accountId)' -> 0 2021-05-05 00:03:38,253+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeorderdata_idx2 ON AcmeOrderData (fingerprint, status)' -> 0 2021-05-05 00:03:38,270+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeauthorizationdata_idx1 ON AcmeAuthorizationData (accountId)' -> 0 2021-05-05 00:03:38,284+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeauthorizationdata_idx2 ON AcmeAuthorizationData (orderId)' -> 0 2021-05-05 00:03:38,300+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmechallengedata_idx1 ON AcmeChallengeData (authorizationId)' -> 0 2021-05-05 00:03:38,303+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-05-05 00:03:38,318+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-05-05 00:03:40,074+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-05-05 00:03:43,363+0000 WARN [org.jboss.as.server.deployment.scanner] (ServerService Thread Pool -- 22) 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-05-05 00:03:43,553+0000 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http) 2021-05-05 00:03:44,289+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 2.0.13.Final starting 2021-05-05 00:03:45,565+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0012: Started server default-server. 2021-05-05 00:03:45,575+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting 2021-05-05 00:03:45,858+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTP listener remoting listening on 127.0.0.1:4447 2021-05-05 00:03:52,204+0000 INFO [org.jboss.as.jpa] (MSC service thread 1-1) WFLYJPA0002: Read persistence.xml for ejbca 2021-05-05 00:03:53,862+0000 WARN [org.jboss.as.jsf] (MSC service thread 1-4) WFLYJSF0005: Unknown JSF version 'NONE'. Default version 'main' will be used instead. 2021-05-05 00:03:53,863+0000 WARN [org.jboss.as.jsf] (MSC service thread 1-1) WFLYJSF0005: Unknown JSF version 'NONE'. Default version 'main' will be used instead. 2021-05-05 00:03:54,751+0000 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 48) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'ejbca.ear#ejbca' 2021-05-05 00:03:56,861+0000 ERROR [org.jboss.as.jsf] (MSC service thread 1-1) WFLYJSF0002: Could not load JSF managed bean class: org.ejbca.ui.web.admin.peerconnector.PeerConnectorsMBean 2021-05-05 00:03:57,058+0000 ERROR [org.jboss.as.jsf] (MSC service thread 1-1) WFLYJSF0002: Could not load JSF managed bean class: org.ejbca.ui.web.admin.peerconnector.PeerMgmtMBean 2021-05-05 00:03:57,164+0000 ERROR [org.jboss.as.jsf] (MSC service thread 1-1) WFLYJSF0002: Could not load JSF managed bean class: org.ejbca.ui.web.admin.peerconnector.PeerConnectorMBean 2021-05-05 00:04:02,971+0000 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 48) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'ejbca.ear#ejbca' 2021-05-05 00:04:09,490+0000 WARN [org.jboss.weld.Bootstrap] (MSC service thread 1-2) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType>) used for class com.sun.faces.flow.FlowDiscoveryCDIHelper is deprecated from CDI 1.1! 2021-05-05 00:04:11,596+0000 SEVERE [javax.enterprise.resource.webcontainer.jsf.flow] (MSC service thread 1-2) Unable to obtain CDI 1.1 utilities for Mojarra 2021-05-05 00:04:11,600+0000 SEVERE [javax.enterprise.resource.webcontainer.jsf.application.view] (MSC service thread 1-2) Unable to obtain CDI 1.1 utilities for Mojarra 2021-05-05 00:04:14,285+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 59) Init, EJBCA 6.15.2.5 Community (r33900) startup. 2021-05-05 00:04:14,486+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 54) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-05-05 00:04:14,486+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 50) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-05-05 00:04:14,495+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 48) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-05-05 00:04:14,486+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 68) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, GET] 2021-05-05 00:04:14,495+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-05-05 00:04:14,486+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 72) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, GET] 2021-05-05 00:04:14,486+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-05-05 00:04:14,486+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-05-05 00:04:14,486+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 67) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-05-05 00:04:16,363+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 59) BouncyCastle provider is from our ejbca.ear classloader. 2021-05-05 00:04:16,367+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 59) Registered AuthenticationTokens [PublicAccessAuthenticationToken, CertificateAuthenticationToken, CliAuthenticationToken, AlwaysAllowLocalAuthenticationToken] 2021-05-05 00:04:16,370+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 59) Class not found: se.primeKey.caToken.card.PrimeCAToken. 2021-05-05 00:04:16,370+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 59) Can not register se.primeKey.caToken.card.PrimeCAToken. This is normally not an error. 2021-05-05 00:04:16,666+0000 INFO [org.cesecore.audit.AuditDevicesConfig] (ServerService Thread Pool -- 59) Registered audit device using implementation: org.cesecore.audit.impl.log4j.Log4jDevice 2021-05-05 00:04:16,667+0000 INFO [org.cesecore.audit.AuditDevicesConfig] (ServerService Thread Pool -- 59) Configured exporter AuditExporterDummy for device Log4jDevice 2021-05-05 00:04:16,679+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 59) 2021-05-05 00:04:16+00:00;EJBCA_STARTING;SUCCESS;SERVICE;EJBCA;Application internal;;onap-ejbca-6fcdf65869-dj7wl;;msg=Init, EJBCA 6.15.2.5 Community (r33900) startup. 2021-05-05 00:04:16,682+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 59) 2021-05-05 00:04:16+00:00;LOG_MANAGEMENT_CHANGE;VOID;SECURITY_AUDIT;CORE;Application internal;;;;msg=No integrity protected security audit logger devices configured. 2021-05-05 00:04:16,757+0000 INFO [org.ejbca.core.ejb.authorization.AuthorizationSystemSessionBean] (ServerService Thread Pool -- 59) No roles or CAs exist, intializing Super Administrator Role with default CLI user. 2021-05-05 00:04:16,768+0000 INFO [org.cesecore.dbprotection.ProtectedData] (ServerService Thread Pool -- 59) No database integrity protection available in this version of EJBCA. 2021-05-05 00:04:17,777+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 59) 2021-05-05 00:04:17+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Application internal;;;;resource0=/system_functionality/edit_systemconfiguration 2021-05-05 00:04:17,950+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 59) 2021-05-05 00:04:17+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;Application internal;;;;msg=Global configuration with id 0 created. 2021-05-05 00:04:17,977+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 59) Setting isUniqueCertificateSerialNumberIndex to: true 2021-05-05 00:04:17,983+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 59) 2021-05-05 00:04:17+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-05-05 00:04:18,063+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 59) 2021-05-05 00:04:18+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id 0.;added:statedump_lockdown=false 2021-05-05 00:04:18,075+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 59) 2021-05-05 00:04:18+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-05-05 00:04:18,080+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 59) 2021-05-05 00:04:18+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Global configuration with id UPGRADE created. 2021-05-05 00:04:18,176+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 59) 2021-05-05 00:04:18+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-05-05 00:04:18,184+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 59) 2021-05-05 00:04:18+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-05-05 00:04:18,189+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 59) 2021-05-05 00:04:18+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-05-05 00:04:18,195+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 59) 2021-05-05 00:04:18+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id UPGRADE.;added:postUpgradedToVersion=6.10.1 2021-05-05 00:04:18,257+0000 INFO [org.ejbca.core.ejb.upgrade.UpgradeSessionBean] (ServerService Thread Pool -- 59) Database content version: 6.15.2.5, current application version: 6.15.2.5 -> Upgrade is not needed. 2021-05-05 00:04:18,349+0000 INFO [org.cesecore.certificates.ocsp.cache.OcspSigningCache] (ServerService Thread Pool -- 59) No default responder was defined. OCSP requests for certificates issued by unknown CAs will return "unauthorized" as per RFC6960, Section 2.3 2021-05-05 00:04:18,351+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 59) Reloading CA certificate cache. 2021-05-05 00:04:18,367+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 59) Reloaded CA certificate cache with 0 certificates 2021-05-05 00:04:22,673+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 51) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-05-05 00:04:22,674+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 69) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-05-05 00:04:22,750+0000 INFO [org.jboss.as.server] (ServerService Thread Pool -- 28) WFLYSRV0010: Deployed "ejbca.ear" (runtime-name : "ejbca.ear") 2021-05-05 00:04:22,750+0000 INFO [org.jboss.as.server] (ServerService Thread Pool -- 28) WFLYSRV0010: Deployed "jdbc-driver.jar" (runtime-name : "jdbc-driver.jar") 2021-05-05 00:04:22,881+0000 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server 2021-05-05 00:04:22,889+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management 2021-05-05 00:04:22,889+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled 2021-05-05 00:04:22,889+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 14.0.1.Final (WildFly Core 6.0.2.Final) started in 44301ms - Started 5334 of 5380 services (153 services are lazy, passive or on-demand) 2021-05-05 00:04:23,472+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Application /opt/primekey/appserver/standalone/deployments/ejbca.ear.deployed successfully started. 2021-05-05 00:04:23,478+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Setting up in-bound connectivity... 2021-05-05 00:04:28,012+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-05-05 00:04:35,575+0000 INFO [org.cesecore.certificates.ca.CaSessionBean] (default task-2) CA with name ManagementCA does not exist. 2021-05-05 00:04:35,583+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Initializing CA 2021-05-05 00:04:35,584+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Generating rootCA keystore: 2021-05-05 00:04:35,584+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA Type:x509 2021-05-05 00:04:35,584+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA name: ManagementCA 2021-05-05 00:04:35,584+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) SuperAdmin CN: null 2021-05-05 00:04:35,584+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) DN: UID=c-070c7fd514f33617a,CN=ManagementCA,O=EJBCA Container Quickstart 2021-05-05 00:04:35,585+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA token type: soft 2021-05-05 00:04:35,585+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA token password: hidden 2021-05-05 00:04:35,585+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Keytype: RSA 2021-05-05 00:04:35,585+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Keyspec: 3072 2021-05-05 00:04:35,585+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Validity: 3652d 2021-05-05 00:04:35,585+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Policy ID: null 2021-05-05 00:04:35,585+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Signature alg: SHA256WithRSA 2021-05-05 00:04:35,585+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Certificate profile: ROOTCA 2021-05-05 00:04:35,585+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA token properties: {} 2021-05-05 00:04:35,585+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Signed by: Self signed 2021-05-05 00:04:35,685+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:35+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/modify 2021-05-05 00:04:35,781+0000 INFO [org.cesecore.keys.token.SoftCryptoToken] (default task-2) Error activating Crypto Token with ID 560355647. No keystore data available yet, creating new PKCS#12 keystore. 2021-05-05 00:04:36,262+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:36+00:00;CRYPTOTOKEN_CREATE;SUCCESS;CRYPTOTOKEN;CORE;ejbca;560355647;;;msg=Created CryptoToken with id 560355647;name=ManagementCA;encProviderName=BC;signProviderName=BC;added:tokenName=ManagementCA;autoActivation=added;autoActivationPinProtection=legacy 2021-05-05 00:04:36,308+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:36+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/keys/generate/560355647 2021-05-05 00:04:37,061+0000 INFO [org.cesecore.keys.util.SignWithWorkingAlgorithm] (default task-2) Signature algorithm 'SHA1WithRSA' working for provider 'BC version 1.6'. 2021-05-05 00:04:37,399+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:37+00:00;CRYPTOTOKEN_GEN_KEYPAIR;SUCCESS;CRYPTOTOKEN;CORE;ejbca;560355647;;;msg=Generated new keypair in CryptoToken 560355647;keyAlias=signKey;keySpecification=3072 2021-05-05 00:04:37,437+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/keys/generate/560355647 2021-05-05 00:04:38,508+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:38+00:00;CRYPTOTOKEN_GEN_KEYPAIR;SUCCESS;CRYPTOTOKEN;CORE;ejbca;560355647;;;msg=Generated new keypair in CryptoToken 560355647;keyAlias=encryptKey;keySpecification=3072 2021-05-05 00:04:38,525+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Creating CA... 2021-05-05 00:04:38,616+0000 INFO [org.ejbca.core.ejb.ca.caadmin.CAAdminSessionBean] (default task-2) Creating an X509 CA: ManagementCA 2021-05-05 00:04:38,650+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:38+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/add_ca;resource1=/cryptotoken/use/560355647 2021-05-05 00:04:38,750+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:38+00:00;CA_CREATION;SUCCESS;CA;CORE;ejbca;-1183398315;;;msg=CA with id -1183398315 and name ManagementCA added, status: 1. ;tokenproperties={defaultKey=encryptKey, certSignKey=signKey, crlSignKey=signKey};tokensequence=00000 2021-05-05 00:04:38,768+0000 INFO [org.cesecore.certificates.ca.internal.SernoGeneratorRandom] (default task-2) Using SHA1PRNG serialNumber RNG algorithm. 2021-05-05 00:04:38,871+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:38+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/-1183398315 2021-05-05 00:04:38,872+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:38+00:00;CA_EDITING;SUCCESS;CA;CORE;ejbca;-1183398315;;;msg=CA with id -1183398315 and name ManagementCA edited.;removed:expiretime=Thu Jan 01 00:00:00 UTC 1970;added:certificatechain=[MIIEszCCAxugAwIBAgIUbljoE8XfGaiBOYwXr9iN9b5ViYkwDQYJKoZIhvcNAQEL BQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDcwYzdmZDUxNGYzMzYxN2ExFTATBgNV BAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNr c3RhcnQwHhcNMjEwNTA1MDAwNDM4WhcNMzEwNTA1MDAwNDM4WjBhMSMwIQYKCZIm iZPyLGQBAQwTYy0wNzBjN2ZkNTE0ZjMzNjE3YTEVMBMGA1UEAwwMTWFuYWdlbWVu dENBMSMwIQYDVQQKDBpFSkJDQSBDb250YWluZXIgUXVpY2tzdGFydDCCAaIwDQYJ KoZIhvcNAQEBBQADggGPADCCAYoCggGBALF2UVlZTTgMOKIOsGqjxlrNuEs4XinL 91Vbevb5MIcnh1/sfr9CsNGYDpTjBhjrwH5IlsRI3/qlQkqGM87PHFsSCTVNjcl+ T+L55ab7399LaXJobg17B45ByGGVLY2capKpZmSQJDXi12tQn2yyL1Ok7vF2Cat4 70VTodsPa43yv5zGJaUdVt69vMcXbm4jb+KjHmeyE962l2//wWuRv1WF7/p1zYHd j/svTUNUxjkmaA6iHv6Femr42E/GDbGjHVil07rkLFetyw0dgQWOie7eziDIKZlX drxYjR2E7HoyIUy3XJQLBa0usrhbF4QI8fV5Dt47TrdFh+LMyIvT2Q9z50B3tgrz h06YvOB9/j6nMEjtcskGEvE9enXoLzDBl2whJNW2gs0/jSXGnhNfH8LlzkpWdb46 fNn4/Q9monoqtnLg/vv47YnCPULxyNOSS9ZoayfD5Q/Xd44swcXFaUgaoFeC3DgF txP8uA6S2xuYfUWoxEFV4X1tOaTQtrbhdQIDAQABo2MwYTAPBgNVHRMBAf8EBTAD AQH/MB8GA1UdIwQYMBaAFBD3D1DLQCfo3LDy3QkVVrHZiYYlMB0GA1UdDgQWBBQQ 9w9Qy0An6Nyw8t0JFVax2YmGJTAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQEL BQADggGBAJpS0kKeN6d+xE1cW37TIta+/iMQne/n5Uj1RVhaWvMAtPd3HwpH/pWd NUnFH+g9G7okiztA/JxzY2VQeeONlGuko79yzIh45L98De1SLuMaFbxK3YiK1hmR 9r4OZWedPdPqLlEO6UVXK8DzMHuC6jxsG/betTYvvL6W5/XGY8+unTc+QqmmUavy 2R4W9q/rlUKqhrSL8ZdqvqHClUxFprQ0hPszgY+53AiKyF996mZeAbilX1mSx/+T PV2VmCHWaSZkk4dzHknox3IyOWUD+5RGCCnq1sh6BFJr9gTwJTv7qABv/F9nrUUZ VWXzfHJuABF7LgvZBdTIIGNKY1vYwzyWZbF4H9P4ZmaCRnuDkk8olandCTUSwEdM GePmMMvpXHrb246Sbr9JPstkYLfw+sVauBC8pyXYnqkUJsdtHKD018tDddA/Si1r IsE1R35G2NbWXvZaL5cyhWag8psp8hlVaSfQK9M9S8RAl+M7vCNGYkskY7iQAZVZ fnsY6YHcSQ==];tokenproperties={defaultKey=encryptKey, certSignKey=signKey, crlSignKey=signKey};tokensequence=00000 2021-05-05 00:04:38,895+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:38+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-1183398315 2021-05-05 00:04:38,903+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:38+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;ejbca;-1183398315;6E58E813C5DF19A881398C17AFD88DF5BE558989;SYSTEMCA;msg=Certificate stored for username 'SYSTEMCA', fp=0e288e9fe375ed4fb0e6ef7c9c3289f8bc668c34, subjectDN 'UID=c-070c7fd514f33617a,CN=ManagementCA,O=EJBCA Container Quickstart', issuerDN 'UID=c-070c7fd514f33617a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=6E58E813C5DF19A881398C17AFD88DF5BE558989. 2021-05-05 00:04:38,904+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-2) Reloading CA certificate cache. 2021-05-05 00:04:38,983+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-2) Reloaded CA certificate cache with 1 certificates 2021-05-05 00:04:38,987+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:38+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-1183398315 2021-05-05 00:04:39,062+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:39+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/-1183398315 2021-05-05 00:04:39,094+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:39+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-1183398315 2021-05-05 00:04:39,282+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:39+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/create_crl 2021-05-05 00:04:39,306+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:39+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-1183398315 2021-05-05 00:04:39,310+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:39+00:00;CRL_STORED;SUCCESS;CRL;CORE;ejbca;-1183398315;;;msg=Stored CRL with CRLNumber=1, fingerprint=e49179e7ba11befaa56d1a135b28bfba5eda1c09, issuerDN 'UID=c-070c7fd514f33617a,CN=ManagementCA,O=EJBCA Container Quickstart'. 2021-05-05 00:04:39,310+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:39+00:00;CRL_CREATION;SUCCESS;CRL;CORE;ejbca;-1183398315;;;msg=Created CRL with number 1 for CA 'ManagementCA' with DN 'UID=c-070c7fd514f33617a,CN=ManagementCA,O=EJBCA Container Quickstart'. 2021-05-05 00:04:39,311+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:39+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-1183398315 2021-05-05 00:04:39,312+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:39+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-1183398315 2021-05-05 00:04:39,359+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-2) Reloading CA certificate cache. 2021-05-05 00:04:39,364+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-2) Reloaded CA certificate cache with 1 certificates 2021-05-05 00:04:39,397+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:39+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-1183398315 2021-05-05 00:04:39,406+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CAId for created CA: -1183398315 2021-05-05 00:04:39,407+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Created and published initial CRL. 2021-05-05 00:04:39,407+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA initialized 2021-05-05 00:04:39,407+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Note that any open browser sessions must be restarted to interact with this CA. 2021-05-05 00:04:43,269+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:04:43+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-1183398315 2021-05-05 00:04:46,891+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:46+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-1183398315 2021-05-05 00:04:47,000+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Using certificate profile: SERVER, with id: 9 2021-05-05 00:04:47,072+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Trying to add end entity: 2021-05-05 00:04:47,072+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Username: onap-ejbca-6fcdf65869-dj7wl 2021-05-05 00:04:47,072+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Password:
2021-05-05 00:04:47,073+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) DN: CN=onap-ejbca-6fcdf65869-dj7wl,O=EJBCA Container Quickstart,UID=c-070c7fd514f33617a 2021-05-05 00:04:47,073+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) CA Name: ManagementCA 2021-05-05 00:04:47,073+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) SubjectAltName: dnsName=onap-ejbca-6fcdf65869-dj7wl 2021-05-05 00:04:47,073+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Email: null 2021-05-05 00:04:47,073+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Type: 1 2021-05-05 00:04:47,073+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Token: JKS 2021-05-05 00:04:47,073+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Certificate profile: 9 2021-05-05 00:04:47,073+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) End entity profile: 1 2021-05-05 00:04:47,175+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:04:47+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-05-05 00:04:47,198+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:04:47+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;ejbca;-1183398315;;onap-ejbca-6fcdf65869-dj7wl;msg=Added end entity onap-ejbca-6fcdf65869-dj7wl.;caid=-1183398315;cardnumber=;certificateprofileid=9;endentityprofileid=1;hardtokenissuerid=0;status=10;subjectAltName=B64:ZG5zTmFtZT1vbmFwLWVqYmNhLTZmY2RmNjU4NjktZGo3d2w=;subjectDN=B64:VUlEPWMtMDcwYzdmZDUxNGYzMzYxN2EsQ049b25hcC1lamJjYS02ZmNkZjY1ODY5LWRqN3dsLE89RUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQ=;subjectEmail=;tokentype=3;type=1;username=onap-ejbca-6fcdf65869-dj7wl 2021-05-05 00:04:47,206+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) User 'onap-ejbca-6fcdf65869-dj7wl' has been added. 2021-05-05 00:04:47,206+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Note: If batch processing should be possible, also use 'ra setclearpwd onap-ejbca-6fcdf65869-dj7wl '. 2021-05-05 00:04:50,604+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:50+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-05-05 00:04:50,670+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:50+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;-1183398315;;onap-ejbca-6fcdf65869-dj7wl;msg=Edited end entity onap-ejbca-6fcdf65869-dj7wl, new status 10. 2021-05-05 00:04:50,680+0000 INFO [org.ejbca.ui.cli.ra.SetEndEntityStatusCommand] (main) New status for end entity onap-ejbca-6fcdf65869-dj7wl is 10 2021-05-05 00:04:54,304+0000 INFO [org.ejbca.ui.cli.ra.SetCleartextPasswordCommand] (main) Setting clear text password for user onap-ejbca-6fcdf65869-dj7wl 2021-05-05 00:04:54,373+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:04:54+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-05-05 00:04:54,375+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:04:54+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;-1183398315;;onap-ejbca-6fcdf65869-dj7wl;msg=Password changed for end entity onap-ejbca-6fcdf65869-dj7wl. 2021-05-05 00:04:58,154+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) Generating keys in directory /opt/primekey/tmp/tmp.JnwLki6Jaf. 2021-05-05 00:04:58,213+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) Loading configuration from defaults. 2021-05-05 00:04:58,248+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) Generating RSA keys of size 2048 for onap-ejbca-6fcdf65869-dj7wl. 2021-05-05 00:04:59,253+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:59+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;ejbca;-1183398315;;onap-ejbca-6fcdf65869-dj7wl;msg=Authenticated user onap-ejbca-6fcdf65869-dj7wl. 2021-05-05 00:04:59,267+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:59+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-1183398315 2021-05-05 00:04:59,268+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:59+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;ejbca;-1183398315;;onap-ejbca-6fcdf65869-dj7wl;subjectdn=UID=c-070c7fd514f33617a,CN=onap-ejbca-6fcdf65869-dj7wl,O=EJBCA Container Quickstart;requestX500name=null;subjectaltname=dnsName=onap-ejbca-6fcdf65869-dj7wl;certprofile=9;keyusage=-1;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzevR5b6O3LK0ynvF4+hihnog+fcN07egVHYr3Do5jR8yjkh3jssYFxf5SfbEGCAte8UsTrCsWuZk1sgxvcxJTvEMNgJxVXC84bVrGfF24e4qrF+LD1EfWsTDFb/OoBpdWrIx3mGZLQlkP10ctYUO3BJufs4SKl05jq3wdFAvhLQJYU0kNNsWlN4MZTmZXJUkoci0e5RNhANyZH/lLmO5+68gKdxf/xeZlk/3INWNcFlo0sRJWQO1N9Jxtng/0aS4xBqe8NR+j2dWLr9l9zk73mErrHXl6QHFU4TFzdWrPY7vzPpkH0XyVLgYllX06fGufnohV++seqqhrJu3efX4zwIDAQAB 2021-05-05 00:04:59,349+0000 INFO [org.cesecore.certificates.ca.internal.CertificateValidity] (default task-2) Limiting validity of certificate because requested start of validity (Tue May 04 23:54:59 UTC 2021) is before CA start of validity (Wed May 05 00:04:38 UTC 2021). 2021-05-05 00:04:59,373+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:59+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;ejbca;-1183398315;1FBB81C23C57C75350EB57D8FEDD31A36501CD78;onap-ejbca-6fcdf65869-dj7wl;msg=Certificate stored for username 'onap-ejbca-6fcdf65869-dj7wl', fp=fc322b9c11d954b35e6cf8098c28bc7167508db7, subjectDN 'UID=c-070c7fd514f33617a,CN=onap-ejbca-6fcdf65869-dj7wl,O=EJBCA Container Quickstart', issuerDN 'UID=c-070c7fd514f33617a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=1FBB81C23C57C75350EB57D8FEDD31A36501CD78. 2021-05-05 00:04:59,374+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:59+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;ejbca;-1183398315;1FBB81C23C57C75350EB57D8FEDD31A36501CD78;onap-ejbca-6fcdf65869-dj7wl;subjectdn=UID=c-070c7fd514f33617a,CN=onap-ejbca-6fcdf65869-dj7wl,O=EJBCA Container Quickstart;certprofile=9;issuancerevocationreason=-1;cert=MIIEfjCCAuagAwIBAgIUH7uBwjxXx1NQ61fY/t0xo2UBzXgwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDcwYzdmZDUxNGYzMzYxN2ExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNTA1MDAwNDM4WhcNMjMwNTA0MjM1NDU5WjBwMSMwIQYKCZImiZPyLGQBAQwTYy0wNzBjN2ZkNTE0ZjMzNjE3YTEkMCIGA1UEAwwbb25hcC1lamJjYS02ZmNkZjY1ODY5LWRqN3dsMSMwIQYDVQQKDBpFSkJDQSBDb250YWluZXIgUXVpY2tzdGFydDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM3r0eW+jtyytMp7xePoYoZ6IPn3DdO3oFR2K9w6OY0fMo5Id47LGBcX+Un2xBggLXvFLE6wrFrmZNbIMb3MSU7xDDYCcVVwvOG1axnxduHuKqxfiw9RH1rEwxW/zqAaXVqyMd5hmS0JZD9dHLWFDtwSbn7OEipdOY6t8HRQL4S0CWFNJDTbFpTeDGU5mVyVJKHItHuUTYQDcmR/5S5jufuvICncX/8XmZZP9yDVjXBZaNLESVkDtTfScbZ4P9GkuMQanvDUfo9nVi6/Zfc5O95hK6x15ekBxVOExc3Vqz2O78z6ZB9F8lS4GJZV9Onxrn56IVfvrHqqoaybt3n1+M8CAwEAAaOBnjCBmzAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFBD3D1DLQCfo3LDy3QkVVrHZiYYlMCYGA1UdEQQfMB2CG29uYXAtZWpiY2EtNmZjZGY2NTg2OS1kajd3bDATBgNVHSUEDDAKBggrBgEFBQcDATAdBgNVHQ4EFgQUfQHAPqvFFh/GPMYRpU3t4gVBQpYwDgYDVR0PAQH/BAQDAgWgMA0GCSqGSIb3DQEBCwUAA4IBgQCHkKi76q56R0IvOgbRa92eF9NaUSAIQI94RA50K9Oi+iAY7U6dBEdQgc5h1oKWSsqCEW6Lla+lEUhmFW9NR27Fk5/DW1iODa4Wq5tPyW7+1lmU+fb6wfpCYhWENmqMoY4tKCNBjRiA0JNlPkrSViVKNLRXcBTuc/OKDA+YNO/YQ/gQBTcOY9sTxq3lNtRPXMyDoaG/7JTKTYqkdbxW402KFfT8OL7lh20/ITHd3k5cwUzaRT/ZAyO8yo1+Qdb/vxPYgjlMwBzvupmJFLX9VrAjBI072G71gMDxaFXUsd9exzulHnB8ckdGf0hFsu5fc34Ag8EgXtp14fRn+1rvdmDZAj5FchkH1fcIbQcLGBZepI1X5iBV9my8VkQ0KMMKYfS30jET5UGxJVykdV6nvrf0sW4TS9rW2x4DKcg51exz4tfs8EHJVXZeaDRQMlZoAI98ml75Y5/mNPt4PcghbYgrNGbL9OiXE7i+kkB0hLUgC1c7r12NhicVisK+hxLhJks= 2021-05-05 00:04:59,376+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:04:59+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-1183398315;;onap-ejbca-6fcdf65869-dj7wl;msg=Edited end entity onap-ejbca-6fcdf65869-dj7wl, new status 40. 2021-05-05 00:04:59,376+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'onap-ejbca-6fcdf65869-dj7wl' to STATUS_GENERATED. 2021-05-05 00:04:59,470+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) Created Keystore for 'onap-ejbca-6fcdf65869-dj7wl'. 2021-05-05 00:04:59,552+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:04:59+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-05-05 00:04:59,553+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:04:59+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;-1183398315;;onap-ejbca-6fcdf65869-dj7wl;msg=Password changed for end entity onap-ejbca-6fcdf65869-dj7wl. 2021-05-05 00:04:59,560+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) New user generated successfully - onap-ejbca-6fcdf65869-dj7wl. 2021-05-05 00:04:59,899+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Certificate stored in file 2021-05-05 00:05:00,113+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Generated TLS certificate with fingerprint 58a9c21eb7f4c72d386c7f8a942f8cb819a71cad9fd0bfaf3114ca38801fb2c6. 2021-05-05 00:05:00,121+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Importing keystore /opt/primekey/secrets/persistent/tls/onap-ejbca-6fcdf65869-dj7wl/server.jks to /opt/primekey/tmp/tmp.JnwLki6Jaf/keystore.jks... 2021-05-05 00:05:00,121+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Entry for alias onap-ejbca-6fcdf65869-dj7wl successfully imported. 2021-05-05 00:05:00,121+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Entry for alias cacert successfully imported. 2021-05-05 00:05:00,121+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Import command completed: 2 entries successfully imported, 0 entries failed or cancelled 2021-05-05 00:05:10,880+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Will use application provided server side TLS keystore. 2021-05-05 00:05:14,282+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:05:14+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-1183398315 2021-05-05 00:05:18,274+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:05:18+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-1183398315 2021-05-05 00:05:18,488+0000 INFO [org.ejbca.ui.cli.ca.GetCaCertCommand] (main) Wrote CA certificate to '/opt/primekey/tmp/tmp.JnwLki6Jaf/cacert.der' using DER encoding. 2021-05-05 00:05:19,169+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Certificate was added to keystore 2021-05-05 00:05:22,827+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Enabling HTTPS listener on 0.0.0.0:8443 with optional client certificate authentication. 2021-05-05 00:05:28,174+0000 INFO [org.ejbca.ui.web.pub.HealthCheckServlet] (default task-2) All IPs are authorized. 2021-05-05 00:05:30,904+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Enabling HTTP listener on 0.0.0.0:8080. 2021-05-05 00:05:41,979+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Adding initial application RoleMember (";PublicAccessAuthenticationToken:TRANSPORT_ANY;"). 2021-05-05 00:05:45,484+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:05:45+00:00;ROLE_ACCESS_USER_ADDITION;SUCCESS;ROLES;CORE;ejbca;;;;msg=Added administrator aspect(s) to role Super Administrator Role.;id=1269356588;tokenType=PublicAccessAuthenticationToken;tokenIssuerId=0;tokenMatchKey=TRANSPORT_ANY (0);tokenMatchOperator=TYPE_UNUSED (0);tokenMatchValue=;roleId=1;nameSpace=;roleName=Super Administrator Role;description=Initial RoleMember. 2021-05-05 00:05:49,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-05-05 00:05:49,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ################################################################################################### 2021-05-05 00:05:49,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-05-05 00:05:49,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # Whenever you are ready for production: # 2021-05-05 00:05:49,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-05-05 00:05:49,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # Try out the commercially supported EJBCA Enterprise Cloud on AWS, fully featured with: # 2021-05-05 00:05:49,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Additional enrollment APIs such as a REST API, EST, ACME and more. # 2021-05-05 00:05:49,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Support for external Registration Authority and OCSP responders # 2021-05-05 00:05:49,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Hardware Security Module support # 2021-05-05 00:05:49,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Application updates # 2021-05-05 00:05:49,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - ...and more! # 2021-05-05 00:05:49,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-05-05 00:05:49,516+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-05-05 00:05:49,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # your specific needs. # 2021-05-05 00:05:49,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-05-05 00:05:49,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # https://aws.amazon.com/marketplace/seller-profile?id=7edf9048-58e6-4086-9d98-b8e0c1d78fce # 2021-05-05 00:05:49,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # https://www.primekey.com # 2021-05-05 00:05:49,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # sales@primekey.com # 2021-05-05 00:05:49,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-05-05 00:05:49,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ################################################################################################### 2021-05-05 00:05:49,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-05-05 00:05:49,531+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Waiting 5 seconds before signaling application readiness to ensure proper handling of PublicAccessAuthenticationToken. 2021-05-05 00:05:54,539+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Health check now reports application status at /ejbca/publicweb/healthcheck/ejbcahealth 2021-05-05 00:05:54,545+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-05-05 00:05:54,545+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ***************************************************************************************** 2021-05-05 00:05:54,545+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * A fresh installation was detected and a ManagementCA was created for your initial * 2021-05-05 00:05:54,545+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * access to the system. * 2021-05-05 00:05:54,545+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * * 2021-05-05 00:05:54,545+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * URL: https://onap-ejbca-6fcdf65869-dj7wl:443/ejbca/adminweb/ 2021-05-05 00:05:54,545+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * * 2021-05-05 00:05:54,545+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-05-05 00:05:54,545+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ***************************************************************************************** 2021-05-05 00:05:54,545+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-05-05 00:05:58,155+0000 INFO [org.apache.commons.configuration.PropertiesConfiguration] (default task-1) Reloading configuration. URL is file:/etc/ejbca/conf/web.properties 2021-05-05 00:05:58,352+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:05:58+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-05-05 00:05:58,355+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:05:58+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Global configuration with id 1 created. 2021-05-05 00:06:02,495+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:06:02+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-05-05 00:06:02,550+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:06:02+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.operationmode=ra 2021-05-05 00:06:06,579+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:06:06+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-1183398315 2021-05-05 00:06:06,800+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:06:06+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/-1183398315 2021-05-05 00:06:06,811+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:06:06+00:00;CA_EDITING;SUCCESS;CA;CORE;ejbca;-1183398315;;;msg=CA with id -1183398315 and name ManagementCA edited.;changed:cmpraauthsecret=ZibaCaktGubw6=;changed:catoken={version=8.0, cryptotokenid=560355647, 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-05-05 00:06:06,919+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:06:06+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-1183398315 2021-05-05 00:06:06,994+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:06:06+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-1183398315 2021-05-05 00:06:10,466+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:06:10+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-05-05 00:06:10,469+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:06:10+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.responseprotection=pbe 2021-05-05 00:06:14,368+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:06:14+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_certificate_profiles;resource1=/ca/-1 2021-05-05 00:06:14,384+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:06:14+00:00;CERTPROFILE_CREATION;SUCCESS;CERTIFICATEPROFILE;CORE;ejbca;;;;msg=New certificate profile CUSTOM_ENDUSER added successfully. 2021-05-05 00:06:14,579+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:06:14+00:00;RA_ADDEEPROFILE;SUCCESS;RA;EJBCA;ejbca;;;;msg=End entity profile Custom_EndEntity added. 2021-05-05 00:06:18,357+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:06:18+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-05-05 00:06:18,359+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:06:18+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.ra.certificateprofile=CUSTOM_ENDUSER 2021-05-05 00:06:21,879+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:06:21+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-05-05 00:06:21,881+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:06:21+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.ra.endentityprofileid=1356531849 2021-05-05 00:06:28,971+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:06:28+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-05-05 00:06:28,975+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:06:28+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-05-05 00:06:32,667+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:06:32+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-05-05 00:06:32,669+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:06:32+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.allowautomatickeyupdate=true 2021-05-05 00:06:36,262+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:06:36+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-05-05 00:06:36,264+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:06:36+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.responseprotection=pbe 2021-05-05 00:06:40,067+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:06:40+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-1183398315 2021-05-05 00:06:40,191+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:06:40+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-05-05 00:06:40,199+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:06:40+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;ejbca;-1183398315;;Node123;msg=Added end entity Node123.;caid=-1183398315;cardnumber=;certificateprofileid=1;endentityprofileid=1;hardtokenissuerid=0;status=10;subjectAltName=;subjectDN=B64:Q049Tm9kZTEyMw==;subjectEmail=;tokentype=1;type=1;username=Node123 2021-05-05 00:06:43,688+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:06:43+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-05-05 00:06:43,690+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:06:43+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;-1183398315;;Node123;msg=Password changed for end entity Node123. 2021-05-05 00:06:47,367+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:06:47+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-05-05 00:06:47,369+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 00:06:47+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.extractusernamecomponent=CN 2021-05-05 00:06:54,556+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:06:54+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-1183398315 2021-05-05 00:09:18,369+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 13) Reloading CA certificate cache. 2021-05-05 00:09:18,377+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 13) Reloaded CA certificate cache with 1 certificates 2021-05-05 00:14:18,379+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 24) Reloading CA certificate cache. 2021-05-05 00:14:18,387+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 24) Reloaded CA certificate cache with 1 certificates 2021-05-05 00:19:18,390+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 36) Reloading CA certificate cache. 2021-05-05 00:19:18,399+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 36) Reloaded CA certificate cache with 1 certificates 2021-05-05 00:21:25,515+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.77.242, for CMP alias: cmpRA 2021-05-05 00:21:25,531+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #08920a9364dd793588e427572ac07600 2021-05-05 00:21:25,561+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-05-05 00:21:25,570+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-05-05 00:21:25,593+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:21:25+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-05-05 00:21:25,612+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:21:25+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.77.242;-1183398315;;sdnc.simpledemo.onap.org;msg=Added end entity sdnc.simpledemo.onap.org.;caid=-1183398315;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-05-05 00:21:25,613+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:21:25+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.77.242;-1183398315;;sdnc.simpledemo.onap.org;msg=Authenticated user sdnc.simpledemo.onap.org. 2021-05-05 00:21:25,617+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:21:25+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-1183398315 2021-05-05 00:21:25,618+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:21:25+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;;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=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr7eK9jkxAnxkwqyHyt/OYqeL9S7nlsAOePD17NECvPFjvQhAE3Tpa/BRwMdLF4ORqWQw83eD5ld9vJ7TnmxNjHOWHC3NmyQ1oq4ML9X3fwHI1jWUjDnYrTGNLfboHLYNTt4EVSo+3kAsNaOmARi4DKZUR3TDyBuw6LueFvwEVi5KuCtZ1dgD/m43oOVEk0OxK3ha9ktovujBvuTHqA/8r1OnUwRaK7p94kSijc9iBUusD0QpKUEusiRQ2AXQRU2vffQWC8zhMH2gVmG/iitNLLLWmdRXrUK8Npih89149RD9HE2Fmv1KlcIVA/OsAW7jCeSdqHCzhObSfMLjYrcMqQIDAQAB 2021-05-05 00:21:25,650+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:21:25+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;10A05E0F45994A7D68183A4B05CB02F952332D5C;sdnc.simpledemo.onap.org;msg=Certificate stored for username 'sdnc.simpledemo.onap.org', fp=f1ded79fa5acf392dd3c1dbba97db44615716a9f, subjectDN 'CN=sdnc.simpledemo.onap.org,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-070c7fd514f33617a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=10A05E0F45994A7D68183A4B05CB02F952332D5C. 2021-05-05 00:21:25,651+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:21:25+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;10A05E0F45994A7D68183A4B05CB02F952332D5C;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+gAwIBAgIUEKBeD0WZSn1oGDpLBcsC+VIzLVwwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDcwYzdmZDUxNGYzMzYxN2ExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNTA1MDAxMTI1WhcNMjMwNTA1MDAxMTI1WjCBhzEhMB8GA1UEAwwYc2RuYy5zaW1wbGVkZW1vLm9uYXAub3JnMQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK+3ivY5MQJ8ZMKsh8rfzmKni/Uu55bADnjw9ezRArzxY70IQBN06WvwUcDHSxeDkalkMPN3g+ZXfbye055sTYxzlhwtzZskNaKuDC/V938ByNY1lIw52K0xjS326By2DU7eBFUqPt5ALDWjpgEYuAymVEd0w8gbsOi7nhb8BFYuSrgrWdXYA/5uN6DlRJNDsSt4WvZLaL7owb7kx6gP/K9Tp1MEWiu6feJEoo3PYgVLrA9EKSlBLrIkUNgF0EVNr330FgvM4TB9oFZhv4orTSyy1pnUV61CvDaYofPdePUQ/RxNhZr9SpXCFQPzrAFu4wnknahws4Tm0nzC42K3DKkCAwEAAaOBrzCBrDAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFBD3D1DLQCfo3LDy3QkVVrHZiYYlMCMGA1UdEQQcMBqCGHNkbmMuc2ltcGxlZGVtby5vbmFwLm9yZzAnBgNVHSUEIDAeBggrBgEFBQcDAgYIKwYBBQUHAwQGCCsGAQUFBwMBMB0GA1UdDgQWBBSkEy0BgKz7p4WOAwovlBHMoXClyzAOBgNVHQ8BAf8EBAMCBeAwDQYJKoZIhvcNAQELBQADggGBADfFj1A4D0fbEw3VCHiFkP97G/y1X5MZykAgAaEVzvpV2NIpRedqByJmOhjzqdScuxxXz9OIl+0/xcrvAq0RGK2AQybu7CdNFI2vFMKYlFS5IFsmCmS/5ieGR0NjahTflwrOXD1Vhg1PDZhDYfpd2zIyBfO/b4UOEQwPXq9yCa2MnKho60a1VWPPyrg4hZWt+mqwa/dNtzwklOKDXu5DsnQyGG3brYCWZl4vr+eBvNH7fvAPsyq/petktfW9PGhwWRPjbaUrzrFqE6ilP72/D2J/3pyXnR47Oz821cEC1ahEwNQEssbAg7RA0wl3XyAyuWm71XTwUX+4oHR/fJcQz4pwxf2GNXe35q+7YyiSj+jkDxvxbl0Wt5L7URzdLWwWlz5j7739g2/0NvI0VfFm3YNj8V2UVGaZj2+yg5NlDjRJPtaM1tr5vcdYx79SRhp0hA+BCNaBAkSyTRYqFMa6jbGxAsYbw7HS+l/Si2sXNDKpv8pXg1cCOpNKAFEvjxlQ8A== 2021-05-05 00:21:25,671+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 00:21:25+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-1183398315;;sdnc.simpledemo.onap.org;msg=Edited end entity sdnc.simpledemo.onap.org, new status 40. 2021-05-05 00:21:25,671+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'sdnc.simpledemo.onap.org' to STATUS_GENERATED. 2021-05-05 00:21:25,696+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.77.242, process time 180. 2021-05-05 00:24:18,402+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 48) Reloading CA certificate cache. 2021-05-05 00:24:18,410+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 48) Reloaded CA certificate cache with 1 certificates 2021-05-05 00:26:53,206+0000 WARN [org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory] (EJB default - 55) IJ030027: Destroying connection that is not valid, due to the following exception: org.mariadb.jdbc.MariaDbConnection@1c893ae2: java.sql.SQLNonTransientConnectionException: (conn=63) 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.authorization.cache.AccessTreeUpdateSessionBean.getAccessTreeUpdateNumber(AccessTreeUpdateSessionBean.java:45) at sun.reflect.GeneratedMethodAccessor177.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: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.authorization.cache.AccessTreeUpdateSessionLocal$$$view86.getAccessTreeUpdateNumber(Unknown Source) at org.cesecore.authorization.AuthorizationSessionBean.refreshAuthorizationCache(AuthorizationSessionBean.java:185) at sun.reflect.GeneratedMethodAccessor266.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: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.authorization.AuthorizationSessionLocal$$$view64.refreshAuthorizationCache(Unknown Source) at org.cesecore.authorization.AuthorizationSessionBean.timeOut(AuthorizationSessionBean.java:106) at sun.reflect.GeneratedMethodAccessor265.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.WeavedInterceptor.processInvocation(WeavedInterceptor.java:50) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:61) 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:103) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:61) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:50) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:61) 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: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.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) 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.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.ejb3.timerservice.TimedObjectInvokerImpl.callTimeout(TimedObjectInvokerImpl.java:99) at org.jboss.as.ejb3.timerservice.TimedObjectInvokerImpl.callTimeout(TimedObjectInvokerImpl.java:109) at org.jboss.as.ejb3.timerservice.TimerTask.invokeBeanMethod(TimerTask.java:189) at org.jboss.as.ejb3.timerservice.TimerTask.callTimeout(TimerTask.java:185) at org.jboss.as.ejb3.timerservice.TimerTask.run(TimerTask.java:159) at org.jboss.as.ejb3.timerservice.TimerServiceImpl$Task$1.run(TimerServiceImpl.java:1296) at org.wildfly.extension.requestcontroller.RequestController$QueuedTask$1.run(RequestController.java:494) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.jboss.threads.JBossThread.run(JBossThread.java:485) 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) ... 223 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) ... 224 more 2021-05-05 00:26:53,211+0000 WARN [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (EJB default - 55) IJ000621: Destroying connection that could not be validated: org.jboss.jca.core.connectionmanager.listener.TxConnectionListener@46766083[state=NORMAL managed connection=org.jboss.jca.adapters.jdbc.local.LocalManagedConnection@457e617 connection handles=0 lastReturned=1620174392660 lastValidated=1620173028263 lastCheckedOut=1620174392659 trackByTx=false pool=org.jboss.jca.core.connectionmanager.pool.strategy.OnePool@7a45a664 mcp=SemaphoreConcurrentLinkedQueueManagedConnectionPool@712b556e[pool=appds] xaResource=LocalXAResourceImpl@3e118d77[connectionListener=46766083 connectionManager=1c6e1dbb warned=false currentXid=null productName=MySQL productVersion=10.5.8-MariaDB-log jndiName=java:/AppDS] txSync=null] 2021-05-05 00:29:18,412+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 60) Reloading CA certificate cache. 2021-05-05 00:29:18,421+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 60) Reloaded CA certificate cache with 1 certificates 2021-05-05 00:34:18,422+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 72) Reloading CA certificate cache. 2021-05-05 00:34:18,430+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 72) Reloaded CA certificate cache with 1 certificates 2021-05-05 00:39:18,433+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 84) Reloading CA certificate cache. 2021-05-05 00:39:18,444+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 84) Reloaded CA certificate cache with 1 certificates 2021-05-05 00:44:18,445+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 96) Reloading CA certificate cache. 2021-05-05 00:44:18,451+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 96) Reloaded CA certificate cache with 1 certificates 2021-05-05 00:49:18,452+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 8) Reloading CA certificate cache. 2021-05-05 00:49:18,470+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 8) Reloaded CA certificate cache with 1 certificates 2021-05-05 00:54:18,471+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 20) Reloading CA certificate cache. 2021-05-05 00:54:18,477+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 20) Reloaded CA certificate cache with 1 certificates 2021-05-05 00:59:18,478+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 32) Reloading CA certificate cache. 2021-05-05 00:59:18,483+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 32) Reloaded CA certificate cache with 1 certificates 2021-05-05 01:04:18,485+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 45) Reloading CA certificate cache. 2021-05-05 01:04:18,492+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 45) Reloaded CA certificate cache with 1 certificates 2021-05-05 01:09:18,505+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 57) Reloading CA certificate cache. 2021-05-05 01:09:18,514+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 57) Reloaded CA certificate cache with 1 certificates 2021-05-05 01:14:18,515+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 69) Reloading CA certificate cache. 2021-05-05 01:14:18,521+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 69) Reloaded CA certificate cache with 1 certificates 2021-05-05 01:18:26,074+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.77.242, for CMP alias: cmpRA 2021-05-05 01:18:26,078+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #8eb8f2e51212599ac0631678b3a41921 2021-05-05 01:18:26,096+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-05-05 01:18:26,099+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-05-05 01:18:26,136+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:18:26+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-05-05 01:18:26,155+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:18:26+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.77.242;-1183398315;;dcae-datafile-collector;msg=Added end entity dcae-datafile-collector.;caid=-1183398315;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-05-05 01:18:26,156+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:18:26+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.77.242;-1183398315;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-05-05 01:18:26,158+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:18:26+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-1183398315 2021-05-05 01:18:26,158+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:18:26+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;;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=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmeG2+2z7La3L8uRWvnmKEvgmiXhk+Nk0EOTEUGP0jBktfgsXE4Brcd/wk/bX7AgysvrQe/A4XsmW5Z3+qEDsgO5zOP6c5G/eRClpFomPn+pU1wnGS8v46MM20c5DV0Xg4wflmGRARNLcLKhmdT1nsOVcBOTT/mnnAVQumBw9/tnU7i5GL9KEpFqXKQLbwN2JwrC36BvRpyhjmQuYG20GSdpvgOGf9mrM8L1Aj82w2PDUhg58UevsEM0m+pOP3K25HOKwBAd0oOXuWhmuC2mPmaOVgFqrKfjdJusQkwgm7QM7fmrmGD7NPUbgpoRhlbyatMZjbeW3i9OtG6mFin8W8wIDAQAB 2021-05-05 01:18:26,189+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:18:26+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;50836F5E087A196488D92C577D693359171EB98E;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=313d37cf5a7b18fe221e1294ac5384c3d2f509d4, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-070c7fd514f33617a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=50836F5E087A196488D92C577D693359171EB98E. 2021-05-05 01:18:26,190+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:18:26+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;50836F5E087A196488D92C577D693359171EB98E;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=MIIEwzCCAyugAwIBAgIUUINvXgh6GWSI2SxXfWkzWRceuY4wDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDcwYzdmZDUxNGYzMzYxN2ExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNTA1MDEwODI2WhcNMjMwNTA1MDEwODI2WjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmeG2+2z7La3L8uRWvnmKEvgmiXhk+Nk0EOTEUGP0jBktfgsXE4Brcd/wk/bX7AgysvrQe/A4XsmW5Z3+qEDsgO5zOP6c5G/eRClpFomPn+pU1wnGS8v46MM20c5DV0Xg4wflmGRARNLcLKhmdT1nsOVcBOTT/mnnAVQumBw9/tnU7i5GL9KEpFqXKQLbwN2JwrC36BvRpyhjmQuYG20GSdpvgOGf9mrM8L1Aj82w2PDUhg58UevsEM0m+pOP3K25HOKwBAd0oOXuWhmuC2mPmaOVgFqrKfjdJusQkwgm7QM7fmrmGD7NPUbgpoRhlbyatMZjbeW3i9OtG6mFin8W8wIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUEPcPUMtAJ+jcsPLdCRVWsdmJhiUwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUFILwGjNYLAogJUFhCI+ULRHATMQwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQApkhFxQ8AKWgENj6NNc3psX+B8/Uj6me+kRx15ewWC0kMlfdmpUGstL3F8Wxakx5OHmak5pHJ1SMCJeNCfo3dGEah1Awe9u5QCNmwMg3nFNcZAx4FNZjlicKw4HZX2H36OInJVqgFYz9v/qdvOJIDX6Y/3tfegTTbUg+XQn8BLxFB2QhbYxRzX4RSrTsmEfrwrz6PmW0oGfvwWDkrLi0uKXa00dXcolRXLeALtrKRZuHbnx53mk+BWR7chbzXc1kelaf7N8WUtVkbajvA+1+yQSrXzREDniEKfRStNEraxDtKtjr6/dpx3fO6bd0yxx9gc631gpWigHvqMIbQPQiNxeJu3B+jT0bp0hH9sNx6+3XdQlHXirS/AFTYnEQVhqocJmknEER7zw6iZLDYg+Zfkvj1wxXJZHlZ3cLO0KcBOyi96eYX0KQvCX1aPxYRDwmIO3M+sxgIacr8OwJeJTzxxDxPurwAjgTXn+rG+cMVr1Xpo/uKhzmNCu7UwpgnQwqg= 2021-05-05 01:18:26,194+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:18:26+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-1183398315;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-05-05 01:18:26,194+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-05-05 01:18:26,213+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.77.242, process time 139. 2021-05-05 01:19:18,522+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 81) Reloading CA certificate cache. 2021-05-05 01:19:18,533+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 81) Reloaded CA certificate cache with 1 certificates 2021-05-05 01:19:19,662+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.77.242, for CMP alias: cmpRA 2021-05-05 01:19:19,665+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #d284e9551e8d1a26d67757f48d1c6afa 2021-05-05 01:19:19,671+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-05-05 01:19:19,672+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-05-05 01:19:19,693+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:19:19+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-05-05 01:19:19,699+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:19:19+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.77.242;-1183398315;;pnf-simulator;msg=Added end entity pnf-simulator.;caid=-1183398315;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT1wbmYtc2ltdWxhdG9y;subjectDN=B64:Q049cG5mLXNpbXVsYXRvcixPVT1PTkFQLE89TGludXgtRm91bmRhdGlvbixMPVNhbi1GcmFuY2lzY28sU1Q9Q2FsaWZvcm5pYSxDPVVT;subjectEmail=;tokentype=1;type=1;username=pnf-simulator 2021-05-05 01:19:19,700+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:19:19+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.77.242;-1183398315;;pnf-simulator;msg=Authenticated user pnf-simulator. 2021-05-05 01:19:19,701+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:19:19+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-1183398315 2021-05-05 01:19:19,702+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:19:19+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;;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=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiygC5i5/DVIfuMbsQWEkHvhXt9DU5GwFCk0WT/YMy46oySr47/qSXkp9HbPrPGwbBlW5jMD0gyqp1eNwNVieCLXJTDq47lUMZcgLXdAdTI5Pfij4d7mAXBKJDKekgGAt1TND5rkf1YMEEJOtnbbGDIZonXFaElW+gGU1slRtywKe6HytAdSLBShcxZofiaHnlKtJyNYNyh9CzEOgk9yfCR8ikKh7guDB/AggcXXnrV8kgUHobdyqomL8qgnVviCCg/xTnCBxS8AZ4XbnzvVPk4crcF2VXjcs3/zQjh9sA6eG7KlYWlIS9pHs5nhUq/596Uzt63MEGmvE8rcRFqxbPwIDAQAB 2021-05-05 01:19:19,719+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:19:19+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;70B01AE1D7D38E098A4D9CC73463AD11FF3C5170;pnf-simulator;msg=Certificate stored for username 'pnf-simulator', fp=68a6bb7285830d542bcf086688d5907c5f8c39d9, subjectDN 'CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-070c7fd514f33617a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=70B01AE1D7D38E098A4D9CC73463AD11FF3C5170. 2021-05-05 01:19:19,719+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:19:19+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;70B01AE1D7D38E098A4D9CC73463AD11FF3C5170;pnf-simulator;subjectdn=CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEkDCCAvigAwIBAgIUcLAa4dfTjgmKTZzHNGOtEf88UXAwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDcwYzdmZDUxNGYzMzYxN2ExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNTA1MDEwOTE5WhcNMjMwNTA1MDEwOTE5WjB8MRYwFAYDVQQDDA1wbmYtc2ltdWxhdG9yMQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAIsoAuYufw1SH7jG7EFhJB74V7fQ1ORsBQpNFk/2DMuOqMkq+O/6kl5KfR2z6zxsGwZVuYzA9IMqqdXjcDVYngi1yUw6uO5VDGXIC13QHUyOT34o+He5gFwSiQynpIBgLdUzQ+a5H9WDBBCTrZ22xgyGaJ1xWhJVvoBlNbJUbcsCnuh8rQHUiwUoXMWaH4mh55SrScjWDcofQsxDoJPcnwkfIpCoe4LgwfwIIHF1561fJIFB6G3cqqJi/KoJ1b4ggoP8U5wgcUvAGeF25871T5OHK3BdlV43LN/80I4fbAOnhuypWFpSEvaR7OZ4VKv+felM7etzBBprxPK3ERasWz8CAwEAAaOBpDCBoTAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFBD3D1DLQCfo3LDy3QkVVrHZiYYlMBgGA1UdEQQRMA+CDXBuZi1zaW11bGF0b3IwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUH4TPdK3fk20YnMtOXVLp9oK5S60wDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQBdCjIP7dxZ8YCw/Qz6kc5X39fazEnNJRatWWD/NVsL9DS+y4xW1HI5XY2KxY+9eNaMguRRkbdxRSwjVU2OY79qgV3m1KlKMDxvlmxxhYOTUZn7J34HaYz87sHDdAYx/1iYj5Kt/MzOfK2hEkWAyx4X5DWsWAabVzqRKDWBLjCoBHTwy1ED8Q8wkaszgjFvWX7iDs8xFGuEBSQ0Ai4RSnbctgLCdepLJlwIXuzceOQ6vXchGhOyE0cpD/V0qCrb5FIMxVzIU2KDgvOmDRACBUZ33LfrJc9+fsSAiEXS/SQL6C/nz9lugWey6lhZqTJdNAllllPaM/8AYS7s3LVw6PDunVk2QimVcsFij0tBRFTZDmjPmPGR6DpL6DJ2dvf//T+tk3LwZbPqD4JxXlIUAEUnZxuOBsu9qH/jBj+OrVjXNLyyzsq1RCNl58X4AbxomNi9Cx/mpB1p6Jvf21xpG1Rn9jksAymyVUGXDFZSVFMKmMT6bcwmhp9u695AT+0CrZE= 2021-05-05 01:19:19,724+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:19:19+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-1183398315;;pnf-simulator;msg=Edited end entity pnf-simulator, new status 40. 2021-05-05 01:19:19,724+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'pnf-simulator' to STATUS_GENERATED. 2021-05-05 01:19:19,733+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.77.242, process time 71. 2021-05-05 01:21:40,179+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.77.242, for CMP alias: cmpRA 2021-05-05 01:21:40,181+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #02726a4be584127f6b311e92c10c6b58 2021-05-05 01:21:40,186+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-05-05 01:21:40,187+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-05-05 01:21:40,208+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:21:40+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-05-05 01:21:40,214+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:21:40+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.77.242;-1183398315;;dcae-ves-collector-cmpv2-cert;msg=Added end entity dcae-ves-collector-cmpv2-cert.;caid=-1183398315;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-05-05 01:21:40,217+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:21:40+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.77.242;-1183398315;;dcae-ves-collector-cmpv2-cert;msg=Authenticated user dcae-ves-collector-cmpv2-cert. 2021-05-05 01:21:40,219+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:21:40+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-1183398315 2021-05-05 01:21:40,219+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:21:40+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;;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=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0Mp5EPzxkmh4K96Atm7Rw8IRn2OvkfigRZW63cQSkN4sNLKuGxw54yuxhd+HwOJqSr5baiAu4smD7NtWQqT/doBtBYjR93cau5I9gwYDh0bVfevfbSQHEUYwdvDzVgWtDjiiWuhqQ1uJwF+rQnJSBmXGYm/d2l2d5ayVtmpTbG3HG8YPGIxVD9Z62h6ZnIeKUQznzLpOMfqIi9Wun8lbbYEq4ybf2NdCNtZ8ZLYnXl538tFecUSPAcShSeBsSqM9srHQI9Ynx4DR6erjiUg5FeKd0VpHUdAuB1kr6oJmqLsMKhipj7n/m4GiKI8+NHx+S72ZGaq2NMWyZSfOd2kkYwIDAQAB 2021-05-05 01:21:40,238+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:21:40+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;411B83921E6D70CB7561C8B469534B6BF6F4F1B6;dcae-ves-collector-cmpv2-cert;msg=Certificate stored for username 'dcae-ves-collector-cmpv2-cert', fp=c867c16159657b19e093f2db2a786c4d7d978905, subjectDN 'CN=dcae-ves-collector-cmpv2-cert,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-070c7fd514f33617a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=411B83921E6D70CB7561C8B469534B6BF6F4F1B6. 2021-05-05 01:21:40,238+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:21:40+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;411B83921E6D70CB7561C8B469534B6BF6F4F1B6;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=MIIE2zCCA0OgAwIBAgIUQRuDkh5tcMt1Yci0aVNLa/b08bYwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDcwYzdmZDUxNGYzMzYxN2ExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNTA1MDExMTQwWhcNMjMwNTA1MDExMTQwWjCBjDEmMCQGA1UEAwwdZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0Mp5EPzxkmh4K96Atm7Rw8IRn2OvkfigRZW63cQSkN4sNLKuGxw54yuxhd+HwOJqSr5baiAu4smD7NtWQqT/doBtBYjR93cau5I9gwYDh0bVfevfbSQHEUYwdvDzVgWtDjiiWuhqQ1uJwF+rQnJSBmXGYm/d2l2d5ayVtmpTbG3HG8YPGIxVD9Z62h6ZnIeKUQznzLpOMfqIi9Wun8lbbYEq4ybf2NdCNtZ8ZLYnXl538tFecUSPAcShSeBsSqM9srHQI9Ynx4DR6erjiUg5FeKd0VpHUdAuB1kr6oJmqLsMKhipj7n/m4GiKI8+NHx+S72ZGaq2NMWyZSfOd2kkYwIDAQABo4HeMIHbMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUEPcPUMtAJ+jcsPLdCRVWsdmJhiUwUgYDVR0RBEswSYIdZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnSCGHZlcy1jb2xsZWN0b3ItY21wdjItY2VydIIOdmVzLWNtcHYyLWNlcnQwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUJe9eZnvs1C2G9H3uZvA83RsgZrUwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQAgxcRENdp8wT1l4xw5mOkXRrHF3OKZv0QE3Oo4/I1dldNFzVrxevx7wmosCOnrRvIwtLXhnNVRtFSHRCME0pbYHXhPf4JLi+85lp0brBPkt3rJ2QvTylMn27mSwYfxeukpGMjUAdgqsY8C4Ase7vfmBqiQqtiX8Nkb+INyhhHk97szSeDfso49YNE4njYsd7h0xvoEkJMTKC1u0OwTqT6eJbEMKuZu6nJ5mnXis0UjR9WOEZ2J7Opk0UhKbEBfmplwxjjo2a84LZTA4a2xhR9T9dj8uGso9oSXlS9hjLbIfe7vbdKqBBBbxBePX4qEUrg/4xDcfXwi6ARlCk44PhKPADay31xcaxtM7sLnbup2mM12UltCcgyqBNhxVNLgFxZGhBxP2F45bEB+WG1nG0gdAC5Eu2Qgmr8g1UYPZj7aPhg5nvxIImyrD+Ovc2WlEjVUnWxTBvqLndKiYcjgCpI1cxoYnxXdxxIk/Jx05lLs23kMmG7RVZpngRmKUfuutY4= 2021-05-05 01:21:40,249+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:21:40+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-1183398315;;dcae-ves-collector-cmpv2-cert;msg=Edited end entity dcae-ves-collector-cmpv2-cert, new status 40. 2021-05-05 01:21:40,249+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-ves-collector-cmpv2-cert' to STATUS_GENERATED. 2021-05-05 01:21:40,260+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.77.242, process time 81. 2021-05-05 01:23:06,680+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.77.242, for CMP alias: cmpRA 2021-05-05 01:23:06,683+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #b5143b986dc69ce9edc821377eb3146b 2021-05-05 01:23:06,689+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-05-05 01:23:06,690+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-05-05 01:23:06,705+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:06+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-05-05 01:23:06,712+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:06+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.77.242;-1183398315;;dcae-ves-collector-for-bulkpm-over-https;msg=Added end entity dcae-ves-collector-for-bulkpm-over-https.;caid=-1183398315;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-05-05 01:23:06,716+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:06+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.77.242;-1183398315;;dcae-ves-collector-for-bulkpm-over-https;msg=Authenticated user dcae-ves-collector-for-bulkpm-over-https. 2021-05-05 01:23:06,717+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:06+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-1183398315 2021-05-05 01:23:06,718+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:06+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;;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=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAimNPbcJd1Y1yOLDfHYCzlJwJjAycKt00o6fOWONnoK0iAA6Dvuc52h12VNWxc/rh3tBQRAGxcS6Ern1SWbGB2vX7/glU4PUO7W+GOWSc42PXDHHy3xAOn0Pn3zn0a56sYDd1aLx+tPq79sx3IzsMuM39hIqeuI48dCz1X/iMD+1d0k7UdVwR4xMRoLl6G1MM+u0hYurg4h/lrvTHxflH3yOPFFGFbaIJCR2Wi++qXoRvKjpm80eO9iql5X68afE+aC5pINs3Wf4hqQVEEghmKwPbgy+mzhZx8uj57hw28tFfFJUVY3HaKG2lvMeleakKqFP7gVFYSceyAi1mcvwHaQIDAQAB 2021-05-05 01:23:06,735+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:06+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;BB59E671890CCA02C0D0F477EF2C2CAD5C42C80;dcae-ves-collector-for-bulkpm-over-https;msg=Certificate stored for username 'dcae-ves-collector-for-bulkpm-over-https', fp=49d3ebb66d6a61fefbb4f2a62c90933a98f43904, subjectDN 'CN=dcae-ves-collector-for-bulkpm-over-https,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-070c7fd514f33617a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=BB59E671890CCA02C0D0F477EF2C2CAD5C42C80. 2021-05-05 01:23:06,736+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:06+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;BB59E671890CCA02C0D0F477EF2C2CAD5C42C80;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=MIIE8TCCA1mgAwIBAgIUC7WeZxiQzKAsDQ9HfvLCytXELIAwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDcwYzdmZDUxNGYzMzYxN2ExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNTA1MDExMzA2WhcNMjMwNTA1MDExMzA2WjCBlzExMC8GA1UEAwwoZGNhZS12ZXMtY29sbGVjdG9yLWZvci1idWxrcG0tb3Zlci1odHRwczENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCKY09twl3VjXI4sN8dgLOUnAmMDJwq3TSjp85Y42egrSIADoO+5znaHXZU1bFz+uHe0FBEAbFxLoSufVJZsYHa9fv+CVTg9Q7tb4Y5ZJzjY9cMcfLfEA6fQ+ffOfRrnqxgN3VovH60+rv2zHcjOwy4zf2Eip64jjx0LPVf+IwP7V3STtR1XBHjExGguXobUwz67SFi6uDiH+Wu9MfF+UffI48UUYVtogkJHZaL76pehG8qOmbzR472KqXlfrxp8T5oLmkg2zdZ/iGpBUQSCGYrA9uDL6bOFnHy6PnuHDby0V8UlRVjcdoobaW8x6V5qQqoU/uBUVhJx7ICLWZy/AdpAgMBAAGjgekwgeYwDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBQQ9w9Qy0An6Nyw8t0JFVax2YmGJTBdBgNVHREEVjBUgihkY2FlLXZlcy1jb2xsZWN0b3ItZm9yLWJ1bGtwbS1vdmVyLWh0dHBzghh2ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnSCDnZlcy1jbXB2Mi1jZXJ0MCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFGMYGeS1cCjSj6z+BrIbELrn38SbMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAWwryLxvcrseRURUnAh4OyAfg+cm8ZnBTuV82ouCrZLVktUfPIGNNN3erklxByT4HzRUUwqgzSW+IJ8lBffJiWcjaKWX+gBajtEgnoRDEX6zZ+ut3YgDG/WwkxnAbPH8mehXL5rM9OUbS87mDt4HQqXj51OkVJHP7+poQaLW1Xi6TcE9vJHR09zd4FTzPw8uMVmzjYwxNlf2ZtETrstFH8zB51wi8ovOMibHo2exzlA/GJnoGAogUEzQWkYwYkw+eF3OlbHaewU/qJN8irPCwIDeLni6W4ejoPAZ8LSRl4RyOXDlV0f5R61OZUHI/1ECg3/2jqYjBGZP+Ze4OdIpc32mPNu0ahnkDUiZb407GdvUQVhul/iEHc16ajkajY0mBCkM5SaR6+pDEcswcvQrCld+PBwV8IpsngXwgwrHJuOjPQa0vAODkSGEeYGj7+o3CaGdswTkYGNHuHce2K9/SsKf1jmEiqypRVdeg1JhflkqOCWDvUYYZfmNhryQ7u8Qd 2021-05-05 01:23:06,740+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:06+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-1183398315;;dcae-ves-collector-for-bulkpm-over-https;msg=Edited end entity dcae-ves-collector-for-bulkpm-over-https, new status 40. 2021-05-05 01:23:06,740+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-05-05 01:23:06,750+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.77.242, process time 70. 2021-05-05 01:23:44,114+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.77.242, for CMP alias: cmpRA 2021-05-05 01:23:44,119+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #325ac5afbbcbd4b3b2d7ad02cd05bcba 2021-05-05 01:23:44,127+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-05-05 01:23:44,130+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-05-05 01:23:44,163+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:44+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-05-05 01:23:44,172+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:44+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.77.242;-1183398315;;https-server;msg=Added end entity https-server.;caid=-1183398315;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT1odHRwcy1zZXJ2ZXI=;subjectDN=B64:Q049aHR0cHMtc2VydmVyLE9VPU9OQVAsTz1MaW51eC1Gb3VuZGF0aW9uLEw9U2FuLUZyYW5jaXNjbyxTVD1DYWxpZm9ybmlhLEM9VVM=;subjectEmail=;tokentype=1;type=1;username=https-server 2021-05-05 01:23:44,175+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:44+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.77.242;-1183398315;;https-server;msg=Authenticated user https-server. 2021-05-05 01:23:44,177+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:44+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-1183398315 2021-05-05 01:23:44,178+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:44+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;;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=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlDAw7RJ0F4XKCBsmjA68d/znLBd5ETxHd10iYVq1jJgsR8+1Yjdu0s23fc67YE3/KR2ik0WsLz1/8Udg9oLg9Yq5jAXFjpG0C+v3Mj8VmsaotzKavPZti6/iKtuD1NCeCbYrJdaTV+1N9Zsz9ITpqzefw3sE1TQZ0KcL83X2TgRSD0UgRI7T+EG3BMY9vUPP+su2yexssnpwnVq2oaCIsXGHsd/nroqUq7OTUBH35LTS1YS2IBAxdm5qvp+JWQmaLDGbn2z/Xw2yWyPiy54X6n2QtrJA+TpfApMt1LrVkj0zoRorIfPUlfcFauSCQ/kY/5EeesEVlIlwVhC/E8DCmQIDAQAB 2021-05-05 01:23:44,205+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:44+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;84BE441F69C818BC009C170A34C7C218D9EBC13;https-server;msg=Certificate stored for username 'https-server', fp=bb8a1a3fa8fabe051be35963dad9317328d21c00, subjectDN 'CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-070c7fd514f33617a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=84BE441F69C818BC009C170A34C7C218D9EBC13. 2021-05-05 01:23:44,205+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:44+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;84BE441F69C818BC009C170A34C7C218D9EBC13;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEjjCCAvagAwIBAgIUCEvkQfacgYvACcFwo0x8IY2evBMwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDcwYzdmZDUxNGYzMzYxN2ExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNTA1MDExMzQ0WhcNMjMwNTA1MDExMzQ0WjB7MRUwEwYDVQQDDAxodHRwcy1zZXJ2ZXIxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlDAw7RJ0F4XKCBsmjA68d/znLBd5ETxHd10iYVq1jJgsR8+1Yjdu0s23fc67YE3/KR2ik0WsLz1/8Udg9oLg9Yq5jAXFjpG0C+v3Mj8VmsaotzKavPZti6/iKtuD1NCeCbYrJdaTV+1N9Zsz9ITpqzefw3sE1TQZ0KcL83X2TgRSD0UgRI7T+EG3BMY9vUPP+su2yexssnpwnVq2oaCIsXGHsd/nroqUq7OTUBH35LTS1YS2IBAxdm5qvp+JWQmaLDGbn2z/Xw2yWyPiy54X6n2QtrJA+TpfApMt1LrVkj0zoRorIfPUlfcFauSCQ/kY/5EeesEVlIlwVhC/E8DCmQIDAQABo4GjMIGgMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUEPcPUMtAJ+jcsPLdCRVWsdmJhiUwFwYDVR0RBBAwDoIMaHR0cHMtc2VydmVyMCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFEVWwD1+KCVSfOCpYy12Zq1gPm3wMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAnnv9Wtyy8QgNNZ4Eb5ovpkE+pXaECBtGkvifx2Q89wzOk1b4IhH1/R/ygq9MiLaCiW3aATilNirmJeoH/TBHM6zoMC9lCZJOeQTyaR1zzmVifM5T16rZkJZQSm12PA3KgJtYmSiWNvflb6JT96Pz8beb1CfJxybC1pZCY8QXgLwLPzBE3+jTcyY8nz/XX/qa3Ja7wHKM8Kgil9e0Tv1sFHjkDw4S/FnBPpfblI1l3jnPPgDbpMDDOVipgMHyFxKpEsbRpSL86avpvNoJ8sttK0reDcED9R2sH4GSa06M3lAhfpHxONr+81ulGubGGb/IxmD5KO52rXh5TiOeJ8FEGa4bCy3DDkueBBr8g3yue3hPOkzjlMGvVXm/Us6+sV8quvuDNC7hMB5qNYZTu8wSx9ca0PwDT8SOz06lPAWYxzHyTsu3lWfQnqGq5x9GlGSoIqPNQ/YiklIpK3hnl5+NjbV64EEi9iLUSvHVjYmhjaO6pjK3fhns9+KF0w/c9KxV 2021-05-05 01:23:44,213+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:44+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-1183398315;;https-server;msg=Edited end entity https-server, new status 40. 2021-05-05 01:23:44,214+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'https-server' to STATUS_GENERATED. 2021-05-05 01:23:44,254+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.77.242, process time 140. 2021-05-05 01:23:49,665+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.77.242, for CMP alias: cmpRA 2021-05-05 01:23:49,666+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #33ba6b5ca0ca172f5ef5ef5d1286884f 2021-05-05 01:23:49,674+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-05-05 01:23:49,675+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-05-05 01:23:49,693+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:49+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-05-05 01:23:49,698+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:49+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.77.242;-1183398315;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Added end entity dcae-ves-collector-cmpv2-cert-wrong-sans.;caid=-1183398315;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-05-05 01:23:49,699+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:49+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.77.242;-1183398315;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Authenticated user dcae-ves-collector-cmpv2-cert-wrong-sans. 2021-05-05 01:23:49,700+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:49+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-1183398315 2021-05-05 01:23:49,700+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:49+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;;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=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi2q5Hc2LrGRcu2PZW17F8VT7bKz6JCO++3W4tfhzaybMJOvgsGg2E8wQ0hMnBdUSrPIDRiAmZ6aJm0rBwU2x0dEq38O4DIcuzEZA21iIfcbpAoNpOoNST4o7xUVlu/b9UyhJR4bqIglSASfyL/8wSgsKciQDBZSSjvdx6x7peSyphIDNzN2K/80qIh7XjPix325BWpYe/C3qwpLoUI2cQBOEGStNIe0sa8mz6GM9OKejvkvqnW9EtUNzNkcvVgv9erBdnZynJ1MUZSVMDuowHukrqb5k7aeufOwvxO5luhvp1kknDGGGO+VKtC0pcqFHfDYGLPcRtSyn5DKLMLDVvQIDAQAB 2021-05-05 01:23:49,713+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:49+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;2EEBF1BB874B97FCE1CE557009E090C2AAD658C7;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Certificate stored for username 'dcae-ves-collector-cmpv2-cert-wrong-sans', fp=c93739f960814466d2ff17ae1ce425e40ad8e210, subjectDN 'CN=dcae-ves-collector-cmpv2-cert-wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-070c7fd514f33617a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=2EEBF1BB874B97FCE1CE557009E090C2AAD658C7. 2021-05-05 01:23:49,714+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:49+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;2EEBF1BB874B97FCE1CE557009E090C2AAD658C7;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=MIIEqTCCAxGgAwIBAgIULuvxu4dLl/zhzlVwCeCQwqrWWMcwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDcwYzdmZDUxNGYzMzYxN2ExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNTA1MDExMzQ5WhcNMjMwNTA1MDExMzQ5WjCBlzExMC8GA1UEAwwoZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQtd3Jvbmctc2FuczENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCLarkdzYusZFy7Y9lbXsXxVPtsrPokI777dbi1+HNrJswk6+CwaDYTzBDSEycF1RKs8gNGICZnpombSsHBTbHR0Srfw7gMhy7MRkDbWIh9xukCg2k6g1JPijvFRWW79v1TKElHhuoiCVIBJ/Iv/zBKCwpyJAMFlJKO93HrHul5LKmEgM3M3Yr/zSoiHteM+LHfbkFalh78LerCkuhQjZxAE4QZK00h7SxrybPoYz04p6O+S+qdb0S1Q3M2Ry9WC/16sF2dnKcnUxRlJUwO6jAe6SupvmTtp6587C/E7mW6G+nWSScMYYY75Uq0LSlyoUd8NgYs9xG1LKfkMoswsNW9AgMBAAGjgaEwgZ4wDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBQQ9w9Qy0An6Nyw8t0JFVax2YmGJTAVBgNVHREEDjAMggp3cm9uZy1zYW5zMCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFGsPD4fzZLLRxARpL7P+hG9t1vnOMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAGPgBDlow4ypKfFFf5uEOl0aVzSkPrU4ZgKJPMSJYU+GPtpkhZS4aVbxmA8sTI+qiLnTTruk22VFzNUC+hqCJZmEwgb3N74749pfbFWNx+9H8jVyTdbIPlWMxh7RDJNJaktwsMuLKVv0N+Y/9GiLpvxSGa7qLkmlly7KxuoVUzqJ9uDEoZLHlyjxLOcavlr6aaf7UrrboZqUCgA29Ewuux6cwlvBNkPSwj4tcrLbZYode7zzbDNFnvr/TV1vi1/e3GGxCmuqM3fNz9fQ5c8pvrVbiWSt50PF3qqYFHkvYZjW6uSEnXYy/o01jMttjkXjFpuEyNYiNRn18y9ICEbTDOajPCO+H9N+bMYKGzO17lVw/CRDfd1fUR6vMy9vA5JXI1b+TFw/jOvWU2L+ENi+clIkAeQaSU1W8/tXx339qpQzr6c19WjxmRf4HT3gftfT1dLG1NFVnopt8Y25UUVTt6zZrnXiZb54RpfiHvS9d1kLYYXAKjh04wa4KhdPmJiiL 2021-05-05 01:23:49,718+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:49+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-1183398315;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Edited end entity dcae-ves-collector-cmpv2-cert-wrong-sans, new status 40. 2021-05-05 01:23:49,718+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-ves-collector-cmpv2-cert-wrong-sans' to STATUS_GENERATED. 2021-05-05 01:23:49,728+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.77.242, process time 63. 2021-05-05 01:23:56,016+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.77.242, for CMP alias: cmpRA 2021-05-05 01:23:56,018+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #9f873b51a2bb5159e5d306bf252b4e65 2021-05-05 01:23:56,024+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-05-05 01:23:56,025+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-05-05 01:23:56,027+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:56+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-05-05 01:23:56,044+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:56+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.77.242;-1183398315;;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 May 05 01:23:44 UTC 2021 -> Wed May 05 01:23:56 UTC 2021 2021-05-05 01:23:56,045+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:56+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.77.242;-1183398315;;https-server;msg=Authenticated user https-server. 2021-05-05 01:23:56,046+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:56+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-1183398315 2021-05-05 01:23:56,047+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:56+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;;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=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjZ52frXDHI85pbMRlVCZCxMBwUdDmxbcaPmgvCw4pWOSCBLNcwWdzG5X5csSyT0MX199TuYgI9FT2p0B6tnSWMyvTzr8wQ45AE2sd8FmOGfxMIE3gtuaD7fVzG2dt3ciS4XlnueUxAhqvjQCD23foUr/vaYfMxOTXWxY+VUTEde1BLNoqZDFOPfxz0GxivJ3Hj9RXLn0yscEFMVf+PcEQchqCrXAVeZ7fA+nDNlJ8UVuiT2jiEvJrM24316QOOhrXYZ8ZorCZYXJy26gbzvEnBC08mNxJi5cEr7PhJULLm5QxalMkGIVuwRKvA7FxWMO6QlYvyJVekb6k89TR72QWwIDAQAB 2021-05-05 01:23:56,068+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:56+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;308612B56CCAB08DB1935C618D910F5B66804694;https-server;msg=Certificate stored for username 'https-server', fp=e4b5fafe2b33c4d2780f3483da541add08ae1ad6, subjectDN 'CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-070c7fd514f33617a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=308612B56CCAB08DB1935C618D910F5B66804694. 2021-05-05 01:23:56,069+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:56+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;308612B56CCAB08DB1935C618D910F5B66804694;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEjDCCAvSgAwIBAgIUMIYStWzKsI2xk1xhjZEPW2aARpQwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDcwYzdmZDUxNGYzMzYxN2ExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNTA1MDExMzU2WhcNMjMwNTA1MDExMzU2WjB7MRUwEwYDVQQDDAxodHRwcy1zZXJ2ZXIxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjZ52frXDHI85pbMRlVCZCxMBwUdDmxbcaPmgvCw4pWOSCBLNcwWdzG5X5csSyT0MX199TuYgI9FT2p0B6tnSWMyvTzr8wQ45AE2sd8FmOGfxMIE3gtuaD7fVzG2dt3ciS4XlnueUxAhqvjQCD23foUr/vaYfMxOTXWxY+VUTEde1BLNoqZDFOPfxz0GxivJ3Hj9RXLn0yscEFMVf+PcEQchqCrXAVeZ7fA+nDNlJ8UVuiT2jiEvJrM24316QOOhrXYZ8ZorCZYXJy26gbzvEnBC08mNxJi5cEr7PhJULLm5QxalMkGIVuwRKvA7FxWMO6QlYvyJVekb6k89TR72QWwIDAQABo4GhMIGeMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUEPcPUMtAJ+jcsPLdCRVWsdmJhiUwFQYDVR0RBA4wDIIKd3JvbmctY2VydDAnBgNVHSUEIDAeBggrBgEFBQcDAgYIKwYBBQUHAwQGCCsGAQUFBwMBMB0GA1UdDgQWBBSpEg8KFBW6kajH1OhWudtQ1TUxwDAOBgNVHQ8BAf8EBAMCBeAwDQYJKoZIhvcNAQELBQADggGBAK57LjkF1Dto0F/EMlPAHtKg/JC6hsrJLaOnWYtK4AdaMLf3l3SSdiiuW8S/GZ4eTpvnimMvb7EGkAoIiXZ+q6qDwFjpmzb3N/fCt8HSE8s1DS2TGqBLow5OnlrqBJ8EJ52LZ+Mwu8MYmb9pm3vbDMyP6Kzdlb5kt5PLcC0ynqJLzRFgBtT8yoDV2RlWyUj/SUIYTWow5e6lVfFcAXRTbyD3tO3blg2pn8H5Ha4BC/Bcr+tXVuDo/SqItWJbHOcXDhNR5a1rZPKNFcj/ZkMkYUJcuzgxSovS+3Qqdi/ZzFrxaCZsJhFrTcGOa93OtsPK+po8SP9lRBNaweh7N8fXyodmT3dWU2vYxM5YLz8+m+PB0LDFlmIOwaqwzPQm9aiG142W8BQg7mOInsnJR7EUvdj28strjsLnCG4pjJstEkFwkw0PRPkiDGWhUi0yYj9S5XYiHqVI8hiTKTq2BPUOao8gYHPI/mfMCIF96kK4/hYedqts+wuY3jxcPMm619yrxg== 2021-05-05 01:23:56,075+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:23:56+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-1183398315;;https-server;msg=Edited end entity https-server, new status 40. 2021-05-05 01:23:56,075+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'https-server' to STATUS_GENERATED. 2021-05-05 01:23:56,087+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.77.242, process time 70. 2021-05-05 01:24:18,534+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 93) Reloading CA certificate cache. 2021-05-05 01:24:18,543+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 93) Reloaded CA certificate cache with 1 certificates 2021-05-05 01:26:00,232+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.77.242, for CMP alias: cmpRA 2021-05-05 01:26:00,235+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #cde1b8c40ebff3b88059aceb96441f7e 2021-05-05 01:26:00,242+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-05-05 01:26:00,244+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-05-05 01:26:00,257+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:26:00+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-05-05 01:26:00,262+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:26:00+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.77.242;-1183398315;;ves-client;msg=Added end entity ves-client.;caid=-1183398315;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT12ZXMtY2xpZW50;subjectDN=B64:Q049dmVzLWNsaWVudCxPVT1PTkFQLE89TGludXgtRm91bmRhdGlvbixMPVNhbi1GcmFuY2lzY28sU1Q9Q2FsaWZvcm5pYSxDPVVT;subjectEmail=;tokentype=1;type=1;username=ves-client 2021-05-05 01:26:00,263+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:26:00+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.77.242;-1183398315;;ves-client;msg=Authenticated user ves-client. 2021-05-05 01:26:00,264+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:26:00+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-1183398315 2021-05-05 01:26:00,265+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:26:00+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;;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=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArmIplflmBXnQIUcTPYBnhAz+7JewO2Pd+h4oUR9+hcmL42REQaKJlF0OmOjHFgE4hdZFWodKemMdft206+vopISQ9vtzcbLzzI33ZvfB/1C2B5zsq3j03v57sHSaLck0RGfgUw+I0oK/5L1cfqBnfP3jOd5lgNs/cXMmr8vTh5imFfnlREFw5Runfl/Jw3LQrLs44Tx0T4orcp5MPdegnV0P8W9rAqKIs/45cSxIcUCNt3UxN8KzNoyCVackYcYaaWAHFHbvw5N94GNH0CzPwmgVYXQL1b4SZ3OjOFvrsPW45j/8JLNOp9GWmANMgRR4qQJzyMNXIlAJMOeKldGHaQIDAQAB 2021-05-05 01:26:00,284+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:26:00+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;79E29B5F04811CE19872BE5FA2328BB49DE6DAE7;ves-client;msg=Certificate stored for username 'ves-client', fp=a5ca36c710dcf3fb1d8af29acdd499bb4cf74903, subjectDN 'CN=ves-client,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-070c7fd514f33617a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=79E29B5F04811CE19872BE5FA2328BB49DE6DAE7. 2021-05-05 01:26:00,284+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:26:00+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;79E29B5F04811CE19872BE5FA2328BB49DE6DAE7;ves-client;subjectdn=CN=ves-client,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEijCCAvKgAwIBAgIUeeKbXwSBHOGYcr5fojKLtJ3m2ucwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDcwYzdmZDUxNGYzMzYxN2ExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNTA1MDExNjAwWhcNMjMwNTA1MDExNjAwWjB5MRMwEQYDVQQDDAp2ZXMtY2xpZW50MQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK5iKZX5ZgV50CFHEz2AZ4QM/uyXsDtj3foeKFEffoXJi+NkREGiiZRdDpjoxxYBOIXWRVqHSnpjHX7dtOvr6KSEkPb7c3Gy88yN92b3wf9Qtgec7Kt49N7+e7B0mi3JNERn4FMPiNKCv+S9XH6gZ3z94zneZYDbP3FzJq/L04eYphX55URBcOUbp35fycNy0Ky7OOE8dE+KK3KeTD3XoJ1dD/FvawKiiLP+OXEsSHFAjbd1MTfCszaMglWnJGHGGmlgBxR278OTfeBjR9Asz8JoFWF0C9W+Emdzozhb67D1uOY//CSzTqfRlpgDTIEUeKkCc8jDVyJQCTDnipXRh2kCAwEAAaOBoTCBnjAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFBD3D1DLQCfo3LDy3QkVVrHZiYYlMBUGA1UdEQQOMAyCCnZlcy1jbGllbnQwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUvA9uzu1bXg0YpJumfxu6qqxJeqAwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQA7eSRryWZ7Lty4wzGoBK+VOzqfVIs0gp3dEo6rOYwdTqLjfXln+ow5NIS+ojhzlyfL0jferwAsq56aNxcvXjNsIrme6tjiqsyvLsUkti3FKYKnb8ccQeIo+puKEJgAR/rsJJ6FDRdnnkDBB4KEAn1VoaBptVC92Z6mtSHkaYnwI27fXMBiJOkT/5tC7TgciTuiqlud7EMCeE6xXapjkDsYxDutEZxpiQNyc1hqRJL5iGef8Z+6a+Av2TfHzYnzY3DldV2huQjaJnh+dyRg9N5QQd0l3EwRpMXFDKkkrgqhS34XvjlbpfDRT/CjRoqb+9R2e3AsaKPvCLsQ0Wa5iZVJk/OS4sVDl63yh8VSi2Y4p9WZ/J9GGdNTwrqrEbtW02g12C1bf/ucgVG6+kC8sAdSWn7uotU/xW2rYXHEfSsEY9ugr7FdTtKSQOpDRrdWJVX4wfG5p0V0O+dDempLbwilOuljueERUYfsGLlCv79avx1BtaHKbeiPaxSIGDB55tg= 2021-05-05 01:26:00,289+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:26:00+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-1183398315;;ves-client;msg=Edited end entity ves-client, new status 40. 2021-05-05 01:26:00,289+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'ves-client' to STATUS_GENERATED. 2021-05-05 01:26:00,298+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.77.242, process time 65. 2021-05-05 01:28:26,181+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.77.242, for CMP alias: cmpRA 2021-05-05 01:28:26,184+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #62ffc368478bf68e054c3c29a867d69a 2021-05-05 01:28:26,192+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-05-05 01:28:26,194+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-05-05 01:28:26,199+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:28:26+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-05-05 01:28:26,212+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:28:26+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.77.242;-1183398315;;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 May 05 01:18:26 UTC 2021 -> Wed May 05 01:28:26 UTC 2021 2021-05-05 01:28:26,213+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:28:26+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.77.242;-1183398315;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-05-05 01:28:26,214+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:28:26+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-1183398315 2021-05-05 01:28:26,214+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:28:26+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;;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=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxfS+njDj9buPxDWhtoOl13TY1mPdc7+z4wuN+2iYtnJH6ayIndcYLCDCG5PMOKo9XJpgXuZ9tOlWtu1Cah/WnEszfbl/EcpEcpFq6iSPVHjshRKXBslX+791j0+oVRjS5sImO2Ojr0O1xnqa5c6dkGTe3zpYQgG/JWcH/ydlNnZHYf2YH7LPRjkh7toS4YI1vr4P6w5xFKi1lMB5lArV8ex6RtJEhWyNXwkt899GZhe1Rzkt6+vprX0WWWTEfGtGkzl2COOAe7xTZzfxDpdyb5hW3o1636PLTgaYshnyZ9eG6a8wNAMcVfBxJO1ZQsiBTj7InsAtVlfJIhcxO+thWwIDAQAB 2021-05-05 01:28:26,230+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:28:26+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;73B95A4980963C4AA9008A4BBBF5C26AFBEAC548;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=0b729f3e2c1ee26e342b7a2e06d47df4be460077, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-070c7fd514f33617a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=73B95A4980963C4AA9008A4BBBF5C26AFBEAC548. 2021-05-05 01:28:26,230+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:28:26+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;73B95A4980963C4AA9008A4BBBF5C26AFBEAC548;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=MIIEwzCCAyugAwIBAgIUc7laSYCWPEqpAIpLu/XCavvqxUgwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDcwYzdmZDUxNGYzMzYxN2ExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNTA1MDExODI2WhcNMjMwNTA1MDExODI2WjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxfS+njDj9buPxDWhtoOl13TY1mPdc7+z4wuN+2iYtnJH6ayIndcYLCDCG5PMOKo9XJpgXuZ9tOlWtu1Cah/WnEszfbl/EcpEcpFq6iSPVHjshRKXBslX+791j0+oVRjS5sImO2Ojr0O1xnqa5c6dkGTe3zpYQgG/JWcH/ydlNnZHYf2YH7LPRjkh7toS4YI1vr4P6w5xFKi1lMB5lArV8ex6RtJEhWyNXwkt899GZhe1Rzkt6+vprX0WWWTEfGtGkzl2COOAe7xTZzfxDpdyb5hW3o1636PLTgaYshnyZ9eG6a8wNAMcVfBxJO1ZQsiBTj7InsAtVlfJIhcxO+thWwIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUEPcPUMtAJ+jcsPLdCRVWsdmJhiUwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUYSHBQwR1sCjKWjFsZCCEALp49n8wDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQB0LO/MTWGjENi1H9Bz0U01dkQ7crQv8dBWIec/bzIx31w0ZjTyV3QgoKTPJsC7pq/v87mIHlEwx47ZS19oUWJ7opxqiUs6EitT8wD14GtVxDr431su+q7WM3dcrX7qjWk5LiQWDtcf681st+knLqY+OhUV0sLpxPGtmNmatIweo3FT85U3hOca3lPv4BgVAdUqnMT+zzpTxIydixZZxXGPFJahXe9B22Q2GPWPoOZQg/cFo3l6DGPvAT5m105e3BI/UswyIC8+yWCt0ddvrtmm8UtNyUvQr24R/puxllaSoqJr2MJyNkIu1D2ojZw1Og8NAGEuaomAttlthx5CbBdD9hylV+kgPeOa8q53ldtWD5SfJ4dLlZsGw3xoK5dErO5wCjiMEEms+Dg4g+6j/Ccgcoa1iDiIZX6rrAx/ZayL2FgR1L47cjA/JhzFt9d0IQ6BjKxcbgyXkLfTJ1F4YFjfizUYq4ANPH/QM6LA3yoIwu1BR5356le9zDKUGg+vCf4= 2021-05-05 01:28:26,234+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:28:26+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-1183398315;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-05-05 01:28:26,234+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-05-05 01:28:26,241+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.77.242, process time 60. 2021-05-05 01:29:18,544+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 5) Reloading CA certificate cache. 2021-05-05 01:29:18,551+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 5) Reloaded CA certificate cache with 1 certificates 2021-05-05 01:30:51,069+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.77.242, for CMP alias: cmpRA 2021-05-05 01:30:51,072+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #d85e032ff850ce47fcece80eb69a02f3 2021-05-05 01:30:51,080+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-05-05 01:30:51,082+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-05-05 01:30:51,087+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 01:30:51+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-05-05 01:30:51,107+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 01:30:51+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.77.242;-1183398315;;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 May 05 01:28:26 UTC 2021 -> Wed May 05 01:30:51 UTC 2021 2021-05-05 01:30:51,111+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 01:30:51+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.77.242;-1183398315;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-05-05 01:30:51,114+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 01:30:51+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-1183398315 2021-05-05 01:30:51,115+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 01:30:51+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;;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=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjwV7cf+QHfeCif80Bqcf8d6SHPTjF1ntSPjWfuWhJ0yv9khNtAtvjS+ffLfrH7tzFAlHrHlXnRD25Z5O1bBq8jLVsorwACHrNFVPk9CZTXoSQHrP+TqTsM7x88B8uZCiI58crz48sFm6b9M70FRGAwiHxpQP6GGTX2VgdLhkGtRPL8CMZRd4TL0E0Ru3+q7Nt9TmdThJYAD3N5CwLQxVrFP8RlKpraET2UyWcEBVyS/4kNWB72Ir22NWy9P+xNTZkLqsPIh7rfIBHmf+iVizl95KM5OFmEOJ2sYiBgbKiK6PLZ41qhAyCqVG/kZ4Jr4mLmq3SdDUBklIszucBZoFHwIDAQAB 2021-05-05 01:30:51,153+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 01:30:51+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;6301D4DE68C5C7574702FC42873F50E219994C4B;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=93c2925118844fdcbbc2de108e0131e03b5fa48f, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-070c7fd514f33617a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=6301D4DE68C5C7574702FC42873F50E219994C4B. 2021-05-05 01:30:51,154+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 01:30:51+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;6301D4DE68C5C7574702FC42873F50E219994C4B;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=MIIEwzCCAyugAwIBAgIUYwHU3mjFx1dHAvxChz9Q4hmZTEswDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDcwYzdmZDUxNGYzMzYxN2ExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNTA1MDEyMDUxWhcNMjMwNTA1MDEyMDUxWjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjwV7cf+QHfeCif80Bqcf8d6SHPTjF1ntSPjWfuWhJ0yv9khNtAtvjS+ffLfrH7tzFAlHrHlXnRD25Z5O1bBq8jLVsorwACHrNFVPk9CZTXoSQHrP+TqTsM7x88B8uZCiI58crz48sFm6b9M70FRGAwiHxpQP6GGTX2VgdLhkGtRPL8CMZRd4TL0E0Ru3+q7Nt9TmdThJYAD3N5CwLQxVrFP8RlKpraET2UyWcEBVyS/4kNWB72Ir22NWy9P+xNTZkLqsPIh7rfIBHmf+iVizl95KM5OFmEOJ2sYiBgbKiK6PLZ41qhAyCqVG/kZ4Jr4mLmq3SdDUBklIszucBZoFHwIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUEPcPUMtAJ+jcsPLdCRVWsdmJhiUwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUH5W+PVKVy/ds8ISOwXQJMsjnITswDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQBXquDGJyhqlESHtKaof5jHREzEospCqjIDZ3k22zws9KXpiNAjaNNgRNuP4lHx7wZZaeqOibXySmL0kH3O2SHQ1+TRzg4ijytYO3UgJnweKgSGSEf2JNxt3uCIbPfX3Mie9EBovjDxBGS6O/Drw+7XLKsCtbg2bpQGrCbB0lh6TizJjfIFeETXXDctKz/5HbmL7qTgJ8agL5N6o5nhcgyp1HrxJZ5v5fo5sOiB3d5+hxxxxi/oxOx8gXqy3EQI3djJbvL8xsVLlMBsWDH+fNZdFiGwPE9vxrmT1GHJMDX3Q+dDTzg3TLgCKQ50br8EgaP/yvwzYx8i18OcrUsJ3eXVoXrbKWrlaRPeE2LppFPvh8fvvW3BgvT2k2jIST5TV0/0cVqRhXeSBMsbgveUDgEEh7+KX78wJd5wybA40351zODFcc0KLXSxsDTKcBfnYOx517RORNhOHptI0tlqvGiLJ7u/IV+q2k+4nz9WykthxaXwzGjK5O7bdsgsCL/Evug= 2021-05-05 01:30:51,160+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 01:30:51+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-1183398315;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-05-05 01:30:51,160+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-05-05 01:30:51,170+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.77.242, process time 99. 2021-05-05 01:33:13,551+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.77.242, for CMP alias: cmpRA 2021-05-05 01:33:13,554+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #78c1edcd337d52f148ddbafbb32c4463 2021-05-05 01:33:13,562+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-05-05 01:33:13,579+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-05-05 01:33:13,586+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 01:33:13+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-05-05 01:33:13,606+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 01:33:13+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.77.242;-1183398315;;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 May 05 01:30:51 UTC 2021 -> Wed May 05 01:33:13 UTC 2021 2021-05-05 01:33:13,609+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 01:33:13+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.77.242;-1183398315;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-05-05 01:33:13,610+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 01:33:13+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-1183398315 2021-05-05 01:33:13,610+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 01:33:13+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;;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=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkr1zLiC+Br8EmfhnFqt1OaDUuVOsUcR32wsIfj8xGDF3RbBCjdQ0E5cjTR97C4LXHJV+ahKyDpB7DzOWMhQwrIc19f+kDjrrj+QagCcKW+55B4fhytalUFYFT42n5p3MYDhzVzm6fr2q0gxXbHksnQhKgUYQwqnZVCK3X5RPqCmzTpFoFj7AYdEbXde324WGyfMakwg6f1OYW4Ot1MpDJ3RuGdNbjViCW99POeMqHPLyuoVSiVrUZQcc4JAHXbVpm88Kv+UXK2g9DcNbnUR27w6UAn5lBYFwUe9UJ9+pGKO1krDF3t/ghYoWAIY47dPKBIygA8l08T8fAhkRi02NLwIDAQAB 2021-05-05 01:33:13,626+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 01:33:13+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;10CC3E2D4DBED21E8A8995A8C37229F44DA53BFE;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=2877d5266a5d36c8cb6dc8caebde6f503697c7fe, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-070c7fd514f33617a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=10CC3E2D4DBED21E8A8995A8C37229F44DA53BFE. 2021-05-05 01:33:13,626+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 01:33:13+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;10CC3E2D4DBED21E8A8995A8C37229F44DA53BFE;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=MIIEwzCCAyugAwIBAgIUEMw+LU2+0h6KiZWow3Ip9E2lO/4wDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDcwYzdmZDUxNGYzMzYxN2ExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNTA1MDEyMzEzWhcNMjMwNTA1MDEyMzEzWjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkr1zLiC+Br8EmfhnFqt1OaDUuVOsUcR32wsIfj8xGDF3RbBCjdQ0E5cjTR97C4LXHJV+ahKyDpB7DzOWMhQwrIc19f+kDjrrj+QagCcKW+55B4fhytalUFYFT42n5p3MYDhzVzm6fr2q0gxXbHksnQhKgUYQwqnZVCK3X5RPqCmzTpFoFj7AYdEbXde324WGyfMakwg6f1OYW4Ot1MpDJ3RuGdNbjViCW99POeMqHPLyuoVSiVrUZQcc4JAHXbVpm88Kv+UXK2g9DcNbnUR27w6UAn5lBYFwUe9UJ9+pGKO1krDF3t/ghYoWAIY47dPKBIygA8l08T8fAhkRi02NLwIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUEPcPUMtAJ+jcsPLdCRVWsdmJhiUwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQU76gq/U9Fz/8KjUmdY4frIUdjT+owDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQAKEu8LPUIJw06Htu3UmY6XYj4JvC1HjYUi5pNiAvVCUmJW3alx6CSCzI9mPlPPAui+Mh2b5WmDe8HpLGQBqZzNyWQ4KQrH5tDgaWj7EL2koH9ixZOXFT8UBH72DEiV2Uq59nECkk7NuUa8e/XoV3yBhVkD/RcMvJwMWxBHSaNIgknr4M/hYvy3XA3/Om9neXoAOH82BWXi1uj2ALTxCJy1Noi5ZJy7CaiW3CKOQ3ejB0lZjKfwinxPNv9GCYB9pFGETGDfZQlKfwBpI1vMu/Feo1HquTHfIapRiVs48XsEOI3tAhrnAm9p177HkFMHdH8fHCHtlSHPIz8Cgz8jaBqaaS0JgV088uu3W0XYsYny7gbCIPRJn8lgSOau+Nc9qPkrPtRfr4SRmcC3x7cVVSUyQEPJiXCVzGsAXU4OCm0PymBlS6UZGjBjujxhhAdivu62t+HtIviG/Wkf+714yjBpo/Qd3sUqltzIQ0tzBhmMYsoYCRoTrzejLiJjLZ+a0cA= 2021-05-05 01:33:13,630+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-05-05 01:33:13+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-1183398315;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-05-05 01:33:13,630+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-05-05 01:33:13,638+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.77.242, process time 87. 2021-05-05 01:34:18,553+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 17) Reloading CA certificate cache. 2021-05-05 01:34:18,560+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 17) Reloaded CA certificate cache with 1 certificates 2021-05-05 01:34:35,103+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.77.242, for CMP alias: cmpRA 2021-05-05 01:34:35,107+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #9a5af950caa40f99dfecb6d396b297d9 2021-05-05 01:34:35,114+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-05-05 01:34:35,115+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-05-05 01:34:35,120+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:34:35+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-05-05 01:34:35,131+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:34:35+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.77.242;-1183398315;;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 May 05 01:33:13 UTC 2021 -> Wed May 05 01:34:35 UTC 2021 2021-05-05 01:34:35,132+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:34:35+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.77.242;-1183398315;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-05-05 01:34:35,133+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:34:35+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.77.242;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-1183398315 2021-05-05 01:34:35,133+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:34:35+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;;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=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgPqZRdl6xWUmQpgNLsAkk1Er9zQ2f9SzPHBMZZdnd+/IicDlca7KFqkrm8kYQnxIauYzqw/VdI1QfYL9kcwNweOcUT1cAOt73KN73OZhE5kNJqDZaV2uSFwKWSPF2FTgzEdpFJdarVjEMqaDItQX9TbXGokOkIljbI4Vtd2SBBabVmr+oBHec8DEPVSIUCms22PhOYqKyvW7dY74oIj/ZLuJXlSP9OG+MuPlgHmCjPkGNLoJXWqIeiOIiWjUWUcm1rrKbnwm+zcPkznWrCldJYhmTxfVH83XbYRfd73vR53AD4c4TPPHsv6SarF1uBMCKHgOo/migQynvkl7uJxvRQIDAQAB 2021-05-05 01:34:35,152+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:34:35+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;3C85A6D48A81ACAA85B7F4B1FD9A8DDEE394B31D;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=8bd142777ab5b3ac05ee62ef7076e0a41e5f53aa, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-070c7fd514f33617a,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=3C85A6D48A81ACAA85B7F4B1FD9A8DDEE394B31D. 2021-05-05 01:34:35,152+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:34:35+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.77.242;-1183398315;3C85A6D48A81ACAA85B7F4B1FD9A8DDEE394B31D;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=MIIEwzCCAyugAwIBAgIUPIWm1IqBrKqFt/Sx/ZqN3uOUsx0wDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMDcwYzdmZDUxNGYzMzYxN2ExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNTA1MDEyNDM1WhcNMjMwNTA1MDEyNDM1WjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgPqZRdl6xWUmQpgNLsAkk1Er9zQ2f9SzPHBMZZdnd+/IicDlca7KFqkrm8kYQnxIauYzqw/VdI1QfYL9kcwNweOcUT1cAOt73KN73OZhE5kNJqDZaV2uSFwKWSPF2FTgzEdpFJdarVjEMqaDItQX9TbXGokOkIljbI4Vtd2SBBabVmr+oBHec8DEPVSIUCms22PhOYqKyvW7dY74oIj/ZLuJXlSP9OG+MuPlgHmCjPkGNLoJXWqIeiOIiWjUWUcm1rrKbnwm+zcPkznWrCldJYhmTxfVH83XbYRfd73vR53AD4c4TPPHsv6SarF1uBMCKHgOo/migQynvkl7uJxvRQIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUEPcPUMtAJ+jcsPLdCRVWsdmJhiUwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUxw3pUxD8pdsTJ1mPOaYDQnphepwwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQAIUep7Soug1zl7gRX2hYx/7x834YDfmIV1llgmtcxHqx/ruR75V2pLbQxJqk8fhkGepFoGQcssXwGA2Bs3AvHkFW3dlzvJNKB7iPYb0MGf6htupWzN0bVd4pKBrbkEn7FM6BJjGJ/CUEXFBsTaPEG8zIXdSjvwBjGhxX3kSni/a/ksNr7cTyGDMi4jZL1kpM2X+UmMgbxtYK5UcGUpvPyXviSfmD2e1SbxLYFOouhqapo976hBBGxC9Kgx7ugD1yShSXVdbGQL0g5A1k1Y8gTHUu1az1i1WO65rucFbPMASqCmXMws+hYCFadtX1MyxRD1qub7vAPJpvm+hwcB8snaoP8/7rbBPrmcbHcL2KN8gfvG7L5/YK9+nmznd6WzsQNKeRtv8JgLjZtwibxgui0C2QJi96/KcPCzO9a1mLxuMZBW96Qg8AkgZo7jt3Id+EkDJW/WzRCJhJvtXtOhVBSjkeSKrgB8lcYUQpYjZaMpH+KWgjoX13coHAypja0Hp0A= 2021-05-05 01:34:35,156+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-05-05 01:34:35+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-1183398315;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-05-05 01:34:35,156+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-05-05 01:34:35,165+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.77.242, process time 62. 2021-05-05 01:39:18,560+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 29) Reloading CA certificate cache. 2021-05-05 01:39:18,567+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 29) Reloaded CA certificate cache with 1 certificates 2021-05-05 01:44:18,568+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 41) Reloading CA certificate cache. 2021-05-05 01:44:18,573+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 41) Reloaded CA certificate cache with 1 certificates 2021-05-05 01:49:18,575+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 53) Reloading CA certificate cache. 2021-05-05 01:49:18,580+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 53) Reloaded CA certificate cache with 1 certificates 2021-05-05 01:54:18,582+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 65) Reloading CA certificate cache. 2021-05-05 01:54:18,588+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 65) Reloaded CA certificate cache with 1 certificates 2021-05-05 01:59:18,589+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 77) Reloading CA certificate cache. 2021-05-05 01:59:18,595+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 77) Reloaded CA certificate cache with 1 certificates 2021-05-05 02:04:18,596+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 90) Reloading CA certificate cache. 2021-05-05 02:04:18,603+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 90) Reloaded CA certificate cache with 1 certificates