[Bug 3124] New: [IPC] Don't process socket events on closed channel.
    bugzilla-daemon at icedtea.classpath.org 
    bugzilla-daemon at icedtea.classpath.org
       
    Wed Aug  3 07:56:21 UTC 2016
    
    
  
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3124
            Bug ID: 3124
           Summary: [IPC] Don't process socket events on closed channel.
           Product: Thermostat
           Version: hg
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: agent
          Assignee: unassigned at icedtea.classpath.org
          Reporter: sgehwolf at redhat.com
                CC: thermostat at icedtea.classpath.org
Sometimes I get this exception when thermostat terminates or when the socket
file gets destroyed:
WARNING - AcceptThread: Failed to process socket event
  Caused by:
  java.io.IOException: Socket is closed
 
com.redhat.thermostat.agent.ipc.unixsocket.server.internal.ThermostatLocalServerSocketChannelImpl.accept(ThermostatLocalServerSocketChannelImpl.java:119)
 
com.redhat.thermostat.agent.ipc.unixsocket.server.internal.AcceptThread.processKey(AcceptThread.java:110)
 
com.redhat.thermostat.agent.ipc.unixsocket.server.internal.AcceptThread.run(AcceptThread.java:88)
We should handle this case better.
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160803/eb7c4e1d/attachment.html>
    
    
More information about the distro-pkg-dev
mailing list