Class com.ibm.ws.jndi.internal.literals.LiteralParser_Test
|
100%
successful |
Tests
| Test | Duration | Result |
|---|---|---|
| testBoolean_False | 0.004s | passed |
| testBoolean_True | 0.092s | passed |
| testChar_Null | 0.007s | passed |
| testChar_a | 0.003s | passed |
| testChar_empty | 0.010s | passed |
| testChar_epmtyUnclosed | 0.003s | passed |
| testChar_octal | 0.004s | passed |
| testChar_tooLong | 0.003s | passed |
| testChar_tooLongUnclosed | 0.002s | passed |
| testChar_unfinishedEscape | 0.002s | passed |
| testChar_unfinishedUnclosed | 0.004s | passed |
| testChar_unicode | 0.003s | passed |
| testDouble_0D | 0.002s | passed |
| testDouble_decimal | 0.005s | passed |
| testDouble_decimalDSuffix | 0.002s | passed |
| testDouble_decimalEngineering | 0.003s | passed |
| testDouble_engineering | 0.003s | passed |
| testDouble_largerMantissa | 0.002s | passed |
| testDouble_leadingDot | 0.002s | passed |
| testDouble_leadingDotDSuffix | 0.002s | passed |
| testDouble_leadingDotEngineering | 0.003s | passed |
| testDouble_leadingZeroExponent | 0.003s | passed |
| testDouble_leadingZeroes | 0.002s | passed |
| testDouble_maxDouble | 0.003s | passed |
| testDouble_minDouble | 0.002s | passed |
| testDouble_minNormalDouble | 0.003s | passed |
| testDouble_negativeExponent | 0.004s | passed |
| testDouble_negativeMantissaNegativeExponent | 0.010s | passed |
| testDouble_positiveExponent | 0.008s | passed |
| testDouble_positiveMantissaPositiveExponent | 0.004s | passed |
| testDouble_trailingDot | 0.004s | passed |
| testFloat_0F | 0.002s | passed |
| testFloat_decimal | 0.003s | passed |
| testFloat_decimalEngineering | 0.002s | passed |
| testFloat_engineering | 0.003s | passed |
| testFloat_largerMantissa | 0.002s | passed |
| testFloat_leadingDot | 0.002s | passed |
| testFloat_leadingDotEngineering | 0.001s | passed |
| testFloat_leadingZeroEngineering | 0.002s | passed |
| testFloat_leadingZeroExponent | 0.011s | passed |
| testFloat_negativeExponent | 0.002s | passed |
| testFloat_negativeMantissaNegativeExponent | 0.002s | passed |
| testFloat_positiveExponent | 0.002s | passed |
| testFloat_positiveMantissaPositiveExponent | 0.003s | passed |
| testFloat_trailingDot | 0.004s | passed |
| testIntBinary_0b000000010010001101000101 | 0.002s | passed |
| testIntBinary_0b01 | 0.002s | passed |
| testIntBinary_maxInt | 0.001s | passed |
| testIntBinary_minInt | 0.005s | passed |
| testIntBinary_underscores | 0.002s | passed |
| testIntHex_0x01 | 0.002s | passed |
| testIntHex_0x012345 | 0.003s | passed |
| testIntHex_maxInt | 0.002s | passed |
| testIntHex_minInt | 0.001s | passed |
| testIntHex_underscores | 0.002s | passed |
| testIntOctal_01 | 0.002s | passed |
| testIntOctal_012345 | 0.002s | passed |
| testIntOctal_leadingUnderscore | 0.002s | passed |
| testIntOctal_maxInt | 0.002s | passed |
| testIntOctal_minInt | 0.006s | passed |
| testIntOctal_underscores | 0.002s | passed |
| testInt_0 | 0.002s | passed |
| testInt_1 | 0.002s | passed |
| testInt_12345 | 0.003s | passed |
| testInt_maxInt | 0.002s | passed |
| testInt_minInt | 0.002s | passed |
| testInt_underscores | 0.003s | passed |
| testLongBinary_0b000000010010001101000101L | 0.002s | passed |
| testLongBinary_0b01l | 0.002s | passed |
| testLongBinary_maxLong | 0.002s | passed |
| testLongBinary_minLong | 0.002s | passed |
| testLongBinary_underscores | 0.001s | passed |
| testLongHex_0x012345L | 0.002s | passed |
| testLongHex_0x01l | 0.002s | passed |
| testLongHex_maxLong | 0.002s | passed |
| testLongHex_minLong | 0.002s | passed |
| testLongHex_underscores | 0.006s | passed |
| testLongOctal_012345L | 0.002s | passed |
| testLongOctal_01l | 0.003s | passed |
| testLongOctal_leadingUnderscores | 0.002s | passed |
| testLongOctal_maxLong | 0.006s | passed |
| testLongOctal_minLong | 0.007s | passed |
| testLongOctal_underscores | 0.002s | passed |
| testLong_0L | 0.002s | passed |
| testLong_12345L | 0.002s | passed |
| testLong_1l | 0.002s | passed |
| testLong_maxInt | 0.002s | passed |
| testLong_minInt | 0.003s | passed |
| testLong_underscores | 0.001s | passed |
| testString_1digitUnicodeEscape | 0.002s | passed |
| testString_2digitOctalEscape | 0.005s | passed |
| testString_2digitUnicodeEscape | 0.002s | passed |
| testString_3digitOctalEscape | 0.002s | passed |
| testString_3digitUnicodeEscape | 0.002s | passed |
| testString_backslash | 0.002s | passed |
| testString_backspace | 0.003s | passed |
| testString_carriageReturn | 0.002s | passed |
| testString_doubleQuote | 0.002s | passed |
| testString_empty | 0.002s | passed |
| testString_formfeed | 0.003s | passed |
| testString_hello | 0.014s | passed |
| testString_newline | 0.002s | passed |
| testString_octalSpecialChar | 0.010s | passed |
| testString_singleQuote | 0.002s | passed |
| testString_tab | 0.002s | passed |
| testString_unfinishedEscape | 0.001s | passed |
| testString_unicodeEscape | 0.001s | passed |
Standard output
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a69fff12
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a69fff12
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a69fff12
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@bbc249fd
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bbc249fd
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@bbc249fd
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@f8b4555
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f8b4555
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f8b4555
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@c5d35c5d
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c5d35c5d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c5d35c5d
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@5ab2886e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5ab2886e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5ab2886e
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@ed67e7a4
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ed67e7a4
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ed67e7a4
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@51ab7180
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@51ab7180
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@51ab7180
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@ab281c94
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ab281c94
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ab281c94
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@2b1bac6f
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2b1bac6f
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2b1bac6f
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@f140dd90
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f140dd90
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f140dd90
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@bca8883
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bca8883
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@bca8883
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@779df002
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@779df002
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@779df002
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@c60391b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c60391b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c60391b
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@757b8e70
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@757b8e70
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@757b8e70
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@c7122c92
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c7122c92
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c7122c92
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@f2f8f19c
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f2f8f19c
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f2f8f19c
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@820da92e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@820da92e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@820da92e
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@9f8631
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9f8631
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9f8631
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@90dfbc21
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@90dfbc21
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@90dfbc21
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@99b6f2af
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@99b6f2af
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@99b6f2af
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@1f0ef5c6
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1f0ef5c6
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1f0ef5c6
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@341037b5
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@341037b5
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@341037b5
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@ce3c0261
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ce3c0261
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ce3c0261
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@4541b9ee
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4541b9ee
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4541b9ee
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@711f9d7f
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@711f9d7f
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@711f9d7f
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@c4d013a5
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c4d013a5
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c4d013a5
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@9f337abf
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9f337abf
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9f337abf
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@1956e8a4
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1956e8a4
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1956e8a4
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@65591aa8
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@65591aa8
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@65591aa8
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@c5056e88
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c5056e88
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c5056e88
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@f49cef68
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f49cef68
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f49cef68
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@c359ce78
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c359ce78
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c359ce78
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@abd142a2
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@abd142a2
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@abd142a2
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@3ffb0842
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3ffb0842
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3ffb0842
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@8bd3cb69
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8bd3cb69
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8bd3cb69
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@cfe4a771
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cfe4a771
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@cfe4a771
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@c2d8439a
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c2d8439a
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c2d8439a
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@43a1efe6
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@43a1efe6
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@43a1efe6
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@62faac93
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@62faac93
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@62faac93
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@64efbff9
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@64efbff9
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@64efbff9
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@e1763107
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e1763107
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e1763107
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@670abd15
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@670abd15
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@670abd15
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@a70c3b3b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a70c3b3b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a70c3b3b
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@5dfacf7d
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5dfacf7d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5dfacf7d
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@68e0d190
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@68e0d190
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@68e0d190
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@974f138b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@974f138b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@974f138b
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@4ed4b533
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4ed4b533
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4ed4b533
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@de22c00b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@de22c00b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@de22c00b
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@e0fd0a7
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e0fd0a7
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e0fd0a7
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@cbc66480
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cbc66480
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@cbc66480
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@4406a79c
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4406a79c
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4406a79c
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@3704f293
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3704f293
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3704f293
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@5149838
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5149838
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5149838
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@8f16bcf4
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8f16bcf4
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8f16bcf4
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@570262f8
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@570262f8
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@570262f8
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@58d047f3
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@58d047f3
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@58d047f3
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@ec28d2cc
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ec28d2cc
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ec28d2cc
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@7add65d1
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7add65d1
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7add65d1
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@fc56b44
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@fc56b44
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@fc56b44
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@688cbd20
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@688cbd20
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@688cbd20
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@5e508f2d
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5e508f2d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5e508f2d
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@6afa1ca2
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6afa1ca2
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6afa1ca2
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@60fe54ea
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@60fe54ea
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@60fe54ea
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@c970c790
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c970c790
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c970c790
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@f1eb1770
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f1eb1770
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f1eb1770
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@990098c5
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@990098c5
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@990098c5
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@6f9c3dc4
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6f9c3dc4
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6f9c3dc4
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@a55984db
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a55984db
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a55984db
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@65d8a36d
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@65d8a36d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@65d8a36d
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@ad913d11
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ad913d11
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ad913d11
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@360e0232
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@360e0232
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@360e0232
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@94bb9949
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@94bb9949
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@94bb9949
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@8735c6ce
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8735c6ce
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8735c6ce
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@442c6777
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@442c6777
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@442c6777
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@16b6a6f3
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@16b6a6f3
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@16b6a6f3
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@e8647745
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e8647745
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e8647745
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@64029331
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@64029331
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@64029331
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@fae957c1
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@fae957c1
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@fae957c1
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@d1391728
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d1391728
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d1391728
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@cf4902eb
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cf4902eb
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@cf4902eb
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@19c1fa2f
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@19c1fa2f
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@19c1fa2f
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@8b4624e1
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8b4624e1
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8b4624e1
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@c5a2f094
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c5a2f094
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c5a2f094
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@24a089aa
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@24a089aa
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@24a089aa
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@1eec0aca
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1eec0aca
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1eec0aca
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@ca4a5d71
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ca4a5d71
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ca4a5d71
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@2642c8ed
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2642c8ed
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2642c8ed
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@9087c3a3
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9087c3a3
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9087c3a3
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@400789d2
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@400789d2
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@400789d2
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@7b4d5a3c
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7b4d5a3c
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7b4d5a3c
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@e194d780
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e194d780
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e194d780
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@3dd4f066
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3dd4f066
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3dd4f066
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@becdc2bb
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@becdc2bb
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@becdc2bb
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@4bf90c86
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4bf90c86
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4bf90c86
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@6d91c8bc
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6d91c8bc
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6d91c8bc
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@8180ceb8
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8180ceb8
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8180ceb8
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@6ad2be86
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6ad2be86
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6ad2be86
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@cebf3543
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cebf3543
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@cebf3543
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@42fc719c
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@42fc719c
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@42fc719c
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@5c2c676c
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5c2c676c
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5c2c676c
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@2baaac23
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2baaac23
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2baaac23
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@b48804d4
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b48804d4
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b48804d4
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@28495d31
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@28495d31
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@28495d31
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@70b6b3de
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@70b6b3de
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@70b6b3de
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@ee559e57
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ee559e57
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ee559e57
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@6a23141f
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6a23141f
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6a23141f
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@b690aef
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b690aef
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b690aef
TrConfigZapper.zapTrConfig : finished invoke init()