Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 273591] New: [tcf] Connect exception dumped to stderr

https://bugs.eclipse.org/bugs/show_bug.cgi?id=273591  
Product/Component: Target Management / TCF
           Summary: [tcf] Connect exception dumped to stderr
           Product: Target Management
           Version: 3.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: TCF
        AssignedTo: dsdp.tm.tcf-inbox@xxxxxxxxxxx
        ReportedBy: uwe.stieber@xxxxxxxxxxxxx
         QAContact: martin.oberhuber@xxxxxxxxxxxxx
                CC: martin.gutschelhofer@xxxxxxxxxxxxx


If the connect to an remote target is failing, a unnecessary message _and_ the
exception is dumped to stderr (AbstractChannel.java, line 562). As this can be
useful in a debugging scenario, it is absolutly disturbing in a product
environment. The error handling is required to be fully in the hand of the
integrator/client without having any additional messages going to stdout/stderr
initiated by the framework itself. We propose that the logging at line 562
happens only if there is no channel listener registered to the failing channel.


-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top