JIRA

  • Log In Access more options
    • Online Help
    • GreenHopper Help
    • Agile Answers
    • Use Agile By Default
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Agile Access more options (Alt+g)
  • Create Issue
  • Mule
  • MULE-2845 Intermittent 2.0 test failures
  • MULE-1875

LoanBrokerEsbTestCase logs a java.lang.InterruptedException but passes anyways

  • Agile Board
  • More Actions
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Sub-task Sub-task
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 2.0.0-RC1
  • Fix Version/s: 2.1.1
  • Component/s: Examples / Tutorials
  • Labels:
    None
  • User impact:
    Low
  • Similar Issues:
    None

Description

The LoanBrokerEsbTestCase.lotsOfLoanRequests() test case logs the following stack trace but passes the test anyways:

ERROR JmsConnector : Failed to close jms message consumer
javax.jms.JMSException: Interrupted.
at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:58)
at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1181)
at org.apache.activemq.ActiveMQSession.syncSendPacket(ActiveMQSession.java:1660)
at org.apache.activemq.ActiveMQMessageConsumer.close(ActiveMQMessageConsumer.java:541)
at org.mule.providers.jms.JmsConnector.close(JmsConnector.java:947)
at org.mule.providers.jms.JmsConnector.closeQuietly(JmsConnector.java:961)
at org.mule.providers.jms.JmsMessageDispatcher.dispatchMessage(JmsMessageDispatcher.java:289)
at org.mule.providers.jms.JmsMessageDispatcher.doDispatch(JmsMessageDispatcher.java:59)
at org.mule.providers.AbstractMessageDispatcher$Worker.run(AbstractMessageDispatcher.java:560)
at org.mule.impl.work.WorkerContext.run(WorkerContext.java:310)
at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:987)
at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:528)
at java.lang.Thread.run(Thread.java:534)
Caused by: java.io.InterruptedIOException: Interrupted.
at org.apache.activemq.transport.FutureResponse.getResult(FutureResponse.java:49)
at org.apache.activemq.transport.ResponseCorrelator.request(ResponseCorrelator.java:75)
at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1171)
... 11 more

Issue Links

relates to

Bug - A problem which impairs or prevents the functions of the product. MULE-2696 LoanBroker ESB throws org.apache.activemq.transport.TransportDisposedIOException when exiting

  • Minor - Minor loss of function, or other problem where easy workaround is present.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Bug - A problem which impairs or prevents the functions of the product. MULE-2522 LoanBroker ESB test fail

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Bug - A problem which impairs or prevents the functions of the product. MULE-2696 LoanBroker ESB throws org.apache.activemq.transport.TransportDisposedIOException when exiting

  • Minor - Minor loss of function, or other problem where easy workaround is present.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
  • Transitions
  • Commits
  • Source
  • Builds
Hide
Permalink
Travis Carlson added a comment - 05/Jun/07 11:04 PM

One thing I noticed is that LoanBrokerEsbContainerTestCase.lotsOfLoanRequests() does not log this exception.

Show
Travis Carlson added a comment - 05/Jun/07 11:04 PM One thing I noticed is that LoanBrokerEsbContainerTestCase.lotsOfLoanRequests() does not log this exception.
Hide
Permalink
Travis Carlson added a comment - 05/Jun/07 11:07 PM

I double-checked that the config uses the org.mule.providers.jms.activemq.ActiveMqJmsConnector and the correct brokerURL incantation for ActiveMQ:
<property name="brokerURL"><value>vm://localhost?broker.persistent=false&broker.useJmx=false</value>

Show
Travis Carlson added a comment - 05/Jun/07 11:07 PM I double-checked that the config uses the org.mule.providers.jms.activemq.ActiveMqJmsConnector and the correct brokerURL incantation for ActiveMQ: <property name="brokerURL"><value>vm://localhost?broker.persistent=false&broker.useJmx=false</value>
Travis Carlson made changes - 05/Jun/07 11:14 PM
Field Original Value New Value
Comment [ Travis, use the ActiveMqJmsConnector instead. I think I've already reopened/commented on this problem today, this issue could be a duplicate. ]
Andrew Perepelytsya made changes - 17/Jun/07 01:05 PM
Workflow Release Mode Workflow [ 23871 ] Main Mule Workflow [ 25082 ]
Andrew Perepelytsya made changes - 17/Jun/07 01:26 PM
Workflow Main Mule Workflow [ 25082 ] Copy of Main Mule Workflow [ 27722 ]
Andrew Perepelytsya made changes - 17/Jun/07 01:33 PM
Workflow Copy of Main Mule Workflow [ 27722 ] Main Mule Workflow [ 29797 ]
Andrew Perepelytsya made changes - 30/Jul/07 08:36 PM
Workflow Main Mule Workflow [ 29797 ] Copy of Main Mule Workflow [ 31390 ]
Andrew Perepelytsya made changes - 30/Jul/07 08:40 PM
Workflow Copy of Main Mule Workflow [ 31390 ] Main Mule Workflow [ 32662 ]
Andrew Perepelytsya made changes - 30/Jul/07 09:05 PM
Workflow Main Mule Workflow [ 32662 ] Copy of Main Mule Workflow [ 35941 ]
Daniel Feist made changes - 16/Nov/07 07:55 AM
Affects Version/s 2.0.0-M2 [ 10291 ]
Priority To be reviewed [ 6 ] Minor [ 4 ]
Labels
Daniel Feist made changes - 16/Nov/07 07:55 AM
Link This issue relates to MULE-2522 [ MULE-2522 ]
Travis Carlson made changes - 16/Nov/07 10:57 AM
Link This issue relates to MULE-2696 [ MULE-2696 ]
Daniel Feist made changes - 16/Nov/07 10:57 AM
Link This issue relates to MULE-2696 [ MULE-2696 ]
Travis Carlson made changes - 19/Dec/07 12:55 PM
Assignee Travis Carlson [ tcarlson ]
Travis Carlson made changes - 19/Dec/07 02:00 PM
Assignee Travis Carlson [ tcarlson ]
Affects Version/s 1.4.1 [ 10211 ]
Labels
Affects Version/s 2.0.0-RC1 [ 10302 ]
Affects Version/s 2.0.0-M2 [ 10291 ]
Travis Carlson made changes - 02/Jan/08 04:20 PM
Issue Type Bug [ 1 ] Sub-task [ 6 ]
Parent MULE-2845 [ 14663 ]
Dirk Olmes made changes - 04/Mar/08 09:36 AM
Labels
Fix Version/s 2.0.x Backlog [ 10352 ]
Andrew Perepelytsya made changes - 06/May/08 11:11 AM
Workflow Copy of Main Mule Workflow [ 35941 ] Fixed Main Mule Workflow (after JIRA upgrade) [ 62076 ]
Andrew Perepelytsya made changes - 15/May/08 10:18 AM
Workflow Fixed Main Mule Workflow (after JIRA upgrade) [ 62076 ] Copy of Main Mule Workflow [ 65871 ]
Andrew Perepelytsya made changes - 15/May/08 10:54 AM
Workflow Copy of Main Mule Workflow [ 65871 ] Fixed Main Mule Workflow (after JIRA upgrade) [ 69556 ]
Daniel Feist made changes - 19/Sep/08 12:48 AM
Fix Version/s 2.0.x Backlog [ 10352 ]
Fix Version/s 2.x Backlog [ 10440 ]
Hide
Permalink
Ross Mason added a comment - 30/Nov/08 04:24 PM

I don't think we're seeing this error any longer, please feel free to re-open if you are seeing it.

Show
Ross Mason added a comment - 30/Nov/08 04:24 PM I don't think we're seeing this error any longer, please feel free to re-open if you are seeing it.
Ross Mason made changes - 30/Nov/08 04:24 PM
Fix Version/s 2.1.1 [ 10531 ]
Fix Version/s 2.x Backlog [ 10440 ]
Resolution Fixed [ 1 ]
Status Open [ 1 ] Closed [ 6 ]
Transition Time In Source Status Execution Times Last Executer Last Execution Date
Open Open Closed Closed
543d 18h 22m 1 Ross Mason 30/Nov/08 04:24 PM
This list may be incomplete, as errors occurred whilst retrieving source from linked applications:
  • Repository mule on http://foo.bar/ failed: Error in remote call to 'FishEye 0 (http://foo.bar/)' (http://foo.bar) [AbstractRestCommand{path='/rest-service-fe/changeset-v1/listChangesets/', params={expand=changesets[-21:-1].revisions[0:29], comment=MULE-1875, p4JobFixed=MULE-1875, rep=mule}, methodType=GET}] : java.net.UnknownHostException: foo.bar

People

  • Assignee:
    Unassigned
    Reporter:
    Travis Carlson
Vote (1)
Watch (1)

Dates

  • Created:
    05/Jun/07 11:02 PM
    Updated:
    30/Nov/08 04:24 PM
    Resolved:
    30/Nov/08 04:24 PM

Agile

  • View on Board
  • Atlassian JIRA (v5.0.7#734-sha1:8ad78a6)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for MuleForge. Try JIRA - bug tracking software for your team.