StrongKey / fido2

Open-source FIDO server, featuring the FIDO2 standard. https://demo4.strongkey.com/getstarted/#/openapi/fido
204 stars 59 forks source link

Installation Error #30

Closed swapnilphanse closed 4 years ago

swapnilphanse commented 4 years ago

Hello, I was trying to install the Strongkey/fido2 server on AWS Amazon Linux 2 using the guidelines given but at the sixth step, I am getting the following error "Deploying StrongKey FidoServer ... Remote server does not listen for requests on [localhost:4848]. Is the server up? Unable to get remote commands." Here is the log of the installation:

Installing required linux packages (openjdk, unzip, libaio, ncurses-compat-libs[only applicable for Amazon Linux], rng-tools, curl) ... The installer will skip packages that do not apply or are already installed. Successful Installing StrongKey FIDO2 Server (SKFS) ... Successful Installing MariaDB... Successful Installing Payara... Successful Installing JDBC Driver... Successful Installing OpenDJ... Successful Restarting opendjd (via systemctl): [ OK ] Importing default users... Successful Creating 10M SKFS Internal Database....done Starting glassfishd (via systemctl): [ OK ] server.network-config.network-listeners.network-listener.http-listener-1.enabled=false Command set executed successfully. server.network-config.protocols.protocol.http-listener-2.http.request-timeout-seconds=7200 Command set executed successfully. server.network-config.protocols.protocol.http-listener-2.ssl.ssl3-tls-ciphers=+TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,+TLS_DHE_RSA_WITH_AES_256_GCM_SHA384,+TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,+TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,+TLS_DHE_RSA_WITH_AES_256_CBC_SHA256,+TLS_DHE_RSA_WITH_AES_256_CBC_SHA Command set executed successfully. server.network-config.protocols.protocol.http-listener-2.ssl.ssl2-enabled=false Command set executed successfully. server.network-config.protocols.protocol.http-listener-2.ssl.ssl3-enabled=false Command set executed successfully. server.network-config.protocols.protocol.http-listener-2.ssl.tls-enabled=false Command set executed successfully. server.network-config.protocols.protocol.http-listener-2.ssl.tls11-enabled=false Command set executed successfully. server.network-config.protocols.protocol.http-listener-2.http.trace-enabled=false Command set executed successfully. server.network-config.protocols.protocol.http-listener-2.http.xpowered-by=false Command set executed successfully. JDBC connection pool SKFSPool created successfully. Command create-jdbc-connection-pool executed successfully. JDBC resource jdbc/strongkeylite created successfully. Command create-jdbc-resource executed successfully. server.resources.jdbc-connection-pool.SKFSPool.max-pool-size=1000 Command set executed successfully. server.thread-pools.thread-pool.http-thread-pool.max-thread-pool-size=1000 Command set executed successfully. server.thread-pools.thread-pool.http-thread-pool.min-thread-pool-size=10 Command set executed successfully. Deleted 2 option(s) Command delete-jvm-options executed successfully. Created 8 option(s) Command create-jvm-options executed successfully. Deploying StrongKey FidoServer ... Remote server does not listen for requests on [localhost:4848]. Is the server up? Unable to get remote commands. Closest matching local command(s): help

Command deploy failed. Done!

push2085 commented 4 years ago

Hi @swapnilphanse , Can you share the details of the vm that was used. 1) Run df -h command to get disk space details

2) run vmstat -s | head command to get memory details.

3) Can you also post the glassfish server log located in /usr/local/strongkey/payara41/glassfish/domains/domain1/logs directory. Filename : server.log

4) Can you post the contents of "/var/log/messages" file

Thank you Pushkar

push2085 commented 4 years ago

Hi @swapnilphanse, We have recently updated the github builds and you can give the new build a try. Thank you

swapnilphanse commented 4 years ago

Hi @push2085,

I installed the updated version of the fido2 server but I am still getting the same error "Deploying StrongKey FidoServer ... Remote server does not listen for requests on [localhost:4848]. Is the server up? Unable to get remote commands." Below are the log files:-

1) Filesystem Size Used Avail Use% Mounted on devtmpfs 475M 0 475M 0% /dev tmpfs 492M 0 492M 0% /dev/shm tmpfs 492M 500K 492M 1% /run tmpfs 492M 0 492M 0% /sys/fs/cgroup /dev/xvda1 8.0G 5.8G 2.3G 72% / tmpfs 99M 0 99M 0% /run/user/1000 tmpfs 99M 0 99M 0% /run/user/0

2) 1006968 K total memory 371096 K used memory 336056 K active memory 48012 K inactive memory 506816 K free memory 0 K buffer memory 129056 K swap cache 0 K total swap 0 K used swap 0 K free swap 15352 non-nice user cpu ticks 0 nice user cpu ticks 1640 system cpu ticks 302754 idle cpu ticks 2040 IO-wait cpu ticks 0 IRQ cpu ticks 53 softirq cpu ticks 915 stolen cpu ticks 1564843 pages paged in 3935447 pages paged out 0 pages swapped in 0 pages swapped out 506869 interrupts 1240345 CPU context switches 1582820042 boot time 6760 forks

3) [2020-02-27T16:18:30.904+0000] [] [INFO] [NCLS-GFLAUNCHER-00005] [javax.enterprise.launcher] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1582820310904] [levelValue: 800] [[ JVM invocation command line: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.amzn2.0.1.x86_64/jre/bin/java -cp /usr/local/strongkey/payara41/glassfish/modules/glassfish.jar -XX:+UnlockDiagnosticVMOptions -XX:NewRatio=2 -XX:MaxPermSize=192m -Xmx512m -client -javaagent:/usr/local/strongkey/payara41/glassfish/lib/monitor/flashlight-agent.jar -Djavax.xml.accessExternalSchema=all -Djavax.net.ssl.trustStore=/usr/local/strongkey/payara41/glassfish/domains/domain1/config/cacerts.jks -Djdk.tls.rejectClientInitiatedRenegotiation=true -Djdk.corba.allowOutputStreamSubclass=true -Dfelix.fileinstall.dir=/usr/local/strongkey/payara41/glassfish/modules/autostart/ -Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall -Dcom.sun.aas.installRoot=/usr/local/strongkey/payara41/glassfish -Dfelix.fileinstall.poll=5000 -Djava.endorsed.dirs=/usr/local/strongkey/payara41/glassfish/modules/endorsed:/usr/local/strongkey/payara41/glassfish/lib/endorsed -Djava.security.policy=/usr/local/strongkey/payara41/glassfish/domains/domain1/config/server.policy -Dosgi.shell.telnet.maxconn=1 -Dfelix.fileinstall.bundles.startTransient=true -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory -Dfelix.fileinstall.log.level=2 -Djavax.net.ssl.keyStore=/usr/local/strongkey/payara41/glassfish/domains/domain1/config/keystore.jks -Djava.security.auth.login.config=/usr/local/strongkey/payara41/glassfish/domains/domain1/config/login.conf -Dfelix.fileinstall.disableConfigSave=false -Dorg.glassfish.grizzly.DEFAULT_MEMORY_MANAGER=org.glassfish.grizzly.memory.HeapMemoryManager -Dfelix.fileinstall.bundles.new.start=true -Dcom.sun.aas.instanceRoot=/usr/local/strongkey/payara41/glassfish/domains/domain1 -Dosgi.shell.telnet.port=6666 -Dgosh.args=--nointeractive -Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as -Dorg.jboss.weld.serialization.beanIdentifierIndexOptimization=false -Dosgi.shell.telnet.ip=127.0.0.1 -DANTLR_USE_DIRECT_CLASS_LOADING=true -Djava.awt.headless=true -Dcom.ctc.wstx.returnNullForDefaultNamespace=true -Djava.ext.dirs=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.amzn2.0.1.x86_64/jre/lib/ext:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.amzn2.0.1.x86_64/jre/jre/lib/ext:/usr/local/strongkey/payara41/glassfish/domains/domain1/lib/ext -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver -Djava.library.path=/usr/local/strongkey/payara41/glassfish/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib com.sun.enterprise.glassfish.bootstrap.ASMain -upgrade false -domaindir /usr/local/strongkey/payara41/glassfish/domains/domain1 -read-stdin true -asadmin-args --host,,,localhost,,,--port,,,4848,,,--secure=false,,,--terse=false,,,--echo=false,,,--interactive=false,,,start-domain,,,--verbose=false,,,--watchdog=false,,,--debug=false,,,--domaindir,,,/usr/local/strongkey/payara41/glassfish/domains,,,domain1 -domainname domain1 -instancename server -type DAS -verbose false -asadmin-classpath /usr/local/strongkey/payara41/glassfish/lib/client/appserver-cli.jar -debug false -asadmin-classname com.sun.enterprise.admin.cli.AdminMain -watchdog false]]

[2020-02-27T16:18:36.590+0000] [Payara 4.1] [INFO] [NCLS-LOGGING-00009] [javax.enterprise.logging] [tid: _ThreadID=16 _ThreadName=RunLevelControllerThread-1582820316305] [timeMillis: 1582820316590] [levelValue: 800] [[ Running Payara Version: Payara Server 4.1.2.181 #badassfish (build 220)]]

[2020-02-27T16:18:36.598+0000] [Payara 4.1] [INFO] [NCLS-LOGGING-00010] [javax.enterprise.logging] [tid: _ThreadID=16 _ThreadName=RunLevelControllerThread-1582820316305] [timeMillis: 1582820316598] [levelValue: 800] [[ Server log file is using Formatter class: com.sun.enterprise.server.logging.ODLLogFormatter]]

[2020-02-27T16:18:37.014+0000] [Payara 4.1] [INFO] [] [org.hibernate.validator.internal.util.Version] [tid: _ThreadID=16 _ThreadName=RunLevelControllerThread-1582820316305] [timeMillis: 1582820317014] [levelValue: 800] [[ HV000001: Hibernate Validator 5.2.4.Final]]

[2020-02-27T16:18:37.914+0000] [Payara 4.1] [INFO] [NCLS-SECURITY-01115] [javax.enterprise.system.core.security] [tid: _ThreadID=24 _ThreadName=RunLevelControllerThread-1582820316783] [timeMillis: 1582820317914] [levelValue: 800] [[ Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]

[2020-02-27T16:18:37.931+0000] [Payara 4.1] [INFO] [NCLS-SECURITY-01115] [javax.enterprise.system.core.security] [tid: _ThreadID=24 _ThreadName=RunLevelControllerThread-1582820316783] [timeMillis: 1582820317931] [levelValue: 800] [[ Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.]]

[2020-02-27T16:18:37.941+0000] [Payara 4.1] [INFO] [NCLS-SECURITY-01115] [javax.enterprise.system.core.security] [tid: _ThreadID=24 _ThreadName=RunLevelControllerThread-1582820316783] [timeMillis: 1582820317941] [levelValue: 800] [[ Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.]]

[2020-02-27T16:18:38.135+0000] [Payara 4.1] [INFO] [NCLS-CORE-00087] [javax.enterprise.system.core] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1582820316326] [timeMillis: 1582820318135] [levelValue: 800] [[ Grizzly Framework 2.3.31 started in: 100ms - bound to [/0.0.0.0:8080]]]

[2020-02-27T16:18:38.166+0000] [Payara 4.1] [INFO] [SEC-SVCS-00100] [javax.enterprise.security.services] [tid: _ThreadID=24 _ThreadName=RunLevelControllerThread-1582820316783] [timeMillis: 1582820318166] [levelValue: 800] [[ Authorization Service has successfully initialized.]]

[2020-02-27T16:18:38.237+0000] [Payara 4.1] [INFO] [NCLS-CORE-00087] [javax.enterprise.system.core] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1582820316326] [timeMillis: 1582820318237] [levelValue: 800] [[ Grizzly Framework 2.3.31 started in: 20ms - bound to [/0.0.0.0:8181]]]

[2020-02-27T16:18:38.262+0000] [Payara 4.1] [INFO] [NCLS-CORE-00087] [javax.enterprise.system.core] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1582820316326] [timeMillis: 1582820318262] [levelValue: 800] [[ Grizzly Framework 2.3.31 started in: 18ms - bound to [/0.0.0.0:4848]]]

[2020-02-27T16:18:38.630+0000] [Payara 4.1] [INFO] [] [org.glassfish.ha.store.spi.BackingStoreFactoryRegistry] [tid: _ThreadID=24 _ThreadName=RunLevelControllerThread-1582820316783] [timeMillis: 1582820318630] [levelValue: 800] [[ Registered org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy for persistence-type = replicated in BackingStoreFactoryRegistry]]

[2020-02-27T16:18:38.632+0000] [Payara 4.1] [INFO] [NCLS-CORE-00087] [javax.enterprise.system.core] [tid: _ThreadID=18 _ThreadName=RunLevelControllerThread-1582820316326] [timeMillis: 1582820318632] [levelValue: 800] [[ Grizzly Framework 2.3.31 started in: 26ms - bound to [/0.0.0.0:3700]]]

[2020-02-27T16:18:38.772+0000] [Payara 4.1] [INFO] [] [org.glassfish.ha.store.spi.BackingStoreFactoryRegistry] [tid: _ThreadID=24 _ThreadName=RunLevelControllerThread-1582820316783] [timeMillis: 1582820318772] [levelValue: 800] [[ Registered fish.payara.ha.hazelcast.store.HazelcastBackingStoreFactoryProxy for persistence-type = hazelcast in BackingStoreFactoryRegistry]]

[2020-02-27T16:18:38.781+0000] [Payara 4.1] [INFO] [] [fish.payara.ha.hazelcast.store.HazelcastBackingStoreFactory] [tid: _ThreadID=24 _ThreadName=RunLevelControllerThread-1582820316783] [timeMillis: 1582820318781] [levelValue: 800] [[ Registered Hazelcast BackingStoreFactory with persistence-type = hazelcast]]

[2020-02-27T16:18:39.404+0000] [Payara 4.1] [INFO] [NCLS-CORE-00017] [javax.enterprise.system.core] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1582820319404] [levelValue: 800] [[ Payara Server 4.1.2.181 #badassfish (220) startup time : Felix (5,005ms), startup services(3,116ms), total(8,121ms)]]

[2020-02-27T16:18:39.413+0000] [Payara 4.1] [INFO] [] [fish.payara.nucleus.notification.NotificationService] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1582820319413] [levelValue: 800] [[ Payara Notification Service bootstrapped with configuration: NotificationExecutionOptions{enabled=true, notifierConfigurationExecutionOptionsList={LOG=LogNotifierConfigurationExecutionOptions{useSeparateLogFile=false} NotifierConfigurationExecutionOptions{notifierType=LOG, enabled=true}}}]]

[2020-02-27T16:18:39.490+0000] [Payara 4.1] [INFO] [] [fish.payara.nucleus.util.CleanupPostBoot] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1582820319490] [levelValue: 800] [[ Cleaning JarFileFactory Cache to prevent jar FD leaks]]

[2020-02-27T16:18:40.327+0000] [Payara 4.1] [INFO] [NCLS-JMX-00005] [javax.enterprise.system.jmx] [tid: _ThreadID=69 _ThreadName=Thread-16] [timeMillis: 1582820320327] [levelValue: 800] [[ JMXStartupService has started JMXConnector on JMXService URL service:jmx:rmi://0.0.0.0:8686/jndi/rmi://0.0.0.0:8686/jmxrmi]]

[2020-02-27T16:18:40.531+0000] [Payara 4.1] [INFO] [NCLS-CORE-00087] [javax.enterprise.system.core] [tid: _ThreadID=24 _ThreadName=RunLevelControllerThread-1582820316783] [timeMillis: 1582820320531] [levelValue: 800] [[ Grizzly Framework 2.3.31 started in: 4ms - bound to [/0.0.0.0:7676]]]

[2020-02-27T16:18:40.535+0000] [Payara 4.1] [INFO] [NCLS-BOOTSTRAP-00027] [javax.enterprise.bootstrap] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1582820320535] [levelValue: 800] [[ Registered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl@45bbc52f as OSGi service registration: org.apache.felix.framework.ServiceRegistrationImpl@72af90e8.]]

[2020-02-27T16:18:40.627+0000] [Payara 4.1] [INFO] [] [] [tid: _ThreadID=12 _ThreadName=FelixStartLevel] [timeMillis: 1582820320627] [levelValue: 800] [[ /usr/local/strongkey/payara41/glassfish/domains/domain1/autodeploy/bundles does not exist, please create it.]]

[2020-02-27T16:18:51.933+0000] [Payara 4.1] [INFO] [NCLS-REST-00001] [javax.enterprise.admin.rest] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820331933] [levelValue: 800] [[ Listening to REST requests at context: /command/domain.]]

[2020-02-27T16:18:52.416+0000] [Payara 4.1] [INFO] [NCLS-CORE-00058] [javax.enterprise.system.core] [tid: _ThreadID=36 _ThreadName=pool-7-thread-1] [timeMillis: 1582820332416] [levelValue: 800] [[ Network listener http-listener-1 on port 8080 disabled per domain.xml]]

[2020-02-27T16:18:53.687+0000] [Payara 4.1] [INFO] [NCLS-CORE-00087] [javax.enterprise.system.core] [tid: _ThreadID=78 _ThreadName=pool-23-thread-1] [timeMillis: 1582820333687] [levelValue: 800] [[ Grizzly Framework 2.3.31 started in: 4ms - bound to [/0.0.0.0:8181]]]

[2020-02-27T16:18:59.907+0000] [Payara 4.1] [INFO] [NCLS-CORE-00087] [javax.enterprise.system.core] [tid: _ThreadID=78 _ThreadName=pool-23-thread-1] [timeMillis: 1582820339907] [levelValue: 800] [[ Grizzly Framework 2.3.31 started in: 9ms - bound to [/0.0.0.0:8181]]]

[2020-02-27T16:19:06.547+0000] [Payara 4.1] [WARNING] [] [] [tid: _ThreadID=79 _ThreadName=pool-24-thread-1] [timeMillis: 1582820346547] [levelValue: 900] [[ Unprocessed event : UnprocessedChangeEvent{PropertyName=jvm-options, OldValue = [-XX:MaxPermSize=192m, -client, -Djava.awt.headless=true, -Djdk.corba.allowOutputStreamSubclass=true, -Djavax.xml.accessExternalSchema=all, -Djavax.management.builder.initial=com.sun.enterprise.v3.admin.AppServerMBeanServerBuilder, -XX:+UnlockDiagnosticVMOptions, -Djava.endorsed.dirs=${com.sun.aas.installRoot}/modules/endorsed${path.separator}${com.sun.aas.installRoot}/lib/endorsed, -Djava.security.policy=${com.sun.aas.instanceRoot}/config/server.policy, -Djava.security.auth.login.config=${com.sun.aas.instanceRoot}/config/login.conf, -Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as, -Xmx512m, -Djavax.net.ssl.keyStore=${com.sun.aas.instanceRoot}/config/keystore.jks, -Djavax.net.ssl.trustStore=${com.sun.aas.instanceRoot}/config/cacerts.jks, -Djava.ext.dirs=${com.sun.aas.javaRoot}/lib/ext${path.separator}${com.sun.aas.javaRoot}/jre/lib/ext${path.separator}${com.sun.aas.instanceRoot}/lib/ext, -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver, -DANTLR_USE_DIRECT_CLASS_LOADING=true, -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory, -Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall, -Dosgi.shell.telnet.port=6666, -Dosgi.shell.telnet.maxconn=1, -Dosgi.shell.telnet.ip=127.0.0.1, -Dgosh.args=--nointeractive, -Dfelix.fileinstall.dir=${com.sun.aas.installRoot}/modules/autostart/, -Dfelix.fileinstall.poll=5000, -Dfelix.fileinstall.log.level=2, -Dfelix.fileinstall.bundles.new.start=true, -Dfelix.fileinstall.bundles.startTransient=true, -Dfelix.fileinstall.disableConfigSave=false, -XX:NewRatio=2, -Dcom.ctc.wstx.returnNullForDefaultNamespace=true, -Djdk.tls.rejectClientInitiatedRenegotiation=true, -Dorg.jboss.weld.serialization.beanIdentifierIndexOptimization=false, -Dorg.glassfish.grizzly.DEFAULT_MEMORY_MANAGER=org.glassfish.grizzly.memory.HeapMemoryManager], NewValue = [-XX:MaxPermSize=192m, -Djava.awt.headless=true, -Djdk.corba.allowOutputStreamSubclass=true, -Djavax.xml.accessExternalSchema=all, -Djavax.management.builder.initial=com.sun.enterprise.v3.admin.AppServerMBeanServerBuilder, -XX:+UnlockDiagnosticVMOptions, -Djava.endorsed.dirs=${com.sun.aas.installRoot}/modules/endorsed${path.separator}${com.sun.aas.installRoot}/lib/endorsed, -Djava.security.policy=${com.sun.aas.instanceRoot}/config/server.policy, -Djava.security.auth.login.config=${com.sun.aas.instanceRoot}/config/login.conf, -Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as, -Djavax.net.ssl.keyStore=${com.sun.aas.instanceRoot}/config/keystore.jks, -Djavax.net.ssl.trustStore=${com.sun.aas.instanceRoot}/config/cacerts.jks, -Djava.ext.dirs=${com.sun.aas.javaRoot}/lib/ext${path.separator}${com.sun.aas.javaRoot}/jre/lib/ext${path.separator}${com.sun.aas.instanceRoot}/lib/ext, -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver, -DANTLR_USE_DIRECT_CLASS_LOADING=true, -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory, -Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall, -Dosgi.shell.telnet.port=6666, -Dosgi.shell.telnet.maxconn=1, -Dosgi.shell.telnet.ip=127.0.0.1, -Dgosh.args=--nointeractive, -Dfelix.fileinstall.dir=${com.sun.aas.installRoot}/modules/autostart/, -Dfelix.fileinstall.poll=5000, -Dfelix.fileinstall.log.level=2, -Dfelix.fileinstall.bundles.new.start=true, -Dfelix.fileinstall.bundles.startTransient=true, -Dfelix.fileinstall.disableConfigSave=false, -XX:NewRatio=2, -Dcom.ctc.wstx.returnNullForDefaultNamespace=true, -Djdk.tls.rejectClientInitiatedRenegotiation=true, -Dorg.jboss.weld.serialization.beanIdentifierIndexOptimization=false, -Dorg.glassfish.grizzly.DEFAULT_MEMORY_MANAGER=org.glassfish.grizzly.memory.HeapMemoryManager], Source = GlassFishConfigBean.com.sun.enterprise.config.serverbeans.JavaConfig}, reason = Removal of: -Xmx512m cannot take effect without server restart, Removal of: -client cannot take effect without server restart, when = 1582820346544]]

[2020-02-27T16:19:07.419+0000] [Payara 4.1] [WARNING] [] [] [tid: _ThreadID=79 _ThreadName=pool-24-thread-1] [timeMillis: 1582820347419] [levelValue: 900] [[ Unprocessed event : UnprocessedChangeEvent{PropertyName=jvm-options, OldValue = [-XX:MaxPermSize=192m, -Djava.awt.headless=true, -Djdk.corba.allowOutputStreamSubclass=true, -Djavax.xml.accessExternalSchema=all, -Djavax.management.builder.initial=com.sun.enterprise.v3.admin.AppServerMBeanServerBuilder, -XX:+UnlockDiagnosticVMOptions, -Djava.endorsed.dirs=${com.sun.aas.installRoot}/modules/endorsed${path.separator}${com.sun.aas.installRoot}/lib/endorsed, -Djava.security.policy=${com.sun.aas.instanceRoot}/config/server.policy, -Djava.security.auth.login.config=${com.sun.aas.instanceRoot}/config/login.conf, -Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as, -Djavax.net.ssl.keyStore=${com.sun.aas.instanceRoot}/config/keystore.jks, -Djavax.net.ssl.trustStore=${com.sun.aas.instanceRoot}/config/cacerts.jks, -Djava.ext.dirs=${com.sun.aas.javaRoot}/lib/ext${path.separator}${com.sun.aas.javaRoot}/jre/lib/ext${path.separator}${com.sun.aas.instanceRoot}/lib/ext, -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver, -DANTLR_USE_DIRECT_CLASS_LOADING=true, -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory, -Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall, -Dosgi.shell.telnet.port=6666, -Dosgi.shell.telnet.maxconn=1, -Dosgi.shell.telnet.ip=127.0.0.1, -Dgosh.args=--nointeractive, -Dfelix.fileinstall.dir=${com.sun.aas.installRoot}/modules/autostart/, -Dfelix.fileinstall.poll=5000, -Dfelix.fileinstall.log.level=2, -Dfelix.fileinstall.bundles.new.start=true, -Dfelix.fileinstall.bundles.startTransient=true, -Dfelix.fileinstall.disableConfigSave=false, -XX:NewRatio=2, -Dcom.ctc.wstx.returnNullForDefaultNamespace=true, -Djdk.tls.rejectClientInitiatedRenegotiation=true, -Dorg.jboss.weld.serialization.beanIdentifierIndexOptimization=false, -Dorg.glassfish.grizzly.DEFAULT_MEMORY_MANAGER=org.glassfish.grizzly.memory.HeapMemoryManager], NewValue = [-XX:MaxPermSize=192m, -Djava.awt.headless=true, -Djdk.corba.allowOutputStreamSubclass=true, -Djavax.xml.accessExternalSchema=all, -Djavax.management.builder.initial=com.sun.enterprise.v3.admin.AppServerMBeanServerBuilder, -XX:+UnlockDiagnosticVMOptions, -Djava.endorsed.dirs=${com.sun.aas.installRoot}/modules/endorsed${path.separator}${com.sun.aas.installRoot}/lib/endorsed, -Djava.security.policy=${com.sun.aas.instanceRoot}/config/server.policy, -Djava.security.auth.login.config=${com.sun.aas.instanceRoot}/config/login.conf, -Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as, -Djavax.net.ssl.keyStore=${com.sun.aas.instanceRoot}/config/keystore.jks, -Djavax.net.ssl.trustStore=${com.sun.aas.instanceRoot}/config/cacerts.jks, -Djava.ext.dirs=${com.sun.aas.javaRoot}/lib/ext${path.separator}${com.sun.aas.javaRoot}/jre/lib/ext${path.separator}${com.sun.aas.instanceRoot}/lib/ext, -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver, -DANTLR_USE_DIRECT_CLASS_LOADING=true, -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory, -Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall, -Dosgi.shell.telnet.port=6666, -Dosgi.shell.telnet.maxconn=1, -Dosgi.shell.telnet.ip=127.0.0.1, -Dgosh.args=--nointeractive, -Dfelix.fileinstall.dir=${com.sun.aas.installRoot}/modules/autostart/, -Dfelix.fileinstall.poll=5000, -Dfelix.fileinstall.log.level=2, -Dfelix.fileinstall.bundles.new.start=true, -Dfelix.fileinstall.bundles.startTransient=true, -Dfelix.fileinstall.disableConfigSave=false, -XX:NewRatio=2, -Dcom.ctc.wstx.returnNullForDefaultNamespace=true, -Djdk.tls.rejectClientInitiatedRenegotiation=true, -Dorg.jboss.weld.serialization.beanIdentifierIndexOptimization=false, -Dorg.glassfish.grizzly.DEFAULT_MEMORY_MANAGER=org.glassfish.grizzly.memory.HeapMemoryManager, -Djtss.tcs.ini.file=/usr/local/strongkey/lib/jtss_tcs.ini, -Djtss.tsp.ini.file=/usr/local/strongkey/lib/jtss_tsp.ini, -Xmx512m, -Xms512m, -server, -Djdk.tls.ephemeralDHKeySize=2048, -Dproduct.name=, -XX:-DisableExplicitGC], Source = GlassFishConfigBean.com.sun.enterprise.config.serverbeans.JavaConfig}, reason = Addition of: '-server' cannot take effect without server restart, Addition of: '-Xmx512m' cannot take effect without server restart, Addition of: '-Xms512m' cannot take effect without server restart, Addition of: '-XX:-DisableExplicitGC' cannot take effect without server restart, when = 1582820347419]]

[2020-02-27T16:19:23.857+0000] [Payara 4.1] [INFO] [] [javax.enterprise.resource.corba.org.glassfish.enterprise.iiop.api] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820363857] [levelValue: 800] [[ GlassFishORBFactory service initialized.]]

[2020-02-27T16:19:24.164+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820364164] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=UTN-USERFirst-Client Authentication and Email, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 22498783463083432959284168386409369291955038543860490014652552599946227610701597170140025777460440051576940055114151688564424450502962692946914121648464149848971060576483061771422853543951215013563325278089962342124385107871785292348304269132449951488798696535892014442011779480523971888046182115783313222830528011595242687378120162559160959607028365210240184157701430166819711652309059420982812476846459005227651384919840114419411479826761790470294309563612921306187982315796035562139890571490770636907160827366435324974533991196628542326996888957757240366713401462322756766583136758771465334269521766556285170101483 public exponent: 65537 Validity: [From: Fri Jul 09 17:28:50 UTC 1999, To: Tue Jul 09 17:36:58 UTC 2019] Issuer: CN=UTN-USERFirst-Client Authentication and Email, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US SerialNumber: [ 44be0c8b 500024b4 11d33625 2567c989]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=true BasicConstraints:[ CA:true PathLen:2147483647 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://crl.usertrust.com/UTN-USERFirst-ClientAuthenticationandEmail.crl] ]]

[3]: ObjectId: 2.5.29.37 Criticality=false ExtendedKeyUsages [ clientAuth emailProtection ]

[4]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ DigitalSignature Non_repudiation Key_CertSign Crl_Sign ]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 89 82 67 7D C4 9D 26 70 00 4B B4 50 48 7C DE 3D ..g...&p.K.PH..= 0010: AE 04 6E 7D ..n. ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: B1 6D 61 5D A6 1A 7F 7C AB 4A E4 30 FC 53 6F 25 .ma].....J.0.So% 0010: 24 C6 CA ED E2 31 5C 2B 0E EE EE 61 55 6F 04 3E $....1+...aUo.> 0020: CF 39 DE C5 1B 49 94 E4 EB 20 4C B4 E6 9E 50 2E .9...I... L...P. 0030: 72 D9 8D F5 AA A3 B3 4A DA 56 1C 60 97 80 DC 82 r......J.V.`.... 0040: A2 AD 4A BD 8A 2B FF 0B 09 B4 C6 D7 20 04 45 E4 ..J..+...... .E. 0050: CD 80 01 BA BA 2B 6E CE AA D7 92 FE E4 AF EB F4 .....+n......... 0060: 26 1D 16 2A 7F 6C 30 95 37 2F 33 12 AC 7F DD C7 &..*.l0.7/3..... 0070: D1 11 8C 51 98 B2 D0 A3 91 D0 AD F6 9F 9E 83 93 ...Q............ 0080: 1E 1D 42 B8 46 AF 6B 66 F0 9B 7F EA E3 03 02 E5 ..B.F.kf........ 0090: 02 51 C1 AA D5 35 9D 72 40 03 89 BA 31 1D C5 10 .Q...5.r@...1... 00A0: 68 52 9E DF A2 85 C5 5C 08 A6 78 E6 53 4F B1 E8 hR.......x.SO.. 00B0: B7 D3 14 9E 93 A6 C3 64 E3 AC 7E 71 CD BC 9F E9 .......d...q.... 00C0: 03 1B CC FB E9 AC 31 C1 AF 7C 15 74 02 99 C3 B2 ......1....t.... 00D0: 47 A6 C2 32 61 D7 C7 6F 48 24 51 27 A1 D5 87 55 G..2a..oH$Q'...U 00E0: F2 7B 8F 98 3D 16 9E EE 75 B6 F8 D0 8E F2 F3 C6 ....=...u....... 00F0: AE 28 5B A7 F0 F3 36 17 FC C3 05 D3 CA 03 4A 54 .([...6.......JT

]]]

[2020-02-27T16:19:24.179+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820364179] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=UTN-USERFirst-Hardware, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 22466356259302802551717801644710772426961610033346260086354613187874976948992939408231525706696424082312691074750378419215078131159281795954920144654718605935197679906085556797948624422433414069415152222961018799445311109402660050773855398735048210134662368151842249721090482023018794719228445589971761770739049283041997902724693769461451095561511601571549326415867445439758570552405170386650731235758337556959840061657652816464180356596151013381613262234005502993382979277514089478656187207322715958205361312797892656063517010992364715520448836463615280405565385053582107461430088577320911814185438558395911112837211 public exponent: 65537 Validity: [From: Fri Jul 09 18:10:42 UTC 1999, To: Tue Jul 09 18:19:22 UTC 2019] Issuer: CN=UTN-USERFirst-Hardware, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US SerialNumber: [ 44be0c8b 500024b4 11d3362a fe650afd]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=true BasicConstraints:[ CA:true PathLen:2147483647 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://crl.usertrust.com/UTN-USERFirst-Hardware.crl] ]]

[3]: ObjectId: 2.5.29.37 Criticality=false ExtendedKeyUsages [ serverAuth ipsecEndSystem ipsecTunnel ipsecUser ]

[4]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ DigitalSignature Non_repudiation Key_CertSign Crl_Sign ]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: A1 72 5F 26 1B 28 98 43 95 5D 07 37 D5 85 96 9D .r_&.(.C.].7.... 0010: 4B D2 C3 45 K..E ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 47 19 0F DE 74 C6 99 97 AF FC AD 28 5E 75 8E EB G...t......(^u.. 0010: 2D 67 EE 4E 7B 2B D7 0C FF F6 DE CB 55 A2 0A E1 -g.N.+......U... 0020: 4C 54 65 93 60 6B 9F 12 9C AD 5E 83 2C EB 5A AE LTe.`k....^.,.Z. 0030: C0 E4 2D F4 00 63 1D B8 C0 6C F2 CF 49 BB 4D 93 ..-..c...l..I.M. 0040: 6F 06 A6 0A 22 B2 49 62 08 4E FF C8 C8 14 B2 88 o...".Ib.N...... 0050: 16 5D E7 01 E4 12 95 E5 45 34 B3 8B 69 BD CF B4 .]......E4..i... 0060: 85 8F 75 51 9E 7D 3A 38 3A 14 48 12 C6 FB A7 3B ..uQ..:8:.H....; 0070: 1A 8D 0D 82 40 07 E8 04 08 90 A1 89 CB 19 50 DF ....@.........P. 0080: CA 1C 01 BC 1D 04 19 7B 10 76 97 3B EE 90 90 CA .........v.;.... 0090: C4 0E 1F 16 6E 75 EF 33 F8 D3 6F 5B 1E 96 E3 E0 ....nu.3..o[.... 00A0: 74 77 74 7B 8A A2 6E 2D DD 76 D6 39 30 82 F0 AB twt...n-.v.90... 00B0: 9C 52 F2 2A C7 AF 49 5E 7E C7 68 E5 82 81 C8 6A .R...I^..h....j 00C0: 27 F9 27 88 2A D5 58 50 95 1F F0 3B 1C 57 BB 7D '.'..XP...;.W.. 00D0: 14 39 62 2B 9A C9 94 92 2A A3 22 0C FF 89 26 7D .9b+....."...&. 00E0: 5F 23 2B 47 D7 15 1D A9 6A 9E 51 0D 2A 51 9E 81 _#+G....j.Q.Q.. 00F0: F9 D4 3B 5E 70 12 7F 10 32 9C 1E BB 9D F8 66 A8 ..;^p...2.....f.

]]]

[2020-02-27T16:19:24.183+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820364183] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: OU=Equifax Secure Certificate Authority, O=Equifax, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 1024 bits modulus: 135786214035069526348186531221551781468391756233528066061569654028671100866720352830303278016129003918213826297308054231261658522889438712013757624116391437358730449661353175673177742307421061340003741057138887918110217006515773038453829253517076741780039735595086881329494037450587568122088113584549069375417 public exponent: 65537 Validity: [From: Sat Aug 22 16:41:51 UTC 1998, To: Wed Aug 22 16:41:51 UTC 2018] Issuer: OU=Equifax Secure Certificate Authority, O=Equifax, C=US SerialNumber: [ 35def4cf]

Certificate Extensions: 7 [1]: ObjectId: 1.2.840.113533.7.65.0 Criticality=false Extension unknown: DER encoded OCTET string = 0000: 04 0D 30 0B 1B 05 56 33 2E 30 63 03 02 06 C0 ..0...V3.0c....

[2]: ObjectId: 2.5.29.35 Criticality=false AuthorityKeyIdentifier [ KeyIdentifier [ 0000: 48 E6 68 F9 2B D2 B2 95 D7 47 D8 23 20 10 4F 33 H.h.+....G.# .O3 0010: 98 90 9F D4 .... ] ]

[3]: ObjectId: 2.5.29.19 Criticality=false BasicConstraints:[ CA:true PathLen:2147483647 ]

[4]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [CN=CRL1, OU=Equifax Secure Certificate Authority, O=Equifax, C=US] ]]

[5]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ Key_CertSign Crl_Sign ]

[6]: ObjectId: 2.5.29.16 Criticality=false PrivateKeyUsage: [ To: Wed Aug 22 16:41:51 UTC 2018]

[7]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 48 E6 68 F9 2B D2 B2 95 D7 47 D8 23 20 10 4F 33 H.h.+....G.# .O3 0010: 98 90 9F D4 .... ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 58 CE 29 EA FC F7 DE B5 CE 02 B9 17 B5 85 D1 B9 X.)............. 0010: E3 E0 95 CC 25 31 0D 00 A6 92 6E 7F B6 92 63 9E ....%1....n...c. 0020: 50 95 D1 9A 6F E4 11 DE 63 85 6E 98 EE A8 FF 5A P...o...c.n....Z 0030: C8 D3 55 B2 66 71 57 DE C0 21 EB 3D 2A A7 23 49 ..U.fqW..!.=.#I 0040: 01 04 86 42 7B FC EE 7F A2 16 52 B5 67 67 D3 40 ...B......R.gg.@ 0050: DB 3B 26 58 B2 28 77 3D AE 14 77 61 D6 FA 2A 66 .;&X.(w=..wa..f 0060: 27 A0 0D FA A7 73 5C EA 70 F1 94 21 65 44 5F FA '....s.p..!eD_. 0070: FC EF 29 68 A9 A2 87 79 EF 79 EF 4F AC 07 77 38 ..)h...y.y.O..w8

]]]

[2020-02-27T16:19:24.187+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820364187] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V1 Subject: EMAILADDRESS=info@valicert.com, CN=http://www.valicert.com/, OU=ValiCert Class 1 Policy Validation Authority, O="ValiCert, Inc.", L=ValiCert Validation Network Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 1024 bits modulus: 151925888865184058874596115697730858614669202904769539704127201646756051534655032055038307213409211434232006871742531947988573725777089613115182024490816865656158552458656885327170084896923777999088309064172252953507954380307187005509476625887177487300137191089047376069803199185872063354381508052921226182513 public exponent: 65537 Validity: [From: Fri Jun 25 22:23:48 UTC 1999, To: Tue Jun 25 22:23:48 UTC 2019] Issuer: EMAILADDRESS=info@valicert.com, CN=http://www.valicert.com/, OU=ValiCert Class 1 Policy Validation Authority, O="ValiCert, Inc.", L=ValiCert Validation Network SerialNumber: [ 01]

] Algorithm: [SHA1withRSA] Signature: 0000: 50 68 3D 49 F4 2C 1C 06 94 DF 95 60 7F 96 7B 17 Ph=I.,.....`.... 0010: FE 4F 71 AD 64 C8 DD 77 D2 EF 59 55 E8 3F E8 8E .Oq.d..w..YU.?.. 0020: 05 2A 21 F2 07 D2 B5 A7 52 FE 9C B1 B6 E2 5B 77 .*!.....R.....[w 0030: 17 40 EA 72 D6 23 CB 28 81 32 C3 00 79 18 EC 59 .@.r.#.(.2..y..Y 0040: 17 89 C9 C6 6A 1E 71 C9 FD B7 74 A5 25 45 69 C5 ....j.q...t.%Ei. 0050: 48 AB 19 E1 45 8A 25 6B 19 EE E5 BB 12 F5 7F F7 H...E.%k........ 0060: A6 8D 51 C3 F0 9D 74 B7 A9 3E A0 A5 FF B6 49 03 ..Q...t..>....I. 0070: 13 DA 22 CC ED 71 82 2B 99 CF 3A B7 F5 2D 72 C8 .."..q.+..:..-r.

]]]

[2020-02-27T16:19:24.190+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820364190] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=Deutsche Telekom Root CA 2, OU=T-TeleSec Trust Center, O=Deutsche Telekom AG, C=DE Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 21592488834472721835828923313267221681805681560816613665117041067418990628699422224541254881572840018756975149874502129398529690135936622683711503874225941028227513056091445982024526423239271903233756224518597826922911539049531994350382435126606426875761918197347607336633222436005626297159414389201765113308100318618288288291485154604265616398148296650155165318384289355945126554105645039541404960531031242256759730414072461724450991364449022227333471969448508379191402045485854015177532248310281723157915707656855986344971996618557740103577115665148480410347160129515545343296359775806391716937455257572333597903487 public exponent: 65537 Validity: [From: Fri Jul 09 12:11:00 UTC 1999, To: Tue Jul 09 23:59:00 UTC 2019] Issuer: CN=Deutsche Telekom Root CA 2, OU=T-TeleSec Trust Center, O=Deutsche Telekom AG, C=DE SerialNumber: [ 26]

Certificate Extensions: 3 [1]: ObjectId: 2.5.29.19 Criticality=false BasicConstraints:[ CA:true PathLen:5 ]

[2]: ObjectId: 2.5.29.15 Criticality=true KeyUsage [ Key_CertSign Crl_Sign ]

[3]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 31 C3 79 1B BA F5 53 D7 17 E0 89 7A 2D 17 6C 0A 1.y...S....z-.l. 0010: B3 2B 9D 33 .+.3 ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 94 64 59 AD 39 64 E7 29 EB 13 FE 5A C3 8B 13 57 .dY.9d.)...Z...W 0010: C8 04 24 F0 74 77 C0 60 E3 67 FB E9 89 A6 83 BF ..$.tw.`.g...... 0020: 96 82 7C 6E D4 C3 3D EF 9E 80 6E BB 29 B4 98 7A ...n..=...n.)..z 0030: B1 3B 54 EB 39 17 47 7E 1A 8E 0B FC 1F 31 59 31 .;T.9.G......1Y1 0040: 04 B2 CE 17 F3 2C C7 62 36 55 E2 22 D8 89 55 B4 .....,.b6U."..U. 0050: 98 48 AA 64 FA D6 1C 36 D8 44 78 5A 5A 23 3A 57 .H.d...6.DxZZ#:W 0060: 97 F5 7A 30 4F AE 9F 6A 4C 4B 2B 8E A0 03 E3 3E ..z0O..jLK+....> 0070: E0 A9 D4 D2 7B D2 B3 A8 E2 72 3C AD 9E FF 80 59 .........r<....Y 0080: E4 9B 45 B4 F6 3B B0 CD 39 19 98 32 E5 EA 21 61 ..E..;..9..2..!a 0090: 90 E4 31 21 8E 34 B1 F7 2F 35 4A 85 10 DA E7 8A ..1!.4../5J..... 00A0: 37 21 BE 59 63 E0 F2 85 88 31 53 D4 54 14 85 70 7!.Yc....1S.T..p 00B0: 79 F4 2E 06 77 27 75 2F 1F B8 8A F9 FE C5 BA D8 y...w'u/........ 00C0: 36 E4 83 EC E7 65 B7 BF 63 5A F3 46 AF 81 94 37 6....e..cZ.F...7 00D0: D4 41 8C D6 23 D6 1E CF F5 68 1B 44 63 A2 5A BA .A..#....h.Dc.Z. 00E0: A7 35 59 A1 E5 70 05 9B 0E 23 57 99 94 0A 6D BA .5Y..p...#W...m. 00F0: 39 63 28 86 92 F3 18 84 D8 FB D1 CF 05 56 64 57 9c(..........VdW

]]]

[2020-02-27T16:19:24.195+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820364195] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 26089169911678858865991511858875018069758338505533527462172337786204673367201602811546574640748857094704621917169263361432410969054122980449366775775683958731678628537096651015729026509693790613002386233604576087941792746820140601531177906512322858774418438789963524472024549424258625465956056239870371201987568255001387080085214098713225036387005613800836210061170539695894186554629737711561028350273878428532147416962073327382818781154880552701805035056445039795783116295126527723091589252882972104614102959845116673111648476990905383519003917711966754877934329503061578142937900733132981896802936855388605850814069 public exponent: 65537 Validity: [From: Fri Jul 09 18:31:20 UTC 1999, To: Tue Jul 09 18:40:36 UTC 2019] Issuer: CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US SerialNumber: [ 44be0c8b 500024b4 11d3362d e0b35f1b]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=true BasicConstraints:[ CA:true PathLen:2147483647 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://crl.usertrust.com/UTN-USERFirst-Object.crl] ]]

[3]: ObjectId: 2.5.29.37 Criticality=false ExtendedKeyUsages [ codeSigning timeStamping 1.3.6.1.4.1.311.10.3.4 ]

[4]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ DigitalSignature Non_repudiation Key_CertSign Crl_Sign ]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: DA ED 64 74 14 9C 14 3C AB DD 99 A9 BD 5B 28 4D ..dt...<.....[(M 0010: 8B 3C C9 D8 .<.. ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 08 1F 52 B1 37 44 78 DB FD CE B9 DA 95 96 98 AA ..R.7Dx......... 0010: 55 64 80 B5 5A 40 DD 21 A5 C5 C1 F3 5F 2C 4C C8 Ud..Z@.!....,L. 0020: 47 5A 69 EA E8 F0 35 35 F4 D0 25 F3 C8 A6 A4 87 GZi...55..%..... 0030: 4A BD 1B B1 73 08 BD D4 C3 CA B6 35 BB 59 86 77 J...s......5.Y.w 0040: 31 CD A7 80 14 AE 13 EF FC B1 48 F9 6B 25 25 2D 1.........H.k%%- 0050: 51 B6 2C 6D 45 C1 98 C8 8A 56 5D 3E EE 43 4E 3E Q.,mE....V]>.CN> 0060: 6B 27 8E D0 3A 4B 85 0B 5F D3 ED 6A A7 75 CB D1 k'..:K....j.u.. 0070: 5A 87 2F 39 75 13 5A 72 B0 02 81 9F BE F0 0F 84 Z./9u.Zr........ 0080: 54 20 62 6C 69 D4 E1 4D C6 0D 99 43 01 0D 12 96 T bli..M...C.... 0090: 8C 78 9D BF 50 A2 B1 44 AA 6A CF 17 7A CF 6F 0F .x..P..D.j..z.o. 00A0: D4 F8 24 55 5F F0 34 16 49 66 3E 50 46 C9 63 71 ..$U_.4.If>PF.cq 00B0: 38 31 62 B8 62 B9 F3 53 AD 6C B5 2B A2 12 AA 19 81b.b..S.l.+.... 00C0: 4F 09 DA 5E E7 93 C6 8E 14 08 FE F0 30 80 18 A0 O..^........0... 00D0: 86 85 4D C8 7D D7 8B 03 FE 6E D5 F7 9D 16 AC 92 ..M......n...... 00E0: 2C A0 23 E5 9C 91 52 1F 94 DF 17 94 73 C3 B3 C1 ,.#...R.....s... 00F0: C1 71 05 20 00 78 BD 13 52 1D A8 3E CD 00 1F C8 .q. .x..R..>....

]]]

[2020-02-27T16:19:24.207+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820364207] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=Class 3P Primary CA, O=Certplus, C=FR Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 21614364623234645301176979052165345431898293847960486915478489113641331309644631752003221165383118398140398886336016387390724896962665812867256887907245520366436021903224959533376678696719936735972067367920592968608491103081205372406043624400010083880772415904795029373948490802676779159314439078110930739868553466210514140689407010259951984397616006783494760981020892138542824737977628597898766038609349270744008280631843922769380819511751485857445066566834873801830547383948214472026533037321650013565965180311449002065019426293174492769711409600018705331909203823027179297493805317578775200581989013716669464825171 public exponent: 65537 Validity: [From: Wed Jul 07 17:10:00 UTC 1999, To: Sat Jul 06 23:59:59 UTC 2019] Issuer: CN=Class 3P Primary CA, O=Certplus, C=FR SerialNumber: [ bf5cdbb6 f21c6ec0 4deb7a02 3b36e879]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=false BasicConstraints:[ CA:true PathLen:10 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://www.certplus.com/CRL/class3P.crl] ]]

[3]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ Key_CertSign Crl_Sign ]

[4]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false NetscapeCertType [ Object Signing CA]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 86 E1 E1 81 71 BF 6A 12 F1 0A F2 01 E4 C8 FB 40 ....q.j........@ 0010: CE 68 80 89 .h.. ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 25 AA E1 22 40 C2 A4 80 3C B7 A2 5D 99 8D 1F 7A %.."@...<..]...z 0010: 42 35 38 66 17 11 DF BD AF FC 15 11 98 19 33 E6 B58f..........3. 0020: 05 42 84 54 A8 4B EB B0 9D DB 37 DA 16 52 40 11 .B.T.K....7..R@. 0030: 74 68 BF E9 C9 B2 10 84 B7 1D 44 00 79 27 1C F5 th........D.y'.. 0040: 58 06 17 18 32 35 B6 30 97 63 C6 A6 39 1B C8 EE X...25.0.c..9... 0050: 46 17 62 C5 2E E7 0A A3 9A 8A 30 63 73 AA 14 A5 F.b.......0cs... 0060: 4D 0A A8 72 93 F0 49 11 10 90 7C 18 7D A8 20 05 M..r..I....... . 0070: C4 C2 7A 35 BA 1C 5A 0A E0 2E 78 C8 88 B1 CF 57 ..z5..Z...x....W 0080: 01 EC 3D E2 06 13 34 C0 A8 DC FA 80 80 05 EE 05 ..=...4......... 0090: 76 BD 9D 2B C8 9D 50 6F 6B C5 40 50 84 FD 5D 1D v..+..Pok.@P..]. 00A0: E6 90 9C 10 D3 A4 C6 B9 28 1A DE B5 F8 0A 70 AA ........(.....p. 00B0: CE DE 50 3D 03 80 DB D8 88 C5 48 06 E4 03 73 DD ..P=......H...s. 00C0: 16 CE 36 D6 E5 9B EA 77 DA B2 96 B5 65 A7 04 5D ..6....w....e..] 00D0: 23 AE F7 93 B2 5E 8A 51 64 5F DA CF 8C 3D 41 5B #....^.Qd_...=A[ 00E0: DE F9 A3 E9 2A 7C 47 10 1F F6 32 3C 7E 70 E9 DF ....*.G...2<.p.. 00F0: A1 D5 2E 0D B1 1A 45 B4 BC 12 ED 28 17 E9 1E 02 ......E....(....

]]]

[2020-02-27T16:19:24.209+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820364209] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=UTN - DATACorp SGC, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 28268673816178652097323205892483557333571155870875470430960147296575080125058259576216678502943701783863235065864619513554332825256576232328090594008995653938402850832639909846660254240227871328870817423755670515240676922575555781981369246549012690884955359776531332666259760261360631995682094260285182867794701000430219975797941893404079475222143745688332320735114398825135169097291174452108993502788913943850837279188978684549502068499879944154157617599256436144641192788443262416163408036570340837806929138395134745754413204505641922381176732200396779902698082435830886530134629482115518533241525728911403361018543 public exponent: 65537 Validity: [From: Thu Jun 24 18:57:21 UTC 1999, To: Mon Jun 24 19:06:30 UTC 2019] Issuer: CN=UTN - DATACorp SGC, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US SerialNumber: [ 44be0c8b 500021b4 11d32a68 06a9ad69]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=true BasicConstraints:[ CA:true PathLen:2147483647 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://crl.usertrust.com/UTN-DATACorpSGC.crl] ]]

[3]: ObjectId: 2.5.29.37 Criticality=false ExtendedKeyUsages [ serverAuth 1.3.6.1.4.1.311.10.3.3 2.16.840.1.113730.4.1 ]

[4]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ DigitalSignature Non_repudiation Key_CertSign Crl_Sign ]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 53 32 D1 B3 CF 7F FA E0 F1 A0 5D 85 4E 92 D2 9E S2........].N... 0010: 45 1D B4 4F E..O ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 27 35 97 00 8A 8B 28 BD C6 33 30 1E 29 FC E2 F7 '5....(..30.)... 0010: D5 98 D4 40 BB 60 CA BF AB 17 2C 09 36 7F 50 FA ...@.....,.6.P. 0020: 41 DC AE 96 3A 0A 23 3E 89 59 C9 A3 07 ED 1B 37 A...:.#>.Y.....7 0030: AD FC 7C BE 51 49 5A DE 3A 0A 54 08 16 45 C2 99 ....QIZ.:.T..E.. 0040: B1 87 CD 8C 68 E0 69 03 E9 C4 4E 98 B2 3B 8C 16 ....h.i...N..;.. 0050: B3 0E A0 0C 98 50 9B 93 A9 70 09 C8 2C A3 8F DF .....P...p..,... 0060: 02 E4 E0 71 3A F1 B4 23 72 A0 AA 01 DF DF 98 3E ...q:..#r......> 0070: 14 50 A0 31 26 BD 28 E9 5A 30 26 75 F9 7B 60 1C .P.1&.(.Z0&u... 0080: 8D F3 CD 50 26 6D 04 27 9A DF D5 0D 45 47 29 6B ...P&m.'....EG)k 0090: 2C E6 76 D9 A9 29 7D 32 DD C9 36 3C BD AE 35 F1 ,.v..).2..6<..5. 00A0: 11 9E 1D BB 90 3F 12 47 4E 8E D7 7E 0F 62 73 1D .....?.GN....bs. 00B0: 52 26 38 1C 18 49 FD 30 74 9A C4 E5 22 2F D8 C0 R&8..I.0t..."/.. 00C0: 8D ED 91 7A 4C 00 8F 72 7F 5D DA DD 1B 8B 45 6B ...zL..r.]....Ek 00D0: E7 DD 69 97 A8 C5 56 4C 0F 0C F6 9F 7A 91 37 F6 ..i...VL....z.7. 00E0: 97 82 E0 DD 71 69 FF 76 3F 60 4D 3C CF F7 99 F9 ....qi.v?`M<.... 00F0: C6 57 F4 C9 55 39 78 BA 2C 79 C9 A6 88 2B F4 08 .W..U9x.,y...+..

]]]

[2020-02-27T16:19:24.214+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820364214] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V1 Subject: CN=GTE CyberTrust Global Root, OU="GTE CyberTrust Solutions, Inc.", O=GTE Corporation, C=US Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4

Key: Sun RSA public key, 1024 bits modulus: 104674226241368487598835828377585222181792546532354327780214427055917513664449991602803276678454577364904540367827644455215731003386468752240014232146814457308076052176227490263634768927290191763858631579785604655038492469791381988347440106477066514204303723029602991655085187937840556671697442212352844587673 public exponent: 65537 Validity: [From: Thu Aug 13 00:29:00 UTC 1998, To: Mon Aug 13 23:59:00 UTC 2018] Issuer: CN=GTE CyberTrust Global Root, OU="GTE CyberTrust Solutions, Inc.", O=GTE Corporation, C=US SerialNumber: [ 01a5]

] Algorithm: [MD5withRSA] Signature: 0000: 6D EB 1B 09 E9 5E D9 51 DB 67 22 61 A4 2A 3C 48 m....^.Q.g"a.*<H 0010: 77 E3 A0 7C A6 DE 73 A2 14 03 85 3D FB AB 0E 30 w.....s....=...0 0020: C5 83 16 33 81 13 08 9E 7B 34 4E DF 40 C8 74 D7 ...3.....4N.@.t. 0030: B9 7D DC F4 76 55 7D 9B 63 54 18 E9 F0 EA F3 5C ....vU..cT.....\ 0040: B1 D9 8B 42 1E B9 C0 95 4E BA FA D5 E2 7C F5 68 ...B....N......h 0050: 61 BF 8E EC 05 97 5F 5B B0 D7 A3 85 34 C4 24 A7 a....._[....4.$. 0060: 0D 0F 95 93 EF CB 94 D8 9E 1F 9D 5C 85 6D C7 AA ............m.. 0070: AE 4F 1F 22 B5 CD 95 AD BA A7 CC F9 AB 0B 7A 7F .O."..........z.

]]]

[2020-02-27T16:19:24.215+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820364215] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=Class 2 Primary CA, O=Certplus, C=FR Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 27812167065015388823464546085051838038637984524955446961713677446129738317206823109084046347331445589553661044970567054378890434198997684264035427965612348371450712507326051325897699623193542549935623373656021173400812096660408265660428190707740194627521887231277265714580183676839834206986781235312765075220315950810958811507502280227588815441578477215291988534906157760976397769689888907215150855840434702583111602520999318134940603246969350823443276228221841309609603461799754824116277675568900353181300725440703667660602245837574324610290490844383628811548288261887809415643569655985365531456192407526391687177813 public exponent: 65537 Validity: [From: Wed Jul 07 17:05:00 UTC 1999, To: Sat Jul 06 23:59:59 UTC 2019] Issuer: CN=Class 2 Primary CA, O=Certplus, C=FR SerialNumber: [ 85bd4bf3 d8dae369 f694d75f c3a54423]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=false BasicConstraints:[ CA:true PathLen:10 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://www.certplus.com/CRL/class2.crl] ]]

[3]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ Key_CertSign Crl_Sign ]

[4]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false NetscapeCertType [ SSL CA S/MIME CA ]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: E3 73 2D DF CB 0E 28 0C DE DD B3 A4 CA 79 B8 8E .s-...(......y.. 0010: BB E8 30 89 ..0. ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: A7 54 CF 88 44 19 CB DF D4 7F 00 DF 56 33 62 B5 .T..D.......V3b. 0010: F7 51 01 90 EB C3 3F D1 88 44 E9 24 5D EF E7 14 .Q....?..D.$]... 0020: BD 20 B7 9A 3C 00 FE 6D 9F DB 90 DC D7 F4 62 D6 . ..<..m......b. 0030: 8B 70 5D E7 E5 04 48 A9 68 7C C9 F1 42 F3 6C 7F .p]...H.h...B.l. 0040: C5 7A 7C 1D 51 88 BA D2 0A 3E 27 5D DE 2D 51 4E .z..Q....>'].-QN 0050: D3 13 64 69 E4 2E E3 D3 E7 9B 09 99 A6 E0 95 9B ..di............ 0060: CE 1A D7 7F BE 3C CE 52 B3 11 15 C1 0F 17 CD 03 .....<.R........ 0070: BB 9C 25 15 BA A2 76 89 FC 06 F1 18 D0 93 4B 0E ..%...v.......K. 0080: 7C 82 B7 A5 F4 F6 5F FE ED 40 A6 9D 84 74 39 B9 ......_..@...t9. 0090: DC 1E 85 16 DA 29 1B 86 23 00 C9 BB 89 7E 6E 80 .....)..#.....n. 00A0: 88 1E 2F 14 B4 03 24 A8 32 6F 03 9A 47 2C 30 BE ../...$.2o..G,0. 00B0: 56 C6 A7 42 02 70 1B EA 40 D8 BA 05 03 70 07 A4 V..B.p..@....p.. 00C0: 96 FF FD 48 33 0A E1 DC A5 81 90 9B 4D DD 7D E7 ...H3.......M... 00D0: E7 B2 CD 5C C8 6A 95 F8 A5 F6 8D C4 5D 78 08 BE ....j......]x.. 00E0: 7B 06 D6 49 CF 19 36 50 23 2E 08 E6 9E 05 4D 47 ...I..6P#.....MG 00F0: 18 D5 16 E9 B1 D6 B6 10 D5 BB 97 BF A2 8E B4 54 ...............T

]]]

[2020-02-27T16:19:24.217+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820364217] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V1 Subject: EMAILADDRESS=info@valicert.com, CN=http://www.valicert.com/, OU=ValiCert Class 2 Policy Validation Authority, O="ValiCert, Inc.", L=ValiCert Validation Network Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 1024 bits modulus: 144818436341096761985811202737494206713391677595229133995919965906075571723417302122258845817512509741851949889312775533894542459533525989634864163190484842795759754920238603578496864031819985263409865098016203846634102571893793272259527714445999489570945345148962461192686341786119603639416861115723459488247 public exponent: 65537 Validity: [From: Sat Jun 26 00:19:54 UTC 1999, To: Wed Jun 26 00:19:54 UTC 2019] Issuer: EMAILADDRESS=info@valicert.com, CN=http://www.valicert.com/, OU=ValiCert Class 2 Policy Validation Authority, O="ValiCert, Inc.", L=ValiCert Validation Network SerialNumber: [ 01]

] Algorithm: [SHA1withRSA] Signature: 0000: 3B 7F 50 6F 6F 50 94 99 49 62 38 38 1F 4B F8 A5 ;.PooP..Ib88.K.. 0010: C8 3E A7 82 81 F6 2B C7 E8 C5 CE E8 3A 10 82 CB .>....+.....:... 0020: 18 00 8E 4D BD A8 58 7F A1 79 00 B5 BB E9 8D AF ...M..X..y...... 0030: 41 D9 0F 34 EE 21 81 19 A0 32 49 28 F4 C4 8E 56 A..4.!...2I(...V 0040: D5 52 33 FD 50 D5 7E 99 6C 03 E4 C9 4C FC CB 6C .R3.P...l...L..l 0050: AB 66 B3 4A 21 8C E5 B5 0C 32 3E 10 B2 CC 6C A1 .f.J!....2>...l. 0060: DC 9A 98 4C 02 5B F3 CE B9 9E A5 72 0E 4A B7 3F ...L.[.....r.J.? 0070: 3C E6 16 68 F8 BE ED 74 4C BC 5B D5 62 1F 43 DD <..h...tL.[.b.C.

]]]

[2020-02-27T16:19:24.223+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820364223] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 21877342614735064986586094209008949861633415438321046094865735894101046869669024974234189221129376235137504163448391667494521959302368300673495711648664420351966300087244240539893392975177816108541817252818998001932142985065266407504518566289301698937041931668276581800733716890145024940625536991682725365140451115767110550542345758164504698636529042078537609343076050570785483670809094993963575569689277704991843533760219663288836022206035538841969109577376809337618824179167781883694301066738001489513517818892302945620562766589172426570508291886401623875028645352783701438149952282706361006848685772598444243814369 public exponent: 65537 Validity: [From: Fri Dec 24 17:50:51 UTC 1999, To: Tue Dec 24 18:20:51 UTC 2019] Issuer: CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net SerialNumber: [ 3863b966]

Certificate Extensions: 4 [1]: ObjectId: 1.2.840.113533.7.65.0 Criticality=false Extension unknown: DER encoded OCTET string = 0000: 04 10 30 0E 1B 08 56 35 2E 30 3A 34 2E 30 03 02 ..0...V5.0:4.0.. 0010: 04 90 ..

[2]: ObjectId: 2.5.29.35 Criticality=false AuthorityKeyIdentifier [ KeyIdentifier [ 0000: 55 E4 81 D1 11 80 BE D8 89 B9 08 A3 31 F9 A1 24 U...........1..$ 0010: 09 16 B9 70 ...p ] ]

[3]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false NetscapeCertType [ SSL CA S/MIME CA Object Signing CA]

[4]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 55 E4 81 D1 11 80 BE D8 89 B9 08 A3 31 F9 A1 24 U...........1..$ 0010: 09 16 B9 70 ...p ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 59 47 AC 21 84 8A 17 C9 9C 89 53 1E BA 80 85 1A YG.!......S..... 0010: C6 3C 4E 3E B1 9C B6 7C C6 92 5D 18 64 02 E3 D3 .......].d... 0020: 06 08 11 61 7C 63 E3 2B 9D 31 03 70 76 D2 A3 28 ...a.c.+.1.pv..( 0030: A0 F4 BB 9A 63 73 ED 6D E5 2A DB ED 14 A9 2B C6 ....cs.m.....+. 0040: 36 11 D0 2B EB 07 8B A5 DA 9E 5C 19 9D 56 12 F5 6..+........V.. 0050: 54 29 C8 05 ED B2 12 2A 8D F4 03 1B FF E7 92 10 T)............. 0060: 87 B0 3A B5 C3 9D 05 37 12 A3 C7 F4 15 B9 D5 A4 ..:....7........ 0070: 39 16 9B 53 3A 23 91 F1 A8 82 A2 6A 88 68 C1 79 9..S:#.....j.h.y 0080: 02 22 BC AA A6 D6 AE DF B0 14 5F B8 87 D0 DD 7C ."........_..... 0090: 7F 7B FF AF 1C CF E6 DB 07 AD 5E DB 85 9D D0 2B ..........^....+ 00A0: 0D 33 DB 04 D1 E6 49 40 13 2B 76 FB 3E E9 9C 89 .3....I@.+v.>... 00B0: 0F 15 CE 18 B0 85 78 21 4F 6B 4F 0E FA 36 67 CD ......x!OkO..6g. 00C0: 07 F2 FF 08 D0 E2 DE D9 BF 2A AF B8 87 86 21 3C .........*....!< 00D0: 04 CA B7 94 68 7F CF 3C E9 98 D7 38 FF EC C0 D9 ....h..<...8.... 00E0: 50 F0 2E 4B 58 AE 46 6F D0 2E C3 60 DA 72 55 72 P..KX.Fo...`.rUr 00F0: BD 4C 45 9E 61 BA BF 84 81 92 03 D1 D2 69 7C C5 .LE.a........i..

]]]

[2020-02-27T16:19:24.225+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820364225] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=Entrust.net Secure Server Certification Authority, OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS incorp. by ref. (limits liab.), O=Entrust.net, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 1024 bits modulus: 144067023913051061401427662951005762134922353734488468053603530223452408322326917369347612678930500793708458747092762943382762018047024013938414215872028527163969125655573945488614401571467677066488315957153441759858575776484848611157850921563438091296557524842885335944479053857025193408242979060399539152451 public exponent: 3 Validity: [From: Tue May 25 16:09:40 UTC 1999, To: Sat May 25 16:39:40 UTC 2019] Issuer: CN=Entrust.net Secure Server Certification Authority, OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS incorp. by ref. (limits liab.), O=Entrust.net, C=US SerialNumber: [ 374ad243]

Certificate Extensions: 8 [1]: ObjectId: 1.2.840.113533.7.65.0 Criticality=false Extension unknown: DER encoded OCTET string = 0000: 04 0C 30 0A 1B 04 56 34 2E 30 03 02 04 90 ..0...V4.0....

[2]: ObjectId: 2.5.29.35 Criticality=false AuthorityKeyIdentifier [ KeyIdentifier [ 0000: F0 17 62 13 55 3D B3 FF 0A 00 6B FB 50 84 97 F3 ..b.U=....k.P... 0010: ED 62 D0 1A .b.. ] ]

[3]: ObjectId: 2.5.29.19 Criticality=false BasicConstraints:[ CA:true PathLen:2147483647 ]

[4]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [CN=CRL1, CN=Entrust.net Secure Server Certification Authority, OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS incorp. by ref. (limits liab.), O=Entrust.net, C=US] , DistributionPoint: [URIName: http://www.entrust.net/CRL/net1.crl] ]]

[5]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ Key_CertSign Crl_Sign ]

[6]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false NetscapeCertType [ SSL CA S/MIME CA Object Signing CA]

[7]: ObjectId: 2.5.29.16 Criticality=false PrivateKeyUsage: [ From: Tue May 25 16:09:40 UTC 1999, To: Sat May 25 16:09:40 UTC 2019]

[8]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: F0 17 62 13 55 3D B3 FF 0A 00 6B FB 50 84 97 F3 ..b.U=....k.P... 0010: ED 62 D0 1A .b.. ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 90 DC 30 02 FA 64 74 C2 A7 0A A5 7C 21 8D 34 17 ..0..dt.....!.4. 0010: A8 FB 47 0E FF 25 7C 8D 13 0A FB E4 98 B5 EF 8C ..G..%.......... 0020: F8 C5 10 0D F7 92 BE F1 C3 D5 D5 95 6A 04 BB 2C ............j.., 0030: CE 26 36 65 C8 31 C6 E7 EE 3F E3 57 75 84 7A 11 .&6e.1...?.Wu.z. 0040: EF 46 4F 18 F4 D3 98 BB A8 87 32 BA 72 F6 3C E2 .FO.......2.r.<. 0050: 3D 9F D7 1D D9 C3 60 43 8C 58 0E 22 96 2F 62 A3 =.....`C.X."./b. 0060: 2C 1F BA AD 05 EF AB 32 78 87 A0 54 73 19 B5 5C ,......2x..Ts..\ 0070: 05 F9 52 3E 6D 2D 45 0B F7 0A 93 EA ED 06 F9 B2 ..R>m-E.........

]]]

[2020-02-27T16:19:24.249+0000] [Payara 4.1] [INFO] [NCLS-SECURITY-01002] [javax.enterprise.system.core.security] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820364249] [levelValue: 800] [[ Java security manager is disabled.]]

[2020-02-27T16:19:24.249+0000] [Payara 4.1] [INFO] [NCLS-SECURITY-01010] [javax.enterprise.system.core.security] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820364249] [levelValue: 800] [[ Entering Security Startup Service.]]

[2020-02-27T16:19:24.257+0000] [Payara 4.1] [INFO] [NCLS-SECURITY-01143] [javax.enterprise.system.core.security] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820364257] [levelValue: 800] [[ Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.]]

[2020-02-27T16:19:24.341+0000] [Payara 4.1] [INFO] [NCLS-SECURITY-01011] [javax.enterprise.system.core.security] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820364341] [levelValue: 800] [[ Security Service(s) started successfully.]]

[2020-02-27T16:19:24.557+0000] [Payara 4.1] [INFO] [AS-WSMETROGLUE-10010] [javax.enterprise.webservices.metroglue] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820364557] [levelValue: 800] [[ Web service endpoint deployment events listener registered successfully.]]

[2020-02-27T16:19:27.823+0000] [Payara 4.1] [INFO] [AS-WEB-GLUE-00198] [javax.enterprise.web] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820367823] [levelValue: 800] [[ Created HTTP listener http-listener-2 on host/port 0.0.0.0:8181]]

[2020-02-27T16:19:27.836+0000] [Payara 4.1] [INFO] [AS-WEB-GLUE-00198] [javax.enterprise.web] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820367836] [levelValue: 800] [[ Created HTTP listener admin-listener on host/port 0.0.0.0:4848]]

[2020-02-27T16:19:27.881+0000] [Payara 4.1] [INFO] [AS-WEB-GLUE-00200] [javax.enterprise.web] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820367881] [levelValue: 800] [[ Created virtual server server]]

[2020-02-27T16:19:27.887+0000] [Payara 4.1] [INFO] [AS-WEB-GLUE-00200] [javax.enterprise.web] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820367887] [levelValue: 800] [[ Created virtual server __asadmin]]

[2020-02-27T16:19:28.058+0000] [Payara 4.1] [INFO] [AS-WEB-CORE-00306] [javax.enterprise.web.core] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820368058] [levelValue: 800] [[ Setting JAAS app name glassfish-web]]

[2020-02-27T16:19:28.060+0000] [Payara 4.1] [INFO] [AS-WEB-GLUE-00201] [javax.enterprise.web] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820368060] [levelValue: 800] [[ Virtual server server loaded default web module ]]

[2020-02-27T16:19:29.072+0000] [Payara 4.1] [INFO] [AS-WSJSR109IMPL-00018] [javax.enterprise.webservices] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820369072] [levelValue: 800] [[ Webservice Endpoint deployed SKFEServlet listening at address at http://ip-172-31-24-152.us-east-2.compute.internal:8080/skfe/soap.]]

[2020-02-27T16:19:29.077+0000] [Payara 4.1] [INFO] [AS-WSMETROGLUE-10001] [javax.enterprise.webservices.metroglue] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820369077] [levelValue: 800] [[ Loading WS-TX Services. Please wait.]]

[2020-02-27T16:19:29.699+0000] [Payara 4.1] [INFO] [AS-WSJSR109IMPL-00018] [javax.enterprise.webservices] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820369699] [levelValue: 800] [[ Webservice Endpoint deployed ParticipantPortTypePortImpl listening at address at http://ip-172-31-24-152.us-east-2.compute.internal:8080/__wstx-services/ParticipantPortType11.]]

[2020-02-27T16:19:29.701+0000] [Payara 4.1] [INFO] [AS-WSJSR109IMPL-00018] [javax.enterprise.webservices] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820369701] [levelValue: 800] [[ Webservice Endpoint deployed CoordinatorPortTypePortImpl listening at address at http://ip-172-31-24-152.us-east-2.compute.internal:8080/__wstx-services/CoordinatorPortType11.]]

[2020-02-27T16:19:29.702+0000] [Payara 4.1] [INFO] [AS-WSJSR109IMPL-00018] [javax.enterprise.webservices] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820369702] [levelValue: 800] [[ Webservice Endpoint deployed ParticipantPortTypeImpl listening at address at http://ip-172-31-24-152.us-east-2.compute.internal:8080/__wstx-services/ParticipantPortType.]]

[2020-02-27T16:19:29.703+0000] [Payara 4.1] [INFO] [AS-WSJSR109IMPL-00018] [javax.enterprise.webservices] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820369703] [levelValue: 800] [[ Webservice Endpoint deployed RegistrationPortTypeImpl listening at address at http://ip-172-31-24-152.us-east-2.compute.internal:8080/__wstx-services/RegistrationPortTypeRPC.]]

[2020-02-27T16:19:29.711+0000] [Payara 4.1] [INFO] [AS-WSJSR109IMPL-00018] [javax.enterprise.webservices] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820369711] [levelValue: 800] [[ Webservice Endpoint deployed RegistrationRequesterPortTypePortImpl listening at address at http://ip-172-31-24-152.us-east-2.compute.internal:8080/__wstx-services/RegistrationRequesterPortType11.]]

[2020-02-27T16:19:29.712+0000] [Payara 4.1] [INFO] [AS-WSJSR109IMPL-00018] [javax.enterprise.webservices] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820369712] [levelValue: 800] [[ Webservice Endpoint deployed RegistrationRequesterPortTypeImpl listening at address at http://ip-172-31-24-152.us-east-2.compute.internal:8080/__wstx-services/RegistrationRequesterPortType.]]

[2020-02-27T16:19:29.713+0000] [Payara 4.1] [INFO] [AS-WSJSR109IMPL-00018] [javax.enterprise.webservices] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820369713] [levelValue: 800] [[ Webservice Endpoint deployed CoordinatorPortTypeImpl listening at address at http://ip-172-31-24-152.us-east-2.compute.internal:8080/__wstx-services/CoordinatorPortType.]]

[2020-02-27T16:19:29.714+0000] [Payara 4.1] [INFO] [AS-WSJSR109IMPL-00018] [javax.enterprise.webservices] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820369714] [levelValue: 800] [[ Webservice Endpoint deployed RegistrationPortTypeRPCPortImpl listening at address at http://ip-172-31-24-152.us-east-2.compute.internal:8080/__wstx-services/RegistrationPortTypeRPC11.]]

[2020-02-27T16:19:33.904+0000] [Payara 4.1] [INFO] [AS-WEB-GLUE-00172] [javax.enterprise.web] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820373904] [levelValue: 800] [[ Loading application [wstx-services] at [/__wstx-services]]]

[2020-02-27T16:19:33.908+0000] [Payara 4.1] [INFO] [AS-WSMETROGLUE-10002] [javax.enterprise.webservices.metroglue] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820373908] [levelValue: 800] [[ WS-TX Services successfully started.]]

[2020-02-27T16:19:33.941+0000] [Payara 4.1] [INFO] [AS-WSJSR109IMPL-00018] [javax.enterprise.webservices] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820373941] [levelValue: 800] [[ Webservice Endpoint deployed SKFSServlet listening at address at http://ip-172-31-24-152.us-east-2.compute.internal:8080/skfs/soap.]]

[2020-02-27T16:19:34.050+0000] [Payara 4.1] [INFO] [NCLS-COMUTIL-00017] [javax.enterprise.system.util] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820374050] [levelValue: 800] [[ com.strongkey.skfe.entitybeans.FidoKeys actually got transformed]]

[2020-02-27T16:19:34.350+0000] [Payara 4.1] [INFO] [NCLS-COMUTIL-00017] [javax.enterprise.system.util] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820374350] [levelValue: 800] [[ com.strongkey.skfe.entitybeans.FidoKeysPK actually got transformed]]

[2020-02-27T16:19:34.525+0000] [Payara 4.1] [INFO] [NCLS-COMUTIL-00017] [javax.enterprise.system.util] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820374525] [levelValue: 800] [[ com.strongkey.skfs.entitybeans.AttestationCertificates actually got transformed]]

[2020-02-27T16:19:34.534+0000] [Payara 4.1] [INFO] [NCLS-COMUTIL-00017] [javax.enterprise.system.util] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820374534] [levelValue: 800] [[ com.strongkey.skfs.entitybeans.AttestationCertificatesPK actually got transformed]]

[2020-02-27T16:19:34.538+0000] [Payara 4.1] [INFO] [NCLS-COMUTIL-00017] [javax.enterprise.system.util] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820374538] [levelValue: 800] [[ com.strongkey.skfs.entitybeans.FidoPolicies actually got transformed]]

[2020-02-27T16:19:34.559+0000] [Payara 4.1] [INFO] [NCLS-COMUTIL-00017] [javax.enterprise.system.util] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820374559] [levelValue: 800] [[ com.strongkey.skfs.entitybeans.FidoPoliciesPK actually got transformed]]

[2020-02-27T16:19:34.576+0000] [Payara 4.1] [INFO] [NCLS-COMUTIL-00017] [javax.enterprise.system.util] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820374576] [levelValue: 800] [[ com.strongkey.appliance.entitybeans.Domains actually got transformed]]

[2020-02-27T16:19:34.611+0000] [Payara 4.1] [INFO] [NCLS-COMUTIL-00017] [javax.enterprise.system.util] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820374611] [levelValue: 800] [[ com.strongkey.appliance.entitybeans.Servers actually got transformed]]

[2020-02-27T16:19:34.625+0000] [Payara 4.1] [INFO] [NCLS-COMUTIL-00017] [javax.enterprise.system.util] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820374625] [levelValue: 800] [[ com.strongkey.skfs.entitybeans.FidoUsers actually got transformed]]

[2020-02-27T16:19:34.639+0000] [Payara 4.1] [INFO] [NCLS-COMUTIL-00017] [javax.enterprise.system.util] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820374639] [levelValue: 800] [[ com.strongkey.skfs.entitybeans.FidoUsersPK actually got transformed]]

[2020-02-27T16:19:34.642+0000] [Payara 4.1] [INFO] [NCLS-COMUTIL-00017] [javax.enterprise.system.util] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820374642] [levelValue: 800] [[ com.strongkey.replication.entitybeans.Replication actually got transformed]]

[2020-02-27T16:19:34.659+0000] [Payara 4.1] [INFO] [NCLS-COMUTIL-00017] [javax.enterprise.system.util] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820374659] [levelValue: 800] [[ com.strongkey.replication.entitybeans.ReplicationPK actually got transformed]]

[2020-02-27T16:19:34.800+0000] [Payara 4.1] [INFO] [] [org.eclipse.persistence.session./file:/usr/local/strongkey/payara41/glassfish/domains/domain1/applications/fidoserver/fidoserverbeans-4.3.0_jar/_FIDOPU] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820374800] [levelValue: 800] [[ EclipseLink, version: Eclipse Persistence Services - 2.6.4.qualifier]]

[2020-02-27T16:19:35.787+0000] [Payara 4.1] [INFO] [] [org.eclipse.persistence.session./file:/usr/local/strongkey/payara41/glassfish/domains/domain1/applications/fidoserver/fidoserverbeans-4.3.0_jar/_FIDOPU.connection] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820375787] [levelValue: 800] [[ /file:/usr/local/strongkey/payara41/glassfish/domains/domain1/applications/fidoserver/fidoserverbeans-4.3.0_jar/_FIDOPU login successful]]

[2020-02-27T16:19:35.852+0000] [Payara 4.1] [INFO] [] [org.eclipse.persistence.session./file:/usr/local/strongkey/payara41/glassfish/domains/domain1/applications/fidoserver/replicationEJB-4.3.0_jar/_strongkeylitePU] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820375852] [levelValue: 800] [[ EclipseLink, version: Eclipse Persistence Services - 2.6.4.qualifier]]

[2020-02-27T16:19:35.895+0000] [Payara 4.1] [INFO] [] [org.eclipse.persistence.session./file:/usr/local/strongkey/payara41/glassfish/domains/domain1/applications/fidoserver/replicationEJB-4.3.0_jar/_strongkeylitePU.connection] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820375895] [levelValue: 800] [[ /file:/usr/local/strongkey/payara41/glassfish/domains/domain1/applications/fidoserver/replicationEJB-4.3.0_jar/_strongkeylitePU login successful]]

[2020-02-27T16:19:36.130+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376130] [levelValue: 800] [[ Portable JNDI names for EJB verifyFido2AuthenticationPolicy: [java:global/fidoserver/fidoserverbeans-4.3.0/verifyFido2AuthenticationPolicy, java:global/fidoserver/fidoserverbeans-4.3.0/verifyFido2AuthenticationPolicy!com.strongkey.skfs.policybeans.verifyFido2AuthenticationPolicyLocal]]]

[2020-02-27T16:19:36.191+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376191] [levelValue: 800] [[ Portable JNDI names for EJB FIDO2RegistrationBean: [java:global/fidoserver/fidoserverbeans-4.3.0/FIDO2RegistrationBean!com.strongkey.skfs.txbeans.FIDO2RegistrationBeanLocal, java:global/fidoserver/fidoserverbeans-4.3.0/FIDO2RegistrationBean]]]

[2020-02-27T16:19:36.203+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376203] [levelValue: 800] [[ Portable JNDI names for EJB originVerfierBean: [java:global/fidoserver/fidoserverbeans-4.3.0/originVerfierBean, java:global/fidoserver/fidoserverbeans-4.3.0/originVerfierBean!com.strongkey.skfs.txbeans.originVerfierBeanLocal]]]

[2020-02-27T16:19:36.231+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376231] [levelValue: 800] [[ Portable JNDI names for EJB u2fUpdateBean: [java:global/fidoserver/fidoserverbeans-4.3.0/u2fUpdateBean!com.strongkey.skfs.txbeans.u2fUpdateBeanLocal, java:global/fidoserver/fidoserverbeans-4.3.0/u2fUpdateBean]]]

[2020-02-27T16:19:36.248+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376248] [levelValue: 800] [[ Portable JNDI names for EJB getDomainsBean: [java:global/fidoserver/fidoserverbeans-4.3.0/getDomainsBean, java:global/fidoserver/fidoserverbeans-4.3.0/getDomainsBean!com.strongkey.skfs.txbeans.getDomainsBeanLocal]]]

[2020-02-27T16:19:36.655+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376655] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=UTN-USERFirst-Client Authentication and Email, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 22498783463083432959284168386409369291955038543860490014652552599946227610701597170140025777460440051576940055114151688564424450502962692946914121648464149848971060576483061771422853543951215013563325278089962342124385107871785292348304269132449951488798696535892014442011779480523971888046182115783313222830528011595242687378120162559160959607028365210240184157701430166819711652309059420982812476846459005227651384919840114419411479826761790470294309563612921306187982315796035562139890571490770636907160827366435324974533991196628542326996888957757240366713401462322756766583136758771465334269521766556285170101483 public exponent: 65537 Validity: [From: Fri Jul 09 17:28:50 UTC 1999, To: Tue Jul 09 17:36:58 UTC 2019] Issuer: CN=UTN-USERFirst-Client Authentication and Email, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US SerialNumber: [ 44be0c8b 500024b4 11d33625 2567c989]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=true BasicConstraints:[ CA:true PathLen:2147483647 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://crl.usertrust.com/UTN-USERFirst-ClientAuthenticationandEmail.crl] ]]

[3]: ObjectId: 2.5.29.37 Criticality=false ExtendedKeyUsages [ clientAuth emailProtection ]

[4]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ DigitalSignature Non_repudiation Key_CertSign Crl_Sign ]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 89 82 67 7D C4 9D 26 70 00 4B B4 50 48 7C DE 3D ..g...&p.K.PH..= 0010: AE 04 6E 7D ..n. ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: B1 6D 61 5D A6 1A 7F 7C AB 4A E4 30 FC 53 6F 25 .ma].....J.0.So% 0010: 24 C6 CA ED E2 31 5C 2B 0E EE EE 61 55 6F 04 3E $....1+...aUo.> 0020: CF 39 DE C5 1B 49 94 E4 EB 20 4C B4 E6 9E 50 2E .9...I... L...P. 0030: 72 D9 8D F5 AA A3 B3 4A DA 56 1C 60 97 80 DC 82 r......J.V.`.... 0040: A2 AD 4A BD 8A 2B FF 0B 09 B4 C6 D7 20 04 45 E4 ..J..+...... .E. 0050: CD 80 01 BA BA 2B 6E CE AA D7 92 FE E4 AF EB F4 .....+n......... 0060: 26 1D 16 2A 7F 6C 30 95 37 2F 33 12 AC 7F DD C7 &..*.l0.7/3..... 0070: D1 11 8C 51 98 B2 D0 A3 91 D0 AD F6 9F 9E 83 93 ...Q............ 0080: 1E 1D 42 B8 46 AF 6B 66 F0 9B 7F EA E3 03 02 E5 ..B.F.kf........ 0090: 02 51 C1 AA D5 35 9D 72 40 03 89 BA 31 1D C5 10 .Q...5.r@...1... 00A0: 68 52 9E DF A2 85 C5 5C 08 A6 78 E6 53 4F B1 E8 hR.......x.SO.. 00B0: B7 D3 14 9E 93 A6 C3 64 E3 AC 7E 71 CD BC 9F E9 .......d...q.... 00C0: 03 1B CC FB E9 AC 31 C1 AF 7C 15 74 02 99 C3 B2 ......1....t.... 00D0: 47 A6 C2 32 61 D7 C7 6F 48 24 51 27 A1 D5 87 55 G..2a..oH$Q'...U 00E0: F2 7B 8F 98 3D 16 9E EE 75 B6 F8 D0 8E F2 F3 C6 ....=...u....... 00F0: AE 28 5B A7 F0 F3 36 17 FC C3 05 D3 CA 03 4A 54 .([...6.......JT

]]]

[2020-02-27T16:19:36.664+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376664] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=UTN-USERFirst-Hardware, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 22466356259302802551717801644710772426961610033346260086354613187874976948992939408231525706696424082312691074750378419215078131159281795954920144654718605935197679906085556797948624422433414069415152222961018799445311109402660050773855398735048210134662368151842249721090482023018794719228445589971761770739049283041997902724693769461451095561511601571549326415867445439758570552405170386650731235758337556959840061657652816464180356596151013381613262234005502993382979277514089478656187207322715958205361312797892656063517010992364715520448836463615280405565385053582107461430088577320911814185438558395911112837211 public exponent: 65537 Validity: [From: Fri Jul 09 18:10:42 UTC 1999, To: Tue Jul 09 18:19:22 UTC 2019] Issuer: CN=UTN-USERFirst-Hardware, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US SerialNumber: [ 44be0c8b 500024b4 11d3362a fe650afd]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=true BasicConstraints:[ CA:true PathLen:2147483647 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://crl.usertrust.com/UTN-USERFirst-Hardware.crl] ]]

[3]: ObjectId: 2.5.29.37 Criticality=false ExtendedKeyUsages [ serverAuth ipsecEndSystem ipsecTunnel ipsecUser ]

[4]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ DigitalSignature Non_repudiation Key_CertSign Crl_Sign ]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: A1 72 5F 26 1B 28 98 43 95 5D 07 37 D5 85 96 9D .r_&.(.C.].7.... 0010: 4B D2 C3 45 K..E ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 47 19 0F DE 74 C6 99 97 AF FC AD 28 5E 75 8E EB G...t......(^u.. 0010: 2D 67 EE 4E 7B 2B D7 0C FF F6 DE CB 55 A2 0A E1 -g.N.+......U... 0020: 4C 54 65 93 60 6B 9F 12 9C AD 5E 83 2C EB 5A AE LTe.`k....^.,.Z. 0030: C0 E4 2D F4 00 63 1D B8 C0 6C F2 CF 49 BB 4D 93 ..-..c...l..I.M. 0040: 6F 06 A6 0A 22 B2 49 62 08 4E FF C8 C8 14 B2 88 o...".Ib.N...... 0050: 16 5D E7 01 E4 12 95 E5 45 34 B3 8B 69 BD CF B4 .]......E4..i... 0060: 85 8F 75 51 9E 7D 3A 38 3A 14 48 12 C6 FB A7 3B ..uQ..:8:.H....; 0070: 1A 8D 0D 82 40 07 E8 04 08 90 A1 89 CB 19 50 DF ....@.........P. 0080: CA 1C 01 BC 1D 04 19 7B 10 76 97 3B EE 90 90 CA .........v.;.... 0090: C4 0E 1F 16 6E 75 EF 33 F8 D3 6F 5B 1E 96 E3 E0 ....nu.3..o[.... 00A0: 74 77 74 7B 8A A2 6E 2D DD 76 D6 39 30 82 F0 AB twt...n-.v.90... 00B0: 9C 52 F2 2A C7 AF 49 5E 7E C7 68 E5 82 81 C8 6A .R...I^..h....j 00C0: 27 F9 27 88 2A D5 58 50 95 1F F0 3B 1C 57 BB 7D '.'..XP...;.W.. 00D0: 14 39 62 2B 9A C9 94 92 2A A3 22 0C FF 89 26 7D .9b+....."...&. 00E0: 5F 23 2B 47 D7 15 1D A9 6A 9E 51 0D 2A 51 9E 81 _#+G....j.Q.Q.. 00F0: F9 D4 3B 5E 70 12 7F 10 32 9C 1E BB 9D F8 66 A8 ..;^p...2.....f.

]]]

[2020-02-27T16:19:36.668+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376668] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: OU=Equifax Secure Certificate Authority, O=Equifax, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 1024 bits modulus: 135786214035069526348186531221551781468391756233528066061569654028671100866720352830303278016129003918213826297308054231261658522889438712013757624116391437358730449661353175673177742307421061340003741057138887918110217006515773038453829253517076741780039735595086881329494037450587568122088113584549069375417 public exponent: 65537 Validity: [From: Sat Aug 22 16:41:51 UTC 1998, To: Wed Aug 22 16:41:51 UTC 2018] Issuer: OU=Equifax Secure Certificate Authority, O=Equifax, C=US SerialNumber: [ 35def4cf]

Certificate Extensions: 7 [1]: ObjectId: 1.2.840.113533.7.65.0 Criticality=false Extension unknown: DER encoded OCTET string = 0000: 04 0D 30 0B 1B 05 56 33 2E 30 63 03 02 06 C0 ..0...V3.0c....

[2]: ObjectId: 2.5.29.35 Criticality=false AuthorityKeyIdentifier [ KeyIdentifier [ 0000: 48 E6 68 F9 2B D2 B2 95 D7 47 D8 23 20 10 4F 33 H.h.+....G.# .O3 0010: 98 90 9F D4 .... ] ]

[3]: ObjectId: 2.5.29.19 Criticality=false BasicConstraints:[ CA:true PathLen:2147483647 ]

[4]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [CN=CRL1, OU=Equifax Secure Certificate Authority, O=Equifax, C=US] ]]

[5]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ Key_CertSign Crl_Sign ]

[6]: ObjectId: 2.5.29.16 Criticality=false PrivateKeyUsage: [ To: Wed Aug 22 16:41:51 UTC 2018]

[7]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 48 E6 68 F9 2B D2 B2 95 D7 47 D8 23 20 10 4F 33 H.h.+....G.# .O3 0010: 98 90 9F D4 .... ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 58 CE 29 EA FC F7 DE B5 CE 02 B9 17 B5 85 D1 B9 X.)............. 0010: E3 E0 95 CC 25 31 0D 00 A6 92 6E 7F B6 92 63 9E ....%1....n...c. 0020: 50 95 D1 9A 6F E4 11 DE 63 85 6E 98 EE A8 FF 5A P...o...c.n....Z 0030: C8 D3 55 B2 66 71 57 DE C0 21 EB 3D 2A A7 23 49 ..U.fqW..!.=.#I 0040: 01 04 86 42 7B FC EE 7F A2 16 52 B5 67 67 D3 40 ...B......R.gg.@ 0050: DB 3B 26 58 B2 28 77 3D AE 14 77 61 D6 FA 2A 66 .;&X.(w=..wa..f 0060: 27 A0 0D FA A7 73 5C EA 70 F1 94 21 65 44 5F FA '....s.p..!eD_. 0070: FC EF 29 68 A9 A2 87 79 EF 79 EF 4F AC 07 77 38 ..)h...y.y.O..w8

]]]

[2020-02-27T16:19:36.670+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376670] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V1 Subject: EMAILADDRESS=info@valicert.com, CN=http://www.valicert.com/, OU=ValiCert Class 1 Policy Validation Authority, O="ValiCert, Inc.", L=ValiCert Validation Network Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 1024 bits modulus: 151925888865184058874596115697730858614669202904769539704127201646756051534655032055038307213409211434232006871742531947988573725777089613115182024490816865656158552458656885327170084896923777999088309064172252953507954380307187005509476625887177487300137191089047376069803199185872063354381508052921226182513 public exponent: 65537 Validity: [From: Fri Jun 25 22:23:48 UTC 1999, To: Tue Jun 25 22:23:48 UTC 2019] Issuer: EMAILADDRESS=info@valicert.com, CN=http://www.valicert.com/, OU=ValiCert Class 1 Policy Validation Authority, O="ValiCert, Inc.", L=ValiCert Validation Network SerialNumber: [ 01]

] Algorithm: [SHA1withRSA] Signature: 0000: 50 68 3D 49 F4 2C 1C 06 94 DF 95 60 7F 96 7B 17 Ph=I.,.....`.... 0010: FE 4F 71 AD 64 C8 DD 77 D2 EF 59 55 E8 3F E8 8E .Oq.d..w..YU.?.. 0020: 05 2A 21 F2 07 D2 B5 A7 52 FE 9C B1 B6 E2 5B 77 .*!.....R.....[w 0030: 17 40 EA 72 D6 23 CB 28 81 32 C3 00 79 18 EC 59 .@.r.#.(.2..y..Y 0040: 17 89 C9 C6 6A 1E 71 C9 FD B7 74 A5 25 45 69 C5 ....j.q...t.%Ei. 0050: 48 AB 19 E1 45 8A 25 6B 19 EE E5 BB 12 F5 7F F7 H...E.%k........ 0060: A6 8D 51 C3 F0 9D 74 B7 A9 3E A0 A5 FF B6 49 03 ..Q...t..>....I. 0070: 13 DA 22 CC ED 71 82 2B 99 CF 3A B7 F5 2D 72 C8 .."..q.+..:..-r.

]]]

[2020-02-27T16:19:36.672+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376672] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=Deutsche Telekom Root CA 2, OU=T-TeleSec Trust Center, O=Deutsche Telekom AG, C=DE Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 21592488834472721835828923313267221681805681560816613665117041067418990628699422224541254881572840018756975149874502129398529690135936622683711503874225941028227513056091445982024526423239271903233756224518597826922911539049531994350382435126606426875761918197347607336633222436005626297159414389201765113308100318618288288291485154604265616398148296650155165318384289355945126554105645039541404960531031242256759730414072461724450991364449022227333471969448508379191402045485854015177532248310281723157915707656855986344971996618557740103577115665148480410347160129515545343296359775806391716937455257572333597903487 public exponent: 65537 Validity: [From: Fri Jul 09 12:11:00 UTC 1999, To: Tue Jul 09 23:59:00 UTC 2019] Issuer: CN=Deutsche Telekom Root CA 2, OU=T-TeleSec Trust Center, O=Deutsche Telekom AG, C=DE SerialNumber: [ 26]

Certificate Extensions: 3 [1]: ObjectId: 2.5.29.19 Criticality=false BasicConstraints:[ CA:true PathLen:5 ]

[2]: ObjectId: 2.5.29.15 Criticality=true KeyUsage [ Key_CertSign Crl_Sign ]

[3]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 31 C3 79 1B BA F5 53 D7 17 E0 89 7A 2D 17 6C 0A 1.y...S....z-.l. 0010: B3 2B 9D 33 .+.3 ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 94 64 59 AD 39 64 E7 29 EB 13 FE 5A C3 8B 13 57 .dY.9d.)...Z...W 0010: C8 04 24 F0 74 77 C0 60 E3 67 FB E9 89 A6 83 BF ..$.tw.`.g...... 0020: 96 82 7C 6E D4 C3 3D EF 9E 80 6E BB 29 B4 98 7A ...n..=...n.)..z 0030: B1 3B 54 EB 39 17 47 7E 1A 8E 0B FC 1F 31 59 31 .;T.9.G......1Y1 0040: 04 B2 CE 17 F3 2C C7 62 36 55 E2 22 D8 89 55 B4 .....,.b6U."..U. 0050: 98 48 AA 64 FA D6 1C 36 D8 44 78 5A 5A 23 3A 57 .H.d...6.DxZZ#:W 0060: 97 F5 7A 30 4F AE 9F 6A 4C 4B 2B 8E A0 03 E3 3E ..z0O..jLK+....> 0070: E0 A9 D4 D2 7B D2 B3 A8 E2 72 3C AD 9E FF 80 59 .........r<....Y 0080: E4 9B 45 B4 F6 3B B0 CD 39 19 98 32 E5 EA 21 61 ..E..;..9..2..!a 0090: 90 E4 31 21 8E 34 B1 F7 2F 35 4A 85 10 DA E7 8A ..1!.4../5J..... 00A0: 37 21 BE 59 63 E0 F2 85 88 31 53 D4 54 14 85 70 7!.Yc....1S.T..p 00B0: 79 F4 2E 06 77 27 75 2F 1F B8 8A F9 FE C5 BA D8 y...w'u/........ 00C0: 36 E4 83 EC E7 65 B7 BF 63 5A F3 46 AF 81 94 37 6....e..cZ.F...7 00D0: D4 41 8C D6 23 D6 1E CF F5 68 1B 44 63 A2 5A BA .A..#....h.Dc.Z. 00E0: A7 35 59 A1 E5 70 05 9B 0E 23 57 99 94 0A 6D BA .5Y..p...#W...m. 00F0: 39 63 28 86 92 F3 18 84 D8 FB D1 CF 05 56 64 57 9c(..........VdW

]]]

[2020-02-27T16:19:36.673+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376673] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 26089169911678858865991511858875018069758338505533527462172337786204673367201602811546574640748857094704621917169263361432410969054122980449366775775683958731678628537096651015729026509693790613002386233604576087941792746820140601531177906512322858774418438789963524472024549424258625465956056239870371201987568255001387080085214098713225036387005613800836210061170539695894186554629737711561028350273878428532147416962073327382818781154880552701805035056445039795783116295126527723091589252882972104614102959845116673111648476990905383519003917711966754877934329503061578142937900733132981896802936855388605850814069 public exponent: 65537 Validity: [From: Fri Jul 09 18:31:20 UTC 1999, To: Tue Jul 09 18:40:36 UTC 2019] Issuer: CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US SerialNumber: [ 44be0c8b 500024b4 11d3362d e0b35f1b]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=true BasicConstraints:[ CA:true PathLen:2147483647 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://crl.usertrust.com/UTN-USERFirst-Object.crl] ]]

[3]: ObjectId: 2.5.29.37 Criticality=false ExtendedKeyUsages [ codeSigning timeStamping 1.3.6.1.4.1.311.10.3.4 ]

[4]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ DigitalSignature Non_repudiation Key_CertSign Crl_Sign ]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: DA ED 64 74 14 9C 14 3C AB DD 99 A9 BD 5B 28 4D ..dt...<.....[(M 0010: 8B 3C C9 D8 .<.. ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 08 1F 52 B1 37 44 78 DB FD CE B9 DA 95 96 98 AA ..R.7Dx......... 0010: 55 64 80 B5 5A 40 DD 21 A5 C5 C1 F3 5F 2C 4C C8 Ud..Z@.!....,L. 0020: 47 5A 69 EA E8 F0 35 35 F4 D0 25 F3 C8 A6 A4 87 GZi...55..%..... 0030: 4A BD 1B B1 73 08 BD D4 C3 CA B6 35 BB 59 86 77 J...s......5.Y.w 0040: 31 CD A7 80 14 AE 13 EF FC B1 48 F9 6B 25 25 2D 1.........H.k%%- 0050: 51 B6 2C 6D 45 C1 98 C8 8A 56 5D 3E EE 43 4E 3E Q.,mE....V]>.CN> 0060: 6B 27 8E D0 3A 4B 85 0B 5F D3 ED 6A A7 75 CB D1 k'..:K....j.u.. 0070: 5A 87 2F 39 75 13 5A 72 B0 02 81 9F BE F0 0F 84 Z./9u.Zr........ 0080: 54 20 62 6C 69 D4 E1 4D C6 0D 99 43 01 0D 12 96 T bli..M...C.... 0090: 8C 78 9D BF 50 A2 B1 44 AA 6A CF 17 7A CF 6F 0F .x..P..D.j..z.o. 00A0: D4 F8 24 55 5F F0 34 16 49 66 3E 50 46 C9 63 71 ..$U_.4.If>PF.cq 00B0: 38 31 62 B8 62 B9 F3 53 AD 6C B5 2B A2 12 AA 19 81b.b..S.l.+.... 00C0: 4F 09 DA 5E E7 93 C6 8E 14 08 FE F0 30 80 18 A0 O..^........0... 00D0: 86 85 4D C8 7D D7 8B 03 FE 6E D5 F7 9D 16 AC 92 ..M......n...... 00E0: 2C A0 23 E5 9C 91 52 1F 94 DF 17 94 73 C3 B3 C1 ,.#...R.....s... 00F0: C1 71 05 20 00 78 BD 13 52 1D A8 3E CD 00 1F C8 .q. .x..R..>....

]]]

[2020-02-27T16:19:36.676+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376676] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=Class 3P Primary CA, O=Certplus, C=FR Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 21614364623234645301176979052165345431898293847960486915478489113641331309644631752003221165383118398140398886336016387390724896962665812867256887907245520366436021903224959533376678696719936735972067367920592968608491103081205372406043624400010083880772415904795029373948490802676779159314439078110930739868553466210514140689407010259951984397616006783494760981020892138542824737977628597898766038609349270744008280631843922769380819511751485857445066566834873801830547383948214472026533037321650013565965180311449002065019426293174492769711409600018705331909203823027179297493805317578775200581989013716669464825171 public exponent: 65537 Validity: [From: Wed Jul 07 17:10:00 UTC 1999, To: Sat Jul 06 23:59:59 UTC 2019] Issuer: CN=Class 3P Primary CA, O=Certplus, C=FR SerialNumber: [ bf5cdbb6 f21c6ec0 4deb7a02 3b36e879]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=false BasicConstraints:[ CA:true PathLen:10 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://www.certplus.com/CRL/class3P.crl] ]]

[3]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ Key_CertSign Crl_Sign ]

[4]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false NetscapeCertType [ Object Signing CA]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 86 E1 E1 81 71 BF 6A 12 F1 0A F2 01 E4 C8 FB 40 ....q.j........@ 0010: CE 68 80 89 .h.. ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 25 AA E1 22 40 C2 A4 80 3C B7 A2 5D 99 8D 1F 7A %.."@...<..]...z 0010: 42 35 38 66 17 11 DF BD AF FC 15 11 98 19 33 E6 B58f..........3. 0020: 05 42 84 54 A8 4B EB B0 9D DB 37 DA 16 52 40 11 .B.T.K....7..R@. 0030: 74 68 BF E9 C9 B2 10 84 B7 1D 44 00 79 27 1C F5 th........D.y'.. 0040: 58 06 17 18 32 35 B6 30 97 63 C6 A6 39 1B C8 EE X...25.0.c..9... 0050: 46 17 62 C5 2E E7 0A A3 9A 8A 30 63 73 AA 14 A5 F.b.......0cs... 0060: 4D 0A A8 72 93 F0 49 11 10 90 7C 18 7D A8 20 05 M..r..I....... . 0070: C4 C2 7A 35 BA 1C 5A 0A E0 2E 78 C8 88 B1 CF 57 ..z5..Z...x....W 0080: 01 EC 3D E2 06 13 34 C0 A8 DC FA 80 80 05 EE 05 ..=...4......... 0090: 76 BD 9D 2B C8 9D 50 6F 6B C5 40 50 84 FD 5D 1D v..+..Pok.@P..]. 00A0: E6 90 9C 10 D3 A4 C6 B9 28 1A DE B5 F8 0A 70 AA ........(.....p. 00B0: CE DE 50 3D 03 80 DB D8 88 C5 48 06 E4 03 73 DD ..P=......H...s. 00C0: 16 CE 36 D6 E5 9B EA 77 DA B2 96 B5 65 A7 04 5D ..6....w....e..] 00D0: 23 AE F7 93 B2 5E 8A 51 64 5F DA CF 8C 3D 41 5B #....^.Qd_...=A[ 00E0: DE F9 A3 E9 2A 7C 47 10 1F F6 32 3C 7E 70 E9 DF ....*.G...2<.p.. 00F0: A1 D5 2E 0D B1 1A 45 B4 BC 12 ED 28 17 E9 1E 02 ......E....(....

]]]

[2020-02-27T16:19:36.679+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376679] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=UTN - DATACorp SGC, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 28268673816178652097323205892483557333571155870875470430960147296575080125058259576216678502943701783863235065864619513554332825256576232328090594008995653938402850832639909846660254240227871328870817423755670515240676922575555781981369246549012690884955359776531332666259760261360631995682094260285182867794701000430219975797941893404079475222143745688332320735114398825135169097291174452108993502788913943850837279188978684549502068499879944154157617599256436144641192788443262416163408036570340837806929138395134745754413204505641922381176732200396779902698082435830886530134629482115518533241525728911403361018543 public exponent: 65537 Validity: [From: Thu Jun 24 18:57:21 UTC 1999, To: Mon Jun 24 19:06:30 UTC 2019] Issuer: CN=UTN - DATACorp SGC, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US SerialNumber: [ 44be0c8b 500021b4 11d32a68 06a9ad69]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=true BasicConstraints:[ CA:true PathLen:2147483647 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://crl.usertrust.com/UTN-DATACorpSGC.crl] ]]

[3]: ObjectId: 2.5.29.37 Criticality=false ExtendedKeyUsages [ serverAuth 1.3.6.1.4.1.311.10.3.3 2.16.840.1.113730.4.1 ]

[4]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ DigitalSignature Non_repudiation Key_CertSign Crl_Sign ]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 53 32 D1 B3 CF 7F FA E0 F1 A0 5D 85 4E 92 D2 9E S2........].N... 0010: 45 1D B4 4F E..O ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 27 35 97 00 8A 8B 28 BD C6 33 30 1E 29 FC E2 F7 '5....(..30.)... 0010: D5 98 D4 40 BB 60 CA BF AB 17 2C 09 36 7F 50 FA ...@.....,.6.P. 0020: 41 DC AE 96 3A 0A 23 3E 89 59 C9 A3 07 ED 1B 37 A...:.#>.Y.....7 0030: AD FC 7C BE 51 49 5A DE 3A 0A 54 08 16 45 C2 99 ....QIZ.:.T..E.. 0040: B1 87 CD 8C 68 E0 69 03 E9 C4 4E 98 B2 3B 8C 16 ....h.i...N..;.. 0050: B3 0E A0 0C 98 50 9B 93 A9 70 09 C8 2C A3 8F DF .....P...p..,... 0060: 02 E4 E0 71 3A F1 B4 23 72 A0 AA 01 DF DF 98 3E ...q:..#r......> 0070: 14 50 A0 31 26 BD 28 E9 5A 30 26 75 F9 7B 60 1C .P.1&.(.Z0&u... 0080: 8D F3 CD 50 26 6D 04 27 9A DF D5 0D 45 47 29 6B ...P&m.'....EG)k 0090: 2C E6 76 D9 A9 29 7D 32 DD C9 36 3C BD AE 35 F1 ,.v..).2..6<..5. 00A0: 11 9E 1D BB 90 3F 12 47 4E 8E D7 7E 0F 62 73 1D .....?.GN....bs. 00B0: 52 26 38 1C 18 49 FD 30 74 9A C4 E5 22 2F D8 C0 R&8..I.0t..."/.. 00C0: 8D ED 91 7A 4C 00 8F 72 7F 5D DA DD 1B 8B 45 6B ...zL..r.]....Ek 00D0: E7 DD 69 97 A8 C5 56 4C 0F 0C F6 9F 7A 91 37 F6 ..i...VL....z.7. 00E0: 97 82 E0 DD 71 69 FF 76 3F 60 4D 3C CF F7 99 F9 ....qi.v?`M<.... 00F0: C6 57 F4 C9 55 39 78 BA 2C 79 C9 A6 88 2B F4 08 .W..U9x.,y...+..

]]]

[2020-02-27T16:19:36.680+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376680] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V1 Subject: CN=GTE CyberTrust Global Root, OU="GTE CyberTrust Solutions, Inc.", O=GTE Corporation, C=US Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4

Key: Sun RSA public key, 1024 bits modulus: 104674226241368487598835828377585222181792546532354327780214427055917513664449991602803276678454577364904540367827644455215731003386468752240014232146814457308076052176227490263634768927290191763858631579785604655038492469791381988347440106477066514204303723029602991655085187937840556671697442212352844587673 public exponent: 65537 Validity: [From: Thu Aug 13 00:29:00 UTC 1998, To: Mon Aug 13 23:59:00 UTC 2018] Issuer: CN=GTE CyberTrust Global Root, OU="GTE CyberTrust Solutions, Inc.", O=GTE Corporation, C=US SerialNumber: [ 01a5]

] Algorithm: [MD5withRSA] Signature: 0000: 6D EB 1B 09 E9 5E D9 51 DB 67 22 61 A4 2A 3C 48 m....^.Q.g"a.*<H 0010: 77 E3 A0 7C A6 DE 73 A2 14 03 85 3D FB AB 0E 30 w.....s....=...0 0020: C5 83 16 33 81 13 08 9E 7B 34 4E DF 40 C8 74 D7 ...3.....4N.@.t. 0030: B9 7D DC F4 76 55 7D 9B 63 54 18 E9 F0 EA F3 5C ....vU..cT.....\ 0040: B1 D9 8B 42 1E B9 C0 95 4E BA FA D5 E2 7C F5 68 ...B....N......h 0050: 61 BF 8E EC 05 97 5F 5B B0 D7 A3 85 34 C4 24 A7 a....._[....4.$. 0060: 0D 0F 95 93 EF CB 94 D8 9E 1F 9D 5C 85 6D C7 AA ............m.. 0070: AE 4F 1F 22 B5 CD 95 AD BA A7 CC F9 AB 0B 7A 7F .O."..........z.

]]]

[2020-02-27T16:19:36.681+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376681] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=Class 2 Primary CA, O=Certplus, C=FR Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 27812167065015388823464546085051838038637984524955446961713677446129738317206823109084046347331445589553661044970567054378890434198997684264035427965612348371450712507326051325897699623193542549935623373656021173400812096660408265660428190707740194627521887231277265714580183676839834206986781235312765075220315950810958811507502280227588815441578477215291988534906157760976397769689888907215150855840434702583111602520999318134940603246969350823443276228221841309609603461799754824116277675568900353181300725440703667660602245837574324610290490844383628811548288261887809415643569655985365531456192407526391687177813 public exponent: 65537 Validity: [From: Wed Jul 07 17:05:00 UTC 1999, To: Sat Jul 06 23:59:59 UTC 2019] Issuer: CN=Class 2 Primary CA, O=Certplus, C=FR SerialNumber: [ 85bd4bf3 d8dae369 f694d75f c3a54423]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=false BasicConstraints:[ CA:true PathLen:10 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://www.certplus.com/CRL/class2.crl] ]]

[3]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ Key_CertSign Crl_Sign ]

[4]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false NetscapeCertType [ SSL CA S/MIME CA ]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: E3 73 2D DF CB 0E 28 0C DE DD B3 A4 CA 79 B8 8E .s-...(......y.. 0010: BB E8 30 89 ..0. ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: A7 54 CF 88 44 19 CB DF D4 7F 00 DF 56 33 62 B5 .T..D.......V3b. 0010: F7 51 01 90 EB C3 3F D1 88 44 E9 24 5D EF E7 14 .Q....?..D.$]... 0020: BD 20 B7 9A 3C 00 FE 6D 9F DB 90 DC D7 F4 62 D6 . ..<..m......b. 0030: 8B 70 5D E7 E5 04 48 A9 68 7C C9 F1 42 F3 6C 7F .p]...H.h...B.l. 0040: C5 7A 7C 1D 51 88 BA D2 0A 3E 27 5D DE 2D 51 4E .z..Q....>'].-QN 0050: D3 13 64 69 E4 2E E3 D3 E7 9B 09 99 A6 E0 95 9B ..di............ 0060: CE 1A D7 7F BE 3C CE 52 B3 11 15 C1 0F 17 CD 03 .....<.R........ 0070: BB 9C 25 15 BA A2 76 89 FC 06 F1 18 D0 93 4B 0E ..%...v.......K. 0080: 7C 82 B7 A5 F4 F6 5F FE ED 40 A6 9D 84 74 39 B9 ......_..@...t9. 0090: DC 1E 85 16 DA 29 1B 86 23 00 C9 BB 89 7E 6E 80 .....)..#.....n. 00A0: 88 1E 2F 14 B4 03 24 A8 32 6F 03 9A 47 2C 30 BE ../...$.2o..G,0. 00B0: 56 C6 A7 42 02 70 1B EA 40 D8 BA 05 03 70 07 A4 V..B.p..@....p.. 00C0: 96 FF FD 48 33 0A E1 DC A5 81 90 9B 4D DD 7D E7 ...H3.......M... 00D0: E7 B2 CD 5C C8 6A 95 F8 A5 F6 8D C4 5D 78 08 BE ....j......]x.. 00E0: 7B 06 D6 49 CF 19 36 50 23 2E 08 E6 9E 05 4D 47 ...I..6P#.....MG 00F0: 18 D5 16 E9 B1 D6 B6 10 D5 BB 97 BF A2 8E B4 54 ...............T

]]]

[2020-02-27T16:19:36.682+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376682] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V1 Subject: EMAILADDRESS=info@valicert.com, CN=http://www.valicert.com/, OU=ValiCert Class 2 Policy Validation Authority, O="ValiCert, Inc.", L=ValiCert Validation Network Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 1024 bits modulus: 144818436341096761985811202737494206713391677595229133995919965906075571723417302122258845817512509741851949889312775533894542459533525989634864163190484842795759754920238603578496864031819985263409865098016203846634102571893793272259527714445999489570945345148962461192686341786119603639416861115723459488247 public exponent: 65537 Validity: [From: Sat Jun 26 00:19:54 UTC 1999, To: Wed Jun 26 00:19:54 UTC 2019] Issuer: EMAILADDRESS=info@valicert.com, CN=http://www.valicert.com/, OU=ValiCert Class 2 Policy Validation Authority, O="ValiCert, Inc.", L=ValiCert Validation Network SerialNumber: [ 01]

] Algorithm: [SHA1withRSA] Signature: 0000: 3B 7F 50 6F 6F 50 94 99 49 62 38 38 1F 4B F8 A5 ;.PooP..Ib88.K.. 0010: C8 3E A7 82 81 F6 2B C7 E8 C5 CE E8 3A 10 82 CB .>....+.....:... 0020: 18 00 8E 4D BD A8 58 7F A1 79 00 B5 BB E9 8D AF ...M..X..y...... 0030: 41 D9 0F 34 EE 21 81 19 A0 32 49 28 F4 C4 8E 56 A..4.!...2I(...V 0040: D5 52 33 FD 50 D5 7E 99 6C 03 E4 C9 4C FC CB 6C .R3.P...l...L..l 0050: AB 66 B3 4A 21 8C E5 B5 0C 32 3E 10 B2 CC 6C A1 .f.J!....2>...l. 0060: DC 9A 98 4C 02 5B F3 CE B9 9E A5 72 0E 4A B7 3F ...L.[.....r.J.? 0070: 3C E6 16 68 F8 BE ED 74 4C BC 5B D5 62 1F 43 DD <..h...tL.[.b.C.

]]]

[2020-02-27T16:19:36.686+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376686] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 21877342614735064986586094209008949861633415438321046094865735894101046869669024974234189221129376235137504163448391667494521959302368300673495711648664420351966300087244240539893392975177816108541817252818998001932142985065266407504518566289301698937041931668276581800733716890145024940625536991682725365140451115767110550542345758164504698636529042078537609343076050570785483670809094993963575569689277704991843533760219663288836022206035538841969109577376809337618824179167781883694301066738001489513517818892302945620562766589172426570508291886401623875028645352783701438149952282706361006848685772598444243814369 public exponent: 65537 Validity: [From: Fri Dec 24 17:50:51 UTC 1999, To: Tue Dec 24 18:20:51 UTC 2019] Issuer: CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net SerialNumber: [ 3863b966]

Certificate Extensions: 4 [1]: ObjectId: 1.2.840.113533.7.65.0 Criticality=false Extension unknown: DER encoded OCTET string = 0000: 04 10 30 0E 1B 08 56 35 2E 30 3A 34 2E 30 03 02 ..0...V5.0:4.0.. 0010: 04 90 ..

[2]: ObjectId: 2.5.29.35 Criticality=false AuthorityKeyIdentifier [ KeyIdentifier [ 0000: 55 E4 81 D1 11 80 BE D8 89 B9 08 A3 31 F9 A1 24 U...........1..$ 0010: 09 16 B9 70 ...p ] ]

[3]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false NetscapeCertType [ SSL CA S/MIME CA Object Signing CA]

[4]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 55 E4 81 D1 11 80 BE D8 89 B9 08 A3 31 F9 A1 24 U...........1..$ 0010: 09 16 B9 70 ...p ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 59 47 AC 21 84 8A 17 C9 9C 89 53 1E BA 80 85 1A YG.!......S..... 0010: C6 3C 4E 3E B1 9C B6 7C C6 92 5D 18 64 02 E3 D3 .......].d... 0020: 06 08 11 61 7C 63 E3 2B 9D 31 03 70 76 D2 A3 28 ...a.c.+.1.pv..( 0030: A0 F4 BB 9A 63 73 ED 6D E5 2A DB ED 14 A9 2B C6 ....cs.m.....+. 0040: 36 11 D0 2B EB 07 8B A5 DA 9E 5C 19 9D 56 12 F5 6..+........V.. 0050: 54 29 C8 05 ED B2 12 2A 8D F4 03 1B FF E7 92 10 T)............. 0060: 87 B0 3A B5 C3 9D 05 37 12 A3 C7 F4 15 B9 D5 A4 ..:....7........ 0070: 39 16 9B 53 3A 23 91 F1 A8 82 A2 6A 88 68 C1 79 9..S:#.....j.h.y 0080: 02 22 BC AA A6 D6 AE DF B0 14 5F B8 87 D0 DD 7C ."........_..... 0090: 7F 7B FF AF 1C CF E6 DB 07 AD 5E DB 85 9D D0 2B ..........^....+ 00A0: 0D 33 DB 04 D1 E6 49 40 13 2B 76 FB 3E E9 9C 89 .3....I@.+v.>... 00B0: 0F 15 CE 18 B0 85 78 21 4F 6B 4F 0E FA 36 67 CD ......x!OkO..6g. 00C0: 07 F2 FF 08 D0 E2 DE D9 BF 2A AF B8 87 86 21 3C .........*....!< 00D0: 04 CA B7 94 68 7F CF 3C E9 98 D7 38 FF EC C0 D9 ....h..<...8.... 00E0: 50 F0 2E 4B 58 AE 46 6F D0 2E C3 60 DA 72 55 72 P..KX.Fo...`.rUr 00F0: BD 4C 45 9E 61 BA BF 84 81 92 03 D1 D2 69 7C C5 .LE.a........i..

]]]

[2020-02-27T16:19:36.688+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376688] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=Entrust.net Secure Server Certification Authority, OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS incorp. by ref. (limits liab.), O=Entrust.net, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 1024 bits modulus: 144067023913051061401427662951005762134922353734488468053603530223452408322326917369347612678930500793708458747092762943382762018047024013938414215872028527163969125655573945488614401571467677066488315957153441759858575776484848611157850921563438091296557524842885335944479053857025193408242979060399539152451 public exponent: 3 Validity: [From: Tue May 25 16:09:40 UTC 1999, To: Sat May 25 16:39:40 UTC 2019] Issuer: CN=Entrust.net Secure Server Certification Authority, OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS incorp. by ref. (limits liab.), O=Entrust.net, C=US SerialNumber: [ 374ad243]

Certificate Extensions: 8 [1]: ObjectId: 1.2.840.113533.7.65.0 Criticality=false Extension unknown: DER encoded OCTET string = 0000: 04 0C 30 0A 1B 04 56 34 2E 30 03 02 04 90 ..0...V4.0....

[2]: ObjectId: 2.5.29.35 Criticality=false AuthorityKeyIdentifier [ KeyIdentifier [ 0000: F0 17 62 13 55 3D B3 FF 0A 00 6B FB 50 84 97 F3 ..b.U=....k.P... 0010: ED 62 D0 1A .b.. ] ]

[3]: ObjectId: 2.5.29.19 Criticality=false BasicConstraints:[ CA:true PathLen:2147483647 ]

[4]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [CN=CRL1, CN=Entrust.net Secure Server Certification Authority, OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS incorp. by ref. (limits liab.), O=Entrust.net, C=US] , DistributionPoint: [URIName: http://www.entrust.net/CRL/net1.crl] ]]

[5]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ Key_CertSign Crl_Sign ]

[6]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false NetscapeCertType [ SSL CA S/MIME CA Object Signing CA]

[7]: ObjectId: 2.5.29.16 Criticality=false PrivateKeyUsage: [ From: Tue May 25 16:09:40 UTC 1999, To: Sat May 25 16:09:40 UTC 2019]

[8]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: F0 17 62 13 55 3D B3 FF 0A 00 6B FB 50 84 97 F3 ..b.U=....k.P... 0010: ED 62 D0 1A .b.. ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 90 DC 30 02 FA 64 74 C2 A7 0A A5 7C 21 8D 34 17 ..0..dt.....!.4. 0010: A8 FB 47 0E FF 25 7C 8D 13 0A FB E4 98 B5 EF 8C ..G..%.......... 0020: F8 C5 10 0D F7 92 BE F1 C3 D5 D5 95 6A 04 BB 2C ............j.., 0030: CE 26 36 65 C8 31 C6 E7 EE 3F E3 57 75 84 7A 11 .&6e.1...?.Wu.z. 0040: EF 46 4F 18 F4 D3 98 BB A8 87 32 BA 72 F6 3C E2 .FO.......2.r.<. 0050: 3D 9F D7 1D D9 C3 60 43 8C 58 0E 22 96 2F 62 A3 =.....`C.X."./b. 0060: 2C 1F BA AD 05 EF AB 32 78 87 A0 54 73 19 B5 5C ,......2x..Ts..\ 0070: 05 F9 52 3E 6D 2D 45 0B F7 0A 93 EA ED 06 F9 B2 ..R>m-E.........

]]]

[2020-02-27T16:19:36.692+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376692] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=UTN-USERFirst-Client Authentication and Email, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 22498783463083432959284168386409369291955038543860490014652552599946227610701597170140025777460440051576940055114151688564424450502962692946914121648464149848971060576483061771422853543951215013563325278089962342124385107871785292348304269132449951488798696535892014442011779480523971888046182115783313222830528011595242687378120162559160959607028365210240184157701430166819711652309059420982812476846459005227651384919840114419411479826761790470294309563612921306187982315796035562139890571490770636907160827366435324974533991196628542326996888957757240366713401462322756766583136758771465334269521766556285170101483 public exponent: 65537 Validity: [From: Fri Jul 09 17:28:50 UTC 1999, To: Tue Jul 09 17:36:58 UTC 2019] Issuer: CN=UTN-USERFirst-Client Authentication and Email, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US SerialNumber: [ 44be0c8b 500024b4 11d33625 2567c989]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=true BasicConstraints:[ CA:true PathLen:2147483647 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://crl.usertrust.com/UTN-USERFirst-ClientAuthenticationandEmail.crl] ]]

[3]: ObjectId: 2.5.29.37 Criticality=false ExtendedKeyUsages [ clientAuth emailProtection ]

[4]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ DigitalSignature Non_repudiation Key_CertSign Crl_Sign ]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 89 82 67 7D C4 9D 26 70 00 4B B4 50 48 7C DE 3D ..g...&p.K.PH..= 0010: AE 04 6E 7D ..n. ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: B1 6D 61 5D A6 1A 7F 7C AB 4A E4 30 FC 53 6F 25 .ma].....J.0.So% 0010: 24 C6 CA ED E2 31 5C 2B 0E EE EE 61 55 6F 04 3E $....1+...aUo.> 0020: CF 39 DE C5 1B 49 94 E4 EB 20 4C B4 E6 9E 50 2E .9...I... L...P. 0030: 72 D9 8D F5 AA A3 B3 4A DA 56 1C 60 97 80 DC 82 r......J.V.`.... 0040: A2 AD 4A BD 8A 2B FF 0B 09 B4 C6 D7 20 04 45 E4 ..J..+...... .E. 0050: CD 80 01 BA BA 2B 6E CE AA D7 92 FE E4 AF EB F4 .....+n......... 0060: 26 1D 16 2A 7F 6C 30 95 37 2F 33 12 AC 7F DD C7 &..*.l0.7/3..... 0070: D1 11 8C 51 98 B2 D0 A3 91 D0 AD F6 9F 9E 83 93 ...Q............ 0080: 1E 1D 42 B8 46 AF 6B 66 F0 9B 7F EA E3 03 02 E5 ..B.F.kf........ 0090: 02 51 C1 AA D5 35 9D 72 40 03 89 BA 31 1D C5 10 .Q...5.r@...1... 00A0: 68 52 9E DF A2 85 C5 5C 08 A6 78 E6 53 4F B1 E8 hR.......x.SO.. 00B0: B7 D3 14 9E 93 A6 C3 64 E3 AC 7E 71 CD BC 9F E9 .......d...q.... 00C0: 03 1B CC FB E9 AC 31 C1 AF 7C 15 74 02 99 C3 B2 ......1....t.... 00D0: 47 A6 C2 32 61 D7 C7 6F 48 24 51 27 A1 D5 87 55 G..2a..oH$Q'...U 00E0: F2 7B 8F 98 3D 16 9E EE 75 B6 F8 D0 8E F2 F3 C6 ....=...u....... 00F0: AE 28 5B A7 F0 F3 36 17 FC C3 05 D3 CA 03 4A 54 .([...6.......JT

]]]

[2020-02-27T16:19:36.700+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376700] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=UTN-USERFirst-Hardware, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 22466356259302802551717801644710772426961610033346260086354613187874976948992939408231525706696424082312691074750378419215078131159281795954920144654718605935197679906085556797948624422433414069415152222961018799445311109402660050773855398735048210134662368151842249721090482023018794719228445589971761770739049283041997902724693769461451095561511601571549326415867445439758570552405170386650731235758337556959840061657652816464180356596151013381613262234005502993382979277514089478656187207322715958205361312797892656063517010992364715520448836463615280405565385053582107461430088577320911814185438558395911112837211 public exponent: 65537 Validity: [From: Fri Jul 09 18:10:42 UTC 1999, To: Tue Jul 09 18:19:22 UTC 2019] Issuer: CN=UTN-USERFirst-Hardware, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US SerialNumber: [ 44be0c8b 500024b4 11d3362a fe650afd]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=true BasicConstraints:[ CA:true PathLen:2147483647 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://crl.usertrust.com/UTN-USERFirst-Hardware.crl] ]]

[3]: ObjectId: 2.5.29.37 Criticality=false ExtendedKeyUsages [ serverAuth ipsecEndSystem ipsecTunnel ipsecUser ]

[4]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ DigitalSignature Non_repudiation Key_CertSign Crl_Sign ]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: A1 72 5F 26 1B 28 98 43 95 5D 07 37 D5 85 96 9D .r_&.(.C.].7.... 0010: 4B D2 C3 45 K..E ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 47 19 0F DE 74 C6 99 97 AF FC AD 28 5E 75 8E EB G...t......(^u.. 0010: 2D 67 EE 4E 7B 2B D7 0C FF F6 DE CB 55 A2 0A E1 -g.N.+......U... 0020: 4C 54 65 93 60 6B 9F 12 9C AD 5E 83 2C EB 5A AE LTe.`k....^.,.Z. 0030: C0 E4 2D F4 00 63 1D B8 C0 6C F2 CF 49 BB 4D 93 ..-..c...l..I.M. 0040: 6F 06 A6 0A 22 B2 49 62 08 4E FF C8 C8 14 B2 88 o...".Ib.N...... 0050: 16 5D E7 01 E4 12 95 E5 45 34 B3 8B 69 BD CF B4 .]......E4..i... 0060: 85 8F 75 51 9E 7D 3A 38 3A 14 48 12 C6 FB A7 3B ..uQ..:8:.H....; 0070: 1A 8D 0D 82 40 07 E8 04 08 90 A1 89 CB 19 50 DF ....@.........P. 0080: CA 1C 01 BC 1D 04 19 7B 10 76 97 3B EE 90 90 CA .........v.;.... 0090: C4 0E 1F 16 6E 75 EF 33 F8 D3 6F 5B 1E 96 E3 E0 ....nu.3..o[.... 00A0: 74 77 74 7B 8A A2 6E 2D DD 76 D6 39 30 82 F0 AB twt...n-.v.90... 00B0: 9C 52 F2 2A C7 AF 49 5E 7E C7 68 E5 82 81 C8 6A .R...I^..h....j 00C0: 27 F9 27 88 2A D5 58 50 95 1F F0 3B 1C 57 BB 7D '.'..XP...;.W.. 00D0: 14 39 62 2B 9A C9 94 92 2A A3 22 0C FF 89 26 7D .9b+....."...&. 00E0: 5F 23 2B 47 D7 15 1D A9 6A 9E 51 0D 2A 51 9E 81 _#+G....j.Q.Q.. 00F0: F9 D4 3B 5E 70 12 7F 10 32 9C 1E BB 9D F8 66 A8 ..;^p...2.....f.

]]]

[2020-02-27T16:19:36.701+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376701] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: OU=Equifax Secure Certificate Authority, O=Equifax, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 1024 bits modulus: 135786214035069526348186531221551781468391756233528066061569654028671100866720352830303278016129003918213826297308054231261658522889438712013757624116391437358730449661353175673177742307421061340003741057138887918110217006515773038453829253517076741780039735595086881329494037450587568122088113584549069375417 public exponent: 65537 Validity: [From: Sat Aug 22 16:41:51 UTC 1998, To: Wed Aug 22 16:41:51 UTC 2018] Issuer: OU=Equifax Secure Certificate Authority, O=Equifax, C=US SerialNumber: [ 35def4cf]

Certificate Extensions: 7 [1]: ObjectId: 1.2.840.113533.7.65.0 Criticality=false Extension unknown: DER encoded OCTET string = 0000: 04 0D 30 0B 1B 05 56 33 2E 30 63 03 02 06 C0 ..0...V3.0c....

[2]: ObjectId: 2.5.29.35 Criticality=false AuthorityKeyIdentifier [ KeyIdentifier [ 0000: 48 E6 68 F9 2B D2 B2 95 D7 47 D8 23 20 10 4F 33 H.h.+....G.# .O3 0010: 98 90 9F D4 .... ] ]

[3]: ObjectId: 2.5.29.19 Criticality=false BasicConstraints:[ CA:true PathLen:2147483647 ]

[4]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [CN=CRL1, OU=Equifax Secure Certificate Authority, O=Equifax, C=US] ]]

[5]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ Key_CertSign Crl_Sign ]

[6]: ObjectId: 2.5.29.16 Criticality=false PrivateKeyUsage: [ To: Wed Aug 22 16:41:51 UTC 2018]

[7]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 48 E6 68 F9 2B D2 B2 95 D7 47 D8 23 20 10 4F 33 H.h.+....G.# .O3 0010: 98 90 9F D4 .... ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 58 CE 29 EA FC F7 DE B5 CE 02 B9 17 B5 85 D1 B9 X.)............. 0010: E3 E0 95 CC 25 31 0D 00 A6 92 6E 7F B6 92 63 9E ....%1....n...c. 0020: 50 95 D1 9A 6F E4 11 DE 63 85 6E 98 EE A8 FF 5A P...o...c.n....Z 0030: C8 D3 55 B2 66 71 57 DE C0 21 EB 3D 2A A7 23 49 ..U.fqW..!.=.#I 0040: 01 04 86 42 7B FC EE 7F A2 16 52 B5 67 67 D3 40 ...B......R.gg.@ 0050: DB 3B 26 58 B2 28 77 3D AE 14 77 61 D6 FA 2A 66 .;&X.(w=..wa..f 0060: 27 A0 0D FA A7 73 5C EA 70 F1 94 21 65 44 5F FA '....s.p..!eD_. 0070: FC EF 29 68 A9 A2 87 79 EF 79 EF 4F AC 07 77 38 ..)h...y.y.O..w8

]]]

[2020-02-27T16:19:36.703+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376703] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V1 Subject: EMAILADDRESS=info@valicert.com, CN=http://www.valicert.com/, OU=ValiCert Class 1 Policy Validation Authority, O="ValiCert, Inc.", L=ValiCert Validation Network Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 1024 bits modulus: 151925888865184058874596115697730858614669202904769539704127201646756051534655032055038307213409211434232006871742531947988573725777089613115182024490816865656158552458656885327170084896923777999088309064172252953507954380307187005509476625887177487300137191089047376069803199185872063354381508052921226182513 public exponent: 65537 Validity: [From: Fri Jun 25 22:23:48 UTC 1999, To: Tue Jun 25 22:23:48 UTC 2019] Issuer: EMAILADDRESS=info@valicert.com, CN=http://www.valicert.com/, OU=ValiCert Class 1 Policy Validation Authority, O="ValiCert, Inc.", L=ValiCert Validation Network SerialNumber: [ 01]

] Algorithm: [SHA1withRSA] Signature: 0000: 50 68 3D 49 F4 2C 1C 06 94 DF 95 60 7F 96 7B 17 Ph=I.,.....`.... 0010: FE 4F 71 AD 64 C8 DD 77 D2 EF 59 55 E8 3F E8 8E .Oq.d..w..YU.?.. 0020: 05 2A 21 F2 07 D2 B5 A7 52 FE 9C B1 B6 E2 5B 77 .*!.....R.....[w 0030: 17 40 EA 72 D6 23 CB 28 81 32 C3 00 79 18 EC 59 .@.r.#.(.2..y..Y 0040: 17 89 C9 C6 6A 1E 71 C9 FD B7 74 A5 25 45 69 C5 ....j.q...t.%Ei. 0050: 48 AB 19 E1 45 8A 25 6B 19 EE E5 BB 12 F5 7F F7 H...E.%k........ 0060: A6 8D 51 C3 F0 9D 74 B7 A9 3E A0 A5 FF B6 49 03 ..Q...t..>....I. 0070: 13 DA 22 CC ED 71 82 2B 99 CF 3A B7 F5 2D 72 C8 .."..q.+..:..-r.

]]]

[2020-02-27T16:19:36.704+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376704] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=Deutsche Telekom Root CA 2, OU=T-TeleSec Trust Center, O=Deutsche Telekom AG, C=DE Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 21592488834472721835828923313267221681805681560816613665117041067418990628699422224541254881572840018756975149874502129398529690135936622683711503874225941028227513056091445982024526423239271903233756224518597826922911539049531994350382435126606426875761918197347607336633222436005626297159414389201765113308100318618288288291485154604265616398148296650155165318384289355945126554105645039541404960531031242256759730414072461724450991364449022227333471969448508379191402045485854015177532248310281723157915707656855986344971996618557740103577115665148480410347160129515545343296359775806391716937455257572333597903487 public exponent: 65537 Validity: [From: Fri Jul 09 12:11:00 UTC 1999, To: Tue Jul 09 23:59:00 UTC 2019] Issuer: CN=Deutsche Telekom Root CA 2, OU=T-TeleSec Trust Center, O=Deutsche Telekom AG, C=DE SerialNumber: [ 26]

Certificate Extensions: 3 [1]: ObjectId: 2.5.29.19 Criticality=false BasicConstraints:[ CA:true PathLen:5 ]

[2]: ObjectId: 2.5.29.15 Criticality=true KeyUsage [ Key_CertSign Crl_Sign ]

[3]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 31 C3 79 1B BA F5 53 D7 17 E0 89 7A 2D 17 6C 0A 1.y...S....z-.l. 0010: B3 2B 9D 33 .+.3 ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 94 64 59 AD 39 64 E7 29 EB 13 FE 5A C3 8B 13 57 .dY.9d.)...Z...W 0010: C8 04 24 F0 74 77 C0 60 E3 67 FB E9 89 A6 83 BF ..$.tw.`.g...... 0020: 96 82 7C 6E D4 C3 3D EF 9E 80 6E BB 29 B4 98 7A ...n..=...n.)..z 0030: B1 3B 54 EB 39 17 47 7E 1A 8E 0B FC 1F 31 59 31 .;T.9.G......1Y1 0040: 04 B2 CE 17 F3 2C C7 62 36 55 E2 22 D8 89 55 B4 .....,.b6U."..U. 0050: 98 48 AA 64 FA D6 1C 36 D8 44 78 5A 5A 23 3A 57 .H.d...6.DxZZ#:W 0060: 97 F5 7A 30 4F AE 9F 6A 4C 4B 2B 8E A0 03 E3 3E ..z0O..jLK+....> 0070: E0 A9 D4 D2 7B D2 B3 A8 E2 72 3C AD 9E FF 80 59 .........r<....Y 0080: E4 9B 45 B4 F6 3B B0 CD 39 19 98 32 E5 EA 21 61 ..E..;..9..2..!a 0090: 90 E4 31 21 8E 34 B1 F7 2F 35 4A 85 10 DA E7 8A ..1!.4../5J..... 00A0: 37 21 BE 59 63 E0 F2 85 88 31 53 D4 54 14 85 70 7!.Yc....1S.T..p 00B0: 79 F4 2E 06 77 27 75 2F 1F B8 8A F9 FE C5 BA D8 y...w'u/........ 00C0: 36 E4 83 EC E7 65 B7 BF 63 5A F3 46 AF 81 94 37 6....e..cZ.F...7 00D0: D4 41 8C D6 23 D6 1E CF F5 68 1B 44 63 A2 5A BA .A..#....h.Dc.Z. 00E0: A7 35 59 A1 E5 70 05 9B 0E 23 57 99 94 0A 6D BA .5Y..p...#W...m. 00F0: 39 63 28 86 92 F3 18 84 D8 FB D1 CF 05 56 64 57 9c(..........VdW

]]]

[2020-02-27T16:19:36.706+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376706] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 26089169911678858865991511858875018069758338505533527462172337786204673367201602811546574640748857094704621917169263361432410969054122980449366775775683958731678628537096651015729026509693790613002386233604576087941792746820140601531177906512322858774418438789963524472024549424258625465956056239870371201987568255001387080085214098713225036387005613800836210061170539695894186554629737711561028350273878428532147416962073327382818781154880552701805035056445039795783116295126527723091589252882972104614102959845116673111648476990905383519003917711966754877934329503061578142937900733132981896802936855388605850814069 public exponent: 65537 Validity: [From: Fri Jul 09 18:31:20 UTC 1999, To: Tue Jul 09 18:40:36 UTC 2019] Issuer: CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US SerialNumber: [ 44be0c8b 500024b4 11d3362d e0b35f1b]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=true BasicConstraints:[ CA:true PathLen:2147483647 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://crl.usertrust.com/UTN-USERFirst-Object.crl] ]]

[3]: ObjectId: 2.5.29.37 Criticality=false ExtendedKeyUsages [ codeSigning timeStamping 1.3.6.1.4.1.311.10.3.4 ]

[4]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ DigitalSignature Non_repudiation Key_CertSign Crl_Sign ]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: DA ED 64 74 14 9C 14 3C AB DD 99 A9 BD 5B 28 4D ..dt...<.....[(M 0010: 8B 3C C9 D8 .<.. ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 08 1F 52 B1 37 44 78 DB FD CE B9 DA 95 96 98 AA ..R.7Dx......... 0010: 55 64 80 B5 5A 40 DD 21 A5 C5 C1 F3 5F 2C 4C C8 Ud..Z@.!....,L. 0020: 47 5A 69 EA E8 F0 35 35 F4 D0 25 F3 C8 A6 A4 87 GZi...55..%..... 0030: 4A BD 1B B1 73 08 BD D4 C3 CA B6 35 BB 59 86 77 J...s......5.Y.w 0040: 31 CD A7 80 14 AE 13 EF FC B1 48 F9 6B 25 25 2D 1.........H.k%%- 0050: 51 B6 2C 6D 45 C1 98 C8 8A 56 5D 3E EE 43 4E 3E Q.,mE....V]>.CN> 0060: 6B 27 8E D0 3A 4B 85 0B 5F D3 ED 6A A7 75 CB D1 k'..:K....j.u.. 0070: 5A 87 2F 39 75 13 5A 72 B0 02 81 9F BE F0 0F 84 Z./9u.Zr........ 0080: 54 20 62 6C 69 D4 E1 4D C6 0D 99 43 01 0D 12 96 T bli..M...C.... 0090: 8C 78 9D BF 50 A2 B1 44 AA 6A CF 17 7A CF 6F 0F .x..P..D.j..z.o. 00A0: D4 F8 24 55 5F F0 34 16 49 66 3E 50 46 C9 63 71 ..$U_.4.If>PF.cq 00B0: 38 31 62 B8 62 B9 F3 53 AD 6C B5 2B A2 12 AA 19 81b.b..S.l.+.... 00C0: 4F 09 DA 5E E7 93 C6 8E 14 08 FE F0 30 80 18 A0 O..^........0... 00D0: 86 85 4D C8 7D D7 8B 03 FE 6E D5 F7 9D 16 AC 92 ..M......n...... 00E0: 2C A0 23 E5 9C 91 52 1F 94 DF 17 94 73 C3 B3 C1 ,.#...R.....s... 00F0: C1 71 05 20 00 78 BD 13 52 1D A8 3E CD 00 1F C8 .q. .x..R..>....

]]]

[2020-02-27T16:19:36.709+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376709] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=Class 3P Primary CA, O=Certplus, C=FR Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 21614364623234645301176979052165345431898293847960486915478489113641331309644631752003221165383118398140398886336016387390724896962665812867256887907245520366436021903224959533376678696719936735972067367920592968608491103081205372406043624400010083880772415904795029373948490802676779159314439078110930739868553466210514140689407010259951984397616006783494760981020892138542824737977628597898766038609349270744008280631843922769380819511751485857445066566834873801830547383948214472026533037321650013565965180311449002065019426293174492769711409600018705331909203823027179297493805317578775200581989013716669464825171 public exponent: 65537 Validity: [From: Wed Jul 07 17:10:00 UTC 1999, To: Sat Jul 06 23:59:59 UTC 2019] Issuer: CN=Class 3P Primary CA, O=Certplus, C=FR SerialNumber: [ bf5cdbb6 f21c6ec0 4deb7a02 3b36e879]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=false BasicConstraints:[ CA:true PathLen:10 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://www.certplus.com/CRL/class3P.crl] ]]

[3]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ Key_CertSign Crl_Sign ]

[4]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false NetscapeCertType [ Object Signing CA]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 86 E1 E1 81 71 BF 6A 12 F1 0A F2 01 E4 C8 FB 40 ....q.j........@ 0010: CE 68 80 89 .h.. ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 25 AA E1 22 40 C2 A4 80 3C B7 A2 5D 99 8D 1F 7A %.."@...<..]...z 0010: 42 35 38 66 17 11 DF BD AF FC 15 11 98 19 33 E6 B58f..........3. 0020: 05 42 84 54 A8 4B EB B0 9D DB 37 DA 16 52 40 11 .B.T.K....7..R@. 0030: 74 68 BF E9 C9 B2 10 84 B7 1D 44 00 79 27 1C F5 th........D.y'.. 0040: 58 06 17 18 32 35 B6 30 97 63 C6 A6 39 1B C8 EE X...25.0.c..9... 0050: 46 17 62 C5 2E E7 0A A3 9A 8A 30 63 73 AA 14 A5 F.b.......0cs... 0060: 4D 0A A8 72 93 F0 49 11 10 90 7C 18 7D A8 20 05 M..r..I....... . 0070: C4 C2 7A 35 BA 1C 5A 0A E0 2E 78 C8 88 B1 CF 57 ..z5..Z...x....W 0080: 01 EC 3D E2 06 13 34 C0 A8 DC FA 80 80 05 EE 05 ..=...4......... 0090: 76 BD 9D 2B C8 9D 50 6F 6B C5 40 50 84 FD 5D 1D v..+..Pok.@P..]. 00A0: E6 90 9C 10 D3 A4 C6 B9 28 1A DE B5 F8 0A 70 AA ........(.....p. 00B0: CE DE 50 3D 03 80 DB D8 88 C5 48 06 E4 03 73 DD ..P=......H...s. 00C0: 16 CE 36 D6 E5 9B EA 77 DA B2 96 B5 65 A7 04 5D ..6....w....e..] 00D0: 23 AE F7 93 B2 5E 8A 51 64 5F DA CF 8C 3D 41 5B #....^.Qd_...=A[ 00E0: DE F9 A3 E9 2A 7C 47 10 1F F6 32 3C 7E 70 E9 DF ....*.G...2<.p.. 00F0: A1 D5 2E 0D B1 1A 45 B4 BC 12 ED 28 17 E9 1E 02 ......E....(....

]]]

[2020-02-27T16:19:36.715+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376715] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=UTN - DATACorp SGC, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 28268673816178652097323205892483557333571155870875470430960147296575080125058259576216678502943701783863235065864619513554332825256576232328090594008995653938402850832639909846660254240227871328870817423755670515240676922575555781981369246549012690884955359776531332666259760261360631995682094260285182867794701000430219975797941893404079475222143745688332320735114398825135169097291174452108993502788913943850837279188978684549502068499879944154157617599256436144641192788443262416163408036570340837806929138395134745754413204505641922381176732200396779902698082435830886530134629482115518533241525728911403361018543 public exponent: 65537 Validity: [From: Thu Jun 24 18:57:21 UTC 1999, To: Mon Jun 24 19:06:30 UTC 2019] Issuer: CN=UTN - DATACorp SGC, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US SerialNumber: [ 44be0c8b 500021b4 11d32a68 06a9ad69]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=true BasicConstraints:[ CA:true PathLen:2147483647 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://crl.usertrust.com/UTN-DATACorpSGC.crl] ]]

[3]: ObjectId: 2.5.29.37 Criticality=false ExtendedKeyUsages [ serverAuth 1.3.6.1.4.1.311.10.3.3 2.16.840.1.113730.4.1 ]

[4]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ DigitalSignature Non_repudiation Key_CertSign Crl_Sign ]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 53 32 D1 B3 CF 7F FA E0 F1 A0 5D 85 4E 92 D2 9E S2........].N... 0010: 45 1D B4 4F E..O ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 27 35 97 00 8A 8B 28 BD C6 33 30 1E 29 FC E2 F7 '5....(..30.)... 0010: D5 98 D4 40 BB 60 CA BF AB 17 2C 09 36 7F 50 FA ...@.....,.6.P. 0020: 41 DC AE 96 3A 0A 23 3E 89 59 C9 A3 07 ED 1B 37 A...:.#>.Y.....7 0030: AD FC 7C BE 51 49 5A DE 3A 0A 54 08 16 45 C2 99 ....QIZ.:.T..E.. 0040: B1 87 CD 8C 68 E0 69 03 E9 C4 4E 98 B2 3B 8C 16 ....h.i...N..;.. 0050: B3 0E A0 0C 98 50 9B 93 A9 70 09 C8 2C A3 8F DF .....P...p..,... 0060: 02 E4 E0 71 3A F1 B4 23 72 A0 AA 01 DF DF 98 3E ...q:..#r......> 0070: 14 50 A0 31 26 BD 28 E9 5A 30 26 75 F9 7B 60 1C .P.1&.(.Z0&u... 0080: 8D F3 CD 50 26 6D 04 27 9A DF D5 0D 45 47 29 6B ...P&m.'....EG)k 0090: 2C E6 76 D9 A9 29 7D 32 DD C9 36 3C BD AE 35 F1 ,.v..).2..6<..5. 00A0: 11 9E 1D BB 90 3F 12 47 4E 8E D7 7E 0F 62 73 1D .....?.GN....bs. 00B0: 52 26 38 1C 18 49 FD 30 74 9A C4 E5 22 2F D8 C0 R&8..I.0t..."/.. 00C0: 8D ED 91 7A 4C 00 8F 72 7F 5D DA DD 1B 8B 45 6B ...zL..r.]....Ek 00D0: E7 DD 69 97 A8 C5 56 4C 0F 0C F6 9F 7A 91 37 F6 ..i...VL....z.7. 00E0: 97 82 E0 DD 71 69 FF 76 3F 60 4D 3C CF F7 99 F9 ....qi.v?`M<.... 00F0: C6 57 F4 C9 55 39 78 BA 2C 79 C9 A6 88 2B F4 08 .W..U9x.,y...+..

]]]

[2020-02-27T16:19:36.717+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376717] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V1 Subject: CN=GTE CyberTrust Global Root, OU="GTE CyberTrust Solutions, Inc.", O=GTE Corporation, C=US Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4

Key: Sun RSA public key, 1024 bits modulus: 104674226241368487598835828377585222181792546532354327780214427055917513664449991602803276678454577364904540367827644455215731003386468752240014232146814457308076052176227490263634768927290191763858631579785604655038492469791381988347440106477066514204303723029602991655085187937840556671697442212352844587673 public exponent: 65537 Validity: [From: Thu Aug 13 00:29:00 UTC 1998, To: Mon Aug 13 23:59:00 UTC 2018] Issuer: CN=GTE CyberTrust Global Root, OU="GTE CyberTrust Solutions, Inc.", O=GTE Corporation, C=US SerialNumber: [ 01a5]

] Algorithm: [MD5withRSA] Signature: 0000: 6D EB 1B 09 E9 5E D9 51 DB 67 22 61 A4 2A 3C 48 m....^.Q.g"a.*<H 0010: 77 E3 A0 7C A6 DE 73 A2 14 03 85 3D FB AB 0E 30 w.....s....=...0 0020: C5 83 16 33 81 13 08 9E 7B 34 4E DF 40 C8 74 D7 ...3.....4N.@.t. 0030: B9 7D DC F4 76 55 7D 9B 63 54 18 E9 F0 EA F3 5C ....vU..cT.....\ 0040: B1 D9 8B 42 1E B9 C0 95 4E BA FA D5 E2 7C F5 68 ...B....N......h 0050: 61 BF 8E EC 05 97 5F 5B B0 D7 A3 85 34 C4 24 A7 a....._[....4.$. 0060: 0D 0F 95 93 EF CB 94 D8 9E 1F 9D 5C 85 6D C7 AA ............m.. 0070: AE 4F 1F 22 B5 CD 95 AD BA A7 CC F9 AB 0B 7A 7F .O."..........z.

]]]

[2020-02-27T16:19:36.720+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376720] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=Class 2 Primary CA, O=Certplus, C=FR Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 27812167065015388823464546085051838038637984524955446961713677446129738317206823109084046347331445589553661044970567054378890434198997684264035427965612348371450712507326051325897699623193542549935623373656021173400812096660408265660428190707740194627521887231277265714580183676839834206986781235312765075220315950810958811507502280227588815441578477215291988534906157760976397769689888907215150855840434702583111602520999318134940603246969350823443276228221841309609603461799754824116277675568900353181300725440703667660602245837574324610290490844383628811548288261887809415643569655985365531456192407526391687177813 public exponent: 65537 Validity: [From: Wed Jul 07 17:05:00 UTC 1999, To: Sat Jul 06 23:59:59 UTC 2019] Issuer: CN=Class 2 Primary CA, O=Certplus, C=FR SerialNumber: [ 85bd4bf3 d8dae369 f694d75f c3a54423]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=false BasicConstraints:[ CA:true PathLen:10 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://www.certplus.com/CRL/class2.crl] ]]

[3]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ Key_CertSign Crl_Sign ]

[4]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false NetscapeCertType [ SSL CA S/MIME CA ]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: E3 73 2D DF CB 0E 28 0C DE DD B3 A4 CA 79 B8 8E .s-...(......y.. 0010: BB E8 30 89 ..0. ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: A7 54 CF 88 44 19 CB DF D4 7F 00 DF 56 33 62 B5 .T..D.......V3b. 0010: F7 51 01 90 EB C3 3F D1 88 44 E9 24 5D EF E7 14 .Q....?..D.$]... 0020: BD 20 B7 9A 3C 00 FE 6D 9F DB 90 DC D7 F4 62 D6 . ..<..m......b. 0030: 8B 70 5D E7 E5 04 48 A9 68 7C C9 F1 42 F3 6C 7F .p]...H.h...B.l. 0040: C5 7A 7C 1D 51 88 BA D2 0A 3E 27 5D DE 2D 51 4E .z..Q....>'].-QN 0050: D3 13 64 69 E4 2E E3 D3 E7 9B 09 99 A6 E0 95 9B ..di............ 0060: CE 1A D7 7F BE 3C CE 52 B3 11 15 C1 0F 17 CD 03 .....<.R........ 0070: BB 9C 25 15 BA A2 76 89 FC 06 F1 18 D0 93 4B 0E ..%...v.......K. 0080: 7C 82 B7 A5 F4 F6 5F FE ED 40 A6 9D 84 74 39 B9 ......_..@...t9. 0090: DC 1E 85 16 DA 29 1B 86 23 00 C9 BB 89 7E 6E 80 .....)..#.....n. 00A0: 88 1E 2F 14 B4 03 24 A8 32 6F 03 9A 47 2C 30 BE ../...$.2o..G,0. 00B0: 56 C6 A7 42 02 70 1B EA 40 D8 BA 05 03 70 07 A4 V..B.p..@....p.. 00C0: 96 FF FD 48 33 0A E1 DC A5 81 90 9B 4D DD 7D E7 ...H3.......M... 00D0: E7 B2 CD 5C C8 6A 95 F8 A5 F6 8D C4 5D 78 08 BE ....j......]x.. 00E0: 7B 06 D6 49 CF 19 36 50 23 2E 08 E6 9E 05 4D 47 ...I..6P#.....MG 00F0: 18 D5 16 E9 B1 D6 B6 10 D5 BB 97 BF A2 8E B4 54 ...............T

]]]

[2020-02-27T16:19:36.721+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376721] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V1 Subject: EMAILADDRESS=info@valicert.com, CN=http://www.valicert.com/, OU=ValiCert Class 2 Policy Validation Authority, O="ValiCert, Inc.", L=ValiCert Validation Network Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 1024 bits modulus: 144818436341096761985811202737494206713391677595229133995919965906075571723417302122258845817512509741851949889312775533894542459533525989634864163190484842795759754920238603578496864031819985263409865098016203846634102571893793272259527714445999489570945345148962461192686341786119603639416861115723459488247 public exponent: 65537 Validity: [From: Sat Jun 26 00:19:54 UTC 1999, To: Wed Jun 26 00:19:54 UTC 2019] Issuer: EMAILADDRESS=info@valicert.com, CN=http://www.valicert.com/, OU=ValiCert Class 2 Policy Validation Authority, O="ValiCert, Inc.", L=ValiCert Validation Network SerialNumber: [ 01]

] Algorithm: [SHA1withRSA] Signature: 0000: 3B 7F 50 6F 6F 50 94 99 49 62 38 38 1F 4B F8 A5 ;.PooP..Ib88.K.. 0010: C8 3E A7 82 81 F6 2B C7 E8 C5 CE E8 3A 10 82 CB .>....+.....:... 0020: 18 00 8E 4D BD A8 58 7F A1 79 00 B5 BB E9 8D AF ...M..X..y...... 0030: 41 D9 0F 34 EE 21 81 19 A0 32 49 28 F4 C4 8E 56 A..4.!...2I(...V 0040: D5 52 33 FD 50 D5 7E 99 6C 03 E4 C9 4C FC CB 6C .R3.P...l...L..l 0050: AB 66 B3 4A 21 8C E5 B5 0C 32 3E 10 B2 CC 6C A1 .f.J!....2>...l. 0060: DC 9A 98 4C 02 5B F3 CE B9 9E A5 72 0E 4A B7 3F ...L.[.....r.J.? 0070: 3C E6 16 68 F8 BE ED 74 4C BC 5B D5 62 1F 43 DD <..h...tL.[.b.C.

]]]

[2020-02-27T16:19:36.722+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376722] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 21877342614735064986586094209008949861633415438321046094865735894101046869669024974234189221129376235137504163448391667494521959302368300673495711648664420351966300087244240539893392975177816108541817252818998001932142985065266407504518566289301698937041931668276581800733716890145024940625536991682725365140451115767110550542345758164504698636529042078537609343076050570785483670809094993963575569689277704991843533760219663288836022206035538841969109577376809337618824179167781883694301066738001489513517818892302945620562766589172426570508291886401623875028645352783701438149952282706361006848685772598444243814369 public exponent: 65537 Validity: [From: Fri Dec 24 17:50:51 UTC 1999, To: Tue Dec 24 18:20:51 UTC 2019] Issuer: CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net SerialNumber: [ 3863b966]

Certificate Extensions: 4 [1]: ObjectId: 1.2.840.113533.7.65.0 Criticality=false Extension unknown: DER encoded OCTET string = 0000: 04 10 30 0E 1B 08 56 35 2E 30 3A 34 2E 30 03 02 ..0...V5.0:4.0.. 0010: 04 90 ..

[2]: ObjectId: 2.5.29.35 Criticality=false AuthorityKeyIdentifier [ KeyIdentifier [ 0000: 55 E4 81 D1 11 80 BE D8 89 B9 08 A3 31 F9 A1 24 U...........1..$ 0010: 09 16 B9 70 ...p ] ]

[3]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false NetscapeCertType [ SSL CA S/MIME CA Object Signing CA]

[4]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 55 E4 81 D1 11 80 BE D8 89 B9 08 A3 31 F9 A1 24 U...........1..$ 0010: 09 16 B9 70 ...p ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 59 47 AC 21 84 8A 17 C9 9C 89 53 1E BA 80 85 1A YG.!......S..... 0010: C6 3C 4E 3E B1 9C B6 7C C6 92 5D 18 64 02 E3 D3 .......].d... 0020: 06 08 11 61 7C 63 E3 2B 9D 31 03 70 76 D2 A3 28 ...a.c.+.1.pv..( 0030: A0 F4 BB 9A 63 73 ED 6D E5 2A DB ED 14 A9 2B C6 ....cs.m.....+. 0040: 36 11 D0 2B EB 07 8B A5 DA 9E 5C 19 9D 56 12 F5 6..+........V.. 0050: 54 29 C8 05 ED B2 12 2A 8D F4 03 1B FF E7 92 10 T)............. 0060: 87 B0 3A B5 C3 9D 05 37 12 A3 C7 F4 15 B9 D5 A4 ..:....7........ 0070: 39 16 9B 53 3A 23 91 F1 A8 82 A2 6A 88 68 C1 79 9..S:#.....j.h.y 0080: 02 22 BC AA A6 D6 AE DF B0 14 5F B8 87 D0 DD 7C ."........_..... 0090: 7F 7B FF AF 1C CF E6 DB 07 AD 5E DB 85 9D D0 2B ..........^....+ 00A0: 0D 33 DB 04 D1 E6 49 40 13 2B 76 FB 3E E9 9C 89 .3....I@.+v.>... 00B0: 0F 15 CE 18 B0 85 78 21 4F 6B 4F 0E FA 36 67 CD ......x!OkO..6g. 00C0: 07 F2 FF 08 D0 E2 DE D9 BF 2A AF B8 87 86 21 3C .........*....!< 00D0: 04 CA B7 94 68 7F CF 3C E9 98 D7 38 FF EC C0 D9 ....h..<...8.... 00E0: 50 F0 2E 4B 58 AE 46 6F D0 2E C3 60 DA 72 55 72 P..KX.Fo...`.rUr 00F0: BD 4C 45 9E 61 BA BF 84 81 92 03 D1 D2 69 7C C5 .LE.a........i..

]]]

[2020-02-27T16:19:36.724+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376724] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=Entrust.net Secure Server Certification Authority, OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS incorp. by ref. (limits liab.), O=Entrust.net, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 1024 bits modulus: 144067023913051061401427662951005762134922353734488468053603530223452408322326917369347612678930500793708458747092762943382762018047024013938414215872028527163969125655573945488614401571467677066488315957153441759858575776484848611157850921563438091296557524842885335944479053857025193408242979060399539152451 public exponent: 3 Validity: [From: Tue May 25 16:09:40 UTC 1999, To: Sat May 25 16:39:40 UTC 2019] Issuer: CN=Entrust.net Secure Server Certification Authority, OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS incorp. by ref. (limits liab.), O=Entrust.net, C=US SerialNumber: [ 374ad243]

Certificate Extensions: 8 [1]: ObjectId: 1.2.840.113533.7.65.0 Criticality=false Extension unknown: DER encoded OCTET string = 0000: 04 0C 30 0A 1B 04 56 34 2E 30 03 02 04 90 ..0...V4.0....

[2]: ObjectId: 2.5.29.35 Criticality=false AuthorityKeyIdentifier [ KeyIdentifier [ 0000: F0 17 62 13 55 3D B3 FF 0A 00 6B FB 50 84 97 F3 ..b.U=....k.P... 0010: ED 62 D0 1A .b.. ] ]

[3]: ObjectId: 2.5.29.19 Criticality=false BasicConstraints:[ CA:true PathLen:2147483647 ]

[4]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [CN=CRL1, CN=Entrust.net Secure Server Certification Authority, OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS incorp. by ref. (limits liab.), O=Entrust.net, C=US] , DistributionPoint: [URIName: http://www.entrust.net/CRL/net1.crl] ]]

[5]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ Key_CertSign Crl_Sign ]

[6]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false NetscapeCertType [ SSL CA S/MIME CA Object Signing CA]

[7]: ObjectId: 2.5.29.16 Criticality=false PrivateKeyUsage: [ From: Tue May 25 16:09:40 UTC 1999, To: Sat May 25 16:09:40 UTC 2019]

[8]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: F0 17 62 13 55 3D B3 FF 0A 00 6B FB 50 84 97 F3 ..b.U=....k.P... 0010: ED 62 D0 1A .b.. ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 90 DC 30 02 FA 64 74 C2 A7 0A A5 7C 21 8D 34 17 ..0..dt.....!.4. 0010: A8 FB 47 0E FF 25 7C 8D 13 0A FB E4 98 B5 EF 8C ..G..%.......... 0020: F8 C5 10 0D F7 92 BE F1 C3 D5 D5 95 6A 04 BB 2C ............j.., 0030: CE 26 36 65 C8 31 C6 E7 EE 3F E3 57 75 84 7A 11 .&6e.1...?.Wu.z. 0040: EF 46 4F 18 F4 D3 98 BB A8 87 32 BA 72 F6 3C E2 .FO.......2.r.<. 0050: 3D 9F D7 1D D9 C3 60 43 8C 58 0E 22 96 2F 62 A3 =.....`C.X."./b. 0060: 2C 1F BA AD 05 EF AB 32 78 87 A0 54 73 19 B5 5C ,......2x..Ts..\ 0070: 05 F9 52 3E 6D 2D 45 0B F7 0A 93 EA ED 06 F9 B2 ..R>m-E.........

]]]

[2020-02-27T16:19:36.728+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376728] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=UTN-USERFirst-Client Authentication and Email, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 22498783463083432959284168386409369291955038543860490014652552599946227610701597170140025777460440051576940055114151688564424450502962692946914121648464149848971060576483061771422853543951215013563325278089962342124385107871785292348304269132449951488798696535892014442011779480523971888046182115783313222830528011595242687378120162559160959607028365210240184157701430166819711652309059420982812476846459005227651384919840114419411479826761790470294309563612921306187982315796035562139890571490770636907160827366435324974533991196628542326996888957757240366713401462322756766583136758771465334269521766556285170101483 public exponent: 65537 Validity: [From: Fri Jul 09 17:28:50 UTC 1999, To: Tue Jul 09 17:36:58 UTC 2019] Issuer: CN=UTN-USERFirst-Client Authentication and Email, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US SerialNumber: [ 44be0c8b 500024b4 11d33625 2567c989]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=true BasicConstraints:[ CA:true PathLen:2147483647 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://crl.usertrust.com/UTN-USERFirst-ClientAuthenticationandEmail.crl] ]]

[3]: ObjectId: 2.5.29.37 Criticality=false ExtendedKeyUsages [ clientAuth emailProtection ]

[4]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ DigitalSignature Non_repudiation Key_CertSign Crl_Sign ]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 89 82 67 7D C4 9D 26 70 00 4B B4 50 48 7C DE 3D ..g...&p.K.PH..= 0010: AE 04 6E 7D ..n. ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: B1 6D 61 5D A6 1A 7F 7C AB 4A E4 30 FC 53 6F 25 .ma].....J.0.So% 0010: 24 C6 CA ED E2 31 5C 2B 0E EE EE 61 55 6F 04 3E $....1+...aUo.> 0020: CF 39 DE C5 1B 49 94 E4 EB 20 4C B4 E6 9E 50 2E .9...I... L...P. 0030: 72 D9 8D F5 AA A3 B3 4A DA 56 1C 60 97 80 DC 82 r......J.V.`.... 0040: A2 AD 4A BD 8A 2B FF 0B 09 B4 C6 D7 20 04 45 E4 ..J..+...... .E. 0050: CD 80 01 BA BA 2B 6E CE AA D7 92 FE E4 AF EB F4 .....+n......... 0060: 26 1D 16 2A 7F 6C 30 95 37 2F 33 12 AC 7F DD C7 &..*.l0.7/3..... 0070: D1 11 8C 51 98 B2 D0 A3 91 D0 AD F6 9F 9E 83 93 ...Q............ 0080: 1E 1D 42 B8 46 AF 6B 66 F0 9B 7F EA E3 03 02 E5 ..B.F.kf........ 0090: 02 51 C1 AA D5 35 9D 72 40 03 89 BA 31 1D C5 10 .Q...5.r@...1... 00A0: 68 52 9E DF A2 85 C5 5C 08 A6 78 E6 53 4F B1 E8 hR.......x.SO.. 00B0: B7 D3 14 9E 93 A6 C3 64 E3 AC 7E 71 CD BC 9F E9 .......d...q.... 00C0: 03 1B CC FB E9 AC 31 C1 AF 7C 15 74 02 99 C3 B2 ......1....t.... 00D0: 47 A6 C2 32 61 D7 C7 6F 48 24 51 27 A1 D5 87 55 G..2a..oH$Q'...U 00E0: F2 7B 8F 98 3D 16 9E EE 75 B6 F8 D0 8E F2 F3 C6 ....=...u....... 00F0: AE 28 5B A7 F0 F3 36 17 FC C3 05 D3 CA 03 4A 54 .([...6.......JT

]]]

[2020-02-27T16:19:36.735+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376735] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=UTN-USERFirst-Hardware, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 22466356259302802551717801644710772426961610033346260086354613187874976948992939408231525706696424082312691074750378419215078131159281795954920144654718605935197679906085556797948624422433414069415152222961018799445311109402660050773855398735048210134662368151842249721090482023018794719228445589971761770739049283041997902724693769461451095561511601571549326415867445439758570552405170386650731235758337556959840061657652816464180356596151013381613262234005502993382979277514089478656187207322715958205361312797892656063517010992364715520448836463615280405565385053582107461430088577320911814185438558395911112837211 public exponent: 65537 Validity: [From: Fri Jul 09 18:10:42 UTC 1999, To: Tue Jul 09 18:19:22 UTC 2019] Issuer: CN=UTN-USERFirst-Hardware, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US SerialNumber: [ 44be0c8b 500024b4 11d3362a fe650afd]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=true BasicConstraints:[ CA:true PathLen:2147483647 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://crl.usertrust.com/UTN-USERFirst-Hardware.crl] ]]

[3]: ObjectId: 2.5.29.37 Criticality=false ExtendedKeyUsages [ serverAuth ipsecEndSystem ipsecTunnel ipsecUser ]

[4]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ DigitalSignature Non_repudiation Key_CertSign Crl_Sign ]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: A1 72 5F 26 1B 28 98 43 95 5D 07 37 D5 85 96 9D .r_&.(.C.].7.... 0010: 4B D2 C3 45 K..E ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 47 19 0F DE 74 C6 99 97 AF FC AD 28 5E 75 8E EB G...t......(^u.. 0010: 2D 67 EE 4E 7B 2B D7 0C FF F6 DE CB 55 A2 0A E1 -g.N.+......U... 0020: 4C 54 65 93 60 6B 9F 12 9C AD 5E 83 2C EB 5A AE LTe.`k....^.,.Z. 0030: C0 E4 2D F4 00 63 1D B8 C0 6C F2 CF 49 BB 4D 93 ..-..c...l..I.M. 0040: 6F 06 A6 0A 22 B2 49 62 08 4E FF C8 C8 14 B2 88 o...".Ib.N...... 0050: 16 5D E7 01 E4 12 95 E5 45 34 B3 8B 69 BD CF B4 .]......E4..i... 0060: 85 8F 75 51 9E 7D 3A 38 3A 14 48 12 C6 FB A7 3B ..uQ..:8:.H....; 0070: 1A 8D 0D 82 40 07 E8 04 08 90 A1 89 CB 19 50 DF ....@.........P. 0080: CA 1C 01 BC 1D 04 19 7B 10 76 97 3B EE 90 90 CA .........v.;.... 0090: C4 0E 1F 16 6E 75 EF 33 F8 D3 6F 5B 1E 96 E3 E0 ....nu.3..o[.... 00A0: 74 77 74 7B 8A A2 6E 2D DD 76 D6 39 30 82 F0 AB twt...n-.v.90... 00B0: 9C 52 F2 2A C7 AF 49 5E 7E C7 68 E5 82 81 C8 6A .R...I^..h....j 00C0: 27 F9 27 88 2A D5 58 50 95 1F F0 3B 1C 57 BB 7D '.'..XP...;.W.. 00D0: 14 39 62 2B 9A C9 94 92 2A A3 22 0C FF 89 26 7D .9b+....."...&. 00E0: 5F 23 2B 47 D7 15 1D A9 6A 9E 51 0D 2A 51 9E 81 _#+G....j.Q.Q.. 00F0: F9 D4 3B 5E 70 12 7F 10 32 9C 1E BB 9D F8 66 A8 ..;^p...2.....f.

]]]

[2020-02-27T16:19:36.737+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376737] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: OU=Equifax Secure Certificate Authority, O=Equifax, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 1024 bits modulus: 135786214035069526348186531221551781468391756233528066061569654028671100866720352830303278016129003918213826297308054231261658522889438712013757624116391437358730449661353175673177742307421061340003741057138887918110217006515773038453829253517076741780039735595086881329494037450587568122088113584549069375417 public exponent: 65537 Validity: [From: Sat Aug 22 16:41:51 UTC 1998, To: Wed Aug 22 16:41:51 UTC 2018] Issuer: OU=Equifax Secure Certificate Authority, O=Equifax, C=US SerialNumber: [ 35def4cf]

Certificate Extensions: 7 [1]: ObjectId: 1.2.840.113533.7.65.0 Criticality=false Extension unknown: DER encoded OCTET string = 0000: 04 0D 30 0B 1B 05 56 33 2E 30 63 03 02 06 C0 ..0...V3.0c....

[2]: ObjectId: 2.5.29.35 Criticality=false AuthorityKeyIdentifier [ KeyIdentifier [ 0000: 48 E6 68 F9 2B D2 B2 95 D7 47 D8 23 20 10 4F 33 H.h.+....G.# .O3 0010: 98 90 9F D4 .... ] ]

[3]: ObjectId: 2.5.29.19 Criticality=false BasicConstraints:[ CA:true PathLen:2147483647 ]

[4]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [CN=CRL1, OU=Equifax Secure Certificate Authority, O=Equifax, C=US] ]]

[5]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ Key_CertSign Crl_Sign ]

[6]: ObjectId: 2.5.29.16 Criticality=false PrivateKeyUsage: [ To: Wed Aug 22 16:41:51 UTC 2018]

[7]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 48 E6 68 F9 2B D2 B2 95 D7 47 D8 23 20 10 4F 33 H.h.+....G.# .O3 0010: 98 90 9F D4 .... ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 58 CE 29 EA FC F7 DE B5 CE 02 B9 17 B5 85 D1 B9 X.)............. 0010: E3 E0 95 CC 25 31 0D 00 A6 92 6E 7F B6 92 63 9E ....%1....n...c. 0020: 50 95 D1 9A 6F E4 11 DE 63 85 6E 98 EE A8 FF 5A P...o...c.n....Z 0030: C8 D3 55 B2 66 71 57 DE C0 21 EB 3D 2A A7 23 49 ..U.fqW..!.=.#I 0040: 01 04 86 42 7B FC EE 7F A2 16 52 B5 67 67 D3 40 ...B......R.gg.@ 0050: DB 3B 26 58 B2 28 77 3D AE 14 77 61 D6 FA 2A 66 .;&X.(w=..wa..f 0060: 27 A0 0D FA A7 73 5C EA 70 F1 94 21 65 44 5F FA '....s.p..!eD_. 0070: FC EF 29 68 A9 A2 87 79 EF 79 EF 4F AC 07 77 38 ..)h...y.y.O..w8

]]]

[2020-02-27T16:19:36.738+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376738] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V1 Subject: EMAILADDRESS=info@valicert.com, CN=http://www.valicert.com/, OU=ValiCert Class 1 Policy Validation Authority, O="ValiCert, Inc.", L=ValiCert Validation Network Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 1024 bits modulus: 151925888865184058874596115697730858614669202904769539704127201646756051534655032055038307213409211434232006871742531947988573725777089613115182024490816865656158552458656885327170084896923777999088309064172252953507954380307187005509476625887177487300137191089047376069803199185872063354381508052921226182513 public exponent: 65537 Validity: [From: Fri Jun 25 22:23:48 UTC 1999, To: Tue Jun 25 22:23:48 UTC 2019] Issuer: EMAILADDRESS=info@valicert.com, CN=http://www.valicert.com/, OU=ValiCert Class 1 Policy Validation Authority, O="ValiCert, Inc.", L=ValiCert Validation Network SerialNumber: [ 01]

] Algorithm: [SHA1withRSA] Signature: 0000: 50 68 3D 49 F4 2C 1C 06 94 DF 95 60 7F 96 7B 17 Ph=I.,.....`.... 0010: FE 4F 71 AD 64 C8 DD 77 D2 EF 59 55 E8 3F E8 8E .Oq.d..w..YU.?.. 0020: 05 2A 21 F2 07 D2 B5 A7 52 FE 9C B1 B6 E2 5B 77 .*!.....R.....[w 0030: 17 40 EA 72 D6 23 CB 28 81 32 C3 00 79 18 EC 59 .@.r.#.(.2..y..Y 0040: 17 89 C9 C6 6A 1E 71 C9 FD B7 74 A5 25 45 69 C5 ....j.q...t.%Ei. 0050: 48 AB 19 E1 45 8A 25 6B 19 EE E5 BB 12 F5 7F F7 H...E.%k........ 0060: A6 8D 51 C3 F0 9D 74 B7 A9 3E A0 A5 FF B6 49 03 ..Q...t..>....I. 0070: 13 DA 22 CC ED 71 82 2B 99 CF 3A B7 F5 2D 72 C8 .."..q.+..:..-r.

]]]

[2020-02-27T16:19:36.741+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376741] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=Deutsche Telekom Root CA 2, OU=T-TeleSec Trust Center, O=Deutsche Telekom AG, C=DE Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 21592488834472721835828923313267221681805681560816613665117041067418990628699422224541254881572840018756975149874502129398529690135936622683711503874225941028227513056091445982024526423239271903233756224518597826922911539049531994350382435126606426875761918197347607336633222436005626297159414389201765113308100318618288288291485154604265616398148296650155165318384289355945126554105645039541404960531031242256759730414072461724450991364449022227333471969448508379191402045485854015177532248310281723157915707656855986344971996618557740103577115665148480410347160129515545343296359775806391716937455257572333597903487 public exponent: 65537 Validity: [From: Fri Jul 09 12:11:00 UTC 1999, To: Tue Jul 09 23:59:00 UTC 2019] Issuer: CN=Deutsche Telekom Root CA 2, OU=T-TeleSec Trust Center, O=Deutsche Telekom AG, C=DE SerialNumber: [ 26]

Certificate Extensions: 3 [1]: ObjectId: 2.5.29.19 Criticality=false BasicConstraints:[ CA:true PathLen:5 ]

[2]: ObjectId: 2.5.29.15 Criticality=true KeyUsage [ Key_CertSign Crl_Sign ]

[3]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 31 C3 79 1B BA F5 53 D7 17 E0 89 7A 2D 17 6C 0A 1.y...S....z-.l. 0010: B3 2B 9D 33 .+.3 ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 94 64 59 AD 39 64 E7 29 EB 13 FE 5A C3 8B 13 57 .dY.9d.)...Z...W 0010: C8 04 24 F0 74 77 C0 60 E3 67 FB E9 89 A6 83 BF ..$.tw.`.g...... 0020: 96 82 7C 6E D4 C3 3D EF 9E 80 6E BB 29 B4 98 7A ...n..=...n.)..z 0030: B1 3B 54 EB 39 17 47 7E 1A 8E 0B FC 1F 31 59 31 .;T.9.G......1Y1 0040: 04 B2 CE 17 F3 2C C7 62 36 55 E2 22 D8 89 55 B4 .....,.b6U."..U. 0050: 98 48 AA 64 FA D6 1C 36 D8 44 78 5A 5A 23 3A 57 .H.d...6.DxZZ#:W 0060: 97 F5 7A 30 4F AE 9F 6A 4C 4B 2B 8E A0 03 E3 3E ..z0O..jLK+....> 0070: E0 A9 D4 D2 7B D2 B3 A8 E2 72 3C AD 9E FF 80 59 .........r<....Y 0080: E4 9B 45 B4 F6 3B B0 CD 39 19 98 32 E5 EA 21 61 ..E..;..9..2..!a 0090: 90 E4 31 21 8E 34 B1 F7 2F 35 4A 85 10 DA E7 8A ..1!.4../5J..... 00A0: 37 21 BE 59 63 E0 F2 85 88 31 53 D4 54 14 85 70 7!.Yc....1S.T..p 00B0: 79 F4 2E 06 77 27 75 2F 1F B8 8A F9 FE C5 BA D8 y...w'u/........ 00C0: 36 E4 83 EC E7 65 B7 BF 63 5A F3 46 AF 81 94 37 6....e..cZ.F...7 00D0: D4 41 8C D6 23 D6 1E CF F5 68 1B 44 63 A2 5A BA .A..#....h.Dc.Z. 00E0: A7 35 59 A1 E5 70 05 9B 0E 23 57 99 94 0A 6D BA .5Y..p...#W...m. 00F0: 39 63 28 86 92 F3 18 84 D8 FB D1 CF 05 56 64 57 9c(..........VdW

]]]

[2020-02-27T16:19:36.742+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376742] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 26089169911678858865991511858875018069758338505533527462172337786204673367201602811546574640748857094704621917169263361432410969054122980449366775775683958731678628537096651015729026509693790613002386233604576087941792746820140601531177906512322858774418438789963524472024549424258625465956056239870371201987568255001387080085214098713225036387005613800836210061170539695894186554629737711561028350273878428532147416962073327382818781154880552701805035056445039795783116295126527723091589252882972104614102959845116673111648476990905383519003917711966754877934329503061578142937900733132981896802936855388605850814069 public exponent: 65537 Validity: [From: Fri Jul 09 18:31:20 UTC 1999, To: Tue Jul 09 18:40:36 UTC 2019] Issuer: CN=UTN-USERFirst-Object, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US SerialNumber: [ 44be0c8b 500024b4 11d3362d e0b35f1b]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=true BasicConstraints:[ CA:true PathLen:2147483647 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://crl.usertrust.com/UTN-USERFirst-Object.crl] ]]

[3]: ObjectId: 2.5.29.37 Criticality=false ExtendedKeyUsages [ codeSigning timeStamping 1.3.6.1.4.1.311.10.3.4 ]

[4]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ DigitalSignature Non_repudiation Key_CertSign Crl_Sign ]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: DA ED 64 74 14 9C 14 3C AB DD 99 A9 BD 5B 28 4D ..dt...<.....[(M 0010: 8B 3C C9 D8 .<.. ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 08 1F 52 B1 37 44 78 DB FD CE B9 DA 95 96 98 AA ..R.7Dx......... 0010: 55 64 80 B5 5A 40 DD 21 A5 C5 C1 F3 5F 2C 4C C8 Ud..Z@.!....,L. 0020: 47 5A 69 EA E8 F0 35 35 F4 D0 25 F3 C8 A6 A4 87 GZi...55..%..... 0030: 4A BD 1B B1 73 08 BD D4 C3 CA B6 35 BB 59 86 77 J...s......5.Y.w 0040: 31 CD A7 80 14 AE 13 EF FC B1 48 F9 6B 25 25 2D 1.........H.k%%- 0050: 51 B6 2C 6D 45 C1 98 C8 8A 56 5D 3E EE 43 4E 3E Q.,mE....V]>.CN> 0060: 6B 27 8E D0 3A 4B 85 0B 5F D3 ED 6A A7 75 CB D1 k'..:K....j.u.. 0070: 5A 87 2F 39 75 13 5A 72 B0 02 81 9F BE F0 0F 84 Z./9u.Zr........ 0080: 54 20 62 6C 69 D4 E1 4D C6 0D 99 43 01 0D 12 96 T bli..M...C.... 0090: 8C 78 9D BF 50 A2 B1 44 AA 6A CF 17 7A CF 6F 0F .x..P..D.j..z.o. 00A0: D4 F8 24 55 5F F0 34 16 49 66 3E 50 46 C9 63 71 ..$U_.4.If>PF.cq 00B0: 38 31 62 B8 62 B9 F3 53 AD 6C B5 2B A2 12 AA 19 81b.b..S.l.+.... 00C0: 4F 09 DA 5E E7 93 C6 8E 14 08 FE F0 30 80 18 A0 O..^........0... 00D0: 86 85 4D C8 7D D7 8B 03 FE 6E D5 F7 9D 16 AC 92 ..M......n...... 00E0: 2C A0 23 E5 9C 91 52 1F 94 DF 17 94 73 C3 B3 C1 ,.#...R.....s... 00F0: C1 71 05 20 00 78 BD 13 52 1D A8 3E CD 00 1F C8 .q. .x..R..>....

]]]

[2020-02-27T16:19:36.743+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376743] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=Class 3P Primary CA, O=Certplus, C=FR Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 21614364623234645301176979052165345431898293847960486915478489113641331309644631752003221165383118398140398886336016387390724896962665812867256887907245520366436021903224959533376678696719936735972067367920592968608491103081205372406043624400010083880772415904795029373948490802676779159314439078110930739868553466210514140689407010259951984397616006783494760981020892138542824737977628597898766038609349270744008280631843922769380819511751485857445066566834873801830547383948214472026533037321650013565965180311449002065019426293174492769711409600018705331909203823027179297493805317578775200581989013716669464825171 public exponent: 65537 Validity: [From: Wed Jul 07 17:10:00 UTC 1999, To: Sat Jul 06 23:59:59 UTC 2019] Issuer: CN=Class 3P Primary CA, O=Certplus, C=FR SerialNumber: [ bf5cdbb6 f21c6ec0 4deb7a02 3b36e879]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=false BasicConstraints:[ CA:true PathLen:10 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://www.certplus.com/CRL/class3P.crl] ]]

[3]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ Key_CertSign Crl_Sign ]

[4]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false NetscapeCertType [ Object Signing CA]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 86 E1 E1 81 71 BF 6A 12 F1 0A F2 01 E4 C8 FB 40 ....q.j........@ 0010: CE 68 80 89 .h.. ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 25 AA E1 22 40 C2 A4 80 3C B7 A2 5D 99 8D 1F 7A %.."@...<..]...z 0010: 42 35 38 66 17 11 DF BD AF FC 15 11 98 19 33 E6 B58f..........3. 0020: 05 42 84 54 A8 4B EB B0 9D DB 37 DA 16 52 40 11 .B.T.K....7..R@. 0030: 74 68 BF E9 C9 B2 10 84 B7 1D 44 00 79 27 1C F5 th........D.y'.. 0040: 58 06 17 18 32 35 B6 30 97 63 C6 A6 39 1B C8 EE X...25.0.c..9... 0050: 46 17 62 C5 2E E7 0A A3 9A 8A 30 63 73 AA 14 A5 F.b.......0cs... 0060: 4D 0A A8 72 93 F0 49 11 10 90 7C 18 7D A8 20 05 M..r..I....... . 0070: C4 C2 7A 35 BA 1C 5A 0A E0 2E 78 C8 88 B1 CF 57 ..z5..Z...x....W 0080: 01 EC 3D E2 06 13 34 C0 A8 DC FA 80 80 05 EE 05 ..=...4......... 0090: 76 BD 9D 2B C8 9D 50 6F 6B C5 40 50 84 FD 5D 1D v..+..Pok.@P..]. 00A0: E6 90 9C 10 D3 A4 C6 B9 28 1A DE B5 F8 0A 70 AA ........(.....p. 00B0: CE DE 50 3D 03 80 DB D8 88 C5 48 06 E4 03 73 DD ..P=......H...s. 00C0: 16 CE 36 D6 E5 9B EA 77 DA B2 96 B5 65 A7 04 5D ..6....w....e..] 00D0: 23 AE F7 93 B2 5E 8A 51 64 5F DA CF 8C 3D 41 5B #....^.Qd_...=A[ 00E0: DE F9 A3 E9 2A 7C 47 10 1F F6 32 3C 7E 70 E9 DF ....*.G...2<.p.. 00F0: A1 D5 2E 0D B1 1A 45 B4 BC 12 ED 28 17 E9 1E 02 ......E....(....

]]]

[2020-02-27T16:19:36.745+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376745] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=UTN - DATACorp SGC, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 28268673816178652097323205892483557333571155870875470430960147296575080125058259576216678502943701783863235065864619513554332825256576232328090594008995653938402850832639909846660254240227871328870817423755670515240676922575555781981369246549012690884955359776531332666259760261360631995682094260285182867794701000430219975797941893404079475222143745688332320735114398825135169097291174452108993502788913943850837279188978684549502068499879944154157617599256436144641192788443262416163408036570340837806929138395134745754413204505641922381176732200396779902698082435830886530134629482115518533241525728911403361018543 public exponent: 65537 Validity: [From: Thu Jun 24 18:57:21 UTC 1999, To: Mon Jun 24 19:06:30 UTC 2019] Issuer: CN=UTN - DATACorp SGC, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US SerialNumber: [ 44be0c8b 500021b4 11d32a68 06a9ad69]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=true BasicConstraints:[ CA:true PathLen:2147483647 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://crl.usertrust.com/UTN-DATACorpSGC.crl] ]]

[3]: ObjectId: 2.5.29.37 Criticality=false ExtendedKeyUsages [ serverAuth 1.3.6.1.4.1.311.10.3.3 2.16.840.1.113730.4.1 ]

[4]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ DigitalSignature Non_repudiation Key_CertSign Crl_Sign ]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 53 32 D1 B3 CF 7F FA E0 F1 A0 5D 85 4E 92 D2 9E S2........].N... 0010: 45 1D B4 4F E..O ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 27 35 97 00 8A 8B 28 BD C6 33 30 1E 29 FC E2 F7 '5....(..30.)... 0010: D5 98 D4 40 BB 60 CA BF AB 17 2C 09 36 7F 50 FA ...@.....,.6.P. 0020: 41 DC AE 96 3A 0A 23 3E 89 59 C9 A3 07 ED 1B 37 A...:.#>.Y.....7 0030: AD FC 7C BE 51 49 5A DE 3A 0A 54 08 16 45 C2 99 ....QIZ.:.T..E.. 0040: B1 87 CD 8C 68 E0 69 03 E9 C4 4E 98 B2 3B 8C 16 ....h.i...N..;.. 0050: B3 0E A0 0C 98 50 9B 93 A9 70 09 C8 2C A3 8F DF .....P...p..,... 0060: 02 E4 E0 71 3A F1 B4 23 72 A0 AA 01 DF DF 98 3E ...q:..#r......> 0070: 14 50 A0 31 26 BD 28 E9 5A 30 26 75 F9 7B 60 1C .P.1&.(.Z0&u... 0080: 8D F3 CD 50 26 6D 04 27 9A DF D5 0D 45 47 29 6B ...P&m.'....EG)k 0090: 2C E6 76 D9 A9 29 7D 32 DD C9 36 3C BD AE 35 F1 ,.v..).2..6<..5. 00A0: 11 9E 1D BB 90 3F 12 47 4E 8E D7 7E 0F 62 73 1D .....?.GN....bs. 00B0: 52 26 38 1C 18 49 FD 30 74 9A C4 E5 22 2F D8 C0 R&8..I.0t..."/.. 00C0: 8D ED 91 7A 4C 00 8F 72 7F 5D DA DD 1B 8B 45 6B ...zL..r.]....Ek 00D0: E7 DD 69 97 A8 C5 56 4C 0F 0C F6 9F 7A 91 37 F6 ..i...VL....z.7. 00E0: 97 82 E0 DD 71 69 FF 76 3F 60 4D 3C CF F7 99 F9 ....qi.v?`M<.... 00F0: C6 57 F4 C9 55 39 78 BA 2C 79 C9 A6 88 2B F4 08 .W..U9x.,y...+..

]]]

[2020-02-27T16:19:36.747+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376747] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V1 Subject: CN=GTE CyberTrust Global Root, OU="GTE CyberTrust Solutions, Inc.", O=GTE Corporation, C=US Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4

Key: Sun RSA public key, 1024 bits modulus: 104674226241368487598835828377585222181792546532354327780214427055917513664449991602803276678454577364904540367827644455215731003386468752240014232146814457308076052176227490263634768927290191763858631579785604655038492469791381988347440106477066514204303723029602991655085187937840556671697442212352844587673 public exponent: 65537 Validity: [From: Thu Aug 13 00:29:00 UTC 1998, To: Mon Aug 13 23:59:00 UTC 2018] Issuer: CN=GTE CyberTrust Global Root, OU="GTE CyberTrust Solutions, Inc.", O=GTE Corporation, C=US SerialNumber: [ 01a5]

] Algorithm: [MD5withRSA] Signature: 0000: 6D EB 1B 09 E9 5E D9 51 DB 67 22 61 A4 2A 3C 48 m....^.Q.g"a.*<H 0010: 77 E3 A0 7C A6 DE 73 A2 14 03 85 3D FB AB 0E 30 w.....s....=...0 0020: C5 83 16 33 81 13 08 9E 7B 34 4E DF 40 C8 74 D7 ...3.....4N.@.t. 0030: B9 7D DC F4 76 55 7D 9B 63 54 18 E9 F0 EA F3 5C ....vU..cT.....\ 0040: B1 D9 8B 42 1E B9 C0 95 4E BA FA D5 E2 7C F5 68 ...B....N......h 0050: 61 BF 8E EC 05 97 5F 5B B0 D7 A3 85 34 C4 24 A7 a....._[....4.$. 0060: 0D 0F 95 93 EF CB 94 D8 9E 1F 9D 5C 85 6D C7 AA ............m.. 0070: AE 4F 1F 22 B5 CD 95 AD BA A7 CC F9 AB 0B 7A 7F .O."..........z.

]]]

[2020-02-27T16:19:36.747+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376747] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=Class 2 Primary CA, O=Certplus, C=FR Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 27812167065015388823464546085051838038637984524955446961713677446129738317206823109084046347331445589553661044970567054378890434198997684264035427965612348371450712507326051325897699623193542549935623373656021173400812096660408265660428190707740194627521887231277265714580183676839834206986781235312765075220315950810958811507502280227588815441578477215291988534906157760976397769689888907215150855840434702583111602520999318134940603246969350823443276228221841309609603461799754824116277675568900353181300725440703667660602245837574324610290490844383628811548288261887809415643569655985365531456192407526391687177813 public exponent: 65537 Validity: [From: Wed Jul 07 17:05:00 UTC 1999, To: Sat Jul 06 23:59:59 UTC 2019] Issuer: CN=Class 2 Primary CA, O=Certplus, C=FR SerialNumber: [ 85bd4bf3 d8dae369 f694d75f c3a54423]

Certificate Extensions: 5 [1]: ObjectId: 2.5.29.19 Criticality=false BasicConstraints:[ CA:true PathLen:10 ]

[2]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: http://www.certplus.com/CRL/class2.crl] ]]

[3]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ Key_CertSign Crl_Sign ]

[4]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false NetscapeCertType [ SSL CA S/MIME CA ]

[5]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: E3 73 2D DF CB 0E 28 0C DE DD B3 A4 CA 79 B8 8E .s-...(......y.. 0010: BB E8 30 89 ..0. ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: A7 54 CF 88 44 19 CB DF D4 7F 00 DF 56 33 62 B5 .T..D.......V3b. 0010: F7 51 01 90 EB C3 3F D1 88 44 E9 24 5D EF E7 14 .Q....?..D.$]... 0020: BD 20 B7 9A 3C 00 FE 6D 9F DB 90 DC D7 F4 62 D6 . ..<..m......b. 0030: 8B 70 5D E7 E5 04 48 A9 68 7C C9 F1 42 F3 6C 7F .p]...H.h...B.l. 0040: C5 7A 7C 1D 51 88 BA D2 0A 3E 27 5D DE 2D 51 4E .z..Q....>'].-QN 0050: D3 13 64 69 E4 2E E3 D3 E7 9B 09 99 A6 E0 95 9B ..di............ 0060: CE 1A D7 7F BE 3C CE 52 B3 11 15 C1 0F 17 CD 03 .....<.R........ 0070: BB 9C 25 15 BA A2 76 89 FC 06 F1 18 D0 93 4B 0E ..%...v.......K. 0080: 7C 82 B7 A5 F4 F6 5F FE ED 40 A6 9D 84 74 39 B9 ......_..@...t9. 0090: DC 1E 85 16 DA 29 1B 86 23 00 C9 BB 89 7E 6E 80 .....)..#.....n. 00A0: 88 1E 2F 14 B4 03 24 A8 32 6F 03 9A 47 2C 30 BE ../...$.2o..G,0. 00B0: 56 C6 A7 42 02 70 1B EA 40 D8 BA 05 03 70 07 A4 V..B.p..@....p.. 00C0: 96 FF FD 48 33 0A E1 DC A5 81 90 9B 4D DD 7D E7 ...H3.......M... 00D0: E7 B2 CD 5C C8 6A 95 F8 A5 F6 8D C4 5D 78 08 BE ....j......]x.. 00E0: 7B 06 D6 49 CF 19 36 50 23 2E 08 E6 9E 05 4D 47 ...I..6P#.....MG 00F0: 18 D5 16 E9 B1 D6 B6 10 D5 BB 97 BF A2 8E B4 54 ...............T

]]]

[2020-02-27T16:19:36.755+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376755] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V1 Subject: EMAILADDRESS=info@valicert.com, CN=http://www.valicert.com/, OU=ValiCert Class 2 Policy Validation Authority, O="ValiCert, Inc.", L=ValiCert Validation Network Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 1024 bits modulus: 144818436341096761985811202737494206713391677595229133995919965906075571723417302122258845817512509741851949889312775533894542459533525989634864163190484842795759754920238603578496864031819985263409865098016203846634102571893793272259527714445999489570945345148962461192686341786119603639416861115723459488247 public exponent: 65537 Validity: [From: Sat Jun 26 00:19:54 UTC 1999, To: Wed Jun 26 00:19:54 UTC 2019] Issuer: EMAILADDRESS=info@valicert.com, CN=http://www.valicert.com/, OU=ValiCert Class 2 Policy Validation Authority, O="ValiCert, Inc.", L=ValiCert Validation Network SerialNumber: [ 01]

] Algorithm: [SHA1withRSA] Signature: 0000: 3B 7F 50 6F 6F 50 94 99 49 62 38 38 1F 4B F8 A5 ;.PooP..Ib88.K.. 0010: C8 3E A7 82 81 F6 2B C7 E8 C5 CE E8 3A 10 82 CB .>....+.....:... 0020: 18 00 8E 4D BD A8 58 7F A1 79 00 B5 BB E9 8D AF ...M..X..y...... 0030: 41 D9 0F 34 EE 21 81 19 A0 32 49 28 F4 C4 8E 56 A..4.!...2I(...V 0040: D5 52 33 FD 50 D5 7E 99 6C 03 E4 C9 4C FC CB 6C .R3.P...l...L..l 0050: AB 66 B3 4A 21 8C E5 B5 0C 32 3E 10 B2 CC 6C A1 .f.J!....2>...l. 0060: DC 9A 98 4C 02 5B F3 CE B9 9E A5 72 0E 4A B7 3F ...L.[.....r.J.? 0070: 3C E6 16 68 F8 BE ED 74 4C BC 5B D5 62 1F 43 DD <..h...tL.[.b.C.

]]]

[2020-02-27T16:19:36.756+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376756] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 2048 bits modulus: 21877342614735064986586094209008949861633415438321046094865735894101046869669024974234189221129376235137504163448391667494521959302368300673495711648664420351966300087244240539893392975177816108541817252818998001932142985065266407504518566289301698937041931668276581800733716890145024940625536991682725365140451115767110550542345758164504698636529042078537609343076050570785483670809094993963575569689277704991843533760219663288836022206035538841969109577376809337618824179167781883694301066738001489513517818892302945620562766589172426570508291886401623875028645352783701438149952282706361006848685772598444243814369 public exponent: 65537 Validity: [From: Fri Dec 24 17:50:51 UTC 1999, To: Tue Dec 24 18:20:51 UTC 2019] Issuer: CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net SerialNumber: [ 3863b966]

Certificate Extensions: 4 [1]: ObjectId: 1.2.840.113533.7.65.0 Criticality=false Extension unknown: DER encoded OCTET string = 0000: 04 10 30 0E 1B 08 56 35 2E 30 3A 34 2E 30 03 02 ..0...V5.0:4.0.. 0010: 04 90 ..

[2]: ObjectId: 2.5.29.35 Criticality=false AuthorityKeyIdentifier [ KeyIdentifier [ 0000: 55 E4 81 D1 11 80 BE D8 89 B9 08 A3 31 F9 A1 24 U...........1..$ 0010: 09 16 B9 70 ...p ] ]

[3]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false NetscapeCertType [ SSL CA S/MIME CA Object Signing CA]

[4]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 55 E4 81 D1 11 80 BE D8 89 B9 08 A3 31 F9 A1 24 U...........1..$ 0010: 09 16 B9 70 ...p ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 59 47 AC 21 84 8A 17 C9 9C 89 53 1E BA 80 85 1A YG.!......S..... 0010: C6 3C 4E 3E B1 9C B6 7C C6 92 5D 18 64 02 E3 D3 .......].d... 0020: 06 08 11 61 7C 63 E3 2B 9D 31 03 70 76 D2 A3 28 ...a.c.+.1.pv..( 0030: A0 F4 BB 9A 63 73 ED 6D E5 2A DB ED 14 A9 2B C6 ....cs.m.....+. 0040: 36 11 D0 2B EB 07 8B A5 DA 9E 5C 19 9D 56 12 F5 6..+........V.. 0050: 54 29 C8 05 ED B2 12 2A 8D F4 03 1B FF E7 92 10 T)............. 0060: 87 B0 3A B5 C3 9D 05 37 12 A3 C7 F4 15 B9 D5 A4 ..:....7........ 0070: 39 16 9B 53 3A 23 91 F1 A8 82 A2 6A 88 68 C1 79 9..S:#.....j.h.y 0080: 02 22 BC AA A6 D6 AE DF B0 14 5F B8 87 D0 DD 7C ."........_..... 0090: 7F 7B FF AF 1C CF E6 DB 07 AD 5E DB 85 9D D0 2B ..........^....+ 00A0: 0D 33 DB 04 D1 E6 49 40 13 2B 76 FB 3E E9 9C 89 .3....I@.+v.>... 00B0: 0F 15 CE 18 B0 85 78 21 4F 6B 4F 0E FA 36 67 CD ......x!OkO..6g. 00C0: 07 F2 FF 08 D0 E2 DE D9 BF 2A AF B8 87 86 21 3C .........*....!< 00D0: 04 CA B7 94 68 7F CF 3C E9 98 D7 38 FF EC C0 D9 ....h..<...8.... 00E0: 50 F0 2E 4B 58 AE 46 6F D0 2E C3 60 DA 72 55 72 P..KX.Fo...`.rUr 00F0: BD 4C 45 9E 61 BA BF 84 81 92 03 D1 D2 69 7C C5 .LE.a........i..

]]]

[2020-02-27T16:19:36.758+0000] [Payara 4.1] [SEVERE] [NCLS-SECURITY-05054] [javax.enterprise.system.security.ssl] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820376758] [levelValue: 1000] [[ The SSL certificate has expired: [ [ Version: V3 Subject: CN=Entrust.net Secure Server Certification Authority, OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS incorp. by ref. (limits liab.), O=Entrust.net, C=US Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5

Key: Sun RSA public key, 1024 bits modulus: 144067023913051061401427662951005762134922353734488468053603530223452408322326917369347612678930500793708458747092762943382762018047024013938414215872028527163969125655573945488614401571467677066488315957153441759858575776484848611157850921563438091296557524842885335944479053857025193408242979060399539152451 public exponent: 3 Validity: [From: Tue May 25 16:09:40 UTC 1999, To: Sat May 25 16:39:40 UTC 2019] Issuer: CN=Entrust.net Secure Server Certification Authority, OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS incorp. by ref. (limits liab.), O=Entrust.net, C=US SerialNumber: [ 374ad243]

Certificate Extensions: 8 [1]: ObjectId: 1.2.840.113533.7.65.0 Criticality=false Extension unknown: DER encoded OCTET string = 0000: 04 0C 30 0A 1B 04 56 34 2E 30 03 02 04 90 ..0...V4.0....

[2]: ObjectId: 2.5.29.35 Criticality=false AuthorityKeyIdentifier [ KeyIdentifier [ 0000: F0 17 62 13 55 3D B3 FF 0A 00 6B FB 50 84 97 F3 ..b.U=....k.P... 0010: ED 62 D0 1A .b.. ] ]

[3]: ObjectId: 2.5.29.19 Criticality=false BasicConstraints:[ CA:true PathLen:2147483647 ]

[4]: ObjectId: 2.5.29.31 Criticality=false CRLDistributionPoints [ [DistributionPoint: [CN=CRL1, CN=Entrust.net Secure Server Certification Authority, OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS incorp. by ref. (limits liab.), O=Entrust.net, C=US] , DistributionPoint: [URIName: http://www.entrust.net/CRL/net1.crl] ]]

[5]: ObjectId: 2.5.29.15 Criticality=false KeyUsage [ Key_CertSign Crl_Sign ]

[6]: ObjectId: 2.16.840.1.113730.1.1 Criticality=false NetscapeCertType [ SSL CA S/MIME CA Object Signing CA]

[7]: ObjectId: 2.5.29.16 Criticality=false PrivateKeyUsage: [ From: Tue May 25 16:09:40 UTC 1999, To: Sat May 25 16:09:40 UTC 2019]

[8]: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: F0 17 62 13 55 3D B3 FF 0A 00 6B FB 50 84 97 F3 ..b.U=....k.P... 0010: ED 62 D0 1A .b.. ] ]

] Algorithm: [SHA1withRSA] Signature: 0000: 90 DC 30 02 FA 64 74 C2 A7 0A A5 7C 21 8D 34 17 ..0..dt.....!.4. 0010: A8 FB 47 0E FF 25 7C 8D 13 0A FB E4 98 B5 EF 8C ..G..%.......... 0020: F8 C5 10 0D F7 92 BE F1 C3 D5 D5 95 6A 04 BB 2C ............j.., 0030: CE 26 36 65 C8 31 C6 E7 EE 3F E3 57 75 84 7A 11 .&6e.1...?.Wu.z. 0040: EF 46 4F 18 F4 D3 98 BB A8 87 32 BA 72 F6 3C E2 .FO.......2.r.<. 0050: 3D 9F D7 1D D9 C3 60 43 8C 58 0E 22 96 2F 62 A3 =.....`C.X."./b. 0060: 2C 1F BA AD 05 EF AB 32 78 87 A0 54 73 19 B5 5C ,......2x..Ts..\ 0070: 05 F9 52 3E 6D 2D 45 0B F7 0A 93 EA ED 06 F9 B2 ..R>m-E.........

]]]

[2020-02-27T16:19:39.968+0000] [Payara 4.1] [INFO] [] [javax.enterprise.system.core.transaction.com.sun.jts.CosTransactions] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820379968] [levelValue: 800] [[ jts.startup_msg]]

[2020-02-27T16:19:41.124+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381124] [levelValue: 800] [[ Portable JNDI names for EJB publishSKCEObject: [java:global/fidoserver/fidoserverbeans-4.3.0/publishSKCEObject!com.strongkey.skfs.messaging.publishSKCEObjectLocal, java:global/fidoserver/fidoserverbeans-4.3.0/publishSKCEObject!com.strongkey.skfs.messaging.publishSKCEObjectRemote]]]

[2020-02-27T16:19:41.125+0000] [Payara 4.1] [INFO] [AS-EJB-00055] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381125] [levelValue: 800] [[ Glassfish-specific (Non-portable) JNDI names for EJB publishSKCEObject: [com.strongkey.skfs.messaging.publishSKCEObjectRemote, com.strongkey.skfs.messaging.publishSKCEObjectRemote#com.strongkey.skfs.messaging.publishSKCEObjectRemote]]]

[2020-02-27T16:19:41.208+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381208] [levelValue: 800] [[ Portable JNDI names for EJB u2fActivateBean_v1: [java:global/fidoserver/fidoserverbeans-4.3.0/u2fActivateBean_v1!com.strongkey.skfs.txbeans.v1.u2fActivateBeanRemote_v1, java:global/fidoserver/fidoserverbeans-4.3.0/u2fActivateBean_v1!com.strongkey.skfs.txbeans.v1.u2fActivateBeanLocal_v1]]]

[2020-02-27T16:19:41.209+0000] [Payara 4.1] [INFO] [AS-EJB-00055] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381209] [levelValue: 800] [[ Glassfish-specific (Non-portable) JNDI names for EJB u2fActivateBean_v1: [com.strongkey.skfs.txbeans.v1.u2fActivateBeanRemote_v1, com.strongkey.skfs.txbeans.v1.u2fActivateBeanRemote_v1#com.strongkey.skfs.txbeans.v1.u2fActivateBeanRemote_v1]]]

[2020-02-27T16:19:41.230+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381230] [levelValue: 800] [[ Portable JNDI names for EJB addFidoUserBean: [java:global/fidoserver/fidoserverbeans-4.3.0/addFidoUserBean!com.strongkey.skfs.txbeans.addFidoUserBeanLocal, java:global/fidoserver/fidoserverbeans-4.3.0/addFidoUserBean]]]

[2020-02-27T16:19:41.244+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381244] [levelValue: 800] [[ Portable JNDI names for EJB deleteFidoPolicy: [java:global/fidoserver/fidoserverbeans-4.3.0/deleteFidoPolicy!com.strongkey.skfs.policybeans.deleteFidoPolicyLocal, java:global/fidoserver/fidoserverbeans-4.3.0/deleteFidoPolicy]]]

[2020-02-27T16:19:41.439+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381439] [levelValue: 800] [[ Portable JNDI names for EJB persistSKCEObject: [java:global/fidoserver/fidoserverbeans-4.3.0/persistSKCEObject!com.strongkey.skfs.messaging.persistSKCEObjectLocal, java:global/fidoserver/fidoserverbeans-4.3.0/persistSKCEObject!com.strongkey.skce.txbeans.persistSKCEObjectRemote]]]

[2020-02-27T16:19:41.439+0000] [Payara 4.1] [INFO] [AS-EJB-00055] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381439] [levelValue: 800] [[ Glassfish-specific (Non-portable) JNDI names for EJB persistSKCEObject: [com.strongkey.skce.txbeans.persistSKCEObjectRemote#com.strongkey.skce.txbeans.persistSKCEObjectRemote, com.strongkey.skce.txbeans.persistSKCEObjectRemote]]]

[2020-02-27T16:19:41.468+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381468] [levelValue: 800] [[ Portable JNDI names for EJB generateFido2PreregisterChallenge_v1: [java:global/fidoserver/fidoserverbeans-4.3.0/generateFido2PreregisterChallenge_v1!com.strongkey.skfs.txbeans.v1.generateFido2PreregisterChallengeLocal_v1, java:global/fidoserver/fidoserverbeans-4.3.0/generateFido2PreregisterChallenge_v1]]]

[2020-02-27T16:19:41.490+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381490] [levelValue: 800] [[ Portable JNDI names for EJB generateFido2PreregisterChallenge: [java:global/fidoserver/fidoserverbeans-4.3.0/generateFido2PreregisterChallenge!com.strongkey.skfs.policybeans.generateFido2PreregisterChallengeLocal, java:global/fidoserver/fidoserverbeans-4.3.0/generateFido2PreregisterChallenge]]]

[2020-02-27T16:19:41.509+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381509] [levelValue: 800] [[ Portable JNDI names for EJB updateFidoKeys: [java:global/fidoserver/fidoserverbeans-4.3.0/updateFidoKeys, java:global/fidoserver/fidoserverbeans-4.3.0/updateFidoKeys!com.strongkey.skfs.txbeans.updateFidoKeysLocal]]]

[2020-02-27T16:19:41.526+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381526] [levelValue: 800] [[ Portable JNDI names for EJB getDBUserInfoBean: [java:global/fidoserver/fidoserverbeans-4.3.0/getDBUserInfoBean!com.strongkey.skfs.txbeans.getDBUserInfoBeanLocal, java:global/fidoserver/fidoserverbeans-4.3.0/getDBUserInfoBean]]]

[2020-02-27T16:19:41.542+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381542] [levelValue: 800] [[ Portable JNDI names for EJB addFidoKeys: [java:global/fidoserver/fidoserverbeans-4.3.0/addFidoKeys, java:global/fidoserver/fidoserverbeans-4.3.0/addFidoKeys!com.strongkey.skfs.txbeans.addFidoKeysLocal]]]

[2020-02-27T16:19:41.559+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381559] [levelValue: 800] [[ Portable JNDI names for EJB u2fPreregisterBean: [java:global/fidoserver/fidoserverbeans-4.3.0/u2fPreregisterBean, java:global/fidoserver/fidoserverbeans-4.3.0/u2fPreregisterBean!com.strongkey.skfs.txbeans.u2fPreregisterBeanLocal]]]

[2020-02-27T16:19:41.580+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381580] [levelValue: 800] [[ Portable JNDI names for EJB getCachedPolicy: [java:global/fidoserver/fidoserverbeans-4.3.0/getCachedPolicy, java:global/fidoserver/fidoserverbeans-4.3.0/getCachedPolicy!com.strongkey.skfs.policybeans.getCachedPolicyLocal]]]

[2020-02-27T16:19:41.593+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381593] [levelValue: 800] [[ Portable JNDI names for EJB pingBean: [java:global/fidoserver/fidoserverbeans-4.3.0/pingBean!com.strongkey.skfs.txbeans.pingBeanLocal, java:global/fidoserver/fidoserverbeans-4.3.0/pingBean]]]

[2020-02-27T16:19:41.601+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381601] [levelValue: 800] [[ Portable JNDI names for EJB u2fPreauthBean: [java:global/fidoserver/fidoserverbeans-4.3.0/u2fPreauthBean, java:global/fidoserver/fidoserverbeans-4.3.0/u2fPreauthBean!com.strongkey.skfs.txbeans.u2fPreauthBeanLocal]]]

[2020-02-27T16:19:41.762+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381762] [levelValue: 800] [[ Portable JNDI names for EJB verifyFido2RegistrationPolicy: [java:global/fidoserver/fidoserverbeans-4.3.0/verifyFido2RegistrationPolicy, java:global/fidoserver/fidoserverbeans-4.3.0/verifyFido2RegistrationPolicy!com.strongkey.skfs.policybeans.verifyFido2RegistrationPolicyLocal]]]

[2020-02-27T16:19:41.780+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381780] [levelValue: 800] [[ Portable JNDI names for EJB updateFidoKeysStatus: [java:global/fidoserver/fidoserverbeans-4.3.0/updateFidoKeysStatus!com.strongkey.skfs.txbeans.updateFidoKeysStatusLocal, java:global/fidoserver/fidoserverbeans-4.3.0/updateFidoKeysStatus]]]

[2020-02-27T16:19:41.795+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381795] [levelValue: 800] [[ Portable JNDI names for EJB addFidoPolicy: [java:global/fidoserver/fidoserverbeans-4.3.0/addFidoPolicy, java:global/fidoserver/fidoserverbeans-4.3.0/addFidoPolicy!com.strongkey.skfs.policybeans.addFidoPolicyLocal]]]

[2020-02-27T16:19:41.810+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381810] [levelValue: 800] [[ Portable JNDI names for EJB updateFidoUserBean: [java:global/fidoserver/fidoserverbeans-4.3.0/updateFidoUserBean, java:global/fidoserver/fidoserverbeans-4.3.0/updateFidoUserBean!com.strongkey.skfs.txbeans.updateFidoUserBeanLocal]]]

[2020-02-27T16:19:41.839+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381839] [levelValue: 800] [[ Portable JNDI names for EJB u2fServletHelperBean: [java:global/fidoserver/fidoserverbeans-4.3.0/u2fServletHelperBean, java:global/fidoserver/fidoserverbeans-4.3.0/u2fServletHelperBean!com.strongkey.skfs.txbeans.u2fServletHelperBeanLocal]]]

[2020-02-27T16:19:41.852+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381852] [levelValue: 800] [[ Portable JNDI names for EJB deleteFidoKeys: [java:global/fidoserver/fidoserverbeans-4.3.0/deleteFidoKeys, java:global/fidoserver/fidoserverbeans-4.3.0/deleteFidoKeys!com.strongkey.skfs.txbeans.deleteFidoKeysLocal]]]

[2020-02-27T16:19:41.864+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381864] [levelValue: 800] [[ Portable JNDI names for EJB u2fAuthenticateBean: [java:global/fidoserver/fidoserverbeans-4.3.0/u2fAuthenticateBean!com.strongkey.skfs.txbeans.u2fAuthenticateBeanLocal, java:global/fidoserver/fidoserverbeans-4.3.0/u2fAuthenticateBean]]]

[2020-02-27T16:19:41.900+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381900] [levelValue: 800] [[ Portable JNDI names for EJB cachePolicies: [java:global/fidoserver/fidoserverbeans-4.3.0/cachePolicies, java:global/fidoserver/fidoserverbeans-4.3.0/cachePolicies!com.strongkey.skfs.policybeans.cachePolicies]]]

[2020-02-27T16:19:41.996+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820381996] [levelValue: 800] [[ Portable JNDI names for EJB generateFido2PreauthenticateChallenge: [java:global/fidoserver/fidoserverbeans-4.3.0/generateFido2PreauthenticateChallenge, java:global/fidoserver/fidoserverbeans-4.3.0/generateFido2PreauthenticateChallenge!com.strongkey.skfs.policybeans.generateFido2PreauthenticateChallengeLocal]]]

[2020-02-27T16:19:42.011+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382011] [levelValue: 800] [[ Portable JNDI names for EJB U2FRegistrationBean: [java:global/fidoserver/fidoserverbeans-4.3.0/U2FRegistrationBean!com.strongkey.skfs.txbeans.U2FRegistrationBeanLocal, java:global/fidoserver/fidoserverbeans-4.3.0/U2FRegistrationBean]]]

[2020-02-27T16:19:42.020+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382020] [levelValue: 800] [[ Portable JNDI names for EJB getFidoAttestationCertificate: [java:global/fidoserver/fidoserverbeans-4.3.0/getFidoAttestationCertificate, java:global/fidoserver/fidoserverbeans-4.3.0/getFidoAttestationCertificate!com.strongkey.skfs.txbeans.getFidoAttestationCertificateLocal]]]

[2020-02-27T16:19:42.032+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382032] [levelValue: 800] [[ Portable JNDI names for EJB u2fDeregisterBean: [java:global/fidoserver/fidoserverbeans-4.3.0/u2fDeregisterBean!com.strongkey.skfs.txbeans.u2fDeregisterBeanLocal, java:global/fidoserver/fidoserverbeans-4.3.0/u2fDeregisterBean]]]

[2020-02-27T16:19:42.047+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382047] [levelValue: 800] [[ Portable JNDI names for EJB getCachedFidoPolicyMDSObject: [java:global/fidoserver/fidoserverbeans-4.3.0/getCachedFidoPolicyMDSObject!com.strongkey.skfs.policybeans.getCachedFidoPolicyMDSLocal, java:global/fidoserver/fidoserverbeans-4.3.0/getCachedFidoPolicyMDSObject]]]

[2020-02-27T16:19:42.060+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382060] [levelValue: 800] [[ Portable JNDI names for EJB SequenceGeneratorBean: [java:global/fidoserver/fidoserverbeans-4.3.0/SequenceGeneratorBean, java:global/fidoserver/fidoserverbeans-4.3.0/SequenceGeneratorBean!com.strongkey.skfs.txbeans.SequenceGeneratorBeanLocal]]]

[2020-02-27T16:19:42.070+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382070] [levelValue: 800] [[ Portable JNDI names for EJB getFidoPolicy: [java:global/fidoserver/fidoserverbeans-4.3.0/getFidoPolicy!com.strongkey.skfs.policybeans.getFidoPolicyLocal, java:global/fidoserver/fidoserverbeans-4.3.0/getFidoPolicy]]]

[2020-02-27T16:19:42.122+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382122] [levelValue: 800] [[ Portable JNDI names for EJB u2fDeregisterBean_v1: [java:global/fidoserver/fidoserverbeans-4.3.0/u2fDeregisterBean_v1!com.strongkey.skfs.txbeans.v1.u2fDeregisterBeanRemote_v1, java:global/fidoserver/fidoserverbeans-4.3.0/u2fDeregisterBean_v1!com.strongkey.skfs.txbeans.v1.u2fDeregisterBeanLocal_v1]]]

[2020-02-27T16:19:42.127+0000] [Payara 4.1] [INFO] [AS-EJB-00055] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382127] [levelValue: 800] [[ Glassfish-specific (Non-portable) JNDI names for EJB u2fDeregisterBean_v1: [com.strongkey.skfs.txbeans.v1.u2fDeregisterBeanRemote_v1#com.strongkey.skfs.txbeans.v1.u2fDeregisterBeanRemote_v1, com.strongkey.skfs.txbeans.v1.u2fDeregisterBeanRemote_v1]]]

[2020-02-27T16:19:42.146+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382146] [levelValue: 800] [[ Portable JNDI names for EJB getServerBean: [java:global/fidoserver/fidoserverbeans-4.3.0/getServerBean, java:global/fidoserver/fidoserverbeans-4.3.0/getServerBean!com.strongkey.skfs.txbeans.getServerBeanLocal]]]

[2020-02-27T16:19:42.160+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382160] [levelValue: 800] [[ Portable JNDI names for EJB FIDO2AuthenticateBean: [java:global/fidoserver/fidoserverbeans-4.3.0/FIDO2AuthenticateBean!com.strongkey.skfs.txbeans.FIDO2AuthenticateBeanLocal, java:global/fidoserver/fidoserverbeans-4.3.0/FIDO2AuthenticateBean]]]

[2020-02-27T16:19:42.184+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382184] [levelValue: 800] [[ Portable JNDI names for EJB u2fServletHelperBean_v1: [java:global/fidoserver/fidoserverbeans-4.3.0/u2fServletHelperBean_v1!com.strongkey.skfs.txbeans.v1.u2fServletHelperBeanLocal_v1, java:global/fidoserver/fidoserverbeans-4.3.0/u2fServletHelperBean_v1]]]

[2020-02-27T16:19:42.193+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382193] [levelValue: 800] [[ Portable JNDI names for EJB replicateSKFEObjectBean: [java:global/fidoserver/fidoserverbeans-4.3.0/replicateSKFEObjectBean!com.strongkey.skfs.messaging.replicateSKFEObjectBean, java:global/fidoserver/fidoserverbeans-4.3.0/replicateSKFEObjectBean!com.strongkey.skfs.messaging.replicateSKFEObjectBeanLocal]]]

[2020-02-27T16:19:42.213+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382213] [levelValue: 800] [[ Portable JNDI names for EJB getFidoKeys: [java:global/fidoserver/fidoserverbeans-4.3.0/getFidoKeys!com.strongkey.skfs.txbeans.getFidoKeysLocal, java:global/fidoserver/fidoserverbeans-4.3.0/getFidoKeys]]]

[2020-02-27T16:19:42.224+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382224] [levelValue: 800] [[ Portable JNDI names for EJB updateFIDO2DisplayName: [java:global/fidoserver/fidoserverbeans-4.3.0/updateFIDO2DisplayName, java:global/fidoserver/fidoserverbeans-4.3.0/updateFIDO2DisplayName!com.strongkey.skfs.txbeans.updateFIDO2DisplayNameLocal]]]

[2020-02-27T16:19:42.236+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382236] [levelValue: 800] [[ Portable JNDI names for EJB updateFidoPolicy: [java:global/fidoserver/fidoserverbeans-4.3.0/updateFidoPolicy!com.strongkey.skfs.policybeans.updateFidoPolicyLocal, java:global/fidoserver/fidoserverbeans-4.3.0/updateFidoPolicy]]]

[2020-02-27T16:19:42.248+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382248] [levelValue: 800] [[ Portable JNDI names for EJB getFIDOUserinfoBean: [java:global/fidoserver/fidoserverbeans-4.3.0/getFIDOUserinfoBean, java:global/fidoserver/fidoserverbeans-4.3.0/getFIDOUserinfoBean!com.strongkey.skfs.txbeans.getFIDOUserinfoBeanLocal]]]

[2020-02-27T16:19:42.303+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382303] [levelValue: 800] [[ Portable JNDI names for EJB persistReplicationObjectBean: [java:global/fidoserver/fidoserverbeans-4.3.0/persistReplicationObjectBean!com.strongkey.skfs.messaging.persistReplicationObjectBeanLocal, java:global/fidoserver/fidoserverbeans-4.3.0/persistReplicationObjectBean!com.strongkey.skfs.messaging.persistReplicationObjectRemote]]]

[2020-02-27T16:19:42.303+0000] [Payara 4.1] [INFO] [AS-EJB-00055] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382303] [levelValue: 800] [[ Glassfish-specific (Non-portable) JNDI names for EJB persistReplicationObjectBean: [com.strongkey.skfs.messaging.persistReplicationObjectRemote#com.strongkey.skfs.messaging.persistReplicationObjectRemote, com.strongkey.skfs.messaging.persistReplicationObjectRemote]]]

[2020-02-27T16:19:42.331+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382331] [levelValue: 800] [[ Portable JNDI names for EJB startServices: [java:global/fidoserver/fidoserverbeans-4.3.0/startServices!com.strongkey.skfs.txbeans.startServices, java:global/fidoserver/fidoserverbeans-4.3.0/startServices]]]

[2020-02-27T16:19:42.514+0000] [Payara 4.1] [INFO] [SKCE-MSG-1052] [SKFS] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382514] [levelValue: 800] [[ SKCE-MSG-1052: Default configuration properties: skfs.cfg.property.1.applicationid: https://fidodemo.strongauth.com/app.json skfs.cfg.property.db.keyhandle.encrypt: false skfs.cfg.property.db.keyhandle.encrypt.saka.domainid: 1 skfs.cfg.property.db.signature.rowlevel.add: true skfs.cfg.property.db.signature.rowlevel.verify: true skfs.cfg.property.entropylength: 512 skfs.cfg.property.fido.userid.length: 32 skfs.cfg.property.fido.usermetadata: Local skfs.cfg.property.fido2.user.sendfakeKH: false skfs.cfg.property.fido2.user.settings.version: 1 skfs.cfg.property.fidokeys.flush.cutofftime.seconds: 30 skfs.cfg.property.fidokeys.flush.frequency.seconds: 5 skfs.cfg.property.jdbc.dbcommitsize: 200 skfs.cfg.property.jdbc.dbfetchsize: 500 skfs.cfg.property.jdbc.dbprocesssize: 10000 skfs.cfg.property.jdbc.jndiname: jdbc/strongkeylite skfs.cfg.property.junit.ldape.url.soap: https://fidodemo.strongauth.com/ldape/LDAPEServlet?wsdl skfs.cfg.property.junit.skee.url.soap: https://fidodemo.strongauth.com/skee/SKEEServlet?wsdl skfs.cfg.property.junit.skfe.testuser: fidotestuser skfs.cfg.property.junit.skfe.url.rest: https://fidodemo.strongauth.com/skfe/rest skfs.cfg.property.junit.skfe.url.soap: https://fidodemo.strongauth.com/skfe/soap?wsdl skfs.cfg.property.junit.skse.url.soap: https://fidodemo.strongauth.com/skse/SKSEServlet?wsdl skfs.cfg.property.messaging.blpsleeptime: 60 skfs.cfg.property.messaging.timediff: 60 skfs.cfg.property.pkix.validate: true skfs.cfg.property.pkix.validate.default.truststore: /usr/local/strongkey/skce/etc/pkix-truststore.jceks skfs.cfg.property.pkix.validate.default.truststore.password: changeit skfs.cfg.property.pkix.validate.method: truststore skfs.cfg.property.retrieve.tld: false skfs.cfg.property.runtime.localdemo: true skfs.cfg.property.saka.encryption.wsdlsuffix: /strongkeyliteWAR/EncryptionService?wsdl skfs.cfg.property.signsuffix: -SIGN skfs.cfg.property.skfshome: /usr/local/strongkey/skfs skfs.cfg.property.standalone.fidoengine: true skfs.cfg.property.standalone.hmackeystore.password: Abcd1234! skfs.cfg.property.standalone.signingkeystore.password: Abcd1234! skfs.cfg.property.userkeypointers.flush.cutofftime.seconds: 300 skfs.cfg.property.userkeypointers.flush.frequency.seconds: 5 skfs.cfg.property.usersession.flush.cutofftime.seconds: 30 skfs.cfg.property.usersession.flush.frequency.seconds: 5]]

[2020-02-27T16:19:42.515+0000] [Payara 4.1] [INFO] [SKCE-MSG-1053] [SKFS] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382515] [levelValue: 800] [[ SKCE-MSG-1053: Configuration log message: SKFS_HOME is: /usr/local/strongkey/skfs]]

[2020-02-27T16:19:42.517+0000] [Payara 4.1] [WARNING] [SKCE-MSG-1053] [SKFS] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382517] [levelValue: 900] [[ SKCE-MSG-1053: Configuration log message: There is no skfs-configuration.properties in the SKFS_HOME directory; using system-wide skfs-configuration.properties]]

[2020-02-27T16:19:42.517+0000] [Payara 4.1] [INFO] [SKCE-MSG-1054] [SKFS] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820382517] [levelValue: 800] [[ SKCE-MSG-1054: Over-riding properties in SKCE_HOME: skfs.cfg.property.1.applicationid: https://fidodemo.strongauth.com/app.json skfs.cfg.property.db.keyhandle.encrypt: false skfs.cfg.property.db.keyhandle.encrypt.saka.domainid: 1 skfs.cfg.property.db.signature.rowlevel.add: true skfs.cfg.property.db.signature.rowlevel.verify: true skfs.cfg.property.entropylength: 512 skfs.cfg.property.fido.userid.length: 32 skfs.cfg.property.fido.usermetadata: Local skfs.cfg.property.fido2.user.sendfakeKH: false skfs.cfg.property.fido2.user.settings.version: 1 skfs.cfg.property.fidokeys.flush.cutofftime.seconds: 30 skfs.cfg.property.fidokeys.flush.frequency.seconds: 5 skfs.cfg.property.jdbc.dbcommitsize: 200 skfs.cfg.property.jdbc.dbfetchsize: 500 skfs.cfg.property.jdbc.dbprocesssize: 10000 skfs.cfg.property.jdbc.jndiname: jdbc/strongkeylite skfs.cfg.property.junit.ldape.url.soap: https://fidodemo.strongauth.com/ldape/LDAPEServlet?wsdl skfs.cfg.property.junit.skee.url.soap: https://fidodemo.strongauth.com/skee/SKEEServlet?wsdl skfs.cfg.property.junit.skfe.testuser: fidotestuser skfs.cfg.property.junit.skfe.url.rest: https://fidodemo.strongauth.com/skfe/rest skfs.cfg.property.junit.skfe.url.soap: https://fidodemo.strongauth.com/skfe/soap?wsdl skfs.cfg.property.junit.skse.url.soap: https://fidodemo.strongauth.com/skse/SKSEServlet?wsdl skfs.cfg.property.messaging.blpsleeptime: 60 skfs.cfg.property.messaging.timediff: 60 skfs.cfg.property.pkix.validate: true skfs.cfg.property.pkix.validate.default.truststore: /usr/local/strongkey/skce/etc/pkix-truststore.jceks skfs.cfg.property.pkix.validate.default.truststore.password: changeit skfs.cfg.property.pkix.validate.method: truststore skfs.cfg.property.retrieve.tld: false skfs.cfg.property.runtime.localdemo: true skfs.cfg.property.saka.encryption.wsdlsuffix: /strongkeyliteWAR/EncryptionService?wsdl skfs.cfg.property.signsuffix: -SIGN skfs.cfg.property.skfshome: /usr/local/strongkey/skfs skfs.cfg.property.standalone.fidoengine: true skfs.cfg.property.standalone.hmackeystore.password: Abcd1234! skfs.cfg.property.standalone.signingkeystore.password: Abcd1234! skfs.cfg.property.userkeypointers.flush.cutofftime.seconds: 300 skfs.cfg.property.userkeypointers.flush.frequency.seconds: 5 skfs.cfg.property.usersession.flush.cutofftime.seconds: 30 skfs.cfg.property.usersession.flush.frequency.seconds: 5]]

[2020-02-27T16:19:45.142+0000] [Payara 4.1] [INFO] [] [] [tid: _ThreadID=127 _ThreadName=pool-31-thread-1] [timeMillis: 1582820385142] [levelValue: 800] [[ Initiating SACHMImpl]]

[2020-02-27T16:19:45.226+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820385226] [levelValue: 800] [[ Portable JNDI names for EJB getFidoUser: [java:global/fidoserver/fidoserverbeans-4.3.0/getFidoUser, java:global/fidoserver/fidoserverbeans-4.3.0/getFidoUser!com.strongkey.skfs.txbeans.getFidoUserLocal]]]

[2020-02-27T16:19:45.255+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820385255] [levelValue: 800] [[ Portable JNDI names for EJB u2fRegisterBean: [java:global/fidoserver/fidoserverbeans-4.3.0/u2fRegisterBean, java:global/fidoserver/fidoserverbeans-4.3.0/u2fRegisterBean!com.strongkey.skfs.txbeans.u2fRegisterBeanLocal]]]

[2020-02-27T16:19:45.315+0000] [Payara 4.1] [INFO] [APPL-MSG-1053] [APPL] [tid: _ThreadID=127 _ThreadName=pool-31-thread-1] [timeMillis: 1582820385315] [levelValue: 800] [[ APPL-MSG-1053: Configuration log message: Using appliance-configuration.properties from APPLIANCE_HOME directory: /usr/local/strongkey/appliance/etc/appliance-configuration.properties]]

[2020-02-27T16:19:45.316+0000] [Payara 4.1] [INFO] [APPL-MSG-1131] [APPL] [tid: _ThreadID=127 _ThreadName=pool-31-thread-1] [timeMillis: 1582820385316] [levelValue: 800] [[ APPL-MSG-1131: Over-riding properties in APPLIANCE_HOME: appliance.cfg.property.enableddomains.ccspin: appliance.cfg.property.replicate: false appliance.cfg.property.serverid: 1]]

[2020-02-27T16:19:45.317+0000] [Payara 4.1] [INFO] [APPL-MSG-1053] [APPL] [tid: _ThreadID=127 _ThreadName=pool-31-thread-1] [timeMillis: 1582820385317] [levelValue: 800] [[ APPL-MSG-1053: Configuration log message: SKFS VERSION is: 4.3.0]]

[2020-02-27T16:19:45.318+0000] [Payara 4.1] [INFO] [APPL-MSG-1053] [APPL] [tid: _ThreadID=127 _ThreadName=pool-31-thread-1] [timeMillis: 1582820385318] [levelValue: 800] [[ APPL-MSG-1053: Configuration log message: This appliance's SERVER_ID is: 1]]

[2020-02-27T16:19:45.321+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820385321] [levelValue: 800] [[ Portable JNDI names for EJB u2fDeactivateBean_v1: [java:global/fidoserver/fidoserverbeans-4.3.0/u2fDeactivateBean_v1!com.strongkey.skfs.txbeans.v1.u2fDeactivateBeanRemote_v1, java:global/fidoserver/fidoserverbeans-4.3.0/u2fDeactivateBean_v1!com.strongkey.skfs.txbeans.v1.u2fDeactivateBeanLocal_v1]]]

[2020-02-27T16:19:45.327+0000] [Payara 4.1] [INFO] [AS-EJB-00055] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820385327] [levelValue: 800] [[ Glassfish-specific (Non-portable) JNDI names for EJB u2fDeactivateBean_v1: [com.strongkey.skfs.txbeans.v1.u2fDeactivateBeanRemote_v1#com.strongkey.skfs.txbeans.v1.u2fDeactivateBeanRemote_v1, com.strongkey.skfs.txbeans.v1.u2fDeactivateBeanRemote_v1]]]

[2020-02-27T16:19:45.344+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820385344] [levelValue: 800] [[ Portable JNDI names for EJB u2fGetKeysInfoBean: [java:global/fidoserver/fidoserverbeans-4.3.0/u2fGetKeysInfoBean, java:global/fidoserver/fidoserverbeans-4.3.0/u2fGetKeysInfoBean!com.strongkey.skfs.txbeans.u2fGetKeysInfoBeanLocal]]]

[2020-02-27T16:19:45.354+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820385354] [levelValue: 800] [[ Portable JNDI names for EJB addFidoAttestationCertificate: [java:global/fidoserver/fidoserverbeans-4.3.0/addFidoAttestationCertificate!com.strongkey.skfs.txbeans.addFidoAttestationCertificateLocal, java:global/fidoserver/fidoserverbeans-4.3.0/addFidoAttestationCertificate]]]

[2020-02-27T16:19:45.382+0000] [Payara 4.1] [INFO] [] [org.jboss.weld.Version] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820385382] [levelValue: 800] [[ WELD-000900: 2.4.6 (Final)]]

[2020-02-27T16:19:45.707+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820385707] [levelValue: 800] [[ Portable JNDI names for EJB authenticateRestRequestBean: [java:global/fidoserver/authenticationBeans-4.3.0/authenticateRestRequestBean!com.strongkey.auth.txbeans.authenticateRestRequestBeanLocal, java:global/fidoserver/authenticationBeans-4.3.0/authenticateRestRequestBean]]]

[2020-02-27T16:19:45.718+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820385718] [levelValue: 800] [[ Portable JNDI names for EJB authenticateSOAPHMACRequestBean: [java:global/fidoserver/authenticationBeans-4.3.0/authenticateSOAPHMACRequestBean!com.strongkey.auth.txbeans.authenticateSOAPHMACRequestBeanLocal, java:global/fidoserver/authenticationBeans-4.3.0/authenticateSOAPHMACRequestBean]]]

[2020-02-27T16:19:45.788+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820385788] [levelValue: 800] [[ Portable JNDI names for EJB authorizeLdapUserBean: [java:global/fidoserver/authenticationBeans-4.3.0/authorizeLdapUserBean!com.strongkey.auth.txbeans.authorizeLdapUserBeanRemote, java:global/fidoserver/authenticationBeans-4.3.0/authorizeLdapUserBean!com.strongkey.auth.txbeans.authorizeLdapUserBeanLocal]]]

[2020-02-27T16:19:45.790+0000] [Payara 4.1] [INFO] [AS-EJB-00055] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820385790] [levelValue: 800] [[ Glassfish-specific (Non-portable) JNDI names for EJB authorizeLdapUserBean: [com.strongkey.auth.txbeans.authorizeLdapUserBeanRemote, com.strongkey.auth.txbeans.authorizeLdapUserBeanRemote#com.strongkey.auth.txbeans.authorizeLdapUserBeanRemote]]]

[2020-02-27T16:19:45.940+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820385940] [levelValue: 800] [[ Portable JNDI names for EJB getReplicationIDBean: [java:global/fidoserver/replicationEJB-4.3.0/getReplicationIDBean!com.strongkey.replication.txbeans.getReplicationIDLocal, java:global/fidoserver/replicationEJB-4.3.0/getReplicationIDBean]]]

[2020-02-27T16:19:45.999+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820385999] [levelValue: 800] [[ Portable JNDI names for EJB deleteReplicationBean: [java:global/fidoserver/replicationEJB-4.3.0/deleteReplicationBean!com.strongkey.replication.txbeans.deleteReplicationLocal, java:global/fidoserver/replicationEJB-4.3.0/deleteReplicationBean!com.strongkey.replication.txbeans.deleteReplicationRemote]]]

[2020-02-27T16:19:46.005+0000] [Payara 4.1] [INFO] [AS-EJB-00055] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820386005] [levelValue: 800] [[ Glassfish-specific (Non-portable) JNDI names for EJB deleteReplicationBean: [com.strongkey.replication.txbeans.deleteReplicationRemote, com.strongkey.replication.txbeans.deleteReplicationRemote#com.strongkey.replication.txbeans.deleteReplicationRemote]]]

[2020-02-27T16:19:46.056+0000] [Payara 4.1] [INFO] [] [javax.enterprise.system.container.ejb.com.sun.ejb.containers] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820386056] [levelValue: 800] [[ Loading EJBTimerService. Please wait.]]

[2020-02-27T16:19:47.250+0000] [Payara 4.1] [INFO] [] [org.eclipse.persistence.session./file:/usr/local/strongkey/payara41/glassfish/domains/domain1/applications/ejb-timer-service-app/WEB-INF/classes/_EJBTimer__App] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820387250] [levelValue: 800] [[ EclipseLink, version: Eclipse Persistence Services - 2.6.4.qualifier]]

[2020-02-27T16:19:49.468+0000] [Payara 4.1] [INFO] [] [org.eclipse.persistence.session./file:/usr/local/strongkey/payara41/glassfish/domains/domain1/applications/ejb-timer-service-app/WEB-INF/classes/_EJBTimerApp.connection] [tid: _ThreadID=48 ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820389468] [levelValue: 800] [[ /file:/usr/local/strongkey/payara41/glassfish/domains/domain1/applications/ejb-timer-service-app/WEB-INF/classes/EJBTimerApp login successful]]

[2020-02-27T16:19:49.667+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820389667] [levelValue: 800] [[ Portable JNDI names for EJB TimerBean: [java:global/ejb-timer-service-app/TimerBean, java:global/ejb-timer-service-app/TimerBean!org.glassfish.ejb.persistent.timer.TimerLocal]]]

[2020-02-27T16:19:49.768+0000] [Payara 4.1] [INFO] [AS-WEB-GLUE-00172] [javax.enterprise.web] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820389768] [levelValue: 800] [[ Loading application [ejb-timer-service-app] at [/ejb-timer-service-app]]]

[2020-02-27T16:19:49.777+0000] [Payara 4.1] [INFO] [] [javax.enterprise.system.container.ejb.com.sun.ejb.containers] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820389777] [levelValue: 800] [[ EJB5109:EJB Timer Service started successfully for data source [jdbc/__TimerPool]]]

[2020-02-27T16:19:49.781+0000] [Payara 4.1] [INFO] [] [javax.enterprise.system.container.ejb.com.sun.ejb.containers] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820389781] [levelValue: 800] [[ ==> Restoring Timers ... ]]

[2020-02-27T16:19:49.946+0000] [Payara 4.1] [INFO] [] [javax.enterprise.system.container.ejb.com.sun.ejb.containers] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820389946] [levelValue: 800] [[ There are no EJB Timers owned by this server]]

[2020-02-27T16:19:49.947+0000] [Payara 4.1] [INFO] [] [javax.enterprise.system.container.ejb.com.sun.ejb.containers] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820389947] [levelValue: 800] [[ <== ... Timers Restored.]]

[2020-02-27T16:19:49.980+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820389980] [levelValue: 800] [[ Portable JNDI names for EJB keepAliveBean: [java:global/fidoserver/replicationEJB-4.3.0/keepAliveBean!com.strongkey.replication.txbeans.keepAliveLocal, java:global/fidoserver/replicationEJB-4.3.0/keepAliveBean!com.strongkey.replication.txbeans.keepAliveRemote]]]

[2020-02-27T16:19:49.991+0000] [Payara 4.1] [INFO] [AS-EJB-00055] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820389991] [levelValue: 800] [[ Glassfish-specific (Non-portable) JNDI names for EJB keepAliveBean: [com.strongkey.replication.txbeans.keepAliveRemote#com.strongkey.replication.txbeans.keepAliveRemote, com.strongkey.replication.txbeans.keepAliveRemote]]]

[2020-02-27T16:19:50.030+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820390030] [levelValue: 800] [[ Portable JNDI names for EJB replicationServicesBean: [java:global/fidoserver/replicationEJB-4.3.0/replicationServicesBean, java:global/fidoserver/replicationEJB-4.3.0/replicationServicesBean!com.strongkey.replication.txbeans.replicationServicesLocal]]]

[2020-02-27T16:19:50.134+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820390134] [levelValue: 800] [[ Portable JNDI names for EJB getServerBean: [java:global/fidoserver/replicationEJB-4.3.0/getServerBean!com.strongkey.replication.txbeans.getServerRemote, java:global/fidoserver/replicationEJB-4.3.0/getServerBean!com.strongkey.replication.txbeans.getServerLocal]]]

[2020-02-27T16:19:50.139+0000] [Payara 4.1] [INFO] [AS-EJB-00055] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820390139] [levelValue: 800] [[ Glassfish-specific (Non-portable) JNDI names for EJB getServerBean: [com.strongkey.replication.txbeans.getServerRemote, com.strongkey.replication.txbeans.getServerRemote#com.strongkey.replication.txbeans.getServerRemote]]]

[2020-02-27T16:19:50.164+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820390164] [levelValue: 800] [[ Portable JNDI names for EJB startServices: [java:global/fidoserver/replicationEJB-4.3.0/startServices, java:global/fidoserver/replicationEJB-4.3.0/startServices!com.strongkey.replication.txbeans.startServices]]]

[2020-02-27T16:19:50.175+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820390175] [levelValue: 800] [[ Portable JNDI names for EJB getReplicationStatusBean: [java:global/fidoserver/replicationEJB-4.3.0/getReplicationStatusBean!com.strongkey.replication.txbeans.getReplicationStatusLocal, java:global/fidoserver/replicationEJB-4.3.0/getReplicationStatusBean]]]

[2020-02-27T16:19:50.446+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820390446] [levelValue: 800] [[ Portable JNDI names for EJB FidoAdminServlet: [java:global/fidoserver/api-4.3.0/FidoAdminServlet, java:global/fidoserver/api-4.3.0/FidoAdminServlet!com.strongkey.apiws.rest.FidoAdminServlet]]]

[2020-02-27T16:19:50.463+0000] [Payara 4.1] [INFO] [AS-EJB-00054] [javax.enterprise.ejb.container] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820390463] [levelValue: 800] [[ Portable JNDI names for EJB APIServlet: [java:global/fidoserver/api-4.3.0/APIServlet!com.strongkey.apiws.rest.APIServlet, java:global/fidoserver/api-4.3.0/APIServlet]]]

[2020-02-27T16:19:51.147+0000] [Payara 4.1] [WARNING] [] [ServiceLoader] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820391147] [levelValue: 900] [[ Could not load service class fish.payara.appserver.roles.api.extension.RolesCDIExtension]]

[2020-02-27T16:19:52.019+0000] [Payara 4.1] [WARNING] [] [ServiceLoader] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820392019] [levelValue: 900] [[ Could not load service class fish.payara.appserver.roles.api.extension.RolesCDIExtension]]

[2020-02-27T16:19:52.026+0000] [Payara 4.1] [WARNING] [] [ServiceLoader] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820392026] [levelValue: 900] [[ Could not load service class fish.payara.appserver.roles.api.extension.RolesCDIExtension]]

[2020-02-27T16:19:52.040+0000] [Payara 4.1] [WARNING] [] [ServiceLoader] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820392040] [levelValue: 900] [[ Could not load service class fish.payara.appserver.roles.api.extension.RolesCDIExtension]]

[2020-02-27T16:19:52.045+0000] [Payara 4.1] [WARNING] [] [ServiceLoader] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820392045] [levelValue: 900] [[ Could not load service class fish.payara.appserver.roles.api.extension.RolesCDIExtension]]

[2020-02-27T16:19:52.067+0000] [Payara 4.1] [WARNING] [] [ServiceLoader] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820392067] [levelValue: 900] [[ Could not load service class fish.payara.appserver.roles.api.extension.RolesCDIExtension]]

[2020-02-27T16:19:52.076+0000] [Payara 4.1] [WARNING] [] [ServiceLoader] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820392076] [levelValue: 900] [[ Could not load service class fish.payara.appserver.roles.api.extension.RolesCDIExtension]]

[2020-02-27T16:19:52.087+0000] [Payara 4.1] [WARNING] [] [ServiceLoader] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820392087] [levelValue: 900] [[ Could not load service class fish.payara.appserver.roles.api.extension.RolesCDIExtension]]

[2020-02-27T16:19:52.556+0000] [Payara 4.1] [INFO] [] [org.jboss.weld.Event] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820392556] [levelValue: 800] [[ WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.]]

[2020-02-27T16:19:52.596+0000] [Payara 4.1] [INFO] [] [org.jboss.weld.Event] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820392596] [levelValue: 800] [[ WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.]]

[2020-02-27T16:19:52.639+0000] [Payara 4.1] [INFO] [] [org.jboss.weld.Event] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820392639] [levelValue: 800] [[ WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.]]

[2020-02-27T16:19:52.654+0000] [Payara 4.1] [INFO] [] [org.jboss.weld.Event] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820392654] [levelValue: 800] [[ WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.]]

[2020-02-27T16:19:52.692+0000] [Payara 4.1] [INFO] [] [org.jboss.weld.Event] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820392692] [levelValue: 800] [[ WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.]]

[2020-02-27T16:19:52.694+0000] [Payara 4.1] [INFO] [] [org.jboss.weld.Event] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820392694] [levelValue: 800] [[ WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.]]

[2020-02-27T16:19:52.700+0000] [Payara 4.1] [INFO] [] [org.jboss.weld.Event] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820392700] [levelValue: 800] [[ WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.]]

[2020-02-27T16:19:52.706+0000] [Payara 4.1] [INFO] [] [org.jboss.weld.Event] [tid: _ThreadID=48 _ThreadName=admin-thread-pool::admin-listener(1)] [timeMillis: 1582820392706] [levelValue: 800] [[ WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.]]

swapnilphanse commented 4 years ago

And the var/log/message file:

4) Feb 27 16:14:03 ip-172-31-24-152 journal: Runtime journal is using 6.1M (max allowed 49.1M, trying to leave 73.7M free of 485.5M available → current limit 49.1M). Feb 27 16:14:03 ip-172-31-24-152 kernel: Linux version 4.14.165-131.185.amzn2.x86_64 (mockbuild@ip-10-0-1-135) (gcc version 7.3.1 20180712 (Red Hat 7.3.1-6) (GCC)) #1 SMP Wed Jan 15 14:19:56 UTC 2020 Feb 27 16:14:03 ip-172-31-24-152 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-4.14.165-131.185.amzn2.x86_64 root=UUID=7a487823-831a-47e0-b9c5-97a7edc90077 ro console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 nvme_core.io_timeout=4294967295 rd.emergency=poweroff rd.shell=0 Feb 27 16:14:03 ip-172-31-24-152 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' Feb 27 16:14:03 ip-172-31-24-152 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' Feb 27 16:14:03 ip-172-31-24-152 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' Feb 27 16:14:03 ip-172-31-24-152 kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Feb 27 16:14:03 ip-172-31-24-152 kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. Feb 27 16:14:03 ip-172-31-24-152 kernel: e820: BIOS-provided physical RAM map: Feb 27 16:14:03 ip-172-31-24-152 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable Feb 27 16:14:03 ip-172-31-24-152 kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved Feb 27 16:14:03 ip-172-31-24-152 kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved Feb 27 16:14:03 ip-172-31-24-152 kernel: BIOS-e820: [mem 0x0000000000100000-0x000000003fffffff] usable Feb 27 16:14:03 ip-172-31-24-152 kernel: BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved Feb 27 16:14:03 ip-172-31-24-152 kernel: NX (Execute Disable) protection: active Feb 27 16:14:03 ip-172-31-24-152 kernel: SMBIOS 2.7 present. Feb 27 16:14:03 ip-172-31-24-152 kernel: DMI: Xen HVM domU, BIOS 4.2.amazon 08/24/2006 Feb 27 16:14:03 ip-172-31-24-152 kernel: Hypervisor detected: Xen HVM Feb 27 16:14:03 ip-172-31-24-152 kernel: Xen version 4.2. Feb 27 16:14:03 ip-172-31-24-152 kernel: Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs. Feb 27 16:14:03 ip-172-31-24-152 kernel: Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.#012You might have to change the root device#012from /dev/hd[a-d] to /dev/xvd[a-d]#012in your root= kernel command line option Feb 27 16:14:03 ip-172-31-24-152 kernel: tsc: Fast TSC calibration using PIT Feb 27 16:14:03 ip-172-31-24-152 kernel: e820: last_pfn = 0x40000 max_arch_pfn = 0x400000000 Feb 27 16:14:03 ip-172-31-24-152 kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Feb 27 16:14:03 ip-172-31-24-152 kernel: found SMP MP-table at [mem 0x000fbc50-0x000fbc5f] Feb 27 16:14:03 ip-172-31-24-152 kernel: Scanning 1 areas for low memory corruption Feb 27 16:14:03 ip-172-31-24-152 kernel: RAMDISK: [mem 0x3442a000-0x3620cfff] Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: Early table checksum verification disabled Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: RSDP 0x00000000000EA020 000024 (v02 Xen ) Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: XSDT 0x00000000FC00E2A0 000054 (v01 Xen HVM 00000000 HVML 00000000) Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: FACP 0x00000000FC00DF60 0000F4 (v04 Xen HVM 00000000 HVML 00000000) Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: DSDT 0x00000000FC0021C0 00BD19 (v02 Xen HVM 00000000 INTL 20090123) Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: FACS 0x00000000FC002180 000040 Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: FACS 0x00000000FC002180 000040 Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: APIC 0x00000000FC00E060 0000D8 (v02 Xen HVM 00000000 HVML 00000000) Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: HPET 0x00000000FC00E1B0 000038 (v01 Xen HVM 00000000 HVML 00000000) Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: WAET 0x00000000FC00E1F0 000028 (v01 Xen HVM 00000000 HVML 00000000) Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: SSDT 0x00000000FC00E220 000031 (v02 Xen HVM 00000000 INTL 20090123) Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: SSDT 0x00000000FC00E260 000033 (v02 Xen HVM 00000000 INTL 20090123) Feb 27 16:14:03 ip-172-31-24-152 kernel: No NUMA configuration found Feb 27 16:14:03 ip-172-31-24-152 kernel: Faking a node at [mem 0x0000000000000000-0x000000003fffffff] Feb 27 16:14:03 ip-172-31-24-152 kernel: NODE_DATA(0) allocated [mem 0x3ffde000-0x3fffffff] Feb 27 16:14:03 ip-172-31-24-152 kernel: Zone ranges: Feb 27 16:14:03 ip-172-31-24-152 kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff] Feb 27 16:14:03 ip-172-31-24-152 kernel: DMA32 [mem 0x0000000001000000-0x000000003fffffff] Feb 27 16:14:03 ip-172-31-24-152 kernel: Normal empty Feb 27 16:14:03 ip-172-31-24-152 kernel: Movable zone start for each node Feb 27 16:14:03 ip-172-31-24-152 kernel: Early memory node ranges Feb 27 16:14:03 ip-172-31-24-152 kernel: node 0: [mem 0x0000000000001000-0x000000000009dfff] Feb 27 16:14:03 ip-172-31-24-152 kernel: node 0: [mem 0x0000000000100000-0x000000003fffffff] Feb 27 16:14:03 ip-172-31-24-152 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000003fffffff] Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: PM-Timer IO Port: 0xb008 Feb 27 16:14:03 ip-172-31-24-152 kernel: IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47 Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level) Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level) Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level) Feb 27 16:14:03 ip-172-31-24-152 kernel: Using ACPI (MADT) for SMP configuration information Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000 Feb 27 16:14:03 ip-172-31-24-152 kernel: smpboot: Allowing 15 CPUs, 14 hotplug CPUs Feb 27 16:14:03 ip-172-31-24-152 kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff] Feb 27 16:14:03 ip-172-31-24-152 kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] Feb 27 16:14:03 ip-172-31-24-152 kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] Feb 27 16:14:03 ip-172-31-24-152 kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] Feb 27 16:14:03 ip-172-31-24-152 kernel: e820: [mem 0x40000000-0xfbffffff] available for PCI devices Feb 27 16:14:03 ip-172-31-24-152 kernel: Booting paravirtualized kernel on Xen HVM Feb 27 16:14:03 ip-172-31-24-152 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns Feb 27 16:14:03 ip-172-31-24-152 kernel: random: get_random_bytes called from start_kernel+0x94/0x4c8 with crng_init=0 Feb 27 16:14:03 ip-172-31-24-152 kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:15 nr_cpu_ids:15 nr_node_ids:1 Feb 27 16:14:03 ip-172-31-24-152 kernel: percpu: Embedded 44 pages/cpu s140504 r8192 d31528 u262144 Feb 27 16:14:03 ip-172-31-24-152 kernel: PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) Feb 27 16:14:03 ip-172-31-24-152 kernel: Built 1 zonelists, mobility grouping on. Total pages: 257928 Feb 27 16:14:03 ip-172-31-24-152 kernel: Policy zone: DMA32 Feb 27 16:14:03 ip-172-31-24-152 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.14.165-131.185.amzn2.x86_64 root=UUID=7a487823-831a-47e0-b9c5-97a7edc90077 ro console=tty0 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0 nvme_core.io_timeout=4294967295 rd.emergency=poweroff rd.shell=0 Feb 27 16:14:03 ip-172-31-24-152 kernel: PID hash table entries: 4096 (order: 3, 32768 bytes) Feb 27 16:14:03 ip-172-31-24-152 kernel: Memory: 970944K/1048180K available (10252K kernel code, 1957K rwdata, 2772K rodata, 2080K init, 4228K bss, 77236K reserved, 0K cma-reserved) Feb 27 16:14:03 ip-172-31-24-152 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=15, Nodes=1 Feb 27 16:14:03 ip-172-31-24-152 kernel: Kernel/User page tables isolation: enabled Feb 27 16:14:03 ip-172-31-24-152 kernel: ftrace: allocating 26647 entries in 105 pages Feb 27 16:14:03 ip-172-31-24-152 kernel: Hierarchical RCU implementation. Feb 27 16:14:03 ip-172-31-24-152 kernel: #011RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=15. Feb 27 16:14:03 ip-172-31-24-152 kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=15 Feb 27 16:14:03 ip-172-31-24-152 kernel: NR_IRQS: 524544, nr_irqs: 952, preallocated irqs: 16 Feb 27 16:14:03 ip-172-31-24-152 kernel: xen:events: Using 2-level ABI Feb 27 16:14:03 ip-172-31-24-152 kernel: xen:events: Xen HVM callback vector for event delivery is enabled Feb 27 16:14:03 ip-172-31-24-152 kernel: Console: colour VGA+ 80x25 Feb 27 16:14:03 ip-172-31-24-152 kernel: console [tty0] enabled Feb 27 16:14:03 ip-172-31-24-152 kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! Feb 27 16:14:03 ip-172-31-24-152 kernel: console [ttyS0] enabled Feb 27 16:14:03 ip-172-31-24-152 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns Feb 27 16:14:03 ip-172-31-24-152 kernel: tsc: Fast TSC calibration using PIT Feb 27 16:14:03 ip-172-31-24-152 kernel: tsc: Detected 2400.201 MHz processor Feb 27 16:14:03 ip-172-31-24-152 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.13 BogoMIPS (lpj=9600264) Feb 27 16:14:03 ip-172-31-24-152 kernel: pid_max: default: 32768 minimum: 301 Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: Core revision 20170728 Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: 3 ACPI AML tables successfully acquired and loaded Feb 27 16:14:03 ip-172-31-24-152 kernel: Security Framework initialized Feb 27 16:14:03 ip-172-31-24-152 kernel: SELinux: Initializing. Feb 27 16:14:03 ip-172-31-24-152 kernel: Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) Feb 27 16:14:03 ip-172-31-24-152 kernel: Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) Feb 27 16:14:03 ip-172-31-24-152 kernel: Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Feb 27 16:14:03 ip-172-31-24-152 kernel: Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) Feb 27 16:14:03 ip-172-31-24-152 kernel: mce: CPU supports 2 MCE banks Feb 27 16:14:03 ip-172-31-24-152 kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024 Feb 27 16:14:03 ip-172-31-24-152 kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4 Feb 27 16:14:03 ip-172-31-24-152 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization Feb 27 16:14:03 ip-172-31-24-152 kernel: Spectre V2 : Mitigation: Full generic retpoline Feb 27 16:14:03 ip-172-31-24-152 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch Feb 27 16:14:03 ip-172-31-24-152 kernel: Speculative Store Bypass: Vulnerable Feb 27 16:14:03 ip-172-31-24-152 kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode Feb 27 16:14:03 ip-172-31-24-152 kernel: smpboot: Max logical packages: 15 Feb 27 16:14:03 ip-172-31-24-152 kernel: x2apic: IRQ remapping doesn't support X2APIC mode Feb 27 16:14:03 ip-172-31-24-152 kernel: Switched APIC routing to physical flat. Feb 27 16:14:03 ip-172-31-24-152 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0 Feb 27 16:14:03 ip-172-31-24-152 kernel: clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns Feb 27 16:14:03 ip-172-31-24-152 kernel: installing Xen timer for CPU 0 Feb 27 16:14:03 ip-172-31-24-152 kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz (family: 0x6, model: 0x3f, stepping: 0x2) Feb 27 16:14:03 ip-172-31-24-152 kernel: cpu 0 spinlock event irq 53 Feb 27 16:14:03 ip-172-31-24-152 kernel: Performance Events: unsupported p6 CPU model 63 no PMU driver, software events only. Feb 27 16:14:03 ip-172-31-24-152 kernel: Hierarchical SRCU implementation. Feb 27 16:14:03 ip-172-31-24-152 kernel: NMI watchdog: Perf event create on CPU 0 failed with -2 Feb 27 16:14:03 ip-172-31-24-152 kernel: NMI watchdog: Perf NMI watchdog permanently disabled Feb 27 16:14:03 ip-172-31-24-152 kernel: smp: Bringing up secondary CPUs ... Feb 27 16:14:03 ip-172-31-24-152 kernel: smp: Brought up 1 node, 1 CPU Feb 27 16:14:03 ip-172-31-24-152 kernel: smpboot: Total of 1 processors activated (4800.13 BogoMIPS) Feb 27 16:14:03 ip-172-31-24-152 kernel: devtmpfs: initialized Feb 27 16:14:03 ip-172-31-24-152 kernel: x86/mm: Memory block size: 128MB Feb 27 16:14:03 ip-172-31-24-152 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns Feb 27 16:14:03 ip-172-31-24-152 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes) Feb 27 16:14:03 ip-172-31-24-152 kernel: NET: Registered protocol family 16 Feb 27 16:14:03 ip-172-31-24-152 kernel: cpuidle: using governor ladder Feb 27 16:14:03 ip-172-31-24-152 kernel: cpuidle: using governor menu Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: bus type PCI registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 Feb 27 16:14:03 ip-172-31-24-152 kernel: PCI: Using configuration type 1 for base access Feb 27 16:14:03 ip-172-31-24-152 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: Added _OSI(Module Device) Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: Added _OSI(Processor Device) Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: Added _OSI(3.0 _SCP Extensions) Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: Added _OSI(Processor Aggregator Device) Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: Interpreter enabled Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: (supports S0 S4 S5) Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: Using IOAPIC for interrupt routing Feb 27 16:14:03 ip-172-31-24-152 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: Enabled 2 GPEs in block 00 to 0F Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) Feb 27 16:14:03 ip-172-31-24-152 kernel: acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] Feb 27 16:14:03 ip-172-31-24-152 kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM Feb 27 16:14:03 ip-172-31-24-152 kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [0] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [3] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [4] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [5] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [6] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [7] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [8] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [9] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [10] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [11] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [12] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [13] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [14] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [15] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [16] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [17] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [18] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [19] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [20] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [21] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [22] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [23] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [24] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [25] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [26] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [27] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [28] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [29] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [30] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: acpiphp: Slot [31] registered Feb 27 16:14:03 ip-172-31-24-152 kernel: PCI host bridge to bus 0000:00 Feb 27 16:14:03 ip-172-31-24-152 kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] Feb 27 16:14:03 ip-172-31-24-152 kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] Feb 27 16:14:03 ip-172-31-24-152 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] Feb 27 16:14:03 ip-172-31-24-152 kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfbffffff window] Feb 27 16:14:03 ip-172-31-24-152 kernel: pci_bus 0000:00: root bus resource [bus 00-ff] Feb 27 16:14:03 ip-172-31-24-152 kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] Feb 27 16:14:03 ip-172-31-24-152 kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] Feb 27 16:14:03 ip-172-31-24-152 kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] Feb 27 16:14:03 ip-172-31-24-152 kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] Feb 27 16:14:03 ip-172-31-24-152 kernel: Found PM-Timer Bug on the chipset. Due to workarounds for a bug,#012 this clock source is slow. Consider trying other clock sources Feb 27 16:14:03 ip-172-31-24-152 kernel: pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 5 10 11) Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 5 10 11) Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 11) Feb 27 16:14:03 ip-172-31-24-152 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 11) Feb 27 16:14:03 ip-172-31-24-152 kernel: xen:balloon: Initialising balloon driver Feb 27 16:14:03 ip-172-31-24-152 kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device Feb 27 16:14:03 ip-172-31-24-152 kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none Feb 27 16:14:03 ip-172-31-24-152 kernel: pci 0000:00:02.0: vgaarb: bridge control possible Feb 27 16:14:03 ip-172-31-24-152 kernel: vgaarb: loaded Feb 27 16:14:03 ip-172-31-24-152 kernel: EDAC MC: Ver: 3.0.0 Feb 27 16:14:03 ip-172-31-24-152 kernel: PCI: Using ACPI for IRQ routing Feb 27 16:14:03 ip-172-31-24-152 kernel: NetLabel: Initializing Feb 27 16:14:03 ip-172-31-24-152 kernel: NetLabel: domain hash size = 128 Feb 27 16:14:03 ip-172-31-24-152 kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO Feb 27 16:14:03 ip-172-31-24-152 kernel: NetLabel: unlabeled traffic allowed by default Feb 27 16:14:03 ip-172-31-24-152 kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer Feb 27 16:14:03 ip-172-31-24-152 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 Feb 27 16:14:03 ip-172-31-24-152 kernel: hpet0: 3 comparators, 64-bit 62.500000 MHz counter Feb 27 16:14:03 ip-172-31-24-152 kernel: clocksource: Switched to clocksource xen Feb 27 16:14:03 ip-172-31-24-152 kernel: VFS: Disk quotas dquot_6.6.0 Feb 27 16:14:03 ip-172-31-24-152 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) Feb 27 16:14:03 ip-172-31-24-152 kernel: pnp: PnP ACPI init Feb 27 16:14:03 ip-172-31-24-152 kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved Feb 27 16:14:03 ip-172-31-24-152 kernel: system 00:01: [io 0x08a0-0x08a3] has been reserved Feb 27 16:14:03 ip-172-31-24-152 kernel: system 00:01: [io 0x0cc0-0x0ccf] has been reserved Feb 27 16:14:03 ip-172-31-24-152 kernel: system 00:01: [io 0x04d0-0x04d1] has been reserved Feb 27 16:14:03 ip-172-31-24-152 kernel: system 00:07: [io 0x10c0-0x1141] has been reserved Feb 27 16:14:03 ip-172-31-24-152 kernel: system 00:07: [io 0xb044-0xb047] has been reserved Feb 27 16:14:03 ip-172-31-24-152 kernel: pnp: PnP ACPI: found 8 devices Feb 27 16:14:03 ip-172-31-24-152 kernel: random: fast init done Feb 27 16:14:03 ip-172-31-24-152 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns Feb 27 16:14:03 ip-172-31-24-152 kernel: NET: Registered protocol family 2 Feb 27 16:14:03 ip-172-31-24-152 kernel: TCP established hash table entries: 8192 (order: 4, 65536 bytes) Feb 27 16:14:03 ip-172-31-24-152 kernel: TCP bind hash table entries: 8192 (order: 5, 131072 bytes) Feb 27 16:14:03 ip-172-31-24-152 kernel: TCP: Hash tables configured (established 8192 bind 8192) Feb 27 16:14:03 ip-172-31-24-152 kernel: UDP hash table entries: 512 (order: 2, 16384 bytes) Feb 27 16:14:03 ip-172-31-24-152 kernel: UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) Feb 27 16:14:03 ip-172-31-24-152 kernel: NET: Registered protocol family 1 Feb 27 16:14:03 ip-172-31-24-152 kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers Feb 27 16:14:03 ip-172-31-24-152 kernel: pci 0000:00:01.0: PIIX3: Enabling Passive Release Feb 27 16:14:03 ip-172-31-24-152 kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds Feb 27 16:14:03 ip-172-31-24-152 kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] Feb 27 16:14:03 ip-172-31-24-152 kernel: Unpacking initramfs... Feb 27 16:14:03 ip-172-31-24-152 kernel: Freeing initrd memory: 30604K Feb 27 16:14:03 ip-172-31-24-152 kernel: Scanning for low memory corruption every 60 seconds Feb 27 16:14:03 ip-172-31-24-152 kernel: audit: initializing netlink subsys (disabled) Feb 27 16:14:03 ip-172-31-24-152 kernel: Initialise system trusted keyrings Feb 27 16:14:03 ip-172-31-24-152 kernel: Key type blacklist registered Feb 27 16:14:03 ip-172-31-24-152 kernel: audit: type=2000 audit(1582820042.507:1): state=initialized audit_enabled=0 res=1 Feb 27 16:14:03 ip-172-31-24-152 kernel: workingset: timestamp_bits=36 max_order=18 bucket_order=0 Feb 27 16:14:03 ip-172-31-24-152 kernel: zbud: loaded Feb 27 16:14:03 ip-172-31-24-152 kernel: Key type asymmetric registered Feb 27 16:14:03 ip-172-31-24-152 kernel: Asymmetric key parser 'x509' registered Feb 27 16:14:03 ip-172-31-24-152 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) Feb 27 16:14:03 ip-172-31-24-152 kernel: io scheduler noop registered (default) Feb 27 16:14:03 ip-172-31-24-152 kernel: io scheduler cfq registered Feb 27 16:14:03 ip-172-31-24-152 kernel: crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64 Feb 27 16:14:03 ip-172-31-24-152 kernel: crc32: self tests passed, processed 225944 bytes in 163573 nsec Feb 27 16:14:03 ip-172-31-24-152 kernel: crc32c: CRC_LE_BITS = 64 Feb 27 16:14:03 ip-172-31-24-152 kernel: crc32c: self tests passed, processed 225944 bytes in 80977 nsec Feb 27 16:14:03 ip-172-31-24-152 kernel: crc32_combine: 8373 self tests passed Feb 27 16:14:03 ip-172-31-24-152 kernel: crc32c_combine: 8373 self tests passed Feb 27 16:14:03 ip-172-31-24-152 kernel: xen:grant_table: Grant tables using version 1 layout Feb 27 16:14:03 ip-172-31-24-152 kernel: Grant table initialized Feb 27 16:14:03 ip-172-31-24-152 kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! Feb 27 16:14:03 ip-172-31-24-152 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled Feb 27 16:14:03 ip-172-31-24-152 kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A Feb 27 16:14:03 ip-172-31-24-152 kernel: xen_netfront: Initialising Xen virtual ethernet driver Feb 27 16:14:03 ip-172-31-24-152 kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 Feb 27 16:14:03 ip-172-31-24-152 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Feb 27 16:14:03 ip-172-31-24-152 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 Feb 27 16:14:03 ip-172-31-24-152 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 Feb 27 16:14:03 ip-172-31-24-152 kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 Feb 27 16:14:03 ip-172-31-24-152 kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs Feb 27 16:14:03 ip-172-31-24-152 kernel: hidraw: raw HID events driver (C) Jiri Kosina Feb 27 16:14:03 ip-172-31-24-152 kernel: NET: Registered protocol family 17 Feb 27 16:14:03 ip-172-31-24-152 kernel: sched_clock: Marking stable (1352354849, 0)->(2357000180, -1004645331) Feb 27 16:14:03 ip-172-31-24-152 kernel: registered taskstats version 1 Feb 27 16:14:03 ip-172-31-24-152 kernel: Loading compiled-in X.509 certificates Feb 27 16:14:03 ip-172-31-24-152 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 586ff25c507cff93582031a741dcc29579124476' Feb 27 16:14:03 ip-172-31-24-152 kernel: zswap: loaded using pool lzo/zbud Feb 27 16:14:03 ip-172-31-24-152 kernel: ima: No TPM chip found, activating TPM-bypass! (rc=-19) Feb 27 16:14:03 ip-172-31-24-152 kernel: ima: Allocated hash algorithm: sha1 Feb 27 16:14:03 ip-172-31-24-152 kernel: xenbus_probe_frontend: Device with no driver: device/vbd/51712 Feb 27 16:14:03 ip-172-31-24-152 kernel: rtc_cmos 00:02: setting system clock to 2020-02-27 16:14:03 UTC (1582820043) Feb 27 16:14:03 ip-172-31-24-152 kernel: Freeing unused kernel memory: 2080K Feb 27 16:14:03 ip-172-31-24-152 kernel: Write protecting the kernel read-only data: 16384k Feb 27 16:14:03 ip-172-31-24-152 kernel: Freeing unused kernel memory: 2016K Feb 27 16:14:03 ip-172-31-24-152 kernel: Freeing unused kernel memory: 1324K Feb 27 16:14:03 ip-172-31-24-152 systemd[1]: Inserted module 'autofs4' Feb 27 16:14:03 ip-172-31-24-152 kernel: NET: Registered protocol family 10 Feb 27 16:14:03 ip-172-31-24-152 kernel: Segment Routing with IPv6 Feb 27 16:14:03 ip-172-31-24-152 systemd[1]: Inserted module 'ipv6' Feb 27 16:14:03 ip-172-31-24-152 kernel: random: systemd: uninitialized urandom read (16 bytes read) Feb 27 16:14:03 ip-172-31-24-152 kernel: random: systemd: uninitialized urandom read (16 bytes read) Feb 27 16:14:03 ip-172-31-24-152 kernel: random: systemd: uninitialized urandom read (16 bytes read) Feb 27 16:14:03 ip-172-31-24-152 systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) Feb 27 16:14:03 ip-172-31-24-152 systemd[1]: Detected virtualization xen. Feb 27 16:14:03 ip-172-31-24-152 systemd[1]: Detected architecture x86-64. Feb 27 16:14:03 ip-172-31-24-152 systemd[1]: Running in initial RAM disk. Feb 27 16:14:03 ip-172-31-24-152 systemd[1]: No hostname configured. Feb 27 16:14:03 ip-172-31-24-152 systemd[1]: Set hostname to . Feb 27 16:14:03 ip-172-31-24-152 systemd[1]: Initializing machine ID from random generator. Feb 27 16:14:03 ip-172-31-24-152 systemd[1]: Reached target Timers. Feb 27 16:14:03 ip-172-31-24-152 systemd[1]: Starting Timers. Feb 27 16:14:03 ip-172-31-24-152 systemd[1]: Reached target Local File Systems. Feb 27 16:14:03 ip-172-31-24-152 journal: Journal started Feb 27 16:14:03 ip-172-31-24-152 systemd: Starting Create Static Device Nodes in /dev... Feb 27 16:14:03 ip-172-31-24-152 systemd: Started Create Static Device Nodes in /dev. Feb 27 16:14:03 ip-172-31-24-152 systemd: Started dracut cmdline hook. Feb 27 16:14:03 ip-172-31-24-152 systemd: Starting dracut pre-udev hook... Feb 27 16:14:03 ip-172-31-24-152 kernel: device-mapper: uevent: version 1.0.3 Feb 27 16:14:03 ip-172-31-24-152 kernel: device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com Feb 27 16:14:03 ip-172-31-24-152 kernel: tsc: Refined TSC clocksource calibration: 2399.999 MHz Feb 27 16:14:03 ip-172-31-24-152 kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2298364cab5, max_idle_ns: 440795214892 ns Feb 27 16:14:03 ip-172-31-24-152 systemd: Started dracut pre-udev hook. Feb 27 16:14:03 ip-172-31-24-152 systemd: Starting udev Kernel Device Manager... Feb 27 16:14:03 ip-172-31-24-152 systemd-udevd: starting version 219 Feb 27 16:14:03 ip-172-31-24-152 systemd-udevd: Network interface NamePolicy= disabled on kernel command line, ignoring. Feb 27 16:14:04 ip-172-31-24-152 systemd: Started udev Kernel Device Manager. Feb 27 16:14:04 ip-172-31-24-152 systemd: Starting dracut pre-trigger hook... Feb 27 16:14:04 ip-172-31-24-152 systemd: Started dracut pre-trigger hook. Feb 27 16:14:04 ip-172-31-24-152 systemd: Starting udev Coldplug all Devices... Feb 27 16:14:04 ip-172-31-24-152 systemd-udevd: Network interface NamePolicy= disabled on kernel command line, ignoring. Feb 27 16:14:04 ip-172-31-24-152 systemd: Started udev Coldplug all Devices. Feb 27 16:14:04 ip-172-31-24-152 systemd: Reached target System Initialization. Feb 27 16:14:04 ip-172-31-24-152 systemd: Starting System Initialization. Feb 27 16:14:04 ip-172-31-24-152 systemd: Starting Show Plymouth Boot Screen... Feb 27 16:14:04 ip-172-31-24-152 systemd: Starting dracut initqueue hook... Feb 27 16:14:04 ip-172-31-24-152 systemd: Received SIGRTMIN+20 from PID 1710 (plymouthd). Feb 27 16:14:04 ip-172-31-24-152 systemd: Started Show Plymouth Boot Screen. Feb 27 16:14:04 ip-172-31-24-152 systemd: Reached target Paths. Feb 27 16:14:04 ip-172-31-24-152 systemd: Starting Paths. Feb 27 16:14:04 ip-172-31-24-152 systemd: Started Forward Password Requests to Plymouth Directory Watch. Feb 27 16:14:04 ip-172-31-24-152 systemd: Starting Forward Password Requests to Plymouth Directory Watch. Feb 27 16:14:04 ip-172-31-24-152 systemd: Reached target Basic System. Feb 27 16:14:04 ip-172-31-24-152 systemd: Starting Basic System. Feb 27 16:14:04 ip-172-31-24-152 kernel: SCSI subsystem initialized Feb 27 16:14:04 ip-172-31-24-152 kernel: Invalid max_queues (4), will use default max: 1. Feb 27 16:14:04 ip-172-31-24-152 kernel: AVX2 version of gcm_enc/dec engaged. Feb 27 16:14:04 ip-172-31-24-152 kernel: AES CTR mode by8 optimization enabled Feb 27 16:14:04 ip-172-31-24-152 kernel: scsi host0: ata_piix Feb 27 16:14:04 ip-172-31-24-152 kernel: scsi host1: ata_piix Feb 27 16:14:04 ip-172-31-24-152 kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 Feb 27 16:14:04 ip-172-31-24-152 kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 Feb 27 16:14:04 ip-172-31-24-152 kernel: alg: No test for pcbc(aes) (pcbc-aes-aesni) Feb 27 16:14:04 ip-172-31-24-152 kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; Feb 27 16:14:04 ip-172-31-24-152 kernel: xvda: xvda1 Feb 27 16:14:04 ip-172-31-24-152 systemd: Found device /dev/disk/by-uuid/7a487823-831a-47e0-b9c5-97a7edc90077. Feb 27 16:14:04 ip-172-31-24-152 systemd: Starting File System Check on /dev/disk/by-uuid/7a487823-831a-47e0-b9c5-97a7edc90077... Feb 27 16:14:04 ip-172-31-24-152 systemd-fsck: /usr/sbin/fsck.xfs: XFS file system. Feb 27 16:14:04 ip-172-31-24-152 systemd: Started File System Check on /dev/disk/by-uuid/7a487823-831a-47e0-b9c5-97a7edc90077. Feb 27 16:14:04 ip-172-31-24-152 systemd: Started dracut initqueue hook. Feb 27 16:14:04 ip-172-31-24-152 systemd: Reached target Remote File Systems (Pre). Feb 27 16:14:04 ip-172-31-24-152 systemd: Starting Remote File Systems (Pre). Feb 27 16:14:04 ip-172-31-24-152 systemd: Reached target Remote File Systems. Feb 27 16:14:04 ip-172-31-24-152 systemd: Starting Remote File Systems. Feb 27 16:14:04 ip-172-31-24-152 systemd: Starting dracut pre-mount hook... Feb 27 16:14:04 ip-172-31-24-152 systemd: Started dracut pre-mount hook. Feb 27 16:14:04 ip-172-31-24-152 systemd: Mounting /sysroot... Feb 27 16:14:04 ip-172-31-24-152 kernel: SGI XFS with ACLs, security attributes, no debug enabled Feb 27 16:14:04 ip-172-31-24-152 kernel: XFS (xvda1): Mounting V5 Filesystem Feb 27 16:14:05 ip-172-31-24-152 systemd: Mounted /sysroot. Feb 27 16:14:05 ip-172-31-24-152 systemd: Reached target Initrd Root File System. Feb 27 16:14:05 ip-172-31-24-152 systemd: Starting Initrd Root File System. Feb 27 16:14:05 ip-172-31-24-152 systemd: Starting Reload Configuration from the Real Root... Feb 27 16:14:05 ip-172-31-24-152 kernel: XFS (xvda1): Ending clean mount Feb 27 16:14:05 ip-172-31-24-152 systemd: Reloading. Feb 27 16:14:05 ip-172-31-24-152 systemd: Started Reload Configuration from the Real Root. Feb 27 16:14:05 ip-172-31-24-152 systemd: Reached target Initrd File Systems. Feb 27 16:14:05 ip-172-31-24-152 systemd: Starting Initrd File Systems. Feb 27 16:14:05 ip-172-31-24-152 systemd: Reached target Initrd Default Target. Feb 27 16:14:05 ip-172-31-24-152 systemd: Starting Initrd Default Target. Feb 27 16:14:05 ip-172-31-24-152 systemd: Starting dracut pre-pivot and cleanup hook... Feb 27 16:14:05 ip-172-31-24-152 systemd: Started dracut pre-pivot and cleanup hook. Feb 27 16:14:05 ip-172-31-24-152 systemd: Starting Cleaning Up and Shutting Down Daemons... Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped Cleaning Up and Shutting Down Daemons. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped target Timers. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping Timers. Feb 27 16:14:05 ip-172-31-24-152 systemd: Starting Plymouth switch root service... Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped dracut pre-pivot and cleanup hook. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping dracut pre-pivot and cleanup hook... Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped target Initrd Default Target. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping Initrd Default Target. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped target Basic System. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping Basic System. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped target Slices. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping Slices. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped target System Initialization. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping System Initialization. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped Apply Kernel Variables. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping Apply Kernel Variables... Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped target Local File Systems. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping Local File Systems. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped target Swap. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping Swap. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped target Paths. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping Paths. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped target Remote File Systems. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping Remote File Systems. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped target Remote File Systems (Pre). Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping Remote File Systems (Pre). Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped dracut pre-mount hook. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping dracut pre-mount hook... Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped dracut initqueue hook. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping dracut initqueue hook... Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped target Local Encrypted Volumes. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping Local Encrypted Volumes. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped target Sockets. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping Sockets. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped udev Coldplug all Devices. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping udev Coldplug all Devices... Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped dracut pre-trigger hook. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping dracut pre-trigger hook... Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping udev Kernel Device Manager... Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped udev Kernel Device Manager. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped Create Static Device Nodes in /dev. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping Create Static Device Nodes in /dev... Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped Create list of required static device nodes for the current kernel. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping Create list of required static device nodes for the current kernel... Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped dracut pre-udev hook. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping dracut pre-udev hook... Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopped dracut cmdline hook. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping dracut cmdline hook... Feb 27 16:14:05 ip-172-31-24-152 systemd: Closed udev Control Socket. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping udev Control Socket. Feb 27 16:14:05 ip-172-31-24-152 systemd: Closed udev Kernel Socket. Feb 27 16:14:05 ip-172-31-24-152 systemd: Stopping udev Kernel Socket. Feb 27 16:14:05 ip-172-31-24-152 systemd: Starting Cleanup udevd DB... Feb 27 16:14:05 ip-172-31-24-152 systemd: Started Cleanup udevd DB. Feb 27 16:14:05 ip-172-31-24-152 systemd: Reached target Switch Root. Feb 27 16:14:05 ip-172-31-24-152 systemd: Starting Switch Root. Feb 27 16:14:05 ip-172-31-24-152 systemd: Started Plymouth switch root service. Feb 27 16:14:05 ip-172-31-24-152 systemd: Starting Switch Root... Feb 27 16:14:05 ip-172-31-24-152 systemd: Switching root. Feb 27 16:14:05 ip-172-31-24-152 journal: Journal stopped Feb 27 16:14:05 ip-172-31-24-152 journal: Runtime journal is using 6.1M (max allowed 49.1M, trying to leave 73.7M free of 479.3M available → current limit 49.1M). Feb 27 16:14:05 ip-172-31-24-152 systemd-journald[939]: Received SIGTERM from PID 1 (systemd). Feb 27 16:14:05 ip-172-31-24-152 kernel: systemd: 28 output lines suppressed due to ratelimiting Feb 27 16:14:05 ip-172-31-24-152 kernel: SELinux: Disabled at runtime. Feb 27 16:14:05 ip-172-31-24-152 kernel: audit: type=1404 audit(1582820045.532:2): selinux=0 auid=4294967295 ses=4294967295 Feb 27 16:14:05 ip-172-31-24-152 kernel: ip_tables: (C) 2000-2006 Netfilter Core Team Feb 27 16:14:05 ip-172-31-24-152 systemd[1]: Inserted module 'ip_tables' Feb 27 16:14:05 ip-172-31-24-152 journal: Journal started Feb 27 16:14:05 ip-172-31-24-152 systemd: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) Feb 27 16:14:05 ip-172-31-24-152 systemd: Detected virtualization xen. Feb 27 16:14:05 ip-172-31-24-152 systemd: Detected architecture x86-64. Feb 27 16:14:05 ip-172-31-24-152 systemd: Cannot add dependency job for unit display-manager.service, ignoring: Unit not found. Feb 27 16:14:05 ip-172-31-24-152 kernel: ena: Elastic Network Adapter (ENA) v2.1.3g Feb 27 16:14:05 ip-172-31-24-152 systemd: Started Read and set NIS domainname from /etc/sysconfig/network. Feb 27 16:14:05 ip-172-31-24-152 systemd: Started Create list of required static device nodes for the current kernel. Feb 27 16:14:05 ip-172-31-24-152 systemd: Mounted Huge Pages File System. Feb 27 16:14:05 ip-172-31-24-152 systemd: Started Remount Root and Kernel File Systems. Feb 27 16:14:05 ip-172-31-24-152 systemd: Started LVM2 metadata daemon. Feb 27 16:14:05 ip-172-31-24-152 systemd: Starting LVM2 metadata daemon... Feb 27 16:14:05 ip-172-31-24-152 systemd: Starting Configure read-only root support... Feb 27 16:14:05 ip-172-31-24-152 systemd-modules-load: Inserted module 'ena' Feb 27 16:14:05 ip-172-31-24-152 systemd: Starting Rebuild Hardware Database... Feb 27 16:14:05 ip-172-31-24-152 systemd: Starting Create Static Device Nodes in /dev... Feb 27 16:14:05 ip-172-31-24-152 systemd: Starting Flush Journal to Persistent Storage... Feb 27 16:14:05 ip-172-31-24-152 systemd: Started Load Kernel Modules. Feb 27 16:14:05 ip-172-31-24-152 systemd: Started Create Static Device Nodes in /dev. Feb 27 16:14:05 ip-172-31-24-152 journal: Permanent journal is using 8.0M (max allowed 818.0M, trying to leave 1.1G free of 6.9G available → current limit 818.0M). Feb 27 16:14:05 ip-172-31-24-152 journal: Time spent on flushing to /var is 14.387ms for 534 entries. Feb 27 16:14:05 ip-172-31-24-152 systemd: Starting udev Kernel Device Manager... Feb 27 16:14:05 ip-172-31-24-152 systemd: Starting Apply Kernel Variables... Feb 27 16:14:05 ip-172-31-24-152 systemd-udevd: starting version 219 Feb 27 16:14:05 ip-172-31-24-152 systemd-udevd: Network interface NamePolicy= disabled on kernel command line, ignoring. Feb 27 16:14:05 ip-172-31-24-152 systemd: Started Apply Kernel Variables. Feb 27 16:14:05 ip-172-31-24-152 systemd: Started Configure read-only root support. Feb 27 16:14:05 ip-172-31-24-152 systemd: Starting Load/Save Random Seed... Feb 27 16:14:05 ip-172-31-24-152 systemd: Started Load/Save Random Seed. Feb 27 16:14:05 ip-172-31-24-152 systemd: Started udev Kernel Device Manager. Feb 27 16:14:05 ip-172-31-24-152 systemd: Started Flush Journal to Persistent Storage. Feb 27 16:14:06 ip-172-31-24-152 systemd: Started Rebuild Hardware Database. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting udev Coldplug all Devices... Feb 27 16:14:06 ip-172-31-24-152 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 Feb 27 16:14:06 ip-172-31-24-152 systemd: Started udev Coldplug all Devices. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting udev Wait for Complete Device Initialization... Feb 27 16:14:06 ip-172-31-24-152 kernel: ACPI: Power Button [PWRF] Feb 27 16:14:06 ip-172-31-24-152 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input4 Feb 27 16:14:06 ip-172-31-24-152 kernel: ACPI: Sleep Button [SLPF] Feb 27 16:14:06 ip-172-31-24-152 systemd: Found device /dev/ttyS0. Feb 27 16:14:06 ip-172-31-24-152 kernel: EDAC sbridge: Ver: 1.1.2 Feb 27 16:14:06 ip-172-31-24-152 kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5 Feb 27 16:14:06 ip-172-31-24-152 systemd: Created slice system-ec2net\x2difup.slice. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting system-ec2net\x2difup.slice. Feb 27 16:14:06 ip-172-31-24-152 kernel: mousedev: PS/2 mouse device common for all mice Feb 27 16:14:06 ip-172-31-24-152 systemd: Started udev Wait for Complete Device Initialization. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Activation of DM RAID sets... Feb 27 16:14:06 ip-172-31-24-152 systemd: Started Activation of DM RAID sets. Feb 27 16:14:06 ip-172-31-24-152 systemd: Reached target Local Encrypted Volumes. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Local Encrypted Volumes. Feb 27 16:14:06 ip-172-31-24-152 systemd: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. Feb 27 16:14:06 ip-172-31-24-152 systemd: Reached target Local File Systems (Pre). Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Local File Systems (Pre). Feb 27 16:14:06 ip-172-31-24-152 systemd: Reached target Local File Systems. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Local File Systems. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Preprocess NFS configuration... Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Rebuild Journal Catalog... Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Mark the need to relabel after reboot... Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Tell Plymouth To Write Out Runtime Data... Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Create Volatile Files and Directories... Feb 27 16:14:06 ip-172-31-24-152 systemd: Started Mark the need to relabel after reboot. Feb 27 16:14:06 ip-172-31-24-152 systemd: Started Preprocess NFS configuration. Feb 27 16:14:06 ip-172-31-24-152 systemd: Started Rebuild Journal Catalog. Feb 27 16:14:06 ip-172-31-24-152 systemd: Started Create Volatile Files and Directories. Feb 27 16:14:06 ip-172-31-24-152 systemd: Mounting RPC Pipe File System... Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Security Auditing Service... Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Update is Completed... Feb 27 16:14:06 ip-172-31-24-152 systemd: Started Update is Completed. Feb 27 16:14:06 ip-172-31-24-152 auditd[2647]: Started dispatcher: /sbin/audispd pid: 2651 Feb 27 16:14:06 ip-172-31-24-152 auditd[2647]: Init complete, auditd 2.8.1 listening for events (startup state enable) Feb 27 16:14:06 ip-172-31-24-152 systemd: Mounted RPC Pipe File System. Feb 27 16:14:06 ip-172-31-24-152 kernel: RPC: Registered named UNIX socket transport module. Feb 27 16:14:06 ip-172-31-24-152 kernel: RPC: Registered udp transport module. Feb 27 16:14:06 ip-172-31-24-152 kernel: RPC: Registered tcp transport module. Feb 27 16:14:06 ip-172-31-24-152 kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Feb 27 16:14:06 ip-172-31-24-152 systemd: Reached target rpc_pipefs.target. Feb 27 16:14:06 ip-172-31-24-152 audispd: No plugins found, exiting Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting rpc_pipefs.target. Feb 27 16:14:06 ip-172-31-24-152 systemd: Started Tell Plymouth To Write Out Runtime Data. Feb 27 16:14:06 ip-172-31-24-152 augenrules: No rules Feb 27 16:14:06 ip-172-31-24-152 augenrules: enabled 1 Feb 27 16:14:06 ip-172-31-24-152 augenrules: failure 1 Feb 27 16:14:06 ip-172-31-24-152 augenrules: pid 2647 Feb 27 16:14:06 ip-172-31-24-152 augenrules: rate_limit 0 Feb 27 16:14:06 ip-172-31-24-152 augenrules: backlog_limit 8192 Feb 27 16:14:06 ip-172-31-24-152 augenrules: lost 0 Feb 27 16:14:06 ip-172-31-24-152 augenrules: backlog 1 Feb 27 16:14:06 ip-172-31-24-152 augenrules: backlog_wait_time 15000 Feb 27 16:14:06 ip-172-31-24-152 augenrules: enabled 1 Feb 27 16:14:06 ip-172-31-24-152 augenrules: failure 1 Feb 27 16:14:06 ip-172-31-24-152 augenrules: pid 2647 Feb 27 16:14:06 ip-172-31-24-152 augenrules: rate_limit 0 Feb 27 16:14:06 ip-172-31-24-152 augenrules: backlog_limit 8192 Feb 27 16:14:06 ip-172-31-24-152 augenrules: lost 0 Feb 27 16:14:06 ip-172-31-24-152 augenrules: backlog 1 Feb 27 16:14:06 ip-172-31-24-152 augenrules: backlog_wait_time 15000 Feb 27 16:14:06 ip-172-31-24-152 systemd: Started Security Auditing Service. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Update UTMP about System Boot/Shutdown... Feb 27 16:14:06 ip-172-31-24-152 systemd: Started Update UTMP about System Boot/Shutdown. Feb 27 16:14:06 ip-172-31-24-152 systemd: Reached target System Initialization. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting System Initialization. Feb 27 16:14:06 ip-172-31-24-152 systemd: Started Flexible branding. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Flexible branding. Feb 27 16:14:06 ip-172-31-24-152 systemd: Reached target Paths. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Paths. Feb 27 16:14:06 ip-172-31-24-152 systemd: Listening on D-Bus System Message Bus Socket. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting D-Bus System Message Bus Socket. Feb 27 16:14:06 ip-172-31-24-152 systemd: Listening on RPCbind Server Activation Socket. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting RPCbind Server Activation Socket. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting RPC bind service... Feb 27 16:14:06 ip-172-31-24-152 systemd: Reached target Sockets. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Sockets. Feb 27 16:14:06 ip-172-31-24-152 systemd: Reached target Basic System. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Basic System. Feb 27 16:14:06 ip-172-31-24-152 systemd: Started irqbalance daemon. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting irqbalance daemon... Feb 27 16:14:06 ip-172-31-24-152 systemd: Started libstoragemgmt plug-in server daemon. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting libstoragemgmt plug-in server daemon... Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting ACPI Event Daemon... Feb 27 16:14:06 ip-172-31-24-152 systemd: Started D-Bus System Message Bus. Feb 27 16:14:06 ip-172-31-24-152 acpid: starting up with netlink and the input layer Feb 27 16:14:06 ip-172-31-24-152 /usr/sbin/irqbalance: Balancing is ineffective on systems with a single cpu. Shutting down Feb 27 16:14:06 ip-172-31-24-152 acpid: skipping incomplete file /etc/acpi/events/videoconf Feb 27 16:14:06 ip-172-31-24-152 acpid: 2 rules loaded Feb 27 16:14:06 ip-172-31-24-152 acpid: waiting for events: event logging is off Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting D-Bus System Message Bus... Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Initial cloud-init job (pre-networking)... Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting NTP client/server... Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting GSSAPI Proxy Daemon... Feb 27 16:14:06 ip-172-31-24-152 systemd: Started Hardware RNG Entropy Gatherer Daemon. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Hardware RNG Entropy Gatherer Daemon... Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Resets System Activity Logs... Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Login Service... Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Dump dmesg to /var/log/dmesg... Feb 27 16:14:06 ip-172-31-24-152 rngd: Failed to init entropy source 0: Hardware RNG Device Feb 27 16:14:06 ip-172-31-24-152 rngd: Failed to init entropy source 1: TPM RNG Device Feb 27 16:14:06 ip-172-31-24-152 systemd: Started Daily Cleanup of Temporary Directories. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Daily Cleanup of Temporary Directories. Feb 27 16:14:06 ip-172-31-24-152 systemd: Reached target Timers. Feb 27 16:14:06 ip-172-31-24-152 systemd: Starting Timers. Feb 27 16:14:06 ip-172-31-24-152 systemd: Started RPC bind service. Feb 27 16:14:06 ip-172-31-24-152 systemd: Started ACPI Event Daemon. Feb 27 16:14:07 ip-172-31-24-152 systemd-logind: New seat seat0. Feb 27 16:14:07 ip-172-31-24-152 systemd: Started Login Service. Feb 27 16:14:07 ip-172-31-24-152 systemd: Started Resets System Activity Logs. Feb 27 16:14:07 ip-172-31-24-152 systemd: Started Dump dmesg to /var/log/dmesg. Feb 27 16:14:07 ip-172-31-24-152 chronyd[2699]: chronyd version 3.2 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SECHASH +SIGND +ASYNCDNS +IPV6 +DEBUG) Feb 27 16:14:07 ip-172-31-24-152 systemd: Started NTP client/server. Feb 27 16:14:07 ip-172-31-24-152 kernel: random: crng init done Feb 27 16:14:07 ip-172-31-24-152 kernel: random: 7 urandom warning(s) missed due to ratelimiting Feb 27 16:14:07 ip-172-31-24-152 systemd: Started GSSAPI Proxy Daemon. Feb 27 16:14:07 ip-172-31-24-152 systemd: Reached target NFS client services. Feb 27 16:14:07 ip-172-31-24-152 systemd: Starting NFS client services. Feb 27 16:14:07 ip-172-31-24-152 systemd: Reached target Remote File Systems (Pre). Feb 27 16:14:07 ip-172-31-24-152 systemd: Starting Remote File Systems (Pre). Feb 27 16:14:07 ip-172-31-24-152 systemd: Reached target Remote File Systems. Feb 27 16:14:07 ip-172-31-24-152 systemd: Starting Remote File Systems. Feb 27 16:14:07 ip-172-31-24-152 cloud-init: Cloud-init v. 19.3-2.amzn2 running 'init-local' at Thu, 27 Feb 2020 16:14:07 +0000. Up 5.63 seconds. Feb 27 16:14:07 ip-172-31-24-152 systemd: Started Initial cloud-init job (pre-networking). Feb 27 16:14:07 ip-172-31-24-152 systemd: Reached target Network (Pre). Feb 27 16:14:07 ip-172-31-24-152 systemd: Starting Network (Pre). Feb 27 16:14:07 ip-172-31-24-152 systemd: Starting LSB: Bring up/down networking... Feb 27 16:14:07 ip-172-31-24-152 network: Bringing up loopback interface: /etc/sysconfig/network-scripts/ifup-post: line 54: /etc/resolv.conf: No such file or directory Feb 27 16:14:07 ip-172-31-24-152 network: /etc/sysconfig/network-scripts/ifup-post: line 119: /etc/resolv.conf: No such file or directory Feb 27 16:14:07 ip-172-31-24-152 network: cp: cannot stat '/etc/resolv.conf': No such file or directory Feb 27 16:14:07 ip-172-31-24-152 NET[2836]: /etc/sysconfig/network-scripts/ifup-post : updated /etc/resolv.conf Feb 27 16:14:07 ip-172-31-24-152 network: [ OK ] Feb 27 16:14:07 ip-172-31-24-152 network: Bringing up interface eth0: Feb 27 16:14:07 ip-172-31-24-152 dhclient[2855]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 (xid=0x94313a3) Feb 27 16:14:07 ip-172-31-24-152 dhclient[2855]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x94313a3) Feb 27 16:14:07 ip-172-31-24-152 dhclient[2855]: DHCPOFFER from 172.31.16.1 Feb 27 16:14:07 ip-172-31-24-152 dhclient[2855]: DHCPACK from 172.31.16.1 (xid=0x94313a3) Feb 27 16:14:08 ip-172-31-24-152 NET[2899]: /usr/sbin/dhclient-script : updated /etc/resolv.conf Feb 27 16:14:08 ip-172-31-24-152 dhclient[2855]: bound to 172.31.24.152 -- renewal in 1653 seconds. Feb 27 16:14:08 ip-172-31-24-152 network: Determining IP information for eth0... done. Feb 27 16:14:08 ip-172-31-24-152 ec2net: [get_meta] Getting token for IMDSv2 Feb 27 16:14:08 ip-172-31-24-152 ec2net: [get_meta] Trying to get http://169.254.169.254/latest/meta-data/network/interfaces/macs/06:f5:12:f5:59:32/local-ipv4s Feb 27 16:14:08 ip-172-31-24-152 ec2net: [rewrite_aliases] Rewriting aliases of eth0 Feb 27 16:14:09 ip-172-31-24-152 network: Determining IPv6 information for eth0... done. Feb 27 16:14:09 ip-172-31-24-152 network: [ OK ] Feb 27 16:14:09 ip-172-31-24-152 systemd: Started LSB: Bring up/down networking. Feb 27 16:14:09 ip-172-31-24-152 systemd: Starting Initial cloud-init job (metadata service crawler)... Feb 27 16:14:09 ip-172-31-24-152 systemd: Reached target Network. Feb 27 16:14:09 ip-172-31-24-152 systemd: Starting Network. Feb 27 16:14:09 ip-172-31-24-152 systemd: Starting Postfix Mail Transport Agent... Feb 27 16:14:09 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 1070ms. Feb 27 16:14:09 ip-172-31-24-152 cloud-init: Cloud-init v. 19.3-2.amzn2 running 'init' at Thu, 27 Feb 2020 16:14:09 +0000. Up 7.79 seconds. Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: | eth0 | True | 172.31.24.152 | 255.255.240.0 | global | 06:f5:12:f5:59:32 | Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: | eth0 | True | fe80::4f5:12ff:fef5:5932/64 | . | link | 06:f5:12:f5:59:32 | Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: | lo | True | ::1/128 | . | host | . | Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: ++++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++ Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: +-------+-----------------+-------------+-----------------+-----------+-------+ Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: +-------+-----------------+-------------+-----------------+-----------+-------+ Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: | 0 | 0.0.0.0 | 172.31.16.1 | 0.0.0.0 | eth0 | UG | Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: | 1 | 169.254.169.254 | 0.0.0.0 | 255.255.255.255 | eth0 | UH | Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: | 2 | 172.31.16.0 | 0.0.0.0 | 255.255.240.0 | eth0 | U | Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: +-------+-----------------+-------------+-----------------+-----------+-------+ Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: +-------+-------------+---------+-----------+-------+ Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: | Route | Destination | Gateway | Interface | Flags | Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: +-------+-------------+---------+-----------+-------+ Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: | 9 | fe80::/64 | :: | eth0 | U | Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: | 11 | local | :: | eth0 | U | Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: | 12 | ff00::/8 | :: | eth0 | U | Feb 27 16:14:09 ip-172-31-24-152 cloud-init: ci-info: +-------+-------------+---------+-----------+-------+ Feb 27 16:14:10 ip-172-31-24-152 systemd: Started Postfix Mail Transport Agent. Feb 27 16:14:10 ip-172-31-24-152 dbus[2680]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' Feb 27 16:14:10 ip-172-31-24-152 systemd: Starting Hostname Service... Feb 27 16:14:10 ip-172-31-24-152 dbus[2680]: [system] Successfully activated service 'org.freedesktop.hostname1' Feb 27 16:14:10 ip-172-31-24-152 systemd-hostnamed: Changed static host name to 'ip-172-31-24-152.us-east-2.compute.internal' Feb 27 16:14:10 ip-172-31-24-152 systemd-hostnamed: Changed host name to 'ip-172-31-24-152.us-east-2.compute.internal' Feb 27 16:14:10 ip-172-31-24-152 systemd: Started Hostname Service. Feb 27 16:14:10 ip-172-31-24-152 systemd: Started Initial cloud-init job (metadata service crawler). Feb 27 16:14:10 ip-172-31-24-152 systemd: Reached target Network is Online. Feb 27 16:14:10 ip-172-31-24-152 systemd: Starting Network is Online. Feb 27 16:14:10 ip-172-31-24-152 systemd: Starting Dynamically Generate Message Of The Day... Feb 27 16:14:10 ip-172-31-24-152 systemd: Starting System Logging Service... Feb 27 16:14:10 ip-172-31-24-152 systemd: Started amazon-ssm-agent. Feb 27 16:14:10 ip-172-31-24-152 systemd: Starting amazon-ssm-agent... Feb 27 16:14:10 ip-172-31-24-152 systemd: Starting Notify NFS peers of a restart... Feb 27 16:14:10 ip-172-31-24-152 systemd: Starting OpenSSH Server Key Generation... Feb 27 16:14:10 ip-172-31-24-152 systemd: Starting Permit User Sessions... Feb 27 16:14:10 ip-172-31-24-152 systemd: Reached target Cloud-config availability. Feb 27 16:14:10 ip-172-31-24-152 systemd: Starting Cloud-config availability. Feb 27 16:14:10 ip-172-31-24-152 systemd: Starting Apply the settings specified in cloud-config... Feb 27 16:14:10 ip-172-31-24-152 sm-notify[3214]: Version 1.3.0 starting Feb 27 16:14:10 ip-172-31-24-152 systemd: Started Notify NFS peers of a restart. Feb 27 16:14:10 ip-172-31-24-152 systemd: Started Permit User Sessions. Feb 27 16:14:10 ip-172-31-24-152 rsyslogd: [origin software="rsyslogd" swVersion="8.24.0-41.amzn2.2.1" x-pid="3212" x-info="http://www.rsyslog.com"] start Feb 27 16:14:10 ip-172-31-24-152 systemd: Started Job spooling tools. Feb 27 16:14:10 ip-172-31-24-152 systemd: Starting Job spooling tools... Feb 27 16:14:10 ip-172-31-24-152 systemd: Starting Terminate Plymouth Boot Screen... Feb 27 16:14:10 ip-172-31-24-152 systemd: Started Command Scheduler. Feb 27 16:14:10 ip-172-31-24-152 systemd: Starting Command Scheduler... Feb 27 16:14:10 ip-172-31-24-152 systemd: Starting Wait for Plymouth Boot Screen to Quit... Feb 27 16:14:10 ip-172-31-24-152 systemd: Started System Logging Service. Feb 27 16:14:10 ip-172-31-24-152 amazon-ssm-agent: 2020/02/27 16:14:10 Failed to load instance info from vault. RegistrationKey does not exist. Feb 27 16:14:10 ip-172-31-24-152 amazon-ssm-agent: Error occurred fetching the seelog config file path: open /etc/amazon/ssm/seelog.xml: no such file or directory Feb 27 16:14:10 ip-172-31-24-152 amazon-ssm-agent: Initializing new seelog logger Feb 27 16:14:10 ip-172-31-24-152 amazon-ssm-agent: New Seelog Logger Creation Complete Feb 27 16:14:10 ip-172-31-24-152 amazon-ssm-agent: 2020-02-27 16:14:10 INFO Entering SSM Agent hibernate - EC2RoleRequestError: no EC2 instance role found Feb 27 16:14:10 ip-172-31-24-152 amazon-ssm-agent: caused by: EC2MetadataError: failed to make EC2Metadata request Feb 27 16:14:10 ip-172-31-24-152 amazon-ssm-agent: caused by: <?xml version="1.0" encoding="iso-8859-1"?> Feb 27 16:14:10 ip-172-31-24-152 amazon-ssm-agent: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" Feb 27 16:14:10 ip-172-31-24-152 amazon-ssm-agent: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Feb 27 16:14:10 ip-172-31-24-152 amazon-ssm-agent: Feb 27 16:14:10 ip-172-31-24-152 amazon-ssm-agent: Feb 27 16:14:10 ip-172-31-24-152 amazon-ssm-agent: 404 - Not Found Feb 27 16:14:10 ip-172-31-24-152 amazon-ssm-agent: Feb 27 16:14:10 ip-172-31-24-152 amazon-ssm-agent: Feb 27 16:14:10 ip-172-31-24-152 amazon-ssm-agent:

404 - Not Found

Feb 27 16:14:10 ip-172-31-24-152 amazon-ssm-agent: Feb 27 16:14:10 ip-172-31-24-152 amazon-ssm-agent: Feb 27 16:14:10 ip-172-31-24-152 amazon-ssm-agent: 2020-02-27 16:14:10 INFO Agent is in hibernate mode. Reducing logging. Logging will be reduced to one log per backoff period Feb 27 16:14:10 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 2160ms. Feb 27 16:14:10 ip-172-31-24-152 systemd: Received SIGRTMIN+21 from PID 1710 (plymouthd). Feb 27 16:14:10 ip-172-31-24-152 systemd: Started Terminate Plymouth Boot Screen. Feb 27 16:14:10 ip-172-31-24-152 systemd: Started Wait for Plymouth Boot Screen to Quit. Feb 27 16:14:10 ip-172-31-24-152 systemd: Started Serial Getty on ttyS0. Feb 27 16:14:10 ip-172-31-24-152 systemd: Starting Serial Getty on ttyS0... Feb 27 16:14:10 ip-172-31-24-152 systemd: Started Getty on tty1. Feb 27 16:14:10 ip-172-31-24-152 systemd: Starting Getty on tty1... Feb 27 16:14:10 ip-172-31-24-152 systemd: Reached target Login Prompts. Feb 27 16:14:10 ip-172-31-24-152 systemd: Starting Login Prompts. Feb 27 16:14:10 ip-172-31-24-152 sshd-keygen: Generating SSH2 RSA host key: [ OK ] Feb 27 16:14:11 ip-172-31-24-152 sshd-keygen: Generating SSH2 ECDSA host key: [ OK ] Feb 27 16:14:11 ip-172-31-24-152 sshd-keygen: Generating SSH2 ED25519 host key: [ OK ] Feb 27 16:14:11 ip-172-31-24-152 systemd: Started OpenSSH Server Key Generation. Feb 27 16:14:11 ip-172-31-24-152 systemd: Starting EC2 Instance Connect Host Key Harvesting... Feb 27 16:14:11 ip-172-31-24-152 cloud-init: Cloud-init v. 19.3-2.amzn2 running 'modules:config' at Thu, 27 Feb 2020 16:14:11 +0000. Up 9.46 seconds. Feb 27 16:14:11 ip-172-31-24-152 systemd: Started EC2 Instance Connect Host Key Harvesting. Feb 27 16:14:11 ip-172-31-24-152 systemd: Starting OpenSSH server daemon... Feb 27 16:14:11 ip-172-31-24-152 systemd: Started OpenSSH server daemon. Feb 27 16:14:11 ip-172-31-24-152 systemd: Stopping OpenSSH server daemon... Feb 27 16:14:11 ip-172-31-24-152 systemd: Stopping OpenSSH Server Key Generation... Feb 27 16:14:11 ip-172-31-24-152 systemd: Starting OpenSSH server daemon... Feb 27 16:14:11 ip-172-31-24-152 systemd: Started OpenSSH server daemon. Feb 27 16:14:12 ip-172-31-24-152 cloud-init: Loaded plugins: extras_suggestions, langpacks, priorities, update-motd Feb 27 16:14:12 ip-172-31-24-152 cloud-init: Existing lock /var/run/yum.pid: another copy is running as pid 3328. Feb 27 16:14:12 ip-172-31-24-152 cloud-init: Another app is currently holding the yum lock; waiting for it to exit... Feb 27 16:14:12 ip-172-31-24-152 cloud-init: The other application is: yum Feb 27 16:14:12 ip-172-31-24-152 cloud-init: Memory : 30 M RSS (321 MB VSZ) Feb 27 16:14:12 ip-172-31-24-152 cloud-init: Started: Thu Feb 27 16:14:11 2020 - 00:01 ago Feb 27 16:14:12 ip-172-31-24-152 cloud-init: State : Running, pid: 3328 Feb 27 16:14:13 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 4260ms. Feb 27 16:14:13 ip-172-31-24-152 chronyd[2699]: Selected source 169.254.169.123 Feb 27 16:14:14 ip-172-31-24-152 cloud-init: Another app is currently holding the yum lock; waiting for it to exit... Feb 27 16:14:14 ip-172-31-24-152 cloud-init: The other application is: yum Feb 27 16:14:14 ip-172-31-24-152 cloud-init: Memory : 66 M RSS (357 MB VSZ) Feb 27 16:14:14 ip-172-31-24-152 cloud-init: Started: Thu Feb 27 16:14:11 2020 - 00:03 ago Feb 27 16:14:14 ip-172-31-24-152 cloud-init: State : Running, pid: 3328 Feb 27 16:14:16 ip-172-31-24-152 cloud-init: Another app is currently holding the yum lock; waiting for it to exit... Feb 27 16:14:16 ip-172-31-24-152 cloud-init: The other application is: yum Feb 27 16:14:16 ip-172-31-24-152 cloud-init: Memory : 109 M RSS (400 MB VSZ) Feb 27 16:14:16 ip-172-31-24-152 cloud-init: Started: Thu Feb 27 16:14:11 2020 - 00:05 ago Feb 27 16:14:16 ip-172-31-24-152 cloud-init: State : Running, pid: 3328 Feb 27 16:14:16 ip-172-31-24-152 systemd: Started Dynamically Generate Message Of The Day. Feb 27 16:14:16 ip-172-31-24-152 systemd: Reached target Multi-User System. Feb 27 16:14:16 ip-172-31-24-152 systemd: Starting Multi-User System. Feb 27 16:14:16 ip-172-31-24-152 systemd: Reached target Graphical Interface. Feb 27 16:14:16 ip-172-31-24-152 systemd: Starting Graphical Interface. Feb 27 16:14:16 ip-172-31-24-152 systemd: Starting Update UTMP about System Runlevel Changes... Feb 27 16:14:16 ip-172-31-24-152 systemd: Started Update UTMP about System Runlevel Changes. Feb 27 16:14:17 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 8870ms. Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> binutils-2.29.1-29.amzn2.x86_64 from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> 2:ethtool-4.8-10.amzn2.x86_64 from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> teamd-1.27-4.amzn2.x86_64 from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> kbd-1.15.5-13.amzn2.0.2.x86_64 from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> kbd-1.15.5-15.amzn2.x86_64 from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> kbd-legacy-1.15.5-13.amzn2.0.2.noarch from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> 2:tar-1.26-34.amzn2.x86_64 from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> kbd-misc-1.15.5-13.amzn2.0.2.noarch from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> libteam-1.27-4.amzn2.x86_64 from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> dyninst-9.3.1-3.amzn2.x86_64 from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> kernel-tools-4.14.165-133.209.amzn2.x86_64 from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> iproute-4.15.0-1.amzn2.0.4.x86_64 from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> iptables-1.8.2-16.amzn2.0.2.x86_64 from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> passwd-0.79-4.amzn2.0.2.x86_64 from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> setup-2.8.71-10.amzn2.0.1.noarch from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> lm_sensors-libs-3.4.0-8.20160601gitf9185e5.amzn2.x86_64 from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> iproute-4.15.0-1.amzn2.0.3.x86_64 from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> kpartx-0.4.9-127.amzn2.x86_64 from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> kernel-tools-4.14.165-131.185.amzn2.x86_64 from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> lm_sensors-libs-3.4.0-4.20160601gitf9185e5.amzn2.0.2.x86_64 from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> ec2-hibinit-agent-1.0.2-3.amzn2.noarch from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> libteam-1.27-9.amzn2.x86_64 from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> zlib-1.2.7-17.amzn2.0.2.x86_64 from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> lsof-4.87-5.amzn2.x86_64 from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> kpatch-runtime-0.8.0-1.amzn2.0.2.noarch from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> lsof-4.87-6.amzn2.x86_64 from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> 2:ethtool-4.8-7.amzn2.x86_64 from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> kpartx-0.4.9-119.amzn2.1.x86_64 from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> ec2-hibinit-agent-1.0.1-2.amzn2.noarch from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> kpatch-runtime-0.8.0-2.amzn2.noarch from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> 1:findutils-4.5.11-6.amzn2.x86_64 from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> 1:make-3.82-23.amzn2.0.2.x86_64 from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> 1:make-3.82-24.amzn2.x86_64 from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> teamd-1.27-9.amzn2.x86_64 from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> hwdata-0.252-9.3.amzn2.x86_64 from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> kbd-misc-1.15.5-15.amzn2.noarch from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> 2:tar-1.26-35.amzn2.x86_64 from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> binutils-2.29.1-30.amzn2.x86_64 from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> hwdata-0.252-8.8.amzn2.x86_64 from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> 1:findutils-4.5.11-5.amzn2.0.2.x86_64 from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> kbd-legacy-1.15.5-15.amzn2.noarch from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> passwd-0.79-5.amzn2.x86_64 from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> setup-2.8.71-10.amzn2.noarch from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> iptables-1.4.21-24.1.amzn2.x86_64 from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> zlib-1.2.7-18.amzn2.x86_64 from amzn2-core removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> dyninst-9.3.1-1.amzn2.0.2.x86_64 from installed removed (updateinfo) Feb 27 16:14:19 ip-172-31-24-152 cloud-init: 1 package(s) needed (+0 related) for security, out of 24 available Feb 27 16:14:19 ip-172-31-24-152 cloud-init: Resolving Dependencies Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> Running transaction check Feb 27 16:14:19 ip-172-31-24-152 cloud-init: ---> Package sqlite.x86_64 0:3.7.17-8.amzn2.0.2 will be updated Feb 27 16:14:19 ip-172-31-24-152 cloud-init: ---> Package sqlite.x86_64 0:3.7.17-8.amzn2.1.1 will be an update Feb 27 16:14:19 ip-172-31-24-152 cloud-init: --> Finished Dependency Resolution Feb 27 16:14:19 ip-172-31-24-152 cloud-init: Dependencies Resolved Feb 27 16:14:19 ip-172-31-24-152 cloud-init: ================================================================================ Feb 27 16:14:19 ip-172-31-24-152 cloud-init: Package Arch Version Repository Size Feb 27 16:14:19 ip-172-31-24-152 cloud-init: ================================================================================ Feb 27 16:14:19 ip-172-31-24-152 cloud-init: Updating: Feb 27 16:14:19 ip-172-31-24-152 cloud-init: sqlite x86_64 3.7.17-8.amzn2.1.1 amzn2-core 391 k Feb 27 16:14:19 ip-172-31-24-152 cloud-init: Transaction Summary Feb 27 16:14:19 ip-172-31-24-152 cloud-init: ================================================================================ Feb 27 16:14:19 ip-172-31-24-152 cloud-init: Upgrade 1 Package Feb 27 16:14:19 ip-172-31-24-152 cloud-init: Total download size: 391 k Feb 27 16:14:19 ip-172-31-24-152 cloud-init: Downloading packages: Feb 27 16:14:20 ip-172-31-24-152 cloud-init: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. Feb 27 16:14:20 ip-172-31-24-152 cloud-init: Running transaction check Feb 27 16:14:20 ip-172-31-24-152 cloud-init: Running transaction test Feb 27 16:14:20 ip-172-31-24-152 cloud-init: Transaction test succeeded Feb 27 16:14:20 ip-172-31-24-152 cloud-init: Running transaction Feb 27 16:14:20 ip-172-31-24-152 yum[3385]: Updated: sqlite-3.7.17-8.amzn2.1.1.x86_64 Feb 27 16:14:20 ip-172-31-24-152 cloud-init: Updating : sqlite-3.7.17-8.amzn2.1.1.x86_64 1/2 Feb 27 16:14:20 ip-172-31-24-152 cloud-init: Cleanup : sqlite-3.7.17-8.amzn2.0.2.x86_64 2/2 Feb 27 16:14:20 ip-172-31-24-152 systemd: Stopping Dynamically Generate Message Of The Day... Feb 27 16:14:20 ip-172-31-24-152 systemd: Starting Dynamically Generate Message Of The Day... Feb 27 16:14:20 ip-172-31-24-152 cloud-init: Verifying : sqlite-3.7.17-8.amzn2.1.1.x86_64 1/2 Feb 27 16:14:20 ip-172-31-24-152 cloud-init: Verifying : sqlite-3.7.17-8.amzn2.0.2.x86_64 2/2 Feb 27 16:14:20 ip-172-31-24-152 cloud-init: Updated: Feb 27 16:14:20 ip-172-31-24-152 cloud-init: sqlite.x86_64 0:3.7.17-8.amzn2.1.1 Feb 27 16:14:20 ip-172-31-24-152 cloud-init: Complete! Feb 27 16:14:21 ip-172-31-24-152 systemd: Started Apply the settings specified in cloud-config. Feb 27 16:14:21 ip-172-31-24-152 systemd: Starting Execute cloud user/final scripts... Feb 27 16:14:21 ip-172-31-24-152 systemd: Starting Initial hibernation setup job... Feb 27 16:14:21 ip-172-31-24-152 hibinit-agent: Effective config: {'grub_update': True, 'swap_percentage': 100, 'log_to_syslog': True, 'touch_swap': False, 'state_dir': '"/var/lib/hibinit-agent"', 'swapoff': 'swapoff {swapfile}', 'mkswap': 'mkswap {swapfile}', 'swapon': 'swapon {swapfile}', 'swap_mb': 4000} Feb 27 16:14:21 ip-172-31-24-152 hibinit-agent: Requesting new IMDSv2 token. Feb 27 16:14:21 ip-172-31-24-152 hibinit-agent: Instance Launch has not enabled Hibernation Configured Flag. hibinit-agent exiting!! Feb 27 16:14:21 ip-172-31-24-152 systemd: Stopping ACPI Event Daemon... Feb 27 16:14:21 ip-172-31-24-152 acpid: exiting Feb 27 16:14:21 ip-172-31-24-152 systemd: Starting ACPI Event Daemon... Feb 27 16:14:21 ip-172-31-24-152 systemd: Started ACPI Event Daemon. Feb 27 16:14:21 ip-172-31-24-152 systemd: Started Initial hibernation setup job. Feb 27 16:14:21 ip-172-31-24-152 acpid: starting up with netlink and the input layer Feb 27 16:14:21 ip-172-31-24-152 acpid: skipping incomplete file /etc/acpi/events/videoconf Feb 27 16:14:21 ip-172-31-24-152 acpid: 2 rules loaded Feb 27 16:14:21 ip-172-31-24-152 acpid: waiting for events: event logging is off Feb 27 16:14:21 ip-172-31-24-152 cloud-init: Cloud-init v. 19.3-2.amzn2 running 'modules:final' at Thu, 27 Feb 2020 16:14:21 +0000. Up 19.68 seconds. Feb 27 16:14:21 ip-172-31-24-152 ec2: Feb 27 16:14:21 ip-172-31-24-152 ec2: ############################################################# Feb 27 16:14:21 ip-172-31-24-152 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- Feb 27 16:14:21 ip-172-31-24-152 ec2: 256 SHA256:nToYW1+S3zAJ2C2jVqaWGgOpvA9WGC6cNHYROqXPNEY no comment (ECDSA) Feb 27 16:14:21 ip-172-31-24-152 ec2: 256 SHA256:O9sJNdl+fSqc4lXPPLfmQuXAuzcXJL+Uao1vcntY2Po no comment (ED25519) Feb 27 16:14:21 ip-172-31-24-152 ec2: 2048 SHA256:O+VZ+vsjsVDGCNh/76ct8+hYDLWmAmCqCkHxqTfFOGQ no comment (RSA) Feb 27 16:14:21 ip-172-31-24-152 ec2: -----END SSH HOST KEY FINGERPRINTS----- Feb 27 16:14:21 ip-172-31-24-152 ec2: ############################################################# Feb 27 16:14:22 ip-172-31-24-152 cloud-init: Cloud-init v. 19.3-2.amzn2 finished at Thu, 27 Feb 2020 16:14:22 +0000. Datasource DataSourceEc2. Up 20.06 seconds Feb 27 16:14:22 ip-172-31-24-152 systemd: Started Execute cloud user/final scripts. Feb 27 16:14:22 ip-172-31-24-152 systemd: Reached target Cloud-init target. Feb 27 16:14:22 ip-172-31-24-152 systemd: Starting Cloud-init target. Feb 27 16:14:24 ip-172-31-24-152 systemd: Started Dynamically Generate Message Of The Day. Feb 27 16:14:24 ip-172-31-24-152 systemd: Startup finished in 1.539s (kernel) + 1.978s (initrd) + 19.406s (userspace) = 22.924s. Feb 27 16:14:26 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 17780ms. Feb 27 16:14:43 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 37330ms. Feb 27 16:15:18 ip-172-31-24-152 systemd: Created slice User Slice of ec2-user. Feb 27 16:15:18 ip-172-31-24-152 systemd: Starting User Slice of ec2-user. Feb 27 16:15:18 ip-172-31-24-152 systemd-logind: New session 1 of user ec2-user. Feb 27 16:15:18 ip-172-31-24-152 systemd: Started Session 1 of user ec2-user. Feb 27 16:15:18 ip-172-31-24-152 systemd: Starting Session 1 of user ec2-user. Feb 27 16:15:21 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 77870ms. Feb 27 16:16:15 ip-172-31-24-152 yum[3521]: Installed: 2:libpng-1.5.13-7.amzn2.0.2.x86_64 Feb 27 16:16:15 ip-172-31-24-152 yum[3521]: Installed: libICE-1.0.9-9.amzn2.0.2.x86_64 Feb 27 16:16:15 ip-172-31-24-152 yum[3521]: Installed: fontpackages-filesystem-1.44-8.amzn2.noarch Feb 27 16:16:15 ip-172-31-24-152 yum[3521]: Installed: libwayland-client-1.14.0-2.amzn2.0.1.x86_64 Feb 27 16:16:15 ip-172-31-24-152 yum[3521]: Installed: libfontenc-1.1.3-3.amzn2.0.2.x86_64 Feb 27 16:16:15 ip-172-31-24-152 yum[3521]: Installed: mesa-libglapi-17.2.3-8.20171019.amzn2.0.4.x86_64 Feb 27 16:16:15 ip-172-31-24-152 yum[3521]: Installed: libwayland-server-1.14.0-2.amzn2.0.1.x86_64 Feb 27 16:16:15 ip-172-31-24-152 yum[3521]: Installed: 1:libglvnd-1.0.0-1.amzn2.0.2.x86_64 Feb 27 16:16:15 ip-172-31-24-152 yum[3521]: Installed: libxshmfence-1.2-1.amzn2.0.2.x86_64 Feb 27 16:16:15 ip-172-31-24-152 yum[3521]: Installed: libxslt-1.1.28-5.amzn2.0.2.x86_64 Feb 27 16:16:15 ip-172-31-24-152 yum[3521]: Installed: python-lxml-3.2.1-4.amzn2.0.2.x86_64 Feb 27 16:16:15 ip-172-31-24-152 yum[3521]: Installed: python-javapackages-3.4.1-11.amzn2.noarch Feb 27 16:16:15 ip-172-31-24-152 yum[3521]: Installed: javapackages-tools-3.4.1-11.amzn2.noarch Feb 27 16:16:15 ip-172-31-24-152 yum[3521]: Installed: mesa-libgbm-17.2.3-8.20171019.amzn2.0.4.x86_64 Feb 27 16:16:15 ip-172-31-24-152 yum[3521]: Installed: libXfont-1.5.2-1.amzn2.0.2.x86_64 Feb 27 16:16:15 ip-172-31-24-152 yum[3521]: Installed: 1:xorg-x11-font-utils-7.5-20.amzn2.0.2.x86_64 Feb 27 16:16:15 ip-172-31-24-152 yum[3521]: Installed: stix-fonts-1.1.0-5.amzn2.noarch Feb 27 16:16:17 ip-172-31-24-152 yum[3521]: Installed: fontconfig-2.10.95-11.amzn2.0.2.x86_64 Feb 27 16:16:17 ip-172-31-24-152 yum[3521]: Installed: libSM-1.2.2-2.amzn2.0.2.x86_64 Feb 27 16:16:17 ip-172-31-24-152 yum[3521]: Installed: graphite2-1.3.10-1.amzn2.0.2.x86_64 Feb 27 16:16:17 ip-172-31-24-152 yum[3521]: Installed: harfbuzz-1.3.2-1.amzn2.0.2.x86_64 Feb 27 16:16:17 ip-172-31-24-152 yum[3521]: Installed: jasper-libs-1.900.1-33.amzn2.x86_64 Feb 27 16:16:17 ip-172-31-24-152 yum[3521]: Installed: alsa-lib-1.1.4.1-2.amzn2.x86_64 Feb 27 16:16:17 ip-172-31-24-152 yum[3521]: Installed: copy-jdk-configs-3.3-10.amzn2.noarch Feb 27 16:16:17 ip-172-31-24-152 yum[3521]: Installed: hicolor-icon-theme-0.12-7.amzn2.noarch Feb 27 16:16:17 ip-172-31-24-152 yum[3521]: Installed: pcsc-lite-libs-1.8.8-7.amzn2.x86_64 Feb 27 16:16:17 ip-172-31-24-152 yum[3521]: Installed: tzdata-java-2019c-1.amzn2.noarch Feb 27 16:16:17 ip-172-31-24-152 yum[3521]: Installed: libthai-0.1.14-9.amzn2.0.2.x86_64 Feb 27 16:16:17 ip-172-31-24-152 yum[3521]: Installed: avahi-libs-0.6.31-19.amzn2.x86_64 Feb 27 16:16:17 ip-172-31-24-152 yum[3521]: Installed: 1:cups-libs-1.6.3-40.amzn2.x86_64 Feb 27 16:16:17 ip-172-31-24-152 yum[3521]: Installed: libXau-1.0.8-2.1.amzn2.0.2.x86_64 Feb 27 16:16:17 ip-172-31-24-152 yum[3521]: Installed: libxcb-1.12-1.amzn2.0.2.x86_64 Feb 27 16:16:17 ip-172-31-24-152 yum[3521]: Installed: ttmkfdir-3.0.9-42.amzn2.0.2.x86_64 Feb 27 16:16:18 ip-172-31-24-152 yum[3521]: Installed: xorg-x11-fonts-Type1-7.5-9.amzn2.noarch Feb 27 16:16:18 ip-172-31-24-152 yum[3521]: Installed: lksctp-tools-1.0.17-2.amzn2.0.2.x86_64 Feb 27 16:16:23 ip-172-31-24-152 yum[3521]: Installed: 1:java-1.8.0-openjdk-headless-1.8.0.242.b08-0.amzn2.0.1.x86_64 Feb 27 16:16:23 ip-172-31-24-152 yum[3521]: Installed: pixman-0.34.0-1.amzn2.0.2.x86_64 Feb 27 16:16:23 ip-172-31-24-152 yum[3521]: Installed: atk-2.22.0-3.amzn2.0.2.x86_64 Feb 27 16:16:23 ip-172-31-24-152 yum[3521]: Installed: libX11-common-1.6.5-2.amzn2.0.2.noarch Feb 27 16:16:23 ip-172-31-24-152 yum[3521]: Installed: libX11-1.6.5-2.amzn2.0.2.x86_64 Feb 27 16:16:23 ip-172-31-24-152 yum[3521]: Installed: libXext-1.3.3-3.amzn2.0.2.x86_64 Feb 27 16:16:23 ip-172-31-24-152 yum[3521]: Installed: libXrender-0.9.10-1.amzn2.0.2.x86_64 Feb 27 16:16:23 ip-172-31-24-152 yum[3521]: Installed: libXfixes-5.0.3-1.amzn2.0.2.x86_64 Feb 27 16:16:23 ip-172-31-24-152 yum[3521]: Installed: libXi-1.7.9-1.amzn2.0.2.x86_64 Feb 27 16:16:23 ip-172-31-24-152 yum[3521]: Installed: libXdamage-1.1.4-4.1.amzn2.0.2.x86_64 Feb 27 16:16:24 ip-172-31-24-152 yum[3521]: Installed: gdk-pixbuf2-2.36.5-1.amzn2.0.2.x86_64 Feb 27 16:16:24 ip-172-31-24-152 yum[3521]: Installed: libXcomposite-0.4.4-4.1.amzn2.0.2.x86_64 Feb 27 16:16:24 ip-172-31-24-152 yum[3521]: Installed: gtk-update-icon-cache-3.22.26-4.amzn2.x86_64 Feb 27 16:16:24 ip-172-31-24-152 yum[3521]: Installed: libXtst-1.2.3-1.amzn2.0.2.x86_64 Feb 27 16:16:24 ip-172-31-24-152 yum[3521]: Installed: libXcursor-1.1.15-1.amzn2.x86_64 Feb 27 16:16:24 ip-172-31-24-152 yum[3521]: Installed: libXrandr-1.5.1-2.amzn2.0.2.x86_64 Feb 27 16:16:24 ip-172-31-24-152 yum[3521]: Installed: libXft-2.3.2-2.amzn2.0.2.x86_64 Feb 27 16:16:24 ip-172-31-24-152 yum[3521]: Installed: libXxf86vm-1.1.4-1.amzn2.0.2.x86_64 Feb 27 16:16:24 ip-172-31-24-152 yum[3521]: Installed: 1:libglvnd-glx-1.0.0-1.amzn2.0.2.x86_64 Feb 27 16:16:24 ip-172-31-24-152 yum[3521]: Installed: mesa-libGL-17.2.3-8.20171019.amzn2.0.4.x86_64 Feb 27 16:16:24 ip-172-31-24-152 yum[3521]: Installed: libXinerama-1.1.3-2.1.amzn2.0.2.x86_64 Feb 27 16:16:24 ip-172-31-24-152 yum[3521]: Installed: giflib-4.1.6-9.amzn2.0.2.x86_64 Feb 27 16:16:24 ip-172-31-24-152 yum[3521]: Installed: 1:libglvnd-egl-1.0.0-1.amzn2.0.2.x86_64 Feb 27 16:16:24 ip-172-31-24-152 yum[3521]: Installed: mesa-libEGL-17.2.3-8.20171019.amzn2.0.4.x86_64 Feb 27 16:16:24 ip-172-31-24-152 yum[3521]: Installed: cairo-1.14.8-2.amzn2.0.2.x86_64 Feb 27 16:16:24 ip-172-31-24-152 yum[3521]: Installed: pango-1.40.4-1.amzn2.0.2.x86_64 Feb 27 16:16:25 ip-172-31-24-152 yum[3521]: Installed: gtk2-2.24.31-1.amzn2.0.2.x86_64 Feb 27 16:16:25 ip-172-31-24-152 yum[3521]: Installed: 1:java-1.8.0-openjdk-1.8.0.242.b08-0.amzn2.0.1.x86_64 Feb 27 16:16:25 ip-172-31-24-152 yum[3521]: Installed: ncurses-compat-libs-6.0-8.20170212.amzn2.1.3.x86_64 Feb 27 16:16:25 ip-172-31-24-152 systemd: Stopping Dynamically Generate Message Of The Day... Feb 27 16:16:25 ip-172-31-24-152 systemd: Starting Dynamically Generate Message Of The Day... Feb 27 16:16:26 ip-172-31-24-152 systemd: Stopping Hardware RNG Entropy Gatherer Daemon... Feb 27 16:16:26 ip-172-31-24-152 systemd: Started Hardware RNG Entropy Gatherer Daemon. Feb 27 16:16:26 ip-172-31-24-152 systemd: Starting Hardware RNG Entropy Gatherer Daemon... Feb 27 16:16:26 ip-172-31-24-152 rngd: Failed to init entropy source 0: Hardware RNG Device Feb 27 16:16:26 ip-172-31-24-152 rngd: Failed to init entropy source 1: TPM RNG Device Feb 27 16:16:29 ip-172-31-24-152 systemd: Started Dynamically Generate Message Of The Day. Feb 27 16:16:39 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 131080ms. Feb 27 16:17:33 ip-172-31-24-152 systemd: Reloading. Feb 27 16:17:35 ip-172-31-24-152 systemd: Reloading. Feb 27 16:17:57 ip-172-31-24-152 systemd: Reloading. Feb 27 16:17:58 ip-172-31-24-152 systemd: Starting LSB: Init script for Opendj... Feb 27 16:18:03 ip-172-31-24-152 opendjd: Starting OpenDJ 3.0.0 Directory Service: [27/Feb/2020:16:18:03 +0000] category=CORE severity=NOTICE msgID=org.opends.messages.core.134 msg=OpenDJ 3.0.0 (build 20160109123031, revision number 185acee3ba68d8da1782007eebacb3701dc996d6) starting up Feb 27 16:18:04 ip-172-31-24-152 opendjd: [27/Feb/2020:16:18:04 +0000] category=UTIL severity=NOTICE msgID=org.opends.messages.runtime.21 msg=Installation Directory: /usr/local/strongkey/OpenDJ-3.0.0 Feb 27 16:18:04 ip-172-31-24-152 opendjd: [27/Feb/2020:16:18:04 +0000] category=UTIL severity=NOTICE msgID=org.opends.messages.runtime.23 msg=Instance Directory: /usr/local/strongkey/OpenDJ-3.0.0 Feb 27 16:18:04 ip-172-31-24-152 opendjd: [27/Feb/2020:16:18:04 +0000] category=UTIL severity=NOTICE msgID=org.opends.messages.runtime.17 msg=JVM Information: 1.8.0_242-b08 by Oracle Corporation, 64-bit architecture, 259522560 bytes heap size Feb 27 16:18:04 ip-172-31-24-152 opendjd: [27/Feb/2020:16:18:04 +0000] category=UTIL severity=NOTICE msgID=org.opends.messages.runtime.18 msg=JVM Host: ip-172-31-24-152.us-east-2.compute.internal, running Linux 4.14.165-131.185.amzn2.x86_64 amd64, 1031135232 bytes physical memory size, number of processors available 1 Feb 27 16:18:04 ip-172-31-24-152 opendjd: [27/Feb/2020:16:18:04 +0000] category=UTIL severity=NOTICE msgID=org.opends.messages.runtime.19 msg=JVM Arguments: "-Xms128m", "-Xmx256m", "-Dorg.opends.server.scriptName=start-ds" Feb 27 16:18:06 ip-172-31-24-152 opendjd: [27/Feb/2020:16:18:06 +0000] category=PLUGGABLE severity=NOTICE msgID=org.opends.messages.backend.513 msg=The database backend userRoot containing 7 entries has started Feb 27 16:18:07 ip-172-31-24-152 opendjd: [27/Feb/2020:16:18:07 +0000] category=EXTENSIONS severity=NOTICE msgID=org.opends.messages.extension.221 msg=DIGEST-MD5 SASL mechanism using a server fully qualified domain name of: ip-172-31-24-152.us-east-2.compute.internal Feb 27 16:18:07 ip-172-31-24-152 opendjd: [27/Feb/2020:16:18:07 +0000] category=PROTOCOL severity=NOTICE msgID=org.opends.messages.protocol.276 msg=Started listening for new connections on Administration Connector 0.0.0.0 port 4444 Feb 27 16:18:07 ip-172-31-24-152 opendjd: [27/Feb/2020:16:18:07 +0000] category=PROTOCOL severity=NOTICE msgID=org.opends.messages.protocol.276 msg=Started listening for new connections on LDAP Connection Handler 0.0.0.0 port 1389 Feb 27 16:18:07 ip-172-31-24-152 opendjd: [27/Feb/2020:16:18:07 +0000] category=CORE severity=NOTICE msgID=org.opends.messages.core.135 msg=The Directory Server has started successfully Feb 27 16:18:07 ip-172-31-24-152 opendjd: [27/Feb/2020:16:18:07 +0000] category=CORE severity=NOTICE msgID=org.opends.messages.core.139 msg=The Directory Server has sent an alert notification generated by class org.opends.server.core.DirectoryServer (alert type org.opends.server.DirectoryServerStarted, alert ID org.opends.messages.core-135): The Directory Server has started successfully Feb 27 16:18:08 ip-172-31-24-152 opendjd: [ OK ] Feb 27 16:18:08 ip-172-31-24-152 systemd: Started LSB: Init script for Opendj. Feb 27 16:18:29 ip-172-31-24-152 systemd: Starting LSB: Debian init script for payara webserver... Feb 27 16:18:39 ip-172-31-24-152 glassfishd: Starting Glassfish 4 Application Server: Waiting for domain1 to start ......... Feb 27 16:18:39 ip-172-31-24-152 glassfishd: Successfully started the domain : domain1 Feb 27 16:18:39 ip-172-31-24-152 glassfishd: domain Location: /usr/local/strongkey/payara41/glassfish/domains/domain1 Feb 27 16:18:39 ip-172-31-24-152 glassfishd: Log File: /usr/local/strongkey/payara41/glassfish/domains/domain1/logs/server.log Feb 27 16:18:39 ip-172-31-24-152 glassfishd: Admin Port: 4848 Feb 27 16:18:39 ip-172-31-24-152 glassfishd: Command start-domain executed successfully. Feb 27 16:18:39 ip-172-31-24-152 glassfishd: [ OK ] Feb 27 16:18:39 ip-172-31-24-152 systemd: Started LSB: Debian init script for payara webserver. Feb 27 16:18:50 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 115890ms. Feb 27 16:19:10 ip-172-31-24-152 amazon-ssm-agent: 2020-02-27 16:19:10 INFO Backing off health check to every 600 seconds for 1800 seconds. Feb 27 16:19:10 ip-172-31-24-152 amazon-ssm-agent: 2020-02-27 16:19:10 ERROR Health ping failed with error - EC2RoleRequestError: no EC2 instance role found Feb 27 16:19:10 ip-172-31-24-152 amazon-ssm-agent: caused by: EC2MetadataError: failed to make EC2Metadata request Feb 27 16:19:10 ip-172-31-24-152 amazon-ssm-agent: caused by: <?xml version="1.0" encoding="iso-8859-1"?> Feb 27 16:19:10 ip-172-31-24-152 amazon-ssm-agent: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" Feb 27 16:19:10 ip-172-31-24-152 amazon-ssm-agent: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Feb 27 16:19:10 ip-172-31-24-152 amazon-ssm-agent: Feb 27 16:19:10 ip-172-31-24-152 amazon-ssm-agent: Feb 27 16:19:10 ip-172-31-24-152 amazon-ssm-agent: 404 - Not Found Feb 27 16:19:10 ip-172-31-24-152 amazon-ssm-agent: Feb 27 16:19:10 ip-172-31-24-152 amazon-ssm-agent: Feb 27 16:19:10 ip-172-31-24-152 amazon-ssm-agent:

404 - Not Found

Feb 27 16:19:10 ip-172-31-24-152 amazon-ssm-agent: Feb 27 16:19:10 ip-172-31-24-152 amazon-ssm-agent: Feb 27 16:20:01 ip-172-31-24-152 systemd: Created slice User Slice of root. Feb 27 16:20:01 ip-172-31-24-152 systemd: Starting User Slice of root. Feb 27 16:20:01 ip-172-31-24-152 systemd: Started Session 2 of user root. Feb 27 16:20:01 ip-172-31-24-152 systemd: Starting Session 2 of user root. Feb 27 16:20:01 ip-172-31-24-152 systemd: Removed slice User Slice of root. Feb 27 16:20:01 ip-172-31-24-152 systemd: Stopping User Slice of root. Feb 27 16:20:46 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 113630ms. Feb 27 16:22:40 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 110950ms. Feb 27 16:24:31 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 112910ms. Feb 27 16:26:24 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 109550ms. Feb 27 16:28:13 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 126800ms. Feb 27 16:29:09 ip-172-31-24-152 systemd: Starting Cleanup of Temporary Directories... Feb 27 16:29:09 ip-172-31-24-152 systemd: Started Cleanup of Temporary Directories. Feb 27 16:30:01 ip-172-31-24-152 systemd: Created slice User Slice of root. Feb 27 16:30:01 ip-172-31-24-152 systemd: Starting User Slice of root. Feb 27 16:30:01 ip-172-31-24-152 systemd: Started Session 3 of user root. Feb 27 16:30:01 ip-172-31-24-152 systemd: Starting Session 3 of user root. Feb 27 16:30:01 ip-172-31-24-152 systemd: Removed slice User Slice of root. Feb 27 16:30:01 ip-172-31-24-152 systemd: Stopping User Slice of root. Feb 27 16:30:20 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 112820ms. Feb 27 16:32:13 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 112500ms. Feb 27 16:34:06 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 121690ms. Feb 27 16:36:07 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 129850ms. Feb 27 16:38:17 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 125100ms. Feb 27 16:40:01 ip-172-31-24-152 systemd: Created slice User Slice of root. Feb 27 16:40:01 ip-172-31-24-152 systemd: Starting User Slice of root. Feb 27 16:40:01 ip-172-31-24-152 systemd: Started Session 4 of user root. Feb 27 16:40:01 ip-172-31-24-152 systemd: Starting Session 4 of user root. Feb 27 16:40:01 ip-172-31-24-152 systemd: Removed slice User Slice of root. Feb 27 16:40:01 ip-172-31-24-152 systemd: Stopping User Slice of root. Feb 27 16:40:23 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 125850ms. Feb 27 16:41:41 ip-172-31-24-152 dhclient[2915]: DHCPREQUEST on eth0 to 172.31.16.1 port 67 (xid=0x94313a3) Feb 27 16:41:41 ip-172-31-24-152 dhclient[2915]: DHCPACK from 172.31.16.1 (xid=0x94313a3) Feb 27 16:41:41 ip-172-31-24-152 dhclient[2915]: bound to 172.31.24.152 -- renewal in 1463 seconds. Feb 27 16:41:41 ip-172-31-24-152 ec2net: [get_meta] Getting token for IMDSv2 Feb 27 16:41:42 ip-172-31-24-152 ec2net: [get_meta] Trying to get http://169.254.169.254/latest/meta-data/network/interfaces/macs/06:f5:12:f5:59:32/local-ipv4s Feb 27 16:41:42 ip-172-31-24-152 ec2net: [rewrite_aliases] Rewriting aliases of eth0 Feb 27 16:42:29 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 129830ms. Feb 27 16:44:38 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 122650ms. Feb 27 16:46:41 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 109490ms. Feb 27 16:47:25 ip-172-31-24-152 systemd: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 5113 (find) Feb 27 16:47:25 ip-172-31-24-152 systemd: Mounting Arbitrary Executable File Formats File System... Feb 27 16:47:25 ip-172-31-24-152 systemd: Mounted Arbitrary Executable File Formats File System. Feb 27 16:47:25 ip-172-31-24-152 systemd-udevd: Network interface NamePolicy= disabled on kernel command line, ignoring. Feb 27 16:48:31 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 111970ms. Feb 27 16:49:10 ip-172-31-24-152 amazon-ssm-agent: 2020-02-27 16:49:10 INFO Backing off health check to every 1200 seconds for 3600 seconds. Feb 27 16:49:10 ip-172-31-24-152 amazon-ssm-agent: 2020-02-27 16:49:10 ERROR Health ping failed with error - EC2RoleRequestError: no EC2 instance role found Feb 27 16:49:10 ip-172-31-24-152 amazon-ssm-agent: caused by: EC2MetadataError: failed to make EC2Metadata request Feb 27 16:49:10 ip-172-31-24-152 amazon-ssm-agent: caused by: <?xml version="1.0" encoding="iso-8859-1"?> Feb 27 16:49:10 ip-172-31-24-152 amazon-ssm-agent: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" Feb 27 16:49:10 ip-172-31-24-152 amazon-ssm-agent: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Feb 27 16:49:10 ip-172-31-24-152 amazon-ssm-agent: Feb 27 16:49:10 ip-172-31-24-152 amazon-ssm-agent: Feb 27 16:49:10 ip-172-31-24-152 amazon-ssm-agent: 404 - Not Found Feb 27 16:49:10 ip-172-31-24-152 amazon-ssm-agent: Feb 27 16:49:10 ip-172-31-24-152 amazon-ssm-agent: Feb 27 16:49:10 ip-172-31-24-152 amazon-ssm-agent:

404 - Not Found

Feb 27 16:49:10 ip-172-31-24-152 amazon-ssm-agent: Feb 27 16:49:10 ip-172-31-24-152 amazon-ssm-agent: Feb 27 16:50:01 ip-172-31-24-152 systemd: Created slice User Slice of root. Feb 27 16:50:01 ip-172-31-24-152 systemd: Starting User Slice of root. Feb 27 16:50:01 ip-172-31-24-152 systemd: Started Session 5 of user root. Feb 27 16:50:01 ip-172-31-24-152 systemd: Starting Session 5 of user root. Feb 27 16:50:01 ip-172-31-24-152 systemd: Removed slice User Slice of root. Feb 27 16:50:01 ip-172-31-24-152 systemd: Stopping User Slice of root. Feb 27 16:50:23 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 124560ms. Feb 27 16:52:27 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 130280ms. Feb 27 16:52:46 ip-172-31-24-152 systemd: Started Session 6 of user ec2-user. Feb 27 16:52:46 ip-172-31-24-152 systemd-logind: New session 6 of user ec2-user. Feb 27 16:52:46 ip-172-31-24-152 systemd: Starting Session 6 of user ec2-user. Feb 27 16:54:38 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 127090ms. Feb 27 16:56:45 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 122240ms. Feb 27 16:58:47 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 127590ms. Feb 27 16:59:29 ip-172-31-24-152 systemd: Started Session 7 of user ec2-user. Feb 27 16:59:29 ip-172-31-24-152 systemd-logind: New session 7 of user ec2-user. Feb 27 16:59:29 ip-172-31-24-152 systemd: Starting Session 7 of user ec2-user. Feb 27 16:59:29 ip-172-31-24-152 systemd: Starting Session 7 of user ec2-user. Feb 27 16:59:29 ip-172-31-24-152 systemd-logind: Removed session 7. Feb 27 16:59:29 ip-172-31-24-152 rsyslogd: imjournal: journal reloaded... [v8.24.0-41.amzn2.2.1 try http://www.rsyslog.com/e/0 ] Feb 27 17:00:01 ip-172-31-24-152 systemd: Created slice User Slice of root. Feb 27 17:00:01 ip-172-31-24-152 systemd: Starting User Slice of root. Feb 27 17:00:01 ip-172-31-24-152 systemd: Started Session 8 of user root. Feb 27 17:00:01 ip-172-31-24-152 systemd: Starting Session 8 of user root. Feb 27 17:00:01 ip-172-31-24-152 systemd: Removed slice User Slice of root. Feb 27 17:00:01 ip-172-31-24-152 systemd: Stopping User Slice of root. Feb 27 17:00:55 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 109080ms. Feb 27 17:01:01 ip-172-31-24-152 systemd: Created slice User Slice of root. Feb 27 17:01:01 ip-172-31-24-152 systemd: Starting User Slice of root. Feb 27 17:01:01 ip-172-31-24-152 systemd: Started Session 9 of user root. Feb 27 17:01:01 ip-172-31-24-152 systemd: Starting Session 9 of user root. Feb 27 17:02:44 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 117610ms. Feb 27 17:04:42 ip-172-31-24-152 dhclient[3020]: XMT: Solicit on eth0, interval 129240ms. Feb 27 17:05:35 ip-172-31-24-152 systemd: Started Session 10 of user ec2-user. Feb 27 17:05:35 ip-172-31-24-152 systemd-logind: New session 10 of user ec2-user. Feb 27 17:05:35 ip-172-31-24-152 systemd: Starting Session 10 of user ec2-user.

push2085 commented 4 years ago

Hi @swapnilphanse , Looking at the config, looks like this is a default minimal vm with 1GB memory. Can you deploy a new vm with 4gb memory and 10gb HDD and try this out.

Glassfish, Mariadb, OS needs enough memory to properly install and this may not work on the current VM you have.

swapnilphanse commented 4 years ago

Hi @push2085 ,

I was able to solve it by increasing the memory size.

Thank you