https://issues.apache.org/bugzilla/show_bug.cgi?id=44809

           Summary: Improve AprLifecycleListener Error Messages
           Product: Tomcat 6
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: PatchAvailable
          Severity: enhancement
          Priority: P2
         Component: Connectors
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Created an attachment (id=21817)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=21817)
Patch to provide more detailed error information on SSLEngine init failure.

The AprLifecycleListener currently provides a single, uninformative error
message for a variety of possible failure conditions that can occur
initializing the SSL engine for the native connectors:

Failed to initialize the SSLEngine.

It would be trivial to provide additional error details by passing the causing
exception to the catalina core logger at, say, the debug level.  I'm providing
a one-liner patch to do this.

FWIW, the additional error information provided by the causing exception
allowed me to solve my problem (compiled APR w/out SSL).


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to