By type
2021-04-13 01:33:42,898+0000 INFO [/opt/primekey/bin/start.sh] (process:1) uid=10001 gid=0(root) groups=0(root) 2021-04-13 01:33:43,670+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Detected 1 available core(s). 2021-04-13 01:33:43,681+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Detected 1610612736 bytes available memory assigned to this container. 2021-04-13 01:33:43,700+0000 INFO [/opt/primekey/bin/start.sh] (process:1) MySQL/MariaDB database. 2021-04-13 01:33:45,004+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-04-13 01:33:45,012+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'SELECT 1' -> hit 2021-04-13 01:33:45,013+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-04-13 01:33:46,222+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-04-13 01:33:46,234+0000 ERROR [org.ejbca.ui.cli.jdbc.JdbcTool] (main) (conn=161) Table 'ejbca.globalconfigurationdata' doesn't exist 2021-04-13 01:33:46,235+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-04-13 01:33:46,243+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Creating database tables... 2021-04-13 01:33:47,375+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Loading SQL script '/opt/primekey/ejbca/doc/sql-scripts/create-tables-ejbca-mysql.sql' with 481 lines. 2021-04-13 01:33:47,587+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-04-13 01:33:47,618+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-04-13 01:33:47,638+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-04-13 01:33:47,660+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-04-13 01:33:47,680+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-04-13 01:33:47,700+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE ApprovalData ( id INT(11) NOT NULL, approvalData LONGTEXT NOT NULL, approvalId INT(11) NOT NULL, approvalType INT(11) NOT NULL, cAId INT(11) NOT NULL, endEntityProfileId INT(11) NOT NULL, expireDate BIGINT(20) NOT NULL, remainingApprovals INT(11) NOT NULL, reqAdminCertIssuerDn VARCHAR(250) BINARY, reqAdminCertSn VARCHAR(250) BINARY, requestData LONGTEXT NOT NULL, requestDate BIGINT(20) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, status INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0 2021-04-13 01:33:47,720+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-04-13 01:33:47,742+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-04-13 01:33:47,760+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE Base64CertData ( fingerprint VARCHAR(250) BINARY NOT NULL, base64Cert LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (fingerprint) )' -> 0 2021-04-13 01:33:47,780+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-04-13 01:33:47,803+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE CRLData ( fingerprint VARCHAR(250) BINARY NOT NULL, base64Crl LONGTEXT NOT NULL, cAFingerprint VARCHAR(250) BINARY NOT NULL, cRLNumber INT(11) NOT NULL, deltaCRLIndicator INT(11) NOT NULL, issuerDN VARCHAR(250) BINARY NOT NULL, nextUpdate BIGINT(20) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, thisUpdate BIGINT(20) NOT NULL, PRIMARY KEY (fingerprint) )' -> 0 2021-04-13 01:33:47,826+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-04-13 01:33:47,848+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE CertificateData ( fingerprint VARCHAR(250) BINARY NOT NULL, base64Cert LONGTEXT, cAFingerprint VARCHAR(250) BINARY, certificateProfileId INT(11) NOT NULL, endEntityProfileId INT(11), expireDate BIGINT(20) NOT NULL, issuerDN VARCHAR(250) BINARY NOT NULL, notBefore BIGINT(20), revocationDate BIGINT(20) NOT NULL, revocationReason INT(11) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, serialNumber VARCHAR(250) BINARY NOT NULL, status INT(11) NOT NULL, subjectAltName VARCHAR(2000) BINARY, subjectDN VARCHAR(400) BINARY NOT NULL, subjectKeyId VARCHAR(250) BINARY, tag VARCHAR(250) BINARY, type INT(11) NOT NULL, updateTime BIGINT(20) NOT NULL, username VARCHAR(250) BINARY, PRIMARY KEY (fingerprint) )' -> 0 2021-04-13 01:33:47,867+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-04-13 01:33:47,890+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-04-13 01:33:47,917+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-04-13 01:33:47,941+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-04-13 01:33:47,965+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE HardTokenCertificateMap ( certificateFingerprint VARCHAR(250) BINARY NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, tokenSN VARCHAR(250) BINARY NOT NULL, PRIMARY KEY (certificateFingerprint) )' -> 0 2021-04-13 01:33:47,987+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE HardTokenData ( tokenSN VARCHAR(250) BINARY NOT NULL, cTime BIGINT(20) NOT NULL, data LONGBLOB, mTime BIGINT(20) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, significantIssuerDN VARCHAR(250) BINARY, tokenType INT(11) NOT NULL, username VARCHAR(250) BINARY, PRIMARY KEY (tokenSN) )' -> 0 2021-04-13 01:33:48,009+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE HardTokenIssuerData ( id INT(11) NOT NULL, adminGroupId INT(11) NOT NULL, alias VARCHAR(250) BINARY NOT NULL, data LONGBLOB NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0 2021-04-13 01:33:48,034+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE HardTokenProfileData ( id INT(11) NOT NULL, data LONGTEXT, name VARCHAR(250) BINARY NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, updateCounter INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0 2021-04-13 01:33:48,058+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE HardTokenPropertyData ( id VARCHAR(80) BINARY NOT NULL, property VARCHAR(250) BINARY NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, value VARCHAR(250) BINARY, PRIMARY KEY (id, property) )' -> 0 2021-04-13 01:33:48,080+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-04-13 01:33:56,079+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-04-13 01:33:56,106+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-04-13 01:33:56,127+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-04-13 01:33:56,149+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-04-13 01:33:56,171+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-04-13 01:33:56,193+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-04-13 01:33:56,218+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-04-13 01:33:56,242+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-04-13 01:33:56,265+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-04-13 01:33:56,288+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE UserData ( username VARCHAR(250) BINARY NOT NULL, cAId INT(11) NOT NULL, cardNumber VARCHAR(250) BINARY, certificateProfileId INT(11) NOT NULL, clearPassword VARCHAR(250) BINARY, endEntityProfileId INT(11) NOT NULL, extendedInformationData LONGTEXT, hardTokenIssuerId INT(11) NOT NULL, keyStorePassword VARCHAR(250) BINARY, passwordHash VARCHAR(250) BINARY, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, status INT(11) NOT NULL, subjectAltName VARCHAR(2000) BINARY, subjectDN VARCHAR(400) BINARY, subjectEmail VARCHAR(250) BINARY, timeCreated BIGINT(20) NOT NULL, timeModified BIGINT(20) NOT NULL, tokenType INT(11) NOT NULL, type INT(11) NOT NULL, PRIMARY KEY (username) )' -> 0 2021-04-13 01:33:56,311+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-04-13 01:33:56,351+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-04-13 01:33:56,390+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-04-13 01:33:56,411+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE NoConflictCertificateData ( id VARCHAR(250) BINARY NOT NULL, fingerprint VARCHAR(250) BINARY NOT NULL, base64Cert LONGTEXT, cAFingerprint VARCHAR(250) BINARY, certificateProfileId INT(11) NOT NULL, endEntityProfileId INT(11), expireDate BIGINT(20) NOT NULL, issuerDN VARCHAR(250) BINARY NOT NULL, notBefore BIGINT(20), revocationDate BIGINT(20) NOT NULL, revocationReason INT(11) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, serialNumber VARCHAR(250) BINARY NOT NULL, status INT(11) NOT NULL, subjectAltName VARCHAR(2000) BINARY, subjectDN VARCHAR(400) BINARY NOT NULL, subjectKeyId VARCHAR(250) BINARY, tag VARCHAR(250) BINARY, type INT(11) NOT NULL, updateTime BIGINT(20) NOT NULL, username VARCHAR(250) BINARY, PRIMARY KEY (id) )' -> 0 2021-04-13 01:33:56,432+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-04-13 01:33:56,456+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-04-13 01:33:56,475+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-04-13 01:33:56,496+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-04-13 01:33:56,518+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-04-13 01:33:56,520+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-04-13 01:33:56,526+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Applying recommended database indexes... 2021-04-13 01:33:57,512+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Loading SQL script '/opt/primekey/ejbca/doc/sql-scripts/create-index-ejbca.sql' with 81 lines. 2021-04-13 01:33:57,708+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-04-13 01:33:57,729+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX auditrecorddata_idx2 ON AuditRecordData (nodeId,sequenceNumber)' -> 0 2021-04-13 01:33:57,741+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX auditrecorddata_idx3 ON AuditRecordData (timeStamp)' -> 0 2021-04-13 01:33:57,754+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX auditrecorddata_idx4 ON AuditRecordData (searchDetail2)' -> 0 2021-04-13 01:33:57,768+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX crldata_idx3 ON CRLData (cRLNumber, issuerDN)' -> 0 2021-04-13 01:33:57,781+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX crldata_idx4 ON CRLData (issuerDN,deltaCRLIndicator,crlNumber)' -> 0 2021-04-13 01:33:57,803+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX cadata_idx1 ON CAData (name)' -> 0 2021-04-13 01:33:57,816+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx2 ON CertificateData (username)' -> 0 2021-04-13 01:33:57,828+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx4 ON CertificateData (subjectDN)' -> 0 2021-04-13 01:33:57,839+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx5 ON CertificateData (type)' -> 0 2021-04-13 01:33:57,852+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx6 ON CertificateData (issuerDN,status)' -> 0 2021-04-13 01:33:57,864+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx7 ON CertificateData(certificateProfileId)' -> 0 2021-04-13 01:33:57,877+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx11 ON CertificateData (subjectKeyId)' -> 0 2021-04-13 01:33:57,889+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM CertificateData WHERE fingerprint='caba75f68c833c3c2d33f3f5052b7d5a76e80383'' -> 0 2021-04-13 01:33:57,890+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM CertificateData WHERE fingerprint='05a219d835622653192c30eeeee8f01f918b30fb'' -> 0 2021-04-13 01:33:57,897+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM Base64CertData WHERE fingerprint='caba75f68c833c3c2d33f3f5052b7d5a76e80383'' -> 0 2021-04-13 01:33:57,898+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM Base64CertData WHERE fingerprint='05a219d835622653192c30eeeee8f01f918b30fb'' -> 0 2021-04-13 01:33:57,912+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX certificatedata_idx12 ON CertificateData (serialNumber, issuerDN)' -> 0 2021-04-13 01:33:57,924+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX historydata_idx1 ON CertReqHistoryData (username)' -> 0 2021-04-13 01:33:57,954+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX historydata_idx3 ON CertReqHistoryData (serialNumber)' -> 0 2021-04-13 01:33:57,967+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX userdata_idx10 ON UserData (subjectDN)' -> 0 2021-04-13 01:33:57,981+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX userdata_idx11 ON UserData (status)' -> 0 2021-04-13 01:33:57,995+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX publisherqueue_idx3 ON PublisherQueueData (publisherId, publishStatus, timeCreated)' -> 0 2021-04-13 01:33:58,009+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX rolemember_idx1 ON RoleMemberData (tokenType,roleId)' -> 0 2021-04-13 01:33:58,022+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX blacklist_idx1 ON BlacklistData (type,value)' -> 0 2021-04-13 01:33:58,036+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx1 ON NoConflictCertificateData (serialNumber, issuerDN)' -> 0 2021-04-13 01:33:58,050+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx2 ON NoConflictCertificateData (fingerprint)' -> 0 2021-04-13 01:33:58,064+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx3 ON NoConflictCertificateData (issuerDN,status)' -> 0 2021-04-13 01:33:58,078+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx4 ON NoConflictCertificateData (certificateProfileId)' -> 0 2021-04-13 01:33:58,090+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeaccountdata_idx1 ON AcmeAccountData (currentKeyId)' -> 0 2021-04-13 01:33:58,105+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeorderdata_idx1 ON AcmeOrderData (accountId)' -> 0 2021-04-13 01:33:58,125+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeorderdata_idx2 ON AcmeOrderData (fingerprint, status)' -> 0 2021-04-13 01:33:58,139+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeauthorizationdata_idx1 ON AcmeAuthorizationData (accountId)' -> 0 2021-04-13 01:33:58,154+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeauthorizationdata_idx2 ON AcmeAuthorizationData (orderId)' -> 0 2021-04-13 01:33:58,169+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmechallengedata_idx1 ON AcmeChallengeData (authorizationId)' -> 0 2021-04-13 01:33:58,171+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-04-13 01:33:58,182+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Starting application server: ========================================================================= JBoss Bootstrap Environment JBOSS_HOME: /opt/primekey/wildfly-14.0.1.Final JAVA: java JAVA_OPTS: -server -Xms128m -Xmx1216m -Xss256k -XX:MetaspaceSize=160m -XX:MaxMetaspaceSize=256m -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:ParallelGCThreads=1 -XX:ConcGCThreads=1 -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 -XX:CICompilerCount=2 -XX:+ExitOnOutOfMemoryError -Djdk.tls.ephemeralDHKeySize=2048 -Djava.security.egd=file:/dev/random -Dcontainer.database.name=mysql -Dcontainer.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect -Dhibernate.dialect.storage_engine=innodb -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true ========================================================================= 2021-04-13 01:33:59,908+0000 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 14.0.1.Final (WildFly Core 6.0.2.Final) starting 2021-04-13 01:34:02,889+0000 WARN [org.jboss.as.server.deployment.scanner] (ServerService Thread Pool -- 15) 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-04-13 01:34:03,084+0000 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http) 2021-04-13 01:34:03,802+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 2.0.13.Final starting 2021-04-13 01:34:04,778+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0012: Started server default-server. 2021-04-13 01:34:04,799+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0018: Host default-host starting 2021-04-13 01:34:04,892+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTP listener remoting listening on 127.0.0.1:4447 2021-04-13 01:34:11,188+0000 INFO [org.jboss.as.jpa] (MSC service thread 1-3) WFLYJPA0002: Read persistence.xml for ejbca 2021-04-13 01:34:12,794+0000 WARN [org.jboss.as.jsf] (MSC service thread 1-4) WFLYJSF0005: Unknown JSF version 'NONE'. Default version 'main' will be used instead. 2021-04-13 01:34:12,794+0000 WARN [org.jboss.as.jsf] (MSC service thread 1-3) WFLYJSF0005: Unknown JSF version 'NONE'. Default version 'main' will be used instead. 2021-04-13 01:34:13,675+0000 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 48) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'ejbca.ear#ejbca' 2021-04-13 01:34:15,485+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-04-13 01:34:15,676+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.PeerMgmtMBean 2021-04-13 01:34:15,776+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-04-13 01:34:21,892+0000 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 48) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'ejbca.ear#ejbca' 2021-04-13 01:34:28,807+0000 WARN [org.jboss.weld.Bootstrap] (MSC service thread 1-1) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType>) used for class com.sun.faces.flow.FlowDiscoveryCDIHelper is deprecated from CDI 1.1! 2021-04-13 01:34:30,990+0000 SEVERE [javax.enterprise.resource.webcontainer.jsf.flow] (MSC service thread 1-1) Unable to obtain CDI 1.1 utilities for Mojarra 2021-04-13 01:34:30,996+0000 SEVERE [javax.enterprise.resource.webcontainer.jsf.application.view] (MSC service thread 1-1) Unable to obtain CDI 1.1 utilities for Mojarra 2021-04-13 01:34:33,689+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 79) Init, EJBCA 6.15.2.5 Community (r33900) startup. 2021-04-13 01:34:33,792+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-04-13 01:34:33,791+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-04-13 01:34:33,792+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 61) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-04-13 01:34:33,791+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 59) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, GET] 2021-04-13 01:34:33,792+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 51) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-04-13 01:34:33,793+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 63) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-04-13 01:34:33,793+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 57) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-04-13 01:34:33,793+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 53) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, GET] 2021-04-13 01:34:33,794+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] 2021-04-13 01:34:35,594+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 79) BouncyCastle provider is from our ejbca.ear classloader. 2021-04-13 01:34:35,673+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 79) Registered AuthenticationTokens [PublicAccessAuthenticationToken, CertificateAuthenticationToken, CliAuthenticationToken, AlwaysAllowLocalAuthenticationToken] 2021-04-13 01:34:35,676+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 79) Class not found: se.primeKey.caToken.card.PrimeCAToken. 2021-04-13 01:34:35,676+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 79) Can not register se.primeKey.caToken.card.PrimeCAToken. This is normally not an error. 2021-04-13 01:34:35,892+0000 INFO [org.cesecore.audit.AuditDevicesConfig] (ServerService Thread Pool -- 79) Registered audit device using implementation: org.cesecore.audit.impl.log4j.Log4jDevice 2021-04-13 01:34:35,893+0000 INFO [org.cesecore.audit.AuditDevicesConfig] (ServerService Thread Pool -- 79) Configured exporter AuditExporterDummy for device Log4jDevice 2021-04-13 01:34:35,976+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 79) 2021-04-13 01:34:35+00:00;EJBCA_STARTING;SUCCESS;SERVICE;EJBCA;Application internal;;onap-ejbca-6fcdf65869-49jn7;;msg=Init, EJBCA 6.15.2.5 Community (r33900) startup. 2021-04-13 01:34:35,979+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 79) 2021-04-13 01:34:35+00:00;LOG_MANAGEMENT_CHANGE;VOID;SECURITY_AUDIT;CORE;Application internal;;;;msg=No integrity protected security audit logger devices configured. 2021-04-13 01:34:35,993+0000 INFO [org.ejbca.core.ejb.authorization.AuthorizationSystemSessionBean] (ServerService Thread Pool -- 79) No roles or CAs exist, intializing Super Administrator Role with default CLI user. 2021-04-13 01:34:36,003+0000 INFO [org.cesecore.dbprotection.ProtectedData] (ServerService Thread Pool -- 79) No database integrity protection available in this version of EJBCA. 2021-04-13 01:34:36,987+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 79) 2021-04-13 01:34:36+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Application internal;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-13 01:34:37,083+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 79) 2021-04-13 01:34:37+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;Application internal;;;;msg=Global configuration with id 0 created. 2021-04-13 01:34:37,103+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 79) Setting isUniqueCertificateSerialNumberIndex to: true 2021-04-13 01:34:37,171+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 79) 2021-04-13 01:34:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-13 01:34:37,189+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 79) 2021-04-13 01:34:37+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id 0.;added:statedump_lockdown=false 2021-04-13 01:34:37,201+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 79) 2021-04-13 01:34:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-13 01:34:37,206+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 79) 2021-04-13 01:34:37+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Global configuration with id UPGRADE created. 2021-04-13 01:34:37,277+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 79) 2021-04-13 01:34:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-13 01:34:37,301+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 79) 2021-04-13 01:34:37+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id UPGRADE.;added:upgradedFromVersion=6.15.2.5;added:upgradedToVersion=6.15.2.5 2021-04-13 01:34:37,308+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 79) 2021-04-13 01:34:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-13 01:34:37,315+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 79) 2021-04-13 01:34:37+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id UPGRADE.;added:postUpgradedToVersion=6.10.1 2021-04-13 01:34:37,375+0000 INFO [org.ejbca.core.ejb.upgrade.UpgradeSessionBean] (ServerService Thread Pool -- 79) Database content version: 6.15.2.5, current application version: 6.15.2.5 -> Upgrade is not needed. 2021-04-13 01:34:37,408+0000 INFO [org.cesecore.certificates.ocsp.cache.OcspSigningCache] (ServerService Thread Pool -- 79) No default responder was defined. OCSP requests for certificates issued by unknown CAs will return "unauthorized" as per RFC6960, Section 2.3 2021-04-13 01:34:37,472+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 79) Reloading CA certificate cache. 2021-04-13 01:34:37,493+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 79) Reloaded CA certificate cache with 0 certificates 2021-04-13 01:34:41,721+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 65) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-04-13 01:34:41,723+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 67) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-04-13 01:34:41,794+0000 INFO [org.jboss.as.server] (ServerService Thread Pool -- 28) WFLYSRV0010: Deployed "ejbca.ear" (runtime-name : "ejbca.ear") 2021-04-13 01:34:41,794+0000 INFO [org.jboss.as.server] (ServerService Thread Pool -- 28) WFLYSRV0010: Deployed "jdbc-driver.jar" (runtime-name : "jdbc-driver.jar") 2021-04-13 01:34:42,026+0000 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server 2021-04-13 01:34:42,084+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management 2021-04-13 01:34:42,085+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled 2021-04-13 01:34:42,085+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 14.0.1.Final (WildFly Core 6.0.2.Final) started in 43687ms - Started 5334 of 5380 services (153 services are lazy, passive or on-demand) 2021-04-13 01:34:43,305+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Application /opt/primekey/appserver/standalone/deployments/ejbca.ear.deployed successfully started. 2021-04-13 01:34:43,310+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Setting up in-bound connectivity... 2021-04-13 01:34:47,319+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-04-13 01:34:54,187+0000 INFO [org.cesecore.certificates.ca.CaSessionBean] (default task-1) CA with name ManagementCA does not exist. 2021-04-13 01:34:54,196+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Initializing CA 2021-04-13 01:34:54,198+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Generating rootCA keystore: 2021-04-13 01:34:54,198+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA Type:x509 2021-04-13 01:34:54,198+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA name: ManagementCA 2021-04-13 01:34:54,198+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) SuperAdmin CN: null 2021-04-13 01:34:54,198+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) DN: UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart 2021-04-13 01:34:54,198+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA token type: soft 2021-04-13 01:34:54,198+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA token password: hidden 2021-04-13 01:34:54,199+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Keytype: RSA 2021-04-13 01:34:54,199+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Keyspec: 3072 2021-04-13 01:34:54,199+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Validity: 3652d 2021-04-13 01:34:54,199+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Policy ID: null 2021-04-13 01:34:54,199+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Signature alg: SHA256WithRSA 2021-04-13 01:34:54,199+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Certificate profile: ROOTCA 2021-04-13 01:34:54,199+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA token properties: {} 2021-04-13 01:34:54,199+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Signed by: Self signed 2021-04-13 01:34:54,320+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:54+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/modify 2021-04-13 01:34:54,384+0000 INFO [org.cesecore.keys.token.SoftCryptoToken] (default task-1) Error activating Crypto Token with ID -720583275. No keystore data available yet, creating new PKCS#12 keystore. 2021-04-13 01:34:54,833+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:54+00:00;CRYPTOTOKEN_CREATE;SUCCESS;CRYPTOTOKEN;CORE;ejbca;-720583275;;;msg=Created CryptoToken with id -720583275;name=ManagementCA;encProviderName=BC;signProviderName=BC;added:tokenName=ManagementCA;autoActivation=added;autoActivationPinProtection=legacy 2021-04-13 01:34:54,912+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:54+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/keys/generate/-720583275 2021-04-13 01:34:56,006+0000 INFO [org.cesecore.keys.util.SignWithWorkingAlgorithm] (default task-1) Signature algorithm 'SHA1WithRSA' working for provider 'BC version 1.6'. 2021-04-13 01:34:56,392+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:56+00:00;CRYPTOTOKEN_GEN_KEYPAIR;SUCCESS;CRYPTOTOKEN;CORE;ejbca;-720583275;;;msg=Generated new keypair in CryptoToken -720583275;keyAlias=signKey;keySpecification=3072 2021-04-13 01:34:56,436+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:56+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/keys/generate/-720583275 2021-04-13 01:34:58,063+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:58+00:00;CRYPTOTOKEN_GEN_KEYPAIR;SUCCESS;CRYPTOTOKEN;CORE;ejbca;-720583275;;;msg=Generated new keypair in CryptoToken -720583275;keyAlias=encryptKey;keySpecification=3072 2021-04-13 01:34:58,101+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Creating CA... 2021-04-13 01:34:58,202+0000 INFO [org.ejbca.core.ejb.ca.caadmin.CAAdminSessionBean] (default task-1) Creating an X509 CA: ManagementCA 2021-04-13 01:34:58,232+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:58+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/add_ca;resource1=/cryptotoken/use/-720583275 2021-04-13 01:34:58,308+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:58+00:00;CA_CREATION;SUCCESS;CA;CORE;ejbca;1602810875;;;msg=CA with id 1602810875 and name ManagementCA added, status: 1. ;tokenproperties={defaultKey=encryptKey, certSignKey=signKey, crlSignKey=signKey};tokensequence=00000 2021-04-13 01:34:58,322+0000 INFO [org.cesecore.certificates.ca.internal.SernoGeneratorRandom] (default task-1) Using SHA1PRNG serialNumber RNG algorithm. 2021-04-13 01:34:58,419+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:58+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/1602810875 2021-04-13 01:34:58,420+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:58+00:00;CA_EDITING;SUCCESS;CA;CORE;ejbca;1602810875;;;msg=CA with id 1602810875 and name ManagementCA edited.;removed:expiretime=Thu Jan 01 00:00:00 UTC 1970;added:certificatechain=[MIIEszCCAxugAwIBAgIUQca/rP+Tdm5r0uDuMMjbjgUCKiEwDQYJKoZIhvcNAQEL BQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGM4ODM0YTY5YTNjMjgxMzExFTATBgNV BAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNr c3RhcnQwHhcNMjEwNDEzMDEzNDU4WhcNMzEwNDEzMDEzNDU4WjBhMSMwIQYKCZIm iZPyLGQBAQwTYy0wYzg4MzRhNjlhM2MyODEzMTEVMBMGA1UEAwwMTWFuYWdlbWVu dENBMSMwIQYDVQQKDBpFSkJDQSBDb250YWluZXIgUXVpY2tzdGFydDCCAaIwDQYJ KoZIhvcNAQEBBQADggGPADCCAYoCggGBAInia41AQwaYMJwM9xhBDnhsv5X2CO/y p3Z7tuyNnbNjvg0778aF4Beb8/hhkhdMgqFaXpnkUWPxoglfPsjAxFMdUT9aqqfq w7JrtOVzkgjluKag3lzCjD+zT8Rw9hU3bHRJV8anl5u+bASCBQ532NUvG2CNgWTu eArQiIQCf8QpCG6Ulk/f8Mg6Z1y/yU8o3CklusZWHcmweHqiaR5we+b+BXrkbxJ1 E7e9Zy2WDrtRV9eDnu9NV74CgJiC38bt2fQC3Db1JhWnL6khk4nVCq5r72dBmOTG 8nLI6qyHAGb9VJRaTUAaboWC+bdSX7cYpweQZnn3IC45RUrb4f5cehX0Q9uG5JTq LCBtqLFeW9SYpFwvt/yQtMAC38lYPSDV77d8BiZuw9D/csdFEcmjIxb3rH7LoNks VFev5XsxMuISha4uIg1fTCAtqw66Fzf/Xzay7+x5yOMiGIowoU8ImK+T9BtCy2m/ 0OYBd6Lmg5pchZmmWcnmGt/OIzJgNPMp5wIDAQABo2MwYTAPBgNVHRMBAf8EBTAD AQH/MB8GA1UdIwQYMBaAFPIfdsUqch2M1By0YQfhDupbttJmMB0GA1UdDgQWBBTy H3bFKnIdjNQctGEH4Q7qW7bSZjAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQEL BQADggGBAFW1C1xjNr4+5TrnPG3ynUrnpWDPtsKDnij1/EcKisWXIqoCPTYrOH18 CkJ7nRATZkW1WUfs/RsD3Eo5rDvy6803NvkvXHqlm8mmoUD1BkVVrWZGLT0dwgHw c11iwZ8oGq/MOtmPrIkzsfjHFfFC+XBD9+7W8KAJylpCuyHjgls9qhIcQ0mZW0Ym ZdlgbplrbjC8miRc00+mXCeUpuZ7lTIeEtEO06NqDwmBV4M5vypaLV6j9HAwPrKZ EahFQRaJpGBSzb25FLYeVkGDNp75v8f6YTuuHJ/OAtFtoQTY7W3u8XtQGEi6768s wjQERFNKEB9k78XOUEhAU6eaPTXEbBhdWfhltQBX4tiFUnwPs6s8d3RwHEZ6WMix 0DdRdKgFa8myOwYg70vFGsE27PfmBXp3PxRPH3mHvCPE+o02KoBdEoMGNLD1AuVj bmAxHmVsKjFGSNAGH4Z43groZWTjRycnLvikWBmenLMsJBodZ3qVCoAchOwqxwk0 3N7vESKxPA==];tokenproperties={defaultKey=encryptKey, certSignKey=signKey, crlSignKey=signKey};tokensequence=00000 2021-04-13 01:34:58,494+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:58+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/1602810875 2021-04-13 01:34:58,503+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:58+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;ejbca;1602810875;41C6BFACFF93766E6BD2E0EE30C8DB8E05022A21;SYSTEMCA;msg=Certificate stored for username 'SYSTEMCA', fp=0f6f1b2dec575609485f0238bad3eb406d9cce7d, subjectDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart', issuerDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=41C6BFACFF93766E6BD2E0EE30C8DB8E05022A21. 2021-04-13 01:34:58,504+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-1) Reloading CA certificate cache. 2021-04-13 01:34:58,576+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-1) Reloaded CA certificate cache with 1 certificates 2021-04-13 01:34:58,579+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:58+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/1602810875 2021-04-13 01:34:58,605+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:58+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/1602810875 2021-04-13 01:34:58,628+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:58+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/1602810875 2021-04-13 01:34:58,831+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:58+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/create_crl 2021-04-13 01:34:58,898+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:58+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/1602810875 2021-04-13 01:34:58,902+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:58+00:00;CRL_STORED;SUCCESS;CRL;CORE;ejbca;1602810875;;;msg=Stored CRL with CRLNumber=1, fingerprint=4e9571c5a373cceb057907462d0ea5b8723c6a21, issuerDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart'. 2021-04-13 01:34:58,903+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:58+00:00;CRL_CREATION;SUCCESS;CRL;CORE;ejbca;1602810875;;;msg=Created CRL with number 1 for CA 'ManagementCA' with DN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart'. 2021-04-13 01:34:58,904+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:58+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/1602810875 2021-04-13 01:34:58,905+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:58+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/1602810875 2021-04-13 01:34:58,914+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-1) Reloading CA certificate cache. 2021-04-13 01:34:58,918+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-1) Reloaded CA certificate cache with 1 certificates 2021-04-13 01:34:58,983+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:34:58+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/1602810875 2021-04-13 01:34:58,994+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CAId for created CA: 1602810875 2021-04-13 01:34:58,994+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Created and published initial CRL. 2021-04-13 01:34:58,994+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA initialized 2021-04-13 01:34:58,994+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Note that any open browser sessions must be restarted to interact with this CA. 2021-04-13 01:35:02,608+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:35:02+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/1602810875 2021-04-13 01:35:06,194+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:35:06+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/1602810875 2021-04-13 01:35:06,307+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Using certificate profile: SERVER, with id: 9 2021-04-13 01:35:06,373+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Trying to add end entity: 2021-04-13 01:35:06,374+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Username: onap-ejbca-6fcdf65869-49jn7 2021-04-13 01:35:06,374+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Password:
2021-04-13 01:35:06,374+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) DN: CN=onap-ejbca-6fcdf65869-49jn7,O=EJBCA Container Quickstart,UID=c-0c8834a69a3c28131 2021-04-13 01:35:06,374+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) CA Name: ManagementCA 2021-04-13 01:35:06,375+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) SubjectAltName: dnsName=onap-ejbca-6fcdf65869-49jn7 2021-04-13 01:35:06,375+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Email: null 2021-04-13 01:35:06,375+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Type: 1 2021-04-13 01:35:06,375+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Token: JKS 2021-04-13 01:35:06,376+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Certificate profile: 9 2021-04-13 01:35:06,376+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) End entity profile: 1 2021-04-13 01:35:06,450+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:35:06+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-04-13 01:35:06,487+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:35:06+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;ejbca;1602810875;;onap-ejbca-6fcdf65869-49jn7;msg=Added end entity onap-ejbca-6fcdf65869-49jn7.;caid=1602810875;cardnumber=;certificateprofileid=9;endentityprofileid=1;hardtokenissuerid=0;status=10;subjectAltName=B64:ZG5zTmFtZT1vbmFwLWVqYmNhLTZmY2RmNjU4NjktNDlqbjc=;subjectDN=B64:VUlEPWMtMGM4ODM0YTY5YTNjMjgxMzEsQ049b25hcC1lamJjYS02ZmNkZjY1ODY5LTQ5am43LE89RUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQ=;subjectEmail=;tokentype=3;type=1;username=onap-ejbca-6fcdf65869-49jn7 2021-04-13 01:35:06,504+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) User 'onap-ejbca-6fcdf65869-49jn7' has been added. 2021-04-13 01:35:06,504+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Note: If batch processing should be possible, also use 'ra setclearpwd onap-ejbca-6fcdf65869-49jn7 '. 2021-04-13 01:35:10,090+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:35:10+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-13 01:35:10,112+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:35:10+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;1602810875;;onap-ejbca-6fcdf65869-49jn7;msg=Edited end entity onap-ejbca-6fcdf65869-49jn7, new status 10. 2021-04-13 01:35:10,123+0000 INFO [org.ejbca.ui.cli.ra.SetEndEntityStatusCommand] (main) New status for end entity onap-ejbca-6fcdf65869-49jn7 is 10 2021-04-13 01:35:13,493+0000 INFO [org.ejbca.ui.cli.ra.SetCleartextPasswordCommand] (main) Setting clear text password for user onap-ejbca-6fcdf65869-49jn7 2021-04-13 01:35:13,578+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:35:13+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-13 01:35:13,579+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:35:13+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;1602810875;;onap-ejbca-6fcdf65869-49jn7;msg=Password changed for end entity onap-ejbca-6fcdf65869-49jn7. 2021-04-13 01:35:17,214+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) Generating keys in directory /opt/primekey/tmp/tmp.AiV5yVTc4t. 2021-04-13 01:35:17,327+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) Loading configuration from defaults. 2021-04-13 01:35:17,327+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) Generating RSA keys of size 2048 for onap-ejbca-6fcdf65869-49jn7. 2021-04-13 01:35:18,286+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:35:18+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;ejbca;1602810875;;onap-ejbca-6fcdf65869-49jn7;msg=Authenticated user onap-ejbca-6fcdf65869-49jn7. 2021-04-13 01:35:18,299+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:35:18+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/1602810875 2021-04-13 01:35:18,300+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:35:18+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;ejbca;1602810875;;onap-ejbca-6fcdf65869-49jn7;subjectdn=UID=c-0c8834a69a3c28131,CN=onap-ejbca-6fcdf65869-49jn7,O=EJBCA Container Quickstart;requestX500name=null;subjectaltname=dnsName=onap-ejbca-6fcdf65869-49jn7;certprofile=9;keyusage=-1;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArBbSPMIZihkB0fzv/DkD5UQoZL6TQTF1DzsPncn3uxFHsJOAzeJLGQtFLYOzFdsWuiZY8Nft4DjumkBIWSLyv5CvApDVikHvgVENLR7yeEuR42PycNNdwOg2hm/5dajvd6Wg44LcUm43Dl6ut7aKIlII0Ybd1JGYWhP4cVOdhkBX+qKM/lsLb6SMSrTufWjAeAdbEHUpO1LWZFvoTNobxlfgcyEE8Qd33XQynts3YITDxZ9FswRXjUIlb2U8mNwOXmZV0/TESYBvrtMo1Ti5A2mfC5jM1SZCZ0HBfd01LXWIb1OE9uYXNq78/wK513m+D3PA/HB3/HQmIYvyaX++wwIDAQAB 2021-04-13 01:35:18,331+0000 INFO [org.cesecore.certificates.ca.internal.CertificateValidity] (default task-2) Limiting validity of certificate because requested start of validity (Tue Apr 13 01:25:18 UTC 2021) is before CA start of validity (Tue Apr 13 01:34:58 UTC 2021). 2021-04-13 01:35:18,382+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:35:18+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;ejbca;1602810875;714CC4709FE7EC3B4A5A69C1EEA6B17C440EFB83;onap-ejbca-6fcdf65869-49jn7;msg=Certificate stored for username 'onap-ejbca-6fcdf65869-49jn7', fp=af4ad06f1ab80685a05a2d05c103d6532441dded, subjectDN 'UID=c-0c8834a69a3c28131,CN=onap-ejbca-6fcdf65869-49jn7,O=EJBCA Container Quickstart', issuerDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=714CC4709FE7EC3B4A5A69C1EEA6B17C440EFB83. 2021-04-13 01:35:18,383+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:35:18+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;ejbca;1602810875;714CC4709FE7EC3B4A5A69C1EEA6B17C440EFB83;onap-ejbca-6fcdf65869-49jn7;subjectdn=UID=c-0c8834a69a3c28131,CN=onap-ejbca-6fcdf65869-49jn7,O=EJBCA Container Quickstart;certprofile=9;issuancerevocationreason=-1;cert=MIIEfjCCAuagAwIBAgIUcUzEcJ/n7DtKWmnB7qaxfEQO+4MwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGM4ODM0YTY5YTNjMjgxMzExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDEzMDEzNDU4WhcNMjMwNDEzMDEyNTE4WjBwMSMwIQYKCZImiZPyLGQBAQwTYy0wYzg4MzRhNjlhM2MyODEzMTEkMCIGA1UEAwwbb25hcC1lamJjYS02ZmNkZjY1ODY5LTQ5am43MSMwIQYDVQQKDBpFSkJDQSBDb250YWluZXIgUXVpY2tzdGFydDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKwW0jzCGYoZAdH87/w5A+VEKGS+k0ExdQ87D53J97sRR7CTgM3iSxkLRS2DsxXbFromWPDX7eA47ppASFki8r+QrwKQ1YpB74FRDS0e8nhLkeNj8nDTXcDoNoZv+XWo73eloOOC3FJuNw5erre2iiJSCNGG3dSRmFoT+HFTnYZAV/qijP5bC2+kjEq07n1owHgHWxB1KTtS1mRb6EzaG8ZX4HMhBPEHd910Mp7bN2CEw8WfRbMEV41CJW9lPJjcDl5mVdP0xEmAb67TKNU4uQNpnwuYzNUmQmdBwX3dNS11iG9ThPbmFzau/P8Cudd5vg9zwPxwd/x0JiGL8ml/vsMCAwEAAaOBnjCBmzAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFPIfdsUqch2M1By0YQfhDupbttJmMCYGA1UdEQQfMB2CG29uYXAtZWpiY2EtNmZjZGY2NTg2OS00OWpuNzATBgNVHSUEDDAKBggrBgEFBQcDATAdBgNVHQ4EFgQUfOssuD9a32R7PAEHrj+PsWR9MFIwDgYDVR0PAQH/BAQDAgWgMA0GCSqGSIb3DQEBCwUAA4IBgQBCu/q7iGW9835qSBqLvuqfArRZgYYEtgxibFeRVnaNDBMOTWG8PTUtF7NZ7sdbbXx88AZNbHOSCdewhdjZr66Cl+hTKZNJisvYC79PV/Z/eWaBdbp25///i0FYz5zQ4+vh2+PQoWwmNCJfuF20zwGmN7fAHWePnxZQeeniL0AjSBUPNnAQ5q3CVooKMSwbLnpy19pZYDrNoTeHMI8x3enl0ZgIIJD4ZeaNGoSUYDz/qfZzdla3hAV1Mr2Et1Id7VSZ+meqitcO60j8Tp+beS4tC2pwTIFl5BhIYTBJWSR2CPPVaYNgL7Nnj2nzurpF/baQNVPossC/Ir5U9py2+9zrRdtkIgzANWKQVAHHv5rWnEJSbzwfxKhqWjXoZXuEoJ8hQyaW3lRVAkMoTU+NJ2TCUmaSiKKZI+LL75vSMFE3b+6VIE3GnhGM46sUQ7ilbs+Api46fEdsq1eHSwuzr4B8XwJA/DCFzKISCvUC1iOGTd/wktoIqNOpkNr/NxCnXyA= 2021-04-13 01:35:18,385+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:35:18+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;1602810875;;onap-ejbca-6fcdf65869-49jn7;msg=Edited end entity onap-ejbca-6fcdf65869-49jn7, new status 40. 2021-04-13 01:35:18,386+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'onap-ejbca-6fcdf65869-49jn7' to STATUS_GENERATED. 2021-04-13 01:35:18,428+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) Created Keystore for 'onap-ejbca-6fcdf65869-49jn7'. 2021-04-13 01:35:18,519+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:35:18+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-13 01:35:18,519+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:35:18+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;1602810875;;onap-ejbca-6fcdf65869-49jn7;msg=Password changed for end entity onap-ejbca-6fcdf65869-49jn7. 2021-04-13 01:35:18,526+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) New user generated successfully - onap-ejbca-6fcdf65869-49jn7. 2021-04-13 01:35:18,854+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Certificate stored in file 2021-04-13 01:35:19,048+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Generated TLS certificate with fingerprint b974ecdf179d955881e654843b7651334394874e09cdf0f9e1b6ceab6275e849. 2021-04-13 01:35:19,053+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Importing keystore /opt/primekey/secrets/persistent/tls/onap-ejbca-6fcdf65869-49jn7/server.jks to /opt/primekey/tmp/tmp.AiV5yVTc4t/keystore.jks... 2021-04-13 01:35:19,053+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Entry for alias onap-ejbca-6fcdf65869-49jn7 successfully imported. 2021-04-13 01:35:19,053+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Entry for alias cacert successfully imported. 2021-04-13 01:35:19,053+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Import command completed: 2 entries successfully imported, 0 entries failed or cancelled 2021-04-13 01:35:29,732+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Will use application provided server side TLS keystore. 2021-04-13 01:35:32,882+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:35:32+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/1602810875 2021-04-13 01:35:36,494+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:35:36+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/1602810875 2021-04-13 01:35:36,709+0000 INFO [org.ejbca.ui.cli.ca.GetCaCertCommand] (main) Wrote CA certificate to '/opt/primekey/tmp/tmp.AiV5yVTc4t/cacert.der' using DER encoding. 2021-04-13 01:35:37,428+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Certificate was added to keystore 2021-04-13 01:35:40,919+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Enabling HTTPS listener on 0.0.0.0:8443 with optional client certificate authentication. 2021-04-13 01:35:47,787+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Enabling HTTP listener on 0.0.0.0:8080. 2021-04-13 01:35:49,803+0000 INFO [org.ejbca.ui.web.pub.HealthCheckServlet] (default task-2) All IPs are authorized. 2021-04-13 01:35:58,225+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Adding initial application RoleMember (";PublicAccessAuthenticationToken:TRANSPORT_ANY;"). 2021-04-13 01:36:01,529+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:36:01+00:00;ROLE_ACCESS_USER_ADDITION;SUCCESS;ROLES;CORE;ejbca;;;;msg=Added administrator aspect(s) to role Super Administrator Role.;id=565448215;tokenType=PublicAccessAuthenticationToken;tokenIssuerId=0;tokenMatchKey=TRANSPORT_ANY (0);tokenMatchOperator=TYPE_UNUSED (0);tokenMatchValue=;roleId=1;nameSpace=;roleName=Super Administrator Role;description=Initial RoleMember. 2021-04-13 01:36:05,413+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-04-13 01:36:05,413+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ################################################################################################### 2021-04-13 01:36:05,413+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-04-13 01:36:05,413+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # Whenever you are ready for production: # 2021-04-13 01:36:05,413+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-04-13 01:36:05,413+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # Try out the commercially supported EJBCA Enterprise Cloud on AWS, fully featured with: # 2021-04-13 01:36:05,413+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Additional enrollment APIs such as a REST API, EST, ACME and more. # 2021-04-13 01:36:05,413+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Support for external Registration Authority and OCSP responders # 2021-04-13 01:36:05,413+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Hardware Security Module support # 2021-04-13 01:36:05,413+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Application updates # 2021-04-13 01:36:05,413+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - ...and more! # 2021-04-13 01:36:05,413+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-04-13 01:36:05,413+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-04-13 01:36:05,413+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # your specific needs. # 2021-04-13 01:36:05,413+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-04-13 01:36:05,413+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # https://aws.amazon.com/marketplace/seller-profile?id=7edf9048-58e6-4086-9d98-b8e0c1d78fce # 2021-04-13 01:36:05,413+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # https://www.primekey.com # 2021-04-13 01:36:05,413+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # sales@primekey.com # 2021-04-13 01:36:05,413+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-04-13 01:36:05,413+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ################################################################################################### 2021-04-13 01:36:05,413+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-04-13 01:36:05,420+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Waiting 5 seconds before signaling application readiness to ensure proper handling of PublicAccessAuthenticationToken. 2021-04-13 01:36:10,426+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Health check now reports application status at /ejbca/publicweb/healthcheck/ejbcahealth 2021-04-13 01:36:10,430+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-04-13 01:36:10,430+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ***************************************************************************************** 2021-04-13 01:36:10,430+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * A fresh installation was detected and a ManagementCA was created for your initial * 2021-04-13 01:36:10,430+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * access to the system. * 2021-04-13 01:36:10,430+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * * 2021-04-13 01:36:10,430+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * URL: https://onap-ejbca-6fcdf65869-49jn7:443/ejbca/adminweb/ 2021-04-13 01:36:10,430+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * * 2021-04-13 01:36:10,430+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-04-13 01:36:10,430+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ***************************************************************************************** 2021-04-13 01:36:10,430+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-04-13 01:36:13,802+0000 INFO [org.apache.commons.configuration.PropertiesConfiguration] (default task-1) Reloading configuration. URL is file:/etc/ejbca/conf/web.properties 2021-04-13 01:36:13,993+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:36:13+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-13 01:36:13,995+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:36:13+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Global configuration with id 1 created. 2021-04-13 01:36:17,741+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:36:17+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-13 01:36:17,772+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:36:17+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.operationmode=ra 2021-04-13 01:36:21,287+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:36:21+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/1602810875 2021-04-13 01:36:21,518+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:36:21+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/1602810875 2021-04-13 01:36:21,530+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:36:21+00:00;CA_EDITING;SUCCESS;CA;CORE;ejbca;1602810875;;;msg=CA with id 1602810875 and name ManagementCA edited.;changed:cmpraauthsecret=ZibaCaktGubw6=;changed:catoken={version=8.0, cryptotokenid=-720583275, propertydata=defaultKey=encryptKey certSignKey=signKey crlSignKey=signKey , signaturealgorithm=SHA256WithRSA, encryptionalgorithm=SHA1WithRSA, sequence=00000, sequenceformat=1};added:externalcdp=;tokenproperties={certSignKey=signKey, defaultKey=encryptKey, crlSignKey=signKey};tokensequence=00000 2021-04-13 01:36:21,604+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:36:21+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/1602810875 2021-04-13 01:36:21,673+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:36:21+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/1602810875 2021-04-13 01:36:25,088+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:36:25+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-13 01:36:25,091+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:36:25+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.responseprotection=pbe 2021-04-13 01:36:29,085+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:36:29+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_certificate_profiles;resource1=/ca/-1 2021-04-13 01:36:29,104+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:36:29+00:00;CERTPROFILE_CREATION;SUCCESS;CERTIFICATEPROFILE;CORE;ejbca;;;;msg=New certificate profile CUSTOM_ENDUSER added successfully. 2021-04-13 01:36:29,386+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:36:29+00:00;RA_ADDEEPROFILE;SUCCESS;RA;EJBCA;ejbca;;;;msg=End entity profile Custom_EndEntity added. 2021-04-13 01:36:32,972+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:36:32+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-13 01:36:32,975+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:36:32+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.ra.certificateprofile=CUSTOM_ENDUSER 2021-04-13 01:36:36,574+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:36:36+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-13 01:36:36,577+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:36:36+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.ra.endentityprofileid=1356531849 2021-04-13 01:36:43,310+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:36:43+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-13 01:36:43,314+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:36:43+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-04-13 01:36:46,719+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:36:46+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-13 01:36:46,721+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:36:46+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.allowautomatickeyupdate=true 2021-04-13 01:36:49,997+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:36:49+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-13 01:36:49,999+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:36:49+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.responseprotection=pbe 2021-04-13 01:36:53,435+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:36:53+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/1602810875 2021-04-13 01:36:53,601+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:36:53+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-04-13 01:36:53,610+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:36:53+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;ejbca;1602810875;;Node123;msg=Added end entity Node123.;caid=1602810875;cardnumber=;certificateprofileid=1;endentityprofileid=1;hardtokenissuerid=0;status=10;subjectAltName=;subjectDN=B64:Q049Tm9kZTEyMw==;subjectEmail=;tokentype=1;type=1;username=Node123 2021-04-13 01:36:57,129+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:36:57+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-13 01:36:57,130+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 01:36:57+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;1602810875;;Node123;msg=Password changed for end entity Node123. 2021-04-13 01:37:00,503+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:37:00+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-13 01:37:00,505+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:37:00+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.extractusernamecomponent=CN 2021-04-13 01:37:07,474+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:37:07+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/1602810875 2021-04-13 01:39:37,496+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 13) Reloading CA certificate cache. 2021-04-13 01:39:37,507+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 13) Reloaded CA certificate cache with 1 certificates 2021-04-13 01:44:37,509+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 25) Reloading CA certificate cache. 2021-04-13 01:44:37,516+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 25) Reloaded CA certificate cache with 1 certificates 2021-04-13 01:49:37,518+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 37) Reloading CA certificate cache. 2021-04-13 01:49:37,524+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 37) Reloaded CA certificate cache with 1 certificates 2021-04-13 01:53:02,460+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.76.177, for CMP alias: cmpRA 2021-04-13 01:53:02,481+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #1e1e1f1c808677f5fe3c01d6dfcc7469 2021-04-13 01:53:02,509+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-13 01:53:02,518+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-04-13 01:53:02,584+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:53:02+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-04-13 01:53:02,593+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:53:02+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.76.177;1602810875;;sdnc.simpledemo.onap.org;msg=Added end entity sdnc.simpledemo.onap.org.;caid=1602810875;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT1zZG5jLnNpbXBsZWRlbW8ub25hcC5vcmc=;subjectDN=B64:Q049c2RuYy5zaW1wbGVkZW1vLm9uYXAub3JnLE9VPU9OQVAsTz1MaW51eC1Gb3VuZGF0aW9uLEw9U2FuLUZyYW5jaXNjbyxTVD1DYWxpZm9ybmlhLEM9VVM=;subjectEmail=;tokentype=1;type=1;username=sdnc.simpledemo.onap.org 2021-04-13 01:53:02,597+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:53:02+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.76.177;1602810875;;sdnc.simpledemo.onap.org;msg=Authenticated user sdnc.simpledemo.onap.org. 2021-04-13 01:53:02,600+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:53:02+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/1602810875 2021-04-13 01:53:02,600+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:53:02+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;;sdnc.simpledemo.onap.org;subjectdn=CN=sdnc.simpledemo.onap.org,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=sdnc.simpledemo.onap.org;subjectaltname=dNSName=sdnc.simpledemo.onap.org;requestaltname=dNSName=sdnc.simpledemo.onap.org;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgepg/Q7HWSe6sfhrZHkK4r/VMidbINkQI2ijobX9rSRetVKTe+vqhC0RjkEceZe5A7o+N+OKw6qrUpm1Tg5fAwH7ZwE/gBp1Y+a6sstAppTl1FBQth5dPqwKbBWmSwO96I4+HO5QjjRdBXSejhdpBY3776UKhYZ0gLXiISrN9GQEvdrxfhhIHwCveKJWtHWlO4i/pB+TrnMyB3Fk9OmJy7wUdyfKk8HPZftJ7g72apLe6fWf0DdEmX/6XHgm0NEqJNxHe2kNj+zCGtlzviiafLD+BGJVG/SJ5/Ccv+jR8ogRbyVbUsV07InTC5+8b7AQcf7mUBqA5qdHNJGwWO6iXwIDAQAB 2021-04-13 01:53:02,631+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:53:02+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;64094BDC9D05C9049DE1BBDB3E45D4C2DBF2F7CC;sdnc.simpledemo.onap.org;msg=Certificate stored for username 'sdnc.simpledemo.onap.org', fp=3b22e587c74809911c863dccd4edb398bc618175, subjectDN 'CN=sdnc.simpledemo.onap.org,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=64094BDC9D05C9049DE1BBDB3E45D4C2DBF2F7CC. 2021-04-13 01:53:02,632+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:53:02+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;64094BDC9D05C9049DE1BBDB3E45D4C2DBF2F7CC;sdnc.simpledemo.onap.org;subjectdn=CN=sdnc.simpledemo.onap.org,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEpzCCAw+gAwIBAgIUZAlL3J0FyQSd4bvbPkXUwtvy98wwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGM4ODM0YTY5YTNjMjgxMzExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDEzMDE0MzAyWhcNMjMwNDEzMDE0MzAyWjCBhzEhMB8GA1UEAwwYc2RuYy5zaW1wbGVkZW1vLm9uYXAub3JnMQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAIHqYP0Ox1knurH4a2R5CuK/1TInWyDZECNoo6G1/a0kXrVSk3vr6oQtEY5BHHmXuQO6PjfjisOqq1KZtU4OXwMB+2cBP4AadWPmurLLQKaU5dRQULYeXT6sCmwVpksDveiOPhzuUI40XQV0no4XaQWN+++lCoWGdIC14iEqzfRkBL3a8X4YSB8Ar3iiVrR1pTuIv6Qfk65zMgdxZPTpicu8FHcnypPBz2X7Se4O9mqS3un1n9A3RJl/+lx4JtDRKiTcR3tpDY/swhrZc74omnyw/gRiVRv0iefwnL/o0fKIEW8lW1LFdOyJ0wufvG+wEHH+5lAagOanRzSRsFjuol8CAwEAAaOBrzCBrDAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFPIfdsUqch2M1By0YQfhDupbttJmMCMGA1UdEQQcMBqCGHNkbmMuc2ltcGxlZGVtby5vbmFwLm9yZzAnBgNVHSUEIDAeBggrBgEFBQcDAgYIKwYBBQUHAwQGCCsGAQUFBwMBMB0GA1UdDgQWBBRw3g17Qnd/l6IuxFDCEvZVS1iIIzAOBgNVHQ8BAf8EBAMCBeAwDQYJKoZIhvcNAQELBQADggGBAIegkBWn19Mi1xXxBzt+aJkLO+di/mzaSlZAJ0KT5pwfKCPh7u+9MMECvooWRFkXv4OH47BzXJuYhAZIXsyR/BL33IUTs3h95jUkIrpnwMywvpzrpWFVRLRsZbj58yqFtRED82Iikq7ctA6jkk7oMc9IVwyauLPjlr1jkqeBf3/UZkc6uyG5dMvfoPev0/uQNeIvzBupLhL1KFKXDD4mUd8gnHknZa7fDJaT3vIkBN0L4dkIJIPvGtHt7WveNT7qP8nh9CwKiLIeVj68l9LHSuWOepF8NnpG/HXLT2rSyX0rDjFb3VGjQWVIuBCBLdrBeQe/rjaKpgaEaVsyjMWSIMIlojFOgcIlONvQEiAltC80JxkhCydDiGooXWvBiarvodloEscVH69dDmzZCwb5J+41LqJitJaHQPzJuxsjRgY47KVgwhF81L7wAzJMqYfSww6vzZcMp0m2yGbsI0rrsMD3OelRTUN4ytvfo8/P6Ou1sC5cEJOLsvzAIQ9PT/tuTA== 2021-04-13 01:53:02,654+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 01:53:02+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;1602810875;;sdnc.simpledemo.onap.org;msg=Edited end entity sdnc.simpledemo.onap.org, new status 40. 2021-04-13 01:53:02,654+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'sdnc.simpledemo.onap.org' to STATUS_GENERATED. 2021-04-13 01:53:02,688+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.76.177, process time 226. 2021-04-13 01:54:37,526+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 48) Reloading CA certificate cache. 2021-04-13 01:54:37,534+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 48) Reloaded CA certificate cache with 1 certificates 2021-04-13 01:56:12,441+0000 WARN [org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory] (EJB default - 53) IJ030027: Destroying connection that is not valid, due to the following exception: org.mariadb.jdbc.MariaDbConnection@691a95b4: java.sql.SQLNonTransientConnectionException: (conn=108) unexpected end of stream, read 0 bytes from 4 (socket was closed by server) at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:175) at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:110) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:228) at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:334) at org.mariadb.jdbc.MariaDbStatement.execute(MariaDbStatement.java:386) at org.jboss.jca.adapters.jdbc.CheckValidConnectionSQL.isValidConnection(CheckValidConnectionSQL.java:74) at org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnectionFactory.isValidConnection(BaseWrapperManagedConnectionFactory.java:1273) at org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnectionFactory.getInvalidConnections(BaseWrapperManagedConnectionFactory.java:1086) at org.jboss.jca.core.connectionmanager.pool.mcp.SemaphoreConcurrentLinkedDequeManagedConnectionPool.getConnection(SemaphoreConcurrentLinkedDequeManagedConnectionPool.java:379) at org.jboss.jca.core.connectionmanager.pool.AbstractPool.getSimpleConnection(AbstractPool.java:632) at org.jboss.jca.core.connectionmanager.pool.AbstractPool.getConnection(AbstractPool.java:604) at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.getManagedConnection(AbstractConnectionManager.java:624) at org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.getManagedConnection(TxConnectionManagerImpl.java:440) at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.allocateConnection(AbstractConnectionManager.java:789) at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:138) at org.jboss.as.connector.subsystems.datasources.WildFlyDataSource.getConnection(WildFlyDataSource.java:64) at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122) at org.hibernate.internal.NonContextualJdbcConnectionAccess.obtainConnection(NonContextualJdbcConnectionAccess.java:35) at org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl.acquireConnectionIfNeeded(LogicalConnectionManagedImpl.java:106) at org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl.getPhysicalConnection(LogicalConnectionManagedImpl.java:136) at org.hibernate.engine.jdbc.internal.StatementPreparerImpl.connection(StatementPreparerImpl.java:47) at org.hibernate.engine.jdbc.internal.StatementPreparerImpl$5.doPrepare(StatementPreparerImpl.java:146) at org.hibernate.engine.jdbc.internal.StatementPreparerImpl$StatementPreparationTemplate.prepareStatement(StatementPreparerImpl.java:172) at org.hibernate.engine.jdbc.internal.StatementPreparerImpl.prepareQueryStatement(StatementPreparerImpl.java:148) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.prepareQueryStatement(AbstractLoadPlanBasedLoader.java:226) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:190) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:121) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:86) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:188) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4269) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:511) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:481) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:222) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:281) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:124) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:92) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1257) at org.hibernate.internal.SessionImpl.access$1900(SessionImpl.java:207) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2874) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2848) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3483) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3447) at org.jboss.as.jpa.container.AbstractEntityManager.find(AbstractEntityManager.java:213) at org.cesecore.authorization.cache.AccessTreeUpdateSessionBean.getAccessTreeUpdateNumber(AccessTreeUpdateSessionBean.java:45) at sun.reflect.GeneratedMethodAccessor177.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:90) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:101) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:216) at org.jboss.as.ejb3.tx.CMTTxInterceptor.supports(CMTTxInterceptor.java:418) at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:148) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:72) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81) at org.cesecore.authorization.cache.AccessTreeUpdateSessionLocal$$$view122.getAccessTreeUpdateNumber(Unknown Source) at org.cesecore.authorization.AuthorizationSessionBean.refreshAuthorizationCache(AuthorizationSessionBean.java:185) at sun.reflect.GeneratedMethodAccessor256.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:90) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:101) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:216) at org.jboss.as.ejb3.tx.CMTTxInterceptor.supports(CMTTxInterceptor.java:418) at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:148) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:72) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81) at org.cesecore.authorization.AuthorizationSessionLocal$$$view92.refreshAuthorizationCache(Unknown Source) at org.cesecore.authorization.AuthorizationSessionBean.timeOut(AuthorizationSessionBean.java:106) at sun.reflect.GeneratedMethodAccessor255.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:50) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:61) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:90) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:103) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:61) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:50) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:61) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:216) at org.jboss.as.ejb3.tx.CMTTxInterceptor.notSupported(CMTTxInterceptor.java:345) at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:142) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ejb3.timerservice.TimedObjectInvokerImpl.callTimeout(TimedObjectInvokerImpl.java:99) at org.jboss.as.ejb3.timerservice.TimedObjectInvokerImpl.callTimeout(TimedObjectInvokerImpl.java:109) at org.jboss.as.ejb3.timerservice.TimerTask.invokeBeanMethod(TimerTask.java:189) at org.jboss.as.ejb3.timerservice.TimerTask.callTimeout(TimerTask.java:185) at org.jboss.as.ejb3.timerservice.TimerTask.run(TimerTask.java:159) at org.jboss.as.ejb3.timerservice.TimerServiceImpl$Task$1.run(TimerServiceImpl.java:1296) at org.wildfly.extension.requestcontroller.RequestController$QueuedTask$1.run(RequestController.java:494) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.jboss.threads.JBossThread.run(JBossThread.java:485) Caused by: java.sql.SQLException: unexpected end of stream, read 0 bytes from 4 (socket was closed by server) Query is: select 1; at org.mariadb.jdbc.internal.util.LogQueryTool.exceptionWithQuery(LogQueryTool.java:119) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:199) at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:328) ... 223 more Caused by: java.io.EOFException: unexpected end of stream, read 0 bytes from 4 (socket was closed by server) at org.mariadb.jdbc.internal.io.input.StandardPacketInputStream.getPacketArray(StandardPacketInputStream.java:239) at org.mariadb.jdbc.internal.io.input.StandardPacketInputStream.getPacket(StandardPacketInputStream.java:207) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1347) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1328) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:196) ... 224 more 2021-04-13 01:56:12,448+0000 WARN [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (EJB default - 53) IJ000621: Destroying connection that could not be validated: org.jboss.jca.core.connectionmanager.listener.TxConnectionListener@4ac8f963[state=NORMAL managed connection=org.jboss.jca.adapters.jdbc.local.LocalManagedConnection@7ff93e62 connection handles=0 lastReturned=1618278957549 lastValidated=1618277647418 lastCheckedOut=1618278957548 trackByTx=false pool=org.jboss.jca.core.connectionmanager.pool.strategy.OnePool@77140556 mcp=SemaphoreConcurrentLinkedQueueManagedConnectionPool@7496060[pool=appds] xaResource=LocalXAResourceImpl@15fabd98[connectionListener=4ac8f963 connectionManager=7b56de19 warned=false currentXid=null productName=MySQL productVersion=10.5.8-MariaDB-log jndiName=java:/AppDS] txSync=null] 2021-04-13 01:56:12,452+0000 WARN [org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory] (EJB default - 53) IJ030027: Destroying connection that is not valid, due to the following exception: org.mariadb.jdbc.MariaDbConnection@677e92e1: java.sql.SQLNonTransientConnectionException: (conn=107) unexpected end of stream, read 0 bytes from 4 (socket was closed by server) at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:175) at org.mariadb.jdbc.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:110) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:228) at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:334) at org.mariadb.jdbc.MariaDbStatement.execute(MariaDbStatement.java:386) at org.jboss.jca.adapters.jdbc.CheckValidConnectionSQL.isValidConnection(CheckValidConnectionSQL.java:74) at org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnectionFactory.isValidConnection(BaseWrapperManagedConnectionFactory.java:1273) at org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnectionFactory.getInvalidConnections(BaseWrapperManagedConnectionFactory.java:1086) at org.jboss.jca.core.connectionmanager.pool.mcp.SemaphoreConcurrentLinkedDequeManagedConnectionPool.getConnection(SemaphoreConcurrentLinkedDequeManagedConnectionPool.java:379) at org.jboss.jca.core.connectionmanager.pool.AbstractPool.getSimpleConnection(AbstractPool.java:632) at org.jboss.jca.core.connectionmanager.pool.AbstractPool.getConnection(AbstractPool.java:604) at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.getManagedConnection(AbstractConnectionManager.java:624) at org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.getManagedConnection(TxConnectionManagerImpl.java:440) at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.allocateConnection(AbstractConnectionManager.java:789) at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:138) at org.jboss.as.connector.subsystems.datasources.WildFlyDataSource.getConnection(WildFlyDataSource.java:64) at org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl.getConnection(DatasourceConnectionProviderImpl.java:122) at org.hibernate.internal.NonContextualJdbcConnectionAccess.obtainConnection(NonContextualJdbcConnectionAccess.java:35) at org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl.acquireConnectionIfNeeded(LogicalConnectionManagedImpl.java:106) at org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl.getPhysicalConnection(LogicalConnectionManagedImpl.java:136) at org.hibernate.engine.jdbc.internal.StatementPreparerImpl.connection(StatementPreparerImpl.java:47) at org.hibernate.engine.jdbc.internal.StatementPreparerImpl$5.doPrepare(StatementPreparerImpl.java:146) at org.hibernate.engine.jdbc.internal.StatementPreparerImpl$StatementPreparationTemplate.prepareStatement(StatementPreparerImpl.java:172) at org.hibernate.engine.jdbc.internal.StatementPreparerImpl.prepareQueryStatement(StatementPreparerImpl.java:148) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.prepareQueryStatement(AbstractLoadPlanBasedLoader.java:226) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:190) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:121) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:86) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:188) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4269) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:511) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:481) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:222) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:281) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:124) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:92) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1257) at org.hibernate.internal.SessionImpl.access$1900(SessionImpl.java:207) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2874) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2848) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3483) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3447) at org.jboss.as.jpa.container.AbstractEntityManager.find(AbstractEntityManager.java:213) at org.cesecore.authorization.cache.AccessTreeUpdateSessionBean.getAccessTreeUpdateNumber(AccessTreeUpdateSessionBean.java:45) at sun.reflect.GeneratedMethodAccessor177.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:90) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:101) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:216) at org.jboss.as.ejb3.tx.CMTTxInterceptor.supports(CMTTxInterceptor.java:418) at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:148) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:72) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81) at org.cesecore.authorization.cache.AccessTreeUpdateSessionLocal$$$view122.getAccessTreeUpdateNumber(Unknown Source) at org.cesecore.authorization.AuthorizationSessionBean.refreshAuthorizationCache(AuthorizationSessionBean.java:185) at sun.reflect.GeneratedMethodAccessor256.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:90) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:101) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:216) at org.jboss.as.ejb3.tx.CMTTxInterceptor.supports(CMTTxInterceptor.java:418) at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:148) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:72) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198) at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185) at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81) at org.cesecore.authorization.AuthorizationSessionLocal$$$view92.refreshAuthorizationCache(Unknown Source) at org.cesecore.authorization.AuthorizationSessionBean.timeOut(AuthorizationSessionBean.java:106) at sun.reflect.GeneratedMethodAccessor255.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:50) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:61) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:90) at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:103) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:61) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:50) at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:61) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:216) at org.jboss.as.ejb3.tx.CMTTxInterceptor.notSupported(CMTTxInterceptor.java:345) at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:142) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509) at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81) at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438) at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619) at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57) at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422) at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53) at org.jboss.as.ejb3.timerservice.TimedObjectInvokerImpl.callTimeout(TimedObjectInvokerImpl.java:99) at org.jboss.as.ejb3.timerservice.TimedObjectInvokerImpl.callTimeout(TimedObjectInvokerImpl.java:109) at org.jboss.as.ejb3.timerservice.TimerTask.invokeBeanMethod(TimerTask.java:189) at org.jboss.as.ejb3.timerservice.TimerTask.callTimeout(TimerTask.java:185) at org.jboss.as.ejb3.timerservice.TimerTask.run(TimerTask.java:159) at org.jboss.as.ejb3.timerservice.TimerServiceImpl$Task$1.run(TimerServiceImpl.java:1296) at org.wildfly.extension.requestcontroller.RequestController$QueuedTask$1.run(RequestController.java:494) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) at org.jboss.threads.JBossThread.run(JBossThread.java:485) Caused by: java.sql.SQLException: unexpected end of stream, read 0 bytes from 4 (socket was closed by server) Query is: select 1; at org.mariadb.jdbc.internal.util.LogQueryTool.exceptionWithQuery(LogQueryTool.java:119) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:199) at org.mariadb.jdbc.MariaDbStatement.executeInternal(MariaDbStatement.java:328) ... 223 more Caused by: java.io.EOFException: unexpected end of stream, read 0 bytes from 4 (socket was closed by server) at org.mariadb.jdbc.internal.io.input.StandardPacketInputStream.getPacketArray(StandardPacketInputStream.java:239) at org.mariadb.jdbc.internal.io.input.StandardPacketInputStream.getPacket(StandardPacketInputStream.java:207) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1347) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1328) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:196) ... 224 more 2021-04-13 01:56:12,454+0000 WARN [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (EJB default - 53) IJ000621: Destroying connection that could not be validated: org.jboss.jca.core.connectionmanager.listener.TxConnectionListener@b568941[state=NORMAL managed connection=org.jboss.jca.adapters.jdbc.local.LocalManagedConnection@7f3cd195 connection handles=0 lastReturned=1618278877533 lastValidated=1618277647413 lastCheckedOut=1618278877532 trackByTx=false pool=org.jboss.jca.core.connectionmanager.pool.strategy.OnePool@77140556 mcp=SemaphoreConcurrentLinkedQueueManagedConnectionPool@7496060[pool=appds] xaResource=LocalXAResourceImpl@da567f6[connectionListener=b568941 connectionManager=7b56de19 warned=false currentXid=null productName=MySQL productVersion=10.5.8-MariaDB-log jndiName=java:/AppDS] txSync=null] 2021-04-13 01:59:37,537+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 60) Reloading CA certificate cache. 2021-04-13 01:59:37,547+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 60) Reloaded CA certificate cache with 1 certificates 2021-04-13 02:04:37,549+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 72) Reloading CA certificate cache. 2021-04-13 02:04:37,554+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 72) Reloaded CA certificate cache with 1 certificates 2021-04-13 02:09:37,555+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 84) Reloading CA certificate cache. 2021-04-13 02:09:37,562+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 84) Reloaded CA certificate cache with 1 certificates 2021-04-13 02:14:37,563+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 96) Reloading CA certificate cache. 2021-04-13 02:14:37,569+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 96) Reloaded CA certificate cache with 1 certificates 2021-04-13 02:19:37,570+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 8) Reloading CA certificate cache. 2021-04-13 02:19:37,586+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 8) Reloaded CA certificate cache with 1 certificates 2021-04-13 02:24:37,586+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 20) Reloading CA certificate cache. 2021-04-13 02:24:37,592+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 20) Reloaded CA certificate cache with 1 certificates 2021-04-13 02:29:37,593+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 32) Reloading CA certificate cache. 2021-04-13 02:29:37,600+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 32) Reloaded CA certificate cache with 1 certificates 2021-04-13 02:34:37,600+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 45) Reloading CA certificate cache. 2021-04-13 02:34:37,607+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 45) Reloaded CA certificate cache with 1 certificates 2021-04-13 02:39:37,610+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 57) Reloading CA certificate cache. 2021-04-13 02:39:37,617+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 57) Reloaded CA certificate cache with 1 certificates 2021-04-13 02:44:37,618+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 69) Reloading CA certificate cache. 2021-04-13 02:44:37,624+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 69) Reloaded CA certificate cache with 1 certificates 2021-04-13 02:49:37,625+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 81) Reloading CA certificate cache. 2021-04-13 02:49:37,631+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 81) Reloaded CA certificate cache with 1 certificates 2021-04-13 02:50:38,618+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.76.177, for CMP alias: cmpRA 2021-04-13 02:50:38,624+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #796bea1b73536769f05d9a37d5f2b44b 2021-04-13 02:50:38,639+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-13 02:50:38,641+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-04-13 02:50:38,681+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 02:50:38+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-04-13 02:50:38,696+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 02:50:38+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.76.177;1602810875;;dcae-datafile-collector;msg=Added end entity dcae-datafile-collector.;caid=1602810875;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT1kY2FlLWRhdGFmaWxlLWNvbGxlY3RvciwgZE5TTmFtZT1kYXRhZmlsZS1jb2xsZWN0b3IsIGROU05hbWU9ZGF0YWZpbGU=;subjectDN=B64:Q049ZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IsT1U9T05BUCxPPUxpbnV4LUZvdW5kYXRpb24sTD1TYW4tRnJhbmNpc2NvLFNUPUNhbGlmb3JuaWEsQz1VUw==;subjectEmail=;tokentype=1;type=1;username=dcae-datafile-collector 2021-04-13 02:50:38,702+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 02:50:38+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.76.177;1602810875;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-04-13 02:50:38,704+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 02:50:38+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/1602810875 2021-04-13 02:50:38,704+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 02:50:38+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;subjectaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;requestaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArf/QVwPatdR0W5npXCjGrr6TY6H6TSnsMg1bpxbm0xUw1bU9wHmypeANpKBsFHqlg8jsLkW41elEUvyloGMOKMkkCDID3HgyJiEUP+6g+WE9rbXwNAwhmkMDZ5wbhQxIAuYVtNafz76yVL9tKKgom8qVzCton5E+lEewz7YnpGV0aXBFBE0HKuG1T8I30HgiabwC3T3sHJzk0tNUiIb9+rGD8jgBq1bxwi3ZP5K0LCWtAhXhR5aHJDj9FYXpfIpPuV/hxQi37VrTbf1/E4kWLSj0cEzKVcQlboxa65A/krPpYGy9VJItTtWi9edWpoQvL3d0NzK6v+S6LemGYLoGOwIDAQAB 2021-04-13 02:50:38,732+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 02:50:38+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;19BA2CB4A3ED01AD28A769223BDEBBF1447A2832;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=b21af549cbfc353fa756d9cc1e214dca5b21410f, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=19BA2CB4A3ED01AD28A769223BDEBBF1447A2832. 2021-04-13 02:50:38,733+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 02:50:38+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;19BA2CB4A3ED01AD28A769223BDEBBF1447A2832;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEwzCCAyugAwIBAgIUGbostKPtAa0op2kiO9678UR6KDIwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGM4ODM0YTY5YTNjMjgxMzExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDEzMDI0MDM4WhcNMjMwNDEzMDI0MDM4WjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArf/QVwPatdR0W5npXCjGrr6TY6H6TSnsMg1bpxbm0xUw1bU9wHmypeANpKBsFHqlg8jsLkW41elEUvyloGMOKMkkCDID3HgyJiEUP+6g+WE9rbXwNAwhmkMDZ5wbhQxIAuYVtNafz76yVL9tKKgom8qVzCton5E+lEewz7YnpGV0aXBFBE0HKuG1T8I30HgiabwC3T3sHJzk0tNUiIb9+rGD8jgBq1bxwi3ZP5K0LCWtAhXhR5aHJDj9FYXpfIpPuV/hxQi37VrTbf1/E4kWLSj0cEzKVcQlboxa65A/krPpYGy9VJItTtWi9edWpoQvL3d0NzK6v+S6LemGYLoGOwIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU8h92xSpyHYzUHLRhB+EO6lu20mYwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUYzynAJnQXVgwkYdm4/vW7dnBut8wDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQBpECZ05A4X+Muxp4xeO6X7V4eMKQp48qT3irVE5h1O1znxIlqALL9IAe0Xj0m+65LIFJwLzmZqkJmyUPDGkzDX+X88c5/RW/oNstkR2QDR5MQnnDMmQpY1o5Ml2qF/L6hIXjbmybJlTzXPQSZE0DOoFy/2qeG0SR+ZiIXfa7rdODhvFdunFiv457O8uUgwjkQyoQZXR22l9W2xmgBcX7AZEn5oMZ5Sah772zxlnMJGnfRPGt7OVJmYmR+DwHf6bP9FaH8TGQbV23m85gEp0okyAgTxMTRMeh+8YnjKYgvPTHQFoTMqI2SBjHpORGeMFXKHt25tZHQLLIaXxF+pmuDOn81UmaloY2DoelpZZXKSB/vS2KaPTMJibsKT4RO0Cep+lSBIbHuaCi9/q345CNFeooPJ09h3cmEtAQ/n/Bj8n5fqjl4+qmt7LGfb1VXgOsVhJxz2VNMhybjYCm5p/zcY8zW0+n2Icgkax1tagX9vAFW+xKFBfraOTdSGuasVo6g= 2021-04-13 02:50:38,738+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 02:50:38+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;1602810875;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-04-13 02:50:38,738+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-04-13 02:50:38,753+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.76.177, process time 134. 2021-04-13 02:52:52,817+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.76.177, for CMP alias: cmpRA 2021-04-13 02:52:52,820+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #173bd55b48d73db011ca87dc415362a9 2021-04-13 02:52:52,828+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-13 02:52:52,830+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-04-13 02:52:52,844+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 02:52:52+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-04-13 02:52:52,851+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 02:52:52+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.76.177;1602810875;;pnf-simulator;msg=Added end entity pnf-simulator.;caid=1602810875;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT1wbmYtc2ltdWxhdG9y;subjectDN=B64:Q049cG5mLXNpbXVsYXRvcixPVT1PTkFQLE89TGludXgtRm91bmRhdGlvbixMPVNhbi1GcmFuY2lzY28sU1Q9Q2FsaWZvcm5pYSxDPVVT;subjectEmail=;tokentype=1;type=1;username=pnf-simulator 2021-04-13 02:52:52,852+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 02:52:52+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.76.177;1602810875;;pnf-simulator;msg=Authenticated user pnf-simulator. 2021-04-13 02:52:52,854+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 02:52:52+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/1602810875 2021-04-13 02:52:52,854+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 02:52:52+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;;pnf-simulator;subjectdn=CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=pnf-simulator;subjectaltname=dNSName=pnf-simulator;requestaltname=dNSName=pnf-simulator;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoMSlQh73uGQwM+sWuEAhKg0rLFU2xePV6sHBlHPwITwGUHlLd20LGYU4h/7JbOjkLFJFwjtTfWTKDPontSIe9/4RgCGFggFz7GGUVjin+LbsAZ0zjCz6eKKvchn01mIKA7y8VS1ThaRgRveeCo61CWfptcc7RHJFt6SDn0B5nhAB+lwfUJ7K3S35B/ipUlVo2rLKSJ+9VJIICs/k5wEOJot6EDlkyF9NmH7jCRAB0mOcdynp4D3wGSwNWh+C98BdBi2I6rf8FUbn3rD3LZSB5QCxngTfP2iX0qiBPNGN8G8bEQnhHs2A8+Wi7QzyEkU6w7VdyWNdoCVQH8je0pEAoQIDAQAB 2021-04-13 02:52:52,873+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 02:52:52+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;7D200122346CFFA04C787B3610EAE2332110CD74;pnf-simulator;msg=Certificate stored for username 'pnf-simulator', fp=a293f288c9f73f37d590fb888cc74adcb9f57c8a, subjectDN 'CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=7D200122346CFFA04C787B3610EAE2332110CD74. 2021-04-13 02:52:52,874+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 02:52:52+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;7D200122346CFFA04C787B3610EAE2332110CD74;pnf-simulator;subjectdn=CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEkDCCAvigAwIBAgIUfSABIjRs/6BMeHs2EOriMyEQzXQwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGM4ODM0YTY5YTNjMjgxMzExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDEzMDI0MjUyWhcNMjMwNDEzMDI0MjUyWjB8MRYwFAYDVQQDDA1wbmYtc2ltdWxhdG9yMQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKDEpUIe97hkMDPrFrhAISoNKyxVNsXj1erBwZRz8CE8BlB5S3dtCxmFOIf+yWzo5CxSRcI7U31kygz6J7UiHvf+EYAhhYIBc+xhlFY4p/i27AGdM4ws+niir3IZ9NZiCgO8vFUtU4WkYEb3ngqOtQln6bXHO0RyRbekg59AeZ4QAfpcH1Ceyt0t+Qf4qVJVaNqyykifvVSSCArP5OcBDiaLehA5ZMhfTZh+4wkQAdJjnHcp6eA98BksDVofgvfAXQYtiOq3/BVG596w9y2UgeUAsZ4E3z9ol9KogTzRjfBvGxEJ4R7NgPPlou0M8hJFOsO1XcljXaAlUB/I3tKRAKECAwEAAaOBpDCBoTAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFPIfdsUqch2M1By0YQfhDupbttJmMBgGA1UdEQQRMA+CDXBuZi1zaW11bGF0b3IwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUiFY/QpJZudYKuIjemVFmoeQZlpAwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQBu9QfwaQoubz3vZmDU9sg6dMzKe5kbgscCp1KdU0ZkwWsHsPqJGjnfdhFXOJI0wxTowL8MgU2B8n5h3prTjrhCu/uTDemfE6CZFSKkffkBWEsXdbPeTzX3/P4bjBkt6+GEFeL8mTkrXay0YDdshscSvkfJdD39Dv6g30Vjq6EI+eGXDLeZaARDbhIWVadkGlQJdGn1B065izN6og6yUQW0e3H4M035BhWGacG+3GLnVlggFXQcKFdjgD+Uqx1qYB/PDKOAOVr/k1YIIy63wR7iEBRX+o1ZThZjJrpCSFZTyoxeUdqe60zg2bGiTc4p3042SVjP1w3ZfMc5RtYjauSC3EMRb9uXiz9l8EOvQlSNIVTK4tDRiQV9E9I2qmktYORhGpYQ0i0oRROm4bkpuEZVJPL6fB356A8IIBbBfdgeIFtD7v2qRcRNYz7+MKsXHnDasn1/35eSy8fY6KABW8JT0ozHb7EtQEiqcGVIr4CEgr83DEAKyEu0EVKTYlqDzmA= 2021-04-13 02:52:52,879+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 02:52:52+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;1602810875;;pnf-simulator;msg=Edited end entity pnf-simulator, new status 40. 2021-04-13 02:52:52,879+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'pnf-simulator' to STATUS_GENERATED. 2021-04-13 02:52:52,891+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.76.177, process time 73. 2021-04-13 02:54:37,635+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 93) Reloading CA certificate cache. 2021-04-13 02:54:37,646+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 93) Reloaded CA certificate cache with 1 certificates 2021-04-13 02:55:46,626+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.76.177, for CMP alias: cmpRA 2021-04-13 02:55:46,629+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #6e2009910c45d4a4cb73dd50f8920cc3 2021-04-13 02:55:46,641+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-13 02:55:46,642+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-13 02:55:46,668+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:55:46+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-04-13 02:55:46,675+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:55:46+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.76.177;1602810875;;dcae-ves-collector-for-bulkpm-over-https;msg=Added end entity dcae-ves-collector-for-bulkpm-over-https.;caid=1602810875;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT1kY2FlLXZlcy1jb2xsZWN0b3ItZm9yLWJ1bGtwbS1vdmVyLWh0dHBzLCBkTlNOYW1lPXZlcy1jb2xsZWN0b3ItY21wdjItY2VydCwgZE5TTmFtZT12ZXMtY21wdjItY2VydA==;subjectDN=B64:Q049ZGNhZS12ZXMtY29sbGVjdG9yLWZvci1idWxrcG0tb3Zlci1odHRwcyxPVT1PTkFQLE89TGludXgtRm91bmRhdGlvbixMPVNhbi1GcmFuY2lzY28sU1Q9Q2FsaWZvcm5pYSxDPVVT;subjectEmail=;tokentype=1;type=1;username=dcae-ves-collector-for-bulkpm-over-https 2021-04-13 02:55:46,678+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:55:46+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.76.177;1602810875;;dcae-ves-collector-for-bulkpm-over-https;msg=Authenticated user dcae-ves-collector-for-bulkpm-over-https. 2021-04-13 02:55:46,681+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:55:46+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/1602810875 2021-04-13 02:55:46,681+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:55:46+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;;dcae-ves-collector-for-bulkpm-over-https;subjectdn=CN=dcae-ves-collector-for-bulkpm-over-https,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-for-bulkpm-over-https;subjectaltname=dNSName=dcae-ves-collector-for-bulkpm-over-https, dNSName=ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert;requestaltname=dNSName=dcae-ves-collector-for-bulkpm-over-https, dNSName=ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhhp7f+9iA+U2h9+H4O5xX8n6mLP0lP70l8RXcmIsVtBY9wm+N4HbLdnHNp8U335Qwqf2pcJcfsJn0Lhfv67tnIaGrB4fca+xZ+LcP4yFy68Tfm0SJ6DuMTTgHuXlfbHsCDYVi7sE4dNO4wO41vL90dn5KEK4HmEudJmojzCg0HzgZ8r85dlKpY5kWApJ8iZgLHsEbkUhAhdXhKtpLZ6EUvdrY+wOp+q0Ym9nrpn7NteZsxRANfkBPPISSkc7bO3eO6wnN/hX0D+3uz9XCKd/CUJzXvxKoeo0Y5kkgo+C5uyU26uRDTT98kcykmMJK3aRXWoR+MjPx2uDLHS1cMqdiQIDAQAB 2021-04-13 02:55:46,708+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:55:46+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;34B33048BA20BF9BCFE041708DDC430D1B237213;dcae-ves-collector-for-bulkpm-over-https;msg=Certificate stored for username 'dcae-ves-collector-for-bulkpm-over-https', fp=7ccde41d6d62a17e5cc60f2977c9547bf24d3c4f, subjectDN 'CN=dcae-ves-collector-for-bulkpm-over-https,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=34B33048BA20BF9BCFE041708DDC430D1B237213. 2021-04-13 02:55:46,708+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:55:46+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;34B33048BA20BF9BCFE041708DDC430D1B237213;dcae-ves-collector-for-bulkpm-over-https;subjectdn=CN=dcae-ves-collector-for-bulkpm-over-https,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIE8TCCA1mgAwIBAgIUNLMwSLogv5vP4EFwjdxDDRsjchMwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGM4ODM0YTY5YTNjMjgxMzExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDEzMDI0NTQ2WhcNMjMwNDEzMDI0NTQ2WjCBlzExMC8GA1UEAwwoZGNhZS12ZXMtY29sbGVjdG9yLWZvci1idWxrcG0tb3Zlci1odHRwczENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCGGnt/72ID5TaH34fg7nFfyfqYs/SU/vSXxFdyYixW0Fj3Cb43gdst2cc2nxTfflDCp/alwlx+wmfQuF+/ru2choasHh9xr7Fn4tw/jIXLrxN+bRInoO4xNOAe5eV9sewINhWLuwTh007jA7jW8v3R2fkoQrgeYS50maiPMKDQfOBnyvzl2UqljmRYCknyJmAsewRuRSECF1eEq2ktnoRS92tj7A6n6rRib2eumfs215mzFEA1+QE88hJKRzts7d47rCc3+FfQP7e7P1cIp38JQnNe/Eqh6jRjmSSCj4Lm7JTbq5ENNP3yRzKSYwkrdpFdahH4yM/Ha4MsdLVwyp2JAgMBAAGjgekwgeYwDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBTyH3bFKnIdjNQctGEH4Q7qW7bSZjBdBgNVHREEVjBUgihkY2FlLXZlcy1jb2xsZWN0b3ItZm9yLWJ1bGtwbS1vdmVyLWh0dHBzghh2ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnSCDnZlcy1jbXB2Mi1jZXJ0MCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFCpaWjv1HbNQnOla/ENGgWXOJg04MA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAEdA16Q1wrXuIcj5ucqidgJFVS8fldVayGlYjbWPSQoruHh9h1IS1Y/DolDPex+dK/r2+m15rzq6HD3Tsj3R1VOxkLT2RPjn3wDkdxx04vTwVsAIBrpR2A3vW4Mi81PXvj/67YjQW9uBqU0IdhYzggptU2PCws7uLY7lm05RWtxo+3rVAc6UU5secm4GXOClfoGtReDMurGRvkVgLexY2phhkIYTbT5g5cXAt+gzUmg4PlYq71ydi8vGL3raGkXmfn0P8rkAC7A2r5r3hDa3/O5XM2WWP1wHumB8DCfbhrU2II4yaeyzk6pIkpWE+LMZyTUQygb3pICC6z0YhT7TbQqLod0/VFyvin52Y5kkzyku3sFWuRVWOFZCgYWuVgMumI6poBQCTeFK03zK67+KbBo050W7fmQ2yPwwhdMt3jekruBMHznOZ+s6kolmkOSgdOB1DJy/Wc3yYDt5eK3uFgkYbUVOSc7ejMKv3gIeImUp4aMKPrTiJSgDbu8BCjgKf 2021-04-13 02:55:46,716+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:55:46+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;1602810875;;dcae-ves-collector-for-bulkpm-over-https;msg=Edited end entity dcae-ves-collector-for-bulkpm-over-https, new status 40. 2021-04-13 02:55:46,716+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-ves-collector-for-bulkpm-over-https' to STATUS_GENERATED. 2021-04-13 02:55:46,727+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.76.177, process time 101. 2021-04-13 02:55:59,798+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.76.177, for CMP alias: cmpRA 2021-04-13 02:55:59,799+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #5b60643aa0f646d78efd3aa65a3f7f6b 2021-04-13 02:55:59,806+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-13 02:55:59,808+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-13 02:55:59,818+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:55:59+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-04-13 02:55:59,824+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:55:59+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.76.177;1602810875;;dcae-ves-collector-cmpv2-cert;msg=Added end entity dcae-ves-collector-cmpv2-cert.;caid=1602810875;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT1kY2FlLXZlcy1jb2xsZWN0b3ItY21wdjItY2VydCwgZE5TTmFtZT12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQsIGROU05hbWU9dmVzLWNtcHYyLWNlcnQ=;subjectDN=B64:Q049ZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQsT1U9T05BUCxPPUxpbnV4LUZvdW5kYXRpb24sTD1TYW4tRnJhbmNpc2NvLFNUPUNhbGlmb3JuaWEsQz1VUw==;subjectEmail=;tokentype=1;type=1;username=dcae-ves-collector-cmpv2-cert 2021-04-13 02:55:59,826+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:55:59+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.76.177;1602810875;;dcae-ves-collector-cmpv2-cert;msg=Authenticated user dcae-ves-collector-cmpv2-cert. 2021-04-13 02:55:59,827+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:55:59+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/1602810875 2021-04-13 02:55:59,827+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:55:59+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;;dcae-ves-collector-cmpv2-cert;subjectdn=CN=dcae-ves-collector-cmpv2-cert,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-cmpv2-cert;subjectaltname=dNSName=dcae-ves-collector-cmpv2-cert, dNSName=ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert;requestaltname=dNSName=dcae-ves-collector-cmpv2-cert, dNSName=ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAly5oZ84INUeZ8tYri6pb5JYraHLj4FFejnxdxAiUxWkVvasVNaed0zX2bcQD9AMP4DYl9V+34OGwZ4wkl9lZSyO0cYd2omk6wqdZmaHFDSNN+R8XaF+p+GJcpa15yjg1BluUSETv009ldm044OmKKdr0TwQu0jXait90+9OF3Nm5rvCb/kWR4lWCgE8E/qJEAZvWPGf+1KOhqFO+94N6NMl5k+eVAv4MAsJV7fnKI+NbUKX9BPR7ga72ZH4uYmVwvJ42RprPSk+iDN+5bRkIt/OZ6haKlnOdQd1A4B1yeDVAwY4+rKwSow4MGSo840CVCQskPnTD8W9k/2GEU2TJbwIDAQAB 2021-04-13 02:55:59,845+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:55:59+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;2B74FC932C0DC5189B2A92FC033CB6B5488DFC3;dcae-ves-collector-cmpv2-cert;msg=Certificate stored for username 'dcae-ves-collector-cmpv2-cert', fp=f2919ed02c75a8d87cefe01498c17cf053ac122b, subjectDN 'CN=dcae-ves-collector-cmpv2-cert,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=2B74FC932C0DC5189B2A92FC033CB6B5488DFC3. 2021-04-13 02:55:59,846+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:55:59+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;2B74FC932C0DC5189B2A92FC033CB6B5488DFC3;dcae-ves-collector-cmpv2-cert;subjectdn=CN=dcae-ves-collector-cmpv2-cert,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIE2zCCA0OgAwIBAgIUArdPyTLA3FGJsqkvwDPLa1SI38MwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGM4ODM0YTY5YTNjMjgxMzExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDEzMDI0NTU5WhcNMjMwNDEzMDI0NTU5WjCBjDEmMCQGA1UEAwwdZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAly5oZ84INUeZ8tYri6pb5JYraHLj4FFejnxdxAiUxWkVvasVNaed0zX2bcQD9AMP4DYl9V+34OGwZ4wkl9lZSyO0cYd2omk6wqdZmaHFDSNN+R8XaF+p+GJcpa15yjg1BluUSETv009ldm044OmKKdr0TwQu0jXait90+9OF3Nm5rvCb/kWR4lWCgE8E/qJEAZvWPGf+1KOhqFO+94N6NMl5k+eVAv4MAsJV7fnKI+NbUKX9BPR7ga72ZH4uYmVwvJ42RprPSk+iDN+5bRkIt/OZ6haKlnOdQd1A4B1yeDVAwY4+rKwSow4MGSo840CVCQskPnTD8W9k/2GEU2TJbwIDAQABo4HeMIHbMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU8h92xSpyHYzUHLRhB+EO6lu20mYwUgYDVR0RBEswSYIdZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnSCGHZlcy1jb2xsZWN0b3ItY21wdjItY2VydIIOdmVzLWNtcHYyLWNlcnQwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUhGw1udfj7qTGbK3uXub37w0JfQgwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQBFFmTR79rW44N1hGWIhgBNj/SOHD0OBsK0MRgrNguuQuytfmJRz/Dvy66MeTC6iTJMMYZy+Jii7oDcPn0iXCUOWiEveRtBDT0L2/fgEsXIq6DWcJfM480e8gyZSdS2jOwVUzeoTl2CR5ePJ9hWA6v8EYj7k+fhodibrs4+HnW2tNJn5gUhZnNVj5VDYdp6YRTgG9tuJOFHgYxRXSbYvUnaOA4nkcJN4FsxP2hozKpYrGgO321NhS8pzVOJFdLJbBg1hgOGqZZ7a4NWxHJxntkFddKMBx6+3tNppA+Q3yDZW/1M7EXT2oRB3eysM6gH9kru3HAtdRrIh405NmufmsCInBrX8a2yYELA7jI82O3gDI1oWGOwIbJTkD8744TEFtQ4z4MZSuh6flMARYWI+sXfHJ5aYsJ8vUAmAoNWXCKKVaKjjfNY1kQFZcMFVaPWVlty7gn4K4Pa/yz+Z7M791HJHu5ItHWLbHTjgWjK7kAabWFh4ysxNtA6DjEEYNBMTdE= 2021-04-13 02:55:59,851+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:55:59+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;1602810875;;dcae-ves-collector-cmpv2-cert;msg=Edited end entity dcae-ves-collector-cmpv2-cert, new status 40. 2021-04-13 02:55:59,851+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-ves-collector-cmpv2-cert' to STATUS_GENERATED. 2021-04-13 02:55:59,860+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.76.177, process time 62. 2021-04-13 02:56:24,220+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.76.177, for CMP alias: cmpRA 2021-04-13 02:56:24,223+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #f34e35f6805e5c4456a2281eeac5198e 2021-04-13 02:56:24,229+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-13 02:56:24,231+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-13 02:56:24,256+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:56:24+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-04-13 02:56:24,262+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:56:24+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.76.177;1602810875;;https-server;msg=Added end entity https-server.;caid=1602810875;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT1odHRwcy1zZXJ2ZXI=;subjectDN=B64:Q049aHR0cHMtc2VydmVyLE9VPU9OQVAsTz1MaW51eC1Gb3VuZGF0aW9uLEw9U2FuLUZyYW5jaXNjbyxTVD1DYWxpZm9ybmlhLEM9VVM=;subjectEmail=;tokentype=1;type=1;username=https-server 2021-04-13 02:56:24,263+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:56:24+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.76.177;1602810875;;https-server;msg=Authenticated user https-server. 2021-04-13 02:56:24,264+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:56:24+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/1602810875 2021-04-13 02:56:24,264+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:56:24+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=https-server;subjectaltname=dNSName=https-server;requestaltname=dNSName=https-server;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkxhN0cvnAlSWemwND8I7DCsLHUdn7TO0azOBQj8Q09GzrExqBPTk6hK1AuscdoIYlBOSx69r7Xra8rhP0h+g4BJysJE8mqrZdL0R0n15b96w83FaRiW9QVGU8eGCfkPCDLfXzoTs+mHqySkpAoyOb5D4jUrACgM9pwmzrCmm5aqF2bmTH9jm00WSnqZeLDgDxyGScooggh5DOgyo7fxYqo+42KQ6XSjUFrXOkset4BPNNBB/t2k06rP7rR8EGomTQSwpfDp91AEeYWJ/0GqLaK0PYH8Yj0w9NC03x9ENid9QRQrSmzHyJRcruUOf8TuXYPGcW1VIkxuResT/cnyc2wIDAQAB 2021-04-13 02:56:24,286+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:56:24+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;4984E2909ECEF2975B552980360C6E775EE35EF1;https-server;msg=Certificate stored for username 'https-server', fp=bc2cb8fb1361a6763bc9895f4e6b10fc6186c926, subjectDN 'CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=4984E2909ECEF2975B552980360C6E775EE35EF1. 2021-04-13 02:56:24,286+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:56:24+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;4984E2909ECEF2975B552980360C6E775EE35EF1;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEjjCCAvagAwIBAgIUSYTikJ7O8pdbVSmANgxud17jXvEwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGM4ODM0YTY5YTNjMjgxMzExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDEzMDI0NjI0WhcNMjMwNDEzMDI0NjI0WjB7MRUwEwYDVQQDDAxodHRwcy1zZXJ2ZXIxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkxhN0cvnAlSWemwND8I7DCsLHUdn7TO0azOBQj8Q09GzrExqBPTk6hK1AuscdoIYlBOSx69r7Xra8rhP0h+g4BJysJE8mqrZdL0R0n15b96w83FaRiW9QVGU8eGCfkPCDLfXzoTs+mHqySkpAoyOb5D4jUrACgM9pwmzrCmm5aqF2bmTH9jm00WSnqZeLDgDxyGScooggh5DOgyo7fxYqo+42KQ6XSjUFrXOkset4BPNNBB/t2k06rP7rR8EGomTQSwpfDp91AEeYWJ/0GqLaK0PYH8Yj0w9NC03x9ENid9QRQrSmzHyJRcruUOf8TuXYPGcW1VIkxuResT/cnyc2wIDAQABo4GjMIGgMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU8h92xSpyHYzUHLRhB+EO6lu20mYwFwYDVR0RBBAwDoIMaHR0cHMtc2VydmVyMCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFBuVFQuqR83/8/OTDsjBPd6D7wBvMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEARo1pjpVkcfd+j1wgZsiWGN+ZpNoQR6efzlQpUypoLm9grQ/Ioita/1VIsX5Q87l50LtzsknBSQyt3u34B+dLsJtZ0HZ1Qx0iHIQlRYrBD2zm/q7w2+iDUH+BXgyC9jDpwwFDD2dN6OQMtrOjiNgq/FGRUPbgjFjVBKLRSFjRGAcnShIFkoNg5EQU6cBksxp2wiaELC6xIhnT3upI58WQbJ6Q+dJGsH6/Kldb9nwOa5ciB1Bbj77YD5wfeNUlmP7esDND2NaJ4UwFE2WUfALLnME+Fc2VQWhma93M1EgQN7lwpZd5kkpbEyw35QKLbvxpDuIiCP4LsUsnccVnFvchd235BSZGVB9YKP59g7PEuLawtgiJF2oxFuMMtWoZwjU8Wa+lyLuGlzfLcqimU2m3ySNU63jdaKCwKdLhd55QOf/uxGyj2sV3I+jvb982Cxh2iM4QWiQVhcg1ysUUWcQAQ2IWT04e18YghVnMpPteAJgP3KG7i8/FTS/qnFg4Jy8x 2021-04-13 02:56:24,292+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:56:24+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;1602810875;;https-server;msg=Edited end entity https-server, new status 40. 2021-04-13 02:56:24,293+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'https-server' to STATUS_GENERATED. 2021-04-13 02:56:24,302+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.76.177, process time 82. 2021-04-13 02:56:51,412+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.76.177, for CMP alias: cmpRA 2021-04-13 02:56:51,413+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #4863004f6d45e275d9ac083bf63b8699 2021-04-13 02:56:51,421+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-13 02:56:51,422+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-13 02:56:51,425+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:56:51+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-13 02:56:51,442+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:56:51+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.76.177;1602810875;;https-server;msg=Edited end entity https-server, new status 10.;status=40 -> 10;subjectAltName=dNSName=https-server -> dNSName=wrong-cert;subjectDN=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=https-server;timemodified=Tue Apr 13 02:56:24 UTC 2021 -> Tue Apr 13 02:56:51 UTC 2021 2021-04-13 02:56:51,443+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:56:51+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.76.177;1602810875;;https-server;msg=Authenticated user https-server. 2021-04-13 02:56:51,444+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:56:51+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/1602810875 2021-04-13 02:56:51,445+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:56:51+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=https-server;subjectaltname=dNSName=wrong-cert;requestaltname=dNSName=wrong-cert;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvWi3M4YYTqwwMb3XGmvjGunImf770YJgmUcMnLYVaEAluK/331UyYopf2FHgn12KVQLAFCJFYMabZYmjt87C1dBDUfyGdaDqMa+TyYr/unGW+f4FYPhCMLkBRmAfd5yBhNvhwm7833FQXnNXnleeND3CA1SZu4qczcg+Ss9JWDdvSrp9snvwL4h30Klwc28Z6FBZIG1OsIsoLeH0kRDsRiQKXHHdClzrwQVG+trcRXG9deQCvHZEZ6NAqRbKhcqH0qCAKBChYpsxADjlstLTkymw5eAeHWCMYriUxBspDmuk6Zu7A3o6VO67rZeWo96dSoOBr3yxY8yFxW4/L/d3CwIDAQAB 2021-04-13 02:56:51,461+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:56:51+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;79A43192E556395EE670006DA6CD6F00F3E58B99;https-server;msg=Certificate stored for username 'https-server', fp=ffdcbbfeaad5fd74b4146345d05ff19b4e27873e, subjectDN 'CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=79A43192E556395EE670006DA6CD6F00F3E58B99. 2021-04-13 02:56:51,461+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:56:51+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;79A43192E556395EE670006DA6CD6F00F3E58B99;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEjDCCAvSgAwIBAgIUeaQxkuVWOV7mcABtps1vAPPli5kwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGM4ODM0YTY5YTNjMjgxMzExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDEzMDI0NjUxWhcNMjMwNDEzMDI0NjUxWjB7MRUwEwYDVQQDDAxodHRwcy1zZXJ2ZXIxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvWi3M4YYTqwwMb3XGmvjGunImf770YJgmUcMnLYVaEAluK/331UyYopf2FHgn12KVQLAFCJFYMabZYmjt87C1dBDUfyGdaDqMa+TyYr/unGW+f4FYPhCMLkBRmAfd5yBhNvhwm7833FQXnNXnleeND3CA1SZu4qczcg+Ss9JWDdvSrp9snvwL4h30Klwc28Z6FBZIG1OsIsoLeH0kRDsRiQKXHHdClzrwQVG+trcRXG9deQCvHZEZ6NAqRbKhcqH0qCAKBChYpsxADjlstLTkymw5eAeHWCMYriUxBspDmuk6Zu7A3o6VO67rZeWo96dSoOBr3yxY8yFxW4/L/d3CwIDAQABo4GhMIGeMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU8h92xSpyHYzUHLRhB+EO6lu20mYwFQYDVR0RBA4wDIIKd3JvbmctY2VydDAnBgNVHSUEIDAeBggrBgEFBQcDAgYIKwYBBQUHAwQGCCsGAQUFBwMBMB0GA1UdDgQWBBSjgNMtiEgtQX8l4us/Y5pIYlX/0DAOBgNVHQ8BAf8EBAMCBeAwDQYJKoZIhvcNAQELBQADggGBABMK8V2J99ZT+E49kRXMcc5/YUkPkKrq/mJmqoTd+K9iJHsHosdIiNrrH8epQr5KVQPgkEJkHmqVCZzESAhafAXCE2G7JBNw0VU0Gx7+OkuEOmiQSWUZqWl02IsSna5gLnymBdEW663mPZHrL3ykQrZILbqiwBeFvmcvSTRs+K1x5FKqEmiBdA8sfrMNPeSdwJ8QpA/oJsqVgsFulaqvRd1H5AG2gY04YXsDOafLH+T64zgQcmNEyKF5b8hhmUbcFZl6ykYcPndYrD1X2Wc5xP5f2LB0DIbJNNbgJfl/yrMa87xGKt5eZ6/pEU4sn3ycLdPuzN6bTY1DzEz/ukskWybsAKEbuz2RqGcih47ffHViAy0vGxFrGBhHNrUmv+qn0aDqbgbZWsLQcxxZFV4+/cKmEekWF178DaSzNsZL9WC+j7+UlMp3goevZfxNS+aUZjTj9pd6DpWjyiL2bGBwWfei0WPFTsl2wL3Yzdry/zlSyEYZWFUyL08rNtaDTcztLA== 2021-04-13 02:56:51,465+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:56:51+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;1602810875;;https-server;msg=Edited end entity https-server, new status 40. 2021-04-13 02:56:51,466+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'https-server' to STATUS_GENERATED. 2021-04-13 02:56:51,475+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.76.177, process time 63. 2021-04-13 02:58:18,732+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.76.177, for CMP alias: cmpRA 2021-04-13 02:58:18,736+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #685fb185c2601da80910d5076aae4f14 2021-04-13 02:58:18,742+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-13 02:58:18,743+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-13 02:58:18,767+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:58:18+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-04-13 02:58:18,774+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:58:18+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.76.177;1602810875;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Added end entity dcae-ves-collector-cmpv2-cert-wrong-sans.;caid=1602810875;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT13cm9uZy1zYW5z;subjectDN=B64:Q049ZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQtd3Jvbmctc2FucyxPVT1PTkFQLE89TGludXgtRm91bmRhdGlvbixMPVNhbi1GcmFuY2lzY28sU1Q9Q2FsaWZvcm5pYSxDPVVT;subjectEmail=;tokentype=1;type=1;username=dcae-ves-collector-cmpv2-cert-wrong-sans 2021-04-13 02:58:18,776+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:58:18+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.76.177;1602810875;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Authenticated user dcae-ves-collector-cmpv2-cert-wrong-sans. 2021-04-13 02:58:18,777+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:58:18+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/1602810875 2021-04-13 02:58:18,777+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:58:18+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;;dcae-ves-collector-cmpv2-cert-wrong-sans;subjectdn=CN=dcae-ves-collector-cmpv2-cert-wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-cmpv2-cert-wrong-sans;subjectaltname=dNSName=wrong-sans;requestaltname=dNSName=wrong-sans;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0UCF9Jz3lG7olkh004c/2Lwlxxgx8vROIevFs85z4et/UcyZyZd5Snhg7m+eo3g8+MDycG7825P/JGNK5ZvmxZdOhJcgKZaBY3TkCmPxGK5JTxWxebLwieIM3ZraAKXFpNZZRP4Yu8nn/mBrpzUdze1OGVEYGGF4G/3yFmYoQ8+9XSHzF/L0NVimzgPO/NQlAVqAt8Ar9QZkocqELAdPH9XQfH8K8eH7j9rjoQxy6LAwTS+XaC5H4DReW5EmKDjjxWb+ZFdywcxolyhfF94kIBAqaBXt5r/pXjVVmBwDR167jDHAKDSoR/VzRfZCeGQ6Rm+hEWdCNuSt+UluSldfmwIDAQAB 2021-04-13 02:58:18,800+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:58:18+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;539AF3A484A79C1B814F8B19C59FB9F24628A49D;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Certificate stored for username 'dcae-ves-collector-cmpv2-cert-wrong-sans', fp=77ab44f9633e52d088efc6216ba31119875bc069, subjectDN 'CN=dcae-ves-collector-cmpv2-cert-wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=539AF3A484A79C1B814F8B19C59FB9F24628A49D. 2021-04-13 02:58:18,800+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:58:18+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;539AF3A484A79C1B814F8B19C59FB9F24628A49D;dcae-ves-collector-cmpv2-cert-wrong-sans;subjectdn=CN=dcae-ves-collector-cmpv2-cert-wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEqTCCAxGgAwIBAgIUU5rzpISnnBuBT4sZxZ+58kYopJ0wDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGM4ODM0YTY5YTNjMjgxMzExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDEzMDI0ODE4WhcNMjMwNDEzMDI0ODE4WjCBlzExMC8GA1UEAwwoZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQtd3Jvbmctc2FuczENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDRQIX0nPeUbuiWSHTThz/YvCXHGDHy9E4h68WzznPh639RzJnJl3lKeGDub56jeDz4wPJwbvzbk/8kY0rlm+bFl06ElyAploFjdOQKY/EYrklPFbF5svCJ4gzdmtoApcWk1llE/hi7yef+YGunNR3N7U4ZURgYYXgb/fIWZihDz71dIfMX8vQ1WKbOA8781CUBWoC3wCv1BmShyoQsB08f1dB8fwrx4fuP2uOhDHLosDBNL5doLkfgNF5bkSYoOOPFZv5kV3LBzGiXKF8X3iQgECpoFe3mv+leNVWYHANHXruMMcAoNKhH9XNF9kJ4ZDpGb6ERZ0I25K35SW5KV1+bAgMBAAGjgaEwgZ4wDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBTyH3bFKnIdjNQctGEH4Q7qW7bSZjAVBgNVHREEDjAMggp3cm9uZy1zYW5zMCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFKAYf4ltgIHq7yroVApZI6fUmJBNMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAZ6IUGtHCnCaxJiUPUbzvZUEq+ZppvNT0gvtohKP1Cjbb0Lahc+4TrPXLgwxETU6GYZks5tnPxkBQKN7JeM23kyb7gbDQipWsPtk1bEoMRL3Spf8W0WOUODZ+B8QQeQZ/M0L/lJBX0Pz9mENnkP05yaSMpR5yXMRbROrPpnuH4cHLLFpT1+hgp5LwB8z2gMVnOFpulfUGitIOvdErH9wwOx/7vpxf8oC/PkTOdiSc1PSUHYvgT1NT0SZuz5OZp2hLrWOn64DQL939WR9bDL4JrrA5wYUTFTu/OutDyFn9XHea0QCmcC44YaTDfSYem4w246546ebz0vTQMNuQNtQinpYwzPCbgX7b3r8j5LxApCZxvhci+VGIcA7sdl9bPtaDIuN4jibiPfnRmWDujntAIullYOrcb6KHkef9X7AQmp/vozgC0mjWlUI8i0+ofXkljXDcydfW6mX2wWBlbFJ47OwMSLFOzoKxJZiitUWNAvOQiRdfCEs0K6N4e5qaPfnj 2021-04-13 02:58:18,807+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 02:58:18+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;1602810875;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Edited end entity dcae-ves-collector-cmpv2-cert-wrong-sans, new status 40. 2021-04-13 02:58:18,807+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-ves-collector-cmpv2-cert-wrong-sans' to STATUS_GENERATED. 2021-04-13 02:58:18,818+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.76.177, process time 86. 2021-04-13 02:59:37,648+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 5) Reloading CA certificate cache. 2021-04-13 02:59:37,657+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 5) Reloaded CA certificate cache with 1 certificates 2021-04-13 03:01:37,618+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.76.177, for CMP alias: cmpRA 2021-04-13 03:01:37,621+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #53e64f3d2b985d2c440d4b962b8bfbe1 2021-04-13 03:01:37,627+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-13 03:01:37,629+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-13 03:01:37,634+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 03:01:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-13 03:01:37,658+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 03:01:37+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.76.177;1602810875;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 10.;status=40 -> 10;subjectDN=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;timemodified=Tue Apr 13 02:50:38 UTC 2021 -> Tue Apr 13 03:01:37 UTC 2021 2021-04-13 03:01:37,661+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 03:01:37+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.76.177;1602810875;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-04-13 03:01:37,662+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 03:01:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/1602810875 2021-04-13 03:01:37,662+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 03:01:37+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;subjectaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;requestaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsjvyd9ZUyO2NBS/rF8hGJl3gh0IdfqLhP7cXg1BJkWOzCci1uwO1xhEqnNDq1i+vpvmhBvPHGbfwaHFJc3DF1KuoNnc8aTof8Ln6sZ8B/WI+L8w75bLnoKOI6k64t0LfloXhBYHRiAfiDdjPzMSRVi1LgVA3iLsQRHWipd1AwGoRMnxUTMPqOtUFacXTe130fX+y05r7/rf+a96sQge6F+W8didgRGEvOD6RfBPcduJZw+6qufU1lqWW4j0PeDgJ21Vx/w/Fp8xDKYhtzP7fvxFpvbhjVtgp4OyXm5NivDVMsoc+WkWzNmyOsIDLIloiZSYyqD2jpDa6WM4vTcasTQIDAQAB 2021-04-13 03:01:37,682+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 03:01:37+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;3C089157D3D564A31FB70600F223A099560B9698;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=7fd82f98c622cc435aff84ccf5ba02d385811f56, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=3C089157D3D564A31FB70600F223A099560B9698. 2021-04-13 03:01:37,682+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 03:01:37+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;3C089157D3D564A31FB70600F223A099560B9698;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEwzCCAyugAwIBAgIUPAiRV9PVZKMftwYA8iOgmVYLlpgwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGM4ODM0YTY5YTNjMjgxMzExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDEzMDI1MTM3WhcNMjMwNDEzMDI1MTM3WjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsjvyd9ZUyO2NBS/rF8hGJl3gh0IdfqLhP7cXg1BJkWOzCci1uwO1xhEqnNDq1i+vpvmhBvPHGbfwaHFJc3DF1KuoNnc8aTof8Ln6sZ8B/WI+L8w75bLnoKOI6k64t0LfloXhBYHRiAfiDdjPzMSRVi1LgVA3iLsQRHWipd1AwGoRMnxUTMPqOtUFacXTe130fX+y05r7/rf+a96sQge6F+W8didgRGEvOD6RfBPcduJZw+6qufU1lqWW4j0PeDgJ21Vx/w/Fp8xDKYhtzP7fvxFpvbhjVtgp4OyXm5NivDVMsoc+WkWzNmyOsIDLIloiZSYyqD2jpDa6WM4vTcasTQIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU8h92xSpyHYzUHLRhB+EO6lu20mYwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQU25bTh0/v8zHfBApNqmmSGiUIkXwwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQAPev/xZzjVVTVq8rpmQ0VLck7NKqtNbdnWKQEBYF/fFa25N2Cem/7kM6xGRRrNyp9ga57lwpU58cTNjDWDg8N+RvH54yPvb3Pxn+r13PzZsaQV8SlGM+KLYAJdEesmJplvPw2OieGI1NWc7IJ26AR6qWUhykjkcvrc0XzFW4Raahm6mXRoGw9SRYhdHutibN++etLVYC2Ic14gxVuzIf3iIdrACK3UtLObnEKhsqMMm9O1nvCY7UZI9Qy81oLWcEpWY/op7WJxbPaZnAodPbibBNxY7/3LGUn1Xyr5tN0B71nj/gCS5QIEZWyD4n3ZLXOIaRmf8vG5pYu33zqltyhcXKhkqPsHDn6ciIzDsOPbXxuR2LVGxV3D3nZiWnH/kmSI5mfQQ6ptLUHsg2Cu05Siycl9xRwl/zMcDeUE8uuEIWP6PzFQrDxckPKUcosEhwKohgoHAk0kcf+Zbcy/dXuvwBa9qFv9C18pYkMfTaPEInYT1hCsMHOv2TY/0oZUjAo= 2021-04-13 03:01:37,687+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-13 03:01:37+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;1602810875;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-04-13 03:01:37,687+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-04-13 03:01:37,695+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.76.177, process time 77. 2021-04-13 03:04:37,658+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 17) Reloading CA certificate cache. 2021-04-13 03:04:37,665+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 17) Reloaded CA certificate cache with 1 certificates 2021-04-13 03:06:05,438+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.76.177, for CMP alias: cmpRA 2021-04-13 03:06:05,442+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #cb057610d7d76700a24bf8840a4fb1fe 2021-04-13 03:06:05,454+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-13 03:06:05,456+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-04-13 03:06:05,462+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:06:05+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-13 03:06:05,497+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:06:05+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.76.177;1602810875;;dcae-ves-collector-for-bulkpm-over-https;msg=Edited end entity dcae-ves-collector-for-bulkpm-over-https, new status 10.;status=40 -> 10;subjectDN=CN=dcae-ves-collector-for-bulkpm-over-https,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-for-bulkpm-over-https;timemodified=Tue Apr 13 02:55:46 UTC 2021 -> Tue Apr 13 03:06:05 UTC 2021 2021-04-13 03:06:05,500+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:06:05+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.76.177;1602810875;;dcae-ves-collector-for-bulkpm-over-https;msg=Authenticated user dcae-ves-collector-for-bulkpm-over-https. 2021-04-13 03:06:05,501+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:06:05+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/1602810875 2021-04-13 03:06:05,501+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:06:05+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;;dcae-ves-collector-for-bulkpm-over-https;subjectdn=CN=dcae-ves-collector-for-bulkpm-over-https,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-for-bulkpm-over-https;subjectaltname=dNSName=dcae-ves-collector-for-bulkpm-over-https, dNSName=ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert;requestaltname=dNSName=dcae-ves-collector-for-bulkpm-over-https, dNSName=ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkGsgrUUnk0tEKVMW42mPCZT2nZXA3ehgFVYcHU28bIFunuW5LLL3FMqtV95ZBdW9YF1MeJkL8MrozQ+Hn2gV3o8n37hdqaYYuwDpxkjTlAlm8SwL6cJ+juesR2SF3Ty3WZYR4+rUotsqNeL52O+swDvx1w7YFbpIWdINS088TltYauBwHG5yBVM9G2p6b8Axd35vFg7MPaFHTTwFq2Zc/6HMIQIIGQoFrIDOzx+2ZT5wk2Rpl2ILiT6qjYo2kYqAgY9AZFuxMtvQh6GJa7P9MQ7nBQt5JMkNV5WhNbn7AlCNqkOAyi/dkwSRiIM0NUd1koNpIFYE8ObacmjaED93TQIDAQAB 2021-04-13 03:06:05,519+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:06:05+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;7B409B2907FCD933421188EB48A62B1C9939312C;dcae-ves-collector-for-bulkpm-over-https;msg=Certificate stored for username 'dcae-ves-collector-for-bulkpm-over-https', fp=c2c326b854dce05064842d16db3c629eddf8ee7c, subjectDN 'CN=dcae-ves-collector-for-bulkpm-over-https,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=7B409B2907FCD933421188EB48A62B1C9939312C. 2021-04-13 03:06:05,520+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:06:05+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;7B409B2907FCD933421188EB48A62B1C9939312C;dcae-ves-collector-for-bulkpm-over-https;subjectdn=CN=dcae-ves-collector-for-bulkpm-over-https,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIE8TCCA1mgAwIBAgIUe0CbKQf82TNCEYjrSKYrHJk5MSwwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGM4ODM0YTY5YTNjMjgxMzExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDEzMDI1NjA1WhcNMjMwNDEzMDI1NjA1WjCBlzExMC8GA1UEAwwoZGNhZS12ZXMtY29sbGVjdG9yLWZvci1idWxrcG0tb3Zlci1odHRwczENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCQayCtRSeTS0QpUxbjaY8JlPadlcDd6GAVVhwdTbxsgW6e5bkssvcUyq1X3lkF1b1gXUx4mQvwyujND4efaBXejyffuF2pphi7AOnGSNOUCWbxLAvpwn6O56xHZIXdPLdZlhHj6tSi2yo14vnY76zAO/HXDtgVukhZ0g1LTzxOW1hq4HAcbnIFUz0banpvwDF3fm8WDsw9oUdNPAWrZlz/ocwhAggZCgWsgM7PH7ZlPnCTZGmXYguJPqqNijaRioCBj0BkW7Ey29CHoYlrs/0xDucFC3kkyQ1XlaE1ufsCUI2qQ4DKL92TBJGIgzQ1R3WSg2kgVgTw5tpyaNoQP3dNAgMBAAGjgekwgeYwDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBTyH3bFKnIdjNQctGEH4Q7qW7bSZjBdBgNVHREEVjBUgihkY2FlLXZlcy1jb2xsZWN0b3ItZm9yLWJ1bGtwbS1vdmVyLWh0dHBzghh2ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnSCDnZlcy1jbXB2Mi1jZXJ0MCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFFZ1u67tOvKXBPoHinhrQbCAjCt2MA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAIL284dGcbLCOgoYwwXES0lZDxfO+kHvDQo/0cZL6hQZuz7qGeRm+cTvzBubzG7SxGgsLWVmo2kFFD56kb6i7qu71rZ5udfsz+LiAF5jFT2ru/s1K7UgipVz57hDMMybfrFUpDSfe+N1kZh5cjJW8Sf+b7zdSzIqkyDkWvQQ0TXp3GZo5Xfys0Qhgeqw6rWeIDoTynrEz3Iy6lDJOaNjyFbHT24ckCd42NOnzRizeKpEGDSFu3of7xImkeqEtFIztblC3S/5iatto26cDcZzmtDguJ966qqqu6h25in/g/fDethpjNJyFivRSDPnfETodkmUb81BTJI/8TFRtPyKkbMGPpS63JcvCjH6DkLJQJWGIh8abNU9i6vH96bLzYZ70MCukaEBfth1+Vo7VS1hQ05txa6q/LfZO5rlv1q3NM6pGT2kdQRJIJTVGTFPeVXy4AJDpo7IPFAmok9ZHmkrkSm9BfOynkjJI44LsR0779nZZysf4e7wIVXUGC544jm4n 2021-04-13 03:06:05,524+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:06:05+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;1602810875;;dcae-ves-collector-for-bulkpm-over-https;msg=Edited end entity dcae-ves-collector-for-bulkpm-over-https, new status 40. 2021-04-13 03:06:05,524+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'dcae-ves-collector-for-bulkpm-over-https' to STATUS_GENERATED. 2021-04-13 03:06:05,533+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.76.177, process time 94. 2021-04-13 03:07:09,018+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.76.177, for CMP alias: cmpRA 2021-04-13 03:07:09,020+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #7920243c936396b70269f64002956709 2021-04-13 03:07:09,026+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-13 03:07:09,027+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-04-13 03:07:09,032+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:07:09+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-13 03:07:09,053+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:07:09+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.76.177;1602810875;;https-server;msg=Edited end entity https-server, new status 10.;status=40 -> 10;subjectAltName=dNSName=wrong-cert -> dNSName=https-server;subjectDN=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=https-server;timemodified=Tue Apr 13 02:56:51 UTC 2021 -> Tue Apr 13 03:07:09 UTC 2021 2021-04-13 03:07:09,056+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:07:09+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.76.177;1602810875;;https-server;msg=Authenticated user https-server. 2021-04-13 03:07:09,058+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:07:09+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/1602810875 2021-04-13 03:07:09,059+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:07:09+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=https-server;subjectaltname=dNSName=https-server;requestaltname=dNSName=https-server;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAykDohawYHh13SmtXzNBCzeYDQfR/FKdRQvML9+PpT9aCCzjwPqz13E7a3nG+XQjdZwxa/rg3hQsqutGriZCiklp89vmklVmnt78+kwzZC4vJoXRkiebuwY9bCGsPccTZNTHoRq5X9ug/zLKnt4DrHXdukygO55Y9okTHWI/N7dNstcDmr7ozScgi/8qtXXBNPbTY3XD9jD7eGEudxiX1BiHCnqDUZ0r8VJP2GPmT2ax5wccVIAWFEmJtF0XwsOUplkprIQlNfluJ0QoetPbkQRGZyh4RT5YjkKuNnwN1bm15HpxkUxjvNSQ+YJUGQ3oIx1ixDjUbi+oAn92Q3wPYHwIDAQAB 2021-04-13 03:07:09,085+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:07:09+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;35357547EDECBCDEC73965329F47B433CCCDED7;https-server;msg=Certificate stored for username 'https-server', fp=ae8febac647a15927b02b4c8275bac3ee529d3fa, subjectDN 'CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=35357547EDECBCDEC73965329F47B433CCCDED7. 2021-04-13 03:07:09,085+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:07:09+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;35357547EDECBCDEC73965329F47B433CCCDED7;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEjjCCAvagAwIBAgIUA1NXVH7ey83sc5ZTKfR7QzzM3tcwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGM4ODM0YTY5YTNjMjgxMzExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDEzMDI1NzA5WhcNMjMwNDEzMDI1NzA5WjB7MRUwEwYDVQQDDAxodHRwcy1zZXJ2ZXIxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAykDohawYHh13SmtXzNBCzeYDQfR/FKdRQvML9+PpT9aCCzjwPqz13E7a3nG+XQjdZwxa/rg3hQsqutGriZCiklp89vmklVmnt78+kwzZC4vJoXRkiebuwY9bCGsPccTZNTHoRq5X9ug/zLKnt4DrHXdukygO55Y9okTHWI/N7dNstcDmr7ozScgi/8qtXXBNPbTY3XD9jD7eGEudxiX1BiHCnqDUZ0r8VJP2GPmT2ax5wccVIAWFEmJtF0XwsOUplkprIQlNfluJ0QoetPbkQRGZyh4RT5YjkKuNnwN1bm15HpxkUxjvNSQ+YJUGQ3oIx1ixDjUbi+oAn92Q3wPYHwIDAQABo4GjMIGgMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU8h92xSpyHYzUHLRhB+EO6lu20mYwFwYDVR0RBBAwDoIMaHR0cHMtc2VydmVyMCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFCXm09qjoynZHa+ktKRNq9E/kbsgMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAM1HDjxe9LdFBSj++r2Swx5kTXQHm0EeoJQt47ra58zTagmWGIAzmyV79CBC9tD9PmaywFFw+QmSqWj+7papHPg+qkQLS5roVxo5kOoXU4YlaL5Qruw5tfFizXCejyn9pAqeWwwj/cXTyZxSbfxLR4Fu9rFdGL4QbUQzzOoRJE1Lx13leOpi72d/26KivBrukL4ZWUtRhwAIWzyTa4OpNHKi/tJw6ZkQI0S5JrqFJ9Er3MQu1bVj1LuAMFH3KeNr+0voXy4LlrYQs5mlsrIkrkhL4tu0i7Vd1loX4Srao4Kzhc1QaauKEZz/hb/B92jD7y4HsjO2yiANIB8pae4tXk/RUWRjcAYRUAbdjNGyD6um9lpkUAEnrS94g7g+TsdTBIMEGyvvgXhLbqik5qLfgk482cXRizSOQW0mZN650ctJKiR7iOhHr3W0AM1vIeTNL9rEA04One90lCV44GHybLb/zya6NAZngx4d1SwKd5RBgF2QoX1KzJM0oDhZtxXLn 2021-04-13 03:07:09,091+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:07:09+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;1602810875;;https-server;msg=Edited end entity https-server, new status 40. 2021-04-13 03:07:09,091+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'https-server' to STATUS_GENERATED. 2021-04-13 03:07:09,099+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.76.177, process time 81. 2021-04-13 03:07:12,929+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.76.177, for CMP alias: cmpRA 2021-04-13 03:07:12,930+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #009e454bb6a943223488eb9dddac7f7e 2021-04-13 03:07:12,937+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-13 03:07:12,938+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-04-13 03:07:12,941+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:07:12+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-13 03:07:12,950+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:07:12+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.76.177;1602810875;;https-server;msg=Edited end entity https-server, new status 10.;status=40 -> 10;subjectAltName=dNSName=https-server -> dNSName=wrong-cert;subjectDN=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=https-server;timemodified=Tue Apr 13 03:07:09 UTC 2021 -> Tue Apr 13 03:07:12 UTC 2021 2021-04-13 03:07:12,951+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:07:12+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.76.177;1602810875;;https-server;msg=Authenticated user https-server. 2021-04-13 03:07:12,953+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:07:12+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/1602810875 2021-04-13 03:07:12,953+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:07:12+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=https-server;subjectaltname=dNSName=wrong-cert;requestaltname=dNSName=wrong-cert;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxzzkuDH5GSPJ3pGhiz9/2eWYqmEd8PE7lV9S0yChTAro2UguxjZXatXFJN02Kr4fgOB8UDIy7Y+IwvYTdx0y+qtDP7CD7ZIYMnKCMNm00SdrNaShYQxAF6eTKy6cMqaBUtM7+l8uDzSoHN9JlEnNuP6B8p625vP0fcvlEncTO1xKCpXN5qEO+a6PT09w6mITBT/S7Po5Y6z5Hp2MdttOLvntUCwi9xRsND4kPij2+dg6pyyfaIG2zZQpcTNoXZx1r47ZujLEN4iN0SOQagCtbroNCdIPXCGyiDBbX2iAYMG+qKI49xlXHimYFO8wheiKQNMzDnRG8KZ66QsmtLrIPwIDAQAB 2021-04-13 03:07:12,967+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:07:12+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;10D3E48C905AF039C92961CFDE437DACD4C3260;https-server;msg=Certificate stored for username 'https-server', fp=94ba11e1fa5dda88a077a798346c0073bbe76a86, subjectDN 'CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=10D3E48C905AF039C92961CFDE437DACD4C3260. 2021-04-13 03:07:12,968+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:07:12+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;10D3E48C905AF039C92961CFDE437DACD4C3260;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEjDCCAvSgAwIBAgIUAQ0+SMkFrwOckpYc/eQ32s1MMmAwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGM4ODM0YTY5YTNjMjgxMzExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDEzMDI1NzEyWhcNMjMwNDEzMDI1NzEyWjB7MRUwEwYDVQQDDAxodHRwcy1zZXJ2ZXIxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxzzkuDH5GSPJ3pGhiz9/2eWYqmEd8PE7lV9S0yChTAro2UguxjZXatXFJN02Kr4fgOB8UDIy7Y+IwvYTdx0y+qtDP7CD7ZIYMnKCMNm00SdrNaShYQxAF6eTKy6cMqaBUtM7+l8uDzSoHN9JlEnNuP6B8p625vP0fcvlEncTO1xKCpXN5qEO+a6PT09w6mITBT/S7Po5Y6z5Hp2MdttOLvntUCwi9xRsND4kPij2+dg6pyyfaIG2zZQpcTNoXZx1r47ZujLEN4iN0SOQagCtbroNCdIPXCGyiDBbX2iAYMG+qKI49xlXHimYFO8wheiKQNMzDnRG8KZ66QsmtLrIPwIDAQABo4GhMIGeMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU8h92xSpyHYzUHLRhB+EO6lu20mYwFQYDVR0RBA4wDIIKd3JvbmctY2VydDAnBgNVHSUEIDAeBggrBgEFBQcDAgYIKwYBBQUHAwQGCCsGAQUFBwMBMB0GA1UdDgQWBBR/7b8msDGt+s5hpRjc5hANRd/g2DAOBgNVHQ8BAf8EBAMCBeAwDQYJKoZIhvcNAQELBQADggGBAFhiwH89gmtfrEiCz42faG2HnUF9PBCsgKsokZ+B+DFo0YM8IonyNOGqiyvPNgpS9u34dUadrq/rMrqddt10YwfSynsA0EyQ/wS18bjnWhSOQXm0SqszIX4LypCmhJlSPAs2V4vCuCriHC6iy5/+Ft2vpugz11gNkJtTE35lMic8smou477aJeDz9LlBvzjB5hSI0IR9D1JYp4p/ZJezcmcGZanFM35Sn+Hnjc7fzP94xrkpfcKPjC+8R6PfQr0zcCzdFFvKs/5Oa22b6bRDwbA+Kv0l2WxodLkWzC2uksdI7iQE9h5A3ewiPeD4fNWdPfEDCdwPqizBqjk92f6LwAfok+6se7FPnBji3vA8KRLgaXvuN9mAzXsW6NZ9QBsRaXAAU9GXrqL6mXR2NLrV3x1HOc+eKb7hIs6S8Ls8k/NzoJkkEBEyg/KsoEb3ZTrUnDhwQ2twD9tnmAtEjANSsYz5DL4v/8/iwgde2i6v/TMymNHvDXe36KR1C11Sigd7xw== 2021-04-13 03:07:12,972+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:07:12+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;1602810875;;https-server;msg=Edited end entity https-server, new status 40. 2021-04-13 03:07:12,973+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'https-server' to STATUS_GENERATED. 2021-04-13 03:07:12,982+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.76.177, process time 53. 2021-04-13 03:08:56,507+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.76.177, for CMP alias: cmpRA 2021-04-13 03:08:56,511+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #3bb9875b4ea58ccc50d06a72e4d72a31 2021-04-13 03:08:56,520+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-13 03:08:56,521+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-04-13 03:08:56,526+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:08:56+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-13 03:08:56,549+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:08:56+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.76.177;1602810875;;pnf-simulator;msg=Edited end entity pnf-simulator, new status 10.;status=40 -> 10;subjectDN=CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=pnf-simulator;timemodified=Tue Apr 13 02:52:52 UTC 2021 -> Tue Apr 13 03:08:56 UTC 2021 2021-04-13 03:08:56,550+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:08:56+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.76.177;1602810875;;pnf-simulator;msg=Authenticated user pnf-simulator. 2021-04-13 03:08:56,551+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:08:56+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/1602810875 2021-04-13 03:08:56,551+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:08:56+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;;pnf-simulator;subjectdn=CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=pnf-simulator;subjectaltname=dNSName=pnf-simulator;requestaltname=dNSName=pnf-simulator;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApkMgGPtHa2ZXm3mE0iE3f5CfqYef84k1kovSpK3kefnKoJ7VedJaKUU36dMHCedwcoUUJ0s/gMvfQCA8LXQydOCR+a/8ZdjqSPynXsHmDYCHSZ3I8SYvkSw3FgN59MHqXpLoUQ1Z9eel/yVdTv5ZFahsQXvglGo8KBTPve4qPDAVWeVqw9GbKNzRVeRXzsiVRXJVusF24bOL596Ot1kdNUv0apqc/AEA67Qo/1K4rXlMccRTPqBh26vswdCAGAfNuJxccRcBoT8DqoZSxahySYrqzq/b3xap9ZPzRT34TEJjEUfFCnnJidFvAvXwVlhnbBOy+QHXFUmyxbxTO4Q2iQIDAQAB 2021-04-13 03:08:56,569+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:08:56+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;BDF10C1D099C4523017444620FBE02244C021BA;pnf-simulator;msg=Certificate stored for username 'pnf-simulator', fp=73c48955b44d48f3f304cd17a68b9ed30b17f567, subjectDN 'CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=BDF10C1D099C4523017444620FBE02244C021BA. 2021-04-13 03:08:56,569+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:08:56+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;BDF10C1D099C4523017444620FBE02244C021BA;pnf-simulator;subjectdn=CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEkDCCAvigAwIBAgIUC98QwdCZxFIwF0RGIPvgIkTAIbowDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGM4ODM0YTY5YTNjMjgxMzExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDEzMDI1ODU2WhcNMjMwNDEzMDI1ODU2WjB8MRYwFAYDVQQDDA1wbmYtc2ltdWxhdG9yMQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKZDIBj7R2tmV5t5hNIhN3+Qn6mHn/OJNZKL0qSt5Hn5yqCe1XnSWilFN+nTBwnncHKFFCdLP4DL30AgPC10MnTgkfmv/GXY6kj8p17B5g2Ah0mdyPEmL5EsNxYDefTB6l6S6FENWfXnpf8lXU7+WRWobEF74JRqPCgUz73uKjwwFVnlasPRmyjc0VXkV87IlUVyVbrBduGzi+fejrdZHTVL9GqanPwBAOu0KP9SuK15THHEUz6gYdur7MHQgBgHzbicXHEXAaE/A6qGUsWockmK6s6v298WqfWT80U9+ExCYxFHxQp5yYnRbwL18FZYZ2wTsvkB1xVJssW8UzuENokCAwEAAaOBpDCBoTAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFPIfdsUqch2M1By0YQfhDupbttJmMBgGA1UdEQQRMA+CDXBuZi1zaW11bGF0b3IwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUa6a1QYFCKcTY09XLT3YmRAZTvZ8wDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQANefFe62jQsgR02BUy/U03lHkFcl008L3RG0Ke4ADcvqFWszkc6jcZRvfqJ8MH2+EmLR6+qHMmIft4mQR+B0ziGTULCz17Uvoak/3EIY6+P8pNax4TLgXcioUJpUFq/qVXsvhFcyZkt9/lo8Gjk6LomeV1XZrut1fwVzNUDHjjIUgtPrSnMHh8h4jiiBJktfHTSrddrSDwcxe9R8q5t8NKwzb57cAsSW3OLwvXTR3f6iBIxw3OmUI3sPGg2PlzFoO28ebcLHH51b/Fulg4adi4YNNC7g7zqUPESSGiTlQLALaBDPuuxBMocVzxu81W5+vKnReKdwo6Y+zEGeNcLpPZL5hKRSS8CW58Q8wteGj++dTSg53v6AMK92tjXxUQqVR5kSG31g3uWtlLEpI1gUGQeWpbA3F1opxRQANgsfSbWCzmirdWPgIRC9oivIet/cdftJ4+TfwQqUUvn5/Dt6q7itXxIbX45IFr5xIPUw3lCbZ9HTqMUOcnGkB5Ac7SWhU= 2021-04-13 03:08:56,574+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:08:56+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;1602810875;;pnf-simulator;msg=Edited end entity pnf-simulator, new status 40. 2021-04-13 03:08:56,574+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'pnf-simulator' to STATUS_GENERATED. 2021-04-13 03:08:56,582+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.76.177, process time 74. 2021-04-13 03:09:37,666+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 29) Reloading CA certificate cache. 2021-04-13 03:09:37,672+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 29) Reloaded CA certificate cache with 1 certificates 2021-04-13 03:10:11,184+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.76.177, for CMP alias: cmpRA 2021-04-13 03:10:11,187+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #9bc2dc69cf9331fe295bf69cba0a738d 2021-04-13 03:10:11,194+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-13 03:10:11,195+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-04-13 03:10:11,199+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:10:11+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-13 03:10:11,223+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:10:11+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.76.177;1602810875;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 10.;status=40 -> 10;subjectDN=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;timemodified=Tue Apr 13 03:01:37 UTC 2021 -> Tue Apr 13 03:10:11 UTC 2021 2021-04-13 03:10:11,225+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:10:11+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.76.177;1602810875;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-04-13 03:10:11,226+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:10:11+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/1602810875 2021-04-13 03:10:11,226+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:10:11+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;subjectaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;requestaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA07U0IzE/WmxmTnnqLtTNTCckBaFZQotG1Cy6YG91Cfymf7ZhoS7I8jToY6fBYakT2Z1zIkBHkrigIarhdG34vSB5UvJFAb74AnCsuMkuI+VYdrMtXMmmPPwrJh12UaF8AnFTErD/TvF+wr1OW+VTtABkfZ+lX20x5U45LQOM0EURIylih2FWhtLQ0eYRdeVoDRpwJ0WLhh8cosBmANkzOatxZVz317aRuev0k2kxeHLQ8bATSLARkVSqhJxaemBZTn3FMFtPk9GSKry4JVYcGavhJL1Riv+quWStMSo6eLOSzuaq1xb2gVg4bFtXyWLWSDD8L9lWYFZOzQ5vQ7QFFwIDAQAB 2021-04-13 03:10:11,248+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:10:11+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;1E08E24400DF06864DC7C0AE544988201FCD5613;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=992306c93c23f802500ac8c0a17fdeeddd1c1b5a, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=1E08E24400DF06864DC7C0AE544988201FCD5613. 2021-04-13 03:10:11,248+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:10:11+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;1E08E24400DF06864DC7C0AE544988201FCD5613;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEwzCCAyugAwIBAgIUHgjiRADfBoZNx8CuVEmIIB/NVhMwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGM4ODM0YTY5YTNjMjgxMzExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDEzMDMwMDExWhcNMjMwNDEzMDMwMDExWjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA07U0IzE/WmxmTnnqLtTNTCckBaFZQotG1Cy6YG91Cfymf7ZhoS7I8jToY6fBYakT2Z1zIkBHkrigIarhdG34vSB5UvJFAb74AnCsuMkuI+VYdrMtXMmmPPwrJh12UaF8AnFTErD/TvF+wr1OW+VTtABkfZ+lX20x5U45LQOM0EURIylih2FWhtLQ0eYRdeVoDRpwJ0WLhh8cosBmANkzOatxZVz317aRuev0k2kxeHLQ8bATSLARkVSqhJxaemBZTn3FMFtPk9GSKry4JVYcGavhJL1Riv+quWStMSo6eLOSzuaq1xb2gVg4bFtXyWLWSDD8L9lWYFZOzQ5vQ7QFFwIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU8h92xSpyHYzUHLRhB+EO6lu20mYwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUv3NsiYGNJQyaLQz5US1bmSV6A3YwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQB7M2XjirELsLT05C5XYQ6eSp/s2LrHd/kZBlBzFuK4ODOcBIJuvqWr6+YXZnKS53ND2d25A54dhcpOsSS7TX1KPZn/FkKyweZrzApYkJTbkDy3fXFPv2ghnTX1QZSFE05FevRO0wFPezQkrFhHuWVXmRRbHE9u68TbvM+JN4rCKT3mGxfJ3b4yGX3aiuQeb0Cqhjr8k6LfH2Vw4pPOk3+xSF4rPgZLEy4K97E2BmndwGcUontnAXtcjGyKWO5BHc/G+Zvo2HShsrssONoX5wf+AJYjOGOTatR3T3oIyrcYqC2/KuUwd9Jzy3HNEyMPNKEaS3HXgda2Vk9+M9EOOZTvRFzRld+zcTK/hSrzBY/vIIKiTL9J2Iq9BGxwCcwgHEGLrmS8KtrYX1fC0WhXlzy0AluK7OzZwquhCx4rqzLVP+770e6E3r8pXSSUH9kj7NPLHcxM97GnoomqpwFKdxcMHHPJ7vrkM/xSBrGChjJ3jSfjxWYk3HPcRUO5EZTvY0U= 2021-04-13 03:10:11,253+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:10:11+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;1602810875;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-04-13 03:10:11,253+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-04-13 03:10:11,284+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.76.177, process time 100. 2021-04-13 03:13:00,915+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.76.177, for CMP alias: cmpRA 2021-04-13 03:13:00,918+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #250174e23831d1b1bfd1c2fb8da9c745 2021-04-13 03:13:00,926+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-13 03:13:00,928+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-04-13 03:13:00,932+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:13:00+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-13 03:13:00,949+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:13:00+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.76.177;1602810875;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 10.;status=40 -> 10;subjectDN=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;timemodified=Tue Apr 13 03:10:11 UTC 2021 -> Tue Apr 13 03:13:00 UTC 2021 2021-04-13 03:13:00,953+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:13:00+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.76.177;1602810875;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-04-13 03:13:00,954+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:13:00+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/1602810875 2021-04-13 03:13:00,955+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:13:00+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;subjectaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;requestaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArRkHocwqhmxLMJivex67pDCPXA1ZKjRTKl7Wdpe/dc3vKNMYvozEJaEbUbyarppZ257z/aIr9RavTVf83EVIO8jgdZYoAXppn/XxQZjU6ddo1byktUR0CAZfaRxyHEPSWR6oAcxR8yqGZLjbQIq04ZlZFuiSdjgAwH3QF5ZpMp//W1U6J3sSitH/QUbtmf/WujA/Fh0XHXQEHPFHsIuymS8VDkmHItDFDwbyHxBx9H75ZziWvSTOUuvyC/6CFosFA/+zbuoYKyLVxLsG3smG1OBIorLizJJZXzbvPqyCyZrmrXoZM6+AqwcdjAECDbDGgjGxqeS/t9BtqqIk5sLLjQIDAQAB 2021-04-13 03:13:00,977+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:13:00+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;3B7F7435B87B15517E54E4C7537D41B3A46BA15A;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=3372161f5e5de84a6b414cfbff8382b594b9080b, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=3B7F7435B87B15517E54E4C7537D41B3A46BA15A. 2021-04-13 03:13:00,977+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:13:00+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;3B7F7435B87B15517E54E4C7537D41B3A46BA15A;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEwzCCAyugAwIBAgIUO390Nbh7FVF+VOTHU31Bs6RroVowDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGM4ODM0YTY5YTNjMjgxMzExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDEzMDMwMzAwWhcNMjMwNDEzMDMwMzAwWjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArRkHocwqhmxLMJivex67pDCPXA1ZKjRTKl7Wdpe/dc3vKNMYvozEJaEbUbyarppZ257z/aIr9RavTVf83EVIO8jgdZYoAXppn/XxQZjU6ddo1byktUR0CAZfaRxyHEPSWR6oAcxR8yqGZLjbQIq04ZlZFuiSdjgAwH3QF5ZpMp//W1U6J3sSitH/QUbtmf/WujA/Fh0XHXQEHPFHsIuymS8VDkmHItDFDwbyHxBx9H75ZziWvSTOUuvyC/6CFosFA/+zbuoYKyLVxLsG3smG1OBIorLizJJZXzbvPqyCyZrmrXoZM6+AqwcdjAECDbDGgjGxqeS/t9BtqqIk5sLLjQIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU8h92xSpyHYzUHLRhB+EO6lu20mYwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQU8iiKA0FHAuBmC/JoI/F271XdIikwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQAsb1XTxgUGyN8pQ7ReHprfme7CVJR8xloV6VE3IOYj5AOmpNLTjTdB9RH2V8lsqPo3L3VLjmuv2rNmjjMQ2pLX6sNkEtT1nrFSFkTawAFAWn8E28DQCLBpkF26xca7XrHZQP9jmY5nO2ZjUY4b5A8evT8/55riPPM3mCBCRYa+vdZAtxCcqxoDG1ilvOSIffvnQVybXYe5/yjmItRkP6klEaws31eGV3iUjXncvl7JX9B797K4AJu3P+zrCW1pzPNTZgMghDd6L1zmQsBQ7Ij+ElhBKufWzpiUOuPIk59SbffeeizP6lFN7fSEc+VSY5QK+Ihnx8hbtn2oCa0zspBkF/5uHOd+KJDHsfj/Qa9mG5ltiet2rUpH565J2yjPJFEALsPAH1J2GuoSqQAwh8alhLItalM4YIj5kVPGnuWIVcuqPNllpPUjZ7aIz4Em0dXBquX4YqKKqWmFGLWUWwZL5Ni1xOe+BTd3w9sqjljkIMt321n5+xxMIcNsQCbQ4hU= 2021-04-13 03:13:00,983+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:13:00+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;1602810875;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-04-13 03:13:00,983+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-04-13 03:13:00,990+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.76.177, process time 75. 2021-04-13 03:14:37,674+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 41) Reloading CA certificate cache. 2021-04-13 03:14:37,681+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 41) Reloaded CA certificate cache with 1 certificates 2021-04-13 03:15:04,667+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.76.177, for CMP alias: cmpRA 2021-04-13 03:15:04,673+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #f1d172fed21b834cbf98c185e336935e 2021-04-13 03:15:04,683+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-13 03:15:04,684+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-04-13 03:15:04,690+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:15:04+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-13 03:15:04,713+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:15:04+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.76.177;1602810875;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 10.;status=40 -> 10;subjectDN=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;timemodified=Tue Apr 13 03:13:00 UTC 2021 -> Tue Apr 13 03:15:04 UTC 2021 2021-04-13 03:15:04,716+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:15:04+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.76.177;1602810875;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-04-13 03:15:04,718+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:15:04+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/1602810875 2021-04-13 03:15:04,718+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:15:04+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;subjectaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;requestaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlVDcA3FiSdGFWbHNq7YgOMlYv6PJBWdeEiRcqItow7s58jqsJVTXL+Btp33TNPOI/K+jmukI7RDODB0STLN6g9t/cBFzr5Ky8JnzZ4CaHATCcqNfswLslDdKTxVJCsnlciXjB/qLvySnN3RfhxRmDFNTjpmPuNhdJ2Ts0zWJEaD4VvOv8hDNj62kDf692ldT6E9yPyXCCO7OIM26L0beqtGLwXmHDIkJLmZk48MNplz8YxoMd3ES/BfmO/H95wwPnLirmhugzRcH8+IFSZ5nKQ23cy+ur3B+9kNVvEXWaEBD/TY5tjDE8G4/4FeTkLo6qdXMly7z3m14tufX+NF9BQIDAQAB 2021-04-13 03:15:04,738+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:15:04+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;4CE3F8FB21D154A2EF60D06D3C6EC08987392F33;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=e634dc1227c6852f50a266bd8769344688639c9d, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=4CE3F8FB21D154A2EF60D06D3C6EC08987392F33. 2021-04-13 03:15:04,739+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:15:04+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;4CE3F8FB21D154A2EF60D06D3C6EC08987392F33;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEwzCCAyugAwIBAgIUTOP4+yHRVKLvYNBtPG7AiYc5LzMwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGM4ODM0YTY5YTNjMjgxMzExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDEzMDMwNTA0WhcNMjMwNDEzMDMwNTA0WjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlVDcA3FiSdGFWbHNq7YgOMlYv6PJBWdeEiRcqItow7s58jqsJVTXL+Btp33TNPOI/K+jmukI7RDODB0STLN6g9t/cBFzr5Ky8JnzZ4CaHATCcqNfswLslDdKTxVJCsnlciXjB/qLvySnN3RfhxRmDFNTjpmPuNhdJ2Ts0zWJEaD4VvOv8hDNj62kDf692ldT6E9yPyXCCO7OIM26L0beqtGLwXmHDIkJLmZk48MNplz8YxoMd3ES/BfmO/H95wwPnLirmhugzRcH8+IFSZ5nKQ23cy+ur3B+9kNVvEXWaEBD/TY5tjDE8G4/4FeTkLo6qdXMly7z3m14tufX+NF9BQIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU8h92xSpyHYzUHLRhB+EO6lu20mYwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUpmi8kPC+cVXu227m7fcMKcf281EwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQBjsfH9CjQYIqpZOAA6Ke5LpJcN8POgx92ZJxwrOXmzY7FliyXbRVGk7F94RRSW++0gtgO6/ZLgwzyqESLBDa2zvbmt0D5HHAdRaVYHYhSLWjCmbHpomTz7t+0TcR9K9MAz7pSEdCanKMFAxfLzzjLpIYBqPA9t8h1PEVnG/g1BX6Ovz73vOkyfqY0JP/zdaUGTunpZFjPYVyjt8XB3iBv+LVgGSkGoSKMU3OgjzbgUgy2gNKLMEjTzCY3ZqtrQp20DWPHK8FtKXUk2Oc59bUxiHhFNgeIXeHGQ2kVJUJRyvIKtThS9HVfTsmr2W2ilphyRPSiJ1gL02uiHMdWiF194zeoIyZGdLc2+OzhjI72nMMur3vDy0w/3xHT2MLKGBM/A8ouj5CwGbMgV/PWCBgJI2A6Jl/rHaiW0qVUpUu+8zEMJllE2zN2fBy39NI66b6UcjczrTldSoaDbw7R7MSbheQTFwSCUrdMOz9k7ZnehLsT3ekJQtMQmQ+zj32EONTw= 2021-04-13 03:15:04,744+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:15:04+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;1602810875;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-04-13 03:15:04,744+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-04-13 03:15:04,753+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.76.177, process time 85. 2021-04-13 03:16:35,306+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.76.177, for CMP alias: cmpRA 2021-04-13 03:16:35,310+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #81a3ff9de8e624dd7ef18477ebc19981 2021-04-13 03:16:35,315+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-13 03:16:35,316+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-04-13 03:16:35,321+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:16:35+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-13 03:16:35,344+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:16:35+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.76.177;1602810875;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 10.;status=40 -> 10;subjectDN=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;timemodified=Tue Apr 13 03:15:04 UTC 2021 -> Tue Apr 13 03:16:35 UTC 2021 2021-04-13 03:16:35,347+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:16:35+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.76.177;1602810875;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-04-13 03:16:35,349+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:16:35+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.76.177;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/1602810875 2021-04-13 03:16:35,350+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:16:35+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;subjectaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;requestaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp9its0AElmddDBHQjxOGwf8tRZUUb60gq9y/BL+BmHmaN35kM/AHIKRIzK4VpKhqpSAdcoimwJJpZxvDsLlUMqJf6WHzcY23yBJEolZnX1gfg+Ky3WBopUrjwwgI5HJqCDT9LjSV7tPxGgWRkQtXLDD9NVvAex1RulvF+j9/mE/F00NzRx01kv7uaDtqYNZUgvjC493PCaLavbkdleh17IIp2LCxIWM1bEjc2p4OhOSQvN+AXJKc3Kt4e+rjFYp71oy2o+H7tEGUuK1jiJSXwYGS7ReeT7k6IPCJs5/WAfBuiuvzZ2Nzuolin74hbM96YcxWlfmytF3kc5ERs5oBJQIDAQAB 2021-04-13 03:16:35,394+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:16:35+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;64CBDD2DB6D7113744207D2BE18E4B9F0A0C1F1F;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=b0e439d0814bc26ba8f586fd4899c6abe546205c, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0c8834a69a3c28131,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=64CBDD2DB6D7113744207D2BE18E4B9F0A0C1F1F. 2021-04-13 03:16:35,394+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:16:35+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.76.177;1602810875;64CBDD2DB6D7113744207D2BE18E4B9F0A0C1F1F;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEwzCCAyugAwIBAgIUZMvdLbbXETdEIH0r4Y5LnwoMHx8wDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGM4ODM0YTY5YTNjMjgxMzExFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDEzMDMwNjM1WhcNMjMwNDEzMDMwNjM1WjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp9its0AElmddDBHQjxOGwf8tRZUUb60gq9y/BL+BmHmaN35kM/AHIKRIzK4VpKhqpSAdcoimwJJpZxvDsLlUMqJf6WHzcY23yBJEolZnX1gfg+Ky3WBopUrjwwgI5HJqCDT9LjSV7tPxGgWRkQtXLDD9NVvAex1RulvF+j9/mE/F00NzRx01kv7uaDtqYNZUgvjC493PCaLavbkdleh17IIp2LCxIWM1bEjc2p4OhOSQvN+AXJKc3Kt4e+rjFYp71oy2o+H7tEGUuK1jiJSXwYGS7ReeT7k6IPCJs5/WAfBuiuvzZ2Nzuolin74hbM96YcxWlfmytF3kc5ERs5oBJQIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAU8h92xSpyHYzUHLRhB+EO6lu20mYwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUhSg4zQz9vg/9nEyFdPz4T1j+UL8wDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQBOmZhM04E2dAQz7NeXAWGvBwzbtTN2cepjdKNYf8onaHplNJjAcFV5HclKCCUCUta4nAEXKy5mxG0c2yXVXOWfI3lYppulAfNC7TeB/uQ1oosP08vAccd1pjzFIGTNg4qAXsmuW6EOSHkeQi+JULfMRpQTbywQRA+EOn+Fp4Z26w32qxUl6fEuB4DfOrGItTA/hA7xFzWc3fm5BR7W2YAB9R24H3ae4EbR4twskQPL0wIZiwdHpB1s0Px66dxkjyqGwebIS8fjcZM4Og6DvppeGAKBfRp8s47iCnZCcJ0v/r6c9vU07PeUUWxAeGdbY4Co428G4Sczw3qFYZO09mSMOe0i9eaKWRVJIRdsApCbejZZto68SEa+teqfoRr+bjTudSfm8hb5dR+vseJeiwROAtvUM5RR/vgCVzntsViRXpeDldg3oosUDac0S3oMGEzdqXV93JDEiBNcbLN5Wn2FjDw/5P+NFNu0QB3gPeqbnkrdYM+9wPxq+NvQVicC9wQ= 2021-04-13 03:16:35,399+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-13 03:16:35+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;1602810875;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-04-13 03:16:35,399+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-04-13 03:16:35,406+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.76.177, process time 100. 2021-04-13 03:19:37,685+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 53) Reloading CA certificate cache. 2021-04-13 03:19:37,691+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 53) Reloaded CA certificate cache with 1 certificates 2021-04-13 03:24:37,691+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 65) Reloading CA certificate cache. 2021-04-13 03:24:37,697+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 65) Reloaded CA certificate cache with 1 certificates 2021-04-13 03:29:37,697+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 77) Reloading CA certificate cache. 2021-04-13 03:29:37,703+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 77) Reloaded CA certificate cache with 1 certificates 2021-04-13 03:34:37,703+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 90) Reloading CA certificate cache. 2021-04-13 03:34:37,709+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 90) Reloaded CA certificate cache with 1 certificates 2021-04-13 03:39:37,711+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2021-04-13 03:39:37,716+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2021-04-13 03:44:37,717+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 14) Reloading CA certificate cache. 2021-04-13 03:44:37,722+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 14) Reloaded CA certificate cache with 1 certificates