Menu

#16 Error Handling in Manager

open
nobody
None
5
2006-01-20
2006-01-20
No

Though errors are logged, the program execution does
not seem to indicate failure. This is most notable
with the Manager, where the GUI indicates that the
connection
was a success, while it actually failed.

Discussion

  • Jonathan Mitchem

    Logged In: YES
    user_id=1335290

    Basically, just clean up the exception handling. This will
    require some restructuring of how/where the exceptions are
    handled (for most errors, they should only be caught and
    handled in the GUI). Also, for some errors... i.e.,
    "invalid password", don't direct to user to the log, just
    notify them directly.

    NOTE: I know this is not a "bug" in the traditional sense of
    ever being "completed", however, we need a place to track
    that this needs to be done.

     
  • Tibor Biro

    Tibor Biro - 2006-01-20

    Logged In: YES
    user_id=1184608

    FYI - This seems to be related to 1392904.

     

Log in to post a comment.