Class com.ibm.ws.jndi.internal.literals.LiteralParser_Test
|
100%
successful |
Tests
| Test | Duration | Result |
|---|---|---|
| testBoolean_False | 0.005s | passed |
| testBoolean_True | 0.096s | passed |
| testChar_Null | 0.007s | passed |
| testChar_a | 0.003s | passed |
| testChar_empty | 0.003s | passed |
| testChar_epmtyUnclosed | 0.006s | passed |
| testChar_octal | 0.004s | passed |
| testChar_tooLong | 0.004s | passed |
| testChar_tooLongUnclosed | 0.003s | passed |
| testChar_unfinishedEscape | 0.003s | passed |
| testChar_unfinishedUnclosed | 0.004s | passed |
| testChar_unicode | 0.003s | passed |
| testDouble_0D | 0.005s | passed |
| testDouble_decimal | 0.003s | passed |
| testDouble_decimalDSuffix | 0.009s | passed |
| testDouble_decimalEngineering | 0.004s | passed |
| testDouble_engineering | 0.009s | passed |
| testDouble_largerMantissa | 0.003s | passed |
| testDouble_leadingDot | 0.002s | passed |
| testDouble_leadingDotDSuffix | 0.003s | passed |
| testDouble_leadingDotEngineering | 0.004s | passed |
| testDouble_leadingZeroExponent | 0.004s | passed |
| testDouble_leadingZeroes | 0.003s | passed |
| testDouble_maxDouble | 0.003s | passed |
| testDouble_minDouble | 0.003s | passed |
| testDouble_minNormalDouble | 0.003s | passed |
| testDouble_negativeExponent | 0.003s | passed |
| testDouble_negativeMantissaNegativeExponent | 0.002s | passed |
| testDouble_positiveExponent | 0.003s | passed |
| testDouble_positiveMantissaPositiveExponent | 0.003s | passed |
| testDouble_trailingDot | 0.003s | passed |
| testFloat_0F | 0.003s | passed |
| testFloat_decimal | 0.005s | passed |
| testFloat_decimalEngineering | 0.002s | passed |
| testFloat_engineering | 0.003s | passed |
| testFloat_largerMantissa | 0.002s | passed |
| testFloat_leadingDot | 0.002s | passed |
| testFloat_leadingDotEngineering | 0.002s | passed |
| testFloat_leadingZeroEngineering | 0.003s | passed |
| testFloat_leadingZeroExponent | 0.002s | passed |
| testFloat_negativeExponent | 0.007s | passed |
| testFloat_negativeMantissaNegativeExponent | 0.002s | passed |
| testFloat_positiveExponent | 0.007s | passed |
| testFloat_positiveMantissaPositiveExponent | 0.002s | passed |
| testFloat_trailingDot | 0.002s | passed |
| testIntBinary_0b000000010010001101000101 | 0.002s | passed |
| testIntBinary_0b01 | 0.003s | passed |
| testIntBinary_maxInt | 0.006s | passed |
| testIntBinary_minInt | 0.002s | passed |
| testIntBinary_underscores | 0.002s | passed |
| testIntHex_0x01 | 0.003s | passed |
| testIntHex_0x012345 | 0.015s | passed |
| testIntHex_maxInt | 0.013s | passed |
| testIntHex_minInt | 0.008s | passed |
| testIntHex_underscores | 0.003s | passed |
| testIntOctal_01 | 0.002s | passed |
| testIntOctal_012345 | 0.004s | passed |
| testIntOctal_leadingUnderscore | 0.010s | passed |
| testIntOctal_maxInt | 0.002s | passed |
| testIntOctal_minInt | 0.004s | passed |
| testIntOctal_underscores | 0.005s | passed |
| testInt_0 | 0.005s | passed |
| testInt_1 | 0.002s | passed |
| testInt_12345 | 0.002s | passed |
| testInt_maxInt | 0.003s | passed |
| testInt_minInt | 0.004s | passed |
| testInt_underscores | 0.004s | passed |
| testLongBinary_0b000000010010001101000101L | 0.002s | passed |
| testLongBinary_0b01l | 0.002s | passed |
| testLongBinary_maxLong | 0.003s | passed |
| testLongBinary_minLong | 0.002s | passed |
| testLongBinary_underscores | 0.002s | passed |
| testLongHex_0x012345L | 0.005s | passed |
| testLongHex_0x01l | 0.002s | passed |
| testLongHex_maxLong | 0.001s | passed |
| testLongHex_minLong | 0.002s | passed |
| testLongHex_underscores | 0.002s | passed |
| testLongOctal_012345L | 0.002s | passed |
| testLongOctal_01l | 0.002s | passed |
| testLongOctal_leadingUnderscores | 0.002s | passed |
| testLongOctal_maxLong | 0.002s | passed |
| testLongOctal_minLong | 0.003s | 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.004s | passed |
| testString_1digitUnicodeEscape | 0.002s | passed |
| testString_2digitOctalEscape | 0.005s | passed |
| testString_2digitUnicodeEscape | 0.005s | passed |
| testString_3digitOctalEscape | 0.003s | passed |
| testString_3digitUnicodeEscape | 0.011s | passed |
| testString_backslash | 0.002s | passed |
| testString_backspace | 0.002s | passed |
| testString_carriageReturn | 0.002s | passed |
| testString_doubleQuote | 0.002s | passed |
| testString_empty | 0.007s | passed |
| testString_formfeed | 0.003s | passed |
| testString_hello | 0.010s | passed |
| testString_newline | 0.002s | passed |
| testString_octalSpecialChar | 0.002s | passed |
| testString_singleQuote | 0.002s | passed |
| testString_tab | 0.002s | passed |
| testString_unfinishedEscape | 0.002s | passed |
| testString_unicodeEscape | 0.002s | passed |
Standard output
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@fe44fe18
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@fe44fe18
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@fe44fe18
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4c1f5775
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4c1f5775
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4c1f5775
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@65dcffed
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@65dcffed
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@65dcffed
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bf1b59ec
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bf1b59ec
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@bf1b59ec
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@11bf4a9f
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@11bf4a9f
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@11bf4a9f
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7b5e0eb6
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7b5e0eb6
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7b5e0eb6
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@33ac6eeb
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@33ac6eeb
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@33ac6eeb
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@449b8df5
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@449b8df5
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@449b8df5
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@72a4f8d4
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@72a4f8d4
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@72a4f8d4
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@19e967d
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@19e967d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@19e967d
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@45d69d1a
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@45d69d1a
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@45d69d1a
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@66fb989b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@66fb989b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@66fb989b
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cf0b3e08
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cf0b3e08
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@cf0b3e08
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@694ed72
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@694ed72
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@694ed72
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d0c20aca
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d0c20aca
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d0c20aca
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@db8c8c69
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@db8c8c69
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@db8c8c69
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a546d6b0
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a546d6b0
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a546d6b0
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@592d8c6c
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@592d8c6c
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@592d8c6c
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@429b8e46
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@429b8e46
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@429b8e46
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1928e8f7
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1928e8f7
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1928e8f7
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d0e4df1a
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d0e4df1a
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d0e4df1a
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b0ff149
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b0ff149
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b0ff149
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3b284192
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3b284192
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3b284192
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@32b492a4
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@32b492a4
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@32b492a4
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@56844ab6
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@56844ab6
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@56844ab6
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e575ebda
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@e575ebda
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@e575ebda
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f1fd22b5
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f1fd22b5
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f1fd22b5
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5e64dae9
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5e64dae9
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5e64dae9
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d39d4bb7
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d39d4bb7
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d39d4bb7
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4566fac3
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4566fac3
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4566fac3
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4dfaac36
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4dfaac36
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4dfaac36
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ed11ed06
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ed11ed06
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ed11ed06
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@38b6563d
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@38b6563d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@38b6563d
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ac9f9172
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ac9f9172
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ac9f9172
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f5fab8d2
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f5fab8d2
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f5fab8d2
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@820e7ab6
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@820e7ab6
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@820e7ab6
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1fe59793
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1fe59793
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1fe59793
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bccf4ccc
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bccf4ccc
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@bccf4ccc
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@90d5f618
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@90d5f618
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@90d5f618
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@87b531e8
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@87b531e8
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@87b531e8
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6b9e3b8d
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6b9e3b8d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6b9e3b8d
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2b21b3a2
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@2b21b3a2
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@2b21b3a2
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1bf42bb
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1bf42bb
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1bf42bb
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bee9979f
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@bee9979f
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@bee9979f
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@406cc7c8
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@406cc7c8
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@406cc7c8
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@240ac020
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@240ac020
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@240ac020
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9758cbb3
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9758cbb3
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9758cbb3
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@72c1b56a
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@72c1b56a
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@72c1b56a
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b58beea
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b58beea
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b58beea
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@17cc8320
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@17cc8320
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@17cc8320
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@342fc90b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@342fc90b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@342fc90b
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a3064f1e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a3064f1e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a3064f1e
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8fcf51e9
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8fcf51e9
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8fcf51e9
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@43517d77
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@43517d77
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@43517d77
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@529a30b7
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@529a30b7
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@529a30b7
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@771c170c
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@771c170c
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@771c170c
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f1b0c532
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f1b0c532
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f1b0c532
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@52fd8388
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@52fd8388
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@52fd8388
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a34a3471
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a34a3471
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a34a3471
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f686f7ff
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f686f7ff
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f686f7ff
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ab774490
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ab774490
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ab774490
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@64fb4a0
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@64fb4a0
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@64fb4a0
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@69a83bee
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@69a83bee
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@69a83bee
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6a928c4f
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6a928c4f
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6a928c4f
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8e13d266
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8e13d266
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8e13d266
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a0774501
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a0774501
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a0774501
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@23914e2e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@23914e2e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@23914e2e
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4f651d59
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4f651d59
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4f651d59
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@97654251
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@97654251
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@97654251
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d53c0a92
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d53c0a92
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d53c0a92
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ea1d230e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@ea1d230e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@ea1d230e
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8b25073e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8b25073e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8b25073e
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3ff2f5e7
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3ff2f5e7
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3ff2f5e7
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d575de9e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d575de9e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d575de9e
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@37051c05
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@37051c05
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@37051c05
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b9e91420
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@b9e91420
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@b9e91420
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7ab9a94b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7ab9a94b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7ab9a94b
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@da484e62
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@da484e62
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@da484e62
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c3434ca7
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c3434ca7
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c3434ca7
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@635d12b9
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@635d12b9
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@635d12b9
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@45937e65
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@45937e65
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@45937e65
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3881990c
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@3881990c
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@3881990c
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@daf7cc35
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@daf7cc35
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@daf7cc35
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a3f5465
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a3f5465
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a3f5465
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@404500b3
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@404500b3
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@404500b3
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f72325c4
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@f72325c4
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@f72325c4
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8eda217a
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@8eda217a
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@8eda217a
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@56c9cf6e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@56c9cf6e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@56c9cf6e
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d452cd7d
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d452cd7d
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d452cd7d
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5ce261a2
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@5ce261a2
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@5ce261a2
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4743a18f
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@4743a18f
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@4743a18f
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6708f87c
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@6708f87c
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@6708f87c
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@318fd814
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@318fd814
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@318fd814
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1c5e76ef
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1c5e76ef
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1c5e76ef
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cbaa11d1
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@cbaa11d1
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@cbaa11d1
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9480a260
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9480a260
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9480a260
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@fb505896
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@fb505896
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@fb505896
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d17f3246
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@d17f3246
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@d17f3246
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@35407e92
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@35407e92
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@35407e92
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@25e15e3
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@25e15e3
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@25e15e3
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@43175392
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@43175392
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@43175392
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9287df5c
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@9287df5c
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@9287df5c
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7ad9d58b
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@7ad9d58b
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@7ad9d58b
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c95cbfdb
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c95cbfdb
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c95cbfdb
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a71652bf
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@a71652bf
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@a71652bf
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1bcae01e
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@1bcae01e
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@1bcae01e
TrConfigZapper.zapTrConfig : finished invoke init()
TrConfigZapper.zapTrConfig : start invoke init()
init: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c0087581
registerLoggerHandlerSingleton: Did BaseTraceService.captureSystemStreams() already get excuted? : false. Current COH is com.ibm.websphere.ras.CapturedOutputHolder@c0087581
captureSystemStreams: CurrentCOH is : com.ibm.websphere.ras.CapturedOutputHolder@c0087581
TrConfigZapper.zapTrConfig : finished invoke init()