Class com.ibm.ws.jndi.internal.literals.LiteralParser_Test
|
100%
successful |
Tests
| Test | Duration | Result |
|---|---|---|
| testBoolean_False | 0.005s | passed |
| testBoolean_True | 0.113s | passed |
| testChar_Null | 0.006s | passed |
| testChar_a | 0.007s | passed |
| testChar_empty | 0.004s | passed |
| testChar_epmtyUnclosed | 0.004s | passed |
| testChar_octal | 0.005s | passed |
| testChar_tooLong | 0.003s | passed |
| testChar_tooLongUnclosed | 0.004s | passed |
| testChar_unfinishedEscape | 0.008s | passed |
| testChar_unfinishedUnclosed | 0.004s | passed |
| testChar_unicode | 0.004s | passed |
| testDouble_0D | 0.008s | passed |
| testDouble_decimal | 0.003s | passed |
| testDouble_decimalDSuffix | 0.003s | passed |
| testDouble_decimalEngineering | 0.003s | passed |
| testDouble_engineering | 0.006s | passed |
| testDouble_largerMantissa | 0.003s | passed |
| testDouble_leadingDot | 0.003s | passed |
| testDouble_leadingDotDSuffix | 0.003s | passed |
| testDouble_leadingDotEngineering | 0.003s | passed |
| testDouble_leadingZeroExponent | 0.008s | passed |
| testDouble_leadingZeroes | 0.002s | 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.003s | passed |
| testDouble_positiveMantissaPositiveExponent | 0.011s | passed |
| testDouble_trailingDot | 0.004s | passed |
| testFloat_0F | 0.003s | passed |
| testFloat_decimal | 0.002s | passed |
| testFloat_decimalEngineering | 0.003s | passed |
| testFloat_engineering | 0.003s | passed |
| testFloat_largerMantissa | 0.003s | passed |
| testFloat_leadingDot | 0.004s | passed |
| testFloat_leadingDotEngineering | 0.004s | passed |
| testFloat_leadingZeroEngineering | 0.003s | passed |
| testFloat_leadingZeroExponent | 0.004s | passed |
| testFloat_negativeExponent | 0.003s | passed |
| testFloat_negativeMantissaNegativeExponent | 0.008s | passed |
| testFloat_positiveExponent | 0.003s | passed |
| testFloat_positiveMantissaPositiveExponent | 0.012s | passed |
| testFloat_trailingDot | 0.005s | passed |
| testIntBinary_0b000000010010001101000101 | 0.003s | passed |
| testIntBinary_0b01 | 0.002s | passed |
| testIntBinary_maxInt | 0.003s | passed |
| testIntBinary_minInt | 0.006s | passed |
| testIntBinary_underscores | 0.002s | passed |
| testIntHex_0x01 | 0.003s | passed |
| testIntHex_0x012345 | 0.002s | passed |
| testIntHex_maxInt | 0.003s | passed |
| testIntHex_minInt | 0.003s | passed |
| testIntHex_underscores | 0.003s | passed |
| testIntOctal_01 | 0.003s | passed |
| testIntOctal_012345 | 0.003s | passed |
| testIntOctal_leadingUnderscore | 0.004s | passed |
| testIntOctal_maxInt | 0.003s | passed |
| testIntOctal_minInt | 0.006s | passed |
| testIntOctal_underscores | 0.003s | passed |
| testInt_0 | 0.003s | passed |
| testInt_1 | 0.003s | passed |
| testInt_12345 | 0.003s | passed |
| testInt_maxInt | 0.003s | passed |
| testInt_minInt | 0.003s | passed |
| testInt_underscores | 0.004s | passed |
| testLongBinary_0b000000010010001101000101L | 0.003s | passed |
| testLongBinary_0b01l | 0.003s | passed |
| testLongBinary_maxLong | 0.003s | passed |
| testLongBinary_minLong | 0.002s | passed |
| testLongBinary_underscores | 0.003s | passed |
| testLongHex_0x012345L | 0.002s | passed |
| testLongHex_0x01l | 0.002s | passed |
| testLongHex_maxLong | 0.003s | passed |
| testLongHex_minLong | 0.002s | passed |
| testLongHex_underscores | 0.003s | passed |
| testLongOctal_012345L | 0.003s | passed |
| testLongOctal_01l | 0.002s | passed |
| testLongOctal_leadingUnderscores | 0.003s | passed |
| testLongOctal_maxLong | 0.004s | passed |
| testLongOctal_minLong | 0.006s | passed |
| testLongOctal_underscores | 0.011s | passed |
| testLong_0L | 0.003s | passed |
| testLong_12345L | 0.002s | passed |
| testLong_1l | 0.002s | passed |
| testLong_maxInt | 0.003s | passed |
| testLong_minInt | 0.002s | passed |
| testLong_underscores | 0.003s | passed |
| testString_1digitUnicodeEscape | 0.003s | passed |
| testString_2digitOctalEscape | 0.003s | passed |
| testString_2digitUnicodeEscape | 0.003s | passed |
| testString_3digitOctalEscape | 0.003s | passed |
| testString_3digitUnicodeEscape | 0.004s | passed |
| testString_backslash | 0.003s | passed |
| testString_backspace | 0.003s | passed |
| testString_carriageReturn | 0.003s | passed |
| testString_doubleQuote | 0.003s | passed |
| testString_empty | 0.006s | passed |
| testString_formfeed | 0.004s | passed |
| testString_hello | 0.003s | passed |
| testString_newline | 0.002s | passed |
| testString_octalSpecialChar | 0.008s | passed |
| testString_singleQuote | 0.003s | passed |
| testString_tab | 0.002s | passed |
| testString_unfinishedEscape | 0.004s | passed |
| testString_unicodeEscape | 0.003s | passed |
Standard output
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@daa1dd01
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@daa1dd01
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@daa1dd01
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@2d0e1325
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2d0e1325
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2d0e1325
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@fd99a58e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@fd99a58e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@fd99a58e
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@4907f9d9
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4907f9d9
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4907f9d9
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@dba004ce
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@dba004ce
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@dba004ce
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@a9f7cc0e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a9f7cc0e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a9f7cc0e
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@293b0eb4
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@293b0eb4
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@293b0eb4
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@fdda52bc
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@fdda52bc
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@fdda52bc
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@7c176083
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7c176083
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7c176083
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@e7b5e08b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e7b5e08b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e7b5e08b
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@57be4280
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@57be4280
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@57be4280
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@6832d967
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6832d967
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6832d967
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@bcbbc538
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bcbbc538
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@bcbbc538
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@f7cf3778
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f7cf3778
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f7cf3778
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@abc0795f
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@abc0795f
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@abc0795f
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@1fd220d1
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1fd220d1
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1fd220d1
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@987e7b79
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@987e7b79
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@987e7b79
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@a38ff75c
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a38ff75c
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a38ff75c
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@81c7c35d
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@81c7c35d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@81c7c35d
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@4fbea411
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4fbea411
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4fbea411
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@fe038563
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@fe038563
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@fe038563
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@6450f836
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6450f836
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6450f836
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@82e9b4fc
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@82e9b4fc
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@82e9b4fc
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@7164fc08
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7164fc08
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7164fc08
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@5696350d
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5696350d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5696350d
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@6d2e3e6a
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6d2e3e6a
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6d2e3e6a
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@61e8aa48
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@61e8aa48
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@61e8aa48
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@f00683d8
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f00683d8
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f00683d8
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@58774ac8
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@58774ac8
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@58774ac8
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@65ae8c9e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@65ae8c9e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@65ae8c9e
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@29cc1f00
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@29cc1f00
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@29cc1f00
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@f36f98fd
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f36f98fd
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f36f98fd
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@71f3028e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@71f3028e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@71f3028e
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@c4db3e62
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c4db3e62
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c4db3e62
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@39d3f77b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@39d3f77b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@39d3f77b
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@fa34042b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@fa34042b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@fa34042b
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@d3c60356
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d3c60356
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d3c60356
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@e8f1f145
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e8f1f145
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e8f1f145
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@71ade16
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@71ade16
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@71ade16
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@8a84be34
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8a84be34
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8a84be34
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@b1990303
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b1990303
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b1990303
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@8fa207d0
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8fa207d0
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8fa207d0
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@e4f31880
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e4f31880
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e4f31880
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@886ebb9c
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@886ebb9c
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@886ebb9c
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@231bd7c7
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@231bd7c7
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@231bd7c7
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@4eeda19d
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4eeda19d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4eeda19d
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@6a51c1a7
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6a51c1a7
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6a51c1a7
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@89ca9f0
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@89ca9f0
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@89ca9f0
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@4e55e9ae
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4e55e9ae
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4e55e9ae
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@a1c9b5b6
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a1c9b5b6
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a1c9b5b6
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@684e6407
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@684e6407
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@684e6407
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@4134c8a3
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4134c8a3
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4134c8a3
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@3be7453b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3be7453b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3be7453b
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@ac25ff39
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ac25ff39
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ac25ff39
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@95971853
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@95971853
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@95971853
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@6be322b3
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6be322b3
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6be322b3
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@508aef8f
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@508aef8f
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@508aef8f
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@caffd763
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@caffd763
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@caffd763
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@7b66ee2d
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7b66ee2d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7b66ee2d
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@64d1475b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@64d1475b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@64d1475b
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@82328da3
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@82328da3
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@82328da3
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@f217615f
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f217615f
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f217615f
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@6609b65
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6609b65
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6609b65
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@7636120b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7636120b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7636120b
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@63e6a87f
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@63e6a87f
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@63e6a87f
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@612a1e2d
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@612a1e2d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@612a1e2d
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@4f93fd68
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4f93fd68
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4f93fd68
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@b96d38f2
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b96d38f2
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b96d38f2
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@c3e0e41e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c3e0e41e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c3e0e41e
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@93ea484c
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@93ea484c
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@93ea484c
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@287c2592
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@287c2592
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@287c2592
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@e451b02e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e451b02e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e451b02e
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@30bbb091
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@30bbb091
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@30bbb091
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@c62f0a4e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c62f0a4e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c62f0a4e
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@7e19cfd6
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7e19cfd6
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7e19cfd6
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@77892aef
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@77892aef
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@77892aef
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@1172da59
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1172da59
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1172da59
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@24d5f536
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@24d5f536
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@24d5f536
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@31b6eb3d
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@31b6eb3d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@31b6eb3d
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@edf2331d
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@edf2331d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@edf2331d
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@dc4d3e8d
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@dc4d3e8d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@dc4d3e8d
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@261a30c1
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@261a30c1
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@261a30c1
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@9723db3e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9723db3e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9723db3e
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@f69df4e0
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f69df4e0
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f69df4e0
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@df1e244e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@df1e244e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@df1e244e
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@8e871746
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8e871746
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8e871746
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@5a67618f
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5a67618f
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5a67618f
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@5a402ca0
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5a402ca0
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5a402ca0
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@35accd54
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@35accd54
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@35accd54
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@be1496d3
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@be1496d3
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@be1496d3
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@ccc16a7c
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ccc16a7c
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ccc16a7c
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@159b4f5f
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@159b4f5f
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@159b4f5f
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@2c194eb9
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2c194eb9
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2c194eb9
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@74b63ebe
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@74b63ebe
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@74b63ebe
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@e4be705a
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e4be705a
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e4be705a
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@37cac300
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@37cac300
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@37cac300
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@a325f718
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a325f718
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a325f718
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@a6b62ee6
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a6b62ee6
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a6b62ee6
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@98cdab80
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@98cdab80
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@98cdab80
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@10a0ba6a
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@10a0ba6a
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@10a0ba6a
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@c66d185b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c66d185b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c66d185b
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@742639ca
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@742639ca
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@742639ca
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@139dfe43
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@139dfe43
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@139dfe43
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@7d7b789b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7d7b789b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7d7b789b
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@a577577c
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a577577c
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a577577c
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@baacee2a
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@baacee2a
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@baacee2a
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@ac78bd4c
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ac78bd4c
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ac78bd4c
TrConfigZapper.zapTrConfig : finished invoke init()