Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created August 3, 2015 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcrossley3/1232c0fac3789e154adc to your computer and use it in GitHub Desktop.
Save jcrossley3/1232c0fac3789e154adc to your computer and use it in GitHub Desktop.
13:51:37,640 INFO [org.projectodd.wunderboss] (integs.war-worker-0) Initializing /integs as clojure
13:51:50,331 INFO [immutant.wildfly.repl] (integs.war-worker-0) nREPL bound to 127.0.0.1:41869
13:51:50,525 INFO [org.jboss.as.server] (HttpManagementService-threads - 1) JBAS015859: Deployed "integs.war" (runtime-name : "integs.war")
13:51:52,562 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@47e06885
13:51:52,731 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@f46940f
13:51:52,746 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@5c478e7c
13:51:52,857 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@703757e9
13:51:52,975 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/integs].[/cdef]] (http-localhost/127.0.0.1:8147-68) JBWEB000236: Servlet.service() for servlet /cdef threw exception: java.lang.IllegalStateException: JBWEB000050: Cannot start async
at org.apache.catalina.connector.Request.startAsync(Request.java:3215) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]
at org.apache.catalina.connector.Request.startAsync(Request.java:3199) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]
at org.apache.catalina.connector.RequestFacade.startAsync(RequestFacade.java:926) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]
at org.projectodd.wunderboss.web.async.ServletHttpChannel.<init>(ServletHttpChannel.java:37) [wunderboss-web-1.x.incremental.267.jar:]
at immutant.web.internal.servlet$eval2969$fn__2971.invoke(servlet.clj:180)
at clojure.lang.MultiFn.invoke(MultiFn.java:233) [clojure-1.7.0.jar:]
at immutant.web.async$as_channel.doInvoke(async.clj:292)
at clojure.lang.RestFn.invoke(RestFn.java:439) [clojure-1.7.0.jar:]
at testing.app$eval14321$fn__14322.invoke(NO_SOURCE_FILE:0)
at testing.app$use_client_handler.invoke(app.clj:92)
at compojure.response$eval4015$fn__4016.invoke(response.clj:34)
at compojure.response$eval3982$fn__3983$G__3973__3990.invoke(response.clj:7)
at compojure.core$make_route$fn__5588.invoke(core.clj:113)
at compojure.core$wrap_route_middleware$fn__5584.invoke(core.clj:103)
at compojure.core$if_route$fn__5563.invoke(core.clj:41)
at compojure.core$if_method$fn__5555.invoke(core.clj:27)
at compojure.core$routing$fn__5594.invoke(core.clj:127)
at clojure.core$some.invoke(core.clj:2570) [clojure-1.7.0.jar:]
at compojure.core$routing.doInvoke(core.clj:127)
at clojure.lang.RestFn.applyTo(RestFn.java:139) [clojure-1.7.0.jar:]
at clojure.core$apply.invoke(core.clj:632) [clojure-1.7.0.jar:]
at compojure.core$routes$fn__5598.invoke(core.clj:132)
at clojure.lang.Var.invoke(Var.java:379) [clojure-1.7.0.jar:]
at ring.middleware.params$wrap_params$fn__5768.invoke(params.clj:64)
at immutant.web.internal.servlet$create_servlet$fn__2956.invoke(servlet.clj:144)
at immutant.web.internal.servlet.proxy$javax.servlet.http.HttpServlet$ff19274a.service(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:231) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]
at org.jboss.as.web.session.ClusteredSessionValve.handleRequest(ClusteredSessionValve.java:134) [jboss-as-web-7.5.0.Final-redhat-21.jar:7.5.0.Final-redhat-21]
at org.jboss.as.web.session.ClusteredSessionValve.invoke(ClusteredSessionValve.java:99) [jboss-as-web-7.5.0.Final-redhat-21.jar:7.5.0.Final-redhat-21]
at org.jboss.as.web.session.JvmRouteValve.invoke(JvmRouteValve.java:92) [jboss-as-web-7.5.0.Final-redhat-21.jar:7.5.0.Final-redhat-21]
at org.jboss.as.web.session.LockingValve.invoke(LockingValve.java:64) [jboss-as-web-7.5.0.Final-redhat-21.jar:7.5.0.Final-redhat-21]
at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169) [jboss-as-web-7.5.0.Final-redhat-21.jar:7.5.0.Final-redhat-21]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:150) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]
at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:355) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]
at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:911) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]
at org.apache.tomcat.util.net.NioEndpoint$ChannelProcessor.run(NioEndpoint.java:936) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_45]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_45]
at org.apache.tomcat.util.net.NioEndpoint$DefaultThreadFactory$1$1.run(NioEndpoint.java:1249) [jbossweb-7.5.7.Final-redhat-1.jar:7.5.7.Final-redhat-1]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_45]
13:51:53,106 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@7cf466ee
13:51:53,166 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@6602af9c
13:51:53,222 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@6eb3a054
13:51:53,780 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@3f075c06
13:51:53,795 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@70e1289b
13:51:53,807 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@5edf6ad5
13:51:53,815 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@1cd8a68d
13:51:53,831 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@5edfba45
13:51:53,850 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@6817e83c
13:51:53,856 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@746cc629
13:51:53,879 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@5a6ba45f
13:51:53,886 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@479af670
13:51:53,898 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@7ced0b50
13:51:53,905 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@10fd1219
13:51:53,928 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@4931b4a0
13:51:53,940 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@3837099c
13:51:53,950 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@62a5d104
13:51:53,958 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@355e985
13:51:53,970 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@2a60530e
13:51:53,976 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@6009458
13:51:53,983 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@2febdfb1
13:51:53,987 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@69462de1
13:51:53,993 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@26591e7
13:51:53,999 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@6334a16a
13:51:54,006 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@8dfc7e6
13:51:54,007 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@7751a01c
13:51:54,012 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@15436db0
13:51:54,016 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@35a368d5
13:51:54,020 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@280aab28
13:51:54,030 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@59004612
13:51:54,036 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@6e423be1
13:51:54,040 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@2002c2c1
13:51:54,044 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@44c9f680
13:51:54,047 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@88cccb
13:51:54,053 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@c75e20
13:51:54,056 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@6a34f01d
13:51:54,057 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@1517ddb1
13:51:54,061 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@706847d9
13:51:54,067 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@7ec841c6
13:51:54,074 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@da8f8fb
13:51:54,078 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@a56079d
13:51:54,084 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@20ce88a2
13:51:54,088 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@3aa4de26
13:51:54,154 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@7130b27b
13:51:54,365 INFO [stdout] (http-localhost/127.0.0.1:8147-101) Error on websocket
13:51:54,367 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) java.nio.channels.ClosedChannelException
13:51:54,367 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at org.apache.coyote.http11.InternalNioInputBuffer$1.completed(InternalNioInputBuffer.java:121)
13:51:54,367 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at org.apache.coyote.http11.InternalNioInputBuffer$1.completed(InternalNioInputBuffer.java:116)
13:51:54,367 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at org.apache.tomcat.util.net.NioChannel$1.completed(NioChannel.java:680)
13:51:54,368 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at org.apache.tomcat.util.net.NioChannel$1.completed(NioChannel.java:676)
13:51:54,368 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
13:51:54,368 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at sun.nio.ch.Invoker$2.run(Invoker.java:218)
13:51:54,369 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
13:51:54,369 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
13:51:54,369 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
13:51:54,369 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at org.apache.tomcat.util.net.NioEndpoint$DefaultThreadFactory$1$1.run(NioEndpoint.java:1249)
13:51:54,374 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at java.lang.Thread.run(Thread.java:745)
13:51:54,374 INFO [stdout] (http-localhost/127.0.0.1:8147-101) Error on websocket
13:51:54,374 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) java.nio.channels.ClosedChannelException
13:51:54,375 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at org.apache.coyote.http11.InternalNioInputBuffer$1.completed(InternalNioInputBuffer.java:121)
13:51:54,375 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at org.apache.coyote.http11.InternalNioInputBuffer$1.completed(InternalNioInputBuffer.java:116)
13:51:54,375 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at org.apache.tomcat.util.net.NioChannel$1.completed(NioChannel.java:680)
13:51:54,375 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at org.apache.tomcat.util.net.NioChannel$1.completed(NioChannel.java:676)
13:51:54,375 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
13:51:54,376 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at sun.nio.ch.Invoker$2.run(Invoker.java:218)
13:51:54,376 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
13:51:54,383 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
13:51:54,386 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
13:51:54,386 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at org.apache.tomcat.util.net.NioEndpoint$DefaultThreadFactory$1$1.run(NioEndpoint.java:1249)
13:51:54,390 ERROR [stderr] (http-localhost/127.0.0.1:8147-101) at java.lang.Thread.run(Thread.java:745)
13:51:54,495 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@36a045e9
13:51:54,586 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@424df4cc
13:51:54,748 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@150759a2
13:51:54,814 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@5f640682
13:51:54,991 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@68bbe85c
13:51:55,270 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@10e18f81
13:51:55,462 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@4b69dfe9
13:51:55,463 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) java.io.IOException: Broken pipe
13:51:55,464 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
13:51:55,464 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
13:51:55,464 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
13:51:55,464 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at sun.nio.ch.IOUtil.write(IOUtil.java:51)
13:51:55,464 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at sun.nio.ch.UnixAsynchronousSocketChannelImpl.implWrite(UnixAsynchronousSocketChannelImpl.java:691)
13:51:55,464 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at sun.nio.ch.AsynchronousSocketChannelImpl.write(AsynchronousSocketChannelImpl.java:382)
13:51:55,464 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at sun.nio.ch.AsynchronousSocketChannelImpl.write(AsynchronousSocketChannelImpl.java:399)
13:51:55,465 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:978)
13:51:55,465 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at org.apache.coyote.http11.InternalNioOutputBuffer$1.completed(InternalNioOutputBuffer.java:231)
13:51:55,465 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at org.apache.coyote.http11.InternalNioOutputBuffer$1.completed(InternalNioOutputBuffer.java:200)
13:51:55,465 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
13:51:55,465 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at sun.nio.ch.Invoker$2.run(Invoker.java:218)
13:51:55,465 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
13:51:55,465 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
13:51:55,466 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
13:51:55,466 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at org.apache.tomcat.util.net.NioEndpoint$DefaultThreadFactory$1$1.run(NioEndpoint.java:1249)
13:51:55,466 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at java.lang.Thread.run(Thread.java:745)
13:51:55,466 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) java.io.IOException: Broken pipe
13:51:55,466 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
13:51:55,467 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
13:51:55,467 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
13:51:55,467 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at sun.nio.ch.IOUtil.write(IOUtil.java:51)
13:51:55,467 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at sun.nio.ch.UnixAsynchronousSocketChannelImpl.implWrite(UnixAsynchronousSocketChannelImpl.java:691)
13:51:55,467 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at sun.nio.ch.AsynchronousSocketChannelImpl.write(AsynchronousSocketChannelImpl.java:382)
13:51:55,467 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at sun.nio.ch.AsynchronousSocketChannelImpl.write(AsynchronousSocketChannelImpl.java:399)
13:51:55,468 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:978)
13:51:55,468 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at org.apache.coyote.http11.InternalNioOutputBuffer$1.completed(InternalNioOutputBuffer.java:231)
13:51:55,468 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at org.apache.coyote.http11.InternalNioOutputBuffer$1.completed(InternalNioOutputBuffer.java:200)
13:51:55,468 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at sun.nio.ch.Invoker.invokeUnchecked(Invoker.java:126)
13:51:55,468 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at sun.nio.ch.Invoker$2.run(Invoker.java:218)
13:51:55,468 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:112)
13:51:55,469 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
13:51:55,469 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
13:51:55,469 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at org.apache.tomcat.util.net.NioEndpoint$DefaultThreadFactory$1$1.run(NioEndpoint.java:1249)
13:51:55,469 ERROR [stderr] (http-localhost/127.0.0.1:8147-92) at java.lang.Thread.run(Thread.java:745)
13:51:55,566 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@633b2da3
13:51:55,919 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@18ae579f
13:51:56,159 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@76f41c6b
13:51:56,210 INFO [org.eclipse.jetty.websocket.client.WebSocketClient] (nREPL-worker-0) Stopped org.eclipse.jetty.websocket.client.WebSocketClient@4183ec56
13:51:56,436 INFO [org.jboss.web] (ServerService Thread Pool -- 29) JBAS018224: Unregister web context: /integs
13:52:16,442 INFO [stdout] (ServerService Thread Pool -- 29) Error on websocket
13:52:16,443 ERROR [stderr] (ServerService Thread Pool -- 29) java.io.IOException: java.util.concurrent.TimeoutException
13:52:16,443 ERROR [stderr] (ServerService Thread Pool -- 29) at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.startMessageBlock(WsRemoteEndpointImplBase.java:278)
13:52:16,443 ERROR [stderr] (ServerService Thread Pool -- 29) at org.apache.tomcat.websocket.WsSession.sendCloseMessage(WsSession.java:536)
13:52:16,443 ERROR [stderr] (ServerService Thread Pool -- 29) at org.apache.tomcat.websocket.WsSession.doClose(WsSession.java:438)
13:52:16,443 ERROR [stderr] (ServerService Thread Pool -- 29) at org.apache.tomcat.websocket.WsSession.close(WsSession.java:407)
13:52:16,443 ERROR [stderr] (ServerService Thread Pool -- 29) at org.apache.tomcat.websocket.WsWebSocketContainer.destroy(WsWebSocketContainer.java:814)
13:52:16,443 ERROR [stderr] (ServerService Thread Pool -- 29) at org.apache.tomcat.websocket.server.WsServerContainer.destroy(WsServerContainer.java:292)
13:52:16,444 ERROR [stderr] (ServerService Thread Pool -- 29) at org.apache.tomcat.websocket.server.WsContextListener.contextDestroyed(WsContextListener.java:48)
13:52:16,444 ERROR [stderr] (ServerService Thread Pool -- 29) at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3427)
13:52:16,444 ERROR [stderr] (ServerService Thread Pool -- 29) at org.apache.catalina.core.StandardContext.stop(StandardContext.java:3939)
13:52:16,444 ERROR [stderr] (ServerService Thread Pool -- 29) at org.jboss.as.web.deployment.WebDeploymentService.doStop(WebDeploymentService.java:178)
13:52:16,444 ERROR [stderr] (ServerService Thread Pool -- 29) at org.jboss.as.web.deployment.WebDeploymentService.access$100(WebDeploymentService.java:61)
13:52:16,444 ERROR [stderr] (ServerService Thread Pool -- 29) at org.jboss.as.web.deployment.WebDeploymentService$2.run(WebDeploymentService.java:116)
13:52:16,445 ERROR [stderr] (ServerService Thread Pool -- 29) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
13:52:16,445 ERROR [stderr] (ServerService Thread Pool -- 29) at java.util.concurrent.FutureTask.run(FutureTask.java:266)
13:52:16,445 ERROR [stderr] (ServerService Thread Pool -- 29) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
13:52:16,445 ERROR [stderr] (ServerService Thread Pool -- 29) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
13:52:16,445 ERROR [stderr] (ServerService Thread Pool -- 29) at java.lang.Thread.run(Thread.java:745)
13:52:16,445 ERROR [stderr] (ServerService Thread Pool -- 29) at org.jboss.threads.JBossThread.run(JBossThread.java:122)
13:52:16,445 ERROR [stderr] (ServerService Thread Pool -- 29) Caused by: java.util.concurrent.TimeoutException
13:52:16,446 ERROR [stderr] (ServerService Thread Pool -- 29) at org.apache.tomcat.websocket.FutureToSendHandler.get(FutureToSendHandler.java:99)
13:52:16,446 ERROR [stderr] (ServerService Thread Pool -- 29) at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.startMessageBlock(WsRemoteEndpointImplBase.java:267)
13:52:16,446 ERROR [stderr] (ServerService Thread Pool -- 29) ... 17 more
13:52:36,462 INFO [immutant.wildfly.repl] (ServerService Thread Pool -- 29) Shutting down nREPL at 127.0.0.1:41869
13:52:36,478 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 69) JBAS010282: Stopped default-host/integs cache from web container
13:52:36,496 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 67) JBAS010282: Stopped local-web cache from web container
13:52:36,513 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment integs.war (runtime-name: integs.war) in 40084ms
13:52:36,552 INFO [org.jboss.as.server] (HttpManagementService-threads - 1) JBAS015858: Undeployed "integs.war" (runtime-name: "integs.war")
13:52:36,556 INFO [org.jboss.as.repository] (HttpManagementService-threads - 1) JBAS014901: Content removed from location /home/jim/src/immutant/integration-tests/target/isolated-wildfly/standalone/data/content/82/c8ef5c973e760895ba7f1c2db6e300b5168b70/content
13:52:36,579 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-7) JBAS010410: Unbound JCA ConnectionFactory [java:/JmsXA]
13:52:36,580 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS]
13:52:36,586 INFO [org.apache.catalina.core] (MSC service thread 1-7) JBWEB001079: Container org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/] has not been started
13:52:36,591 INFO [org.jboss.jaxr] (MSC service thread 1-4) JBAS014002: UnBinding JAXR ConnectionFactory: java:jboss/jaxr/ConnectionFactory
13:52:36,595 INFO [org.apache.coyote.http11.Http11NioProtocol] (MSC service thread 1-6) JBWEB003075: Coyote HTTP/1.1 pausing on: http-localhost/127.0.0.1:8147
13:52:36,596 INFO [org.apache.coyote.http11.Http11NioProtocol] (MSC service thread 1-6) JBWEB003077: Coyote HTTP/1.1 stopping on : http-localhost/127.0.0.1:8147
13:52:36,588 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 69) JBAS011605: Unbound messaging object to jndi name java:/ConnectionFactory
13:52:36,653 INFO [org.hornetq.ra] (ServerService Thread Pool -- 71) HQ151003: HornetQ resource adaptor stopped
13:52:36,680 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 72) HQ221002: HornetQ Server version 2.3.25.Final (2.3.x, 123) [475a0791-3a08-11e5-a108-3f7bff979ee3] stopped
13:52:36,683 INFO [org.jboss.as] (MSC service thread 1-1) JBAS015950: JBoss EAP 6.4.0.GA (AS 7.5.0.Final-redhat-21) stopped in 106ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment