Class com.ibm.ws.jndi.internal.literals.LiteralParser_Test
|
100%
successful |
Tests
| Test | Duration | Result |
|---|---|---|
| testBoolean_False | 0.008s | passed |
| testBoolean_True | 0.118s | passed |
| testChar_Null | 0.006s | passed |
| testChar_a | 0.003s | passed |
| testChar_empty | 0.003s | passed |
| testChar_epmtyUnclosed | 0.004s | passed |
| testChar_octal | 0.003s | passed |
| testChar_tooLong | 0.006s | passed |
| testChar_tooLongUnclosed | 0.003s | passed |
| testChar_unfinishedEscape | 0.003s | passed |
| testChar_unfinishedUnclosed | 0.003s | passed |
| testChar_unicode | 0.004s | passed |
| testDouble_0D | 0.007s | passed |
| testDouble_decimal | 0.003s | passed |
| testDouble_decimalDSuffix | 0.006s | passed |
| testDouble_decimalEngineering | 0.002s | passed |
| testDouble_engineering | 0.004s | passed |
| testDouble_largerMantissa | 0.003s | passed |
| testDouble_leadingDot | 0.003s | passed |
| testDouble_leadingDotDSuffix | 0.003s | passed |
| testDouble_leadingDotEngineering | 0.003s | passed |
| testDouble_leadingZeroExponent | 0.003s | passed |
| testDouble_leadingZeroes | 0.003s | passed |
| testDouble_maxDouble | 0.004s | passed |
| testDouble_minDouble | 0.003s | passed |
| testDouble_minNormalDouble | 0.003s | passed |
| testDouble_negativeExponent | 0.003s | passed |
| testDouble_negativeMantissaNegativeExponent | 0.003s | passed |
| testDouble_positiveExponent | 0.006s | passed |
| testDouble_positiveMantissaPositiveExponent | 0.003s | passed |
| testDouble_trailingDot | 0.003s | passed |
| testFloat_0F | 0.003s | passed |
| testFloat_decimal | 0.004s | passed |
| testFloat_decimalEngineering | 0.003s | passed |
| testFloat_engineering | 0.003s | passed |
| testFloat_largerMantissa | 0.007s | passed |
| testFloat_leadingDot | 0.020s | passed |
| testFloat_leadingDotEngineering | 0.003s | passed |
| testFloat_leadingZeroEngineering | 0.003s | passed |
| testFloat_leadingZeroExponent | 0.003s | passed |
| testFloat_negativeExponent | 0.003s | passed |
| testFloat_negativeMantissaNegativeExponent | 0.003s | passed |
| testFloat_positiveExponent | 0.003s | passed |
| testFloat_positiveMantissaPositiveExponent | 0.003s | passed |
| testFloat_trailingDot | 0.003s | passed |
| testIntBinary_0b000000010010001101000101 | 0.009s | passed |
| testIntBinary_0b01 | 0.003s | passed |
| testIntBinary_maxInt | 0.004s | passed |
| testIntBinary_minInt | 0.007s | passed |
| testIntBinary_underscores | 0.007s | passed |
| testIntHex_0x01 | 0.004s | passed |
| testIntHex_0x012345 | 0.003s | passed |
| testIntHex_maxInt | 0.003s | passed |
| testIntHex_minInt | 0.007s | passed |
| testIntHex_underscores | 0.003s | passed |
| testIntOctal_01 | 0.002s | passed |
| testIntOctal_012345 | 0.004s | passed |
| testIntOctal_leadingUnderscore | 0.006s | passed |
| testIntOctal_maxInt | 0.003s | passed |
| testIntOctal_minInt | 0.003s | passed |
| testIntOctal_underscores | 0.011s | passed |
| testInt_0 | 0.004s | passed |
| testInt_1 | 0.004s | passed |
| testInt_12345 | 0.003s | passed |
| testInt_maxInt | 0.004s | passed |
| testInt_minInt | 0.003s | passed |
| testInt_underscores | 0.004s | passed |
| testLongBinary_0b000000010010001101000101L | 0.002s | passed |
| testLongBinary_0b01l | 0.007s | passed |
| testLongBinary_maxLong | 0.003s | passed |
| testLongBinary_minLong | 0.002s | passed |
| testLongBinary_underscores | 0.002s | passed |
| testLongHex_0x012345L | 0.010s | passed |
| testLongHex_0x01l | 0.006s | passed |
| testLongHex_maxLong | 0.004s | passed |
| testLongHex_minLong | 0.002s | passed |
| testLongHex_underscores | 0.003s | passed |
| testLongOctal_012345L | 0.008s | passed |
| testLongOctal_01l | 0.002s | passed |
| testLongOctal_leadingUnderscores | 0.003s | passed |
| testLongOctal_maxLong | 0.003s | passed |
| testLongOctal_minLong | 0.003s | passed |
| testLongOctal_underscores | 0.002s | passed |
| testLong_0L | 0.010s | passed |
| testLong_12345L | 0.003s | passed |
| testLong_1l | 0.003s | passed |
| testLong_maxInt | 0.003s | passed |
| testLong_minInt | 0.003s | passed |
| testLong_underscores | 0.003s | passed |
| testString_1digitUnicodeEscape | 0.002s | passed |
| testString_2digitOctalEscape | 0.003s | passed |
| testString_2digitUnicodeEscape | 0.003s | passed |
| testString_3digitOctalEscape | 0.006s | passed |
| testString_3digitUnicodeEscape | 0.003s | passed |
| testString_backslash | 0.003s | passed |
| testString_backspace | 0.003s | passed |
| testString_carriageReturn | 0.050s | passed |
| testString_doubleQuote | 0.003s | passed |
| testString_empty | 0.002s | passed |
| testString_formfeed | 0.003s | passed |
| testString_hello | 0.002s | passed |
| testString_newline | 0.004s | passed |
| testString_octalSpecialChar | 0.002s | passed |
| testString_singleQuote | 0.003s | passed |
| testString_tab | 0.002s | passed |
| testString_unfinishedEscape | 0.003s | passed |
| testString_unicodeEscape | 0.002s | passed |
Standard output
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@96174dd
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@96174dd
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@96174dd
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7f97b32e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7f97b32e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7f97b32e
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c415753c
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c415753c
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c415753c
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5f405dc3
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5f405dc3
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5f405dc3
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b628c70e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b628c70e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b628c70e
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3e0251f5
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3e0251f5
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3e0251f5
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4d3bdb57
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4d3bdb57
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4d3bdb57
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@87ef25b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@87ef25b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@87ef25b
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@45bbcbea
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@45bbcbea
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@45bbcbea
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ff8985a
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ff8985a
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ff8985a
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@989d8959
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@989d8959
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@989d8959
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@11289d7a
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@11289d7a
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@11289d7a
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c1496f1e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c1496f1e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c1496f1e
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c0ccadd0
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c0ccadd0
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c0ccadd0
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@543993a5
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@543993a5
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@543993a5
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1a10df96
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1a10df96
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1a10df96
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@345de00d
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@345de00d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@345de00d
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d23c7fa5
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d23c7fa5
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d23c7fa5
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@aa65f222
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@aa65f222
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@aa65f222
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6c4fc6c8
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6c4fc6c8
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6c4fc6c8
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6dcc95c0
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6dcc95c0
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6dcc95c0
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cf4c858f
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cf4c858f
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@cf4c858f
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bb241b99
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bb241b99
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@bb241b99
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1e3dbbbb
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1e3dbbbb
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1e3dbbbb
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3beb8609
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3beb8609
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3beb8609
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d684d42d
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d684d42d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d684d42d
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f248af03
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f248af03
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f248af03
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4b501d76
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4b501d76
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4b501d76
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@75880cba
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@75880cba
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@75880cba
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7ae08806
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7ae08806
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7ae08806
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9f273bdb
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9f273bdb
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9f273bdb
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3d4f2883
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3d4f2883
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3d4f2883
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1c6a7727
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1c6a7727
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1c6a7727
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6ec99b8
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6ec99b8
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6ec99b8
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@30e45f21
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@30e45f21
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@30e45f21
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b4d43a55
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b4d43a55
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b4d43a55
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@850e78eb
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@850e78eb
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@850e78eb
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c5c632a4
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c5c632a4
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c5c632a4
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@251078c5
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@251078c5
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@251078c5
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b6b17e2e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b6b17e2e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b6b17e2e
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@75494a08
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@75494a08
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@75494a08
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@51578202
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@51578202
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@51578202
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b2dca34d
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b2dca34d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b2dca34d
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ef850a1c
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ef850a1c
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ef850a1c
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@312456fd
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@312456fd
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@312456fd
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5def7623
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5def7623
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5def7623
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d360ffeb
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d360ffeb
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d360ffeb
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b7ae5bbe
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b7ae5bbe
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b7ae5bbe
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@502d0f48
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@502d0f48
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@502d0f48
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9b1f4b4d
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9b1f4b4d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9b1f4b4d
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@118b6442
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@118b6442
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@118b6442
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@41206bf9
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@41206bf9
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@41206bf9
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3f016265
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3f016265
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3f016265
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5c6389c4
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5c6389c4
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5c6389c4
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a85774ab
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a85774ab
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a85774ab
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1f143efa
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1f143efa
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1f143efa
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@917c8007
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@917c8007
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@917c8007
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c1d21a3
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c1d21a3
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c1d21a3
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e0ef9996
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e0ef9996
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e0ef9996
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a45bdde6
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a45bdde6
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a45bdde6
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3fcfe826
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3fcfe826
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3fcfe826
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a67fbc5b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a67fbc5b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a67fbc5b
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c344d3f7
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c344d3f7
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c344d3f7
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2954e686
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2954e686
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2954e686
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@eccab8b5
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@eccab8b5
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@eccab8b5
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@91ddfcbf
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@91ddfcbf
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@91ddfcbf
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9c2df6c9
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9c2df6c9
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9c2df6c9
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3b6caaf7
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3b6caaf7
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3b6caaf7
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f4326d6b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f4326d6b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f4326d6b
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b792ad24
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b792ad24
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b792ad24
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@90cbf4d5
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@90cbf4d5
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@90cbf4d5
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@63e17f9b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@63e17f9b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@63e17f9b
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@52a253d2
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@52a253d2
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@52a253d2
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7aea39bf
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7aea39bf
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7aea39bf
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@dcb87196
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@dcb87196
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@dcb87196
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@479df714
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@479df714
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@479df714
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d388a8e8
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d388a8e8
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d388a8e8
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@34bf22b7
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@34bf22b7
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@34bf22b7
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@64033715
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@64033715
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@64033715
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@73eb9f32
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@73eb9f32
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@73eb9f32
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@43ceea5
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@43ceea5
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@43ceea5
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d75cad52
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d75cad52
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d75cad52
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4c70f5e7
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4c70f5e7
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4c70f5e7
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@230caa75
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@230caa75
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@230caa75
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b2b8075
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b2b8075
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b2b8075
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@dd4b1fe1
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@dd4b1fe1
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@dd4b1fe1
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@84f17940
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@84f17940
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@84f17940
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2a4480c
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2a4480c
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2a4480c
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2e75fd9e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2e75fd9e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2e75fd9e
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b29eff3c
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b29eff3c
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b29eff3c
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@441aff52
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@441aff52
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@441aff52
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@87d47019
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@87d47019
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@87d47019
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@328b0860
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@328b0860
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@328b0860
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6827ef76
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6827ef76
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6827ef76
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5e789b36
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5e789b36
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5e789b36
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7a84df5f
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7a84df5f
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7a84df5f
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b5b3a30b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b5b3a30b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b5b3a30b
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@fc9e7213
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@fc9e7213
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@fc9e7213
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a99ad31b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a99ad31b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a99ad31b
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ac820800
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ac820800
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ac820800
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@447d87c5
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@447d87c5
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@447d87c5
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9abf61a8
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9abf61a8
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9abf61a8
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ba9460ca
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ba9460ca
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ba9460ca
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c4a2ca4
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c4a2ca4
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c4a2ca4
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ca6d7632
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ca6d7632
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ca6d7632
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d231a7a4
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d231a7a4
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d231a7a4
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e03076e0
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e03076e0
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e03076e0
TrConfigZapper.zapTrConfig : finished invoke init()