[jboss-user] [Beginners Corner] - Interrupted Exception while shutting down instance
babernat
do-not-reply at jboss.com
Tue Oct 14 15:11:44 EDT 2008
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)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182231#4182231
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182231
More information about the jboss-user
mailing list