Skip to content

Instantly share code, notes, and snippets.

@marceloinacio
Created March 12, 2017 17:43
Show Gist options
  • Save marceloinacio/424f4eb1f090fb7a912b27d833467a58 to your computer and use it in GitHub Desktop.
Save marceloinacio/424f4eb1f090fb7a912b27d833467a58 to your computer and use it in GitHub Desktop.
PubNub 4.6.0 IBM WebSphere
protected void testPubNub()
{
LOG.debug("PubNub Test....");
try {
String[] cipher;
X509TrustManager trustManager;
SSLSocketFactory sslSocketFactory;
try {
TrustManagerFactory trustManagerFactory = TrustManagerFactory.getInstance(
TrustManagerFactory.getDefaultAlgorithm());
trustManagerFactory.init((KeyStore) null);
TrustManager[] trustManagers = trustManagerFactory.getTrustManagers();
if (trustManagers.length != 1 || !(trustManagers[0] instanceof X509TrustManager)) {
throw new IllegalStateException("Unexpected default trust managers:"
+ Arrays.toString(trustManagers));
}
trustManager = (X509TrustManager) trustManagers[0];
SSLContext sslContext = SSLContext.getInstance("TLS");
sslContext.init(null, new TrustManager[] { trustManager }, null);
sslSocketFactory = sslContext.getSocketFactory();
cipher = sslSocketFactory.getDefaultCipherSuites();
} catch (GeneralSecurityException e) {
throw new RuntimeException(e);
}
ConnectionSpec spec = new ConnectionSpec.Builder(ConnectionSpec.MODERN_TLS)
.cipherSuites(cipher)
.build();
final PNConfiguration pnConfiguration = new PNConfiguration();
pnConfiguration.setPublishKey("demo-36");
pnConfiguration.setSubscribeKey("demo-36");
pnConfiguration.setLogVerbosity(PNLogVerbosity.BODY);
pnConfiguration.setConnectionSpec(spec);
final PubNub pubNub = new PubNub(pnConfiguration);
// subscribe channels
pubNub.subscribe().channels(Arrays.asList(channel)).execute();
}
catch (Exception error) {
System.out.println("I got an exception here: " + error.getMessage());
}
[3/12/17 12:29:03:339 BRT] 0000008e UpdateSchedul I ADMA5078I: Update of HelloWorldEAR has started.
[3/12/17 12:29:03:386 BRT] 0000008e wtp I org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.Ear50NoDDImportStrategyImpl loadDeploymentDescriptor EAR [ X:\mobiDeasNovo\UpWork\PubNub\java\Projects Samples\WebSphere\HelloWorldEAR ] Module [ HelloWorld.war ] [
Web Module [ org.eclipse.jst.j2ee.application.internal.impl.WebModuleImpl@d9fee028 ]
URI [ HelloWorld.war ]
Alt DD [ null ]
Context Root [ null ]
] handled as loose archive [ com.ibm.etools.commonarchive.impl.WARFileImpl@a9f66eb1 (URI: HelloWorld.war, lastModified: 0, size: 0, directoryEntry: <unset>, originalURI: HelloWorld.war) (types: null) ]
[3/12/17 12:29:03:662 BRT] 0000008e visitor W com.ibm.ws.amm.scan.util.AnnotationInfoDefaultVisitor visitAnnotation [ com.ibm.ws.amm.scan.util.InfoVisitor@2074588302 ] for method [ com.ibm.ws.amm.scan.util.info.impl.MethodInfoImpl@1724713629 ( javax.servlet.annotation.ServletSecurity.value ) ] Name [ null ] Description [ Ljavax/servlet/annotation/HttpConstraint; ] Call in violation of protocol
[3/12/17 12:29:04:657 BRT] 0000008e wtp I org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.Ear50NoDDImportStrategyImpl loadDeploymentDescriptor EAR [ X:\mobiDeasNovo\UpWork\PubNub\java\Projects Samples\WebSphere\HelloWorldEAR ] Module [ HelloWorld.war ] [
Web Module [ org.eclipse.jst.j2ee.application.internal.impl.WebModuleImpl@51ea3d7 ]
URI [ HelloWorld.war ]
Alt DD [ null ]
Context Root [ null ]
] handled as loose archive [ com.ibm.etools.commonarchive.impl.WARFileImpl@63442830 (URI: HelloWorld.war, lastModified: 0, size: 0, directoryEntry: <unset>, originalURI: HelloWorld.war) (types: null) ]
[3/12/17 12:29:04:942 BRT] 0000008e visitor W com.ibm.ws.amm.scan.util.AnnotationInfoDefaultVisitor visitAnnotation [ com.ibm.ws.amm.scan.util.InfoVisitor@2144606092 ] for method [ com.ibm.ws.amm.scan.util.info.impl.MethodInfoImpl@-1142870774 ( javax.servlet.annotation.ServletSecurity.value ) ] Name [ null ] Description [ Ljavax/servlet/annotation/HttpConstraint; ] Call in violation of protocol
[3/12/17 12:29:04:984 BRT] 00000038 ReloadableCla Z WSVR0655I
[3/12/17 12:29:06:094 BRT] 0000008e UpdateSchedul I ADMA5079I: Update of HelloWorldEAR has ended. The application or its web modules may require a restart when a save is performed.
[3/12/17 12:29:06:973 BRT] 00000077 wtp I org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.Ear50NoDDImportStrategyImpl loadDeploymentDescriptor EAR [ X:\mobiDeasNovo\UpWork\PubNub\java\Projects Samples\WebSphere\HelloWorldEAR ] Module [ HelloWorld.war ] [
Web Module [ org.eclipse.jst.j2ee.application.internal.impl.WebModuleImpl@5f2e8529 ]
URI [ HelloWorld.war ]
Alt DD [ null ]
Context Root [ null ]
] handled as loose archive [ com.ibm.etools.commonarchive.impl.WARFileImpl@66b460eb (URI: HelloWorld.war, lastModified: 0, size: 0, directoryEntry: <unset>, originalURI: HelloWorld.war) (types: null) ]
[3/12/17 12:29:07:014 BRT] 00000077 wtp I org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.Ear50NoDDImportStrategyImpl loadDeploymentDescriptor EAR [ X:\mobiDeasNovo\UpWork\PubNub\java\Projects Samples\WebSphere\HelloWorldEAR ] Module [ HelloWorld.war ] [
Web Module [ org.eclipse.jst.j2ee.application.internal.impl.WebModuleImpl@cc928bd4 ]
URI [ HelloWorld.war ]
Alt DD [ null ]
Context Root [ null ]
] handled as loose archive [ com.ibm.etools.commonarchive.impl.WARFileImpl@dd6383f0 (URI: HelloWorld.war, lastModified: 0, size: 0, directoryEntry: <unset>, originalURI: HelloWorld.war) (types: null) ]
[3/12/17 12:29:07:045 BRT] 00000077 ApplicationMg I WSVR0227I: User initiated module stop operation requested on Module, HelloWorld.war, of application, HelloWorldEAR
[3/12/17 12:29:07:045 BRT] 00000077 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper doDestroy SRVE0253I: [HelloWorldEAR] [/HelloWorld] [com.testssl.TestSSL]: Destroy successful.
[3/12/17 12:29:07:045 BRT] 00000077 ApplicationMg I WSVR0228I: User initiated module stop operation request completed on Module, HelloWorld.war, of application, HelloWorldEAR
[3/12/17 12:29:07:076 BRT] 00000077 wtp I org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.Ear50NoDDImportStrategyImpl loadDeploymentDescriptor EAR [ X:\mobiDeasNovo\UpWork\PubNub\java\Projects Samples\WebSphere\HelloWorldEAR ] Module [ HelloWorld.war ] [
Web Module [ org.eclipse.jst.j2ee.application.internal.impl.WebModuleImpl@ae0d0bf6 ]
URI [ HelloWorld.war ]
Alt DD [ null ]
Context Root [ null ]
] handled as loose archive [ com.ibm.etools.commonarchive.impl.WARFileImpl@da4857ae (URI: HelloWorld.war, lastModified: 0, size: 0, directoryEntry: <unset>, originalURI: HelloWorld.war) (types: null) ]
[3/12/17 12:29:07:575 BRT] 00000077 visitor W com.ibm.ws.amm.scan.util.AnnotationInfoDefaultVisitor visitAnnotation [ com.ibm.ws.amm.scan.util.InfoVisitor@-1454904984 ] for method [ com.ibm.ws.amm.scan.util.info.impl.MethodInfoImpl@1097507274 ( javax.servlet.annotation.ServletSecurity.value ) ] Name [ null ] Description [ Ljavax/servlet/annotation/HttpConstraint; ] Call in violation of protocol
[3/12/17 12:29:08:392 BRT] 00000077 ApplicationMg I WSVR0225I: User initiated module start operation requested on Module, HelloWorld.war, of application, HelloWorldEAR
[3/12/17 12:29:08:423 BRT] 00000077 wtp I org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.Ear50NoDDImportStrategyImpl loadDeploymentDescriptor EAR [ X:\mobiDeasNovo\UpWork\PubNub\java\Projects Samples\WebSphere\HelloWorldEAR ] Module [ HelloWorld.war ] [
Web Module [ org.eclipse.jst.j2ee.application.internal.impl.WebModuleImpl@1ff11af2 ]
URI [ HelloWorld.war ]
Alt DD [ null ]
Context Root [ null ]
] handled as loose archive [ com.ibm.etools.commonarchive.impl.WARFileImpl@fc70c48 (URI: HelloWorld.war, lastModified: 0, size: 0, directoryEntry: <unset>, originalURI: HelloWorld.war) (types: null) ]
[3/12/17 12:29:08:672 BRT] 00000077 visitor W com.ibm.ws.amm.scan.util.AnnotationInfoDefaultVisitor visitAnnotation [ com.ibm.ws.amm.scan.util.InfoVisitor@1493148454 ] for method [ com.ibm.ws.amm.scan.util.info.impl.MethodInfoImpl@-759012237 ( javax.servlet.annotation.ServletSecurity.value ) ] Name [ null ] Description [ Ljavax/servlet/annotation/HttpConstraint; ] Call in violation of protocol
[3/12/17 12:29:09:545 BRT] 00000077 webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: HelloWorld.war.
[3/12/17 12:29:09:654 BRT] 00000077 WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key default_host/HelloWorld
[3/12/17 12:29:10:348 BRT] 00000077 webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module null has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443].
[3/12/17 12:29:10:364 BRT] 00000077 ApplicationMg I WSVR0226I: User initiated module start operation request completed on Module, HelloWorld.war, of application, HelloWorldEAR
[3/12/17 12:29:10:364 BRT] 00000077 AppBinaryProc I ADMA7021I: Distribution of application HelloWorldEAR completed successfully.
[3/12/17 12:29:10:379 BRT] 00000077 FileRepositor Z ADMR0015I: User defaultWIMFileBasedRealm/marceloinacio@hotmail.com created document cells/IMAC-TUKUNARENode01Cell/applications/HelloWorldEAR.ear/deltas/HelloWorldEAR/delta-1489332546094.
[3/12/17 12:29:10:379 BRT] 00000077 FileRepositor Z ADMR0016I: User defaultWIMFileBasedRealm/marceloinacio@hotmail.com modified document cells/IMAC-TUKUNARENode01Cell/nodes/IMAC-TUKUNARENode01/serverindex.xml.
[3/12/17 12:29:10:379 BRT] 00000077 FileRepositor Z ADMR0016I: User defaultWIMFileBasedRealm/marceloinacio@hotmail.com modified document cells/IMAC-TUKUNARENode01Cell/applications/HelloWorldEAR.ear/deployments/HelloWorldEAR/deployment.xml.
[3/12/17 12:29:10:379 BRT] 00000077 FileRepositor Z ADMR0016I: User defaultWIMFileBasedRealm/marceloinacio@hotmail.com modified document cells/IMAC-TUKUNARENode01Cell/applications/HelloWorldEAR.ear/deployments/HelloWorldEAR/META-INF/ibm-application-runtime.props.
[3/12/17 12:29:10:473 BRT] 00000085 wtp I org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.Ear50NoDDImportStrategyImpl loadDeploymentDescriptor EAR [ X:\mobiDeasNovo\UpWork\PubNub\java\Projects Samples\WebSphere\HelloWorldEAR ] Module [ HelloWorld.war ] [
Web Module [ org.eclipse.jst.j2ee.application.internal.impl.WebModuleImpl@fe52c561 ]
URI [ HelloWorld.war ]
Alt DD [ null ]
Context Root [ null ]
] handled as loose archive [ com.ibm.etools.commonarchive.impl.WARFileImpl@cf417c48 (URI: HelloWorld.war, lastModified: 0, size: 0, directoryEntry: <unset>, originalURI: HelloWorld.war) (types: null) ]
[3/12/17 12:29:10:900 BRT] 00000085 visitor W com.ibm.ws.amm.scan.util.AnnotationInfoDefaultVisitor visitAnnotation [ com.ibm.ws.amm.scan.util.InfoVisitor@1258402150 ] for method [ com.ibm.ws.amm.scan.util.info.impl.MethodInfoImpl@1150740306 ( javax.servlet.annotation.ServletSecurity.value ) ] Name [ null ] Description [ Ljavax/servlet/annotation/HttpConstraint; ] Call in violation of protocol
[3/12/17 12:29:11:275 BRT] 00000087 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [HelloWorldEAR] [/HelloWorld] [com.testssl.TestSSL]: Initialization successful.
[3/12/17 12:29:12:142 BRT] 00000085 wtp I org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.Ear50NoDDImportStrategyImpl loadDeploymentDescriptor EAR [ X:\mobiDeasNovo\UpWork\PubNub\java\Projects Samples\WebSphere\HelloWorldEAR ] Module [ HelloWorld.war ] [
Web Module [ org.eclipse.jst.j2ee.application.internal.impl.WebModuleImpl@c8c2a644 ]
URI [ HelloWorld.war ]
Alt DD [ null ]
Context Root [ null ]
] handled as loose archive [ com.ibm.etools.commonarchive.impl.WARFileImpl@bfece39a (URI: HelloWorld.war, lastModified: 0, size: 0, directoryEntry: <unset>, originalURI: HelloWorld.war) (types: null) ]
[3/12/17 12:29:12:401 BRT] 00000085 visitor W com.ibm.ws.amm.scan.util.AnnotationInfoDefaultVisitor visitAnnotation [ com.ibm.ws.amm.scan.util.InfoVisitor@667138237 ] for method [ com.ibm.ws.amm.scan.util.info.impl.MethodInfoImpl@-612117860 ( javax.servlet.annotation.ServletSecurity.value ) ] Name [ null ] Description [ Ljavax/servlet/annotation/HttpConstraint; ] Call in violation of protocol
[3/12/17 12:29:26:194 BRT] 00000087 SystemOut O 12:29:26.178 [WebContainer : 1] DEBUG com.testssl.TestSSL - Simple OkHttp Connection Servlet called!
[3/12/17 12:29:27:897 BRT] 00000087 SystemOut O 12:29:27.897 [WebContainer : 1] DEBUG com.testssl.TestSSL - PubNub Test....
[3/12/17 12:29:35:037 BRT] 000000a3 OkHttpClient I --> GET https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=0&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=df337131-1d2b-4f16-bd7b-e579b6a9971f&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108 http/1.1
[3/12/17 12:29:35:037 BRT] 000000a3 OkHttpClient I --> END GET
[3/12/17 12:29:35:051 BRT] 000000a6 OkHttpClient I --> GET https://ps.pndsn.com/v2/presence/sub-key/demo-36/channel/IBMWebSphere/heartbeat?pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=2e6c773a-ef6c-4273-9436-6b587146b61b&state=%257B%257D&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108 http/1.1
[3/12/17 12:29:35:052 BRT] 000000a6 OkHttpClient I --> END GET
[3/12/17 12:29:35:708 BRT] 000000a3 OkHttpClient I <-- 200 OK https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=0&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=df337131-1d2b-4f16-bd7b-e579b6a9971f&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108 (669ms)
[3/12/17 12:29:35:708 BRT] 000000a3 OkHttpClient I Date: Sun, 12 Mar 2017 15:29:34 GMT
[3/12/17 12:29:35:709 BRT] 000000a3 OkHttpClient I Content-Type: text/javascript; charset="UTF-8"
[3/12/17 12:29:35:709 BRT] 000000a3 OkHttpClient I Content-Length: 44
[3/12/17 12:29:35:709 BRT] 000000a3 OkHttpClient I Connection: keep-alive
[3/12/17 12:29:35:710 BRT] 000000a3 OkHttpClient I Cache-Control: no-cache
[3/12/17 12:29:35:710 BRT] 000000a3 OkHttpClient I Access-Control-Allow-Origin: *
[3/12/17 12:29:35:710 BRT] 000000a3 OkHttpClient I Access-Control-Allow-Methods: GET
[3/12/17 12:29:35:713 BRT] 000000a3 OkHttpClient I
[3/12/17 12:29:35:714 BRT] 000000a3 OkHttpClient I {"t":{"t":"14893325743964911","r":7},"m":[]}
[3/12/17 12:29:35:714 BRT] 000000a3 OkHttpClient I <-- END HTTP (44-byte body)
[3/12/17 12:29:35:725 BRT] 000000aa OkHttpClient I --> GET https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=14893325743964911&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=2840ca41-509b-4859-b035-ea7a417e0358&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108&tr=7 http/1.1
[3/12/17 12:29:35:726 BRT] 000000aa OkHttpClient I --> END GET
[3/12/17 12:29:35:952 BRT] 000000a6 OkHttpClient I <-- 200 OK https://ps.pndsn.com/v2/presence/sub-key/demo-36/channel/IBMWebSphere/heartbeat?pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=2e6c773a-ef6c-4273-9436-6b587146b61b&state=%257B%257D&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108 (899ms)
[3/12/17 12:29:35:953 BRT] 000000a6 OkHttpClient I Date: Sun, 12 Mar 2017 15:29:34 GMT
[3/12/17 12:29:35:953 BRT] 000000a6 OkHttpClient I Content-Type: text/javascript; charset="UTF-8"
[3/12/17 12:29:35:954 BRT] 000000a6 OkHttpClient I Content-Length: 55
[3/12/17 12:29:35:954 BRT] 000000a6 OkHttpClient I Connection: keep-alive
[3/12/17 12:29:35:954 BRT] 000000a6 OkHttpClient I Access-Control-Allow-Origin: *
[3/12/17 12:29:35:955 BRT] 000000a6 OkHttpClient I Access-Control-Allow-Methods: OPTIONS, GET, POST
[3/12/17 12:29:35:955 BRT] 000000a6 OkHttpClient I cache-control: no-cache
[3/12/17 12:29:35:955 BRT] 000000a6 OkHttpClient I Accept-Ranges: bytes
[3/12/17 12:29:35:956 BRT] 000000a6 OkHttpClient I Age: 0
[3/12/17 12:29:35:956 BRT] 000000a6 OkHttpClient I Server: Pubnub Presence
[3/12/17 12:29:35:957 BRT] 000000a6 OkHttpClient I
[3/12/17 12:29:35:957 BRT] 000000a6 OkHttpClient I {"status": 200, "message": "OK", "service": "Presence"}
[3/12/17 12:29:35:957 BRT] 000000a6 OkHttpClient I <-- END HTTP (55-byte body)
[3/12/17 12:30:05:692 BRT] 000000aa OkHttpClient I <-- 200 OK https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=14893325743964911&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=2840ca41-509b-4859-b035-ea7a417e0358&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108&tr=7 (29974ms)
[3/12/17 12:30:05:692 BRT] 000000aa OkHttpClient I Date: Sun, 12 Mar 2017 15:30:04 GMT
[3/12/17 12:30:05:692 BRT] 000000aa OkHttpClient I Content-Type: text/javascript; charset="UTF-8"
[3/12/17 12:30:05:692 BRT] 000000aa OkHttpClient I Content-Length: 44
[3/12/17 12:30:05:692 BRT] 000000aa OkHttpClient I Connection: keep-alive
[3/12/17 12:30:05:692 BRT] 000000aa OkHttpClient I Cache-Control: no-cache
[3/12/17 12:30:05:692 BRT] 000000aa OkHttpClient I Access-Control-Allow-Origin: *
[3/12/17 12:30:05:692 BRT] 000000aa OkHttpClient I Access-Control-Allow-Methods: GET
[3/12/17 12:30:05:692 BRT] 000000aa OkHttpClient I
[3/12/17 12:30:05:692 BRT] 000000aa OkHttpClient I {"t":{"t":"14893325743964911","r":7},"m":[]}
[3/12/17 12:30:05:692 BRT] 000000aa OkHttpClient I <-- END HTTP (44-byte body)
[3/12/17 12:30:05:707 BRT] 000000a3 OkHttpClient I --> GET https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=14893325743964911&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=81da1ca3-fabd-46a3-9fa5-5c52da9b912a&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108&tr=7 http/1.1
[3/12/17 12:30:05:707 BRT] 000000a3 OkHttpClient I --> END GET
[3/12/17 12:30:12:472 BRT] 0000005f AdminHelper Z ADMN1020I: An attempt is made to stop the server1 server. (User ID = defaultWIMFileBasedRealm/marceloinacio@hotmail.com)
[3/12/17 12:30:12:550 BRT] 00000042 ServerCollabo Z WSVR0023I: Server server1 is stopping
[3/12/17 12:30:12:566 BRT] 00000042 TCPChannel I TCPC0002I: TCP Channel TCP_4 has stopped listening on host * (IPv6) port 9443.
[3/12/17 12:30:12:566 BRT] 00000042 TCPChannel I TCPC0002I: TCP Channel TCP_1 has stopped listening on host * (IPv6) port 9060.
[3/12/17 12:30:12:566 BRT] 00000042 TCPChannel I TCPC0002I: TCP Channel TCP_3 has stopped listening on host * (IPv6) port 9043.
[3/12/17 12:30:12:566 BRT] 00000042 TCPChannel I TCPC0002I: TCP Channel TCP_2 has stopped listening on host * (IPv6) port 9080.
[3/12/17 12:30:35:734 BRT] 000000a3 OkHttpClient I <-- 200 OK https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=14893325743964911&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=81da1ca3-fabd-46a3-9fa5-5c52da9b912a&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108&tr=7 (30040ms)
[3/12/17 12:30:35:750 BRT] 000000a3 OkHttpClient I Date: Sun, 12 Mar 2017 15:30:34 GMT
[3/12/17 12:30:35:750 BRT] 000000a3 OkHttpClient I Content-Type: text/javascript; charset="UTF-8"
[3/12/17 12:30:35:750 BRT] 000000a3 OkHttpClient I Content-Length: 44
[3/12/17 12:30:35:750 BRT] 000000a3 OkHttpClient I Connection: keep-alive
[3/12/17 12:30:35:750 BRT] 000000a3 OkHttpClient I Cache-Control: no-cache
[3/12/17 12:30:35:750 BRT] 000000a3 OkHttpClient I Access-Control-Allow-Origin: *
[3/12/17 12:30:35:750 BRT] 000000a3 OkHttpClient I Access-Control-Allow-Methods: GET
[3/12/17 12:30:35:750 BRT] 000000a3 OkHttpClient I
[3/12/17 12:30:35:750 BRT] 000000a3 OkHttpClient I {"t":{"t":"14893325743964911","r":7},"m":[]}
[3/12/17 12:30:35:750 BRT] 000000a3 OkHttpClient I <-- END HTTP (44-byte body)
[3/12/17 12:30:35:765 BRT] 000000aa OkHttpClient I --> GET https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=14893325743964911&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=f1ee64bb-ae41-4d63-8489-d0e67698ce86&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108&tr=7 http/1.1
[3/12/17 12:30:35:765 BRT] 000000aa OkHttpClient I --> END GET
[3/12/17 12:31:05:825 BRT] 000000aa OkHttpClient I <-- 200 OK https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=14893325743964911&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=f1ee64bb-ae41-4d63-8489-d0e67698ce86&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108&tr=7 (30063ms)
[3/12/17 12:31:05:825 BRT] 000000aa OkHttpClient I Date: Sun, 12 Mar 2017 15:31:04 GMT
[3/12/17 12:31:05:825 BRT] 000000aa OkHttpClient I Content-Type: text/javascript; charset="UTF-8"
[3/12/17 12:31:05:825 BRT] 000000aa OkHttpClient I Content-Length: 44
[3/12/17 12:31:05:825 BRT] 000000aa OkHttpClient I Connection: keep-alive
[3/12/17 12:31:05:825 BRT] 000000aa OkHttpClient I Cache-Control: no-cache
[3/12/17 12:31:05:840 BRT] 000000aa OkHttpClient I Access-Control-Allow-Origin: *
[3/12/17 12:31:05:840 BRT] 000000aa OkHttpClient I Access-Control-Allow-Methods: GET
[3/12/17 12:31:05:840 BRT] 000000aa OkHttpClient I
[3/12/17 12:31:05:840 BRT] 000000aa OkHttpClient I {"t":{"t":"14893325743964911","r":7},"m":[]}
[3/12/17 12:31:05:840 BRT] 000000aa OkHttpClient I <-- END HTTP (44-byte body)
[3/12/17 12:31:05:840 BRT] 000000a3 OkHttpClient I --> GET https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=14893325743964911&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=48b53fd1-8afb-4abe-a31b-6730c14e28f1&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108&tr=7 http/1.1
[3/12/17 12:31:05:840 BRT] 000000a3 OkHttpClient I --> END GET
[3/12/17 12:31:35:873 BRT] 000000a3 OkHttpClient I <-- 200 OK https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=14893325743964911&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=48b53fd1-8afb-4abe-a31b-6730c14e28f1&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108&tr=7 (30038ms)
[3/12/17 12:31:35:888 BRT] 000000a3 OkHttpClient I Date: Sun, 12 Mar 2017 15:31:34 GMT
[3/12/17 12:31:35:888 BRT] 000000a3 OkHttpClient I Content-Type: text/javascript; charset="UTF-8"
[3/12/17 12:31:35:888 BRT] 000000a3 OkHttpClient I Content-Length: 44
[3/12/17 12:31:35:888 BRT] 000000a3 OkHttpClient I Connection: keep-alive
[3/12/17 12:31:35:888 BRT] 000000a3 OkHttpClient I Cache-Control: no-cache
[3/12/17 12:31:35:888 BRT] 000000a3 OkHttpClient I Access-Control-Allow-Origin: *
[3/12/17 12:31:35:888 BRT] 000000a3 OkHttpClient I Access-Control-Allow-Methods: GET
[3/12/17 12:31:35:888 BRT] 000000a3 OkHttpClient I
[3/12/17 12:31:35:888 BRT] 000000a3 OkHttpClient I {"t":{"t":"14893325743964911","r":7},"m":[]}
[3/12/17 12:31:35:888 BRT] 000000a3 OkHttpClient I <-- END HTTP (44-byte body)
[3/12/17 12:31:35:888 BRT] 000000aa OkHttpClient I --> GET https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=14893325743964911&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=32efff8f-3585-432f-9a84-1ffbb3754c7a&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108&tr=7 http/1.1
[3/12/17 12:31:35:888 BRT] 000000aa OkHttpClient I --> END GET
[3/12/17 12:32:04:020 BRT] 000000ba OkHttpClient I --> GET https://ps.pndsn.com/v2/presence/sub-key/demo-36/channel/IBMWebSphere/heartbeat?pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=cd4a7dca-16d5-46f3-ab84-303c03e843c4&state=%257B%257D&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108 http/1.1
[3/12/17 12:32:04:020 BRT] 000000ba OkHttpClient I --> END GET
[3/12/17 12:32:04:301 BRT] 000000ba OkHttpClient I <-- 200 OK https://ps.pndsn.com/v2/presence/sub-key/demo-36/channel/IBMWebSphere/heartbeat?pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=cd4a7dca-16d5-46f3-ab84-303c03e843c4&state=%257B%257D&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108 (284ms)
[3/12/17 12:32:04:301 BRT] 000000ba OkHttpClient I Date: Sun, 12 Mar 2017 15:32:03 GMT
[3/12/17 12:32:04:301 BRT] 000000ba OkHttpClient I Content-Type: text/javascript; charset="UTF-8"
[3/12/17 12:32:04:301 BRT] 000000ba OkHttpClient I Content-Length: 55
[3/12/17 12:32:04:301 BRT] 000000ba OkHttpClient I Connection: keep-alive
[3/12/17 12:32:04:301 BRT] 000000ba OkHttpClient I Access-Control-Allow-Origin: *
[3/12/17 12:32:04:301 BRT] 000000ba OkHttpClient I Access-Control-Allow-Methods: OPTIONS, GET, POST
[3/12/17 12:32:04:301 BRT] 000000ba OkHttpClient I cache-control: no-cache
[3/12/17 12:32:04:301 BRT] 000000ba OkHttpClient I Accept-Ranges: bytes
[3/12/17 12:32:04:301 BRT] 000000ba OkHttpClient I Age: 0
[3/12/17 12:32:04:301 BRT] 000000ba OkHttpClient I Server: Pubnub Presence
[3/12/17 12:32:04:317 BRT] 000000ba OkHttpClient I
[3/12/17 12:32:04:317 BRT] 000000ba OkHttpClient I {"status": 200, "message": "OK", "service": "Presence"}
[3/12/17 12:32:04:317 BRT] 000000ba OkHttpClient I <-- END HTTP (55-byte body)
[3/12/17 12:32:05:938 BRT] 000000aa OkHttpClient I <-- 200 OK https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=14893325743964911&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=32efff8f-3585-432f-9a84-1ffbb3754c7a&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108&tr=7 (30045ms)
[3/12/17 12:32:05:938 BRT] 000000aa OkHttpClient I Date: Sun, 12 Mar 2017 15:32:04 GMT
[3/12/17 12:32:05:938 BRT] 000000aa OkHttpClient I Content-Type: text/javascript; charset="UTF-8"
[3/12/17 12:32:05:938 BRT] 000000aa OkHttpClient I Content-Length: 44
[3/12/17 12:32:05:938 BRT] 000000aa OkHttpClient I Connection: keep-alive
[3/12/17 12:32:05:938 BRT] 000000aa OkHttpClient I Cache-Control: no-cache
[3/12/17 12:32:05:938 BRT] 000000aa OkHttpClient I Access-Control-Allow-Origin: *
[3/12/17 12:32:05:938 BRT] 000000aa OkHttpClient I Access-Control-Allow-Methods: GET
[3/12/17 12:32:05:938 BRT] 000000aa OkHttpClient I
[3/12/17 12:32:05:938 BRT] 000000aa OkHttpClient I {"t":{"t":"14893325743964911","r":7},"m":[]}
[3/12/17 12:32:05:953 BRT] 000000aa OkHttpClient I <-- END HTTP (44-byte body)
[3/12/17 12:32:05:953 BRT] 000000a3 OkHttpClient I --> GET https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=14893325743964911&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=957189e3-8b47-411d-93ec-6f7a7819c21c&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108&tr=7 http/1.1
[3/12/17 12:32:05:953 BRT] 000000a3 OkHttpClient I --> END GET
[3/12/17 12:32:35:977 BRT] 000000a3 OkHttpClient I <-- 200 OK https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=14893325743964911&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=957189e3-8b47-411d-93ec-6f7a7819c21c&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108&tr=7 (30035ms)
[3/12/17 12:32:35:993 BRT] 000000a3 OkHttpClient I Date: Sun, 12 Mar 2017 15:32:34 GMT
[3/12/17 12:32:35:993 BRT] 000000a3 OkHttpClient I Content-Type: text/javascript; charset="UTF-8"
[3/12/17 12:32:35:993 BRT] 000000a3 OkHttpClient I Content-Length: 44
[3/12/17 12:32:35:993 BRT] 000000a3 OkHttpClient I Connection: keep-alive
[3/12/17 12:32:35:993 BRT] 000000a3 OkHttpClient I Cache-Control: no-cache
[3/12/17 12:32:35:993 BRT] 000000a3 OkHttpClient I Access-Control-Allow-Origin: *
[3/12/17 12:32:35:993 BRT] 000000a3 OkHttpClient I Access-Control-Allow-Methods: GET
[3/12/17 12:32:35:993 BRT] 000000a3 OkHttpClient I
[3/12/17 12:32:35:993 BRT] 000000a3 OkHttpClient I {"t":{"t":"14893325743964911","r":7},"m":[]}
[3/12/17 12:32:35:993 BRT] 000000a3 OkHttpClient I <-- END HTTP (44-byte body)
[3/12/17 12:32:35:993 BRT] 000000aa OkHttpClient I --> GET https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=14893325743964911&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=c9e0fc20-6f87-41f4-8aca-20febf3b2941&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108&tr=7 http/1.1
[3/12/17 12:32:35:993 BRT] 000000aa OkHttpClient I --> END GET
[3/12/17 12:33:06:101 BRT] 000000aa OkHttpClient I <-- 200 OK https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=14893325743964911&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=c9e0fc20-6f87-41f4-8aca-20febf3b2941&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108&tr=7 (30104ms)
[3/12/17 12:33:06:101 BRT] 000000aa OkHttpClient I Date: Sun, 12 Mar 2017 15:33:04 GMT
[3/12/17 12:33:06:101 BRT] 000000aa OkHttpClient I Content-Type: text/javascript; charset="UTF-8"
[3/12/17 12:33:06:101 BRT] 000000aa OkHttpClient I Content-Length: 44
[3/12/17 12:33:06:101 BRT] 000000aa OkHttpClient I Connection: keep-alive
[3/12/17 12:33:06:101 BRT] 000000aa OkHttpClient I Cache-Control: no-cache
[3/12/17 12:33:06:101 BRT] 000000aa OkHttpClient I Access-Control-Allow-Origin: *
[3/12/17 12:33:06:101 BRT] 000000aa OkHttpClient I Access-Control-Allow-Methods: GET
[3/12/17 12:33:06:101 BRT] 000000aa OkHttpClient I
[3/12/17 12:33:06:101 BRT] 000000aa OkHttpClient I {"t":{"t":"14893325743964911","r":7},"m":[]}
[3/12/17 12:33:06:101 BRT] 000000aa OkHttpClient I <-- END HTTP (44-byte body)
[3/12/17 12:33:06:117 BRT] 000000a3 OkHttpClient I --> GET https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=14893325743964911&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=44429919-7305-4ebd-a741-f08292057780&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108&tr=7 http/1.1
[3/12/17 12:33:06:117 BRT] 000000a3 OkHttpClient I --> END GET
[3/12/17 12:33:12:855 BRT] 00000042 ApplicationMg Z WSVR0217I: Stopping application: ivtApp
[3/12/17 12:33:12:918 BRT] 00000042 SharedEJBRunt I WSVR0041I: Stopping EJB jar: ivtEJB.jar
[3/12/17 12:33:12:931 BRT] 00000042 SharedEJBRunt I WSVR0059I: EJB jar stopped: ivtEJB.jar
[3/12/17 12:33:12:933 BRT] 00000042 ApplicationMg Z WSVR0220I: Application stopped: ivtApp
[3/12/17 12:33:12:933 BRT] 00000042 ApplicationMg Z WSVR0217I: Stopping application: query
[3/12/17 12:33:12:933 BRT] 00000042 SharedEJBRunt I WSVR0041I: Stopping EJB jar: querybean.jar
[3/12/17 12:33:12:949 BRT] 00000042 SharedEJBRunt I WSVR0059I: EJB jar stopped: querybean.jar
[3/12/17 12:33:12:949 BRT] 00000042 ApplicationMg Z WSVR0220I: Application stopped: query
[3/12/17 12:33:12:949 BRT] 00000042 ApplicationMg Z WSVR0217I: Stopping application: ibmasyncrsp
[3/12/17 12:33:12:949 BRT] 00000042 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper doDestroy SRVE0253I: [ibmasyncrsp] [/IBM_WS_SYS_RESPONSESERVLET] [rspservlet]: Destroy successful.
[3/12/17 12:33:12:980 BRT] 00000042 ApplicationMg Z WSVR0220I: Application stopped: ibmasyncrsp
[3/12/17 12:33:12:980 BRT] 00000042 ApplicationMg Z WSVR0217I: Stopping application: HelloWorldEAR
[3/12/17 12:33:36:146 BRT] 000000a3 OkHttpClient I <-- 200 OK https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=14893325743964911&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=44429919-7305-4ebd-a741-f08292057780&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108&tr=7 (30038ms)
[3/12/17 12:33:36:146 BRT] 000000a3 OkHttpClient I Date: Sun, 12 Mar 2017 15:33:34 GMT
[3/12/17 12:33:36:146 BRT] 000000a3 OkHttpClient I Content-Type: text/javascript; charset="UTF-8"
[3/12/17 12:33:36:146 BRT] 000000a3 OkHttpClient I Content-Length: 44
[3/12/17 12:33:36:162 BRT] 000000a3 OkHttpClient I Connection: keep-alive
[3/12/17 12:33:36:162 BRT] 000000a3 OkHttpClient I Cache-Control: no-cache
[3/12/17 12:33:36:162 BRT] 000000a3 OkHttpClient I Access-Control-Allow-Origin: *
[3/12/17 12:33:36:162 BRT] 000000a3 OkHttpClient I Access-Control-Allow-Methods: GET
[3/12/17 12:33:36:162 BRT] 000000a3 OkHttpClient I
[3/12/17 12:33:36:162 BRT] 000000a3 OkHttpClient I {"t":{"t":"14893325743964911","r":7},"m":[]}
[3/12/17 12:33:36:162 BRT] 000000a3 OkHttpClient I <-- END HTTP (44-byte body)
[3/12/17 12:33:36:162 BRT] 000000aa OkHttpClient I --> GET https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=14893325743964911&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=119f0719-a9c1-467c-b100-b5d07d1d036d&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108&tr=7 http/1.1
[3/12/17 12:33:36:162 BRT] 000000aa OkHttpClient I --> END GET
[3/12/17 12:34:06:214 BRT] 000000aa OkHttpClient I <-- 200 OK https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=14893325743964911&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=119f0719-a9c1-467c-b100-b5d07d1d036d&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108&tr=7 (30045ms)
[3/12/17 12:34:06:214 BRT] 000000aa OkHttpClient I Date: Sun, 12 Mar 2017 15:34:05 GMT
[3/12/17 12:34:06:214 BRT] 000000aa OkHttpClient I Content-Type: text/javascript; charset="UTF-8"
[3/12/17 12:34:06:214 BRT] 000000aa OkHttpClient I Content-Length: 44
[3/12/17 12:34:06:214 BRT] 000000aa OkHttpClient I Connection: keep-alive
[3/12/17 12:34:06:214 BRT] 000000aa OkHttpClient I Cache-Control: no-cache
[3/12/17 12:34:06:214 BRT] 000000aa OkHttpClient I Access-Control-Allow-Origin: *
[3/12/17 12:34:06:214 BRT] 000000aa OkHttpClient I Access-Control-Allow-Methods: GET
[3/12/17 12:34:06:214 BRT] 000000aa OkHttpClient I
[3/12/17 12:34:06:214 BRT] 000000aa OkHttpClient I {"t":{"t":"14893325743964911","r":7},"m":[]}
[3/12/17 12:34:06:214 BRT] 000000aa OkHttpClient I <-- END HTTP (44-byte body)
[3/12/17 12:34:06:214 BRT] 000000a3 OkHttpClient I --> GET https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=14893325743964911&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=9bbafe51-f0d3-4549-a6df-b8908d8a40ee&uuid=pn-1b2a2445-3cd0-431e-b877-09332d1ab108&tr=7 http/1.1
[3/12/17 12:34:06:214 BRT] 000000a3 OkHttpClient I --> END GET
[3/12/17 12:34:13:375 BRT] 00000042 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper doDestroy SRVE0253I: [HelloWorldEAR] [/HelloWorld] [com.testssl.TestSSL]: Destroy successful.
[3/12/17 12:34:13:391 BRT] 00000042 ApplicationMg Z WSVR0220I: Application stopped: HelloWorldEAR
[3/12/17 12:34:13:391 BRT] 00000042 ApplicationMg Z WSVR0217I: Stopping application: DefaultApplication
[3/12/17 12:34:13:391 BRT] 00000042 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper doDestroy SRVE0253I: [DefaultApplication] [/] [Snoop Servlet]: Destroy successful.
[3/12/17 12:34:13:391 BRT] 00000042 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper doDestroy SRVE0253I: [DefaultApplication] [/] [Hello Pervasive Servlet]: Destroy successful.
[3/12/17 12:34:13:391 BRT] 00000042 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper doDestroy SRVE0253I: [DefaultApplication] [/] [Hit Count Servlet]: Destroy successful.
[3/12/17 12:34:13:425 BRT] 00000042 SharedEJBRunt I WSVR0041I: Stopping EJB jar: Increment.jar
[3/12/17 12:34:13:428 BRT] 00000042 SharedEJBRunt I WSVR0059I: EJB jar stopped: Increment.jar
[3/12/17 12:34:13:434 BRT] 00000042 ApplicationMg Z WSVR0220I: Application stopped: DefaultApplication
[3/12/17 12:34:13:434 BRT] 00000042 ApplicationMg Z WSVR0217I: Stopping application: isclite
[3/12/17 12:34:13:503 BRT] 00000042 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper doDestroy SRVE0253I: [isclite] [/ibm/console] [EventInitializer]: Destroy successful.
[3/12/17 12:34:13:608 BRT] 00000042 ApplicationMg Z WSVR0220I: Application stopped: isclite
[3/12/17 12:34:13:608 BRT] 00000042 ApplicationMg Z WSVR0217I: Stopping application: SchedulerCalendars
[3/12/17 12:34:13:608 BRT] 00000042 SharedEJBRunt I WSVR0041I: Stopping EJB jar: Calendars.jar
[3/12/17 12:34:13:608 BRT] 00000042 SharedEJBRunt I WSVR0059I: EJB jar stopped: Calendars.jar
[3/12/17 12:34:13:624 BRT] 00000042 ApplicationMg Z WSVR0220I: Application stopped: SchedulerCalendars
[3/12/17 12:34:13:624 BRT] 00000042 ApplicationMg Z WSVR0217I: Stopping application: filetransferSecured
[3/12/17 12:34:13:624 BRT] 00000042 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper doDestroy SRVE0253I: [filetransferSecured] [/FileTransfer] [transfer]: Destroy successful.
[3/12/17 12:34:13:639 BRT] 00000042 ApplicationMg Z WSVR0220I: Application stopped: filetransferSecured
[3/12/17 12:34:13:639 BRT] 00000042 ApplicationMg Z WSVR0217I: Stopping application: ManagementEJB
[3/12/17 12:34:13:639 BRT] 00000042 SharedEJBRunt I WSVR0041I: Stopping EJB jar: mejb.jar
[3/12/17 12:34:13:639 BRT] 00000042 SharedEJBRunt I WSVR0059I: EJB jar stopped: mejb.jar
[3/12/17 12:34:13:673 BRT] 00000042 ApplicationMg Z WSVR0220I: Application stopped: ManagementEJB
[3/12/17 12:34:13:673 BRT] 00000042 SchedulerServ I SCHD0040I: The Scheduler Service is stopping.
[3/12/17 12:34:13:673 BRT] 00000042 SchedulerServ I SCHD0002I: The Scheduler Service has stopped.
[3/12/17 12:34:13:673 BRT] 00000042 AppProfileCom I ACIN0009I: The application profiling service is stopping.
[3/12/17 12:34:13:673 BRT] 00000042 ActivitySessi I WACS0049I: The ActivitySession service is stopping.
[3/12/17 12:34:13:689 BRT] 00000042 ObjectPoolSer I OBPL0011I: The Object Pool service is stopping.
[3/12/17 12:34:13:689 BRT] 00000042 distSecurityC I securityServiceStarted is false
[3/12/17 12:34:13:689 BRT] 00000042 CGBridgeServi I CWRCB0103I: The core group bridge service has stopped.
[3/12/17 12:34:13:689 BRT] 00000042 DragDropDeplo I CWLDD0004I: Stopping monitored directory application deployment service...
[3/12/17 12:34:13:689 BRT] 00000042 DragDropDeplo I CWLDD0005I: Monitored directory application deployment service is stopped.
[3/12/17 12:34:13:689 BRT] 00000042 TCPChannel I TCPC0002I: TCP Channel TCPInboundChannel_ipcc.Default_IPC_Connector_Name has stopped listening on host 127.0.0.1 (IPv4: 127.0.0.1) port 9633.
[3/12/17 14:38:47:591 BRT] 00000001 ManagerAdmin I TRAS0017I: The startup trace state is *=info.
[3/12/17 14:38:47:622 BRT] 00000001 ManagerAdmin I TRAS0111I: The message IDs that are in use are deprecated
[3/12/17 14:38:47:716 BRT] 00000001 ProviderTrack I com.ibm.ffdc.osgi.ProviderTracker AddingService FFDC1007I: FFDC Provider Installed: com.ibm.ffdc.util.provider.FfdcOnDirProvider@5a5ea43
[3/12/17 14:38:47:810 BRT] 00000001 ModelMgr I WSVR0800I: Initializing core configuration models
[3/12/17 14:38:48:390 BRT] 00000001 ComponentMeta I WSVR0178I: The runtime provisioning feature is enabled. Some components will be started as they are needed.
[3/12/17 14:38:48:472 BRT] 00000001 DRSConfigAnal I CWWDR0046I: The data replication service (DRS) service does NOT start on a unmanaged process type and APPLICATION_SERVER server type.
[3/12/17 14:38:48:534 BRT] 00000001 ProviderTrack I com.ibm.ffdc.osgi.ProviderTracker AddingService FFDC1007I: FFDC Provider Installed: com.ibm.ws.ffdc.impl.FfdcProvider@c36ff615
[3/12/17 14:38:48:722 BRT] 00000001 AdminInitiali Z ADMN0015I: The administration service is initialized.
[3/12/17 14:38:49:622 BRT] 00000001 PluginConfigS I PLGC0057I: The plug-in configuration service started successfully.
[3/12/17 14:38:49:940 BRT] 00000001 SSLComponentI I CWPKI0001I: SSL service is initializing the configuration
[3/12/17 14:38:49:955 BRT] 00000001 SSLConfigMana I CWPKI0051I: The process has the java security property jdk.certpath.disabledAlgorithms set to [MD2, MD5, RSA keySize < 1024]. The WebSphere Application server is setting the java security property jdk.certpath.disabledAlgorithms to [MD2, RSA keySize < 1024, MD5].
[3/12/17 14:38:49:955 BRT] 00000001 SSLConfigMana I CWPKI0051I: The process has the java security property jdk.tls.disabledAlgorithms set to [SSLv3, RC4, MD5withRSA, DH keySize < 768]. The WebSphere Application server is setting the java security property jdk.tls.disabledAlgorithms to [SSLv3, RC4, DH keySize < 768, MD5withRSA].
[3/12/17 14:38:49:955 BRT] 00000001 FIPSManager I CWPKI0044I: FIPS security mode is : No FIPS property found.
[3/12/17 14:38:49:955 BRT] 00000001 WSKeyStore W CWPKI0041W: One or more key stores are using the default password.
[3/12/17 14:38:49:971 BRT] 00000001 SSLConfigMana I CWPKI0027I: Disabling default hostname verification for HTTPS URL connections.
[3/12/17 14:38:49:987 BRT] 00000001 SSLDiagnostic I CWPKI0014I: The SSL component's FFDC Diagnostic Module com.ibm.ws.ssl.core.SSLDiagnosticModule registered successfully: true.
[3/12/17 14:38:50:002 BRT] 00000001 SSLComponentI I CWPKI0002I: SSL service initialization completed successfully
[3/12/17 14:38:50:002 BRT] 00000001 DiagnosticCon I com.ibm.wsspi.rasdiag.DiagnosticConfigHome setStateCollectionSpec RASD0012I: Updating State Collection Spec from Uninitialized Value to .*:.*=0
[3/12/17 14:38:50:018 BRT] 00000001 PMIImpl Z CWPMI1001I: PMI is enabled
[3/12/17 14:38:50:700 BRT] 00000001 GAPAgentCompo I CWLRS6000I: GAP (Grid Application Placement) Component has initialized successfully on process UnManagedProcess.
[3/12/17 14:38:50:763 BRT] 00000001 SibMessage I [:] CWSIU0000I: Release: WAS855.SIB Level: cf111647.02
[3/12/17 14:38:51:107 BRT] 00000001 SecurityDM I SECJ0231I: The Security component's FFDC Diagnostic Module com.ibm.ws.security.core.SecurityDM registered successfully: true.
[3/12/17 14:38:51:138 BRT] 00000001 distSecurityC I SECJ6004I: Security Auditing is disabled.
[3/12/17 14:38:51:138 BRT] 00000001 distSecurityC I SECJ0309I: Java 2 Security is disabled.
[3/12/17 14:38:51:138 BRT] 00000001 Configuration Z SECJ0215I: Successfully set JAAS login provider configuration class to com.ibm.ws.security.auth.login.Configuration.
[3/12/17 14:38:51:185 BRT] 00000001 distSecurityC I SECJ0240I: Security service initialization completed successfully
[3/12/17 14:38:51:513 BRT] 00000001 JAASLoginConf I SECJ0212I: WCCM JAAS configuration information successfully pushed to login provider class.
[3/12/17 14:38:51:591 BRT] 00000001 CScopeCompone I CSCP0002I: Compensation service is disabled.
[3/12/17 14:38:51:622 BRT] 00000001 ActivitySessi I WACS0045I: ActivitySession service is disabled.
[3/12/17 14:38:51:622 BRT] 00000001 SOAPContainer I WSWS1062I: The SOAP Container service has been initialized.
[3/12/17 14:38:51:857 BRT] 00000001 GridConfigura I CWLRB5871I: The GridConfigurator initialized successfully.
[3/12/17 14:38:51:873 BRT] 00000001 GridDBConfigu I CWLRB5874I: The GridDBConfigurator initialized successfully.
[3/12/17 14:38:51:873 BRT] 00000001 BatchSensorCo I CWLRB5902I: BatchSensorComponent initializing.
[3/12/17 14:38:51:873 BRT] 00000001 BatchSensorCo I CWLRB5903I: BatchSensorComponent initialized successfully.
[3/12/17 14:38:51:917 BRT] 00000001 SchedulerComp I CWLRB5856I: The RUN_IN_MIXED_MODE property has a value of false.
[3/12/17 14:38:52:011 BRT] 00000001 SSLComponentI I CWPKI0003I: SSL service is starting
[3/12/17 14:38:52:011 BRT] 00000001 SSLComponentI I CWPKI0004I: SSL service started successfully
[3/12/17 14:38:52:480 BRT] 00000001 SecurityConne Z JSAS0006I: Security connection interceptor initialized.
[3/12/17 14:38:52:495 BRT] 00000001 ServiceInit Z JSAS0001I: Security configuration initialized.
[3/12/17 14:38:52:495 BRT] 00000001 ServiceInit Z JSAS0003I: Authentication mechanism: LTPA
[3/12/17 14:38:52:495 BRT] 00000001 ServiceInit Z JSAS0004I: Principal name: defaultWIMFileBasedRealm/
[3/12/17 14:38:52:495 BRT] 00000001 CSIClientRI Z JSAS0007I: Client request interceptor registered.
[3/12/17 14:38:52:527 BRT] 00000001 CSIServerRI Z JSAS0008I: Server request interceptor registered.
[3/12/17 14:38:52:542 BRT] 00000001 SecurityCompo Z JSAS0009I: IOR interceptor registered.
[3/12/17 14:38:53:414 BRT] 00000001 CoordinatorIm I HMGR0206I: The Coordinator is an Active Coordinator for core group DefaultCoreGroup. The active coordinator set is [IMAC-TUKUNARENode01Cell\IMAC-TUKUNARENode01\server1].
[3/12/17 14:38:53:430 BRT] 00000001 DCSPluginSing I HMGR0005I: The Single Server DCS Core Stack transport has been started for core group DefaultCoreGroup.
[3/12/17 14:38:53:445 BRT] 00000001 CoordinatorCo I HMGR0011I: The High Availability Manager is configured to be the bulletin board provider.
[3/12/17 14:38:53:461 BRT] 00000001 DragDropDeplo I CWLDD0103I: Monitored directory application deployment service has been configured to be off.
[3/12/17 14:38:53:524 BRT] 00000001 NameServerImp Z NMSV0018I: Name server available on bootstrap port 2809.
[3/12/17 14:38:54:475 BRT] 00000001 UserRegistryI Z SECJ0136I: Custom Registry:com.ibm.ws.wim.registry.WIMUserRegistry has been initialized
[3/12/17 14:38:54:506 BRT] 00000001 JMSRegistrati Z WMSG1611I: The installed level of the WebSphere MQ messaging provider is 7.1.0.7.
[3/12/17 14:38:54:506 BRT] 00000001 JMSRegistrati I WMSG1703I: RAR implementation version 7.1.0.7-k710-007-151026_IT15559
[3/12/17 14:38:54:537 BRT] 00000001 ObjectPoolSer I OBPL0010I: The Object Pool service started successfully.
[3/12/17 14:38:56:529 BRT] 00000001 JMXSoapAdapte Z ADMC0013I: The SOAP connector is available at port 8880
[3/12/17 14:38:56:576 BRT] 00000001 TCPChannel I TCPC0001I: TCP Channel TCPInboundChannel_ipcc.Default_IPC_Connector_Name is listening on host 127.0.0.1 (IPv4: 127.0.0.1) port 9633.
[3/12/17 14:38:56:576 BRT] 00000001 WSChannelFram Z CHFW0019I: The Transport Channel Service has started chain IPCCInboundChain.Default_IPC_Connector_Name.
[3/12/17 14:38:56:576 BRT] 00000001 IPCConnectorS I ADMC0070I: The IPC connector is available at port 9633
[3/12/17 14:38:56:591 BRT] 00000001 distSecurityC I securityServiceStarted is true
[3/12/17 14:38:56:591 BRT] 00000001 distSecurityC I SECJ0243I: Security service started successfully
[3/12/17 14:38:56:591 BRT] 00000001 distSecurityC I SECJ0210I: Security enabled true
[3/12/17 14:38:56:638 BRT] 00000001 RecoveryDirec I CWRLS0010I: Performing recovery processing for local WebSphere server (IMAC-TUKUNARENode01Cell\IMAC-TUKUNARENode01\server1).
[3/12/17 14:38:56:638 BRT] 00000001 RecoveryDirec I CWRLS0012I: All persistent services have been directed to perform recovery processing for this WebSphere server (IMAC-TUKUNARENode01Cell\IMAC-TUKUNARENode01\server1).
[3/12/17 14:38:56:712 BRT] 00000048 RecoveryManag Z WTRN0132I: Transaction recovery for IMAC-TUKUNARENode01Cell\IMAC-TUKUNARENode01\server1 initiated with server uuid 4a759cad33fd17c4fde841ca065aa48e49a56353 and restart epoch 0
[3/12/17 14:38:56:712 BRT] 00000048 RecoveryManag I WTRN0135I: Transaction service recovering no transactions.
[3/12/17 14:38:56:712 BRT] 00000048 RecoveryManag Z WTRN0134I: Recovering 0 XA resource manager(s) from the transaction partner logs
[3/12/17 14:38:56:728 BRT] 00000048 RecoveryManag Z WTRN0133I: Transaction recovery processing for this server is complete
[3/12/17 14:38:56:819 BRT] 00000001 ResourceMgrIm I WSVR0049I: Binding DefaultEJBTimerDataSource as jdbc/DefaultEJBTimerDataSource
[3/12/17 14:38:56:819 BRT] 00000001 ResourceMgrIm I WSVR0049I: Binding Default_CF as eis/DefaultDatasource_CMP
[3/12/17 14:38:56:835 BRT] 00000001 ResourceMgrIm I WSVR0049I: Binding Default Datasource as DefaultDatasource
[3/12/17 14:38:56:851 BRT] 00000001 SOAPAcceptorC I WSSC1019I: The SOAP Acceptor Channel has been configured.
[3/12/17 14:38:56:851 BRT] 00000001 CacheServiceI I DYNA1054I: Dynamic Cache (core cache) initialized successfully.
[3/12/17 14:38:56:866 BRT] 00000001 ObjectCacheSe I DYNA1056I: Dynamic Cache (object cache) initialized successfully.
[3/12/17 14:38:56:929 BRT] 00000001 RegistryConfi I CWXRS0017I: Extension Registry objects storage: C:\Program Files (x86)\IBM\WebSphere\AppServer\profiles\AppSrv01\temp\IMAC-TUKUNARENode01\server1\_extensionregistry
[3/12/17 14:38:56:944 BRT] 00000001 ServerCache I DYNA1001I: WebSphere Dynamic Cache instance named ws/com.ibm.workplace/ExtensionRegistryCache initialized successfully.
[3/12/17 14:38:56:944 BRT] 00000001 ServerCache I DYNA1071I: The cache provider "default" is being used.
[3/12/17 14:38:56:960 BRT] 00000001 RegistryCache I CWXRS0002I: DynaCache instance for Extension Registry created with CACHE_SIZE: 5000
[3/12/17 14:38:57:410 BRT] 00000001 ThreadPool I WSVR0629I: The request buffer for thread pool "server.startup" has reached its capacity.
[3/12/17 14:38:57:410 BRT] 00000050 ApplicationMg Z WSVR0200I: Starting application: ManagementEJB
[3/12/17 14:38:57:410 BRT] 00000050 ApplicationMg Z WSVR0204I: Application: ManagementEJB Application build level: Unknown
[3/12/17 14:38:57:441 BRT] 00000052 ApplicationMg Z WSVR0200I: Starting application: SchedulerCalendars
[3/12/17 14:38:57:441 BRT] 00000050 J2EEServiceMa I ASYN0059I: Work Manager service initialized successfully.
[3/12/17 14:38:57:441 BRT] 00000052 ApplicationMg Z WSVR0204I: Application: SchedulerCalendars Application build level: Unknown
[3/12/17 14:38:57:441 BRT] 00000050 AppProfileCom I ACIN0030I: Application Profiling service is disabled.
[3/12/17 14:38:57:441 BRT] 00000051 ApplicationMg Z WSVR0200I: Starting application: filetransferSecured
[3/12/17 14:38:57:441 BRT] 00000051 ApplicationMg Z WSVR0204I: Application: filetransferSecured Application build level: Unknown
[3/12/17 14:38:57:682 BRT] 00000050 SchedulerServ I SCHD0036I: The Scheduler Service is initializing.
[3/12/17 14:38:57:682 BRT] 00000050 SchedulerServ I SCHD0037I: The Scheduler Service has been initialized.
[3/12/17 14:38:57:682 BRT] 00000050 JPAComponentI I CWWJP0026I: The Java Persistence API (JPA) component is initializing.
[3/12/17 14:38:57:697 BRT] 00000050 AbstractJPACo I CWWJP0006I: The com.ibm.websphere.persistence.PersistenceProviderImpl class is loaded as the default Java Persistence API (JPA) provider.
[3/12/17 14:38:57:697 BRT] 00000050 JPAComponentI I CWWJP0027I: The Java Persistence API (JPA) component has initialized.
[3/12/17 14:38:57:791 BRT] 00000050 J2EEServiceMa I ASYN0055I: The Work Manager service started successfully.
[3/12/17 14:38:57:822 BRT] 00000050 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0239I: Extension Factory [class com.ibm.ws.websvcs.extension.WASAxis2ExtensionFactory] was registered successfully.
[3/12/17 14:38:57:822 BRT] 00000050 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0240I: Extension Factory [class com.ibm.ws.websvcs.extension.WASAxis2ExtensionFactory] has been associated with patterns [].
[3/12/17 14:38:57:822 BRT] 00000050 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0239I: Extension Factory [class com.ibm.ws.websvcs.extension.AsyncServletExtensionFactory] was registered successfully.
[3/12/17 14:38:57:822 BRT] 00000050 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0240I: Extension Factory [class com.ibm.ws.websvcs.extension.AsyncServletExtensionFactory] has been associated with patterns [].
[3/12/17 14:38:57:822 BRT] 00000050 WASAxis2Compo I WSWS7001I: The Axis2 service has been started.
[3/12/17 14:38:57:885 BRT] 00000050 SchedulerServ I SCHD0031I: The Scheduler Service is starting.
[3/12/17 14:38:57:900 BRT] 00000050 SchedulerServ I SCHD0001I: The Scheduler Service has started.
[3/12/17 14:38:57:900 BRT] 00000050 JPAComponentI I CWWJP0028I: The Java Persistence API (JPA) component is starting.
[3/12/17 14:38:57:900 BRT] 00000050 JPAComponentI I CWWJP0017I: The Java Persistence API (JPA) component has started.
[3/12/17 14:38:57:932 BRT] 00000056 ServerCache I DYNA1001I: WebSphere Dynamic Cache instance named ws/WSSecureMap initialized successfully.
[3/12/17 14:38:57:932 BRT] 00000056 ServerCache I DYNA1071I: The cache provider "default" is being used.
[3/12/17 14:38:57:963 BRT] 00000050 ServerCache I DYNA1001I: WebSphere Dynamic Cache instance named ws/com.ibm.ws.wssecurity.sctClientCacheMap initialized successfully.
[3/12/17 14:38:57:963 BRT] 00000050 ServerCache I DYNA1071I: The cache provider "default" is being used.
[3/12/17 14:38:57:963 BRT] 00000050 ServerCache I DYNA1001I: WebSphere Dynamic Cache instance named ws/com.ibm.ws.wssecurity.sctServiceCacheMap initialized successfully.
[3/12/17 14:38:57:963 BRT] 00000050 ServerCache I DYNA1071I: The cache provider "default" is being used.
[3/12/17 14:38:58:166 BRT] 00000050 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0239I: Extension Factory [class com.ibm.ws.container.binding.http.HTTPExtensionFactory] was registered successfully.
[3/12/17 14:38:58:166 BRT] 00000050 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 [].
[3/12/17 14:38:58:166 BRT] 00000050 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0239I: Extension Factory [class com.ibm.ws.jsf.extprocessor.JSFExtensionFactory] was registered successfully.
[3/12/17 14:38:58:166 BRT] 00000050 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0240I: Extension Factory [class com.ibm.ws.jsf.extprocessor.JSFExtensionFactory] has been associated with patterns [].
[3/12/17 14:38:58:182 BRT] 00000050 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0239I: Extension Factory [class com.ibm.ws.portletcontainer.webextension.PortletExtensionFactory] was registered successfully.
[3/12/17 14:38:58:182 BRT] 00000050 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0240I: Extension Factory [class com.ibm.ws.portletcontainer.webextension.PortletExtensionFactory] has been associated with patterns [].
[3/12/17 14:38:58:182 BRT] 00000050 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0239I: Extension Factory [class com.ibm.ws.portletcontainer.portletserving.PortletServingExtensionFactory] was registered successfully.
[3/12/17 14:38:58:182 BRT] 00000050 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0240I: Extension Factory [class com.ibm.ws.portletcontainer.portletserving.PortletServingExtensionFactory] has been associated with patterns [].
[3/12/17 14:38:58:197 BRT] 00000050 WebContainer I com.ibm.ws.webcontainer.internal.WebContainer addExtensionFactory SRVE0239I: Extension Factory [class com.ibm.ws.jsp.webcontainerext.ws.WASJSPExtensionFactory] was registered successfully.
[3/12/17 14:38:58:197 BRT] 00000050 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 ].
[3/12/17 14:38:58:385 BRT] 00000050 ResourceMgrIm I WSVR0049I: Binding AsyncRequestDispatcherWorkManager as wm/ard
[3/12/17 14:38:58:385 BRT] 00000050 ResourceMgrIm I WSVR0049I: Binding DefaultWorkManager as wm/default
[3/12/17 14:38:58:385 BRT] 00000050 ResourceMgrIm I WSVR0049I: Binding DefaultTimerManager as tm/default
[3/12/17 14:38:58:534 BRT] 00000050 SharedEJBRunt I WSVR0037I: Starting EJB jar: mejb.jar
[3/12/17 14:38:58:534 BRT] 00000052 SharedEJBRunt I WSVR0037I: Starting EJB jar: Calendars.jar
[3/12/17 14:38:58:549 BRT] 00000051 webcontainer I com.ibm.ws.webcontainer.WSWebContainer initialize SRVE0161I: IBM WebSphere Application Server - Web Container. Copyright IBM Corp. 1998-2012
[3/12/17 14:38:58:549 BRT] 00000051 webcontainer I com.ibm.ws.webcontainer.WSWebContainer initialize SRVE0162I: Servlet Specification Level: 3.0
[3/12/17 14:38:58:549 BRT] 00000051 webcontainer I com.ibm.ws.webcontainer.WSWebContainer initialize SRVE0163I: Supported JSP Specification Level: 2.2
[3/12/17 14:38:58:565 BRT] 00000051 collaborator I com.ibm.ws.webcontainer.collaborator.WebAppSecurityCollaboratorImpl createSecurityCollabImpl using default ejs collaborator since there is nothing in the extension points
[3/12/17 14:38:58:581 BRT] 00000051 AuthConfigFac W SECJ8032W: AuthConfigFactory implementation is not defined, using the default JASPI factory implementation class: com.ibm.ws.security.jaspi.ProviderRegistry.
[3/12/17 14:38:58:581 BRT] 00000052 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
[3/12/17 14:38:58:581 BRT] 00000052 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
[3/12/17 14:38:58:612 BRT] 00000052 SharedEJBRunt I WSVR0057I: EJB jar started: Calendars.jar
[3/12/17 14:38:58:612 BRT] 00000051 webcontainer I com.ibm.ws.webcontainer.WSWebContainer addVirtualHostExtensionFactory SRVE0239I: Extension Factory [class com.ibm.ws.webcontainer.extension.ExtHandshakeVHostExtensionFactory] was registered successfully.
[3/12/17 14:38:58:612 BRT] 00000051 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* ].
[3/12/17 14:38:58:612 BRT] 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
[3/12/17 14:38:58:612 BRT] 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
[3/12/17 14:38:58:632 BRT] 00000051 webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: WebSphere Admin File Transfer Application.
[3/12/17 14:38:58:632 BRT] 00000050 SharedEJBRunt I WSVR0057I: EJB jar started: mejb.jar
[3/12/17 14:38:58:690 BRT] 00000051 WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key admin_host/FileTransfer
[3/12/17 14:38:58:773 BRT] 00000051 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [filetransferSecured] [/FileTransfer] [transfer]: Initialization successful.
[3/12/17 14:38:58:773 BRT] 00000051 webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module WebSphere Admin File Transfer Application has been bound to admin_host[*:9060,*:9043].
[3/12/17 14:38:58:789 BRT] 00000052 ApplicationMg Z WSVR0221I: Application started: SchedulerCalendars
[3/12/17 14:38:58:789 BRT] 00000052 CompositionUn Z WSVR0190I: Starting composition unit WebSphere:cuname=isclite in BLA WebSphere:blaname=isclite.
[3/12/17 14:38:58:789 BRT] 00000050 ApplicationMg Z WSVR0221I: Application started: ManagementEJB
[3/12/17 14:38:58:789 BRT] 00000050 CompositionUn Z WSVR0190I: Starting composition unit WebSphere:cuname=DefaultApplication in BLA WebSphere:blaname=DefaultApplication.
[3/12/17 14:38:58:789 BRT] 00000051 ApplicationMg Z WSVR0221I: Application started: filetransferSecured
[3/12/17 14:38:58:804 BRT] 00000051 CompositionUn Z WSVR0190I: Starting composition unit WebSphere:cuname=HelloWorldEAR in BLA WebSphere:blaname=HelloWorldEAR.
[3/12/17 14:38:58:976 BRT] 00000052 ApplicationMg Z WSVR0200I: Starting application: isclite
[3/12/17 14:38:58:976 BRT] 00000052 ApplicationMg Z WSVR0203I: Application: isclite Application build level: WAS855.IM [cf111649.01]
[3/12/17 14:38:59:039 BRT] 00000050 ApplicationMg Z WSVR0200I: Starting application: DefaultApplication
[3/12/17 14:38:59:039 BRT] 00000050 ApplicationMg Z WSVR0204I: Application: DefaultApplication Application build level: Unknown
[3/12/17 14:38:59:086 BRT] 00000051 wtp I org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.Ear50NoDDImportStrategyImpl loadDeploymentDescriptor EAR [ X:\mobiDeasNovo\UpWork\PubNub\java\Projects Samples\WebSphere\HelloWorldEAR ] Module [ HelloWorld.war ] [
Web Module [ org.eclipse.jst.j2ee.application.internal.impl.WebModuleImpl@4c78c41b ]
URI [ HelloWorld.war ]
Alt DD [ null ]
Context Root [ null ]
] handled as loose archive [ com.ibm.etools.commonarchive.impl.WARFileImpl@a7f0bc61 (URI: HelloWorld.war, lastModified: 0, size: 0, directoryEntry: <unset>, originalURI: HelloWorld.war) (types: null) ]
[3/12/17 14:38:59:808 BRT] 00000051 visitor W com.ibm.ws.amm.scan.util.AnnotationInfoDefaultVisitor visitAnnotation [ com.ibm.ws.amm.scan.util.InfoVisitor@-1699519886 ] for method [ com.ibm.ws.amm.scan.util.info.impl.MethodInfoImpl@2121006294 ( javax.servlet.annotation.ServletSecurity.value ) ] Name [ null ] Description [ Ljavax/servlet/annotation/HttpConstraint; ] Call in violation of protocol
[3/12/17 14:39:00:594 BRT] 00000052 webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: isclite.
[3/12/17 14:39:00:641 BRT] 00000052 WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key admin_host/ibm/console
[3/12/17 14:39:01:016 BRT] 00000051 ApplicationMg Z WSVR0200I: Starting application: HelloWorldEAR
[3/12/17 14:39:01:016 BRT] 00000051 ApplicationMg Z WSVR0204I: Application: HelloWorldEAR Application build level: Unknown
[3/12/17 14:39:01:078 BRT] 00000050 SharedEJBRunt I WSVR0037I: Starting EJB jar: Increment.jar
[3/12/17 14:39:01:109 BRT] 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
[3/12/17 14:39:01:109 BRT] 00000050 SharedEJBRunt I WSVR0057I: EJB jar started: Increment.jar
[3/12/17 14:39:01:313 BRT] 00000052 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [isclite] [/ibm/console] [EventInitializer]: Initialization successful.
[3/12/17 14:39:01:313 BRT] 00000052 webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module isclite has been bound to admin_host[*:9060,*:9043].
[3/12/17 14:39:01:313 BRT] 00000050 webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: Default Web Application.
[3/12/17 14:39:01:344 BRT] 00000050 WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key default_host/
[3/12/17 14:39:01:375 BRT] 00000050 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [DefaultApplication] [/] [Hello Pervasive Servlet]: Initialization successful.
[3/12/17 14:39:01:375 BRT] 00000050 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [DefaultApplication] [/] [Snoop Servlet]: Initialization successful.
[3/12/17 14:39:01:375 BRT] 00000050 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [DefaultApplication] [/] [Hit Count Servlet]: Initialization successful.
[3/12/17 14:39:01:375 BRT] 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].
[3/12/17 14:39:01:375 BRT] 00000052 webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: adminconsole redirector.
[3/12/17 14:39:01:391 BRT] 00000052 WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key admin_host/admin
[3/12/17 14:39:01:406 BRT] 00000052 webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module adminconsole redirector has been bound to admin_host[*:9060,*:9043].
[3/12/17 14:39:01:406 BRT] 00000051 webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: HelloWorld.war.
[3/12/17 14:39:01:422 BRT] 00000050 ApplicationMg Z WSVR0221I: Application started: DefaultApplication
[3/12/17 14:39:01:422 BRT] 00000050 CompositionUn Z WSVR0191I: Composition unit WebSphere:cuname=DefaultApplication in BLA WebSphere:blaname=DefaultApplication started.
[3/12/17 14:39:01:422 BRT] 00000050 CompositionUn Z WSVR0190I: Starting composition unit WebSphere:cuname=ibmasyncrsp in BLA WebSphere:blaname=ibmasyncrsp.
[3/12/17 14:39:01:469 BRT] 00000050 ApplicationMg Z WSVR0200I: Starting application: ibmasyncrsp
[3/12/17 14:39:01:469 BRT] 00000050 ApplicationMg Z WSVR0203I: Application: ibmasyncrsp Application build level: 1 [3]
[3/12/17 14:39:01:727 BRT] 00000051 WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key default_host/HelloWorld
[3/12/17 14:39:02:527 BRT] 00000051 webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module null has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443].
[3/12/17 14:39:02:527 BRT] 00000052 webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: iehs.war.
[3/12/17 14:39:02:543 BRT] 00000052 WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key admin_host/ibm/help
[3/12/17 14:39:02:684 BRT] 00000052 webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module null has been bound to admin_host[*:9060,*:9043].
[3/12/17 14:39:02:684 BRT] 00000050 webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: WebSphere ASYNC Response Servlet Application.
[3/12/17 14:39:02:684 BRT] 00000051 ApplicationMg Z WSVR0221I: Application started: HelloWorldEAR
[3/12/17 14:39:02:684 BRT] 00000051 CompositionUn Z WSVR0191I: Composition unit WebSphere:cuname=HelloWorldEAR in BLA WebSphere:blaname=HelloWorldEAR started.
[3/12/17 14:39:02:684 BRT] 00000051 CompositionUn Z WSVR0190I: Starting composition unit WebSphere:cuname=query in BLA WebSphere:blaname=query.
[3/12/17 14:39:02:715 BRT] 00000050 WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key default_host/IBM_WS_SYS_RESPONSESERVLET
[3/12/17 14:39:02:746 BRT] 00000051 ApplicationMg Z WSVR0200I: Starting application: query
[3/12/17 14:39:02:746 BRT] 00000051 ApplicationMg Z WSVR0204I: Application: query Application build level: Unknown
[3/12/17 14:39:02:777 BRT] 00000050 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [ibmasyncrsp] [/IBM_WS_SYS_RESPONSESERVLET] [rspservlet]: Initialization successful.
[3/12/17 14:39:02:777 BRT] 00000050 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].
[3/12/17 14:39:02:777 BRT] 00000050 ApplicationMg Z WSVR0221I: Application started: ibmasyncrsp
[3/12/17 14:39:02:777 BRT] 00000050 CompositionUn Z WSVR0191I: Composition unit WebSphere:cuname=ibmasyncrsp in BLA WebSphere:blaname=ibmasyncrsp started.
[3/12/17 14:39:02:793 BRT] 00000050 CompositionUn Z WSVR0190I: Starting composition unit WebSphere:cuname=ivtApp in BLA WebSphere:blaname=ivtApp.
[3/12/17 14:39:02:809 BRT] 00000051 SharedEJBRunt I WSVR0037I: Starting EJB jar: querybean.jar
[3/12/17 14:39:02:809 BRT] 00000051 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
[3/12/17 14:39:02:824 BRT] 00000051 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
[3/12/17 14:39:02:824 BRT] 00000051 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
[3/12/17 14:39:02:824 BRT] 00000051 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
[3/12/17 14:39:02:840 BRT] 00000051 SharedEJBRunt I WSVR0057I: EJB jar started: querybean.jar
[3/12/17 14:39:02:840 BRT] 00000051 ApplicationMg Z WSVR0221I: Application started: query
[3/12/17 14:39:02:840 BRT] 00000051 CompositionUn Z WSVR0191I: Composition unit WebSphere:cuname=query in BLA WebSphere:blaname=query started.
[3/12/17 14:39:02:856 BRT] 00000050 ApplicationMg Z WSVR0200I: Starting application: ivtApp
[3/12/17 14:39:02:856 BRT] 00000050 ApplicationMg Z WSVR0203I: Application: ivtApp Application build level: WASX.SERV1 [qq0723.30]
[3/12/17 14:39:02:887 BRT] 00000050 SharedEJBRunt I WSVR0037I: Starting EJB jar: ivtEJB.jar
[3/12/17 14:39:02:902 BRT] 00000050 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
[3/12/17 14:39:02:902 BRT] 00000050 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
[3/12/17 14:39:02:902 BRT] 00000050 SharedEJBRunt I WSVR0057I: EJB jar started: ivtEJB.jar
[3/12/17 14:39:02:934 BRT] 00000050 webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: IVT Application.
[3/12/17 14:39:02:949 BRT] 00000050 WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key default_host/ivt
[3/12/17 14:39:02:981 BRT] 00000050 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].
[3/12/17 14:39:02:981 BRT] 00000050 ApplicationMg Z WSVR0221I: Application started: ivtApp
[3/12/17 14:39:02:981 BRT] 00000050 CompositionUn Z WSVR0191I: Composition unit WebSphere:cuname=ivtApp in BLA WebSphere:blaname=ivtApp started.
[3/12/17 14:39:02:996 BRT] 00000052 webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: Integrated Solutions Console.
[3/12/17 14:39:03:043 BRT] 00000052 WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key admin_host/ISCAdminPortlet
[3/12/17 14:39:03:059 BRT] 00000052 MBeanDescript I ADMN1216I: One or more methods in Portlet mbean is excluded from access check.
[3/12/17 14:39:03:074 BRT] 00000052 MBeanDescript I ADMN1216I: One or more methods in PortletApplication mbean is excluded from access check.
[3/12/17 14:39:03:106 BRT] 00000052 webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module Integrated Solutions Console has been bound to admin_host[*:9060,*:9043].
[3/12/17 14:39:03:153 BRT] 00000052 webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: WIM.
[3/12/17 14:39:03:184 BRT] 00000052 WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key admin_host/wim
[3/12/17 14:39:03:215 BRT] 00000052 webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module WIM has been bound to admin_host[*:9060,*:9043].
[3/12/17 14:39:03:246 BRT] 00000052 webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: WebSphere Application Server.
[3/12/17 14:39:03:262 BRT] 00000052 WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key admin_host/wasportlet
[3/12/17 14:39:03:278 BRT] 00000052 webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module WebSphere Application Server has been bound to admin_host[*:9060,*:9043].
[3/12/17 14:39:03:278 BRT] 00000052 ApplicationMg Z WSVR0221I: Application started: isclite
[3/12/17 14:39:03:278 BRT] 00000052 CompositionUn Z WSVR0191I: Composition unit WebSphere:cuname=isclite in BLA WebSphere:blaname=isclite started.
[3/12/17 14:39:03:293 BRT] 00000001 TCPChannel I TCPC0001I: TCP Channel TCP_1 is listening on host * (IPv6) port 9060.
[3/12/17 14:39:03:293 BRT] 00000001 WSChannelFram Z CHFW0019I: The Transport Channel Service has started chain WCInboundAdmin.
[3/12/17 14:39:03:293 BRT] 00000001 TCPChannel I TCPC0001I: TCP Channel TCP_2 is listening on host * (IPv6) port 9080.
[3/12/17 14:39:03:293 BRT] 00000001 WSChannelFram Z CHFW0019I: The Transport Channel Service has started chain WCInboundDefault.
[3/12/17 14:39:03:309 BRT] 00000001 TCPChannel I TCPC0001I: TCP Channel TCP_3 is listening on host * (IPv6) port 9043.
[3/12/17 14:39:03:309 BRT] 00000001 WSChannelFram Z CHFW0019I: The Transport Channel Service has started chain WCInboundAdminSecure.
[3/12/17 14:39:03:309 BRT] 00000001 TCPChannel I TCPC0001I: TCP Channel TCP_4 is listening on host * (IPv6) port 9443.
[3/12/17 14:39:03:309 BRT] 00000001 WSChannelFram Z CHFW0019I: The Transport Channel Service has started chain WCInboundDefaultSecure.
[3/12/17 14:39:03:309 BRT] 00000001 WSChannelFram Z CHFW0019I: The Transport Channel Service has started chain HttpQueueInboundDefault.
[3/12/17 14:39:03:309 BRT] 00000001 WSChannelFram Z CHFW0019I: The Transport Channel Service has started chain HttpQueueInboundDefaultSecure.
[3/12/17 14:39:03:309 BRT] 00000001 WSChannelFram Z CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain1.
[3/12/17 14:39:03:309 BRT] 00000001 WSChannelFram Z CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain2.
[3/12/17 14:39:03:309 BRT] 00000001 WSChannelFram Z CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain3.
[3/12/17 14:39:03:309 BRT] 00000001 WSChannelFram Z CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain4.
[3/12/17 14:39:03:309 BRT] 00000001 WSChannelFram Z CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain5.
[3/12/17 14:39:03:309 BRT] 00000001 WSChannelFram Z CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain6.
[3/12/17 14:39:03:309 BRT] 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.
[3/12/17 14:39:03:324 BRT] 00000051 SchedulerServ I SCHD0077I: The Scheduler Service is starting the Schedulers.
[3/12/17 14:39:03:324 BRT] 00000051 SchedulerServ I SCHD0078I: The Scheduler Service has completed starting the Schedulers.
[3/12/17 14:39:03:356 BRT] 00000001 GridConfigura I CWLRB5873I: The GridConfiguratorMBean was activated successfully.
[3/12/17 14:39:03:356 BRT] 00000001 BatchSensorCo I CWLRB5904I: BatchSensorComponent starting...
[3/12/17 14:39:03:403 BRT] 00000001 BatchSensorCo I CWLRB5905I: Successfully activated GridEndpointSensorMBean.
[3/12/17 14:39:03:403 BRT] 00000001 RMIConnectorC Z ADMC0026I: The RMI Connector is available at port 2809
[3/12/17 14:39:03:418 BRT] 00000001 JMXConnectors I ADMC0058I: The JMX JSR160RMI connector is available at port 2809
[3/12/17 14:39:03:449 BRT] 00000001 WsServerImpl Z WSVR0001I: Server server1 open for e-business
[3/12/17 14:39:05:532 BRT] 00000056 ModelMgr I WSVR0801I: Initializing all server configuration models
[3/12/17 14:39:06:001 BRT] 0000004e WorkSpaceMana Z WKSP0500I: Workspace configuration consistency check is disabled.
[3/12/17 14:39:06:688 BRT] 00000078 UpdateSchedul I ADMA5078I: Update of HelloWorldEAR has started.
[3/12/17 14:39:06:801 BRT] 00000078 wtp I org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.Ear50NoDDImportStrategyImpl loadDeploymentDescriptor EAR [ X:\mobiDeasNovo\UpWork\PubNub\java\Projects Samples\WebSphere\HelloWorldEAR ] Module [ HelloWorld.war ] [
Web Module [ org.eclipse.jst.j2ee.application.internal.impl.WebModuleImpl@98b557d7 ]
URI [ HelloWorld.war ]
Alt DD [ null ]
Context Root [ null ]
] handled as loose archive [ com.ibm.etools.commonarchive.impl.WARFileImpl@6234f819 (URI: HelloWorld.war, lastModified: 0, size: 0, directoryEntry: <unset>, originalURI: HelloWorld.war) (types: null) ]
[3/12/17 14:39:07:083 BRT] 00000035 ReloadableCla Z WSVR0655I
[3/12/17 14:39:07:114 BRT] 00000078 visitor W com.ibm.ws.amm.scan.util.AnnotationInfoDefaultVisitor visitAnnotation [ com.ibm.ws.amm.scan.util.InfoVisitor@987418415 ] for method [ com.ibm.ws.amm.scan.util.info.impl.MethodInfoImpl@399730050 ( javax.servlet.annotation.ServletSecurity.value ) ] Name [ null ] Description [ Ljavax/servlet/annotation/HttpConstraint; ] Call in violation of protocol
[3/12/17 14:39:07:916 BRT] 00000078 wtp I org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.Ear50NoDDImportStrategyImpl loadDeploymentDescriptor EAR [ X:\mobiDeasNovo\UpWork\PubNub\java\Projects Samples\WebSphere\HelloWorldEAR ] Module [ HelloWorld.war ] [
Web Module [ org.eclipse.jst.j2ee.application.internal.impl.WebModuleImpl@c2ebd98d ]
URI [ HelloWorld.war ]
Alt DD [ null ]
Context Root [ null ]
] handled as loose archive [ com.ibm.etools.commonarchive.impl.WARFileImpl@a6005793 (URI: HelloWorld.war, lastModified: 0, size: 0, directoryEntry: <unset>, originalURI: HelloWorld.war) (types: null) ]
[3/12/17 14:39:08:323 BRT] 00000078 visitor W com.ibm.ws.amm.scan.util.AnnotationInfoDefaultVisitor visitAnnotation [ com.ibm.ws.amm.scan.util.InfoVisitor@448120183 ] for method [ com.ibm.ws.amm.scan.util.info.impl.MethodInfoImpl@790309069 ( javax.servlet.annotation.ServletSecurity.value ) ] Name [ null ] Description [ Ljavax/servlet/annotation/HttpConstraint; ] Call in violation of protocol
[3/12/17 14:39:09:555 BRT] 00000078 UpdateSchedul I ADMA5079I: Update of HelloWorldEAR has ended. The application or its web modules may require a restart when a save is performed.
[3/12/17 14:39:10:091 BRT] 00000035 ReloadableCla Z WSVR0655I
[3/12/17 14:39:10:294 BRT] 00000055 wtp I org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.Ear50NoDDImportStrategyImpl loadDeploymentDescriptor EAR [ X:\mobiDeasNovo\UpWork\PubNub\java\Projects Samples\WebSphere\HelloWorldEAR ] Module [ HelloWorld.war ] [
Web Module [ org.eclipse.jst.j2ee.application.internal.impl.WebModuleImpl@a1c97ecd ]
URI [ HelloWorld.war ]
Alt DD [ null ]
Context Root [ null ]
] handled as loose archive [ com.ibm.etools.commonarchive.impl.WARFileImpl@27e63c10 (URI: HelloWorld.war, lastModified: 0, size: 0, directoryEntry: <unset>, originalURI: HelloWorld.war) (types: null) ]
[3/12/17 14:39:10:341 BRT] 00000055 wtp I org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.Ear50NoDDImportStrategyImpl loadDeploymentDescriptor EAR [ X:\mobiDeasNovo\UpWork\PubNub\java\Projects Samples\WebSphere\HelloWorldEAR ] Module [ HelloWorld.war ] [
Web Module [ org.eclipse.jst.j2ee.application.internal.impl.WebModuleImpl@32ca3291 ]
URI [ HelloWorld.war ]
Alt DD [ null ]
Context Root [ null ]
] handled as loose archive [ com.ibm.etools.commonarchive.impl.WARFileImpl@778dba19 (URI: HelloWorld.war, lastModified: 0, size: 0, directoryEntry: <unset>, originalURI: HelloWorld.war) (types: null) ]
[3/12/17 14:39:10:377 BRT] 00000055 ApplicationMg I WSVR0227I: User initiated module stop operation requested on Module, HelloWorld.war, of application, HelloWorldEAR
[3/12/17 14:39:10:386 BRT] 00000055 ApplicationMg I WSVR0228I: User initiated module stop operation request completed on Module, HelloWorld.war, of application, HelloWorldEAR
[3/12/17 14:39:10:418 BRT] 00000055 wtp I org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.Ear50NoDDImportStrategyImpl loadDeploymentDescriptor EAR [ X:\mobiDeasNovo\UpWork\PubNub\java\Projects Samples\WebSphere\HelloWorldEAR ] Module [ HelloWorld.war ] [
Web Module [ org.eclipse.jst.j2ee.application.internal.impl.WebModuleImpl@1d1a7169 ]
URI [ HelloWorld.war ]
Alt DD [ null ]
Context Root [ null ]
] handled as loose archive [ com.ibm.etools.commonarchive.impl.WARFileImpl@a12efc1e (URI: HelloWorld.war, lastModified: 0, size: 0, directoryEntry: <unset>, originalURI: HelloWorld.war) (types: null) ]
[3/12/17 14:39:10:970 BRT] 00000055 visitor W com.ibm.ws.amm.scan.util.AnnotationInfoDefaultVisitor visitAnnotation [ com.ibm.ws.amm.scan.util.InfoVisitor@-748038017 ] for method [ com.ibm.ws.amm.scan.util.info.impl.MethodInfoImpl@-604297345 ( javax.servlet.annotation.ServletSecurity.value ) ] Name [ null ] Description [ Ljavax/servlet/annotation/HttpConstraint; ] Call in violation of protocol
[3/12/17 14:39:11:871 BRT] 00000055 ApplicationMg I WSVR0225I: User initiated module start operation requested on Module, HelloWorld.war, of application, HelloWorldEAR
[3/12/17 14:39:11:902 BRT] 00000055 wtp I org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.Ear50NoDDImportStrategyImpl loadDeploymentDescriptor EAR [ X:\mobiDeasNovo\UpWork\PubNub\java\Projects Samples\WebSphere\HelloWorldEAR ] Module [ HelloWorld.war ] [
Web Module [ org.eclipse.jst.j2ee.application.internal.impl.WebModuleImpl@e16e199d ]
URI [ HelloWorld.war ]
Alt DD [ null ]
Context Root [ null ]
] handled as loose archive [ com.ibm.etools.commonarchive.impl.WARFileImpl@9d2f9a5e (URI: HelloWorld.war, lastModified: 0, size: 0, directoryEntry: <unset>, originalURI: HelloWorld.war) (types: null) ]
[3/12/17 14:39:12:133 BRT] 00000055 visitor W com.ibm.ws.amm.scan.util.AnnotationInfoDefaultVisitor visitAnnotation [ com.ibm.ws.amm.scan.util.InfoVisitor@1909243751 ] for method [ com.ibm.ws.amm.scan.util.info.impl.MethodInfoImpl@-1167150205 ( javax.servlet.annotation.ServletSecurity.value ) ] Name [ null ] Description [ Ljavax/servlet/annotation/HttpConstraint; ] Call in violation of protocol
[3/12/17 14:39:12:978 BRT] 00000055 webapp I com.ibm.ws.webcontainer.webapp.WebGroupImpl WebGroup SRVE0169I: Loading Web Module: HelloWorld.war.
[3/12/17 14:39:13:135 BRT] 00000055 WASSessionCor I SessionContextRegistry getSessionContext SESN0176I: Will create a new session context for application key default_host/HelloWorld
[3/12/17 14:39:13:732 BRT] 00000055 webcontainer I com.ibm.ws.webcontainer.VirtualHostImpl addWebApplication SRVE0250I: Web Module null has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443].
[3/12/17 14:39:13:748 BRT] 00000055 ApplicationMg I WSVR0226I: User initiated module start operation request completed on Module, HelloWorld.war, of application, HelloWorldEAR
[3/12/17 14:39:13:763 BRT] 00000055 AppBinaryProc I ADMA7021I: Distribution of application HelloWorldEAR completed successfully.
[3/12/17 14:39:13:779 BRT] 00000055 FileRepositor Z ADMR0015I: User defaultWIMFileBasedRealm/marceloinacio@hotmail.com created document cells/IMAC-TUKUNARENode01Cell/applications/HelloWorldEAR.ear/deltas/HelloWorldEAR/delta-1489340349555.
[3/12/17 14:39:13:779 BRT] 00000055 FileRepositor Z ADMR0016I: User defaultWIMFileBasedRealm/marceloinacio@hotmail.com modified document cells/IMAC-TUKUNARENode01Cell/nodes/IMAC-TUKUNARENode01/serverindex.xml.
[3/12/17 14:39:13:779 BRT] 00000055 FileRepositor Z ADMR0016I: User defaultWIMFileBasedRealm/marceloinacio@hotmail.com modified document cells/IMAC-TUKUNARENode01Cell/applications/HelloWorldEAR.ear/deployments/HelloWorldEAR/deployment.xml.
[3/12/17 14:39:13:779 BRT] 00000055 FileRepositor Z ADMR0016I: User defaultWIMFileBasedRealm/marceloinacio@hotmail.com modified document cells/IMAC-TUKUNARENode01Cell/applications/HelloWorldEAR.ear/deployments/HelloWorldEAR/META-INF/ibm-application-runtime.props.
[3/12/17 14:39:13:857 BRT] 00000043 wtp I org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.Ear50NoDDImportStrategyImpl loadDeploymentDescriptor EAR [ X:\mobiDeasNovo\UpWork\PubNub\java\Projects Samples\WebSphere\HelloWorldEAR ] Module [ HelloWorld.war ] [
Web Module [ org.eclipse.jst.j2ee.application.internal.impl.WebModuleImpl@9c5cf1f3 ]
URI [ HelloWorld.war ]
Alt DD [ null ]
Context Root [ null ]
] handled as loose archive [ com.ibm.etools.commonarchive.impl.WARFileImpl@d5b2b113 (URI: HelloWorld.war, lastModified: 0, size: 0, directoryEntry: <unset>, originalURI: HelloWorld.war) (types: null) ]
[3/12/17 14:39:14:423 BRT] 00000043 visitor W com.ibm.ws.amm.scan.util.AnnotationInfoDefaultVisitor visitAnnotation [ com.ibm.ws.amm.scan.util.InfoVisitor@1934132393 ] for method [ com.ibm.ws.amm.scan.util.info.impl.MethodInfoImpl@-1141816173 ( javax.servlet.annotation.ServletSecurity.value ) ] Name [ null ] Description [ Ljavax/servlet/annotation/HttpConstraint; ] Call in violation of protocol
[3/12/17 14:39:14:764 BRT] 00000082 ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [HelloWorldEAR] [/HelloWorld] [com.testssl.TestSSL]: Initialization successful.
[3/12/17 14:39:15:496 BRT] 00000043 wtp I org.eclipse.jst.j2ee.commonarchivecore.internal.strategy.Ear50NoDDImportStrategyImpl loadDeploymentDescriptor EAR [ X:\mobiDeasNovo\UpWork\PubNub\java\Projects Samples\WebSphere\HelloWorldEAR ] Module [ HelloWorld.war ] [
Web Module [ org.eclipse.jst.j2ee.application.internal.impl.WebModuleImpl@14b26678 ]
URI [ HelloWorld.war ]
Alt DD [ null ]
Context Root [ null ]
] handled as loose archive [ com.ibm.etools.commonarchive.impl.WARFileImpl@e8544550 (URI: HelloWorld.war, lastModified: 0, size: 0, directoryEntry: <unset>, originalURI: HelloWorld.war) (types: null) ]
[3/12/17 14:39:15:833 BRT] 00000043 visitor W com.ibm.ws.amm.scan.util.AnnotationInfoDefaultVisitor visitAnnotation [ com.ibm.ws.amm.scan.util.InfoVisitor@139719896 ] for method [ com.ibm.ws.amm.scan.util.info.impl.MethodInfoImpl@1397267389 ( javax.servlet.annotation.ServletSecurity.value ) ] Name [ null ] Description [ Ljavax/servlet/annotation/HttpConstraint; ] Call in violation of protocol
[3/12/17 14:39:39:034 BRT] 00000082 SystemOut O 14:39:39.018 [WebContainer : 0] DEBUG com.testssl.TestSSL - Simple OkHttp Connection Servlet called!
[3/12/17 14:39:40:758 BRT] 00000082 SystemOut O 14:39:40.758 [WebContainer : 0] DEBUG com.testssl.TestSSL - PubNub Test....
[3/12/17 14:39:43:909 BRT] 00000087 OkHttpClient I --> GET https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=0&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=df1cdd07-2c2c-4426-81e7-1067cefe7e0d&uuid=pn-e11b548c-6153-4758-9b98-d05103b732f5 http/1.1
[3/12/17 14:39:43:909 BRT] 00000087 OkHttpClient I --> END GET
[3/12/17 14:39:43:940 BRT] 00000089 OkHttpClient I --> GET https://ps.pndsn.com/v2/presence/sub-key/demo-36/channel/IBMWebSphere/heartbeat?pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=dcd8d2be-5e38-48c2-bf1f-42048ef2668d&state=%257B%257D&uuid=pn-e11b548c-6153-4758-9b98-d05103b732f5 http/1.1
[3/12/17 14:39:43:940 BRT] 00000089 OkHttpClient I --> END GET
[3/12/17 14:39:44:566 BRT] 00000087 OkHttpClient I <-- 200 OK https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=0&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=df1cdd07-2c2c-4426-81e7-1067cefe7e0d&uuid=pn-e11b548c-6153-4758-9b98-d05103b732f5 (653ms)
[3/12/17 14:39:44:566 BRT] 00000087 OkHttpClient I Date: Sun, 12 Mar 2017 17:39:43 GMT
[3/12/17 14:39:44:566 BRT] 00000087 OkHttpClient I Content-Type: text/javascript; charset="UTF-8"
[3/12/17 14:39:44:566 BRT] 00000087 OkHttpClient I Content-Length: 44
[3/12/17 14:39:44:566 BRT] 00000087 OkHttpClient I Connection: keep-alive
[3/12/17 14:39:44:566 BRT] 00000087 OkHttpClient I Cache-Control: no-cache
[3/12/17 14:39:44:566 BRT] 00000087 OkHttpClient I Access-Control-Allow-Origin: *
[3/12/17 14:39:44:566 BRT] 00000087 OkHttpClient I Access-Control-Allow-Methods: GET
[3/12/17 14:39:44:581 BRT] 00000087 OkHttpClient I
[3/12/17 14:39:44:581 BRT] 00000087 OkHttpClient I {"t":{"t":"14893403832537047","r":7},"m":[]}
[3/12/17 14:39:44:581 BRT] 00000087 OkHttpClient I <-- END HTTP (44-byte body)
[3/12/17 14:39:44:581 BRT] 0000008d OkHttpClient I --> GET https://ps.pndsn.com/v2/subscribe/demo-36/IBMWebSphere/0?tt=14893403832537047&pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=15f784ce-edc9-4ccd-9b4a-1cb71a0f8fb0&uuid=pn-e11b548c-6153-4758-9b98-d05103b732f5&tr=7 http/1.1
[3/12/17 14:39:44:581 BRT] 0000008d OkHttpClient I --> END GET
[3/12/17 14:39:44:792 BRT] 00000089 OkHttpClient I <-- 200 OK https://ps.pndsn.com/v2/presence/sub-key/demo-36/channel/IBMWebSphere/heartbeat?pnsdk=PubNub-Java-Unified/4.6.0&heartbeat=300&requestid=dcd8d2be-5e38-48c2-bf1f-42048ef2668d&state=%257B%257D&uuid=pn-e11b548c-6153-4758-9b98-d05103b732f5 (856ms)
[3/12/17 14:39:44:792 BRT] 00000089 OkHttpClient I Date: Sun, 12 Mar 2017 17:39:43 GMT
[3/12/17 14:39:44:792 BRT] 00000089 OkHttpClient I Content-Type: text/javascript; charset="UTF-8"
[3/12/17 14:39:44:792 BRT] 00000089 OkHttpClient I Content-Length: 55
[3/12/17 14:39:44:792 BRT] 00000089 OkHttpClient I Connection: keep-alive
[3/12/17 14:39:44:808 BRT] 00000089 OkHttpClient I Access-Control-Allow-Origin: *
[3/12/17 14:39:44:808 BRT] 00000089 OkHttpClient I Access-Control-Allow-Methods: OPTIONS, GET, POST
[3/12/17 14:39:44:808 BRT] 00000089 OkHttpClient I cache-control: no-cache
[3/12/17 14:39:44:808 BRT] 00000089 OkHttpClient I Accept-Ranges: bytes
[3/12/17 14:39:44:808 BRT] 00000089 OkHttpClient I Age: 0
[3/12/17 14:39:44:808 BRT] 00000089 OkHttpClient I Server: Pubnub Presence
[3/12/17 14:39:44:808 BRT] 00000089 OkHttpClient I
[3/12/17 14:39:44:808 BRT] 00000089 OkHttpClient I {"status": 200, "message": "OK", "service": "Presence"}
[3/12/17 14:39:44:808 BRT] 00000089 OkHttpClient I <-- END HTTP (55-byte body)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment