Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 339050 - [INFO] Test :: Continuation - (Jetty 6) .................. FAILURE [10.792s]
Summary: [INFO] Test :: Continuation - (Jetty 6) .................. FAILURE [10.792s]
Status: CLOSED WORKSFORME
Alias: None
Product: Jetty
Classification: RT
Component: server (show other bugs)
Version: 7.3.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 7.2.x   Edit
Assignee: Greg Wilkins CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-07 00:06 EST by Greg Wilkins CLA
Modified: 2011-08-29 01:18 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Wilkins CLA 2011-03-07 00:06:55 EST
2011-03-07 15:51:01.067:INFO:/:ContinuationFilter  jetty=false jetty6=true faux=true filtered=true servlet3=false
        2011-03-07 15:51:01.068:INFO::Started SelectChannelConnector@0.0.0.0:43825
        failed on port 43825
        java.net.ConnectException: Connection refused
        	at java.net.PlainSocketImpl.socketConnect(Native Method)
        	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
        	at java.net.Socket.connect(Socket.java:529)
        	at java.net.Socket.connect(Socket.java:478)
        	at java.net.Socket.<init>(Socket.java:375)
        	at java.net.Socket.<init>(Socket.java:189)
        	at org.eclipse.jetty.continuation.test.ContinuationBase.process(ContinuationBase.java:244)
        	at org.eclipse.jetty.continuation.test.ContinuationBase.doSuspendWaitResumeSuspendWaitResume(ContinuationBase.java:103)
        	at org.eclipse.jetty.continuation.Jetty6ContinuationNioFauxTest.testSuspendWaitResumeSuspendWaitResume(Jetty6ContinuationNioFauxTest.java:99)
        	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:597)
        	at junit.framework.TestCase.runTest(TestCase.java:168)
        	at junit.framework.TestCase.runBare(TestCase.java:134)
        	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 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:597)
        	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
        	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
        2011-03-07 15:51:01.072:INFO::Stopped SelectChannelConnector@0.0.0.0:0
Comment 1 Greg Wilkins CLA 2011-08-29 01:18:46 EDT
can't reproduce