By type
2022-01-20 04:30:57,831+0000 INFO [/opt/primekey/bin/start.sh] (process:1) uid=10001 gid=0(root) groups=0(root) 2022-01-20 04:30:58,118+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Detected 1.500 available core(s). 2022-01-20 04:30:58,136+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Detected 1610612736 bytes available memory assigned to this container. 2022-01-20 04:30:58,198+0000 INFO [/opt/primekey/bin/start.sh] (process:1) MySQL/MariaDB database. 2022-01-20 04:30:59,708+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2022-01-20 04:30:59,774+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'SELECT 1' -> hit 2022-01-20 04:30:59,776+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2022-01-20 04:31:01,290+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2022-01-20 04:31:01,311+0000 ERROR [org.ejbca.ui.cli.jdbc.JdbcTool] (main) (conn=2962) Table 'ejbca.globalconfigurationdata' doesn't exist 2022-01-20 04:31:01,312+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2022-01-20 04:31:01,348+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Creating database tables... 2022-01-20 04:31:02,652+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. 2022-01-20 04:31:02,850+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2022-01-20 04:31:02,899+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 2022-01-20 04:31:02,940+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 2022-01-20 04:31:02,980+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 2022-01-20 04:31:03,018+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 2022-01-20 04:31:03,053+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 2022-01-20 04:31:03,098+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 2022-01-20 04:31:03,141+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 2022-01-20 04:31:03,178+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 2022-01-20 04:31:03,219+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 2022-01-20 04:31:03,255+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 2022-01-20 04:31:03,292+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 2022-01-20 04:31:03,334+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 2022-01-20 04:31:03,370+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 2022-01-20 04:31:03,405+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 2022-01-20 04:31:03,445+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 2022-01-20 04:31:03,477+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 2022-01-20 04:31:03,513+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 2022-01-20 04:31:03,551+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 2022-01-20 04:31:03,593+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 2022-01-20 04:31:03,633+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 2022-01-20 04:31:03,700+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 2022-01-20 04:31:03,735+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 2022-01-20 04:31:03,768+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 2022-01-20 04:31:03,802+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 2022-01-20 04:31:03,839+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 2022-01-20 04:31:03,879+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 2022-01-20 04:31:03,921+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 2022-01-20 04:31:03,964+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 2022-01-20 04:31:04,044+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 2022-01-20 04:31:04,119+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 2022-01-20 04:31:04,160+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 2022-01-20 04:31:04,199+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 2022-01-20 04:31:04,236+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 2022-01-20 04:31:04,273+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 2022-01-20 04:31:04,317+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 2022-01-20 04:31:04,360+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 2022-01-20 04:31:04,403+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 2022-01-20 04:31:04,446+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 2022-01-20 04:31:04,449+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2022-01-20 04:31:04,470+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Applying recommended database indexes... 2022-01-20 04:31:05,789+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. 2022-01-20 04:31:05,996+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2022-01-20 04:31:06,023+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX auditrecorddata_idx2 ON AuditRecordData (nodeId,sequenceNumber)' -> 0 2022-01-20 04:31:06,036+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX auditrecorddata_idx3 ON AuditRecordData (timeStamp)' -> 0 2022-01-20 04:31:06,051+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX auditrecorddata_idx4 ON AuditRecordData (searchDetail2)' -> 0 2022-01-20 04:31:06,058+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DROP INDEX IF EXISTS crldata_idx3 ON CRLData' -> 0 2022-01-20 04:31:06,062+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DROP INDEX IF EXISTS crldata_idx4 ON CRLData' -> 0 2022-01-20 04:31:06,074+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX crldata_idx5 ON CRLData(cRLNumber, issuerDN, crlPartitionIndex)' -> 0 2022-01-20 04:31:06,089+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX crldata_idx6 ON CRLData(issuerDN, crlPartitionIndex, deltaCRLIndicator, cRLNumber)' -> 0 2022-01-20 04:31:06,103+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX cadata_idx1 ON CAData (name)' -> 0 2022-01-20 04:31:06,117+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx2 ON CertificateData (username)' -> 0 2022-01-20 04:31:06,131+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx4 ON CertificateData (subjectDN)' -> 0 2022-01-20 04:31:06,145+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx5 ON CertificateData (type)' -> 0 2022-01-20 04:31:06,161+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx6 ON CertificateData (issuerDN,status)' -> 0 2022-01-20 04:31:06,176+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx7 ON CertificateData(certificateProfileId)' -> 0 2022-01-20 04:31:06,189+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx11 ON CertificateData (subjectKeyId)' -> 0 2022-01-20 04:31:06,193+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM CertificateData WHERE fingerprint='caba75f68c833c3c2d33f3f5052b7d5a76e80383'' -> 0 2022-01-20 04:31:06,194+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM CertificateData WHERE fingerprint='05a219d835622653192c30eeeee8f01f918b30fb'' -> 0 2022-01-20 04:31:06,198+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM Base64CertData WHERE fingerprint='caba75f68c833c3c2d33f3f5052b7d5a76e80383'' -> 0 2022-01-20 04:31:06,200+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM Base64CertData WHERE fingerprint='05a219d835622653192c30eeeee8f01f918b30fb'' -> 0 2022-01-20 04:31:06,211+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX certificatedata_idx12 ON CertificateData (serialNumber, issuerDN)' -> 0 2022-01-20 04:31:06,225+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX historydata_idx1 ON CertReqHistoryData (username)' -> 0 2022-01-20 04:31:06,242+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX historydata_idx3 ON CertReqHistoryData (serialNumber)' -> 0 2022-01-20 04:31:06,258+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX userdata_idx10 ON UserData (subjectDN)' -> 0 2022-01-20 04:31:06,272+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX userdata_idx11 ON UserData (status)' -> 0 2022-01-20 04:31:06,288+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX publisherqueue_idx3 ON PublisherQueueData (publisherId, publishStatus, timeCreated)' -> 0 2022-01-20 04:31:06,304+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX rolemember_idx1 ON RoleMemberData (tokenType,roleId)' -> 0 2022-01-20 04:31:06,319+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX blacklist_idx1 ON BlacklistData (type,value)' -> 0 2022-01-20 04:31:06,334+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx1 ON NoConflictCertificateData (serialNumber, issuerDN)' -> 0 2022-01-20 04:31:06,347+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx2 ON NoConflictCertificateData (fingerprint)' -> 0 2022-01-20 04:31:06,359+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx3 ON NoConflictCertificateData (issuerDN,status)' -> 0 2022-01-20 04:31:06,373+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx4 ON NoConflictCertificateData (certificateProfileId)' -> 0 2022-01-20 04:31:06,387+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeaccountdata_idx1 ON AcmeAccountData (currentKeyId)' -> 0 2022-01-20 04:31:06,403+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeorderdata_idx1 ON AcmeOrderData (accountId)' -> 0 2022-01-20 04:31:06,420+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeorderdata_idx2 ON AcmeOrderData (fingerprint, status)' -> 0 2022-01-20 04:31:06,435+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeauthorizationdata_idx1 ON AcmeAuthorizationData (accountId)' -> 0 2022-01-20 04:31:06,449+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeauthorizationdata_idx2 ON AcmeAuthorizationData (orderId)' -> 0 2022-01-20 04:31:06,465+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmechallengedata_idx1 ON AcmeChallengeData (authorizationId)' -> 0 2022-01-20 04:31:06,483+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX sctdata_idx1 ON SctData (fingerprint)' -> 0 2022-01-20 04:31:06,500+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX ocspresponsedata_idx1 ON OcspResponseData (cAId)' -> 0 2022-01-20 04:31:06,515+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX ocspresponsedata_idx2 ON OcspResponseData (serialNumber)' -> 0 2022-01-20 04:31:06,529+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX ocspresponsedata_idx3 ON OcspResponseData (producedAt)' -> 0 2022-01-20 04:31:06,532+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2022-01-20 04:31:06,560+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 ========================================================================= 2022-01-20 04:31:08,810+0000 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 22.0.1.Final (WildFly Core 14.0.1.Final) starting 2022-01-20 04:31:12,363+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. 2022-01-20 04:31:12,598+0000 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http) 2022-01-20 04:31:13,563+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 2.2.4.Final starting 2022-01-20 04:31:14,262+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server. 2022-01-20 04:31:14,666+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting 2022-01-20 04:31:14,772+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener remoting listening on 127.0.0.1:4447 2022-01-20 04:31:15,259+0000 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/primekey/wildfly-22.0.1.Final/standalone/deployments 2022-01-20 04:31:17,952+0000 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 46) ISPN000128: Infinispan version: Infinispan 'Corona Extra' 11.0.8.Final 2022-01-20 04:31:18,089+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. 2022-01-20 04:31:18,091+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. 2022-01-20 04:31:18,366+0000 INFO [org.infinispan.PERSISTENCE] (ServerService Thread Pool -- 46) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.spi.marshalling.InfinispanProtoStreamMarshaller' 2022-01-20 04:31:22,191+0000 INFO [org.jboss.as.jpa] (MSC service thread 1-4) WFLYJPA0002: Read persistence.xml for ejbca 2022-01-20 04:31:26,270+0000 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 46) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'ejbca.ear#ejbca' 2022-01-20 04:31:27,749+0000 ERROR [org.jboss.as.jsf] (MSC service thread 1-3) WFLYJSF0002: Could not load JSF managed bean class: org.ejbca.ui.web.admin.peerconnector.PeerConnectorsMBean 2022-01-20 04:31:27,751+0000 ERROR [org.jboss.as.jsf] (MSC service thread 1-3) WFLYJSF0002: Could not load JSF managed bean class: org.ejbca.ui.web.admin.peerconnector.PeerConnectorMBean 2022-01-20 04:31:33,551+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) 2022-01-20 04:31:33,557+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) 2022-01-20 04:31:33,562+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) 2022-01-20 04:31:33,568+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) 2022-01-20 04:31:33,569+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) 2022-01-20 04:31:33,969+0000 WARN [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0131: EJB org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean should not have a final or static method (decRemainingLoginAttempts) 2022-01-20 04:31:35,178+0000 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 46) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'ejbca.ear#ejbca' 2022-01-20 04:31:35,686+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) 2022-01-20 04:31:40,203+0000 WARN [org.jboss.weld.Bootstrap] (MSC service thread 1-4) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType>) used for class com.sun.faces.flow.FlowDiscoveryCDIHelper is deprecated from CDI 1.1! 2022-01-20 04:31:42,187+0000 SEVERE [javax.enterprise.resource.webcontainer.jsf.flow] (MSC service thread 1-4) Unable to obtain CDI 1.1 utilities for Mojarra 2022-01-20 04:31:42,191+0000 SEVERE [javax.enterprise.resource.webcontainer.jsf.application.view] (MSC service thread 1-4) Unable to obtain CDI 1.1 utilities for Mojarra 2022-01-20 04:31:44,276+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] 2022-01-20 04:31:44,276+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 57) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, GET] 2022-01-20 04:31:44,276+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 60) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2022-01-20 04:31:44,277+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 56) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2022-01-20 04:31:44,277+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 55) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, GET] 2022-01-20 04:31:44,277+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] 2022-01-20 04:31:44,277+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] 2022-01-20 04:31:44,276+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] 2022-01-20 04:31:44,278+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 68) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2022-01-20 04:31:44,379+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 72) Init, EJBCA 7.4.3.2 Community (67479006a69140e81d66e39871bed8255362effc) startup. 2022-01-20 04:31:45,072+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 72) BouncyCastle provider is from our ejbca.ear classloader. 2022-01-20 04:31:45,078+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 72) Registered AuthenticationTokens [OAuth2AuthenticationToken, PublicAccessAuthenticationToken, CertificateAuthenticationToken, CliAuthenticationToken, AlwaysAllowLocalAuthenticationToken] 2022-01-20 04:31:45,080+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 72) Class not found: se.primeKey.caToken.card.PrimeCAToken. 2022-01-20 04:31:45,080+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 72) Can not register se.primeKey.caToken.card.PrimeCAToken. This is normally not an error. 2022-01-20 04:31:45,096+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 72) Class not found: org.ejbca.keys.token.AWSKMSCryptoToken. 2022-01-20 04:31:45,096+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 72) Can not register org.ejbca.keys.token.AWSKMSCryptoToken. This is normally not an error. 2022-01-20 04:31:45,096+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 72) Class not found: org.cesecore.keys.token.p11ng.cryptotoken.Pkcs11NgCryptoToken. 2022-01-20 04:31:45,096+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 72) Can not register org.cesecore.keys.token.p11ng.cryptotoken.Pkcs11NgCryptoToken. This is normally not an error. 2022-01-20 04:31:45,186+0000 INFO [org.cesecore.audit.AuditDevicesConfig] (ServerService Thread Pool -- 72) Registered audit device using implementation: org.cesecore.audit.impl.log4j.Log4jDevice 2022-01-20 04:31:45,186+0000 INFO [org.cesecore.audit.AuditDevicesConfig] (ServerService Thread Pool -- 72) Configured exporter AuditExporterDummy for device Log4jDevice 2022-01-20 04:31:45,256+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 72) 2022-01-20 04:31:45+00:00;EJBCA_STARTING;SUCCESS;SERVICE;EJBCA;Application internal;;onap-ejbca-7d4dbb49c6-xgzxz;;msg=Init, EJBCA 7.4.3.2 Community (67479006a69140e81d66e39871bed8255362effc) startup. 2022-01-20 04:31:45,260+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 72) 2022-01-20 04:31:45+00:00;LOG_MANAGEMENT_CHANGE;VOID;SECURITY_AUDIT;CORE;Application internal;;;;msg=No integrity protected security audit logger devices configured. 2022-01-20 04:31:45,270+0000 INFO [org.ejbca.core.ejb.authorization.AuthorizationSystemSessionBean] (ServerService Thread Pool -- 72) No roles or CAs exist, intializing Super Administrator Role with default CLI user. 2022-01-20 04:31:45,277+0000 INFO [org.cesecore.dbprotection.ProtectedData] (ServerService Thread Pool -- 72) No database integrity protection available in this version of EJBCA. 2022-01-20 04:31:45,862+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 72) Setting isUniqueCertificateSerialNumberIndex to: true 2022-01-20 04:31:45,890+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 72) 2022-01-20 04:31:45+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2022-01-20 04:31:45,975+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 72) 2022-01-20 04:31:45+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Global configuration with id 0 created. 2022-01-20 04:31:45,986+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 72) 2022-01-20 04:31:45+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2022-01-20 04:31:45,990+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 72) 2022-01-20 04:31:45+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Global configuration with id UPGRADE created. 2022-01-20 04:31:45,996+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 72) 2022-01-20 04:31:45+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2022-01-20 04:31:46,066+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 72) 2022-01-20 04:31:46+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id UPGRADE.;added:validityWithSecondsGranularity=true 2022-01-20 04:31:46,081+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 72) 2022-01-20 04:31:46+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2022-01-20 04:31:46,086+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 72) 2022-01-20 04:31:46+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 2022-01-20 04:31:46,093+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 72) 2022-01-20 04:31:46+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2022-01-20 04:31:46,155+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 72) 2022-01-20 04:31:46+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id UPGRADE.;added:postUpgradedToVersion=7.4.0 2022-01-20 04:31:46,165+0000 INFO [org.ejbca.core.ejb.upgrade.UpgradeSessionBean] (ServerService Thread Pool -- 72) Database content version: 7.4.3.2, current application version: 7.4.3.2 -> Upgrade is not needed. 2022-01-20 04:31:46,184+0000 INFO [org.cesecore.certificates.ocsp.cache.OcspSigningCache] (ServerService Thread Pool -- 72) No default responder was defined. OCSP requests for certificates issued by unknown CAs will return "unauthorized" as per RFC6960, Section 2.3 2022-01-20 04:31:46,186+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 72) Reloading CA certificate cache. 2022-01-20 04:31:46,260+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 72) Reloaded CA certificate cache with 0 certificates 2022-01-20 04:31:46,270+0000 INFO [org.ejbca.core.ejb.ocsp.OcspResponseCleanupSessionBean] (ServerService Thread Pool -- 72) OCSP clean up job is disabled. 2022-01-20 04:31:48,288+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] 2022-01-20 04:31:48,782+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] 2022-01-20 04:31:48,860+0000 INFO [org.jboss.as.server] (ServerService Thread Pool -- 27) WFLYSRV0010: Deployed "ejbca.ear" (runtime-name : "ejbca.ear") 2022-01-20 04:31:48,861+0000 INFO [org.jboss.as.server] (ServerService Thread Pool -- 27) WFLYSRV0010: Deployed "jdbc-driver.jar" (runtime-name : "jdbc-driver.jar") 2022-01-20 04:31:48,964+0000 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server 2022-01-20 04:31:48,970+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 22.0.1.Final (WildFly Core 14.0.1.Final) started in 41746ms - Started 5790 of 5915 services (283 services are lazy, passive or on-demand) 2022-01-20 04:31:48,975+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management 2022-01-20 04:31:48,975+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled 2022-01-20 04:31:49,803+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Application /opt/primekey/appserver/standalone/deployments/ejbca.ear.deployed successfully started. 2022-01-20 04:31:49,814+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Setting up in-bound connectivity... 2022-01-20 04:31:54,589+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. 2022-01-20 04:32:13,859+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Certificate stored in file 2022-01-20 04:32:14,635+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Generated TLS certificate with fingerprint dfc07f166e6c566451cbaf8401d66122ea65a5ba750d17a0ca5ac72c084de146. 2022-01-20 04:32:14,649+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Importing keystore /opt/primekey/secrets/persistent/tls/onap-ejbca-7d4dbb49c6-xgzxz/server.jks to /opt/primekey/tmp/tmp.GXqMSl8Vgj/keystore.jks... 2022-01-20 04:32:14,649+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Entry for alias onap-ejbca-7d4dbb49c6-xgzxz successfully imported. 2022-01-20 04:32:14,649+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Import command completed: 1 entries successfully imported, 0 entries failed or cancelled 2022-01-20 04:32:32,222+0000 WARN [/opt/primekey/bin/start.sh] (process:1) Will use self-signed server side TLS keystore. 2022-01-20 04:32:40,559+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 2022-01-20 04:32:49,364+0000 INFO [org.ejbca.ui.web.pub.HealthCheckServlet] (default task-1) All IPs are authorized. 2022-01-20 04:32:49,396+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Enabling HTTP listener on 0.0.0.0:8080. 2022-01-20 04:32:53,284+0000 INFO [org.jboss.as.protocol] (management task-2) WFLYPRT0057: cancelled task by interrupting thread Thread[management-handler-thread - 1,5,management-handler-thread] 2022-01-20 04:33:02,142+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Adding initial application RoleMember (";PublicAccessAuthenticationToken:TRANSPORT_ANY;"). 2022-01-20 04:33:06,096+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:06+00:00;ROLE_ACCESS_USER_ADDITION;SUCCESS;ROLES;CORE;ejbca;;;;msg=Added administrator aspect(s) to role Super Administrator Role.;id=667942875;tokenType=PublicAccessAuthenticationToken;tokenIssuerId=0;tokenMatchKey=TRANSPORT_ANY (0);tokenMatchOperator=TYPE_UNUSED (0);tokenMatchValue=;roleId=1;nameSpace=;roleName=Super Administrator Role;description=Initial RoleMember. 2022-01-20 04:33:10,720+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2022-01-20 04:33:10,720+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ################################################################################################### 2022-01-20 04:33:10,720+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2022-01-20 04:33:10,720+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # Whenever you are ready for production: # 2022-01-20 04:33:10,720+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2022-01-20 04:33:10,720+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # Try out the commercially supported EJBCA Enterprise Cloud on AWS, fully featured with: # 2022-01-20 04:33:10,720+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Additional enrollment APIs such as a REST API, EST, ACME and more. # 2022-01-20 04:33:10,720+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Support for external Registration Authority and OCSP responders # 2022-01-20 04:33:10,720+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Hardware Security Module support # 2022-01-20 04:33:10,720+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Application updates # 2022-01-20 04:33:10,720+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - ...and more! # 2022-01-20 04:33:10,720+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2022-01-20 04:33:10,720+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 # 2022-01-20 04:33:10,720+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # your specific needs. # 2022-01-20 04:33:10,720+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2022-01-20 04:33:10,720+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # https://aws.amazon.com/marketplace/seller-profile?id=7edf9048-58e6-4086-9d98-b8e0c1d78fce # 2022-01-20 04:33:10,720+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # https://www.primekey.com # 2022-01-20 04:33:10,720+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # sales@primekey.com # 2022-01-20 04:33:10,720+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2022-01-20 04:33:10,720+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ################################################################################################### 2022-01-20 04:33:10,720+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2022-01-20 04:33:10,742+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Waiting 5 seconds before signaling application readiness to ensure proper handling of PublicAccessAuthenticationToken. 2022-01-20 04:33:15,759+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Health check now reports application status at /ejbca/publicweb/healthcheck/ejbcahealth 2022-01-20 04:33:15,771+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2022-01-20 04:33:15,771+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ***************************************************************************************** 2022-01-20 04:33:15,771+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * A fresh installation was detected please, but no Management CA has been created yet. * 2022-01-20 04:33:15,771+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * * 2022-01-20 04:33:15,771+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * URL: https://onap-ejbca-7d4dbb49c6-xgzxz:443/ejbca/adminweb/ 2022-01-20 04:33:15,771+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * * 2022-01-20 04:33:15,771+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * If you use different port mapping or a proxy, please adapt the URL above accordingly. * 2022-01-20 04:33:15,771+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ***************************************************************************************** 2022-01-20 04:33:15,771+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2022-01-20 04:33:23,799+0000 INFO [org.apache.commons.configuration.PropertiesConfiguration] (default task-1) Reloading configuration. URL is file:/etc/ejbca/conf/web.properties 2022-01-20 04:33:23,982+0000 INFO [org.cesecore.certificates.ca.CaSessionBean] (default task-1) CA with name ManagementCA does not exist. 2022-01-20 04:33:24,155+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:24+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/modify 2022-01-20 04:33:24,184+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. 2022-01-20 04:33:24,508+0000 INFO [org.cesecore.keys.token.SoftCryptoToken] (default task-1) Error activating Crypto Token with ID 862298826. No keystore data available yet, creating new PKCS#12 keystore. 2022-01-20 04:33:24,737+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:24+00:00;CRYPTOTOKEN_CREATE;SUCCESS;CRYPTOTOKEN;CORE;ejbca;862298826;;;msg=Created CryptoToken with id 862298826;name=ManagementCA;encProviderName=BC;signProviderName=BC;autoActivation=added;autoActivationPinProtection=legacy;added:tokenName=ManagementCA 2022-01-20 04:33:25,468+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:25+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/keys/generate/862298826 2022-01-20 04:33:27,715+0000 INFO [org.cesecore.keys.util.SignWithWorkingAlgorithm] (default task-1) Signature algorithm 'SHA256WithRSA' working for provider 'BC version 1.68'. 2022-01-20 04:33:27,901+0000 INFO [org.cesecore.keys.util.SignWithWorkingAlgorithm] (default task-1) Signature algorithm 'SHA1WithRSA' working for provider 'BC version 1.68'. 2022-01-20 04:33:28,037+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:28+00:00;CRYPTOTOKEN_GEN_KEYPAIR;SUCCESS;CRYPTOTOKEN;CORE;ejbca;862298826;;;msg=Generated new keypair in CryptoToken 862298826;keyAlias=signKey;keySpecification=3072 2022-01-20 04:33:28,082+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:28+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/keys/generate/862298826 2022-01-20 04:33:29,640+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:29+00:00;CRYPTOTOKEN_GEN_KEYPAIR;SUCCESS;CRYPTOTOKEN;CORE;ejbca;862298826;;;msg=Generated new keypair in CryptoToken 862298826;keyAlias=encryptKey;keySpecification=3072 2022-01-20 04:33:29,780+0000 INFO [org.ejbca.core.ejb.ca.caadmin.CAAdminSessionBean] (default task-1) Creating an X509 CA: ManagementCA 2022-01-20 04:33:29,804+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:29+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/add_ca;resource1=/cryptotoken/use/862298826 2022-01-20 04:33:29,876+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:29+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 2022-01-20 04:33:29,888+0000 INFO [org.cesecore.certificates.ca.internal.SernoGeneratorRandom] (default task-1) Using SHA1PRNG serialNumber RNG algorithm. 2022-01-20 04:33:29,963+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:29+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/430485574 2022-01-20 04:33:29,964+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:29+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+gAwIBAgIURQO8sIX57ezYBojgSKPp8MjfdNswDQYJKoZIhvcNAQEL BQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50 Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIyMDEy MDA0MzMyOVoXDTMyMDEyMDA0MzMyOFowUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1 MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5l ciBRdWlja3N0YXJ0MIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEArODq 5/rslLdmCn8fDT8bR2iQG6LWC0fdPK4QAFD0fuJ30zZBIqL8+4wzLZqRyA4ng8du cpvwPwZtAodo37Wy2/MKerzbEpjATeUEdILlkEzJwMuXntTwBwM2F8KlNc/8WYnW S8lW25ijqPnQ22jSCiii0+MTulArfUYCPh8VNUWjRSjDJwBGufCvg9blGR7TmOFL NQfQ/aFgBE5envu7EnJTJRjo9EG8tyDhvEeW4BM1AEhdCavGWeg05EkkEDPv/5Oq rSOtUXC5wG0uVud6oULtWT4Lhou7wIuoSMQ+uat/89PJSNCEw3XruJkcfJA70nDk 3WfO8bV1/zIrbjpUMiQT/JVkwZSszYYEufY4mhzuWTdsKNnNwgJYtDqdJG4zgOsS uVkXQNXclt6XgkjjSd9dyj8Sl1mrtO/gy1NPtYZbkm2+TZfm/ZGcoO0VI9RiOUDc BRWFnV2lzA/KSkz8yNk3ffhhUqfaMl+2hRk0ZgZ1I1xfXpxPAr7E4o+aZmy7AgMB AAGjYzBhMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUMEHK9thDvxWmGIBv 73jIMmDeLD8wHQYDVR0OBBYEFDBByvbYQ78VphiAb+94yDJg3iw/MA4GA1UdDwEB /wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAYEAeg6eVjNE56TPTFv/6jlTW9OlFRey 6Dlc4lGiOFXSkGMsYYKBROfQLVrIBSnhFKBbX04odjs6xYWRElfxieaidmY8+PZV RiTYSfN9oZ3m+1zVI7mTAE2ELUtXP/dqvCZ8JNPwQxvfsGITb1qltbEb+9Y+1HSv mdHcA3eNY9J3fjdVOB0bm/2IHfXOG8BBv31yYKhzebpYhyP1EiSBXkySdU6nzIvF cJzKkVrpyBldpHKKOmyA8877zawDlx0k6RdgdCiH7TssQXMwsw9dLjZTGMjG+Y94 UupEV7q4j0pH2h7J0ifgv89VoJeojTIfaXK/2O05KvXGO3ogJLwCEZbjna+zsncO S2ssMaiPkBFyG4nr3Chjh44w2Q1+YYUK7PRcwccu83L7TLgZTs1IURwHl7NKx2Tn /ueAyeYuPahU7+PntA3PlqPARAc7bvpRWJcarJvoaQMVorC9t7wlB88exHtMuT2j kuy3S8m90UThHQWxzo0DhtzS7cRM2pN9CfNi];tokenproperties={certSignKey=signKey, crlSignKey=signKey, defaultKey=encryptKey};tokensequence=00000 2022-01-20 04:33:29,995+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:29+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2022-01-20 04:33:30,055+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:30+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;ejbca;430485574;4503BCB085F9EDECD80688E048A3E9F0C8DF74DB;SYSTEMCA;msg=Certificate stored for username 'SYSTEMCA', fp=75f5190c2e03f9f56e18c250b061908aebc529a8, subjectDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=4503BCB085F9EDECD80688E048A3E9F0C8DF74DB. 2022-01-20 04:33:30,056+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-1) Reloading CA certificate cache. 2022-01-20 04:33:30,094+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-1) Reloaded CA certificate cache with 1 certificates 2022-01-20 04:33:30,096+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:30+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2022-01-20 04:33:30,098+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:30+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/430485574 2022-01-20 04:33:30,166+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:30+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2022-01-20 04:33:30,214+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:30+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/create_crl 2022-01-20 04:33:30,281+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:30+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2022-01-20 04:33:30,286+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:30+00:00;CRL_STORED;SUCCESS;CRL;CORE;ejbca;430485574;;;msg=Stored CRL with CRLNumber=1, fingerprint=4282b76a823c21dbb90ceb6104fb95b5013b1c5f, issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart'. 2022-01-20 04:33:30,286+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:30+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'. 2022-01-20 04:33:30,287+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:30+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2022-01-20 04:33:30,287+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:30+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2022-01-20 04:33:30,288+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:30+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2022-01-20 04:33:30,299+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:30+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2022-01-20 04:33:30,299+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-1) Reloading CA certificate cache. 2022-01-20 04:33:30,304+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-1) Reloaded CA certificate cache with 1 certificates 2022-01-20 04:33:30,356+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:30+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2022-01-20 04:33:34,449+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:34+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2022-01-20 04:33:34,453+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:34+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Global configuration with id 1 created. 2022-01-20 04:33:38,508+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:38+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2022-01-20 04:33:38,510+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:38+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.operationmode=ra 2022-01-20 04:33:42,678+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:42+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2022-01-20 04:33:42,904+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:42+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/430485574 2022-01-20 04:33:42,953+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:42+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=862298826, 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 2022-01-20 04:33:42,976+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:42+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2022-01-20 04:33:43,059+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:43+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2022-01-20 04:33:47,078+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:47+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2022-01-20 04:33:47,082+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:47+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1. 2022-01-20 04:33:51,176+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:51+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2022-01-20 04:33:51,179+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:51+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.authenticationmodule=HMAC;EndEntityCertificate 2022-01-20 04:33:55,471+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:55+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2022-01-20 04:33:55,476+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:55+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.authenticationparameters=-;ManagementCA 2022-01-20 04:33:59,553+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:59+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2022-01-20 04:33:59,558+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:33:59+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.allowautomatickeyupdate=true 2022-01-20 04:34:04,885+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:04+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_certificate_profiles;resource1=/ca/ 2022-01-20 04:34:04,908+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:04+00:00;CERTPROFILE_CREATION;SUCCESS;CERTIFICATEPROFILE;CORE;ejbca;;;;msg=New certificate profile CUSTOM_ENDUSER added successfully. 2022-01-20 04:34:05,172+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:05+00:00;RA_ADDEEPROFILE;SUCCESS;RA;EJBCA;ejbca;;;;msg=End entity profile Custom_EndEntity added. 2022-01-20 04:34:09,101+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:09+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2022-01-20 04:34:09,104+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:09+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.ra.certificateprofile=CUSTOM_ENDUSER 2022-01-20 04:34:13,222+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:13+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2022-01-20 04:34:13,253+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:13+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.ra.endentityprofileid=1356531849 2022-01-20 04:34:17,396+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:17+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2022-01-20 04:34:21,754+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:21+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2022-01-20 04:34:21,756+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:21+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 2022-01-20 04:34:29,796+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:29+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2022-01-20 04:34:29,798+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:29+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= 2022-01-20 04:34:33,894+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:33+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2022-01-20 04:34:33,896+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:33+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.allowautomatickeyupdate=true 2022-01-20 04:34:38,069+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:38+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2022-01-20 04:34:38,074+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:38+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.responseprotection=pbe 2022-01-20 04:34:42,352+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:42+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2022-01-20 04:34:42,496+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:42+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/create_end_entity;resource1=/ra_functionality/create_end_entity 2022-01-20 04:34:42,517+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:42+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 2022-01-20 04:34:46,600+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:46+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2022-01-20 04:34:46,601+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:46+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;430485574;;Node123;msg=Password changed for end entity Node123. 2022-01-20 04:34:50,774+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:50+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2022-01-20 04:34:50,776+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:50+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.extractusernamecomponent=CN 2022-01-20 04:34:58,890+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:34:58+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2022-01-20 04:35:03,168+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:35:03+00:00;ROLE_CREATION;SUCCESS;ROLES;CORE;ejbca;;;;msg=Role Certificate Update Admin added.;roleId=312888674;roleName=Certificate Update Admin;nameSpace= 2022-01-20 04:35:07,307+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:35:07+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=312888674;roleName=Certificate Update Admin;nameSpace= 2022-01-20 04:35:11,486+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 04:35:11+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=312888674;roleName=Certificate Update Admin;nameSpace= 2022-01-20 04:35:15,473+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2022-01-20 04:35:15+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=312888674;roleName=Certificate Update Admin;nameSpace= 2022-01-20 04:35:19,604+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2022-01-20 04:35:19+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=312888674;roleName=Certificate Update Admin;nameSpace= 2022-01-20 04:35:23,682+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2022-01-20 04:35:23+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574 2022-01-20 04:35:23,864+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2022-01-20 04:35:23+00:00;ROLE_ACCESS_USER_ADDITION;SUCCESS;ROLES;CORE;ejbca;;;;msg=Added administrator aspect(s) Linux-Foundation to role Certificate Update Admin.;id=1434484342;tokenType=CertificateAuthenticationToken;tokenIssuerId=430485574;tokenMatchKey=WITH_ORGANIZATION (5);tokenMatchOperator=TYPE_EQUALCASE (1000);tokenMatchValue=Linux-Foundation;roleId=312888674;nameSpace=;roleName=Certificate Update Admin;description= 2022-01-20 04:36:46,263+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2022-01-20 04:36:46,269+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2022-01-20 04:41:46,271+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2022-01-20 04:41:46,279+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2022-01-20 04:46:46,279+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2022-01-20 04:46:46,284+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2022-01-20 04:51:46,286+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 04:51:46,296+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2022-01-20 04:56:46,298+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2022-01-20 04:56:46,310+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2022-01-20 05:01:46,313+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 05:01:46,327+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2022-01-20 05:06:46,328+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2022-01-20 05:06:46,338+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2022-01-20 05:11:46,339+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 05:11:46,350+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2022-01-20 05:16:46,352+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 05:16:46,362+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2022-01-20 05:21:34,284+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.76.206, for CMP alias: cmpRA 2022-01-20 05:21:34,294+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #c89f21b4b971a6d94b82d84ecbd09919 2022-01-20 05:21:34,323+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2022-01-20 05:21:34,361+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 05:21:34+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.206;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2022-01-20 05:21:34,374+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 05:21:34+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.76.206;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 2022-01-20 05:21:34,380+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 05:21:34+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.76.206;430485574;;sdnc.simpledemo.onap.org;msg=Authenticated user sdnc.simpledemo.onap.org. 2022-01-20 05:21:34,385+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 05:21:34+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.206;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574 2022-01-20 05:21:34,385+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 05:21:34+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.76.206;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=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy6vQ+w8e+bXqvC+1EgUmn4spf8TR6JCp3y7FndAchrRN71kd462/ej9YbUIezIG25M5fQoqWbpimOsaQ/6voFKrBXGB9dKyo/viIxU9odWXaqIigxpue1TvwB0OoVLTSWVBMEHa3DDjK/1mqrbQmxaFJpBTdBwq1fcyWTX8UigfWZh8c8/bSEGevH64zUOx7CuxCvxEyQG5bw9p3Ncj/1I1VwNqijHQZ9mR1YOPtSLeHCF4ezhs9f7Uh+xQCVMY5Wb4DEC+i4svEN6YEzsWXGOPs6UdlN3HSYwK7lAxqjgF70SOBJVfVMzSbjMSCiiMDdmR+2C6hI4uhh6+/uVR6gQIDAQAB 2022-01-20 05:21:34,413+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 05:21:34+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.76.206;430485574;4D0C394CEE63C8F14AC5EFCC6A9487BF77A14C4;sdnc.simpledemo.onap.org;msg=Certificate stored for username 'sdnc.simpledemo.onap.org', fp=dddfb0c3f5c5b236b422716318b546032b9d35c0, 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=4D0C394CEE63C8F14AC5EFCC6A9487BF77A14C4. 2022-01-20 05:21:34,414+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 05:21:34+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.76.206;430485574;4D0C394CEE63C8F14AC5EFCC6A9487BF77A14C4;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=MIIEmTCCAwGgAwIBAgIUBNDDlM7mPI8UrF78xqlIe/d6FMQwDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIyMDEyMDA1MTEzNFoXDTI0MDEyMDA1MTEzM1owgYcxITAfBgNVBAMMGHNkbmMuc2ltcGxlZGVtby5vbmFwLm9yZzENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDLq9D7Dx75teq8L7USBSafiyl/xNHokKnfLsWd0ByGtE3vWR3jrb96P1htQh7Mgbbkzl9CipZumKY6xpD/q+gUqsFcYH10rKj++IjFT2h1ZdqoiKDGm57VO/AHQ6hUtNJZUEwQdrcMOMr/WaqttCbFoUmkFN0HCrV9zJZNfxSKB9ZmHxzz9tIQZ68frjNQ7HsK7EK/ETJAblvD2nc1yP/UjVXA2qKMdBn2ZHVg4+1It4cIXh7OGz1/tSH7FAJUxjlZvgMQL6Liy8Q3pgTOxZcY4+zpR2U3cdJjAruUDGqOAXvRI4ElV9UzNJuMxIKKIwN2ZH7YLqEji6GHr7+5VHqBAgMBAAGjga8wgawwDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBQwQcr22EO/FaYYgG/veMgyYN4sPzAjBgNVHREEHDAaghhzZG5jLnNpbXBsZWRlbW8ub25hcC5vcmcwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUPEJMc1vgJ745wNOWXzloJ7F0P3IwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQBWaS5Kw1Yy+GZO3jUgtjqjmBt8JFQZTVj4XzOSG88Q5ipTWjWT47Xf7ivcAQ46QxuN+HZ1EM4kjiQpwoBlB8GObG7lt418AS1IZnnfk4M1FWysIhLAoKP084zFYODbHk8Hck2C9ebCbgrGXNVvjfZTbbV3f+8T3Y7WIT1kHfcGKFPtWcCKE5OjpfsycC3K3nL7Jn+vG1DGDEmmtS4t9H9t+4hN5ipk8jfKQLqT6qeW8FyDxWdWkXFqN7w6sbOMcLi1bh15T4PzwAn1SguRzYdLjmAiIZwiJUut+T5XqihW9Z++0lnhPHuj6/pAz1IVFPq4PrxSQ/vKsmj1qjXwiPRncnvYuAJ/9MXknzcqi6lTPlrnw//TQxdP8aYnY2ETIO3Vkw2Oo9sUsGiOxLu3zbcb2uGN6J7K+tcKF8ew6pw3W6NFjdnuIlbTijYoLxiiKo2hfX4qeNB44qaW32ahm1kLO3QH4bLkCoMNE5rbCUYBDXK+UGtNIpUo44s/csI9qfU= 2022-01-20 05:21:34,480+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2022-01-20 05:21:34+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. 2022-01-20 05:21:34,480+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'sdnc.simpledemo.onap.org' to STATUS_GENERATED. 2022-01-20 05:21:34,494+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.76.206, process time 210. 2022-01-20 05:21:46,362+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 05:21:46,369+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2022-01-20 05:26:46,370+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 05:26:46,376+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2022-01-20 05:31:46,377+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 05:31:46,387+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2022-01-20 05:36:46,389+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 05:36:46,399+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2022-01-20 05:41:46,400+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 05:41:46,410+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2022-01-20 05:46:46,412+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 05:46:46,422+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2022-01-20 05:51:46,424+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 05:51:46,434+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2022-01-20 05:56:46,435+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 05:56:46,446+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2022-01-20 06:01:46,448+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 06:01:46,459+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2022-01-20 06:06:46,460+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 06:06:46,469+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2022-01-20 06:11:46,470+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 06:11:46,479+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2022-01-20 06:16:46,480+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 06:16:46,485+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2022-01-20 06:21:46,487+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 06:21:46,494+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2022-01-20 06:26:46,495+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 06:26:46,502+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2022-01-20 06:31:46,503+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 06:31:46,511+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2022-01-20 06:36:46,512+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 06:36:46,520+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2022-01-20 06:41:46,521+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2022-01-20 06:41:46,529+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates