[esb-issues] [JBoss JIRA] Created: (JBESB-2232) Interrputed Exception in Embedded JBossESB server.

Jeff Yu (JIRA) jira-events at lists.jboss.org
Mon Dec 15 02:29:36 EST 2008


Interrputed Exception in Embedded JBossESB server.
--------------------------------------------------

                 Key: JBESB-2232
                 URL: https://jira.jboss.org/jira/browse/JBESB-2232
             Project: JBoss ESB
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Deployment
    Affects Versions: 4.4
            Reporter: Jeff Yu
            Priority: Minor
             Fix For: 4.5


Steps to reproduce the error:
0. Install the JBossESB 4.4.GA into JBoss AS 4.2.2.
1. start the server, bin/run.sh
2. Open another window, go to the samples/quickstarts/bpm_orchestration2
     ant deploy
     ant deployProcess
     ant startProcess
3. Press 'Ctrl + C' in the server window. 

you will see following exception (Note:this error didn't happen on jbossesb-server-4.4.GA)

============================
15:13:17,510 INFO  [HypersonicDatabase] Database standalone closed clean
15:13:17,522 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)
15:13:17,743 INFO  [TransactionManagerService] Stopping recovery manager
15:13:17,794 INFO  [Server] Shutdown complete


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list