By type
2021-10-21 10:26:28,219+0000 INFO [/opt/primekey/bin/start.sh] (process:1) uid=10001 gid=0(root) groups=0(root) 2021-10-21 10:26:28,859+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Detected 1.500 available core(s). 2021-10-21 10:26:28,879+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Detected 1610612736 bytes available memory assigned to this container. 2021-10-21 10:26:28,941+0000 INFO [/opt/primekey/bin/start.sh] (process:1) MySQL/MariaDB database. 2021-10-21 10:26:30,983+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-10-21 10:26:31,019+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'SELECT 1' -> hit 2021-10-21 10:26:31,021+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-10-21 10:26:33,078+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-10-21 10:26:33,133+0000 ERROR [org.ejbca.ui.cli.jdbc.JdbcTool] (main) (conn=262) Table 'ejbca.globalconfigurationdata' doesn't exist 2021-10-21 10:26:33,135+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-10-21 10:26:33,148+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Creating database tables... 2021-10-21 10:26:34,955+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Loading SQL script '/opt/primekey/ejbca/doc/sql-scripts/create-tables-ejbca-mysql.sql' with 460 lines. 2021-10-21 10:26:35,222+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-10-21 10:26:35,340+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-10-21 10:26:35,408+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-10-21 10:26:35,444+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-10-21 10:26:35,483+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-10-21 10:26:35,523+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, subjectDn VARCHAR(250) BINARY, email VARCHAR(250) BINARY, 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-10-21 10:26:35,556+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-10-21 10:26:35,593+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-10-21 10:26:35,635+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, certificateRequest LONGTEXT, PRIMARY KEY (fingerprint) )' -> 0 2021-10-21 10:26:35,676+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-10-21 10:26:35,730+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, crlPartitionIndex INT(11), 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-10-21 10:26:35,798+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-10-21 10:26:35,841+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), crlPartitionIndex 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(767) 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, certificateRequest LONGTEXT, PRIMARY KEY (fingerprint) )' -> 0 2021-10-21 10:26:35,889+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-10-21 10:26:35,921+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-10-21 10:26:35,953+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-10-21 10:26:35,990+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-10-21 10:26:36,035+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-10-21 10:26:36,071+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-10-21 10:27:08,691+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-10-21 10:27:08,823+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-10-21 10:27:08,858+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-10-21 10:27:08,898+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-10-21 10:27:08,974+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-10-21 10:27:09,051+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-10-21 10:27:09,164+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-10-21 10:27:09,276+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-10-21 10:27:09,347+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, 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(767) BINARY, subjectEmail VARCHAR(256) 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-10-21 10:27:09,454+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-10-21 10:27:09,769+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-10-21 10:27:09,888+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-10-21 10:27:09,969+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), crlPartitionIndex 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(767) 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, certificateRequest LONGTEXT, PRIMARY KEY (id) )' -> 0 2021-10-21 10:27:10,089+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-10-21 10:27:10,183+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-10-21 10:27:10,257+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-10-21 10:27:10,294+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-10-21 10:27:10,335+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-10-21 10:27:10,372+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE SctData ( pk VARCHAR(250) BINARY NOT NULL, logId INT(11) NOT NULL, fingerprint VARCHAR(250) BINARY NOT NULL, certificateExpirationDate BIGINT(20) NOT NULL, data LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (pk) )' -> 0 2021-10-21 10:27:10,417+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE OcspResponseData ( id VARCHAR(250) BINARY NOT NULL, serialNumber VARCHAR(250) BINARY NOT NULL, producedAt BIGINT(20) NOT NULL, nextUpdate BIGINT(20), ocspResponse LONGBLOB, cAId INT(11), rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0 2021-10-21 10:27:10,420+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-10-21 10:27:10,432+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Applying recommended database indexes... 2021-10-21 10:27:12,427+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Loading SQL script '/opt/primekey/ejbca/doc/sql-scripts/create-index-ejbca.sql' with 92 lines. 2021-10-21 10:27:12,718+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-10-21 10:27:12,764+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX auditrecorddata_idx2 ON AuditRecordData (nodeId,sequenceNumber)' -> 0 2021-10-21 10:27:12,834+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX auditrecorddata_idx3 ON AuditRecordData (timeStamp)' -> 0 2021-10-21 10:27:12,944+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX auditrecorddata_idx4 ON AuditRecordData (searchDetail2)' -> 0 2021-10-21 10:27:12,996+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DROP INDEX IF EXISTS crldata_idx3 ON CRLData' -> 0 2021-10-21 10:27:13,026+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DROP INDEX IF EXISTS crldata_idx4 ON CRLData' -> 0 2021-10-21 10:27:13,083+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX crldata_idx5 ON CRLData(cRLNumber, issuerDN, crlPartitionIndex)' -> 0 2021-10-21 10:27:13,148+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX crldata_idx6 ON CRLData(issuerDN, crlPartitionIndex, deltaCRLIndicator, cRLNumber)' -> 0 2021-10-21 10:27:13,203+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX cadata_idx1 ON CAData (name)' -> 0 2021-10-21 10:27:13,226+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx2 ON CertificateData (username)' -> 0 2021-10-21 10:27:13,253+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx4 ON CertificateData (subjectDN)' -> 0 2021-10-21 10:27:13,295+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx5 ON CertificateData (type)' -> 0 2021-10-21 10:27:13,331+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx6 ON CertificateData (issuerDN,status)' -> 0 2021-10-21 10:27:13,354+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx7 ON CertificateData(certificateProfileId)' -> 0 2021-10-21 10:27:13,522+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx11 ON CertificateData (subjectKeyId)' -> 0 2021-10-21 10:27:13,606+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM CertificateData WHERE fingerprint='caba75f68c833c3c2d33f3f5052b7d5a76e80383'' -> 0 2021-10-21 10:27:13,608+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM CertificateData WHERE fingerprint='05a219d835622653192c30eeeee8f01f918b30fb'' -> 0 2021-10-21 10:27:13,625+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM Base64CertData WHERE fingerprint='caba75f68c833c3c2d33f3f5052b7d5a76e80383'' -> 0 2021-10-21 10:27:13,627+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM Base64CertData WHERE fingerprint='05a219d835622653192c30eeeee8f01f918b30fb'' -> 0 2021-10-21 10:27:13,654+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX certificatedata_idx12 ON CertificateData (serialNumber, issuerDN)' -> 0 2021-10-21 10:27:13,728+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX historydata_idx1 ON CertReqHistoryData (username)' -> 0 2021-10-21 10:27:13,849+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX historydata_idx3 ON CertReqHistoryData (serialNumber)' -> 0 2021-10-21 10:27:13,952+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX userdata_idx10 ON UserData (subjectDN)' -> 0 2021-10-21 10:27:14,136+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX userdata_idx11 ON UserData (status)' -> 0 2021-10-21 10:27:14,243+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX publisherqueue_idx3 ON PublisherQueueData (publisherId, publishStatus, timeCreated)' -> 0 2021-10-21 10:27:14,335+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX rolemember_idx1 ON RoleMemberData (tokenType,roleId)' -> 0 2021-10-21 10:27:14,514+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX blacklist_idx1 ON BlacklistData (type,value)' -> 0 2021-10-21 10:27:14,552+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx1 ON NoConflictCertificateData (serialNumber, issuerDN)' -> 0 2021-10-21 10:27:14,700+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx2 ON NoConflictCertificateData (fingerprint)' -> 0 2021-10-21 10:27:14,924+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx3 ON NoConflictCertificateData (issuerDN,status)' -> 0 2021-10-21 10:27:14,970+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx4 ON NoConflictCertificateData (certificateProfileId)' -> 0 2021-10-21 10:27:15,046+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeaccountdata_idx1 ON AcmeAccountData (currentKeyId)' -> 0 2021-10-21 10:27:15,113+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeorderdata_idx1 ON AcmeOrderData (accountId)' -> 0 2021-10-21 10:27:15,145+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeorderdata_idx2 ON AcmeOrderData (fingerprint, status)' -> 0 2021-10-21 10:27:15,207+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeauthorizationdata_idx1 ON AcmeAuthorizationData (accountId)' -> 0 2021-10-21 10:27:15,231+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeauthorizationdata_idx2 ON AcmeAuthorizationData (orderId)' -> 0 2021-10-21 10:27:15,326+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmechallengedata_idx1 ON AcmeChallengeData (authorizationId)' -> 0 2021-10-21 10:27:15,382+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX sctdata_idx1 ON SctData (fingerprint)' -> 0 2021-10-21 10:27:15,418+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX ocspresponsedata_idx1 ON OcspResponseData (cAId)' -> 0 2021-10-21 10:27:15,451+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX ocspresponsedata_idx2 ON OcspResponseData (serialNumber)' -> 0 2021-10-21 10:27:15,492+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX ocspresponsedata_idx3 ON OcspResponseData (producedAt)' -> 0 2021-10-21 10:27:15,494+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-10-21 10:27:15,516+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Starting application server: ========================================================================= JBoss Bootstrap Environment JBOSS_HOME: /opt/primekey/wildfly-22.0.1.Final JAVA: java JAVA_OPTS: -server -Xms128m -Xmx1200m -Xss256k -XX:MetaspaceSize=160m -XX:MaxMetaspaceSize=256m -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:+ExitOnOutOfMemoryError -Djdk.tls.ephemeralDHKeySize=2048 -Djava.net.preferIPv4Stack=true -Djava.security.egd=file:/dev/random -Dcontainer.database.name=mysql -Dcontainer.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect -Dhibernate.dialect.storage_engine=innodb -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED --add-exports=jdk.unsupported/sun.reflect=ALL-UNNAMED ========================================================================= 2021-10-21 10:27:18,961+0000 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 22.0.1.Final (WildFly Core 14.0.1.Final) starting 2021-10-21 10:27:24,763+0000 WARN [org.jboss.as.server.deployment.scanner] (ServerService Thread Pool -- 3) WFLYDS0006: Reliable deployment behaviour is not possible when auto-deployment of exploded content is enabled (i.e. deployment without use of ".dodeploy"' marker files). Configuration of auto-deployment of exploded content is not recommended in any situation where reliability is desired. Configuring the deployment scanner's auto-deploy-exploded setting to "false" is recommended. 2021-10-21 10:27:25,113+0000 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http) 2021-10-21 10:27:25,730+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0003: Undertow 2.2.4.Final starting 2021-10-21 10:27:27,210+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server. 2021-10-21 10:27:27,427+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0018: Host default-host starting 2021-10-21 10:27:27,715+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener remoting listening on 127.0.0.1:4447 2021-10-21 10:27:28,230+0000 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/primekey/wildfly-22.0.1.Final/standalone/deployments 2021-10-21 10:27:31,917+0000 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 46) ISPN000128: Infinispan version: Infinispan 'Corona Extra' 11.0.8.Final 2021-10-21 10:27:32,046+0000 INFO [org.infinispan.CONFIG] (MSC service thread 1-1) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated. 2021-10-21 10:27:32,114+0000 INFO [org.infinispan.CONFIG] (MSC service thread 1-1) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated. 2021-10-21 10:27:32,532+0000 INFO [org.infinispan.PERSISTENCE] (ServerService Thread Pool -- 46) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.spi.marshalling.InfinispanProtoStreamMarshaller' 2021-10-21 10:27:41,016+0000 INFO [org.jboss.as.jpa] (MSC service thread 1-2) WFLYJPA0002: Read persistence.xml for ejbca 2021-10-21 10:27:45,412+0000 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 46) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'ejbca.ear#ejbca' 2021-10-21 10:27:47,814+0000 ERROR [org.jboss.as.jsf] (MSC service thread 1-4) WFLYJSF0002: Could not load JSF managed bean class: org.ejbca.ui.web.admin.peerconnector.PeerConnectorsMBean 2021-10-21 10:27:47,817+0000 ERROR [org.jboss.as.jsf] (MSC service thread 1-4) WFLYJSF0002: Could not load JSF managed bean class: org.ejbca.ui.web.admin.peerconnector.PeerConnectorMBean 2021-10-21 10:27:52,911+0000 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component view-handler.org.apache.myfaces.tomahawk.application.ResourceViewHandlerWrapper due to an exception (enable DEBUG log level to see the cause) 2021-10-21 10:27:52,920+0000 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component exception-handler-factory.org.ejbca.ra.jsfext.RaExceptionHandlerFactory due to an exception (enable DEBUG log level to see the cause) 2021-10-21 10:27:52,934+0000 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component resource-handler.org.apache.myfaces.custom.captcha.CAPTCHAResourceHandlerWrapper due to an exception (enable DEBUG log level to see the cause) 2021-10-21 10:27:53,050+0000 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component resource-handler.org.apache.myfaces.tomahawk.resource.UncompressedResourceHandlerWrapper due to an exception (enable DEBUG log level to see the cause) 2021-10-21 10:27:53,052+0000 WARN [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component faces-context-factory.org.apache.myfaces.webapp.filter.TomahawkFacesContextFactory due to an exception (enable DEBUG log level to see the cause) 2021-10-21 10:27:55,720+0000 WARN [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0131: EJB org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean should not have a final or static method (decRemainingLoginAttempts) 2021-10-21 10:27:56,541+0000 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 46) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'ejbca.ear#ejbca' 2021-10-21 10:27:57,643+0000 WARN [org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader] (ServerService Thread Pool -- 46) HHH000207: Property org.ejbca.core.ejb.approval.ApprovalData.subjectdn not found in class but described in
(possible typo error) 2021-10-21 10:28:03,624+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-10-21 10:28:06,757+0000 SEVERE [javax.enterprise.resource.webcontainer.jsf.flow] (MSC service thread 1-2) Unable to obtain CDI 1.1 utilities for Mojarra 2021-10-21 10:28:06,762+0000 SEVERE [javax.enterprise.resource.webcontainer.jsf.application.view] (MSC service thread 1-2) Unable to obtain CDI 1.1 utilities for Mojarra 2021-10-21 10:28:08,713+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 66) Init, EJBCA 7.4.3.2 Community (67479006a69140e81d66e39871bed8255362effc) startup. 2021-10-21 10:28:08,824+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 64) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, GET] 2021-10-21 10:28:08,825+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 56) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, GET] 2021-10-21 10:28:08,824+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 53) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-10-21 10:28:08,824+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 59) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-10-21 10:28:08,826+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 81) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-10-21 10:28:08,826+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 52) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-10-21 10:28:08,824+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 58) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-10-21 10:28:08,826+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-10-21 10:28:08,824+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-10-21 10:28:09,735+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 66) BouncyCastle provider is from our ejbca.ear classloader. 2021-10-21 10:28:09,740+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 66) Registered AuthenticationTokens [OAuth2AuthenticationToken, PublicAccessAuthenticationToken, CertificateAuthenticationToken, CliAuthenticationToken, AlwaysAllowLocalAuthenticationToken] 2021-10-21 10:28:09,742+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 66) Class not found: se.primeKey.caToken.card.PrimeCAToken. 2021-10-21 10:28:09,742+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 66) Can not register se.primeKey.caToken.card.PrimeCAToken. This is normally not an error. 2021-10-21 10:28:09,829+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 66) Class not found: org.ejbca.keys.token.AWSKMSCryptoToken. 2021-10-21 10:28:09,830+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 66) Can not register org.ejbca.keys.token.AWSKMSCryptoToken. This is normally not an error. 2021-10-21 10:28:09,830+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 66) Class not found: org.cesecore.keys.token.p11ng.cryptotoken.Pkcs11NgCryptoToken. 2021-10-21 10:28:09,830+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 66) Can not register org.cesecore.keys.token.p11ng.cryptotoken.Pkcs11NgCryptoToken. This is normally not an error. 2021-10-21 10:28:10,033+0000 INFO [org.cesecore.audit.AuditDevicesConfig] (ServerService Thread Pool -- 66) Registered audit device using implementation: org.cesecore.audit.impl.log4j.Log4jDevice 2021-10-21 10:28:10,034+0000 INFO [org.cesecore.audit.AuditDevicesConfig] (ServerService Thread Pool -- 66) Configured exporter AuditExporterDummy for device Log4jDevice 2021-10-21 10:28:10,119+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 66) 2021-10-21 10:28:10+00:00;EJBCA_STARTING;SUCCESS;SERVICE;EJBCA;Application internal;;onap-ejbca-7d4dbb49c6-229nh;;msg=Init, EJBCA 7.4.3.2 Community (67479006a69140e81d66e39871bed8255362effc) startup. 2021-10-21 10:28:10,123+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 66) 2021-10-21 10:28:10+00:00;LOG_MANAGEMENT_CHANGE;VOID;SECURITY_AUDIT;CORE;Application internal;;;;msg=No integrity protected security audit logger devices configured. 2021-10-21 10:28:10,338+0000 INFO [org.ejbca.core.ejb.authorization.AuthorizationSystemSessionBean] (ServerService Thread Pool -- 66) No roles or CAs exist, intializing Super Administrator Role with default CLI user. 2021-10-21 10:28:10,363+0000 INFO [org.cesecore.dbprotection.ProtectedData] (ServerService Thread Pool -- 66) No database integrity protection available in this version of EJBCA. 2021-10-21 10:28:11,638+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 66) Setting isUniqueCertificateSerialNumberIndex to: true 2021-10-21 10:28:11,754+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 66) 2021-10-21 10:28:11+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-10-21 10:28:11,817+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 66) 2021-10-21 10:28:11+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Global configuration with id 0 created. 2021-10-21 10:28:11,847+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 66) 2021-10-21 10:28:11+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-10-21 10:28:11,907+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 66) 2021-10-21 10:28:11+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Global configuration with id UPGRADE created. 2021-10-21 10:28:11,925+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 66) 2021-10-21 10:28:11+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-10-21 10:28:11,944+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 66) 2021-10-21 10:28:11+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id UPGRADE.;added:validityWithSecondsGranularity=true 2021-10-21 10:28:11,964+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 66) 2021-10-21 10:28:11+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-10-21 10:28:12,014+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 66) 2021-10-21 10:28:12+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id UPGRADE.;added:upgradedFromVersion=7.4.3.2;added:upgradedToVersion=7.4.3.2 2021-10-21 10:28:12,022+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 66) 2021-10-21 10:28:12+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-10-21 10:28:12,032+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 66) 2021-10-21 10:28:12+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id UPGRADE.;added:postUpgradedToVersion=7.4.0 2021-10-21 10:28:12,043+0000 INFO [org.ejbca.core.ejb.upgrade.UpgradeSessionBean] (ServerService Thread Pool -- 66) Database content version: 7.4.3.2, current application version: 7.4.3.2 -> Upgrade is not needed. 2021-10-21 10:28:12,138+0000 INFO [org.cesecore.certificates.ocsp.cache.OcspSigningCache] (ServerService Thread Pool -- 66) No default responder was defined. OCSP requests for certificates issued by unknown CAs will return "unauthorized" as per RFC6960, Section 2.3 2021-10-21 10:28:12,141+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 66) Reloading CA certificate cache. 2021-10-21 10:28:12,218+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 66) Reloaded CA certificate cache with 0 certificates 2021-10-21 10:28:12,232+0000 INFO [org.ejbca.core.ejb.ocsp.OcspResponseCleanupSessionBean] (ServerService Thread Pool -- 66) OCSP clean up job is disabled. 2021-10-21 10:28:15,522+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 55) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-10-21 10:28:16,721+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 84) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-10-21 10:28:16,837+0000 INFO [org.jboss.as.server] (ServerService Thread Pool -- 27) WFLYSRV0010: Deployed "ejbca.ear" (runtime-name : "ejbca.ear") 2021-10-21 10:28:16,837+0000 INFO [org.jboss.as.server] (ServerService Thread Pool -- 27) WFLYSRV0010: Deployed "jdbc-driver.jar" (runtime-name : "jdbc-driver.jar") 2021-10-21 10:28:16,935+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Application /opt/primekey/appserver/standalone/deployments/ejbca.ear.deployed successfully started. 2021-10-21 10:28:16,944+0000 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server 2021-10-21 10:28:16,942+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Setting up in-bound connectivity... 2021-10-21 10:28:17,015+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 22.0.1.Final (WildFly Core 14.0.1.Final) started in 60556ms - Started 5790 of 5915 services (283 services are lazy, passive or on-demand) 2021-10-21 10:28:17,021+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management 2021-10-21 10:28:17,021+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled 2021-10-21 10:28:24,368+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-10-21 10:28:48,654+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Certificate stored in file 2021-10-21 10:28:49,672+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Generated TLS certificate with fingerprint c6b52210dd6d63e04e242fd3e85b2b70f3de2ace5d8949587c10c22ad9430141. 2021-10-21 10:28:49,694+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Importing keystore /opt/primekey/secrets/persistent/tls/onap-ejbca-7d4dbb49c6-229nh/server.jks to /opt/primekey/tmp/tmp.tyDlxCwHa1/keystore.jks... 2021-10-21 10:28:49,694+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Entry for alias onap-ejbca-7d4dbb49c6-229nh successfully imported. 2021-10-21 10:28:49,694+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Import command completed: 1 entries successfully imported, 0 entries failed or cancelled 2021-10-21 10:29:07,821+0000 WARN [/opt/primekey/bin/start.sh] (process:1) Will use self-signed server side TLS keystore. 2021-10-21 10:29:19,033+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Enabling HTTPS listener on 0.0.0.0:8443. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/opt/primekey/wildfly-22.0.1.Final/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-14.0.1.Final.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS() WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 2021-10-21 10:29:31,234+0000 INFO [org.ejbca.ui.web.pub.HealthCheckServlet] (default task-2) All IPs are authorized. 2021-10-21 10:29:31,929+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Enabling HTTP listener on 0.0.0.0:8080. 2021-10-21 10:29:50,088+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Adding initial application RoleMember (";PublicAccessAuthenticationToken:TRANSPORT_ANY;"). 2021-10-21 10:29:55,433+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:29:55+00:00;ROLE_ACCESS_USER_ADDITION;SUCCESS;ROLES;CORE;ejbca;;;;msg=Added administrator aspect(s) to role Super Administrator Role.;id=486099321;tokenType=PublicAccessAuthenticationToken;tokenIssuerId=0;tokenMatchKey=TRANSPORT_ANY (0);tokenMatchOperator=TYPE_UNUSED (0);tokenMatchValue=;roleId=1;nameSpace=;roleName=Super Administrator Role;description=Initial RoleMember. 2021-10-21 10:30:01,442+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-10-21 10:30:01,442+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ################################################################################################### 2021-10-21 10:30:01,442+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-10-21 10:30:01,442+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # Whenever you are ready for production: # 2021-10-21 10:30:01,442+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-10-21 10:30:01,442+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # Try out the commercially supported EJBCA Enterprise Cloud on AWS, fully featured with: # 2021-10-21 10:30:01,442+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Additional enrollment APIs such as a REST API, EST, ACME and more. # 2021-10-21 10:30:01,442+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Support for external Registration Authority and OCSP responders # 2021-10-21 10:30:01,442+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Hardware Security Module support # 2021-10-21 10:30:01,442+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Application updates # 2021-10-21 10:30:01,442+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - ...and more! # 2021-10-21 10:30:01,442+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-10-21 10:30:01,442+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-10-21 10:30:01,442+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # your specific needs. # 2021-10-21 10:30:01,442+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-10-21 10:30:01,442+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # https://aws.amazon.com/marketplace/seller-profile?id=7edf9048-58e6-4086-9d98-b8e0c1d78fce # 2021-10-21 10:30:01,442+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # https://www.primekey.com # 2021-10-21 10:30:01,442+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # sales@primekey.com # 2021-10-21 10:30:01,442+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-10-21 10:30:01,442+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ################################################################################################### 2021-10-21 10:30:01,442+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-10-21 10:30:01,456+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Waiting 5 seconds before signaling application readiness to ensure proper handling of PublicAccessAuthenticationToken. 2021-10-21 10:30:07,143+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Health check now reports application status at /ejbca/publicweb/healthcheck/ejbcahealth 2021-10-21 10:30:07,152+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-10-21 10:30:07,152+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ***************************************************************************************** 2021-10-21 10:30:07,152+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * A fresh installation was detected please, but no Management CA has been created yet. * 2021-10-21 10:30:07,152+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * * 2021-10-21 10:30:07,152+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * URL: https://onap-ejbca-7d4dbb49c6-229nh:443/ejbca/adminweb/ 2021-10-21 10:30:07,152+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * * 2021-10-21 10:30:07,152+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-10-21 10:30:07,152+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ***************************************************************************************** 2021-10-21 10:30:07,152+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-10-21 10:30:12,211+0000 INFO [org.apache.commons.configuration.PropertiesConfiguration] (default task-1) Reloading configuration. URL is file:/etc/ejbca/conf/web.properties 2021-10-21 10:30:12,419+0000 INFO [org.cesecore.certificates.ca.CaSessionBean] (default task-1) CA with name ManagementCA does not exist. 2021-10-21 10:30:12,655+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:12+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/modify 2021-10-21 10:30:12,721+0000 INFO [org.cesecore.keys.token.SoftCryptoToken] (default task-1) Error activating Crypto Token with ID -1. No keystore data available yet, creating new PKCS#12 keystore. 2021-10-21 10:30:13,068+0000 INFO [org.cesecore.keys.token.SoftCryptoToken] (default task-1) Error activating Crypto Token with ID -2145086908. No keystore data available yet, creating new PKCS#12 keystore. 2021-10-21 10:30:13,351+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:13+00:00;CRYPTOTOKEN_CREATE;SUCCESS;CRYPTOTOKEN;CORE;ejbca;-2145086908;;;msg=Created CryptoToken with id -2145086908;name=ManagementCA;encProviderName=BC;signProviderName=BC;autoActivation=added;autoActivationPinProtection=legacy;added:tokenName=ManagementCA 2021-10-21 10:30:14,335+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:14+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/keys/generate/-2145086908 2021-10-21 10:30:16,866+0000 INFO [org.cesecore.keys.util.SignWithWorkingAlgorithm] (default task-1) Signature algorithm 'SHA256WithRSA' working for provider 'BC version 1.68'. 2021-10-21 10:30:17,102+0000 INFO [org.cesecore.keys.util.SignWithWorkingAlgorithm] (default task-1) Signature algorithm 'SHA1WithRSA' working for provider 'BC version 1.68'. 2021-10-21 10:30:17,328+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:17+00:00;CRYPTOTOKEN_GEN_KEYPAIR;SUCCESS;CRYPTOTOKEN;CORE;ejbca;-2145086908;;;msg=Generated new keypair in CryptoToken -2145086908;keyAlias=signKey;keySpecification=3072 2021-10-21 10:30:17,379+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:17+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/keys/generate/-2145086908 2021-10-21 10:30:20,013+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:20+00:00;CRYPTOTOKEN_GEN_KEYPAIR;SUCCESS;CRYPTOTOKEN;CORE;ejbca;-2145086908;;;msg=Generated new keypair in CryptoToken -2145086908;keyAlias=encryptKey;keySpecification=3072 2021-10-21 10:30:20,159+0000 INFO [org.ejbca.core.ejb.ca.caadmin.CAAdminSessionBean] (default task-1) Creating an X509 CA: ManagementCA 2021-10-21 10:30:20,218+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:20+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/add_ca;resource1=/cryptotoken/use/-2145086908 2021-10-21 10:30:20,306+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:20+00:00;CA_CREATION;SUCCESS;CA;CORE;ejbca;430485574;;;msg=CA with id 430485574 and name ManagementCA added, status: 1. ;tokenproperties={certSignKey=signKey, crlSignKey=signKey, defaultKey=encryptKey};tokensequence=00000 2021-10-21 10:30:20,324+0000 INFO [org.cesecore.certificates.ca.internal.SernoGeneratorRandom] (default task-1) Using SHA1PRNG serialNumber RNG algorithm. 2021-10-21 10:30:20,420+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:20+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/430485574 2021-10-21 10:30:20,421+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:20+00:00;CA_EDITING;SUCCESS;CA;CORE;ejbca;430485574;;;msg=CA with id 430485574 and name ManagementCA edited., 1;removed:expiretime=Thu Jan 01 00:00:00 GMT 1970;added:certificatechain=[MIIElzCCAv+gAwIBAgIUavn7cTt4Fp4dbVGl0IFihQlFFT0wDQYJKoZIhvcNAQEL BQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50 Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIxMTAy MTEwMzAyMFoXDTMxMTAyMTEwMzAxOVowUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1 MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5l ciBRdWlja3N0YXJ0MIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEArb9V U+UWL/LhQLlYMN3nyFgv8r1tIhNG78ypPLj99tYPdBQlz9LCjvCIPfw5bmRe5S+C HHsQ0HGEe1tNEiuEF42AW837l/2R4NVjD90vJCfduQpVq2eZ/iwzQMaLzBDnHTcz vldDhVYLrnMGcPWgz4kMvzPO0n0DfT7oXaaUYkxNc2oe3QRqLAi0XbJMuKvfRZMl O7fJ1+LGKBDGqgGs8N8VMNHDyHyZ0ny8Tfeb0w+QFDH4sCRvWa2KHDstanbwdeo0 ADByuQ24Bsb/6eto9YVJf76FhA3wRaEb0jS/CjD9vv6MBywIhIrJXLJEgOeSektK ShZgqQhkrNAudFCjh/RW/k1Tkuqx9NMs98JgWGpQist0hleBaO7BmGzmfiPl2O1t UYNUVW4cK/2pqmijnrXdomYB5UxC+hZ9isc+GGrxOBrha7/L89FU7719bYLMePkV MwNtbCnQbNvUpURBtWMnQUdkZuqkdFI7ocX0JNNGze0QQ+Myl1YfSo71SBl1AgMB AAGjYzBhMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUJq396A/i+YrEXkCW APjFoW3Nc+kwHQYDVR0OBBYEFCat/egP4vmKxF5AlgD4xaFtzXPpMA4GA1UdDwEB /wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAYEADV77xpGiYmNfm8pz8Yt6uBB3SZ9s ylUQMqebXkWqCNlIJLMv+NOzQrEidcgaLelJjNFzMixqTNO+V+tomEPUJ7pweDoM g8f5lHSk78KJM8x33nDlRfPWAUmyd77eZ7LTxYF7n7AYbnyEp0oOe/JlK26nebbp 5RDJssUayvBVTUCS2n2It9MXillHcSOIxCvIakPb56uVZJYGsCagqkyutRcbljmW QaCKoK/R/eCDiwx0ndgxgVQJ8YsUu8m1rfHRtAxR0JhGCJHn7+XjLEpGGR/0ZBVE 9ZFL9v6Y98i/Q3KnPO2cM3R5Z5C5yKkoB79YwiZIqh+K3ds/bixwUgC+SJUl47ui 5Ksb1MdQTGH3BQxTdc6MbO9AuZBLnOCPcpdzMFawLXc/Armsq4zZAqUC6x2UA3gu fMh3ji42dgd0UYgZRhzSyNxLZk/lRhJ9ecoiVf+NWiUYaDlcvmJnBr+hi+21Zr8N eYVK4Qp4zXbdKSf/KWpNEusnuEC2mWZqVAaO];tokenproperties={certSignKey=signKey, crlSignKey=signKey, defaultKey=encryptKey};tokensequence=00000 2021-10-21 10:30:20,523+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:20+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2021-10-21 10:30:20,533+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:20+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;ejbca;430485574;6AF9FB713B78169E1D6D51A5D08162850945153D;SYSTEMCA;msg=Certificate stored for username 'SYSTEMCA', fp=c6074160e0805a0a06c2f00d57eab0609ad53cd6, subjectDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=6AF9FB713B78169E1D6D51A5D08162850945153D. 2021-10-21 10:30:20,534+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-1) Reloading CA certificate cache. 2021-10-21 10:30:20,641+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-1) Reloaded CA certificate cache with 1 certificates 2021-10-21 10:30:20,644+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:20+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2021-10-21 10:30:20,647+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:20+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/430485574 2021-10-21 10:30:20,715+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:20+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2021-10-21 10:30:20,831+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:20+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/create_crl 2021-10-21 10:30:20,867+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:20+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2021-10-21 10:30:20,872+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:20+00:00;CRL_STORED;SUCCESS;CRL;CORE;ejbca;430485574;;;msg=Stored CRL with CRLNumber=1, fingerprint=4d4b6888b5ba3a74c44f000fb54da4a8a95c4982, issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart'. 2021-10-21 10:30:20,873+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:20+00:00;CRL_CREATION;SUCCESS;CRL;CORE;ejbca;430485574;;;msg=Created CRL with number 1 for CA 'ManagementCA' with DN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart'. 2021-10-21 10:30:20,874+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:20+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2021-10-21 10:30:20,875+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:20+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2021-10-21 10:30:20,876+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:20+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2021-10-21 10:30:20,913+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:20+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2021-10-21 10:30:20,913+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-1) Reloading CA certificate cache. 2021-10-21 10:30:20,920+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-1) Reloaded CA certificate cache with 1 certificates 2021-10-21 10:30:20,980+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:30:20+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2021-10-21 10:30:26,143+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:30:26+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-10-21 10:30:26,148+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:30:26+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Global configuration with id 1 created. 2021-10-21 10:30:31,441+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:30:31+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-10-21 10:30:31,444+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:30:31+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.operationmode=ra 2021-10-21 10:30:36,934+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:30:36+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2021-10-21 10:30:37,220+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:30:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/430485574 2021-10-21 10:30:37,231+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:30:37+00:00;CA_EDITING;SUCCESS;CA;CORE;ejbca;430485574;;;msg=CA with id 430485574 and name ManagementCA edited., 1;changed:cmpraauthsecret=WuqoXevaSige2[;changed:catoken={version=8.0, cryptotokenid=-2145086908, propertydata=certSignKey=signKey crlSignKey=signKey defaultKey=encryptKey , signaturealgorithm=SHA256WithRSA, encryptionalgorithm=SHA256WithRSA, sequence=00000, sequenceformat=1};added:externalcdp=;tokenproperties={certSignKey=signKey, crlSignKey=signKey, defaultKey=encryptKey};tokensequence=00000 2021-10-21 10:30:37,275+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:30:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2021-10-21 10:30:37,350+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:30:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2021-10-21 10:30:43,024+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:30:43+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-10-21 10:30:43,029+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:30:43+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1. 2021-10-21 10:30:48,018+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:30:48+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-10-21 10:30:48,021+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:30:48+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.authenticationmodule=HMAC;EndEntityCertificate 2021-10-21 10:30:53,454+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:30:53+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-10-21 10:30:53,506+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:30:53+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.authenticationparameters=-;ManagementCA 2021-10-21 10:30:58,635+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:30:58+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-10-21 10:30:58,638+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:30:58+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.allowautomatickeyupdate=true 2021-10-21 10:31:04,922+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:31:04+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_certificate_profiles;resource1=/ca/ 2021-10-21 10:31:04,954+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:31:04+00:00;CERTPROFILE_CREATION;SUCCESS;CERTIFICATEPROFILE;CORE;ejbca;;;;msg=New certificate profile CUSTOM_ENDUSER added successfully. 2021-10-21 10:31:05,246+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:31:05+00:00;RA_ADDEEPROFILE;SUCCESS;RA;EJBCA;ejbca;;;;msg=End entity profile Custom_EndEntity added. 2021-10-21 10:31:10,539+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:31:10+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-10-21 10:31:10,542+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:31:10+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.ra.certificateprofile=CUSTOM_ENDUSER 2021-10-21 10:31:15,761+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:31:15+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-10-21 10:31:15,765+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:31:15+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.ra.endentityprofileid=1356531849 2021-10-21 10:31:22,331+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:31:22+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2021-10-21 10:31:29,232+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:31:29+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-10-21 10:31:29,236+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:31:29+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.defaultca=UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart 2021-10-21 10:31:40,472+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:31:40+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-10-21 10:31:40,476+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:31:40+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-10-21 10:31:46,181+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:31:46+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-10-21 10:31:46,196+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-10-21 10:31:46+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.allowautomatickeyupdate=true 2021-10-21 10:31:51,943+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:31:51+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-10-21 10:31:51,947+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:31:51+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.responseprotection=pbe 2021-10-21 10:31:57,749+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:31:57+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2021-10-21 10:31:58,044+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:31:58+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-10-21 10:31:58,071+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:31:58+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;ejbca;430485574;;Node123;msg=Added end entity Node123.;caid=430485574;cardnumber=;certificateprofileid=1;endentityprofileid=1;status=10;subjectAltName=;subjectDN=B64:Q049Tm9kZTEyMw==;subjectEmail=;tokentype=1;type=1;username=Node123 2021-10-21 10:32:04,142+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:32:04+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-10-21 10:32:04,144+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:32:04+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;430485574;;Node123;msg=Password changed for end entity Node123. 2021-10-21 10:32:09,280+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:32:09+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-10-21 10:32:09,282+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:32:09+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.extractusernamecomponent=CN 2021-10-21 10:32:20,307+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:32:20+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2021-10-21 10:32:26,055+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:32:26+00:00;ROLE_CREATION;SUCCESS;ROLES;CORE;ejbca;;;;msg=Role Certificate Update Admin added.;roleId=1691674980;roleName=Certificate Update Admin;nameSpace= 2021-10-21 10:32:31,234+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:32:31+00:00;ROLE_ACCESS_RULE_CHANGE;SUCCESS;ROLES;CORE;ejbca;;;;msg=Changed the following rules in role Certificate Update Admin: [added:/ca/430485574/:allow];roleId=1691674980;roleName=Certificate Update Admin;nameSpace= 2021-10-21 10:32:36,857+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:32:36+00:00;ROLE_ACCESS_RULE_CHANGE;SUCCESS;ROLES;CORE;ejbca;;;;msg=Changed the following rules in role Certificate Update Admin: [added:/ca_functionality/create_certificate/:allow];roleId=1691674980;roleName=Certificate Update Admin;nameSpace= 2021-10-21 10:32:42,372+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:32:42+00:00;ROLE_ACCESS_RULE_CHANGE;SUCCESS;ROLES;CORE;ejbca;;;;msg=Changed the following rules in role Certificate Update Admin: [added:/endentityprofilesrules/1356531849/:allow];roleId=1691674980;roleName=Certificate Update Admin;nameSpace= 2021-10-21 10:32:47,764+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:32:47+00:00;ROLE_ACCESS_RULE_CHANGE;SUCCESS;ROLES;CORE;ejbca;;;;msg=Changed the following rules in role Certificate Update Admin: [added:/ra_functionality/edit_end_entity/:allow];roleId=1691674980;roleName=Certificate Update Admin;nameSpace= 2021-10-21 10:32:53,307+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:32:53+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2021-10-21 10:32:53,612+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:32:53+00:00;ROLE_ACCESS_USER_ADDITION;SUCCESS;ROLES;CORE;ejbca;;;;msg=Added administrator aspect(s) Linux-Foundation to role Certificate Update Admin.;id=785602421;tokenType=CertificateAuthenticationToken;tokenIssuerId=430485574;tokenMatchKey=WITH_ORGANIZATION (5);tokenMatchOperator=TYPE_EQUALCASE (1000);tokenMatchValue=Linux-Foundation;roleId=1691674980;nameSpace=;roleName=Certificate Update Admin;description= 2021-10-21 10:33:12,222+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 10:33:12,233+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 10:35:50,653+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.75.110, for CMP alias: cmpRA 2021-10-21 10:35:50,672+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #b7bc0864878cee97d713cb0fac3b9458 2021-10-21 10:35:50,757+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-10-21 10:35:50,793+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:35:50+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.75.110;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-10-21 10:35:50,821+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:35:50+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.75.110;430485574;;sdnc.simpledemo.onap.org;msg=Added end entity sdnc.simpledemo.onap.org.;caid=430485574;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;status=10;subjectAltName=B64:ZE5TTmFtZT1zZG5jLnNpbXBsZWRlbW8ub25hcC5vcmc=;subjectDN=B64:Q049c2RuYy5zaW1wbGVkZW1vLm9uYXAub3JnLE9VPU9OQVAsTz1MaW51eC1Gb3VuZGF0aW9uLEw9U2FuLUZyYW5jaXNjbyxTVD1DYWxpZm9ybmlhLEM9VVM=;subjectEmail=;tokentype=1;type=1;username=sdnc.simpledemo.onap.org 2021-10-21 10:35:50,825+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:35:50+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.75.110;430485574;;sdnc.simpledemo.onap.org;msg=Authenticated user sdnc.simpledemo.onap.org. 2021-10-21 10:35:50,836+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:35:50+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.75.110;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574 2021-10-21 10:35:50,839+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:35:50+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.75.110;430485574;;sdnc.simpledemo.onap.org;subjectdn=CN=sdnc.simpledemo.onap.org,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,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=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApR35G2qGIg1fz/sl9EUM91IruItY09hm+muS3tVC/0sr/yU2xn0H3fK+B37+mU73yTlBriN6UzUUV5D7evpHFmXfuAFkAMv+nWxNx+6JTRN9JsEBKnwrWGLUMxcz3iWRfG9DRjMGz8zLVvQVMjSwUvjSyVVEOCANygvMlziCEdDUPBIkEGIsaO20T+jJqrCXNOxV1Rr+8jEZim3YrU7kDiX050B2iBLXqJoP5CLNY/q+b6OLnjj68WTE8YVl9TvapcSlWc8KLDTWWODtDBZmLAEZeNH9emMd3PcpzO2YJbbtMqo8SizpwM00XiaEZy6ID4KWje9ucKfvgmXRpe9miwIDAQAB 2021-10-21 10:35:51,307+0000 INFO [org.cesecore.certificates.ca.internal.CertificateValidity] (default task-2) Limiting validity of certificate because requested start of validity (Thu Oct 21 10:25:51 GMT 2021) is before CA start of validity (Thu Oct 21 10:30:20 GMT 2021). 2021-10-21 10:35:51,326+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:35:51+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.75.110;430485574;325E5F55DB7E05F44246E6B817E5B531855EAC7A;sdnc.simpledemo.onap.org;msg=Certificate stored for username 'sdnc.simpledemo.onap.org', fp=95b5c78d0eaebdc15779c82455892270f555eba4, subjectDN 'CN=sdnc.simpledemo.onap.org,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=325E5F55DB7E05F44246E6B817E5B531855EAC7A. 2021-10-21 10:35:51,327+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:35:51+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.75.110;430485574;325E5F55DB7E05F44246E6B817E5B531855EAC7A;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=MIIEmTCCAwGgAwIBAgIUMl5fVdt+BfRCRua4F+W1MYVerHowDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIxMTAyMTEwMzAyMFoXDTIzMTAyMTEwMjU1MFowgYcxITAfBgNVBAMMGHNkbmMuc2ltcGxlZGVtby5vbmFwLm9yZzENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQClHfkbaoYiDV/P+yX0RQz3Uiu4i1jT2Gb6a5Le1UL/Syv/JTbGfQfd8r4Hfv6ZTvfJOUGuI3pTNRRXkPt6+kcWZd+4AWQAy/6dbE3H7olNE30mwQEqfCtYYtQzFzPeJZF8b0NGMwbPzMtW9BUyNLBS+NLJVUQ4IA3KC8yXOIIR0NQ8EiQQYixo7bRP6MmqsJc07FXVGv7yMRmKbditTuQOJfTnQHaIEteomg/kIs1j+r5vo4ueOPrxZMTxhWX1O9qlxKVZzwosNNZY4O0MFmYsARl40f16Yx3c9ynM7Zgltu0yqjxKLOnAzTReJoRnLogPgpaN725wp++CZdGl72aLAgMBAAGjga8wgawwDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBQmrf3oD+L5isReQJYA+MWhbc1z6TAjBgNVHREEHDAaghhzZG5jLnNpbXBsZWRlbW8ub25hcC5vcmcwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUqPBaG44kD6JJE6AvXJ3ntypybJYwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQA6iY1U4FXm+KOG5pojf7LCb8m9zVItd55h9//jsx2ksGJRf4kNEPQYiq7r6wZ/pz3ujSnDetXOMAjWTq7e2EIDRxNRfjRjOwWrfCpRySZWIix/rRxaSUYOYEr+C9wJ23NKewhDGuqAkBfuMjIuYZ1TIdd0UMVhcNC9/r6bgQsjJYhY9hfTy7Vh0COhnL9NfhPjOgm1sJDDcpoCCPesILDkizpygT4iJioLJifH1+e1zhLN2Un9xTSXdMsD4jV9/Sv4xgpHkCI/jJHEpAJG/qmVmI5juz3Ej0F7QkmJzJrxhPsr66/lx4FawjjNMiWIjRPDrx8wdtPzLLDm6bZEJSLg70ShU7RN+YOY8Sx5BU0BOpQfut5p4Uhdg7gRvRBIbIq23TkGTw+PGIvYoqPR747jYkADKRtoFm2qPFbNKkMYqHAPTMHIW+jlbV3lDfY6nQgopSmSeO3l2C7aVixEyrGb+I/WTcTaqOr6Da/SWR7j+5ngGbozopl97mDNHJSimMc= 2021-10-21 10:35:51,366+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-10-21 10:35:51+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;sdnc.simpledemo.onap.org;msg=Edited end entity sdnc.simpledemo.onap.org, new status 40. 2021-10-21 10:35:51,367+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'sdnc.simpledemo.onap.org' to STATUS_GENERATED. 2021-10-21 10:35:52,264+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.75.110, process time 1611. 2021-10-21 10:38:12,244+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2021-10-21 10:38:12,257+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2021-10-21 10:43:12,257+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 10:43:12,285+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 10:48:12,289+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2021-10-21 10:48:12,298+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2021-10-21 10:53:12,299+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2021-10-21 10:53:12,314+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2021-10-21 10:58:12,316+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2021-10-21 10:58:12,329+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2021-10-21 11:03:12,331+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2021-10-21 11:03:12,562+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2021-10-21 11:08:12,563+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 11:08:12,571+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 11:13:12,572+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 11:13:12,578+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 11:18:12,580+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 11:18:12,587+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 11:23:12,588+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 11:23:12,593+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 11:28:12,594+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 11:28:12,604+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 11:33:12,606+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 11:33:12,613+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 11:38:12,614+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 11:38:12,624+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 11:43:12,625+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 11:43:12,631+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 11:48:12,634+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 11:48:12,643+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 11:53:12,644+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 11:53:12,651+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 11:58:12,652+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 11:58:12,659+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 12:03:12,660+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 12:03:12,667+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 12:08:12,668+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 12:08:12,674+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 12:13:12,675+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 12:13:12,682+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 12:18:12,683+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 12:18:12,693+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 12:23:12,695+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 12:23:12,702+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 12:28:12,703+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 12:28:12,708+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 12:33:12,710+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 12:33:12,714+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 12:38:12,715+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 12:38:12,722+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 12:43:12,723+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 12:43:12,730+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 12:48:12,731+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 12:48:12,738+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 12:53:12,740+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 12:53:12,746+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 12:58:12,747+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 12:58:12,753+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 13:03:12,754+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 13:03:12,759+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 13:08:12,759+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 13:08:12,765+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 13:13:12,766+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 13:13:12,775+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 13:18:12,776+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 13:18:12,783+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 13:23:12,784+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 13:23:12,789+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 13:28:12,790+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 13:28:12,796+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 13:33:12,796+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 13:33:12,801+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 13:38:12,801+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 13:38:12,809+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 13:43:12,810+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 13:43:12,815+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 13:48:12,816+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 13:48:12,824+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 13:53:12,825+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 13:53:12,830+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 13:58:12,831+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 13:58:12,837+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 14:03:12,838+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 14:03:12,860+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 14:08:12,862+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 14:08:12,869+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 14:13:12,871+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 14:13:12,877+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 14:18:12,877+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 14:18:12,885+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-10-21 14:23:12,886+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-10-21 14:23:12,891+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates