Archived

This forum has been archived. Please start a new discussion on GitHub.

exception in `Ice.ThreadPool.Server'

Hello,
I got error below.
How can I solve it?

event handler: work queue
!! 8/15/13 18:56:05:136 error: server-ec2-11-11-11-11.compute-1.amazonaws.com-1-Ice.ThreadPool.Server-0: exception in `Ice.ThreadPool.Server':
Ice.SocketException
error = 0
at IceInternal.ThreadPoolWorkQueue.postMessage(ThreadPoolWorkQueue.java:162)
at IceInternal.ThreadPoolWorkQueue.message(ThreadPoolWorkQueue.java:110)
at IceInternal.ThreadPool.run(ThreadPool.java:302)
at IceInternal.ThreadPool.access$300(ThreadPool.java:12)
at IceInternal.ThreadPool$EventHandlerThread.run(ThreadPool.java:643)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.nio.channels.ClosedChannelException
at sun.nio.ch.SinkChannelImpl.ensureOpen(SinkChannelImpl.java:155)
at sun.nio.ch.SinkChannelImpl.write(SinkChannelImpl.java:159)
at IceInternal.ThreadPoolWorkQueue.postMessage(ThreadPoolWorkQueue.java:158)
... 5 more

Comments

  • mes
    mes California
    Whenever you report a problem or ask for help, please tell us the following:
    • Operating system version
    • Ice version
    • Java version

    Also read this thread as it sounds like a similar problem.

    Regards,
    Mark
    • Operating system version : centos 6.3
    • Ice version : 3.4.2
    • Java version :
      java version "1.7.0_25"
      OpenJDK Runtime Environment (rhel-2.3.10.4.el6_4-x86_64)
      OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)

    When I got this error, there are too many error log in Ice.StdErr path, and finally my disk is full.


    Regards,
    Hoyeon
  • Any comments?

    Regards,
    Hoyeon
  • mes
    mes California
    Are you using thread interrupts, as in the thread I linked to in my earlier post?

    Mark