You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Rick Hillegas (JIRA)" <ji...@apache.org> on 2014/06/17 16:06:01 UTC

[jira] [Created] (DERBY-6618) Diagnostic logging silently swallows security and io exceptions

Rick Hillegas created DERBY-6618:
------------------------------------

             Summary: Diagnostic logging silently swallows security and io exceptions
                 Key: DERBY-6618
                 URL: https://issues.apache.org/jira/browse/DERBY-6618
             Project: Derby
          Issue Type: Bug
          Components: Services
            Reporter: Rick Hillegas


While trying to initialize diagnostic logging, Derby silently swallows security and io exceptions. Probably, Derby should raise an error and exit in this situation. The suspect code is at these locations:

{noformat}
org.apache.derby.impl.services.stream.SingleStream PBmakeFileHPW Catch java.lang.SecurityException 1 line 208
org.apache.derby.impl.services.stream.SingleStream makeFieldHPW Catch java.lang.SecurityException 1 line 315
org.apache.derby.impl.services.stream.SingleStream makeMethodHPW Catch java.lang.SecurityException 1 line 253
{noformat}




--
This message was sent by Atlassian JIRA
(v6.2#6252)