Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UNDERTOW-1407] Karaf dependency causes build failure with JDK-11 ear… #670

Merged
merged 1 commit into from Sep 4, 2018

Conversation

jstourac
Copy link
Contributor

…ly build.

@undertow-pull-request
Copy link

Linux Build 2804 outcome was FAILURE using a merge of 9200dab
Summary: Tests failed: 1 (1 new), passed: 3372, ignored: 627 Build time: 00:38:15

Failed tests

io.undertow.server.handlers.accesslog.ExtendedAccessLogFileTestCase.testSingleLogMessageToFile[proxy][ajp]: java.lang.RuntimeException: Buffer Leak io.undertow.server.handlers.accesslog.ExtendedAccessLogFileTestCase.testSingleLogMessageToFile[proxy][ajp]
	at io.undertow.testutils.DefaultServer$1.testFinished(DefaultServer.java:278)
	at io.undertow.testutils.DefaultServer.runChild(DefaultServer.java:513)
	at io.undertow.testutils.DefaultServer.runChild(DefaultServer.java:102)
	at io.undertow.testutils.DefaultServer.run(DefaultServer.java:286)
Caused by: java.lang.RuntimeException: java.nio.DirectByteBuffer[pos=0 lim=17408 cap=17408] NO: 414027 [NO_CONTEXT]
	at io.undertow.testutils.DebuggingSlicePool$DebuggingBuffer.<init>(DebuggingSlicePool.java:84)
	at io.undertow.testutils.DebuggingSlicePool.allocate(DebuggingSlicePool.java:45)
	at io.undertow.protocols.ssl.SslConduit.doUnwrap(SslConduit.java:699)
	at io.undertow.protocols.ssl.SslConduit.read(SslConduit.java:567)
	at org.xnio.conduits.ConduitStreamSourceChannel.read(ConduitStreamSourceChannel.java:127)
	at io.undertow.server.protocol.http.HttpReadListener.handleEventWithNoRunningRequest(HttpReadListener.java:158)
	at io.undertow.server.protocol.http.HttpReadListener.handleEvent(HttpReadListener.java:136)
	at io.undertow.server.protocol.http.HttpOpenListener.handleEvent(HttpOpenListener.java:147)
	at io.undertow.server.protocol.http.HttpOpenListener.handleEvent(HttpOpenListener.java:93)
	at io.undertow.server.protocol.http.HttpOpenListener.handleEvent(HttpOpenListener.java:52)
	at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)
	at org.xnio.ChannelListeners$10.handleEvent(ChannelListeners.java:291)
	at org.xnio.ChannelListeners$10.handleEvent(ChannelListeners.java:286)
	at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)
	at org.xnio.ChannelListeners$DelegatingChannelListener.handleEvent(ChannelListeners.java:1092)
	at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)
	at org.xnio.nio.QueuedNioTcpServer$1.run(QueuedNioTcpServer.java:129)
	at org.xnio.nio.WorkerThread.safeRun(WorkerThread.java:582)
	at org.xnio.nio.WorkerThread.run(WorkerThread.java:466)
------- Stderr: -------
java.lang.RuntimeException: java.nio.DirectByteBuffer[pos=0 lim=17408 cap=17408] NO: 414027 [NO_CONTEXT]
	at io.undertow.testutils.DebuggingSlicePool$DebuggingBuffer.<init>(DebuggingSlicePool.java:84)
	at io.undertow.testutils.DebuggingSlicePool.allocate(DebuggingSlicePool.java:45)
	at io.undertow.protocols.ssl.SslConduit.doUnwrap(SslConduit.java:699)
	at io.undertow.protocols.ssl.SslConduit.read(SslConduit.java:567)
	at org.xnio.conduits.ConduitStreamSourceChannel.read(ConduitStreamSourceChannel.java:127)
	at io.undertow.server.protocol.http.HttpReadListener.handleEventWithNoRunningRequest(HttpReadListener.java:158)
	at io.undertow.server.protocol.http.HttpReadListener.handleEvent(HttpReadListener.java:136)
	at io.undertow.server.protocol.http.HttpOpenListener.handleEvent(HttpOpenListener.java:147)
	at io.undertow.server.protocol.http.HttpOpenListener.handleEvent(HttpOpenListener.java:93)
	at io.undertow.server.protocol.http.HttpOpenListener.handleEvent(HttpOpenListener.java:52)
	at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)
	at org.xnio.ChannelListeners$10.handleEvent(ChannelListeners.java:291)
	at org.xnio.ChannelListeners$10.handleEvent(ChannelListeners.java:286)
	at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)
	at org.xnio.ChannelListeners$DelegatingChannelListener.handleEvent(ChannelListeners.java:1092)
	at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)
	at org.xnio.nio.QueuedNioTcpServer$1.run(QueuedNioTcpServer.java:129)
	at org.xnio.nio.WorkerThread.safeRun(WorkerThread.java:582)
	at org.xnio.nio.WorkerThread.run(WorkerThread.java:466)


@stuartwdouglas stuartwdouglas merged commit 218dc20 into undertow-io:master Sep 4, 2018
@jstourac jstourac deleted the karafUpdate branch September 4, 2018 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants