WASdev / ci.docker.websphere-traditional

Dockerfiles for WebSphere Application Server traditional
Apache License 2.0
170 stars 190 forks source link

Version 8 docker image not available anymore on Docker Hub #198

Closed AlexandreYang closed 4 years ago

AlexandreYang commented 4 years ago

cc @arthurdm

Hi šŸ‘‹ ,

We are using ibmcom/websphere-traditional:8.5.5.14-profile on our CI for testing DataDog IBM WAS Integration with WebSphere version 8 (we also test version 9). It seems that the image is not available anymore on Docker Hub.

Before the image became unavailable, we had error indicating that the ssl certificate expired recently on Jan 13th 2020 (see error log below).

Is there a plan to make version 8 image available again on Docker Hub with a valid certificate?

Thanks for your help.


WASX7023E: Error creating "SOAP" connection to host "localhost"; exception information: com.ibm.websphere.management.exception.ConnectorNotAvailableException: [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: java.io.IOException: Exception during sslSocket.startHandshake: com.ibm.jsse2.util.h: PKIX path validation failed: java.security.cert.CertPathValidatorException: The certificate expired at Mon Jan 13 18:55:50 UTC 2020; internal cause is: 
    java.security.cert.CertificateExpiredException: NotAfter: Mon Jan 13 18:55:50 UTC 2020; targetException=java.lang.IllegalArgumentException: Error opening socket: java.io.IOException: Exception during sslSocket.startHandshake: com.ibm.jsse2.util.h: PKIX path validation failed: java.security.cert.CertPathValidatorException: The certificate expired at Mon Jan 13 18:55:50 UTC 2020; internal cause is: 
    java.security.cert.CertificateExpiredException: NotAfter: Mon Jan 13 18:55:50 UTC 2020]
Full logs

``` 2020-01-14T14:56:51.8671735Z WASX7023E: Error creating "SOAP" connection to host "localhost"; exception information: com.ibm.websphere.management.exception.ConnectorNotAvailableException: [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: java.io.IOException: Exception during sslSocket.startHandshake: com.ibm.jsse2.util.h: PKIX path validation failed: java.security.cert.CertPathValidatorException: The certificate expired at Mon Jan 13 18:55:50 UTC 2020; internal cause is: 2020-01-14T14:56:51.8672303Z java.security.cert.CertificateExpiredException: NotAfter: Mon Jan 13 18:55:50 UTC 2020; targetException=java.lang.IllegalArgumentException: Error opening socket: java.io.IOException: Exception during sslSocket.startHandshake: com.ibm.jsse2.util.h: PKIX path validation failed: java.security.cert.CertPathValidatorException: The certificate expired at Mon Jan 13 18:55:50 UTC 2020; internal cause is: 2020-01-14T14:56:51.8672798Z java.security.cert.CertificateExpiredException: NotAfter: Mon Jan 13 18:55:50 UTC 2020] 2020-01-14T14:56:51.8673054Z WASX7213I: This scripting client is not connected to a server process; please refer to the log file /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/wsadmin.traceout for additional information. 2020-01-14T14:56:51.8673291Z WASX8011W: AdminTask object is not available. 2020-01-14T14:56:51.8673555Z WASX7017E: Exception received while running file "/home/scripts/init.jython"; exception information: com.ibm.ws.scripting.ScriptingException: WASX7206W: The application management service is not running. Application management commands will not run. 2020-01-14T14:56:51.8674265Z 2020-01-14T14:56:51.8674457Z Attaching to ibm_was 2020-01-14T14:56:51.8674996Z ibm_was | WASX7357I: By request, this scripting client is not connected to any server process. Certain configuration and application operations will be available in local mode. 2020-01-14T14:56:51.8675415Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/startup.jar' 2020-01-14T14:56:51.8675820Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/bootstrap.jar' 2020-01-14T14:56:51.8676208Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/lmproxy.jar' 2020-01-14T14:56:51.8676587Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/urlprotocols.jar' 2020-01-14T14:56:51.8677205Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/lib/tools.jar' 2020-01-14T14:56:51.8677648Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/deploytool/itp/batchboot.jar' 2020-01-14T14:56:51.8678234Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/deploytool/itp/batch2.jar' 2020-01-14T14:56:51.8678680Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/optionalLibraries/jython/jython.jar' 2020-01-14T14:56:51.8679108Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/org.eclipse.core.runtime.compatibility.jar' 2020-01-14T14:56:51.8679736Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.soa.sca.aries.admin.jar' 2020-01-14T14:56:51.8680219Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.admin.liberty.jar' 2020-01-14T14:56:51.8680685Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.admin.services.jar' 2020-01-14T14:56:51.8681156Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.proxy.admin.jar' 2020-01-14T14:56:51.8681784Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.soa.sca.runtime.oasis.jar' 2020-01-14T14:56:51.8682244Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.runtime.wim.ui.jar' 2020-01-14T14:56:51.8682868Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.runtime.gateway.jar' 2020-01-14T14:56:51.8683307Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/org.eclipse.core.runtime_.jar' 2020-01-14T14:56:51.8683745Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.runtime.coregroupbridge.jar' 2020-01-14T14:56:51.8684338Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.runtime.dist.jar' 2020-01-14T14:56:51.8684842Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.admin.core.jar' 2020-01-14T14:56:51.8685266Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.soa.sca.admin.jar' 2020-01-14T14:56:51.8685685Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.soa.sca.admin.osoa.jar' 2020-01-14T14:56:51.8686102Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.admin.system.jar' 2020-01-14T14:56:51.8686540Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.runtime.wim.core.jar' 2020-01-14T14:56:51.8686991Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.runtime.wim.base.jar' 2020-01-14T14:56:51.8687414Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.soa.sca.runtime.osoa.jar' 2020-01-14T14:56:51.8688030Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.batch.admin.jar' 2020-01-14T14:56:51.8688663Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.servicemapping.admin.command.jar' 2020-01-14T14:56:51.8689093Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.runtime.wim.wmm.jar' 2020-01-14T14:56:51.8689710Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.eba.admin.jar' 2020-01-14T14:56:51.8690309Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.runtime.wim.mig.jar' 2020-01-14T14:56:51.8690757Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.batch.runtime.jar' 2020-01-14T14:56:51.8691232Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.soa.sca.admin.oasis.jar' 2020-01-14T14:56:51.8692025Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.runtime.jar' 2020-01-14T14:56:51.8692446Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/plugins/com.ibm.ws.soa.sca.runtime.common.jar' 2020-01-14T14:56:51.8693018Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/endorsed_apis/jaxws-api.jar' 2020-01-14T14:56:51.8693410Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/endorsed_apis/jaxb-api.jar' 2020-01-14T14:56:51.8693849Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/endorsed_apis/javax.j2ee.annotation.jar' 2020-01-14T14:56:51.8694296Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/amd64/compressedrefs/jclSC180/vm.jar' 2020-01-14T14:56:51.8694838Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/se-service.jar' 2020-01-14T14:56:51.8695278Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/cuda4j.jar' 2020-01-14T14:56:51.8695699Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/math.jar' 2020-01-14T14:56:51.8696095Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ibmorb.jar' 2020-01-14T14:56:51.8696570Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ibmorbapi.jar' 2020-01-14T14:56:51.8697007Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ibmcfw.jar' 2020-01-14T14:56:51.8697422Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ibmpkcs.jar' 2020-01-14T14:56:51.8697848Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ibmcertpathfw.jar' 2020-01-14T14:56:51.8698693Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ibmjgssfw.jar' 2020-01-14T14:56:51.8699169Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ibmjssefw.jar' 2020-01-14T14:56:51.8699809Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ibmsaslfw.jar' 2020-01-14T14:56:51.8700256Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ibmjcefw.jar' 2020-01-14T14:56:51.8700712Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ibmjgssprovider.jar' 2020-01-14T14:56:51.8701340Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ibmjsseprovider2.jar' 2020-01-14T14:56:51.8701818Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ibmcertpathprovider.jar' 2020-01-14T14:56:51.8702252Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/xmldsigfw.jar' 2020-01-14T14:56:51.8702876Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/xml.jar' 2020-01-14T14:56:51.8703487Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/charsets.jar' 2020-01-14T14:56:51.8704260Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/resources.jar' 2020-01-14T14:56:51.8704708Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/rt.jar' 2020-01-14T14:56:51.8705321Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/dataaccess.jar' 2020-01-14T14:56:51.8705837Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/ibmjceprovider.jar' 2020-01-14T14:56:51.8706425Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/healthcenter.jar' 2020-01-14T14:56:51.8706888Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/jverbs.jar' 2020-01-14T14:56:51.8712381Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/zipfs.jar' 2020-01-14T14:56:51.8712749Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/cldrdata.jar' 2020-01-14T14:56:51.8713253Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/dtfj.jar' 2020-01-14T14:56:51.8714001Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/ibmjceplus.jar' 2020-01-14T14:56:51.8714292Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/ibmspnego.jar' 2020-01-14T14:56:51.8714555Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/ibmkeycert.jar' 2020-01-14T14:56:51.8714833Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/dnsns.jar' 2020-01-14T14:56:51.8715149Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/IBMSecureRandom.jar' 2020-01-14T14:56:51.8715434Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/dtfjview.jar' 2020-01-14T14:56:51.8715736Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/iwsorbutil.jar' 2020-01-14T14:56:51.8716034Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/ibmxmldsigprovider.jar' 2020-01-14T14:56:51.8716879Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/ibmcmsprovider.jar' 2020-01-14T14:56:51.8717551Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/ibmxmlencprovider.jar' 2020-01-14T14:56:51.8717935Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/localedata.jar' 2020-01-14T14:56:51.8718344Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/ibmpkcs11impl.jar' 2020-01-14T14:56:51.8718712Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/traceformat.jar' 2020-01-14T14:56:51.8719112Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/ibmxmlcrypto.jar' 2020-01-14T14:56:51.8719485Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/ibmsaslprovider.jar' 2020-01-14T14:56:51.8719869Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/nashorn.jar' 2020-01-14T14:56:51.8721075Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/CmpCrmf.jar' 2020-01-14T14:56:51.8721384Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/jaccess.jar' 2020-01-14T14:56:51.8721849Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/ibmjcefips.jar' 2020-01-14T14:56:51.8722137Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/xmlencfw.jar' 2020-01-14T14:56:51.8722611Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/jre/lib/ext/gskikm.jar' 2020-01-14T14:56:51.8722891Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/lib/dt.jar' 2020-01-14T14:56:51.8723161Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/lib/jconsole.jar' 2020-01-14T14:56:51.8723451Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/java/lib/ibmorbtools.jar' 2020-01-14T14:56:51.8723736Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/rsahelpers.jar' 2020-01-14T14:56:51.8724051Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/jNative2ascii.jar' 2020-01-14T14:56:51.8724363Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/COBOLCallStubGenerator.zip' 2020-01-14T14:56:51.8724752Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/mail-impl.jar' 2020-01-14T14:56:51.8725059Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/batch.wccm.jar' 2020-01-14T14:56:51.8725344Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/rrd-appext.jar' 2020-01-14T14:56:51.8725653Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/OTiSConvertTime.jar' 2020-01-14T14:56:51.8725937Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/batchprops.jar' 2020-01-14T14:56:51.8726249Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/batchpmi.jar' 2020-01-14T14:56:51.8726551Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/batchutilsfep.jar' 2020-01-14T14:56:51.8726837Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/wses_dynaedge.jar' 2020-01-14T14:56:51.8727154Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/commons-discovery.jar' 2020-01-14T14:56:51.8727437Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/ffdcSupport.jar' 2020-01-14T14:56:51.8727737Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/pmirm4arm.jar' 2020-01-14T14:56:51.8728020Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/serviceadapter.jar' 2020-01-14T14:56:51.8728334Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/wsif-compatb.jar' 2020-01-14T14:56:51.8728632Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/pc-appext.jar' 2020-01-14T14:56:51.8728915Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/tcljava.jar' 2020-01-14T14:56:51.8729401Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/databeans.jar' 2020-01-14T14:56:51.8729685Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/aspectjrt.jar' 2020-01-14T14:56:51.8729979Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/rsadbutils.jar' 2020-01-14T14:56:51.8730269Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/IVTClient.jar' 2020-01-14T14:56:51.8730651Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/admin.config.jobcl.jar' 2020-01-14T14:56:51.8730963Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/batfepapi.jar' 2020-01-14T14:56:51.8731259Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/bsf-engines.jar' 2020-01-14T14:56:51.8731588Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/commandlineutils.jar' 2020-01-14T14:56:51.8731877Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/setup.jar' 2020-01-14T14:56:51.8732196Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/admin.config.sched.jar' 2020-01-14T14:56:51.8732504Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/htmlshell.jar' 2020-01-14T14:56:51.8732954Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/com.ibm.rls.jdbc.jar' 2020-01-14T14:56:51.8733253Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/launchclient.jar' 2020-01-14T14:56:51.8733528Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/jacl.jar' 2020-01-14T14:56:51.8733930Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/admin.config.rules.jar' 2020-01-14T14:56:51.8734214Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/iscdeploy.jar' 2020-01-14T14:56:51.8734517Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/openwebbeans.jar' 2020-01-14T14:56:51.8734978Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/jrom.jar' 2020-01-14T14:56:51.8735248Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/j2ee.jar' 2020-01-14T14:56:51.8735737Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/activation-impl.jar' 2020-01-14T14:56:51.8736024Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/lib/EJBCommandTarget.jar' 2020-01-14T14:56:51.8736395Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime/batch.jar' 2020-01-14T14:56:51.8736790Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime/ejbdeploy.jar' 2020-01-14T14:56:51.8737162Z ibm_was | *sys-package-mgr*: processing new jar, '/opt/IBM/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime/ejbmapvalidate.jar' 2020-01-14T14:56:51.8737595Z ibm_was | WASX7303I: The following options are passed to the scripting environment and are available as arguments that are stored in the argv variable: "[/work/config-ibm/webContainer.props]" 2020-01-14T14:56:51.8737884Z ibm_was | Starting server ................... 2020-01-14T14:56:51.8738159Z ibm_was | ADMU0116I: Tool information is being logged in file 2020-01-14T14:56:51.8738647Z ibm_was | /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/server1/startServer.log 2020-01-14T14:56:51.8738926Z ibm_was | ADMU0128I: Starting tool with the AppSrv01 profile 2020-01-14T14:56:51.8739505Z ibm_was | ADMU3100I: Reading configuration for server: server1 2020-01-14T14:56:51.8739759Z ibm_was | ADMU3200I: Server launched. Waiting for initialization status. 2020-01-14T14:56:51.8740200Z ibm_was | ADMU3000I: Server server1 open for e-business; process id is 522 2020-01-14T14:56:51.8740442Z ibm_was | ************ Start Display Current Environment ************ 2020-01-14T14:56:51.8740885Z ibm_was | WebSphere Platform 8.5.5.14 [BASE 8.5.5.14 cf141830.01] running with process name DefaultCell01\DefaultNode01\server1 and process id 522 2020-01-14T14:56:51.8741167Z ibm_was | Host Operating System is Linux, version 4.15.0-1064-azure 2020-01-14T14:56:51.8741523Z ibm_was | Java version = 1.8.0_171, Java Runtime Version = 8.0.5.17 - pxa6480sr5fp17ifix-20180726_01(SR5 FP17+IJ08001), Java Compiler = j9jit29, Java VM name = IBM J9 VM 2020-01-14T14:56:51.8741805Z ibm_was | was.install.root = /opt/IBM/WebSphere/AppServer 2020-01-14T14:56:51.8742049Z ibm_was | user.install.root = /opt/IBM/WebSphere/AppServer/profiles/AppSrv01 2020-01-14T14:56:51.8742299Z ibm_was | Java Home = /opt/IBM/WebSphere/AppServer/java/jre 2020-01-14T14:56:51.8742856Z ibm_was | ws.ext.dirs = /opt/IBM/WebSphere/AppServer/java/lib:/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/classes:/opt/IBM/WebSphere/AppServer/classes:/opt/IBM/WebSphere/AppServer/lib:/opt/IBM/WebSphere/AppServer/installedChannels:/opt/IBM/WebSphere/AppServer/lib/ext:/opt/IBM/WebSphere/AppServer/web/help:/opt/IBM/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime 2020-01-14T14:56:51.8743912Z ibm_was | Classpath = /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/properties:/opt/IBM/WebSphere/AppServer/properties:/opt/IBM/WebSphere/AppServer/lib/startup.jar:/opt/IBM/WebSphere/AppServer/lib/bootstrap.jar:/opt/IBM/WebSphere/AppServer/lib/jsf-nls.jar:/opt/IBM/WebSphere/AppServer/lib/lmproxy.jar:/opt/IBM/WebSphere/AppServer/lib/urlprotocols.jar:/opt/IBM/WebSphere/AppServer/deploytool/itp/batchboot.jar:/opt/IBM/WebSphere/AppServer/deploytool/itp/batch2.jar:/opt/IBM/WebSphere/AppServer/java/lib/tools.jar 2020-01-14T14:56:51.8745010Z ibm_was | Java Library path = /opt/IBM/WebSphere/AppServer/lib/native/linux/x86_64/:/opt/IBM/WebSphere/AppServer/java/jre/lib/amd64/compressedrefs:/opt/IBM/WebSphere/AppServer/java/jre/lib/amd64:/opt/IBM/WebSphere/AppServer/bin:/opt/IBM/WebSphere/AppServer/nulldllsdir:/usr/lib64:/usr/lib: 2020-01-14T14:56:51.8746074Z ibm_was | Orb Version = IBM Java ORB build orb80-20180617.00 2020-01-14T14:56:51.8746395Z ibm_was | Max file descriptor count = 1048576 2020-01-14T14:56:51.8746927Z ibm_was | ************* End Display Current Environment ************* 2020-01-14T14:56:51.8747268Z ibm_was | [1/14/20 14:55:31:029 UTC] 00000001 ManagerAdmin I TRAS0017I: The startup trace state is *=info. 2020-01-14T14:56:51.8748056Z ibm_was | [1/14/20 14:55:31:032 UTC] 00000001 ManagerAdmin I TRAS0111I: The message IDs that are in use are deprecated 2020-01-14T14:56:51.8748469Z ibm_was | [1/14/20 14:55:31:095 UTC] 00000001 ModelMgr I WSVR0800I: Initializing core configuration models 2020-01-14T14:56:51.8748862Z ibm_was | [1/14/20 14:55:31:713 UTC] 00000001 ComponentMeta I WSVR0179I: The runtime provisioning feature is disabled. All components will be started. 2020-01-14T14:56:51.8749304Z ibm_was | [1/14/20 14:55:31:820 UTC] 00000001 ProviderTrack I com.ibm.ffdc.osgi.ProviderTracker AddingService FFDC1007I: FFDC Provider Installed: com.ibm.ws.ffdc.impl.FfdcProvider@7e6b2b41 2020-01-14T14:56:51.8749679Z ibm_was | [1/14/20 14:55:31:939 UTC] 00000001 AdminInitiali A ADMN0015I: The administration service is initialized. 2020-01-14T14:56:51.8750036Z ibm_was | [1/14/20 14:55:32:765 UTC] 00000001 PluginConfigS I PLGC0057I: The plug-in configuration service started successfully. 2020-01-14T14:56:51.8750397Z ibm_was | [1/14/20 14:55:32:914 UTC] 00000001 SSLComponentI I CWPKI0001I: SSL service is initializing the configuration 2020-01-14T14:56:51.8751554Z ibm_was | [1/14/20 14:55:32:922 UTC] 00000001 SSLConfigMana I CWPKI0051I: The process has the java security property jdk.certpath.disabledAlgorithms set to [MD2, MD5, SHA1 jdkCA & usage TLSServer, RSA keySize < 1024, DSA keySize < 1024, EC keySize < 224]. The WebSphere Application server is setting the java security property jdk.certpath.disabledAlgorithms to [MD2, RSA keySize < 1024, MD5]. 2020-01-14T14:56:51.8752404Z ibm_was | [1/14/20 14:55:32:923 UTC] 00000001 SSLConfigMana I CWPKI0051I: The process has the java security property jdk.tls.disabledAlgorithms set to [SSLv3, RC4, MD5withRSA, DH keySize < 1024, 3DES_EDE_CBC, DESede, EC keySize < 224, DES40_CBC, RC4_40]. The WebSphere Application server is setting the java security property jdk.tls.disabledAlgorithms to [SSLv3, RC4, DH keySize < 768, MD5withRSA]. 2020-01-14T14:56:51.8752823Z ibm_was | [1/14/20 14:55:32:925 UTC] 00000001 FIPSManager I CWPKI0044I: FIPS security mode is : No FIPS property found. 2020-01-14T14:56:51.8753173Z ibm_was | [1/14/20 14:55:32:928 UTC] 00000001 WSKeyStore W CWPKI0041W: One or more key stores are using the default password. 2020-01-14T14:56:51.8753563Z ibm_was | [1/14/20 14:55:32:937 UTC] 00000001 SSLConfigMana I CWPKI0027I: Disabling default hostname verification for HTTPS URL connections. 2020-01-14T14:56:51.8754013Z ibm_was | [1/14/20 14:55:32:948 UTC] 00000001 SSLDiagnostic I CWPKI0014I: The SSL component's FFDC Diagnostic Module com.ibm.ws.ssl.core.SSLDiagnosticModule registered successfully: true. 2020-01-14T14:56:51.8754378Z ibm_was | [1/14/20 14:55:32:951 UTC] 00000001 SSLComponentI I CWPKI0002I: SSL service initialization completed successfully 2020-01-14T14:56:51.8755073Z ibm_was | [1/14/20 14:55:32:957 UTC] 00000001 DiagnosticCon I com.ibm.wsspi.rasdiag.DiagnosticConfigHome setStateCollectionSpec RASD0012I: Updating State Collection Spec from Uninitialized Value to .*:.*=0 2020-01-14T14:56:51.8755400Z ibm_was | [1/14/20 14:55:32:960 UTC] 00000001 PMIImpl A CWPMI1001I: PMI is enabled 2020-01-14T14:56:51.8755756Z ibm_was | [1/14/20 14:55:33:256 UTC] 00000001 GAPAgentCompo I CWLRS6000I: GAP (Grid Application Placement) Component has initialized successfully on process UnManagedProcess. 2020-01-14T14:56:51.8756288Z ibm_was | [1/14/20 14:55:33:280 UTC] 00000001 SibMessage I [:] CWSIU0000I: Release: WAS855.SIB Level: cf141829.02 2020-01-14T14:56:51.8756826Z ibm_was | [1/14/20 14:55:33:376 UTC] 00000001 SecurityDM I SECJ0231I: The Security component's FFDC Diagnostic Module com.ibm.ws.security.core.SecurityDM registered successfully: true. 2020-01-14T14:56:51.8757122Z ibm_was | [1/14/20 14:55:33:401 UTC] 00000001 distSecurityC I SECJ6004I: Security Auditing is disabled. 2020-01-14T14:56:51.8757407Z ibm_was | [1/14/20 14:55:33:416 UTC] 00000001 distSecurityC I SECJ0309I: Java 2 Security is disabled. 2020-01-14T14:56:51.8757739Z ibm_was | [1/14/20 14:55:33:417 UTC] 00000001 Configuration A SECJ0215I: Successfully set JAAS login provider configuration class to com.ibm.ws.security.auth.login.Configuration. 2020-01-14T14:56:51.8758245Z ibm_was | [1/14/20 14:55:33:473 UTC] 00000001 distSecurityC I SECJ0240I: Security service initialization completed successfully 2020-01-14T14:56:51.8758603Z ibm_was | [1/14/20 14:55:34:011 UTC] 00000001 JAASLoginConf I SECJ0212I: WCCM JAAS configuration information successfully pushed to login provider class. 2020-01-14T14:56:51.8758913Z ibm_was | [1/14/20 14:55:34:031 UTC] 00000001 J2EEServiceMa I ASYN0059I: Work Manager service initialized successfully. 2020-01-14T14:56:51.8759229Z ibm_was | [1/14/20 14:55:34:094 UTC] 00000001 CScopeCompone I CSCP0002I: Compensation service is disabled. 2020-01-14T14:56:51.8759541Z ibm_was | [1/14/20 14:55:34:172 UTC] 00000001 SibMessage I [:] CWSID0006I: The SIB service was not enabled and will not be started. 2020-01-14T14:56:51.8759876Z ibm_was | [1/14/20 14:55:34:176 UTC] 00000001 ActivitySessi I WACS0045I: ActivitySession service is disabled. 2020-01-14T14:56:51.8760211Z ibm_was | [1/14/20 14:55:34:183 UTC] 00000001 AppProfileCom I ACIN0030I: Application Profiling service is disabled. 2020-01-14T14:56:51.8760635Z ibm_was | [1/14/20 14:55:34:195 UTC] 00000001 SOAPContainer I WSWS1062I: The SOAP Container service has been initialized. 2020-01-14T14:56:51.8760970Z ibm_was | [1/14/20 14:55:34:536 UTC] 00000001 SchedulerServ I SCHD0036I: The Scheduler Service is initializing. 2020-01-14T14:56:51.8761448Z ibm_was | [1/14/20 14:55:34:544 UTC] 00000001 SchedulerServ I SCHD0037I: The Scheduler Service has been initialized. 2020-01-14T14:56:51.8761763Z ibm_was | [1/14/20 14:55:34:552 UTC] 00000001 JPAComponentI I CWWJP0026I: The Java Persistence API (JPA) component is initializing. 2020-01-14T14:56:51.8762135Z ibm_was | [1/14/20 14:55:34:562 UTC] 00000001 AbstractJPACo I CWWJP0006I: The com.ibm.websphere.persistence.PersistenceProviderImpl class is loaded as the default Java Persistence API (JPA) provider. 2020-01-14T14:56:51.8762629Z ibm_was | [1/14/20 14:55:34:564 UTC] 00000001 JPAComponentI I CWWJP0027I: The Java Persistence API (JPA) component has initialized. 2020-01-14T14:56:51.8763219Z ibm_was | [1/14/20 14:55:34:773 UTC] 00000001 ApplicationRe I ApplicationRepositoryFactory CWSCT0405I: The application router is configured to select applications by the weight. 2020-01-14T14:56:51.8763660Z ibm_was | [1/14/20 14:55:34:776 UTC] 00000001 ApplicationRe I ApplicationRepositoryFactory CWSCT0415I: Loading default application router, weight strategy. 2020-01-14T14:56:51.8764026Z ibm_was | [1/14/20 14:55:34:776 UTC] 00000001 DefaultApplic I DefaultApplicationRouter CWSCT0401I: Default application router has been initialized. 2020-01-14T14:56:51.8764439Z ibm_was | [1/14/20 14:55:34:785 UTC] 00000001 WebsphereComm I WebsphereCommonLauncher CWSCT0332I: SIP Container was launched successfully but will only be initialized when first SIP application is loaded. 2020-01-14T14:56:51.8764778Z ibm_was | [1/14/20 14:55:34:857 UTC] 00000001 StartUpServic I STUP0008I: The Startup Beans service is disabled. 2020-01-14T14:56:51.8765117Z ibm_was | [1/14/20 14:55:34:867 UTC] 00000001 I18nService I I18N0010I: The Internationalization service is created on server1. 2020-01-14T14:56:51.8765457Z ibm_was | [1/14/20 14:55:34:868 UTC] 00000001 I18nServiceSe I I18N0010I: The Internationalization service is disabled on server1. 2020-01-14T14:56:51.8765778Z ibm_was | [1/14/20 14:55:34:911 UTC] 00000001 GridConfigura I CWLRB5871I: The GridConfigurator initialized successfully. 2020-01-14T14:56:51.8766103Z ibm_was | [1/14/20 14:55:34:921 UTC] 00000001 GridDBConfigu I CWLRB5874I: The GridDBConfigurator initialized successfully. 2020-01-14T14:56:51.8766553Z ibm_was | [1/14/20 14:55:34:922 UTC] 00000001 BatchSensorCo I CWLRB5902I: BatchSensorComponent initializing. 2020-01-14T14:56:51.8766872Z ibm_was | [1/14/20 14:55:34:923 UTC] 00000001 BatchSensorCo I CWLRB5903I: BatchSensorComponent initialized successfully. 2020-01-14T14:56:51.8767185Z ibm_was | [1/14/20 14:55:34:955 UTC] 00000001 SchedulerComp I CWLRB5856I: The RUN_IN_MIXED_MODE property has a value of false. 2020-01-14T14:56:51.8767486Z ibm_was | [1/14/20 14:55:34:985 UTC] 00000001 SSLComponentI I CWPKI0003I: SSL service is starting 2020-01-14T14:56:51.8767794Z ibm_was | [1/14/20 14:55:34:991 UTC] 00000001 SSLComponentI I CWPKI0004I: SSL service started successfully 2020-01-14T14:56:51.8768535Z ibm_was | [1/14/20 14:55:35:101 UTC] 00000001 SecurityConne A JSAS0006I: Security connection interceptor initialized. 2020-01-14T14:56:51.8768878Z ibm_was | [1/14/20 14:55:35:106 UTC] 00000001 ServiceInit A JSAS0001I: Security configuration initialized. 2020-01-14T14:56:51.8769171Z ibm_was | [1/14/20 14:55:35:107 UTC] 00000001 ServiceInit A JSAS0003I: Authentication mechanism: LTPA 2020-01-14T14:56:51.8769617Z ibm_was | [1/14/20 14:55:35:108 UTC] 00000001 ServiceInit A JSAS0004I: Principal name: defaultWIMFileBasedRealm/ 2020-01-14T14:56:51.8769937Z ibm_was | [1/14/20 14:55:35:127 UTC] 00000001 CSIClientRI A JSAS0007I: Client request interceptor registered. 2020-01-14T14:56:51.8770238Z ibm_was | [1/14/20 14:55:35:176 UTC] 00000001 CSIServerRI A JSAS0008I: Server request interceptor registered. 2020-01-14T14:56:51.8770556Z ibm_was | [1/14/20 14:55:35:184 UTC] 00000001 SecurityCompo A JSAS0009I: IOR interceptor registered. 2020-01-14T14:56:51.8770954Z ibm_was | [1/14/20 14:55:36:726 UTC] 00000001 CoordinatorIm I HMGR0206I: The Coordinator is an Active Coordinator for core group DefaultCoreGroup. The active coordinator set is [DefaultCell01\DefaultNode01\server1]. 2020-01-14T14:56:51.8771508Z ibm_was | [1/14/20 14:55:36:754 UTC] 00000001 DCSPluginSing I HMGR0005I: The Single Server DCS Core Stack transport has been started for core group DefaultCoreGroup. 2020-01-14T14:56:51.8771879Z ibm_was | [1/14/20 14:55:36:765 UTC] 00000001 CoordinatorCo I HMGR0011I: The High Availability Manager is configured to be the bulletin board provider. 2020-01-14T14:56:51.8772217Z ibm_was | [1/14/20 14:55:36:777 UTC] 00000001 DragDropDeplo I CWLDD0103I: Monitored directory application deployment service has been configured to be off. 2020-01-14T14:56:51.8772637Z ibm_was | [1/14/20 14:55:36:869 UTC] 00000001 NameServerImp A NMSV0018I: Name server available on bootstrap port 2809. 2020-01-14T14:56:51.8772983Z ibm_was | [1/14/20 14:55:38:054 UTC] 00000001 UserRegistryI A SECJ0136I: Custom Registry:com.ibm.ws.wim.registry.WIMUserRegistry has been initialized 2020-01-14T14:56:51.8773316Z ibm_was | [1/14/20 14:55:38:090 UTC] 00000001 JMSRegistrati A WMSG1611I: The installed level of the WebSphere MQ messaging provider is 7.1.0.9. 2020-01-14T14:56:51.8773652Z ibm_was | [1/14/20 14:55:38:093 UTC] 00000001 JMSRegistrati I WMSG1703I: RAR implementation version 7.1.0.9-k710-009-171030 2020-01-14T14:56:51.8773963Z ibm_was | [1/14/20 14:55:38:117 UTC] 00000001 ObjectPoolSer I OBPL0010I: The Object Pool service started successfully. 2020-01-14T14:56:51.8774280Z ibm_was | [1/14/20 14:55:39:714 UTC] 00000001 JMXSoapAdapte A ADMC0013I: The SOAP connector is available at port 8880 2020-01-14T14:56:51.8774681Z ibm_was | [1/14/20 14:55:39:755 UTC] 00000001 TCPChannel I TCPC0001I: TCP Channel TCPInboundChannel_ipcc.Default_IPC_Connector_Name is listening on host localhost (IPv4: 127.0.0.1) port 9633. 2020-01-14T14:56:51.8775044Z ibm_was | [1/14/20 14:55:39:757 UTC] 00000001 WSChannelFram A CHFW0019I: The Transport Channel Service has started chain IPCCInboundChain.Default_IPC_Connector_Name. 2020-01-14T14:56:51.8775394Z ibm_was | [1/14/20 14:55:39:758 UTC] 00000001 IPCConnectorS I ADMC0070I: The IPC connector is available at port 9633 2020-01-14T14:56:51.8775694Z ibm_was | [1/14/20 14:55:39:765 UTC] 00000001 distSecurityC I securityServiceStarted is true 2020-01-14T14:56:51.8776016Z ibm_was | [1/14/20 14:55:39:766 UTC] 00000001 distSecurityC I SECJ0243I: Security service started successfully 2020-01-14T14:56:51.8776328Z ibm_was | [1/14/20 14:55:39:767 UTC] 00000001 distSecurityC I SECJ0210I: Security enabled true 2020-01-14T14:56:51.8776651Z ibm_was | [1/14/20 14:55:39:773 UTC] 00000001 J2EEServiceMa I ASYN0055I: The Work Manager service started successfully. 2020-01-14T14:56:51.8777040Z ibm_was | [1/14/20 14:55:39:829 UTC] 00000001 RecoveryDirec I CWRLS0010I: Performing recovery processing for local WebSphere server (DefaultCell01\DefaultNode01\server1). 2020-01-14T14:56:51.8777466Z ibm_was | [1/14/20 14:55:39:839 UTC] 00000001 RecoveryDirec I CWRLS0012I: All persistent services have been directed to perform recovery processing for this WebSphere server (DefaultCell01\DefaultNode01\server1). 2020-01-14T14:56:51.8778387Z ibm_was | [1/14/20 14:55:39:856 UTC] 00000047 LogHandle I CWRLS0007I: No existing recovery log files found in /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/tranlog/DefaultCell01/DefaultNode01/server1/transaction/tranlog. Cold starting the recovery log. 2020-01-14T14:56:51.8778876Z ibm_was | [1/14/20 14:55:39:857 UTC] 00000047 LogFileHandle I CWRLS0006I: Creating new recovery log file /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/tranlog/DefaultCell01/DefaultNode01/server1/transaction/tranlog/log1. 2020-01-14T14:56:51.8779345Z ibm_was | [1/14/20 14:55:39:864 UTC] 00000047 LogFileHandle I CWRLS0006I: Creating new recovery log file /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/tranlog/DefaultCell01/DefaultNode01/server1/transaction/tranlog/log2. 2020-01-14T14:56:51.8779834Z ibm_was | [1/14/20 14:55:39:972 UTC] 00000047 LogHandle I CWRLS0007I: No existing recovery log files found in /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/tranlog/DefaultCell01/DefaultNode01/server1/transaction/partnerlog. Cold starting the recovery log. 2020-01-14T14:56:51.8780324Z ibm_was | [1/14/20 14:55:39:973 UTC] 00000047 LogFileHandle I CWRLS0006I: Creating new recovery log file /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/tranlog/DefaultCell01/DefaultNode01/server1/transaction/partnerlog/log1. 2020-01-14T14:56:51.8780887Z ibm_was | [1/14/20 14:55:39:975 UTC] 00000047 LogFileHandle I CWRLS0006I: Creating new recovery log file /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/tranlog/DefaultCell01/DefaultNode01/server1/transaction/partnerlog/log2. 2020-01-14T14:56:51.8781425Z ibm_was | [1/14/20 14:55:40:040 UTC] 00000001 ResourceMgrIm I WSVR0049I: Binding AsyncRequestDispatcherWorkManager as wm/ard 2020-01-14T14:56:51.8781826Z ibm_was | [1/14/20 14:55:40:061 UTC] 00000047 RecoveryManag A WTRN0132I: Transaction recovery for DefaultCell01\DefaultNode01\server1 initiated with server uuid 7e50f15461ebd8a9216e81afe3cee811773c1092 and restart epoch 0 2020-01-14T14:56:51.8782170Z ibm_was | [1/14/20 14:55:40:064 UTC] 00000047 RecoveryManag I WTRN0135I: Transaction service recovering no transactions. 2020-01-14T14:56:51.8782474Z ibm_was | [1/14/20 14:55:40:065 UTC] 00000047 RecoveryManag A WTRN0134I: Recovering 0 XA resource manager(s) from the transaction partner logs 2020-01-14T14:56:51.8782806Z ibm_was | [1/14/20 14:55:40:068 UTC] 00000047 RecoveryManag A WTRN0133I: Transaction recovery processing for this server is complete 2020-01-14T14:56:51.8783150Z ibm_was | [1/14/20 14:55:40:098 UTC] 00000001 ResourceMgrIm I WSVR0049I: Binding DefaultEJBTimerDataSource as jdbc/DefaultEJBTimerDataSource 2020-01-14T14:56:51.8783457Z ibm_was | [1/14/20 14:55:40:112 UTC] 00000001 ResourceMgrIm I WSVR0049I: Binding Default_CF as eis/DefaultDatasource_CMP 2020-01-14T14:56:51.8783787Z ibm_was | [1/14/20 14:55:40:125 UTC] 00000001 ResourceMgrIm I WSVR0049I: Binding Default Datasource as DefaultDatasource 2020-01-14T14:56:51.8784085Z ibm_was | [1/14/20 14:55:40:134 UTC] 00000001 ResourceMgrIm I WSVR0049I: Binding DefaultWorkManager as wm/default 2020-01-14T14:56:51.8784404Z ibm_was | [1/14/20 14:55:40:138 UTC] 00000001 ResourceMgrIm I WSVR0049I: Binding DefaultTimerManager as tm/default 2020-01-14T14:56:51.8784896Z ibm_was | [1/14/20 14:55:40:160 UTC] 00000001 WorkAreaServi A ACWA0002I: WorkArea service not enabled on server1. 2020-01-14T14:56:51.8785301Z ibm_was | [1/14/20 14:55:40:168 UTC] 00000001 SOAPAcceptorC I WSSC1019I: The SOAP Acceptor Channel has been configured. 2020-01-14T14:56:51.8785657Z ibm_was | [1/14/20 14:55:40:182 UTC] 00000001 CacheServiceI I DYNA1054I: Dynamic Cache (core cache) initialized successfully. 2020-01-14T14:56:51.8785965Z ibm_was | [1/14/20 14:55:40:191 UTC] 00000001 ObjectCacheSe I DYNA1056I: Dynamic Cache (object cache) initialized successfully. 2020-01-14T14:56:51.8786519Z ibm_was | [1/14/20 14:55:40:233 UTC] 00000001 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0239I: Extension Factory [class com.ibm.ws.websvcs.extension.WASAxis2ExtensionFactory] was registered successfully. 2020-01-14T14:56:51.8787013Z ibm_was | [1/14/20 14:55:40:237 UTC] 00000001 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0240I: Extension Factory [class com.ibm.ws.websvcs.extension.WASAxis2ExtensionFactory] has been associated with patterns [""]. 2020-01-14T14:56:51.8787689Z ibm_was | [1/14/20 14:55:40:241 UTC] 00000001 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0239I: Extension Factory [class com.ibm.ws.websvcs.extension.AsyncServletExtensionFactory] was registered successfully. 2020-01-14T14:56:51.8788694Z ibm_was | [1/14/20 14:55:40:242 UTC] 00000001 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0240I: Extension Factory [class com.ibm.ws.websvcs.extension.AsyncServletExtensionFactory] has been associated with patterns [""]. 2020-01-14T14:56:51.8789074Z ibm_was | [1/14/20 14:55:40:262 UTC] 00000001 WASAxis2Compo I WSWS7001I: The Axis2 service has been started. 2020-01-14T14:56:51.8789498Z ibm_was | [1/14/20 14:55:40:403 UTC] 00000001 SchedulerServ I SCHD0031I: The Scheduler Service is starting. 2020-01-14T14:56:51.8789808Z ibm_was | [1/14/20 14:55:40:409 UTC] 00000001 SchedulerServ I SCHD0001I: The Scheduler Service has started. 2020-01-14T14:56:51.8790153Z ibm_was | [1/14/20 14:55:40:415 UTC] 00000001 JPAComponentI I CWWJP0028I: The Java Persistence API (JPA) component is starting. 2020-01-14T14:56:51.8790499Z ibm_was | [1/14/20 14:55:40:419 UTC] 00000001 JPAComponentI I CWWJP0017I: The Java Persistence API (JPA) component has started. 2020-01-14T14:56:51.8790919Z ibm_was | [1/14/20 14:55:40:481 UTC] 00000001 ServerCache I DYNA1001I: WebSphere Dynamic Cache instance named ws/com.ibm.ws.wssecurity.sctClientCacheMap initialized successfully. 2020-01-14T14:56:51.8791299Z ibm_was | [1/14/20 14:55:40:493 UTC] 00000001 ServerCache I DYNA1071I: The cache provider "default" is being used. 2020-01-14T14:56:51.8791895Z ibm_was | [1/14/20 14:55:40:501 UTC] 00000001 ServerCache I DYNA1001I: WebSphere Dynamic Cache instance named ws/com.ibm.ws.wssecurity.sctServiceCacheMap initialized successfully. 2020-01-14T14:56:51.8792376Z ibm_was | [1/14/20 14:55:40:506 UTC] 00000001 ServerCache I DYNA1071I: The cache provider "default" is being used. 2020-01-14T14:56:51.8792781Z ibm_was | [1/14/20 14:55:40:556 UTC] 00000001 RegistryConfi I CWXRS0017I: Extension Registry objects storage: /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/temp/DefaultNode01/server1/_extensionregistry 2020-01-14T14:56:51.8793189Z ibm_was | [1/14/20 14:55:40:567 UTC] 00000001 ServerCache I DYNA1001I: WebSphere Dynamic Cache instance named ws/com.ibm.workplace/ExtensionRegistryCache initialized successfully. 2020-01-14T14:56:51.8793503Z ibm_was | [1/14/20 14:55:40:568 UTC] 00000001 ServerCache I DYNA1071I: The cache provider "default" is being used. 2020-01-14T14:56:51.8793855Z ibm_was | [1/14/20 14:55:40:569 UTC] 00000001 RegistryCache I CWXRS0002I: DynaCache instance for Extension Registry created with CACHE_SIZE: 5000 2020-01-14T14:56:51.8794452Z ibm_was | [1/14/20 14:55:40:840 UTC] 00000001 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0239I: Extension Factory [class com.ibm.ws.container.binding.http.HTTPExtensionFactory] was registered successfully. 2020-01-14T14:56:51.8794891Z ibm_was | [1/14/20 14:55:40:841 UTC] 00000001 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0240I: Extension Factory [class com.ibm.ws.container.binding.http.HTTPExtensionFactory] has been associated with patterns [""]. 2020-01-14T14:56:51.8795425Z ibm_was | [1/14/20 14:55:40:846 UTC] 00000001 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0239I: Extension Factory [class com.ibm.ws.jsf.extprocessor.JSFExtensionFactory] was registered successfully. 2020-01-14T14:56:51.8795934Z ibm_was | [1/14/20 14:55:40:847 UTC] 00000001 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0240I: Extension Factory [class com.ibm.ws.jsf.extprocessor.JSFExtensionFactory] has been associated with patterns [""]. 2020-01-14T14:56:51.8796410Z ibm_was | [1/14/20 14:55:40:879 UTC] 00000001 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0239I: Extension Factory [class com.ibm.ws.portletcontainer.webextension.PortletExtensionFactory] was registered successfully. 2020-01-14T14:56:51.8796892Z ibm_was | [1/14/20 14:55:40:880 UTC] 00000001 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0240I: Extension Factory [class com.ibm.ws.portletcontainer.webextension.PortletExtensionFactory] has been associated with patterns [""]. 2020-01-14T14:56:51.8797390Z ibm_was | [1/14/20 14:55:40:881 UTC] 00000001 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0239I: Extension Factory [class com.ibm.ws.portletcontainer.portletserving.PortletServingExtensionFactory] was registered successfully. 2020-01-14T14:56:51.8798130Z ibm_was | [1/14/20 14:55:40:882 UTC] 00000001 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0240I: Extension Factory [class com.ibm.ws.portletcontainer.portletserving.PortletServingExtensionFactory] has been associated with patterns [""]. 2020-01-14T14:56:51.8798621Z ibm_was | [1/14/20 14:55:40:888 UTC] 00000001 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0239I: Extension Factory [class com.ibm.ws.jsp.webcontainerext.ws.WASJSPExtensionFactory] was registered successfully. 2020-01-14T14:56:51.8799120Z ibm_was | [1/14/20 14:55:40:889 UTC] 00000001 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0240I: Extension Factory [class com.ibm.ws.jsp.webcontainerext.ws.WASJSPExtensionFactory] has been associated with patterns [*.jsp *.jspx *.jsw *.jsv ]. 2020-01-14T14:56:51.8799602Z ibm_was | [1/14/20 14:55:41:023 UTC] 00000001 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0239I: Extension Factory [class com.ibm.ws.ard.extension.ARDExtensionFactory] was registered successfully. 2020-01-14T14:56:51.8800066Z ibm_was | [1/14/20 14:55:41:024 UTC] 00000001 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0240I: Extension Factory [class com.ibm.ws.ard.extension.ARDExtensionFactory] has been associated with patterns [""]. 2020-01-14T14:56:51.8800627Z ibm_was | [1/14/20 14:55:41:312 UTC] 00000001 ThreadPool I WSVR0629I: The request buffer for thread pool "server.startup" has reached its capacity. 2020-01-14T14:56:51.8800953Z ibm_was | [1/14/20 14:55:41:315 UTC] 00000050 ApplicationMg A WSVR0200I: Starting application: ManagementEJB 2020-01-14T14:56:51.8801421Z ibm_was | [1/14/20 14:55:41:316 UTC] 0000004f ApplicationMg A WSVR0200I: Starting application: filetransferSecured 2020-01-14T14:56:51.8801758Z ibm_was | [1/14/20 14:55:41:318 UTC] 0000004f ApplicationMg A WSVR0204I: Application: filetransferSecured Application build level: Unknown 2020-01-14T14:56:51.8802093Z ibm_was | [1/14/20 14:55:41:317 UTC] 00000050 ApplicationMg A WSVR0204I: Application: ManagementEJB Application build level: Unknown 2020-01-14T14:56:51.8802392Z ibm_was | [1/14/20 14:55:41:330 UTC] 0000004e ApplicationMg A WSVR0200I: Starting application: SchedulerCalendars 2020-01-14T14:56:51.8802812Z ibm_was | [1/14/20 14:55:41:331 UTC] 0000004e ApplicationMg A WSVR0204I: Application: SchedulerCalendars Application build level: Unknown 2020-01-14T14:56:51.8803200Z ibm_was | [1/14/20 14:55:41:654 UTC] 0000004f webcontainer I com.ibm.ws.webcontainer.WSWebContainer initialize SRVE0161I: IBM WebSphere Application Server - Web Container. Copyright IBM Corp. 1998-2012 2020-01-14T14:56:51.8803535Z ibm_was | [1/14/20 14:55:41:654 UTC] 00000050 SharedEJBRunt I WSVR0037I: Starting EJB jar: mejb.jar 2020-01-14T14:56:51.8803837Z ibm_was | [1/14/20 14:55:41:655 UTC] 0000004e SharedEJBRunt I WSVR0037I: Starting EJB jar: Calendars.jar 2020-01-14T14:56:51.8804172Z ibm_was | [1/14/20 14:55:41:657 UTC] 0000004f webcontainer I com.ibm.ws.webcontainer.WSWebContainer initialize SRVE0162I: Servlet Specification Level: 3.0 2020-01-14T14:56:51.8804703Z ibm_was | [1/14/20 14:55:41:658 UTC] 0000004f webcontainer I com.ibm.ws.webcontainer.WSWebContainer initialize SRVE0163I: Supported JSP Specification Level: 2.2 2020-01-14T14:56:51.8805117Z ibm_was | [1/14/20 14:55:41:670 UTC] 0000004f collaborator I com.ibm.ws.webcontainer.collaborator.WebAppSecurityCollaboratorImpl createSecurityCollabImpl using default ejs collaborator since there is nothing in the extension points 2020-01-14T14:56:51.8805614Z ibm_was | [1/14/20 14:55:41:692 UTC] 0000004f AuthConfigFac W SECJ8032W: AuthConfigFactory implementation is not defined, using the default JASPI factory implementation class: com.ibm.ws.security.jaspi.ProviderRegistry. 2020-01-14T14:56:51.8806088Z ibm_was | [1/14/20 14:55:41:705 UTC] 00000050 WASNameSpaceB I CNTR0167I: The server is binding the javax.management.j2ee.ManagementHome interface of the Management enterprise bean in the mejb.jar module of the ManagementEJB application. The binding location is: ejb/mgmt/MEJB 2020-01-14T14:56:51.8806643Z ibm_was | [1/14/20 14:55:41:734 UTC] 00000050 AbstractEJBRu I CNTR0167I: The server is binding the javax.management.j2ee.ManagementHome interface of the Management enterprise bean in the mejb.jar module of the ManagementEJB application. The binding location is: java:global/ManagementEJB/mejb/Management!javax.management.j2ee.ManagementHome 2020-01-14T14:56:51.8807136Z ibm_was | [1/14/20 14:55:41:756 UTC] 0000004f webcontainer I com.ibm.ws.webcontainer.WSWebContainer addVirtualHostExtensionFactory SRVE0239I: Extension Factory [class com.ibm.ws.webcontainer.extension.ExtHandshakeVHostExtensionFactory] was registered successfully. 2020-01-14T14:56:51.8807614Z ibm_was | [1/14/20 14:55:41:758 UTC] 0000004f webcontainer I com.ibm.ws.webcontainer.WSWebContainer addVirtualHostExtensionFactory SRVE0240I: Extension Factory [class com.ibm.ws.webcontainer.extension.ExtHandshakeVHostExtensionFactory] has been associated with patterns [VH:_WS_EH* ]. 2020-01-14T14:56:51.8808361Z ibm_was | [1/14/20 14:55:41:783 UTC] 0000004e WASNameSpaceB I CNTR0167I: The server is binding the com.ibm.websphere.scheduler.UserCalendarHome interface of the DefaultUserCalendar enterprise bean in the Calendars.jar module of the SchedulerCalendars application. The binding location is: com/ibm/websphere/scheduler/calendar/DefaultUserCalendarHome 2020-01-14T14:56:51.8809008Z ibm_was | [1/14/20 14:55:41:785 UTC] 0000004e AbstractEJBRu I CNTR0167I: The server is binding the com.ibm.websphere.scheduler.UserCalendarHome interface of the DefaultUserCalendar enterprise bean in the Calendars.jar module of the SchedulerCalendars application. The binding location is: java:global/SchedulerCalendars/Calendars/DefaultUserCalendar!com.ibm.websphere.scheduler.UserCalendarHome 2020-01-14T14:56:51.8809361Z ibm_was | [1/14/20 14:55:41:786 UTC] 00000050 SharedEJBRunt I WSVR0057I: EJB jar started: mejb.jar 2020-01-14T14:56:51.8809756Z ibm_was | [1/14/20 14:55:41:812 UTC] 0000004e SharedEJBRunt I WSVR0057I: EJB jar started: Calendars.jar 2020-01-14T14:56:51.8810146Z ibm_was | [1/14/20 14:55:41:836 UTC] 0000004f webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: WebSphere Admin File Transfer Application. 2020-01-14T14:56:51.8810528Z ibm_was | [1/14/20 14:55:41:952 UTC] 0000004f WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key admin_host/FileTransfer 2020-01-14T14:56:51.8810953Z ibm_was | [1/14/20 14:55:42:212 UTC] 0000004f ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [filetransferSecured] [/FileTransfer] [transfer]: Initialization successful. 2020-01-14T14:56:51.8811540Z ibm_was | [1/14/20 14:55:42:220 UTC] 0000004f webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module WebSphere Admin File Transfer Application has been bound to admin_host[*:9060,*:9043]. 2020-01-14T14:56:51.8811875Z ibm_was | [1/14/20 14:55:42:233 UTC] 0000004f ApplicationMg A WSVR0221I: Application started: filetransferSecured 2020-01-14T14:56:51.8812148Z ibm_was | [1/14/20 14:55:42:234 UTC] 00000050 ApplicationMg A WSVR0221I: Application started: ManagementEJB 2020-01-14T14:56:51.8812563Z ibm_was | [1/14/20 14:55:42:235 UTC] 0000004f CompositionUn A WSVR0190I: Starting composition unit WebSphere:cuname=isclite in BLA WebSphere:blaname=isclite. 2020-01-14T14:56:51.8812910Z ibm_was | [1/14/20 14:55:42:235 UTC] 00000050 CompositionUn A WSVR0190I: Starting composition unit WebSphere:cuname=DefaultApplication in BLA WebSphere:blaname=DefaultApplication. 2020-01-14T14:56:51.8813219Z ibm_was | [1/14/20 14:55:42:237 UTC] 0000004e ApplicationMg A WSVR0221I: Application started: SchedulerCalendars 2020-01-14T14:56:51.8813561Z ibm_was | [1/14/20 14:55:42:238 UTC] 0000004e CompositionUn A WSVR0190I: Starting composition unit WebSphere:cuname=ibmasyncrsp in BLA WebSphere:blaname=ibmasyncrsp. 2020-01-14T14:56:51.8813852Z ibm_was | [1/14/20 14:55:42:378 UTC] 0000004f ApplicationMg A WSVR0200I: Starting application: isclite 2020-01-14T14:56:51.8814176Z ibm_was | [1/14/20 14:55:42:379 UTC] 0000004f ApplicationMg A WSVR0203I: Application: isclite Application build level: WAS855.IM [cf141830.01] 2020-01-14T14:56:51.8814466Z ibm_was | [1/14/20 14:55:42:394 UTC] 0000004e ApplicationMg A WSVR0200I: Starting application: ibmasyncrsp 2020-01-14T14:56:51.8814774Z ibm_was | [1/14/20 14:55:42:395 UTC] 0000004e ApplicationMg A WSVR0203I: Application: ibmasyncrsp Application build level: 1 [3] 2020-01-14T14:56:51.8815086Z ibm_was | [1/14/20 14:55:42:446 UTC] 00000050 ApplicationMg A WSVR0200I: Starting application: DefaultApplication 2020-01-14T14:56:51.8815409Z ibm_was | [1/14/20 14:55:42:447 UTC] 00000050 ApplicationMg A WSVR0204I: Application: DefaultApplication Application build level: Unknown 2020-01-14T14:56:51.8815805Z ibm_was | [1/14/20 14:55:42:747 UTC] 0000004e webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: WebSphere ASYNC Response Servlet Application. 2020-01-14T14:56:51.8816200Z ibm_was | [1/14/20 14:55:42:781 UTC] 0000004e WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key default_host/IBM_WS_SYS_RESPONSESERVLET 2020-01-14T14:56:51.8816722Z ibm_was | [1/14/20 14:55:42:786 UTC] 00000050 SharedEJBRunt I WSVR0037I: Starting EJB jar: Increment.jar 2020-01-14T14:56:51.8817364Z ibm_was | [1/14/20 14:55:42:798 UTC] 00000050 WASNameSpaceB I CNTR0167I: The server is binding the com.ibm.defaultapplication.IncrementHome interface of the Increment enterprise bean in the Increment.jar module of the DefaultApplication application. The binding location is: Increment 2020-01-14T14:56:51.8817794Z ibm_was | [1/14/20 14:55:42:845 UTC] 00000050 SharedEJBRunt I WSVR0057I: EJB jar started: Increment.jar 2020-01-14T14:56:51.8818397Z ibm_was | [1/14/20 14:55:42:863 UTC] 0000004e ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [ibmasyncrsp] [/IBM_WS_SYS_RESPONSESERVLET] [rspservlet]: Initialization successful. 2020-01-14T14:56:51.8818918Z ibm_was | [1/14/20 14:55:42:864 UTC] 0000004e webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module WebSphere ASYNC Response Servlet Application has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443]. 2020-01-14T14:56:51.8819348Z ibm_was | [1/14/20 14:55:42:873 UTC] 00000050 webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: Default Web Application. 2020-01-14T14:56:51.8819668Z ibm_was | [1/14/20 14:55:42:875 UTC] 0000004e ApplicationMg A WSVR0221I: Application started: ibmasyncrsp 2020-01-14T14:56:51.8820229Z ibm_was | [1/14/20 14:55:42:876 UTC] 0000004e CompositionUn A WSVR0191I: Composition unit WebSphere:cuname=ibmasyncrsp in BLA WebSphere:blaname=ibmasyncrsp started. 2020-01-14T14:56:51.8820597Z ibm_was | [1/14/20 14:55:42:882 UTC] 0000004e CompositionUn A WSVR0190I: Starting composition unit WebSphere:cuname=query in BLA WebSphere:blaname=query. 2020-01-14T14:56:51.8821215Z ibm_was | [1/14/20 14:55:42:938 UTC] 00000050 WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key default_host/ 2020-01-14T14:56:51.8821777Z ibm_was | [1/14/20 14:55:42:948 UTC] 0000004f ExtensionPoin I CWXRS0034I: Extension com.ibm.ws.isc.ibmautogeneratedidentifier1 connected with Extension Point com.ibm.ws.portletcontainer.collaborator-config 2020-01-14T14:56:51.8822084Z ibm_was | [1/14/20 14:55:42:958 UTC] 0000004e ApplicationMg A WSVR0200I: Starting application: query 2020-01-14T14:56:51.8822384Z ibm_was | [1/14/20 14:55:42:970 UTC] 0000004e ApplicationMg A WSVR0204I: Application: query Application build level: Unknown 2020-01-14T14:56:51.8822761Z ibm_was | [1/14/20 14:55:42:987 UTC] 00000050 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [DefaultApplication] [/] [Hello Pervasive Servlet]: Initialization successful. 2020-01-14T14:56:51.8823076Z ibm_was | [1/14/20 14:55:42:989 UTC] 0000004e SharedEJBRunt I WSVR0037I: Starting EJB jar: querybean.jar 2020-01-14T14:56:51.8823421Z ibm_was | [1/14/20 14:55:42:995 UTC] 00000050 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [DefaultApplication] [/] [Snoop Servlet]: Initialization successful. 2020-01-14T14:56:51.8823810Z ibm_was | [1/14/20 14:55:42:997 UTC] 00000050 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [DefaultApplication] [/] [Hit Count Servlet]: Initialization successful. 2020-01-14T14:56:51.8824250Z ibm_was | [1/14/20 14:55:42:998 UTC] 00000050 webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module Default Web Application has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443]. 2020-01-14T14:56:51.8824599Z ibm_was | [1/14/20 14:55:43:001 UTC] 0000004f webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: isclite. 2020-01-14T14:56:51.8825064Z ibm_was | [1/14/20 14:55:43:015 UTC] 0000004e WASNameSpaceB I CNTR0167I: The server is binding the com.ibm.websphere.ejbquery.QueryHome interface of the Query enterprise bean in the querybean.jar module of the query application. The binding location is: com/ibm/websphere/ejbquery/Query 2020-01-14T14:56:51.8826060Z ibm_was | [1/14/20 14:55:43:027 UTC] 0000004e AbstractEJBRu I CNTR0167I: The server is binding the com.ibm.websphere.ejbquery.QueryHome interface of the Query enterprise bean in the querybean.jar module of the query application. The binding location is: java:global/query/querybean/Query!com.ibm.websphere.ejbquery.QueryHome 2020-01-14T14:56:51.8826739Z ibm_was | [1/14/20 14:55:43:030 UTC] 0000004e WASNameSpaceB I CNTR0167I: The server is binding the com.ibm.websphere.ejbquery.QueryLocalHome interface of the Query enterprise bean in the querybean.jar module of the query application. The binding location is: ejblocal:com/ibm/websphere/ejbquery/Query 2020-01-14T14:56:51.8827305Z ibm_was | [1/14/20 14:55:43:033 UTC] 0000004e AbstractEJBRu I CNTR0167I: The server is binding the com.ibm.websphere.ejbquery.QueryLocalHome interface of the Query enterprise bean in the querybean.jar module of the query application. The binding location is: java:global/query/querybean/Query!com.ibm.websphere.ejbquery.QueryLocalHome 2020-01-14T14:56:51.8827750Z ibm_was | [1/14/20 14:55:43:039 UTC] 0000004f WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key admin_host/ibm/console 2020-01-14T14:56:51.8828265Z ibm_was | [1/14/20 14:55:43:046 UTC] 0000004e SharedEJBRunt I WSVR0057I: EJB jar started: querybean.jar 2020-01-14T14:56:51.8828880Z ibm_was | [1/14/20 14:55:43:241 UTC] 0000004f ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [isclite] [/ibm/console] [EventInitializer]: Initialization successful. 2020-01-14T14:56:51.8829396Z ibm_was | [1/14/20 14:55:43:242 UTC] 0000004f webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module isclite has been bound to admin_host[*:9060,*:9043]. 2020-01-14T14:56:51.8829740Z ibm_was | [1/14/20 14:55:43:248 UTC] 0000004e ApplicationMg A WSVR0221I: Application started: query 2020-01-14T14:56:51.8830112Z ibm_was | [1/14/20 14:55:43:249 UTC] 0000004e CompositionUn A WSVR0191I: Composition unit WebSphere:cuname=query in BLA WebSphere:blaname=query started. 2020-01-14T14:56:51.8830444Z ibm_was | [1/14/20 14:55:43:248 UTC] 00000050 ApplicationMg A WSVR0221I: Application started: DefaultApplication 2020-01-14T14:56:51.8830816Z ibm_was | [1/14/20 14:55:43:251 UTC] 0000004e CompositionUn A WSVR0190I: Starting composition unit WebSphere:cuname=ivtApp in BLA WebSphere:blaname=ivtApp. 2020-01-14T14:56:51.8831228Z ibm_was | [1/14/20 14:55:43:251 UTC] 00000050 CompositionUn A WSVR0191I: Composition unit WebSphere:cuname=DefaultApplication in BLA WebSphere:blaname=DefaultApplication started. 2020-01-14T14:56:51.8831606Z ibm_was | [1/14/20 14:55:43:274 UTC] 0000004f webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: adminconsole redirector. 2020-01-14T14:56:51.8832198Z ibm_was | [1/14/20 14:55:43:295 UTC] 0000004f WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key admin_host/admin 2020-01-14T14:56:51.8832542Z ibm_was | [1/14/20 14:55:43:303 UTC] 0000004e ApplicationMg A WSVR0200I: Starting application: ivtApp 2020-01-14T14:56:51.8832883Z ibm_was | [1/14/20 14:55:43:304 UTC] 0000004e ApplicationMg A WSVR0203I: Application: ivtApp Application build level: WASX.SERV1 [qq0723.30] 2020-01-14T14:56:51.8833330Z ibm_was | [1/14/20 14:55:43:305 UTC] 0000004f webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module adminconsole redirector has been bound to admin_host[*:9060,*:9043]. 2020-01-14T14:56:51.8833727Z ibm_was | [1/14/20 14:55:43:331 UTC] 0000004f webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: iehs.war. 2020-01-14T14:56:51.8834057Z ibm_was | [1/14/20 14:55:43:335 UTC] 0000004e SharedEJBRunt I WSVR0037I: Starting EJB jar: ivtEJB.jar 2020-01-14T14:56:51.8834698Z ibm_was | [1/14/20 14:55:43:343 UTC] 0000004e WASNameSpaceB I CNTR0167I: The server is binding the com.ibm.websphere.ivt.ivtEJB.ivtEJBHome interface of the ivtEJBObject enterprise bean in the ivtEJB.jar module of the ivtApp application. The binding location is: ejb/ivtEJBObject 2020-01-14T14:56:51.8835637Z ibm_was | [1/14/20 14:55:43:344 UTC] 0000004e AbstractEJBRu I CNTR0167I: The server is binding the com.ibm.websphere.ivt.ivtEJB.ivtEJBHome interface of the ivtEJBObject enterprise bean in the ivtEJB.jar module of the ivtApp application. The binding location is: java:global/ivtApp/ivtEJB/ivtEJBObject!com.ibm.websphere.ivt.ivtEJB.ivtEJBHome 2020-01-14T14:56:51.8835976Z ibm_was | [1/14/20 14:55:43:351 UTC] 0000004e SharedEJBRunt I WSVR0057I: EJB jar started: ivtEJB.jar 2020-01-14T14:56:51.8836340Z ibm_was | [1/14/20 14:55:43:381 UTC] 0000004f WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key admin_host/ibm/help 2020-01-14T14:56:51.8836733Z ibm_was | [1/14/20 14:55:43:428 UTC] 0000004f webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module null has been bound to admin_host[*:9060,*:9043]. 2020-01-14T14:56:51.8837090Z ibm_was | [1/14/20 14:55:43:436 UTC] 0000004e webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: IVT Application. 2020-01-14T14:56:51.8837527Z ibm_was | [1/14/20 14:55:43:502 UTC] 0000004e WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key default_host/ivt 2020-01-14T14:56:51.8838128Z ibm_was | [1/14/20 14:55:43:650 UTC] 0000004e webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module IVT Application has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443]. 2020-01-14T14:56:51.8838654Z ibm_was | [1/14/20 14:55:43:674 UTC] 0000004e ApplicationMg A WSVR0221I: Application started: ivtApp 2020-01-14T14:56:51.8838995Z ibm_was | [1/14/20 14:55:43:677 UTC] 0000004e CompositionUn A WSVR0191I: Composition unit WebSphere:cuname=ivtApp in BLA WebSphere:blaname=ivtApp started. 2020-01-14T14:56:51.8839385Z ibm_was | [1/14/20 14:55:43:839 UTC] 0000004f webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: Integrated Solutions Console. 2020-01-14T14:56:51.8839787Z ibm_was | [1/14/20 14:55:43:859 UTC] 0000004f WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key admin_host/ISCAdminPortlet 2020-01-14T14:56:51.8840156Z ibm_was | [1/14/20 14:55:43:876 UTC] 0000004f MBeanDescript I ADMN1216I: One or more methods in Portlet mbean is excluded from access check. 2020-01-14T14:56:51.8840519Z ibm_was | [1/14/20 14:55:43:886 UTC] 0000004f MBeanDescript I ADMN1216I: One or more methods in PortletApplication mbean is excluded from access check. 2020-01-14T14:56:51.8840940Z ibm_was | [1/14/20 14:55:43:902 UTC] 0000004f webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module Integrated Solutions Console has been bound to admin_host[*:9060,*:9043]. 2020-01-14T14:56:51.8841489Z ibm_was | [1/14/20 14:55:43:943 UTC] 0000004f webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: WIM. 2020-01-14T14:56:51.8842061Z ibm_was | [1/14/20 14:55:43:960 UTC] 0000004f WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key admin_host/wim 2020-01-14T14:56:51.8842489Z ibm_was | [1/14/20 14:55:43:976 UTC] 0000004f webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module WIM has been bound to admin_host[*:9060,*:9043]. 2020-01-14T14:56:51.8843153Z ibm_was | [1/14/20 14:55:43:998 UTC] 0000004f webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: WebSphere Application Server. 2020-01-14T14:56:51.8843528Z ibm_was | [1/14/20 14:55:44:012 UTC] 0000004f WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key admin_host/wasportlet 2020-01-14T14:56:51.8844135Z ibm_was | [1/14/20 14:55:44:023 UTC] 0000004f webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module WebSphere Application Server has been bound to admin_host[*:9060,*:9043]. 2020-01-14T14:56:51.8844647Z ibm_was | [1/14/20 14:55:44:030 UTC] 0000004f ApplicationMg A WSVR0221I: Application started: isclite 2020-01-14T14:56:51.8845163Z ibm_was | [1/14/20 14:55:44:031 UTC] 0000004f CompositionUn A WSVR0191I: Composition unit WebSphere:cuname=isclite in BLA WebSphere:blaname=isclite started. 2020-01-14T14:56:51.8845523Z ibm_was | [1/14/20 14:55:44:044 UTC] 00000001 TCPChannel I TCPC0001I: TCP Channel TCP_1 is listening on host * (IPv4) port 9060. 2020-01-14T14:56:51.8845868Z ibm_was | [1/14/20 14:55:44:055 UTC] 00000001 WSChannelFram A CHFW0019I: The Transport Channel Service has started chain WCInboundAdmin. 2020-01-14T14:56:51.8846308Z ibm_was | [1/14/20 14:55:44:056 UTC] 00000001 TCPChannel I TCPC0001I: TCP Channel TCP_2 is listening on host * (IPv4) port 9080. 2020-01-14T14:56:51.8846682Z ibm_was | [1/14/20 14:55:44:058 UTC] 00000001 WSChannelFram A CHFW0019I: The Transport Channel Service has started chain WCInboundDefault. 2020-01-14T14:56:51.8847041Z ibm_was | [1/14/20 14:55:44:064 UTC] 00000001 WSChannelFram A CHFW0019I: The Transport Channel Service has started chain HttpQueueInboundDefault. 2020-01-14T14:56:51.8847412Z ibm_was | [1/14/20 14:55:44:066 UTC] 00000001 TCPChannel I TCPC0001I: TCP Channel TCP_4 is listening on host * (IPv4) port 9443. 2020-01-14T14:56:51.8847802Z ibm_was | [1/14/20 14:55:44:069 UTC] 00000001 WSChannelFram A CHFW0019I: The Transport Channel Service has started chain HttpQueueInboundDefaultSecure. 2020-01-14T14:56:51.8848492Z ibm_was | [1/14/20 14:55:44:071 UTC] 00000001 TCPChannel I TCPC0001I: TCP Channel TCP_3 is listening on host * (IPv4) port 9043. 2020-01-14T14:56:51.8848848Z ibm_was | [1/14/20 14:55:44:072 UTC] 00000001 WSChannelFram A CHFW0019I: The Transport Channel Service has started chain WCInboundAdminSecure. 2020-01-14T14:56:51.8849174Z ibm_was | [1/14/20 14:55:44:074 UTC] 00000001 WSChannelFram A CHFW0019I: The Transport Channel Service has started chain WCInboundDefaultSecure. 2020-01-14T14:56:51.8849518Z ibm_was | [1/14/20 14:55:44:075 UTC] 00000001 WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain1. 2020-01-14T14:56:51.8849889Z ibm_was | [1/14/20 14:55:44:076 UTC] 00000001 WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain2. 2020-01-14T14:56:51.8850234Z ibm_was | [1/14/20 14:55:44:078 UTC] 00000001 WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain3. 2020-01-14T14:56:51.8850605Z ibm_was | [1/14/20 14:55:44:079 UTC] 00000001 WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain4. 2020-01-14T14:56:51.8850947Z ibm_was | [1/14/20 14:55:44:079 UTC] 00000001 WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain5. 2020-01-14T14:56:51.8851305Z ibm_was | [1/14/20 14:55:44:080 UTC] 00000001 WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain6. 2020-01-14T14:56:51.8851951Z ibm_was | [1/14/20 14:55:44:081 UTC] 00000001 webcontainer I com.ibm.ws.webcontainer.WSWebContainer startChains SRVE0323I: The Asynchronous Request Dispatcher is not enabled. Requests sent through either the HttpQueueInboundDefault or the HttpQueueInboundDefaultSecure chain might not be properly handled. 2020-01-14T14:56:51.8852399Z ibm_was | [1/14/20 14:55:44:082 UTC] 00000050 SchedulerServ I SCHD0077I: The Scheduler Service is starting the Schedulers. 2020-01-14T14:56:51.8852715Z ibm_was | [1/14/20 14:55:44:083 UTC] 00000050 SchedulerServ I SCHD0078I: The Scheduler Service has completed starting the Schedulers. 2020-01-14T14:56:51.8853051Z ibm_was | [1/14/20 14:55:44:113 UTC] 00000001 GridConfigura I CWLRB5873I: The GridConfiguratorMBean was activated successfully. 2020-01-14T14:56:51.8853365Z ibm_was | [1/14/20 14:55:44:118 UTC] 00000001 BatchSensorCo I CWLRB5904I: BatchSensorComponent starting... 2020-01-14T14:56:51.8853669Z ibm_was | [1/14/20 14:55:44:134 UTC] 00000001 BatchSensorCo I CWLRB5905I: Successfully activated GridEndpointSensorMBean. 2020-01-14T14:56:51.8854018Z ibm_was | [1/14/20 14:55:44:147 UTC] 00000001 RMIConnectorC A ADMC0026I: The RMI Connector is available at port 2809 2020-01-14T14:56:51.8854311Z ibm_was | [1/14/20 14:55:44:156 UTC] 00000001 JMXConnectors I ADMC0058I: The JMX JSR160RMI connector is available at port 2809 2020-01-14T14:56:51.8854683Z ibm_was | ************ Start Display Current Environment ************ 2020-01-14T14:56:51.8854903Z ibm_was | Log file started at: [1/14/20 14:55:31:038 UTC] 2020-01-14T14:56:51.8855163Z ibm_was | ************* End Display Current Environment ************* 2020-01-14T14:56:51.8855467Z ibm_was | [1/14/20 14:55:44:231 UTC] 00000001 WsServerImpl A WSVR0001I: Server server1 open for e-business 2020-01-14T14:56:51.8855749Z ibm_was | [1/14/20 14:56:34:538 UTC] 00000036 ModelMgr I WSVR0801I: Initializing all server configuration models 2020-01-14T14:56:51.8856090Z ibm_was | [1/14/20 14:56:35:236 UTC] 00000036 WorkSpaceMana A WKSP0500I: Workspace configuration consistency check is disabled. 2020-01-14T14:56:51.8856464Z ibm_was | [1/14/20 14:56:44:299 UTC] 00000036 DMAdapter I com.ibm.ws.ffdc.impl.DMAdapter getAnalysisEngine FFDC1009I: Analysis Engine using data base: /opt/IBM/WebSphere/AppServer/properties/logbr/ffdc/adv/ffdcdb.xml 2020-01-14T14:56:51.8857041Z ibm_was | [1/14/20 14:56:44:309 UTC] 00000036 FfdcProvider W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_ab105c4e_20.01.14_14.56.44.287520946435341596636.txt com.ibm.ws.security.config.AuthMechanismConfigImpl.do_initializeRSAProperties 761 2020-01-14T14:56:51.8857627Z ibm_was | [1/14/20 14:56:44:313 UTC] 00000036 FfdcProvider W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/ffdc/server1_ab105c4e_20.01.14_14.56.44.3101679462615874343749.txt com.ibm.ws.security.auth.rsatoken.RSAPropagationManager.readConfiguration 314 2020-01-14T14:56:51.8858309Z ibm_was | [1/14/20 14:56:45:432 UTC] 00000036 FileRepositor A ADMR0016I: User defaultWIMFileBasedRealm/server:DefaultCell01_DefaultNode01_server1 modified document cells/DefaultCell01/nodes/DefaultNode01/rsatoken-key.p12. 2020-01-14T14:56:51.8858778Z ibm_was | [1/14/20 14:56:45:435 UTC] 00000036 FileRepositor A ADMR0016I: User defaultWIMFileBasedRealm/server:DefaultCell01_DefaultNode01_server1 modified document cells/DefaultCell01/nodes/DefaultNode01/key.p12. 2020-01-14T14:56:51.8859380Z ibm_was | [1/14/20 14:56:45:436 UTC] 00000036 FileRepositor A ADMR0016I: User defaultWIMFileBasedRealm/server:DefaultCell01_DefaultNode01_server1 modified document cells/DefaultCell01/nodes/DefaultNode01/deleted.p12. 2020-01-14T14:56:51.8859838Z ibm_was | [1/14/20 14:56:45:438 UTC] 00000036 FileRepositor A ADMR0016I: User defaultWIMFileBasedRealm/server:DefaultCell01_DefaultNode01_server1 modified document cells/DefaultCell01/security.xml. 2020-01-14T14:56:51.8860492Z ibm_was | [1/14/20 14:56:45:464 UTC] 00000036 WSNotifier I CWPKI0037I: Expiration monitor reports the following information: 2020-01-14T14:56:51.8860748Z ibm_was | **** Subject: Expiration Monitor ****; 2020-01-14T14:56:51.8860995Z ibm_was | 2020-01-14T14:56:51.8861202Z ibm_was | Hostname: b277c3d19746 2020-01-14T14:56:51.8861669Z ibm_was | Profile UUID: AppSrv01-BASE-00ec5588-05e9-478e-a5f0-dcf0f5af0e45 2020-01-14T14:56:51.8861905Z ibm_was | Process type: UnManagedProcess 2020-01-14T14:56:51.8862137Z ibm_was | 2020-01-14T14:56:51.8862389Z ibm_was | Checking for expired certificate and certificates in the 60 days threshold period. 2020-01-14T14:56:51.8862624Z ibm_was | 2020-01-14T14:56:51.8862903Z ibm_was | *** CERTIFICATES THAT ARE EXIPIRED OR IN THE EXPIRATION THRESHOLD ***; 2020-01-14T14:56:51.8863108Z ibm_was | 2020-01-14T14:56:51.8863643Z ibm_was | CWPKI0680I: Personal certificate alias "default" in KeyStore "NodeDefaultKeyStore((cell):DefaultCell01:(node):DefaultNode01)" expired on Jan 13, 2020. 2020-01-14T14:56:51.8864142Z ibm_was | CWPKI0680I: Personal certificate alias "default" in KeyStore "NodeRSATokenKeyStore((cell):DefaultCell01:(node):DefaultNode01)" expired on Jan 13, 2020. 2020-01-14T14:56:51.8864447Z ibm_was | 2020-01-14T14:56:51.8901679Z ibm_was | *** CERTIFICATES THAT ARE EXPIRED OR BEYOND THE EXPIRATION THRESHOLD AND HAVE BEEN REPLACED ***; 2020-01-14T14:56:51.8901938Z ibm_was | 2020-01-14T14:56:51.8902265Z ibm_was | CWPKI0645I: Personal certificate alias "default" in KeyStore "NodeDefaultKeyStore((cell):DefaultCell01:(node):DefaultNode01)" was REPLACED. 2020-01-14T14:56:51.8902795Z ibm_was | CWPKI0645I: Personal certificate alias "default" in KeyStore "NodeRSATokenKeyStore((cell):DefaultCell01:(node):DefaultNode01)" was REPLACED. 2020-01-14T14:56:51.8903033Z ibm_was | . 2020-01-14T14:56:51.8903591Z ibm_was | [1/14/20 14:56:45:563 UTC] 00000036 FileRepositor A ADMR0016I: User defaultWIMFileBasedRealm/server:DefaultCell01_DefaultNode01_server1 modified document cells/DefaultCell01/security.xml. ```

Failing CI Job with Full logs: https://dev.azure.com/datadoghq/integrations-core/_build/results?buildId=6875&view=logs&j=203178a3-a7e8-53ac-1b4d-4f9b986b112a&t=375ec564-c51c-53a5-b79a-c6a393d9ff96&l=1155

arthurdm commented 4 years ago

hey @AlexandreYang - unfortunately we no longer build / support the v8 Docker images for traditional WAS.

You could build them using these files and store it in your company's container registry (or Docker Hub account).

AlexandreYang commented 4 years ago

Hi @arthurdm, thanks for the answer and suggestion.