Uploaded image for project: 'JBoss Remoting (3+)'
  1. JBoss Remoting (3+)
  2. REM3-149

Allow full stack traces to be logged.

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 3.3.0.CR2, 4.0.0.Final
    • 3.2.4.GA
    • None

      Within Remoting there are a couple of locations where information useful to remotely diagnosing a problem is being dropped and lost, at the moment the only way to recover this information is to attach a debugger.

      One example is the following from ServerConnectionOpenListener: -

                      } catch (Throwable e) {
                          server.tracef("Server sending authentication rejected (%s)", e);
      

      Within the log I see the following: -

      12:23:51,464 TRACE [org.jboss.remoting.remote.server] (Remoting "localhost:MANAGEMENT" task-1) Server sending authentication rejected (java.lang.NullPointerException)

      This is going to make it a lot more difficult to get to the bottom of issues encountered in environments where we can not attach a debugger.

            dlloyd@redhat.com David Lloyd
            darran.lofthouse@redhat.com Darran Lofthouse
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: