Created
October 20, 2010 19:20
-
-
Save jfarcand/637101 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Non cached Request http://bad.host/catalogs/basic GET Pragma:no-cache Cache-Control:no-cache, no-store | |
2010-10-20 14:40:25,862 [Thread-0] ERROR o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] Exception Caught: null Attachment was null | |
2010-10-20 14:40:25,865 [Thread-0] ERROR o.m.ide.eclipse.io.HttpBaseSupport - | |
java.nio.channels.UnresolvedAddressException: null | |
at sun.nio.ch.Net.checkAddress(Net.java:30) [na:1.6.0_20] | |
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:487) [na:1.6.0_20] | |
at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink.connect(NioClientSocketPipelineSink.java:140) [netty-3.2.2.Final.jar:na] | |
at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink.eventSunk(NioClientSocketPipelineSink.java:103) [netty-3.2.2.Final.jar:na] | |
at org.jboss.netty.handler.codec.oneone.OneToOneEncoder.handleDownstream(OneToOneEncoder.java:60) [netty-3.2.2.Final.jar:na] | |
at org.jboss.netty.handler.codec.http.HttpClientCodec.handleDownstream(HttpClientCodec.java:82) [netty-3.2.2.Final.jar:na] | |
at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleDownstream(ChunkedWriteHandler.java:114) [netty-3.2.2.Final.jar:na] | |
at org.jboss.netty.channel.Channels.connect(Channels.java:541) [netty-3.2.2.Final.jar:na] | |
at org.jboss.netty.channel.AbstractChannel.connect(AbstractChannel.java:218) [netty-3.2.2.Final.jar:na] | |
at org.jboss.netty.bootstrap.ClientBootstrap.connect(ClientBootstrap.java:227) [netty-3.2.2.Final.jar:na] | |
at org.jboss.netty.bootstrap.ClientBootstrap.connect(ClientBootstrap.java:188) [netty-3.2.2.Final.jar:na] | |
at com.ning.http.client.providers.netty.NettyAsyncHttpProvider.doConnect(NettyAsyncHttpProvider.java:703) [async-http-client-1.3.0-SNAPSHOT.jar:na] | |
at com.ning.http.client.providers.netty.NettyAsyncHttpProvider.execute(NettyAsyncHttpProvider.java:606) [async-http-client-1.3.0-SNAPSHOT.jar:na] | |
at com.ning.http.client.AsyncHttpClient.executeRequest(AsyncHttpClient.java:481) [async-http-client-1.3.0-SNAPSHOT.jar:na] | |
at com.ning.http.client.AsyncHttpClient$BoundRequestBuilder.execute(AsyncHttpClient.java:228) [async-http-client-1.3.0-SNAPSHOT.jar:na] | |
at org.maven.ide.eclipse.io.HttpFetcher.openStream(HttpFetcher.java:58) [org.maven.ide.eclipse.io-1.1.5-SNAPSHOT.jar:na] | |
at org.maven.ide.eclipse.io.UrlFetcher.openStream(UrlFetcher.java:42) [org.maven.ide.eclipse.io-1.1.5-SNAPSHOT.jar:na] | |
at org.maven.ide.eclipse.io.S2IOFacade.openStream(S2IOFacade.java:26) [org.maven.ide.eclipse.io-1.1.5-SNAPSHOT.jar:na] | |
at org.maven.ide.eclipse.io.ProjectCatalogTest.testCatalogOverHttpWhenHostIsBad(ProjectCatalogTest.java:165) [classes/:na] | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [na:1.6.0_20] | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [na:1.6.0_20] | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [na:1.6.0_20] | |
at java.lang.reflect.Method.invoke(Method.java:597) [na:1.6.0_20] | |
at junit.framework.TestCase.runTest(TestCase.java:164) [junit.jar:na] | |
at junit.framework.TestCase.runBare(TestCase.java:130) [junit.jar:na] | |
at junit.framework.TestResult$1.protect(TestResult.java:106) [junit.jar:na] | |
at junit.framework.TestResult.runProtected(TestResult.java:124) [junit.jar:na] | |
at junit.framework.TestResult.run(TestResult.java:109) [junit.jar:na] | |
at junit.framework.TestCase.run(TestCase.java:120) [junit.jar:na] | |
at junit.framework.TestSuite.runTest(TestSuite.java:230) [junit.jar:na] | |
at junit.framework.TestSuite.run(TestSuite.java:225) [junit.jar:na] | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [na:1.6.0_20] | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [na:1.6.0_20] | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [na:1.6.0_20] | |
at java.lang.reflect.Method.invoke(Method.java:597) [na:1.6.0_20] | |
at org.codehaus.tycho.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210) [org.sonatype.tycho.surefire.junit-0.9.0.jar:na] | |
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) [surefire-api-2.4.3.jar:2.4.3] | |
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) [surefire-api-2.4.3.jar:2.4.3] | |
at org.apache.maven.surefire.Surefire.run(Surefire.java:177) [surefire-api-2.4.3.jar:2.4.3] | |
at org.codehaus.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:75) [org.sonatype.tycho.surefire.osgibooter-0.9.0.jar:na] | |
at org.codehaus.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:11) [org.sonatype.tycho.surefire.osgibooter-0.9.0.jar:na] | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [na:1.6.0_20] | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [na:1.6.0_20] | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [na:1.6.0_20] | |
at java.lang.reflect.Method.invoke(Method.java:597) [na:1.6.0_20] | |
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574) [org.eclipse.equinox.app-1.2.1.R35x_v20091203.jar:na] | |
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) [org.eclipse.equinox.app-1.2.1.R35x_v20091203.jar:na] | |
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) [org.eclipse.osgi-3.5.2.R35x_v20100126.jar:na] | |
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) [org.eclipse.osgi-3.5.2.R35x_v20100126.jar:na] | |
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) [org.eclipse.osgi-3.5.2.R35x_v20100126.jar:na] | |
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) [org.eclipse.osgi-3.5.2.R35x_v20100126.jar:na] | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [na:1.6.0_20] | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [na:1.6.0_20] | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [na:1.6.0_20] | |
at java.lang.reflect.Method.invoke(Method.java:597) [na:1.6.0_20] | |
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) [org.eclipse.equinox.launcher-1.0.201.R35x_v20090715.jar:na] | |
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) [org.eclipse.equinox.launcher-1.0.201.R35x_v20090715.jar:na] | |
at org.eclipse.equinox.launcher.Main.run(Main.java:1311) [org.eclipse.equinox.launcher-1.0.201.R35x_v20090715.jar:na] | |
at org.eclipse.equinox.launcher.Main.main(Main.java:1287) [org.eclipse.equinox.launcher-1.0.201.R35x_v20090715.jar:na] | |
2010-10-20 14:40:25,866 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] Channel Closed: [id: 0x5ced6f0d] | |
2010-10-20 14:40:25,867 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
TEST-SETUP: testCatalogOverHttpProxy | |
2010-10-20 14:40:25.879:INFO::jetty-6.1.22 | |
2010-10-20 14:40:25.880:INFO::Started [email protected]:54777 | |
2010-10-20 14:40:25.883:INFO::Started [email protected]:54778 | |
!ENTRY org.eclipse.core.net 1 0 2010-10-20 14:40:25.890 | |
!MESSAGE System property http.proxyHost is not set but should be localhost. | |
!ENTRY org.eclipse.core.net 1 0 2010-10-20 14:40:25.891 | |
!MESSAGE System property http.proxyPort is not set but should be 54777. | |
2010-10-20 14:40:25,892 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Finding auth data for URI 'http://host-to-be-proxied.org/catalogs/basic/catalog.xml'. | |
2010-10-20 14:40:25,892 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - URI http://host-to-be-proxied.org/catalogs/basic/catalog.xml is not associated with a security realm. | |
2010-10-20 14:40:25,892 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Loading authentication for URI 'http://host-to-be-proxied.org/catalogs/basic/catalog.xml' | |
2010-10-20 14:40:25,892 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Looking up URL: 'http://host-to-be-proxied.org/catalogs/basic/catalog.xml' | |
2010-10-20 14:40:25.921:INFO::jetty-6.1.22 | |
2010-10-20 14:40:25,893 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Looked up URL: 'http://host-to-be-proxied.org'2010-10-20 14:40:25.923:INFO::Started [email protected]:54780 | |
2010-10-20 14:40:25.925:INFO::Started [email protected]:547812010-10-20 14:40:25,893 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Did not find authentication data for URI http://host-to-be-proxied.org/catalogs/basic/catalog.xml. | |
2010-10-20 14:40:25,896 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - Connecting to http://host-to-be-proxied.org/catalogs/basic/catalog.xml via proxy http://localhost:54777 and no authentication | |
2010-10-20 14:40:25,900 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] | |
Non cached Request http://host-to-be-proxied.org/catalogs/basic/catalog.xml GET Pragma:no-cache Cache-Control:no-cache, no-store | |
2010-10-20 14:40:25,908 [New I/O client worker #16-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #16-1] Message Received org.jboss.netty.channel.UpstreamMessageEvent. Attachment Type is com.ning.http.client.providers.netty.NettyResponseFuture | |
2010-10-20 14:40:25,909 [New I/O client worker #16-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #16-1] | |
Request DefaultHttpRequest(chunked: false) | |
GET http://host-to-be-proxied.org/catalogs/basic/catalog.xml HTTP/1.1 | |
Host: host-to-be-proxied.org | |
Pragma: no-cache | |
Cache-Control: no-cache, no-store | |
Accept-Encoding: gzip | |
Connection: keep-alive | |
Proxy-Connection: keep-alive | |
Accept: */* | |
User-Agent: NING/1.0 | |
Response DefaultHttpResponse(chunked: false) | |
HTTP/1.1 200 OK | |
Content-Length: 240 | |
Server: Jetty(6.1.22) | |
2010-10-20 14:40:25,910 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
2010-10-20 14:40:25,910 [New I/O client worker #16-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #16-1] Adding uri: http://host-to-be-proxied.org:80 for channel [id: 0x41649a55, /127.0.0.1:54779 => localhost/127.0.0.1:54777] | |
!ENTRY org.eclipse.core.net 1 0 2010-10-20 14:40:25.914 | |
!MESSAGE System property http.proxyHost is set to localhost but should not be set. | |
!ENTRY org.eclipse.core.net 1 0 2010-10-20 14:40:25.915 | |
!MESSAGE System property http.proxyPort is set to 54777 but should not be set. | |
TEST-SETUP: testCatalogOverHttpProxyWithProxyAuth | |
!ENTRY org.eclipse.core.net 1 0 2010-10-20 14:40:25.941 | |
!MESSAGE System property http.proxyHost is not set but should be localhost. | |
!ENTRY org.eclipse.core.net 1 0 2010-10-20 14:40:25.941 | |
!MESSAGE System property http.proxyPort is not set but should be 54780. | |
2010-10-20 14:40:25,942 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Finding auth data for URI 'http://host-to-be-proxied.org/catalogs/basic/catalog.xml'. | |
2010-10-20 14:40:25,943 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - URI http://host-to-be-proxied.org/catalogs/basic/catalog.xml is not associated with a security realm. | |
2010-10-20 14:40:25,943 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Loading authentication for URI 'http://host-to-be-proxied.org/catalogs/basic/catalog.xml' | |
2010-10-20 14:40:25,943 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Looking up URL: 'http://host-to-be-proxied.org/catalogs/basic/catalog.xml' | |
2010-10-20 14:40:25,943 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Looked up URL: 'http://host-to-be-proxied.org' | |
2010-10-20 14:40:25,943 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Did not find authentication data for URI http://host-to-be-proxied.org/catalogs/basic/catalog.xml. | |
2010-10-20 14:40:25,945 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - Connecting to http://host-to-be-proxied.org/catalogs/basic/catalog.xml via proxy http://localhost:54780 and authentication | |
2010-10-20 14:40:25,947 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] | |
Non cached Request http://host-to-be-proxied.org/catalogs/basic/catalog.xml GET Pragma:no-cache Cache-Control:no-cache, no-store | |
2010-10-20 14:40:25,953 [New I/O client worker #17-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #17-1] Message Received org.jboss.netty.channel.UpstreamMessageEvent. Attachment Type is com.ning.http.client.providers.netty.NettyResponseFuture | |
2010-10-20 14:40:25,953 [New I/O client worker #17-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #17-1] | |
Request DefaultHttpRequest(chunked: false) | |
GET http://host-to-be-proxied.org/catalogs/basic/catalog.xml HTTP/1.1 | |
Host: host-to-be-proxied.org | |
Pragma: no-cache | |
Cache-Control: no-cache, no-store | |
Accept-Encoding: gzip | |
Connection: keep-alive | |
Proxy-Connection: keep-alive | |
Proxy-Authorization: Basic cHJveHl1c2VyOnByb3h5cGFzcw== | |
Accept: */* | |
User-Agent: NING/1.0 | |
Response DefaultHttpResponse(chunked: false) | |
HTTP/1.1 200 OK | |
Content-Length: 240 | |
Server: Jetty(6.1.22) | |
2010-10-20 14:40:25,954 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
2010-10-20 14:40:25,954 [New I/O client worker #17-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #17-1] Adding uri: http://host-to-be-proxied.org:80 for channel [id: 0x79fc7299, /127.0.0.1:54782 => localhost/127.0.0.1:54780] | |
!ENTRY org.eclipse.core.net 1 0 2010-10-20 14:40:25.960 | |
!MESSAGE System property http.proxyHost is set to localhost but should not be set. | |
!ENTRY org.eclipse.core.net 1 0 2010-10-20 14:40:25.961 | |
!MESSAGE System property http.proxyPort is set to 54780 but should not be set. | |
TEST-SETUP: testCatalogOverHttpWithNonProxiedHost | |
2010-10-20 14:40:25.966:INFO::jetty-6.1.22 | |
2010-10-20 14:40:25.967:INFO::Started [email protected]:54783 | |
2010-10-20 14:40:25.969:INFO::Started [email protected]:54784 | |
!ENTRY org.eclipse.core.net 1 0 2010-10-20 14:40:25.972 | |
!MESSAGE System property http.proxyHost is not set but should be bad.host. | |
!ENTRY org.eclipse.core.net 1 0 2010-10-20 14:40:25.973 | |
!MESSAGE System property http.proxyPort is not set but should be 12347. | |
2010-10-20 14:40:25,982 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Finding auth data for URI 'http://localhost:54783/catalogs/basic/catalog.xml'. | |
2010-10-20 14:40:25,982 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - URI http://localhost:54783/catalogs/basic/catalog.xml is not associated with a security realm. | |
2010-10-20 14:40:25,982 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Loading authentication for URI 'http://localhost:54783/catalogs/basic/catalog.xml' | |
2010-10-20 14:40:25,982 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Looking up URL: 'http://localhost:54783/catalogs/basic/catalog.xml' | |
2010-10-20 14:40:25,983 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Looked up URL: 'http://localhost:54783' | |
2010-10-20 14:40:25,983 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Did not find authentication data for URI http://localhost:54783/catalogs/basic/catalog.xml. | |
2010-10-20 14:40:25,984 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - Connecting to http://localhost:54783/catalogs/basic/catalog.xml without proxy | |
2010-10-20 14:40:25,986 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] | |
Non cached Request http://localhost:54783/catalogs/basic/catalog.xml GET Pragma:no-cache Cache-Control:no-cache, no-store | |
2010-10-20 14:40:25,993 [New I/O client worker #18-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #18-1] Message Received org.jboss.netty.channel.UpstreamMessageEvent. Attachment Type is com.ning.http.client.providers.netty.NettyResponseFuture | |
2010-10-20 14:40:25,994 [New I/O client worker #18-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #18-1] | |
Request DefaultHttpRequest(chunked: false) | |
GET /catalogs/basic/catalog.xml HTTP/1.1 | |
Host: localhost:54783 | |
Pragma: no-cache | |
Cache-Control: no-cache, no-store | |
Accept-Encoding: gzip | |
Connection: keep-alive | |
Accept: */* | |
User-Agent: NING/1.0 | |
Response DefaultHttpResponse(chunked: false) | |
HTTP/1.1 200 OK | |
Content-Length: 240 | |
Server: Jetty(6.1.22) | |
2010-10-20 14:40:25,994 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
2010-10-20 14:40:25,994 [New I/O client worker #18-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #18-1] Adding uri: http://localhost:54783 for channel [id: 0x6a63afa4, /127.0.0.1:54785 => localhost/127.0.0.1:54783] | |
!ENTRY org.eclipse.core.net 1 0 2010-10-20 14:40:26.000 | |
!MESSAGE System property http.proxyHost is set to bad.host but should not be set. | |
!ENTRY org.eclipse.core.net 1 0 2010-10-20 14:40:26.001 | |
!MESSAGE System property http.proxyPort is set to 12347 but should not be set. | |
Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 31.056 sec <<< FAILURE! | |
testCatalogOverHttps(org.maven.ide.eclipse.io.ProjectCatalogTest) Time elapsed: 0.301 sec <<< ERROR! | |
java.net.ConnectException | |
at com.ning.http.client.providers.netty.NettyConnectListener.operationComplete(NettyConnectListener.java:73) | |
at org.jboss.netty.channel.DefaultChannelFuture.notifyListener(DefaultChannelFuture.java:381) | |
at org.jboss.netty.channel.DefaultChannelFuture.notifyListeners(DefaultChannelFuture.java:367) | |
at org.jboss.netty.channel.DefaultChannelFuture.setFailure(DefaultChannelFuture.java:334) | |
at org.jboss.netty.handler.ssl.SslHandler.channelDisconnected(SslHandler.java:457) | |
at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:112) | |
at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:545) | |
at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:540) | |
at org.jboss.netty.channel.Channels.fireChannelDisconnected(Channels.java:360) | |
at org.jboss.netty.channel.socket.nio.NioWorker.close(NioWorker.java:599) | |
at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink.eventSunk(NioClientSocketPipelineSink.java:91) | |
at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendDownstream(DefaultChannelPipeline.java:742) | |
at org.jboss.netty.channel.Channels.close(Channels.java:736) | |
at org.jboss.netty.handler.ssl.SslHandler$ClosingChannelFutureListener.operationComplete(SslHandler.java:1068) | |
at org.jboss.netty.channel.DefaultChannelFuture.notifyListener(DefaultChannelFuture.java:381) | |
at org.jboss.netty.channel.DefaultChannelFuture.addListener(DefaultChannelFuture.java:148) | |
at org.jboss.netty.handler.ssl.SslHandler.closeOutboundAndChannel(SslHandler.java:1036) | |
at org.jboss.netty.handler.ssl.SslHandler.handleDownstream(SslHandler.java:409) | |
at org.jboss.netty.channel.DefaultChannelPipeline.sendDownstream(DefaultChannelPipeline.java:568) | |
at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendDownstream(DefaultChannelPipeline.java:747) | |
at org.jboss.netty.handler.codec.oneone.OneToOneEncoder.handleDownstream(OneToOneEncoder.java:60) | |
at org.jboss.netty.handler.codec.http.HttpClientCodec.handleDownstream(HttpClientCodec.java:82) | |
at org.jboss.netty.channel.DefaultChannelPipeline.sendDownstream(DefaultChannelPipeline.java:568) | |
at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendDownstream(DefaultChannelPipeline.java:747) | |
at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleDownstream(ChunkedWriteHandler.java:114) | |
at org.jboss.netty.channel.DefaultChannelPipeline.sendDownstream(DefaultChannelPipeline.java:568) | |
at org.jboss.netty.channel.DefaultChannelPipeline.sendDownstream(DefaultChannelPipeline.java:563) | |
at org.jboss.netty.channel.Channels.close(Channels.java:720) | |
at org.jboss.netty.channel.AbstractChannel.close(AbstractChannel.java:208) | |
at org.jboss.netty.channel.group.DefaultChannelGroup.close(DefaultChannelGroup.java:189) | |
at com.ning.http.client.providers.netty.NettyAsyncHttpProvider.close(NettyAsyncHttpProvider.java:586) | |
at com.ning.http.client.AsyncHttpClient.close(AsyncHttpClient.java:360) | |
at com.ning.http.client.AsyncHttpClient.finalize(AsyncHttpClient.java:367) | |
at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method) | |
at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83) | |
at java.lang.ref.Finalizer.access$100(Finalizer.java:14) | |
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160) | |
Caused by: java.nio.channels.ClosedChannelException | |
... 33 more | |
Caused by: java.nio.channels.ClosedChannelException | |
... 33 more | |
2010-10-20 14:40:26,033 [Finalizer] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Finalizer] Channel Closed: [id: 0x190a621a, /127.0.0.1:54764 :> localhost/127.0.0.1:54763] | |
2010-10-20 14:40:26,041 [New I/O client worker #13-2] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #13-2] Channel Closed: [id: 0x63c5d81c, /127.0.0.1:54768 :> localhost/127.0.0.1:54766] | |
Running org.maven.ide.eclipse.io.S2IOFacadeTest | |
2010-10-20 14:40:26,055 [Finalizer] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Finalizer] Channel Closed: [id: 0x41649a55, /127.0.0.1:54779 :> localhost/127.0.0.1:54777] | |
2010-10-20 14:40:26,059 [Finalizer] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Finalizer] Channel Closed: [id: 0x79fc7299, /127.0.0.1:54782 :> localhost/127.0.0.1:54780] | |
TEST-SETUP: testHeadRequest_Anonymous | |
2010-10-20 14:40:26,062 [Finalizer] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Finalizer] Channel Closed: [id: 0x6a63afa4, /127.0.0.1:54785 :> localhost/127.0.0.1:54783] | |
2010-10-20 14:40:26.065:INFO::jetty-6.1.22 | |
2010-10-20 14:40:26.066:INFO::Started [email protected]:54786 | |
2010-10-20 14:40:26.068:INFO::Started [email protected]:54787 | |
2010-10-20 14:40:26,069 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRealm - Loading authentication realm testHeadRequest_Anonymous from secure storage | |
2010-10-20 14:40:26,069 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Associating URL 'http://localhost:54786/file.txt' to realm id=testHeadRequest_Anonymous | |
2010-10-20 14:40:26,069 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Saving authentication data for URI 'http://localhost:54786/file.txt'. | |
2010-10-20 14:40:26,070 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testHeadRequest_Anonymous for URL http://localhost:54786/file.txt | |
2010-10-20 14:40:26,072 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Finding auth data for URI 'http://localhost:54786/file.txt'. | |
2010-10-20 14:40:26,072 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testHeadRequest_Anonymous for URI http://localhost:54786/file.txt | |
2010-10-20 14:40:26,073 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - Connecting to http://localhost:54786/file.txt without proxy | |
2010-10-20 14:40:26,075 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] | |
Non cached Request http://localhost:54786/file.txt HEAD | |
2010-10-20 14:40:26,080 [New I/O client worker #19-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #19-1] Message Received org.jboss.netty.channel.UpstreamMessageEvent. Attachment Type is com.ning.http.client.providers.netty.NettyResponseFuture | |
2010-10-20 14:40:26,081 [New I/O client worker #19-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #19-1] | |
Request DefaultHttpRequest(chunked: false) | |
HEAD /file.txt HTTP/1.1 | |
Host: localhost:54786 | |
Accept-Encoding: gzip | |
Connection: keep-alive | |
Accept: */* | |
User-Agent: NING/1.0 | |
Response DefaultHttpResponse(chunked: false) | |
HTTP/1.1 200 OK | |
Content-Length: 0 | |
Server: Jetty(6.1.22) | |
2010-10-20 14:40:26,081 [New I/O client worker #19-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #19-1] Adding uri: http://localhost:54786 for channel [id: 0x05f18cd5, /127.0.0.1:54788 => localhost/127.0.0.1:54786] | |
2010-10-20 14:40:26,082 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
TEST-SETUP: testHeadRequest_Local | |
2010-10-20 14:40:26,092 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
TEST-SETUP: testDeleteRequest_Anonymous | |
2010-10-20 14:40:26.108:INFO::jetty-6.1.22 | |
2010-10-20 14:40:26.110:INFO::Started [email protected]:54789 | |
2010-10-20 14:40:26.113:INFO::Started [email protected]:54790 | |
2010-10-20 14:40:26,113 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRealm - Loading authentication realm testDeleteRequest_Anonymous from secure storage | |
2010-10-20 14:40:26,114 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Associating URL 'http://localhost:54789/file.txt' to realm id=testDeleteRequest_Anonymous | |
2010-10-20 14:40:26,114 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Saving authentication data for URI 'http://localhost:54789/file.txt'. | |
2010-10-20 14:40:26,114 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testDeleteRequest_Anonymous for URL http://localhost:54789/file.txt | |
2010-10-20 14:40:26,115 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Finding auth data for URI 'http://localhost:54789/file.txt'. | |
2010-10-20 14:40:26,115 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testDeleteRequest_Anonymous for URI http://localhost:54789/file.txt | |
2010-10-20 14:40:26,115 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - Connecting to http://localhost:54789/file.txt without proxy | |
2010-10-20 14:40:26,119 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] | |
Non cached Request http://localhost:54789/file.txt DELETE | |
2010-10-20 14:40:26,126 [New I/O client worker #20-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #20-1] Message Received org.jboss.netty.channel.UpstreamMessageEvent. Attachment Type is com.ning.http.client.providers.netty.NettyResponseFuture | |
2010-10-20 14:40:26,126 [New I/O client worker #20-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #20-1] | |
Request DefaultHttpRequest(chunked: false) | |
DELETE /file.txt HTTP/1.1 | |
Host: localhost:54789 | |
Accept-Encoding: gzip | |
Connection: keep-alive | |
Accept: */* | |
User-Agent: NING/1.0 | |
Response DefaultHttpResponse(chunked: false) | |
HTTP/1.1 200 OK | |
Content-Length: 9 | |
Server: Jetty(6.1.22) | |
2010-10-20 14:40:26,127 [New I/O client worker #20-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #20-1] Adding uri: http://localhost:54789 for channel [id: 0x1d35f92f, /127.0.0.1:54791 => localhost/127.0.0.1:54789] | |
2010-10-20 14:40:26,128 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
TEST-SETUP: testPostRequest_Anonymous | |
2010-10-20 14:40:26.142:INFO::jetty-6.1.22 | |
2010-10-20 14:40:26.144:INFO::Started [email protected]:54792 | |
2010-10-20 14:40:26.146:INFO::Started [email protected]:54793 | |
2010-10-20 14:40:26,146 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRealm - Loading authentication realm testPostRequest_Anonymous from secure storage | |
2010-10-20 14:40:26,148 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Associating URL 'http://localhost:54792/unusedFile.txt' to realm id=testPostRequest_Anonymous | |
2010-10-20 14:40:26,148 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Saving authentication data for URI 'http://localhost:54792/unusedFile.txt'. | |
2010-10-20 14:40:26,148 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testPostRequest_Anonymous for URL http://localhost:54792/unusedFile.txt | |
2010-10-20 14:40:26,149 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Finding auth data for URI 'http://localhost:54792/unusedFile.txt'. | |
2010-10-20 14:40:26,150 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testPostRequest_Anonymous for URI http://localhost:54792/unusedFile.txt | |
2010-10-20 14:40:26,150 [Thread-0] DEBUG o.m.ide.eclips2010-10-20 14:40:26.183:INFO::jetty-6.1.22e.io.HttpBaseSupport - Connecting to http://localhost:54792/unusedFile.txt without proxy | |
2010-10-20 14:40:26.184:INFO::Started [email protected]:547952010-10-20 14:40:26,154 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] | |
2010-10-20 14:40:26.185:INFO::Started [email protected]:54796 | |
Non cached Request http://localhost:54792/unusedFile.txt POST Content-Length:9 | |
2010-10-20 14:40:26,167 [New I/O client worker #21-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #21-1] Message Received org.jboss.netty.channel.UpstreamMessageEvent. Attachment Type is com.ning.http.client.providers.netty.NettyResponseFuture | |
2010-10-20 14:40:26,167 [New I/O client worker #21-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #21-1] | |
Request DefaultHttpRequest(chunked: false) | |
POST /unusedFile.txt HTTP/1.1 | |
Host: localhost:54792 | |
Accept-Encoding: gzip | |
Connection: keep-alive | |
Accept: */* | |
User-Agent: NING/1.0 | |
Content-Length: 9 | |
Response DefaultHttpResponse(chunked: false) | |
HTTP/1.1 201 Created | |
Content-Length: 0 | |
Server: Jetty(6.1.22) | |
2010-10-20 14:40:26,168 [New I/O client worker #21-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #21-1] Adding uri: http://localhost:54792 for channel [id: 0x5323cf50, /127.0.0.1:54794 => localhost/127.0.0.1:54792] | |
2010-10-20 14:40:26,169 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
TEST-SETUP: testPutRequest_Anonymous | |
2010-10-20 14:40:26,187 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRealm - Loading authentication realm testPutRequest_Anonymous from secure storage | |
2010-10-20 14:40:26,188 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Associating URL 'http://localhost:54795/unusedFile.txt' to realm id=testPutRequest_Anonymous | |
2010-10-20 14:40:26,188 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Saving authentication data for URI 'http://localhost:54795/unusedFile.txt'. | |
2010-10-20 14:40:26,188 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testPutRequest_Anonymous for URL http://localhost:54795/unusedFile.txt | |
2010-10-20 14:40:26,188 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Finding auth data for URI 'http://localhost:54795/unusedFile.txt'. | |
2010-10-20 14:40:26,188 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testPutRequest_Anonymous for URI http://localhost:54795/unusedFile.txt | |
2010-10-20 14:40:26,189 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - Connecting to http://localhost:54795/unusedFile.txt without proxy | |
2010-10-20 14:40:26,191 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] | |
Non cached Request http://localhost:54795/unusedFile.txt PUT Content-Length:9 | |
2010-10-20 14:40:26,200 [New I/O client worker #22-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #22-1] Message Received org.jboss.netty.channel.UpstreamMessageEvent. Attachment Type is com.ning.http.client.providers.netty.NettyResponseFuture | |
2010-10-20 14:40:26,200 [New I/O client worker #22-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #22-1] | |
Request DefaultHttpRequest(chunked: false) | |
PUT /unusedFile.txt HTTP/1.1 | |
Host: localhost:54795 | |
Accept-Encoding: gzip | |
Connection: keep-alive | |
Accept: */* | |
User-Agent: NING/1.0 | |
Content-Length: 9 | |
Response DefaultHttpResponse(chunked: false) | |
HTTP/1.1 201 Created | |
Content-Length: 0 | |
Server: Jetty(6.1.22) | |
2010-10-20 14:40:26,201 [New I/O client worker #22-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #22-1] Adding uri: http://localhost:54795 for channel [id: 0x1b92d8d6, /127.0.0.1:54797 => localhost/127.0.0.1:54795] | |
2010-10-20 14:40:26,201 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
TEST-SETUP: testHeadRequest_Anonymous_NotFound | |
2010-10-20 14:40:26.210:INFO::jetty-6.1.22 | |
2010-10-20 14:40:26.211:INFO::Started [email protected]:54798 | |
2010-10-20 14:40:26.213:INFO::Started [email protected]:54799 | |
2010-10-20 14:40:26,213 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRealm - Loading authentication realm testHeadRequest_Anonymous_NotFound from secure storage | |
2010-10-20 14:40:26,213 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Associating URL 'http://localhost:54798/unusedFile.txt' to realm id=testHeadRequest_Anonymous_NotFound | |
2010-10-20 14:40:26,214 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Saving authentication data for URI 'http://localhost:54798/unusedFile.txt'. | |
2010-10-20 14:40:26,214 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testHeadRequest_Anonymous_NotFound for URL http://localhost:54798/unusedFile.txt | |
2010-10-20 14:40:26,214 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Finding auth data for URI 'http://localhost:54798/unusedFile.txt'. | |
2010-10-20 14:40:26,214 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testHeadRequest_Anonymous_NotFound for URI http://localhost:54798/unusedFile.txt2010-10-20 14:40:26.242:INFO::jetty-6.1.22 | |
2010-10-20 14:40:26.243:INFO::Started [email protected]:54801 | |
2010-10-20 14:40:26,215 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - Connecting to http://localhost:54798/unusedFile.txt without proxy2010-10-20 14:40:26.245:INFO::Started [email protected]:54802 | |
2010-10-20 14:40:26,216 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] | |
Non cached Request http://localhost:54798/unusedFile.txt HEAD | |
2010-10-20 14:40:26,221 [New I/O client worker #23-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #23-1] Message Received org.jboss.netty.channel.UpstreamMessageEvent. Attachment Type is com.ning.http.client.providers.netty.NettyResponseFuture | |
2010-10-20 14:40:26,221 [New I/O client worker #23-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #23-1] | |
Request DefaultHttpRequest(chunked: false) | |
HEAD /unusedFile.txt HTTP/1.1 | |
Host: localhost:54798 | |
Accept-Encoding: gzip | |
Connection: keep-alive | |
Accept: */* | |
User-Agent: NING/1.0 | |
Response DefaultHttpResponse(chunked: false) | |
HTTP/1.1 404 Not Found | |
Content-Length: 0 | |
Server: Jetty(6.1.22) | |
2010-10-20 14:40:26,222 [New I/O client worker #23-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #23-1] Adding uri: http://localhost:54798 for channel [id: 0x6a9c98e8, /127.0.0.1:54800 => localhost/127.0.0.1:54798] | |
2010-10-20 14:40:26,223 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
TEST-SETUP: testHeadRequest_Local_NotFound | |
2010-10-20 14:40:26,233 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
TEST-SETUP: testDeleteRequest_Anonymous_NotFound | |
2010-10-20 14:40:26,245 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRealm - Loading authentication realm testDeleteRequest_Anonymous_NotFound from secure storage | |
2010-10-20 14:40:26,246 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Associating URL 'http://localhost:54801/unusedFile.txt' to realm id=testDeleteRequest_Anonymous_NotFound | |
2010-10-20 14:40:26,246 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Saving authentication data for URI 'http://localhost:54801/unusedFile.txt'. | |
2010-10-20 14:40:26,246 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testDeleteRequest_Anonymous_NotFound for URL http://localhost:54801/unusedFile.txt | |
2010-10-20 14:40:26,247 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Finding auth data for URI 'http://localhost:54801/unusedFile.txt'. | |
2010-10-20 14:40:26,247 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testDeleteRequest_Anonymous_NotFound for URI http://localhost:54801/unusedFile.txt | |
2010-10-20 14:40:26,247 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - Connecting to http://localhost:54801/unusedFile.txt without proxy | |
2010-10-20 14:40:26,250 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] | |
Non cached Request http://localhost:54801/unusedFile.txt DELETE | |
2010-10-20 14:40:26,258 [New I/O client worker #24-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #24-1] Message Received org.jboss.netty.channel.UpstreamMessageEvent. Attachment Type is com.ning.http.client.providers.netty.NettyResponseFuture | |
2010-10-20 14:40:26,259 [New I/O client worker #24-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #24-1] | |
Request DefaultHttpRequest(chunked: false) | |
DELETE /unusedFile.txt HTTP/1.1 | |
Host: localhost:54801 | |
Accept-Encoding: gzip | |
Connection: keep-alive | |
Accept: */* | |
User-Agent: NING/1.0 | |
Response DefaultHttpResponse(chunked: false) | |
HTTP/1.1 404 Not Found | |
Cache-Control: must-revalidate,no-cache,no-store | |
Content-Type: text/html; charset=iso-8859-1 | |
Content-Length: 1282 | |
Server: Jetty(6.1.22) | |
2010-10-20 14:40:26,260 [New I/O client worker #24-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #24-1] Adding uri: http://localhost:54801 for channel [id: 0x62edc88b, /127.0.0.1:54803 => localhost/127.0.0.1:54801] | |
2010-10-20 14:40:26,261 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
TEST-SETUP: testHeadRequest_ValidUser | |
2010-10-20 14:40:26.274:INFO::jetty-6.1.22 | |
2010-10-20 14:40:26.276:INFO::Started [email protected]:54804 | |
2010-10-20 14:40:26,278 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRealm - Loading authentication realm testHeadRequest_ValidUser from secure storage | |
2010-10-20 14:40:26.277:INFO::Started [email protected]:54805 | |
2010-10-20 14:40:26,279 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Associating URL 'http://localhost:54804/secured/secure.txt' to realm id=testHeadRequest_ValidUser | |
2010-10-20 14:40:26,279 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Saving authentication data for URI 'http://localhost:54804/secured/secure.txt'. | |
2010-10-20 14:40:26,279 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testHeadRequest_ValidUser for URL http://localhost:54804/secured/secure.txt | |
2010-10-20 14:40:26,279 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Finding auth data for URI 'http://localhost:54804/secured/secure.txt'. | |
2010-10-20 14:40:26,280 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testHeadRequest_ValidUser for URI http://localhost:54804/secured/secure.txt | |
2010-10-20 14:40:26,280 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - Connecting to http://localhost:54804/secured/secure.txt without proxy | |
2010-10-20 14:40:26,282 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] | |
Non cached Request http://localhost:54804/secured/secure.txt HEAD | |
2010-10-20 14:40:26,290 [New I/O client worker #25-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #25-1] Message Received org.jboss.netty.channel.UpstreamMessageEvent. Attachment Type is com.ning.http.client.providers.netty.NettyResponseFuture | |
2010-10-20 14:40:26,290 [New I/O client worker #25-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #25-1] | |
Request DefaultHttpRequest(chunked: false) | |
HEAD /secured/secure.txt HTTP/1.1 | |
Host: localhost:54804 | |
Accept-Encoding: gzip | |
Authorization: Basic dmFsaWR1c2VyOnBhc3N3b3Jk | |
Connection: keep-alive | |
Accept: */* | |
User-Agent: NING/1.0 | |
Response DefaultHttpResponse(chunked: false) | |
HTTP/1.1 200 OK | |
Content-Length: 0 | |
Server: Jetty(6.1.22) | |
2010-10-20 14:40:26,291 [New I/O client worker #25-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #25-1] Adding uri: http://localhost:54804 for channel [id: 0x16309239, /127.0.0.1:54806 => localhost/127.0.0.1:54804] | |
2010-10-20 14:40:26,292 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
TEST-SETUP: testDeleteRequest_ValidUser | |
2010-10-20 14:40:26.401:INFO::jetty-6.1.22 | |
2010-10-20 14:40:26.402:INFO::Started [email protected]:54807 | |
2010-10-20 14:40:26.404:INFO::Started [email protected]:54808 | |
2010-10-20 14:40:26,404 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRealm - Loading authentication realm testDeleteRequest_ValidUser from secure storage | |
2010-10-20 14:40:26,406 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Associating URL 'http://localhost:54807/secured/secure.txt' to realm id=testDeleteRequest_ValidUser | |
2010-10-20 14:40:26,407 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Saving authentication data for URI 'http://localhost:54807/secured/secure.txt'. | |
2010-10-20 14:40:26,407 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testDeleteRequest_ValidUser for URL http://localhost:54807/secured/secure.txt | |
2010-10-20 14:40:26,407 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Finding auth data for URI 'http://localhost:54807/secured/secure.txt'. | |
2010-10-20 14:40:26,407 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testDeleteRequest_ValidUser for URI http://localhost:54807/secured/secure.txt | |
2010-10-20 14:40:26,408 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - Connecting to http://localhost:54807/secured/secure.txt without proxy | |
2010-10-20 14:40:26,410 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] | |
Non cached Request http://localhost:54807/secured/secure.txt DELETE | |
2010-10-20 14:40:26,429 [New I/O client worker #26-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #26-1] Message Received org.jboss.netty.channel.UpstreamMessageEvent. Attachment Type is com.ning.http.client.providers.netty.NettyResponseFuture | |
2010-10-20 14:40:26,430 [New I/O client worker #26-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #26-1] | |
Request DefaultHttpRequest(chunked: false) | |
DELETE /secured/secure.txt HTTP/1.1 | |
Host: localhost:54807 | |
Accept-Encoding: gzip | |
Authorization: Basic dmFsaWR1c2VyOnBhc3N3b3Jk | |
Connection: keep-alive | |
Accept: */* | |
User-Agent: NING/1.0 | |
Response DefaultHttpResponse(chunked: false) | |
HTTP/1.1 200 OK | |
Content-Length: 11 | |
Server: Jetty(6.1.22) | |
2010-10-20 14:40:26,430 [New I/O client worker #26-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #26-1] Adding uri: http://localhost:54807 for channel [id: 0x2ea0eb2a, /127.0.0.1:54809 => localhost/127.0.0.1:54807] | |
2010-10-20 14:40:26,431 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
TEST-SETUP: testPostRequest_ValidUser | |
2010-10-20 14:40:26.440:INFO::jetty-6.1.22 | |
2010-10-20 14:40:26.441:INFO::Started [email protected]:54810 | |
2010-10-20 14:40:26,468 [Finalizer] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Finalizer] Channel Closed: [id: 0x05f18cd5, /127.0.0.1:54788 :> localhost/127.0.0.1:54786] | |
2010-10-20 14:40:26.470:INFO::Started [email protected]:54811 | |
2010-10-20 14:40:26,471 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRealm - Loading authentication realm testPostRequest_ValidUser from secure storage | |
2010-10-20 14:40:26,476 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Associating URL 'http://localhost:54810/secured/unusedFile.txt' to realm id=testPostRequest_ValidUser | |
2010-10-20 14:40:26,476 [Finalizer] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Finalizer] Channel Closed: [id: 0x1d35f92f, /127.0.0.1:54791 :> localhost/127.0.0.1:54789] | |
2010-10-20 14:40:26,476 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Saving authentication data for URI 'http://localhost:54810/secured/unusedFile.txt'. | |
2010-10-20 14:40:26,478 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testPostRequest_ValidUser for URL http://localhost:54810/secured/unusedFile.txt | |
2010-10-20 14:40:26,478 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Finding auth data for URI 'http://localhost:54810/secured/unusedFile.txt'. | |
2010-10-20 14:40:26,478 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testPostRequest_ValidUser for URI http://localhost:54810/secured/unusedFile.txt | |
2010-10-20 14:40:26,480 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - Connecting to http://localhost:54810/secured/unusedFile.txt without proxy | |
2010-10-20 14:40:26,485 [Finalizer] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Finalizer] Channel Closed: [id: 0x5323cf50, /127.0.0.1:54794 :> localhost/127.0.0.1:54792] | |
2010-10-20 14:40:26,487 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] | |
Non cached Request http://localhost:54810/secured/unusedFile.txt POST Content-Length:9 | |
2010-10-20 14:40:26,490 [Finalizer] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Finalizer] Channel Closed: [id: 0x1b92d8d6, /127.0.0.1:54797 :> localhost/127.0.0.1:54795] | |
2010-10-20 14:40:26,500 [Finalizer] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Finalizer] Channel Closed: [id: 0x6a9c98e8, /127.0.0.1:54800 :> localhost/127.0.0.1:54798] | |
2010-10-20 14:40:26,505 [New I/O client worker #27-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #27-1] Message Received org.jboss.netty.channel.UpstreamMessageEvent. Attachment Type is com.ning.http.client.providers.netty.NettyResponseFuture | |
2010-10-20 14:40:26,505 [Finalizer] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Finalizer] Channel Closed: [id: 0x62edc88b, /127.0.0.1:54803 :> localhost/127.0.0.1:54801] | |
2010-10-20 14:40:26,505 [New I/O client worker #27-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #27-1] | |
Request DefaultHttpRequest(chunked: false) | |
POST /secured/unusedFile.txt HTTP/1.1 | |
Host: localhost:54810 | |
Accept-Encoding: gzip | |
Authorization: Basic dmFsaWR1c2VyOnBhc3N3b3Jk | |
Connection: keep-alive | |
Accept: */* | |
User-Agent: NING/1.0 | |
Content-Length: 9 | |
Response DefaultHttpResponse(chunked: false) | |
HTTP/1.1 201 Created | |
Content-Length: 0 | |
Server: Jetty(6.1.22) | |
2010-10-20 14:40:26,507 [New I/O client worker #27-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #27-1] Adding uri: http://localhost:54810 for channel [id: 0x6f609af9, /127.0.0.1:54812 => localhost/127.0.0.1:54810] | |
2010-10-20 14:40:26,509 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
2010-10-20 14:40:26,510 [Finalizer] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Finalizer] Channel Closed: [id: 0x16309239, /127.0.0.1:54806 :> localhost/127.0.0.1:54804] | |
2010-10-20 14:40:26,513 [Finalizer] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Finalizer] Channel Closed: [id: 0x2ea0eb2a, /127.0.0.1:54809 :> localhost/127.0.0.1:54807] | |
TEST-SETUP: testPutRequest_ValidUser | |
2010-10-20 14:40:26.525:INFO::jetty-6.1.22 | |
2010-10-20 14:40:26.526:INFO::Started [email protected]:54813 | |
2010-10-20 14:40:26.528:INFO::Started [email protected]:54814 | |
2010-10-20 14:40:26,529 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRealm - Loading authentication realm testPutRequest_ValidUser from secure storage | |
2010-10-20 14:40:26,530 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Associating URL 'http://localhost:54813/secured/unusedFile.txt' to realm id=testPutRequest_ValidUser | |
2010-10-20 14:40:26,531 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Saving authentication data for URI 'http://localhost:54813/secured/unusedFile.txt'. | |
2010-10-20 14:40:26,531 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testPutRequest_ValidUser for URL http://localhost:54813/secured/unusedFile.txt | |
2010-10-20 14:40:26,531 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Finding auth data for URI 'http://localhost:54813/secured/unusedFile.txt'. | |
2010-10-20 14:40:26,531 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testPutRequest_ValidUser for URI http://localhost:54813/secured/unusedFile.txt2010-10-20 14:40:26.553:INFO::jetty-6.1.22 | |
2010-10-20 14:40:26.554:INFO::Started [email protected]:54816 | |
2010-10-20 14:40:26,532 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - Connecting to http://localhost:54813/secured/unusedFile.txt without proxy2010-10-20 14:40:26.556:INFO::Started [email protected]:54817 | |
2010-10-20 14:40:26,533 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] | |
Non cached Request http://localhost:54813/secured/unusedFile.txt PUT Content-Length:9 | |
2010-10-20 14:40:26,540 [New I/O client worker #28-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #28-1] Message Received org.jboss.netty.channel.UpstreamMessageEvent. Attachment Type is com.ning.http.client.providers.netty.NettyResponseFuture | |
2010-10-20 14:40:26,540 [New I/O client worker #28-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #28-1] | |
Request DefaultHttpRequest(chunked: false) | |
PUT /secured/unusedFile.txt HTTP/1.1 | |
Host: localhost:54813 | |
Accept-Encoding: gzip | |
Authorization: Basic dmFsaWR1c2VyOnBhc3N3b3Jk | |
Connection: keep-alive | |
Accept: */* | |
User-Agent: NING/1.0 | |
Content-Length: 9 | |
Response DefaultHttpResponse(chunked: false) | |
HTTP/1.1 201 Created | |
Content-Length: 0 | |
Server: Jetty(6.1.22) | |
2010-10-20 14:40:26,541 [New I/O client worker #28-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #28-1] Adding uri: http://localhost:54813 for channel [id: 0x07507ef7, /127.0.0.1:54815 => localhost/127.0.0.1:54813] | |
2010-10-20 14:40:26,542 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
TEST-SETUP: testHeadRequest_ValidUser_NotFound | |
2010-10-20 14:40:26,557 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRealm - Loading authentication realm testHeadRequest_ValidUser_NotFound from secure storage | |
2010-10-20 14:40:26,558 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Associating URL 'http://localhost:54816/secured/missingFile.txt' to realm id=testHeadRequest_ValidUser_NotFound | |
2010-10-20 14:40:26,558 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Saving authentication data for URI 'http://localhost:54816/secured/missingFile.txt'. | |
2010-10-20 14:40:26,558 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testHeadRequest_ValidUser_NotFound for URL http://localhost:54816/secured/missingFile.txt | |
2010-10-20 14:40:26,558 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Finding auth data for URI 'http://localhost:54816/secured/missingFile.txt'. | |
2010-10-20 14:40:26,559 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testHeadRequest_ValidUser_NotFound for URI http://localhost:54816/secured/missingFile.txt | |
2010-10-20 14:40:26,559 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - Connecting to http://localhost:54816/secured/missingFile.txt without proxy | |
2010-10-20 14:40:26,560 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] | |
Non cached Request http://localhost:54816/secured/missingFile.txt HEAD | |
2010-10-20 14:40:26,566 [New I/O client worker #29-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #29-1] Message Received org.jboss.netty.channel.UpstreamMessageEvent. Attachment Type is com.ning.http.client.providers.netty.NettyResponseFuture | |
2010-10-20 14:40:26,566 [New I/O client worker #29-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #29-1] | |
Request DefaultHttpRequest(chunked: false) | |
HEAD /secured/missingFile.txt HTTP/1.1 | |
Host: localhost:54816 | |
Accept-Encoding: gzip | |
Authorization: Basic dmFsaWR1c2VyOnBhc3N3b3Jk | |
Connection: keep-alive | |
Accept: */* | |
User-Agent: NING/1.0 | |
Response DefaultHttpResponse(chunked: false) | |
HTTP/1.1 404 Not Found | |
Content-Length: 0 | |
Server: Jetty(6.1.22) | |
2010-10-20 14:40:26,567 [New I/O client worker #29-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #29-1] Adding uri: http://localhost:54816 for channel [id: 0x7a64f150, /127.0.0.1:54818 => localhost/127.0.0.1:54816] | |
2010-10-20 14:40:26,568 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
TEST-SETUP: testDeleteRequest_ValidUser_NotFound | |
2010-10-20 14:40:26.584:INFO::jetty-6.1.22 | |
2010-10-20 14:40:26.585:INFO::Started [email protected]:54819 | |
2010-10-20 14:40:26.587:INFO::Started [email protected]:54820 | |
2010-10-20 14:40:26,587 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRealm - Loading authentication realm testDeleteRequest_ValidUser_NotFound from secure storage | |
2010-10-20 14:40:26,588 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Associating URL 'http://localhost:54819/secured/missingFile.txt' to realm id=testDeleteRequest_ValidUser_NotFound | |
2010-10-20 14:40:26,589 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Saving authentication data for URI 'http://localhost:54819/secured/missingFile.txt'. | |
2010-10-20 14:40:26,589 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testDeleteRequest_ValidUser_NotFound for URL http://localhost:54819/secured/missingFile.txt | |
2010-10-20 14:40:26,589 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Finding auth data for URI 'http://localhost:54819/secured/missingFile.txt'. | |
2010-10-20 14:40:26,590 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testDeleteRequest_ValidUser_NotFound for URI http://localhost:54819/secured/missingFile.txt2010-10-20 14:40:26.611:INFO::jetty-6.1.22 | |
2010-10-20 14:40:26.612:INFO::Started [email protected]:54822 | |
2010-10-20 14:40:26,590 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - Connecting to http://localhost:54819/secured/missingFile.txt without proxy2010-10-20 14:40:26.614:INFO::Started [email protected]:54823 | |
2010-10-20 14:40:26,592 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] | |
Non cached Request http://localhost:54819/secured/missingFile.txt DELETE | |
2010-10-20 14:40:26,599 [New I/O client worker #30-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #30-1] Message Received org.jboss.netty.channel.UpstreamMessageEvent. Attachment Type is com.ning.http.client.providers.netty.NettyResponseFuture | |
2010-10-20 14:40:26,599 [New I/O client worker #30-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #30-1] | |
Request DefaultHttpRequest(chunked: false) | |
DELETE /secured/missingFile.txt HTTP/1.1 | |
Host: localhost:54819 | |
Accept-Encoding: gzip | |
Authorization: Basic dmFsaWR1c2VyOnBhc3N3b3Jk | |
Connection: keep-alive | |
Accept: */* | |
User-Agent: NING/1.0 | |
Response DefaultHttpResponse(chunked: false) | |
HTTP/1.1 404 Not Found | |
Cache-Control: must-revalidate,no-cache,no-store | |
Content-Type: text/html; charset=iso-8859-1 | |
Content-Length: 1291 | |
Server: Jetty(6.1.22) | |
2010-10-20 14:40:26,600 [New I/O client worker #30-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #30-1] Adding uri: http://localhost:54819 for channel [id: 0x22650016, /127.0.0.1:54821 => localhost/127.0.0.1:54819] | |
2010-10-20 14:40:26,601 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
TEST-SETUP: testExists | |
2010-10-20 14:40:26,614 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Finding auth data for URI 'http://localhost:54822/file.txt'. | |
2010-10-20 14:40:26,615 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - URI http://localhost:54822/file.txt is not associated with a security realm. | |
2010-10-20 14:40:26,615 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Loading authentication for URI 'http://localhost:54822/file.txt' | |
2010-10-20 14:40:26,615 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Looking up URL: 'http://localhost:54822/file.txt' | |
2010-10-20 14:40:26,616 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Looked up URL: 'http://localhost:54822' | |
2010-10-20 14:40:26,616 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Did not find authentication data for URI http://localhost:54822/file.txt. | |
2010-10-20 14:40:26,616 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - Connecting to http://localhost:54822/file.txt without proxy | |
2010-10-20 14:40:26,619 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] | |
Non cached Request http://localhost:54822/file.txt HEAD | |
2010-10-20 14:40:26,624 [New I/O client worker #31-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #31-1] Message Received org.jboss.netty.channel.UpstreamMessageEvent. Attachment Type is com.ning.http.client.providers.netty.NettyResponseFuture | |
2010-10-20 14:40:26,624 [New I/O client worker #31-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #31-1] | |
Request DefaultHttpRequest(chunked: false) | |
HEAD /file.txt HTTP/1.1 | |
Host: localhost:54822 | |
Accept-Encoding: gzip | |
Connection: keep-alive | |
Accept: */* | |
User-Agent: NING/1.0 | |
Response DefaultHttpResponse(chunked: false) | |
HTTP/1.1 200 OK | |
Content-Length: 0 | |
Server: Jetty(6.1.22) | |
2010-10-20 14:40:26,625 [New I/O client worker #31-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #31-1] Adding uri: http://localhost:54822 for channel [id: 0x5ba38598, /127.0.0.1:54824 => localhost/127.0.0.1:54822] | |
2010-10-20 14:40:26,626 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
TEST-SETUP: testExists_ValidUser | |
2010-10-20 14:40:26.637:INFO::jetty-6.1.22 | |
2010-10-20 14:40:26.637:INFO::Started [email protected]:54825 | |
2010-10-20 14:40:26.639:INFO::Started [email protected]:54826 | |
2010-10-20 14:40:26,640 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Finding auth data for URI 'http://localhost:54825/file.txt'. | |
2010-10-20 14:40:26,640 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - URI http://localhost:54825/file.txt is not associated with a security realm. | |
2010-10-20 14:40:26,640 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Loading authentication for URI 'http://localhost:54825/file.txt' | |
2010-10-20 14:40:26,641 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Looking up URL: 'http://localhost:54825/file.txt' | |
2010-10-20 14:40:26,641 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Looked up URL: 'http://localhost:54825' | |
2010-10-20 14:40:26,641 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Did not find authentication data for URI http://localhost:54825/file.txt. | |
2010-10-20 14:40:26,641 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - Connecting to http://localhost:54825/file.txt without proxy2010-10-20 14:40:26.670:INFO::jetty-6.1.22 | |
2010-10-20 14:40:26.671:INFO::Started [email protected]:548282010-10-20 14:40:26,642 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] | |
2010-10-20 14:40:26.673:INFO::Started [email protected]:54829 | |
Non cached Request http://localhost:54825/file.txt HEAD | |
2010-10-20 14:40:26,648 [New I/O client worker #32-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #32-1] Message Received org.jboss.netty.channel.UpstreamMessageEvent. Attachment Type is com.ning.http.client.providers.netty.NettyResponseFuture | |
2010-10-20 14:40:26,648 [New I/O client worker #32-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #32-1] | |
Request DefaultHttpRequest(chunked: false) | |
HEAD /file.txt HTTP/1.1 | |
Host: localhost:54825 | |
Accept-Encoding: gzip | |
Connection: keep-alive | |
Accept: */* | |
User-Agent: NING/1.0 | |
Response DefaultHttpResponse(chunked: false) | |
HTTP/1.1 200 OK | |
Content-Length: 0 | |
Server: Jetty(6.1.22) | |
2010-10-20 14:40:26,649 [New I/O client worker #32-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #32-1] Adding uri: http://localhost:54825 for channel [id: 0x5d8d3d6c, /127.0.0.1:54827 => localhost/127.0.0.1:54825] | |
2010-10-20 14:40:26,649 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
TEST-SETUP: testExists_Local | |
2010-10-20 14:40:26,659 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
TEST-SETUP: testExists_NotFound | |
2010-10-20 14:40:26,673 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Finding auth data for URI 'http://localhost:54828/unusedFile.txt'. | |
2010-10-20 14:40:26,673 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - URI http://localhost:54828/unusedFile.txt is not associated with a security realm. | |
2010-10-20 14:40:26,674 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Loading authentication for URI 'http://localhost:54828/unusedFile.txt' | |
2010-10-20 14:40:26,674 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Looking up URL: 'http://localhost:54828/unusedFile.txt' | |
2010-10-20 14:40:26,674 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Looked up URL: 'http://localhost:54828' | |
2010-10-20 14:40:26,674 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Did not find authentication data for URI http://localhost:54828/unusedFile.txt. | |
2010-10-20 14:40:26,675 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - Connecting to http://localhost:54828/unusedFile.txt without proxy | |
2010-10-20 14:40:26,677 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] | |
Non cached Request http://localhost:54828/unusedFile.txt HEAD | |
2010-10-20 14:40:26,683 [New I/O client worker #33-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #33-1] Message Received org.jboss.netty.channel.UpstreamMessageEvent. Attachment Type is com.ning.http.client.providers.netty.NettyResponseFuture | |
2010-10-20 14:40:26,683 [New I/O client worker #33-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #33-1] | |
Request DefaultHttpRequest(chunked: false) | |
HEAD /unusedFile.txt HTTP/1.1 | |
Host: localhost:54828 | |
Accept-Encoding: gzip | |
Connection: keep-alive | |
Accept: */* | |
User-Agent: NING/1.0 | |
Response DefaultHttpResponse(chunked: false) | |
HTTP/1.1 404 Not Found | |
Content-Length: 0 | |
Server: Jetty(6.1.22) | |
2010-10-20 14:40:26,684 [New I/O client worker #33-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #33-1] Adding uri: http://localhost:54828 for channel [id: 0x7757fe3d, /127.0.0.1:54830 => localhost/127.0.0.1:54828] | |
2010-10-20 14:40:26,684 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
TEST-SETUP: testExists_ValidUser_NotFound | |
2010-10-20 14:40:26.699:INFO::jetty-6.1.22 | |
2010-10-20 14:40:26.700:INFO::Started [email protected]:54831 | |
2010-10-20 14:40:26.702:INFO::Started [email protected]:54832 | |
2010-10-20 14:40:26,702 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Finding auth data for URI 'http://localhost:54831/unusedFile.txt'. | |
2010-10-20 14:40:26,703 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - URI http://localhost:54831/unusedFile.txt is not associated with a security realm.2010-10-20 14:40:26.733:INFO::jetty-6.1.22 | |
2010-10-20 14:40:26.733:INFO::Started [email protected]:54834 | |
2010-10-20 14:40:26,703 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Loading authentication for URI 'http://localhost:54831/unusedFile.txt' | |
2010-10-20 14:40:26,703 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Looking up URL: 'http://localhost:54831/unusedFile.txt' | |
2010-10-20 14:40:26,703 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Looked up URL: 'http://localhost:54831' | |
2010-10-20 14:40:26,704 [Thread-0] DEBUG o.m.i.e.a.i.SimpleAuthService - Did not find authentication data for URI http://localhost:54831/unusedFile.txt. | |
2010-10-20 14:40:26,704 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - Connecting to http://localhost:54831/unusedFile.txt without proxy | |
2010-10-20 14:40:26,705 [Thread-0] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [Thread-0] | |
Non cached Request http://localhost:54831/unusedFile.txt HEAD | |
2010-10-20 14:40:26,709 [New I/O client worker #34-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #34-1] Message Received org.jboss.netty.channel.UpstreamMessageEvent. Attachment Type is com.ning.http.client.providers.netty.NettyResponseFuture2010-10-20 14:40:26.736:INFO::Started [email protected]:54835 | |
2010-10-20 14:40:26,710 [New I/O client worker #34-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #34-1] | |
Request DefaultHttpRequest(chunked: false) | |
HEAD /unusedFile.txt HTTP/1.1 | |
Host: localhost:54831 | |
Accept-Encoding: gzip | |
Connection: keep-alive | |
Accept: */* | |
User-Agent: NING/1.0 | |
Response DefaultHttpResponse(chunked: false) | |
HTTP/1.1 404 Not Found | |
Content-Length: 0 | |
Server: Jetty(6.1.22) | |
2010-10-20 14:40:26,711 [New I/O client worker #34-1] DEBUG o.m.ide.eclipse.io.HttpBaseSupport - [New I/O client worker #34-1] Adding uri: http://localhost:54831 for channel [id: 0x4cb2fd30, /127.0.0.1:54833 => localhost/127.0.0.1:54831] | |
2010-10-20 14:40:26,711 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
TEST-SETUP: testExists_Local_NotFound | |
2010-10-20 14:40:26,725 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Clearing authentication registry | |
TEST-SETUP: testOpenStream_Anonymous | |
2010-10-20 14:40:26,736 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRealm - Loading authentication realm testOpenStream_Anonymous from secure storage | |
2010-10-20 14:40:26,737 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Associating URL 'http://localhost:54834/file.txt' to realm id=testOpenStream_Anonymous | |
2010-10-20 14:40:26,737 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Saving authentication data for URI 'http://localhost:54834/file.txt'. | |
2010-10-20 14:40:26,737 [Thread-0] DEBUG o.m.i.e.a.internal.AuthRegistry - Selected authentication realm testOpenStr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment