1 Reply Latest reply on Oct 15, 2008 7:16 AM by erasmomarciano

    Interrupted Exception while shutting down instance

      Hi,

      I'm seeing the following InterruptedException while shutting down an instance of JBoss 4.2.3.GA. It seems intermittent and I can't figure out a reason why it occurs. Is this a benign warning or is this indicative of a configuration or coding issue on my end?

      Thanks.

      13:03:31,355 WARN [NewMsgsWorker] Interrupted waiting for new msg check
      java.lang.InterruptedException
       at java.lang.Object.wait(Native Method)
       at java.lang.Object.wait(Object.java:474)
       at EDU.oswego.cs.dl.util.concurrent.Semaphore.acquire(Semaphore.java:108)
       at EDU.oswego.cs.dl.util.concurrent.SemaphoreControlledChannel.take(SemaphoreControlledChannel.java:131)
       at org.jboss.resource.adapter.mail.inflow.NewMsgsWorker.run(NewMsgsWorker.java:75)
       at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204)
       at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:275)
       at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:756)
       at java.lang.Thread.run(Thread.java:595)