By type
2021-06-08 09:25:28,698+0000 INFO [/opt/primekey/bin/start.sh] (process:1) uid=10001 gid=0(root) groups=0(root) 2021-06-08 09:25:28,801+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Detected 0.0 available core(s). 2021-06-08 09:25:28,813+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Detected 33729978368 bytes available host memory. 2021-06-08 09:25:28,846+0000 INFO [/opt/primekey/bin/start.sh] (process:1) MySQL/MariaDB database. 2021-06-08 09:25:38,406+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-06-08 09:25:38,419+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'SELECT 1' -> hit 2021-06-08 09:25:38,420+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-06-08 09:25:55,047+0000 ERROR [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Could not connect to address=(host=mariadb-galera)(port=3306)(type=master) : Socket fail to connect to host:mariadb-galera, port:3306. No route to host (Host unreachable) 2021-06-08 09:25:55,049+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-06-08 09:25:55,069+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Creating database tables... 2021-06-08 09:25:55,840+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Loading SQL script '/opt/primekey/ejbca/doc/sql-scripts/create-tables-ejbca-mysql.sql' with 460 lines. 2021-06-08 09:25:56,880+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-06-08 09:25:58,609+0000 ERROR [org.ejbca.ui.cli.jdbc.JdbcTool] (main) (conn=1376) Table 'accessrulesdata' already exists 2021-06-08 09:25:58,610+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-06-08 09:25:58,621+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Applying recommended database indexes... 2021-06-08 09:25:59,452+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Loading SQL script '/opt/primekey/ejbca/doc/sql-scripts/create-index-ejbca.sql' with 92 lines. 2021-06-08 09:26:00,054+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-06-08 09:26:01,590+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX auditrecorddata_idx2 ON AuditRecordData (nodeId,sequenceNumber)' -> 0 2021-06-08 09:26:05,062+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX auditrecorddata_idx3 ON AuditRecordData (timeStamp)' -> 0 2021-06-08 09:26:08,225+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX auditrecorddata_idx4 ON AuditRecordData (searchDetail2)' -> 0 2021-06-08 09:26:10,473+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DROP INDEX IF EXISTS crldata_idx3 ON CRLData' -> 0 2021-06-08 09:26:11,425+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DROP INDEX IF EXISTS crldata_idx4 ON CRLData' -> 0 2021-06-08 09:26:15,144+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX crldata_idx5 ON CRLData(cRLNumber, issuerDN, crlPartitionIndex)' -> 0 2021-06-08 09:26:15,544+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX crldata_idx6 ON CRLData(issuerDN, crlPartitionIndex, deltaCRLIndicator, cRLNumber)' -> 0 2021-06-08 09:26:16,865+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX cadata_idx1 ON CAData (name)' -> 0 2021-06-08 09:26:18,544+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx2 ON CertificateData (username)' -> 0 2021-06-08 09:26:20,056+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx4 ON CertificateData (subjectDN)' -> 0 2021-06-08 09:26:22,256+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx5 ON CertificateData (type)' -> 0 2021-06-08 09:26:22,452+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx6 ON CertificateData (issuerDN,status)' -> 0 2021-06-08 09:26:22,946+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx7 ON CertificateData(certificateProfileId)' -> 0 2021-06-08 09:26:24,716+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx11 ON CertificateData (subjectKeyId)' -> 0 2021-06-08 09:26:25,525+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM CertificateData WHERE fingerprint='caba75f68c833c3c2d33f3f5052b7d5a76e80383'' -> 0 2021-06-08 09:26:25,527+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM CertificateData WHERE fingerprint='05a219d835622653192c30eeeee8f01f918b30fb'' -> 0 2021-06-08 09:26:25,527+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM Base64CertData WHERE fingerprint='caba75f68c833c3c2d33f3f5052b7d5a76e80383'' -> 0 2021-06-08 09:26:25,528+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM Base64CertData WHERE fingerprint='05a219d835622653192c30eeeee8f01f918b30fb'' -> 0 2021-06-08 09:26:25,988+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX certificatedata_idx12 ON CertificateData (serialNumber, issuerDN)' -> 0 2021-06-08 09:26:27,206+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX historydata_idx1 ON CertReqHistoryData (username)' -> 0 2021-06-08 09:26:27,928+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX historydata_idx3 ON CertReqHistoryData (serialNumber)' -> 0 2021-06-08 09:26:29,569+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX userdata_idx10 ON UserData (subjectDN)' -> 0 2021-06-08 09:26:31,592+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX userdata_idx11 ON UserData (status)' -> 0 2021-06-08 09:26:33,552+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX publisherqueue_idx3 ON PublisherQueueData (publisherId, publishStatus, timeCreated)' -> 0 2021-06-08 09:26:34,349+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX rolemember_idx1 ON RoleMemberData (tokenType,roleId)' -> 0 2021-06-08 09:26:35,341+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX blacklist_idx1 ON BlacklistData (type,value)' -> 0 2021-06-08 09:26:39,963+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx1 ON NoConflictCertificateData (serialNumber, issuerDN)' -> 0 2021-06-08 09:26:40,461+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx2 ON NoConflictCertificateData (fingerprint)' -> 0 2021-06-08 09:26:40,733+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx3 ON NoConflictCertificateData (issuerDN,status)' -> 0 2021-06-08 09:26:41,268+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx4 ON NoConflictCertificateData (certificateProfileId)' -> 0 2021-06-08 09:26:42,257+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeaccountdata_idx1 ON AcmeAccountData (currentKeyId)' -> 0 2021-06-08 09:26:43,379+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeorderdata_idx1 ON AcmeOrderData (accountId)' -> 0 2021-06-08 09:26:44,264+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeorderdata_idx2 ON AcmeOrderData (fingerprint, status)' -> 0 2021-06-08 09:26:45,201+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeauthorizationdata_idx1 ON AcmeAuthorizationData (accountId)' -> 0 2021-06-08 09:26:45,290+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeauthorizationdata_idx2 ON AcmeAuthorizationData (orderId)' -> 0 2021-06-08 09:26:45,530+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmechallengedata_idx1 ON AcmeChallengeData (authorizationId)' -> 0 2021-06-08 09:26:46,276+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX sctdata_idx1 ON SctData (fingerprint)' -> 0 2021-06-08 09:26:47,088+0000 ERROR [org.ejbca.ui.cli.jdbc.JdbcTool] (main) (conn=1377) Duplicate key name 'ocspresponsedata_idx1' 2021-06-08 09:26:47,089+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-06-08 09:26:47,119+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Starting application server: ========================================================================= JBoss Bootstrap Environment JBOSS_HOME: /opt/primekey/wildfly-22.0.1.Final JAVA: java JAVA_OPTS: -server -Xms128m -Xmx31831m -Xss256k -XX:MetaspaceSize=160m -XX:MaxMetaspaceSize=256m -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:+ExitOnOutOfMemoryError -Djdk.tls.ephemeralDHKeySize=2048 -Djava.net.preferIPv4Stack=false -Djava.security.egd=file:/dev/random -Dcontainer.database.name=mysql -Dcontainer.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect -Dhibernate.dialect.storage_engine=innodb -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED --add-exports=jdk.unsupported/sun.reflect=ALL-UNNAMED ========================================================================= 2021-06-08 09:26:48,678+0000 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 22.0.1.Final (WildFly Core 14.0.1.Final) starting 2021-06-08 09:26:50,095+0000 WARN [org.jboss.as.server.deployment.scanner] (ServerService Thread Pool -- 2) WFLYDS0006: Reliable deployment behaviour is not possible when auto-deployment of exploded content is enabled (i.e. deployment without use of ".dodeploy"' marker files). Configuration of auto-deployment of exploded content is not recommended in any situation where reliability is desired. Configuring the deployment scanner's auto-deploy-exploded setting to "false" is recommended. 2021-06-08 09:26:50,176+0000 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http) 2021-06-08 09:26:50,469+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 2.2.4.Final starting 2021-06-08 09:26:50,674+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server. 2021-06-08 09:26:50,717+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting 2021-06-08 09:26:50,774+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTP listener remoting listening on 127.0.0.1:4447 2021-06-08 09:26:51,908+0000 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 46) ISPN000128: Infinispan version: Infinispan 'Corona Extra' 11.0.8.Final 2021-06-08 09:26:51,975+0000 INFO [org.infinispan.CONFIG] (MSC service thread 1-2) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated. 2021-06-08 09:26:51,977+0000 INFO [org.infinispan.CONFIG] (MSC service thread 1-2) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated. 2021-06-08 09:26:52,068+0000 INFO [org.infinispan.PERSISTENCE] (ServerService Thread Pool -- 46) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.spi.marshalling.InfinispanProtoStreamMarshaller' 2021-06-08 09:26:55,010+0000 INFO [org.jboss.as.jpa] (MSC service thread 1-2) WFLYJPA0002: Read persistence.xml for ejbca 2021-06-08 09:26:56,771+0000 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 46) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'ejbca.ear#ejbca' 2021-06-08 09:26:57,913+0000 ERROR [org.jboss.as.jsf] (MSC service thread 1-1) WFLYJSF0002: Could not load JSF managed bean class: org.ejbca.ui.web.admin.peerconnector.PeerConnectorsMBean 2021-06-08 09:26:57,914+0000 ERROR [org.jboss.as.jsf] (MSC service thread 1-1) WFLYJSF0002: Could not load JSF managed bean class: org.ejbca.ui.web.admin.peerconnector.PeerConnectorMBean 2021-06-08 09:26:59,169+0000 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component view-handler.org.apache.myfaces.tomahawk.application.ResourceViewHandlerWrapper due to an exception (enable DEBUG log level to see the cause) 2021-06-08 09:26:59,189+0000 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component exception-handler-factory.org.ejbca.ra.jsfext.RaExceptionHandlerFactory due to an exception (enable DEBUG log level to see the cause) 2021-06-08 09:26:59,196+0000 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component resource-handler.org.apache.myfaces.custom.captcha.CAPTCHAResourceHandlerWrapper due to an exception (enable DEBUG log level to see the cause) 2021-06-08 09:26:59,205+0000 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component resource-handler.org.apache.myfaces.tomahawk.resource.UncompressedResourceHandlerWrapper due to an exception (enable DEBUG log level to see the cause) 2021-06-08 09:26:59,206+0000 WARN [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component faces-context-factory.org.apache.myfaces.webapp.filter.TomahawkFacesContextFactory due to an exception (enable DEBUG log level to see the cause) 2021-06-08 09:26:59,491+0000 WARN [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0131: EJB org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean should not have a final or static method (decRemainingLoginAttempts) 2021-06-08 09:27:00,918+0000 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 46) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'ejbca.ear#ejbca' 2021-06-08 09:27:23,520+0000 WARN [org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader] (ServerService Thread Pool -- 46) HHH000207: Property org.ejbca.core.ejb.approval.ApprovalData.subjectdn not found in class but described in
(possible typo error) 2021-06-08 09:27:31,306+0000 WARN [org.jboss.weld.Bootstrap] (MSC service thread 1-2) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType>) used for class com.sun.faces.flow.FlowDiscoveryCDIHelper is deprecated from CDI 1.1! 2021-06-08 09:27:33,191+0000 SEVERE [javax.enterprise.resource.webcontainer.jsf.flow] (MSC service thread 1-2) Unable to obtain CDI 1.1 utilities for Mojarra 2021-06-08 09:27:33,194+0000 SEVERE [javax.enterprise.resource.webcontainer.jsf.application.view] (MSC service thread 1-2) Unable to obtain CDI 1.1 utilities for Mojarra 2021-06-08 09:27:33,848+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 94) Init, EJBCA 7.4.3.2 Community (67479006a69140e81d66e39871bed8255362effc) startup. 2021-06-08 09:27:33,858+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 64) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, GET] 2021-06-08 09:27:33,858+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 68) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, GET] 2021-06-08 09:27:33,858+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 66) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-06-08 09:27:33,858+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 62) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-06-08 09:27:33,858+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 46) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-06-08 09:27:33,858+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-06-08 09:27:33,861+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 59) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-06-08 09:27:33,858+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 55) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-06-08 09:27:33,858+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-06-08 09:27:34,117+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 94) BouncyCastle provider is from our ejbca.ear classloader. 2021-06-08 09:27:34,121+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 94) Registered AuthenticationTokens [OAuth2AuthenticationToken, PublicAccessAuthenticationToken, CliAuthenticationToken, CertificateAuthenticationToken, AlwaysAllowLocalAuthenticationToken] 2021-06-08 09:27:34,123+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 94) Class not found: se.primeKey.caToken.card.PrimeCAToken. 2021-06-08 09:27:34,123+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 94) Can not register se.primeKey.caToken.card.PrimeCAToken. This is normally not an error. 2021-06-08 09:27:34,165+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 94) Class not found: org.ejbca.keys.token.AWSKMSCryptoToken. 2021-06-08 09:27:34,166+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 94) Can not register org.ejbca.keys.token.AWSKMSCryptoToken. This is normally not an error. 2021-06-08 09:27:34,166+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 94) Class not found: org.cesecore.keys.token.p11ng.cryptotoken.Pkcs11NgCryptoToken. 2021-06-08 09:27:34,166+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 94) Can not register org.cesecore.keys.token.p11ng.cryptotoken.Pkcs11NgCryptoToken. This is normally not an error. 2021-06-08 09:27:35,469+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 60) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-06-08 09:27:36,177+0000 INFO [org.cesecore.dbprotection.ProtectedData] (ServerService Thread Pool -- 94) No database integrity protection available in this version of EJBCA. 2021-06-08 09:27:36,272+0000 INFO [org.ejbca.core.ejb.ca.caadmin.CAAdminSessionBean] (ServerService Thread Pool -- 94) Initialized CA: ManagementCA with expire time: 2031-06-08 08:40:14+00:00 2021-06-08 09:27:36,283+0000 INFO [org.cesecore.audit.AuditDevicesConfig] (ServerService Thread Pool -- 94) Registered audit device using implementation: org.cesecore.audit.impl.log4j.Log4jDevice 2021-06-08 09:27:36,283+0000 INFO [org.cesecore.audit.AuditDevicesConfig] (ServerService Thread Pool -- 94) Configured exporter AuditExporterDummy for device Log4jDevice 2021-06-08 09:27:36,288+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 94) 2021-06-08 09:27:36+00:00;EJBCA_STARTING;SUCCESS;SERVICE;EJBCA;Application internal;;dev-ejbca-699b77cbbb-jlm8l;;msg=Init, EJBCA 7.4.3.2 Community (67479006a69140e81d66e39871bed8255362effc) startup. 2021-06-08 09:27:36,289+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 94) 2021-06-08 09:27:36+00:00;LOG_MANAGEMENT_CHANGE;VOID;SECURITY_AUDIT;CORE;Application internal;;;;msg=No integrity protected security audit logger devices configured. 2021-06-08 09:27:36,296+0000 INFO [org.ejbca.core.ejb.authorization.AuthorizationSystemSessionBean] (ServerService Thread Pool -- 94) Roles or CAs exist, not intializing Super Administrator Role 2021-06-08 09:27:36,892+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 94) Setting isUniqueCertificateSerialNumberIndex to: true 2021-06-08 09:27:36,917+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 94) 2021-06-08 09:27:36+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 09:27:36,920+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 94) 2021-06-08 09:27:36+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id UPGRADE. 2021-06-08 09:27:36,921+0000 INFO [org.ejbca.core.ejb.upgrade.UpgradeSessionBean] (ServerService Thread Pool -- 94) Database content version: 7.4.3.2, current application version: 7.4.3.2 -> Upgrade is not needed. 2021-06-08 09:27:37,966+0000 INFO [org.cesecore.keys.token.SoftCryptoToken] (ServerService Thread Pool -- 94) Activated Crypto Token with ID -932128179. 2021-06-08 09:27:37,990+0000 INFO [org.cesecore.certificates.ocsp.cache.OcspSigningCache] (ServerService Thread Pool -- 94) No default responder was defined. OCSP requests for certificates issued by unknown CAs will return "unauthorized" as per RFC6960, Section 2.3 2021-06-08 09:27:37,991+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 94) Reloading CA certificate cache. 2021-06-08 09:27:38,013+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 94) Reloaded CA certificate cache with 1 certificates 2021-06-08 09:27:38,023+0000 INFO [org.ejbca.core.ejb.ocsp.OcspResponseCleanupSessionBean] (ServerService Thread Pool -- 94) OCSP clean up job is disabled. 2021-06-08 09:27:39,121+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 84) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-06-08 09:27:39,161+0000 INFO [org.jboss.as.server] (ServerService Thread Pool -- 27) WFLYSRV0010: Deployed "ejbca.ear" (runtime-name : "ejbca.ear") 2021-06-08 09:27:39,161+0000 INFO [org.jboss.as.server] (ServerService Thread Pool -- 27) WFLYSRV0010: Deployed "jdbc-driver.jar" (runtime-name : "jdbc-driver.jar") 2021-06-08 09:27:39,196+0000 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server 2021-06-08 09:27:39,200+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 22.0.1.Final (WildFly Core 14.0.1.Final) started in 51526ms - Started 5790 of 5915 services (283 services are lazy, passive or on-demand) 2021-06-08 09:27:39,204+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management 2021-06-08 09:27:39,204+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled 2021-06-08 09:27:40,200+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Application /opt/primekey/appserver/standalone/deployments/ejbca.ear.deployed successfully started. 2021-06-08 09:27:40,204+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Setting up in-bound connectivity... 2021-06-08 09:27:43,837+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 09:27:43+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-151816490 2021-06-08 09:27:49,346+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 09:27:49+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-151816490 2021-06-08 09:27:52,370+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 09:27:52+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-151816490 2021-06-08 09:27:55,903+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 09:27:55+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-151816490 2021-06-08 09:27:57,060+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 09:27:57+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-151816490 2021-06-08 09:28:00,585+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 09:28:00+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-151816490 2021-06-08 09:28:00,645+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Using certificate profile: SERVER, with id: 9 2021-06-08 09:28:00,651+0000 ERROR [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) ERROR: User 'dev-ejbca-699b77cbbb-jlm8l' already exists in the database. 2021-06-08 09:28:03,427+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 09:28:03+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-06-08 09:28:03,434+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 09:28:03+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;-151816490;;dev-ejbca-699b77cbbb-jlm8l;msg=Edited end entity dev-ejbca-699b77cbbb-jlm8l, new status 10. 2021-06-08 09:28:03,469+0000 INFO [org.ejbca.ui.cli.ra.SetEndEntityStatusCommand] (main) New status for end entity dev-ejbca-699b77cbbb-jlm8l is 10 2021-06-08 09:28:05,922+0000 INFO [org.ejbca.ui.cli.ra.SetCleartextPasswordCommand] (main) Setting clear text password for user dev-ejbca-699b77cbbb-jlm8l 2021-06-08 09:28:05,943+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 09:28:05+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-06-08 09:28:05,945+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 09:28:05+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;-151816490;;dev-ejbca-699b77cbbb-jlm8l;msg=Password changed for end entity dev-ejbca-699b77cbbb-jlm8l. 2021-06-08 09:28:08,870+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) Generating keys in directory /opt/primekey/tmp/tmp.YO6gqAPqvw. 2021-06-08 09:28:08,903+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) Loading configuration from defaults. 2021-06-08 09:28:08,903+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) Generating RSA keys of size 2048 for dev-ejbca-699b77cbbb-jlm8l. 2021-06-08 09:28:09,632+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 09:28:09+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;ejbca;-151816490;;dev-ejbca-699b77cbbb-jlm8l;msg=Authenticated user dev-ejbca-699b77cbbb-jlm8l. 2021-06-08 09:28:09,640+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 09:28:09+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/-151816490 2021-06-08 09:28:09,640+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 09:28:09+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;ejbca;-151816490;;dev-ejbca-699b77cbbb-jlm8l;subjectdn=UID=c-0sqw4wsjy2lrt8hj5,CN=dev-ejbca-699b77cbbb-jlm8l,O=EJBCA Container Quickstart;requestX500name=null;subjectaltname=dnsName=dev-ejbca-699b77cbbb-jlm8l;certprofile=9;keyusage=-1;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxEhlqpHHDTWfjAamo9nvtJbAD4Sru0ZL3zV6H0EnThQqkyGpozM8DtFt1K0sqxk/kuQGgpXsWaCOLtsVOE3a8FCq+GYyaVwKKSWr9glZIFGQSAvy4hay7g9Cg7P3MotvccuHkRm0bkKFYYAZgeoL4V79S/NG8jHweNGX2fCP/GIbYPuSjZHTUZznru5gOF2yVHOEXgpX7DCaNNqeQ/i91bbZZtHCzS/PoM17uqnmrDOCXx4mokVTuTZWFWq3p0EQWxRAztFgLbuns/7AatTYfVfXbfsw00xicgrmdUDyooGrDZI49gb/kM+LVhml/3a28SpNL9ph7RQpl3iwHkPsswIDAQAB 2021-06-08 09:28:09,668+0000 INFO [org.cesecore.certificates.ca.internal.SernoGeneratorRandom] (default task-1) Using SHA1PRNG serialNumber RNG algorithm. 2021-06-08 09:28:09,730+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 09:28:09+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;ejbca;-151816490;3450E6152A871F82C5928D98CB23180854CDAEF2;dev-ejbca-699b77cbbb-jlm8l;msg=Certificate stored for username 'dev-ejbca-699b77cbbb-jlm8l', fp=f6ac883f859372a820a06110de511b8f1479a02e, subjectDN 'UID=c-0sqw4wsjy2lrt8hj5,CN=dev-ejbca-699b77cbbb-jlm8l,O=EJBCA Container Quickstart', issuerDN 'UID=c-0sqw4wsjy2lrt8hj5,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=3450E6152A871F82C5928D98CB23180854CDAEF2. 2021-06-08 09:28:09,731+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 09:28:09+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;ejbca;-151816490;3450E6152A871F82C5928D98CB23180854CDAEF2;dev-ejbca-699b77cbbb-jlm8l;subjectdn=UID=c-0sqw4wsjy2lrt8hj5,CN=dev-ejbca-699b77cbbb-jlm8l,O=EJBCA Container Quickstart;certprofile=9;issuancerevocationreason=-1;cert=MIIEfDCCAuSgAwIBAgIUNFDmFSqHH4LFko2YyyMYCFTNrvIwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMHNxdzR3c2p5MmxydDhoajUxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNjA4MDkxODA5WhcNMjMwNjA4MDkxODA4WjBvMSMwIQYKCZImiZPyLGQBAQwTYy0wc3F3NHdzankybHJ0OGhqNTEjMCEGA1UEAwwaZGV2LWVqYmNhLTY5OWI3N2NiYmItamxtOGwxIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxEhlqpHHDTWfjAamo9nvtJbAD4Sru0ZL3zV6H0EnThQqkyGpozM8DtFt1K0sqxk/kuQGgpXsWaCOLtsVOE3a8FCq+GYyaVwKKSWr9glZIFGQSAvy4hay7g9Cg7P3MotvccuHkRm0bkKFYYAZgeoL4V79S/NG8jHweNGX2fCP/GIbYPuSjZHTUZznru5gOF2yVHOEXgpX7DCaNNqeQ/i91bbZZtHCzS/PoM17uqnmrDOCXx4mokVTuTZWFWq3p0EQWxRAztFgLbuns/7AatTYfVfXbfsw00xicgrmdUDyooGrDZI49gb/kM+LVhml/3a28SpNL9ph7RQpl3iwHkPsswIDAQABo4GdMIGaMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUxdfzWovBCANfBvjeXk/WkDdZZeEwJQYDVR0RBB4wHIIaZGV2LWVqYmNhLTY5OWI3N2NiYmItamxtOGwwEwYDVR0lBAwwCgYIKwYBBQUHAwEwHQYDVR0OBBYEFCXn3sgwLASm3TK2TywWP85WS0x+MA4GA1UdDwEB/wQEAwIFoDANBgkqhkiG9w0BAQsFAAOCAYEAWjoXT3IUvlpv8FzB4ayGPS94MSHE+qXSp8pS1vwSXXaMpUeVhamw5F+kBPcABYSDZQ8P/G1avQc+sjBIU4sBbiPlBDkBRn6ZEkOZgk8w6lp17N3UoWSW6+ZSa1COzTrrGypVMDW4CbrRsGfdHjnSzYcTE5Tdw2ICFXzhxJhpaSQPI1lNzDJN2IzJP8FihdlR4W6Rq2VHNwDIN0OLRrHQlLFH5ax8Fy//WUwLAxNLYslVqtgoVW+OQa1Rsk7YNkgr5YB/1TNV5SRCpB34jb0CsF/4eN7AYZ7z49OTY+XR+i/GtNC7ARdBerqTCYL/cfkC3ifrNmAKI319lB0P9U7yj51bkumDOJSu+UbHD6zzTWMtjBH01gZMS/2/rZyvtDtZONIgiVsr6lWwrpNFZvrsVAFjIO15JXMeOy0leYapZwn5yhNYGGDlf6POstn2SMkp80XRvUfxaPfmwfOlL14k3E3mo531ARrwJcPUzENdrnQ2dwE/z70JWcXfJIyl3svb 2021-06-08 09:28:09,732+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 09:28:09+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;-151816490;;dev-ejbca-699b77cbbb-jlm8l;msg=Edited end entity dev-ejbca-699b77cbbb-jlm8l, new status 40. 2021-06-08 09:28:09,733+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dev-ejbca-699b77cbbb-jlm8l' to STATUS_GENERATED. 2021-06-08 09:28:10,149+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) Created Keystore for 'dev-ejbca-699b77cbbb-jlm8l'. 2021-06-08 09:28:10,826+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 09:28:10+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-06-08 09:28:10,827+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 09:28:10+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;-151816490;;dev-ejbca-699b77cbbb-jlm8l;msg=Password changed for end entity dev-ejbca-699b77cbbb-jlm8l. 2021-06-08 09:28:11,612+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) New user generated successfully - dev-ejbca-699b77cbbb-jlm8l. 2021-06-08 09:28:11,954+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Certificate stored in file 2021-06-08 09:28:12,224+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Generated TLS certificate with fingerprint c4889adc254630ec47554d774ff992347baba484cd28332e144d91ec24bf718d. 2021-06-08 09:28:12,230+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Importing keystore /opt/primekey/secrets/persistent/tls/dev-ejbca-699b77cbbb-jlm8l/server.jks to /opt/primekey/tmp/tmp.YO6gqAPqvw/keystore.jks... 2021-06-08 09:28:12,230+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Entry for alias cacert successfully imported. 2021-06-08 09:28:12,230+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Entry for alias dev-ejbca-699b77cbbb-jlm8l successfully imported. 2021-06-08 09:28:12,230+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Import command completed: 2 entries successfully imported, 0 entries failed or cancelled 2021-06-08 09:28:29,093+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Will use application provided server side TLS keystore. 2021-06-08 09:28:31,368+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 09:28:31+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-151816490 2021-06-08 09:28:34,066+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-06-08 09:28:34+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-151816490 2021-06-08 09:28:34,157+0000 INFO [org.ejbca.ui.cli.ca.GetCaCertCommand] (main) Wrote CA certificate to '/opt/primekey/tmp/tmp.YO6gqAPqvw/cacert.der' using DER encoding. 2021-06-08 09:28:43,062+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Certificate was added to keystore 2021-06-08 09:28:45,610+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Enabling HTTPS listener on 0.0.0.0:8443 with optional client certificate authentication. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/opt/primekey/wildfly-22.0.1.Final/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-14.0.1.Final.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS() WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 2021-06-08 09:28:49,343+0000 INFO [org.ejbca.ui.web.pub.HealthCheckServlet] (default task-1) All IPs are authorized. 2021-06-08 09:28:50,772+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Enabling HTTP listener on 0.0.0.0:8080. 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ################################################################################################### 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # Whenever you are ready for production: # 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # Try out the commercially supported EJBCA Enterprise Cloud on AWS, fully featured with: # 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Additional enrollment APIs such as a REST API, EST, ACME and more. # 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Support for external Registration Authority and OCSP responders # 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Hardware Security Module support # 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Application updates # 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - ...and more! # 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # Feel free to contact us directly for a cloud, on-prem, embedded or hybrid solution that fits # 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # your specific needs. # 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # https://aws.amazon.com/marketplace/seller-profile?id=7edf9048-58e6-4086-9d98-b8e0c1d78fce # 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # https://www.primekey.com # 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # sales@primekey.com # 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ################################################################################################### 2021-06-08 09:29:00,725+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-06-08 09:29:00,734+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Waiting 5 seconds before signaling application readiness to ensure proper handling of PublicAccessAuthenticationToken. 2021-06-08 09:29:05,741+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Health check now reports application status at /ejbca/publicweb/healthcheck/ejbcahealth 2021-06-08 09:29:09,575+0000 INFO [org.cesecore.keys.util.SignWithWorkingAlgorithm] (default task-2) Signature algorithm 'SHA1WithRSA' working for provider 'BC version 1.68'. 2021-06-08 09:29:11,666+0000 INFO [org.apache.commons.configuration.PropertiesConfiguration] (default task-2) Reloading configuration. URL is file:/etc/ejbca/conf/web.properties 2021-06-08 09:29:14,284+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:14+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 09:29:14,287+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:14+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1. 2021-06-08 09:29:16,761+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:16+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-151816490 2021-06-08 09:29:16,904+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:16+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/-151816490 2021-06-08 09:29:16,908+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:16+00:00;CA_EDITING;SUCCESS;CA;CORE;ejbca;-151816490;;;msg=CA with id -151816490 and name ManagementCA edited., 1;tokenproperties={certSignKey=signKey, crlSignKey=signKey, defaultKey=encryptKey};tokensequence=00000 2021-06-08 09:29:17,027+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:17+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-151816490 2021-06-08 09:29:17,063+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:17+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-151816490 2021-06-08 09:29:19,574+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:19+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 09:29:19,576+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:19+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1. 2021-06-08 09:29:24,803+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:24+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 09:29:24,805+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:24+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1. 2021-06-08 09:29:27,312+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:27+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 09:29:27,314+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:27+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1. 2021-06-08 09:29:34,884+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:34+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 09:29:34,889+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:34+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1. 2021-06-08 09:29:37,390+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 09:29:37,393+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:37+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1. 2021-06-08 09:29:39,984+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:39+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-151816490 2021-06-08 09:29:42,585+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:42+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-06-08 09:29:42,586+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:42+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;-151816490;;Node123;msg=Password changed for end entity Node123. 2021-06-08 09:29:45,086+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:45+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-06-08 09:29:45,088+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:45+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1. 2021-06-08 09:29:50,116+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-06-08 09:29:50+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/-151816490 2021-06-08 09:32:38,015+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2021-06-08 09:32:38,020+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2021-06-08 09:37:38,021+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-06-08 09:37:38,027+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-06-08 09:42:38,029+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2021-06-08 09:42:38,037+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2021-06-08 09:47:38,038+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-06-08 09:47:38,047+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-06-08 09:52:38,049+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-06-08 09:52:38,056+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-06-08 09:57:38,059+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-06-08 09:57:38,068+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-06-08 10:02:38,069+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-06-08 10:02:38,079+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-06-08 10:07:38,080+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-06-08 10:07:38,088+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-06-08 10:12:38,092+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-06-08 10:12:38,104+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates