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-4678

Continuous test failure: JettyContinuationsHttpFunctionalTestCase

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

Details

  • Type: Bug Bug
  • Status: Reopened Reopened
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 2.2.4 (EE only), 3.0.0-M2
  • Fix Version/s: Tech. Debt
  • Component/s: Build: Integration Tests
  • Labels:
    None
  • User impact:
    Low
  • Similar Issues:
    None

Description

JettyContinuationsHttpFunctionalTestCase has been failing since rev 16252:
org.mule.api.transport.DispatchException: Failed to route event via endpoint: DefaultOutboundEndpoint{endpointUri=http://localhost:60203/, connector=HttpConnector{this=45d18084, started=true, initialised=true, name='connector.http.0', disposed=false, numberOfConcurrentTransactedReceivers=4, createMultipleTransactedReceivers=true, connected=true, supportedProtocols=[http], serviceOverrides=null}, transformer=[ObjectToHttpClientMethodRequest{this=40bf015, name='ObjectToHttpMethod#1920397812', ignoreBadInput=false, returnClass=SimpleDataType{type=org.apache.commons.httpclient.HttpMethod, mimeType='null'}, sourceTypes=[SimpleDataType{type=org.mule.api.MuleMessage, mimeType='null'}, SimpleDataType{type=[B, mimeType='null'}, SimpleDataType{type=java.lang.String, mimeType='null'}, SimpleDataType{type=java.io.InputStream, mimeType='null'}, SimpleDataType{type=org.mule.api.transport.OutputHandler, mimeType='null'}, SimpleDataType{type=org.mule.transport.NullPayload, mimeType='null'}]}], name='clientEndpoint', properties={}, transactionConfig=Transaction{factory=null, action=NEVER, timeout=0}, filter=null, deleteUnacceptedMessages=false, securityFilter=null, synchronous=true, initialState=started, responseTimeout=10000, endpointEncoding=UTF-8}. Message payload is of type: PostMethod
at org.mule.transport.http.HttpClientMessageDispatcher.execute(HttpClientMessageDispatcher.java:157)
at org.mule.transport.http.HttpClientMessageDispatcher.doSend(HttpClientMessageDispatcher.java:290)
at org.mule.transport.AbstractMessageDispatcher.send(AbstractMessageDispatcher.java:162)
at org.mule.transport.AbstractConnector.send(AbstractConnector.java:2123)
at org.mule.endpoint.DefaultOutboundEndpoint.send(DefaultOutboundEndpoint.java:97)
at org.mule.DefaultMuleSession.sendEvent(DefaultMuleSession.java:355)
at org.mule.module.client.MuleClient.send(MuleClient.java:651)
at org.mule.module.client.MuleClient.send(MuleClient.java:628)
at org.mule.module.client.MuleClient.send(MuleClient.java:581)
at org.mule.transport.http.functional.HttpFunctionalTestCase.testSend(HttpFunctionalTestCase.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at org.mule.tck.AbstractMuleTestCase.runBare(AbstractMuleTestCase.java:287)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at org.mule.tck.AbstractMuleTestCase.run(AbstractMuleTestCase.java:266)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:235)
at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)
at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)
at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116)
at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.readLine(MultiThreadedHttpConnectionManager.java:1413)
at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973)
at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)
at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
at org.mule.transport.http.HttpClientMessageDispatcher.execute(HttpClientMessageDispatcher.java:150)
... 34 more

Issue Links

duplicates

Task - A task that needs to be done. MULE-4586 Merge Session property-related changes forwards, backwards, and sideways

  • Major - Major loss of function.
  • 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 - 18/Dec/09 05:41 AM

Duplicate of MULE-4586

Show
Travis Carlson added a comment - 18/Dec/09 05:41 AM Duplicate of MULE-4586
Hide
Permalink
Travis Carlson added a comment - 21/Dec/09 09:17 AM

DO:
"If you look at the log output that the test generates in 2.2.x I doubt
that it works there. The test failure is just better masked in 2.2.x

I'm all for making it work in 2.2.x first and only then tackling the 3.x
test failure."

Show
Travis Carlson added a comment - 21/Dec/09 09:17 AM DO: "If you look at the log output that the test generates in 2.2.x I doubt that it works there. The test failure is just better masked in 2.2.x I'm all for making it work in 2.2.x first and only then tackling the 3.x test failure."
Hide
Permalink
Travis Carlson added a comment - 21/Dec/09 09:20 AM

Ross:
"In fact I would not worry about that test until we do the refactoring work on the HTTP transport. There is nothing in Mule 2.2 that really uses it. In Mule 3.0 it is useful for the AJAX support."

Show
Travis Carlson added a comment - 21/Dec/09 09:20 AM Ross: "In fact I would not worry about that test until we do the refactoring work on the HTTP transport. There is nothing in Mule 2.2 that really uses it. In Mule 3.0 it is useful for the AJAX support."

People

  • Assignee:
    Unassigned
    Reporter:
    Daniel Zapata
Vote (0)
Watch (0)

Dates

  • Created:
    17/Dec/09 11:18 AM
    Updated:
    21/Dec/09 09:20 AM

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.