[ 
https://issues.apache.org/jira/browse/DERBY-6112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14136664#comment-14136664
 ] 

ASF subversion and git services commented on DERBY-6112:
--------------------------------------------------------

Commit 1625453 from [~myrna] in branch 'code/trunk'
[ https://svn.apache.org/r1625453 ]

DERBY-6112; SSL Test (and network server )  can hang if serverSocket.accept() 
fails for something other than an IOException
   Changing the IOException to an Exception will prevent a hang/OOM.

> SSL Test (and network server )  can hang if serverSocket.accept() fails for 
> something other than an IOException
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-6112
>                 URL: https://issues.apache.org/jira/browse/DERBY-6112
>             Project: Derby
>          Issue Type: Bug
>          Components: Network Server, Test
>    Affects Versions: 10.8.3.0
>            Reporter: Kathey Marsden
>              Labels: derby_triage10_11
>         Attachments: DERBY-6112.diff
>
>
> In starting a server with SSL as in SSLTest if serverSocket.accept() fails 
> for some reason other than an IOException  it may just print the error to 
> console and hang.  In this case it was:
> java.security.AccessControlException: Access denied 
> (java.util.PropertyPermission
> I saw this when debugging a java  issue in serverSocket.accept() but I think 
> it could be simulated by adding an unwrapped System.getProperty() of some 
> sort before serverSocket.accept() to force a  permission error. e.g. 
>          System.getProperty("derby.system.home");
>          return serverSocket.accept();
>                             } catch (IOException acceptE) {
> I have not verified that would work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to