Testsuite: org.apache.coyote.http2.TestHttp2Section_5_1 Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.818 sec ------------- Standard Error ----------------- 02-Nov-2023 10:55:01.800 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testClientSendOldStream[0: loop [0], useAsyncIO[false]]] 02-Nov-2023 10:55:02.396 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-1"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:02.397 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-1"] 02-Nov-2023 10:55:02.422 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:02.423 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:02.519 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-1-38995"] 02-Nov-2023 10:55:02.771 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-1-38995"] 02-Nov-2023 10:55:02.775 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:02.806 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-1-38995"] 02-Nov-2023 10:55:02.817 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-1-38995"] 02-Nov-2023 10:55:02.824 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testErrorOnWaitingStream01[0: loop [0], useAsyncIO[false]]] 02-Nov-2023 10:55:02.826 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-2"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:02.826 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-2"] 02-Nov-2023 10:55:02.827 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:02.827 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:02.832 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-2-43127"] 02-Nov-2023 10:55:02.882 FINE [http-nio-127.0.0.1-auto-2-exec-1] org.apache.coyote.http2.ConnectionSettingsBase.set Connection [1], Endpoint [Local(client->server)], Parameter type [3] set to [1] 02-Nov-2023 10:55:02.882 FINE [http-nio-127.0.0.1-auto-2-exec-1] org.apache.coyote.http2.ConnectionSettingsBase.set Connection [1], Endpoint [Local(client->server)], Parameter type [4] set to [65535] 02-Nov-2023 10:55:02.882 FINE [http-nio-127.0.0.1-auto-2-exec-1] org.apache.coyote.http2.Http2UpgradeHandler. Connection [1], HTTP/1.1 upgrade to stream [1] 02-Nov-2023 10:55:02.883 FINE [http-nio-127.0.0.1-auto-2-exec-1] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [1], Stream [1], State changed from [null] to [IDLE] 02-Nov-2023 10:55:02.883 FINE [http-nio-127.0.0.1-auto-2-exec-1] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [1], Stream [1], State changed from [IDLE] to [OPEN] 02-Nov-2023 10:55:02.883 FINE [http-nio-127.0.0.1-auto-2-exec-1] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [1], Stream [1], State changed from [OPEN] to [HALF_CLOSED_REMOTE] 02-Nov-2023 10:55:02.884 FINE [http-nio-127.0.0.1-auto-2-exec-1] org.apache.coyote.http2.Http2UpgradeHandler.init Connection [1], State [NEW] 02-Nov-2023 10:55:02.884 FINE [http-nio-127.0.0.1-auto-2-exec-1] org.apache.coyote.http2.Http2Parser.validateFrame Connection [1], Stream [0], Frame type [SETTINGS], Flags [0], Payload size [0] 02-Nov-2023 10:55:02.884 FINE [http-nio-127.0.0.1-auto-2-exec-1] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [1], Stream [0], Frame type [SETTINGS] resulted in new overhead count of [-90] 02-Nov-2023 10:55:02.885 FINE [http-nio-127.0.0.1-auto-2-exec-1] org.apache.coyote.http2.Http2UpgradeHandler.init Connection [1], Connection preface received from client 02-Nov-2023 10:55:02.885 FINE [http-nio-127.0.0.1-auto-2-exec-1] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Entry, Connection [1], SocketStatus [OPEN_READ] 02-Nov-2023 10:55:02.885 FINE [http-nio-127.0.0.1-auto-2-exec-1] org.apache.coyote.http2.Http2UpgradeHandler.init Connection [1], State [CONNECTED] 02-Nov-2023 10:55:02.885 FINE [http-nio-127.0.0.1-auto-2-exec-1] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Exit, Connection [1], SocketState [UPGRADED] 02-Nov-2023 10:55:02.885 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [0], Frame type [SETTINGS], Flags [0], Payload size [6] 02-Nov-2023 10:55:02.886 FINE [main] org.apache.coyote.http2.ConnectionSettingsBase.set Connection [-1], Endpoint [Remote(server->client)], Parameter type [3] set to [1] 02-Nov-2023 10:55:02.886 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [0], Frame type [SETTINGS], Flags [1], Payload size [0] 02-Nov-2023 10:55:02.886 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [0], Frame type [PING], Flags [0], Payload size [8] 02-Nov-2023 10:55:02.887 FINE [http-nio-127.0.0.1-auto-2-exec-3] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Entry, Connection [1], SocketStatus [OPEN_READ] 02-Nov-2023 10:55:02.887 FINE [http-nio-127.0.0.1-auto-2-exec-3] org.apache.coyote.http2.Http2UpgradeHandler.init Connection [1], State [CONNECTED] 02-Nov-2023 10:55:02.887 FINE [http-nio-127.0.0.1-auto-2-exec-3] org.apache.coyote.http2.Http2Parser.validateFrame Connection [1], Stream [0], Frame type [SETTINGS], Flags [1], Payload size [0] 02-Nov-2023 10:55:02.887 FINE [http-nio-127.0.0.1-auto-2-exec-3] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Exit, Connection [1], SocketState [UPGRADED] 02-Nov-2023 10:55:02.888 FINE [http-nio-127.0.0.1-auto-2-exec-2] org.apache.coyote.http2.Http2UpgradeHandler.doWriteHeaders Connection [1], Stream [1], Writing the headers, EndOfStream [false] 02-Nov-2023 10:55:02.888 FINE [http-nio-127.0.0.1-auto-2-exec-2] org.apache.coyote.http2.HpackEncoder.encode Encoding header [:status] with value [200] 02-Nov-2023 10:55:02.888 FINE [http-nio-127.0.0.1-auto-2-exec-2] org.apache.coyote.http2.HpackEncoder.encode Encoding header [content-type] with value [application/octet-stream] 02-Nov-2023 10:55:02.888 FINE [http-nio-127.0.0.1-auto-2-exec-2] org.apache.coyote.http2.HpackEncoder.encode Encoding header [content-length] with value [8192] 02-Nov-2023 10:55:02.889 FINE [http-nio-127.0.0.1-auto-2-exec-2] org.apache.coyote.http2.HpackEncoder.encode Encoding header [date] with value [Thu, 02 Nov 2023 10:55:02 GMT] 02-Nov-2023 10:55:02.889 FINE [http-nio-127.0.0.1-auto-2-exec-2] org.apache.coyote.http2.Http2UpgradeHandler.doWriteHeaders 54 bytes 02-Nov-2023 10:55:02.889 FINE [http-nio-127.0.0.1-auto-2-exec-2] org.apache.coyote.http2.Stream$StreamOutputBuffer.flush Connection [1], Stream [1], flushing output with buffer at position [8192], writeInProgress [false] and closed [true] 02-Nov-2023 10:55:02.890 FINE [http-nio-127.0.0.1-auto-2-exec-2] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [1], Stream [1], reduce flow control window by [8192] to [57343] 02-Nov-2023 10:55:02.890 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [1], Frame type [HEADERS], Flags [4], Payload size [54] 02-Nov-2023 10:55:02.890 FINE [http-nio-127.0.0.1-auto-2-exec-2] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [1], Stream [0], reduce flow control window by [8192] to [57343] 02-Nov-2023 10:55:02.890 FINE [http-nio-127.0.0.1-auto-2-exec-2] org.apache.coyote.http2.Http2UpgradeHandler.writeBody Connection [1], Stream [1], Data length [8192], EndOfStream [true] 02-Nov-2023 10:55:02.890 FINE [main] org.apache.coyote.http2.Http2Parser.readHeaderPayload Connection [-1], Stream [1], Processing headers payload of size [54] 02-Nov-2023 10:55:02.890 FINE [http-nio-127.0.0.1-auto-2-exec-2] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [1], Stream [0], Frame type [DATA] resulted in new overhead count of [-110] 02-Nov-2023 10:55:02.890 FINE [http-nio-127.0.0.1-auto-2-exec-2] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [1], Stream [1], State changed from [HALF_CLOSED_REMOTE] to [CLOSED_TX] 02-Nov-2023 10:55:02.890 FINE [main] org.apache.coyote.http2.HpackDecoder.addStaticTableEntry Using header from index [8] of static table 02-Nov-2023 10:55:02.891 FINE [main] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [:status] and value [200] 02-Nov-2023 10:55:02.891 FINE [main] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [content-type] and value [application/octet-stream] 02-Nov-2023 10:55:02.891 FINE [main] org.apache.coyote.http2.HpackDecoder.addEntryToHeaderTable Adding header to index [0] of dynamic table with name [content-type] and value [application/octet-stream] 02-Nov-2023 10:55:02.891 FINE [main] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [content-length] and value [8192] 02-Nov-2023 10:55:02.891 FINE [http-nio-127.0.0.1-auto-2-exec-2] org.apache.coyote.AbstractProcessorLight.process Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@38b49f70:org.apache.tomcat.util.net.NioChannel@36736616:java.nio.channels.SocketChannel[connected local=/127.0.0.1:43127 remote=/127.0.0.1:49520]], Status in: [OPEN_READ], State out: [CLOSED] 02-Nov-2023 10:55:02.892 FINE [http-nio-127.0.0.1-auto-2-exec-2] org.apache.coyote.http2.Stream.recycle Connection [1], Stream [1] has been recycled 02-Nov-2023 10:55:02.892 FINE [http-nio-127.0.0.1-auto-2-exec-5] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Entry, Connection [1], SocketStatus [OPEN_READ] 02-Nov-2023 10:55:02.892 FINE [http-nio-127.0.0.1-auto-2-exec-5] org.apache.coyote.http2.Http2UpgradeHandler.init Connection [1], State [CONNECTED] 02-Nov-2023 10:55:02.892 FINE [http-nio-127.0.0.1-auto-2-exec-5] org.apache.coyote.http2.Http2Parser.validateFrame Connection [1], Stream [0], Frame type [PING], Flags [1], Payload size [8] 02-Nov-2023 10:55:02.893 FINE [http-nio-127.0.0.1-auto-2-exec-5] org.apache.coyote.http2.Http2UpgradeHandler$PingManager.receivePing Connection [1] Round trip time measured as [7,755,872]ns 02-Nov-2023 10:55:02.893 FINE [http-nio-127.0.0.1-auto-2-exec-5] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Exit, Connection [1], SocketState [UPGRADED] 02-Nov-2023 10:55:02.891 FINE [main] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [date] and value [Thu, 02 Nov 2023 10:55:02 GMT] 02-Nov-2023 10:55:02.893 FINE [main] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [-1], Stream [1], Swallowed [0] bytes 02-Nov-2023 10:55:02.893 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [1], Frame type [DATA], Flags [1], Payload size [8192] 02-Nov-2023 10:55:02.894 FINE [main] org.apache.coyote.http2.Http2Parser.readDataFrame Connection [-1], Stream [1], Data length [8192], Padding length [none] 02-Nov-2023 10:55:02.894 FINE [main] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [-1], Stream [1], Swallowed [8192] bytes 02-Nov-2023 10:55:02.894 FINE [main] org.apache.coyote.http2.HpackEncoder.encode Encoding header [:method] with value [GET] 02-Nov-2023 10:55:02.894 FINE [main] org.apache.coyote.http2.HpackEncoder.encode Encoding header [:scheme] with value [http] 02-Nov-2023 10:55:02.895 FINE [main] org.apache.coyote.http2.HpackEncoder.encode Encoding header [:path] with value [/large] 02-Nov-2023 10:55:02.895 FINE [main] org.apache.coyote.http2.HpackEncoder.encode Encoding header [:authority] with value [localhost:43127] 02-Nov-2023 10:55:02.895 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Entry, Connection [1], SocketStatus [OPEN_READ] 02-Nov-2023 10:55:02.895 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Http2UpgradeHandler.init Connection [1], State [CONNECTED] 02-Nov-2023 10:55:02.896 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Http2Parser.validateFrame Connection [1], Stream [3], Frame type [HEADERS], Flags [5], Payload size [22] 02-Nov-2023 10:55:02.896 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [1], Stream [3], State changed from [null] to [IDLE] 02-Nov-2023 10:55:02.896 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [1], Stream [3], State changed from [IDLE] to [OPEN] 02-Nov-2023 10:55:02.896 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Http2Parser.readHeaderPayload Connection [1], Stream [3], Processing headers payload of size [22] 02-Nov-2023 10:55:02.898 FINE [main] org.apache.coyote.http2.HpackEncoder.encode Encoding header [:method] with value [GET] 02-Nov-2023 10:55:02.898 FINE [main] org.apache.coyote.http2.HpackEncoder.encode Encoding header [:scheme] with value [http] 02-Nov-2023 10:55:02.898 FINE [main] org.apache.coyote.http2.HpackEncoder.encode Encoding header [:path] with value [/simple] 02-Nov-2023 10:55:02.898 FINE [main] org.apache.coyote.http2.HpackEncoder.encode Encoding header [:authority] with value [localhost:43127] 02-Nov-2023 10:55:02.938 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.HpackDecoder.addStaticTableEntry Using header from index [2] of static table 02-Nov-2023 10:55:02.938 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [:method] and value [GET] 02-Nov-2023 10:55:02.938 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Stream.emitHeader Connection [1], Stream [3], HTTP header [:method], Value [GET] 02-Nov-2023 10:55:02.938 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.HpackDecoder.addStaticTableEntry Using header from index [6] of static table 02-Nov-2023 10:55:02.938 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [:scheme] and value [http] 02-Nov-2023 10:55:02.938 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Stream.emitHeader Connection [1], Stream [3], HTTP header [:scheme], Value [http] 02-Nov-2023 10:55:02.939 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [:path] and value [/large] 02-Nov-2023 10:55:02.939 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Stream.emitHeader Connection [1], Stream [3], HTTP header [:path], Value [/large] 02-Nov-2023 10:55:02.939 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.HpackDecoder.addEntryToHeaderTable Adding header to index [0] of dynamic table with name [:path] and value [/large] 02-Nov-2023 10:55:02.939 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [:authority] and value [localhost:43127] 02-Nov-2023 10:55:02.939 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Stream.emitHeader Connection [1], Stream [3], HTTP header [:authority], Value [localhost:43127] 02-Nov-2023 10:55:02.939 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.HpackDecoder.addEntryToHeaderTable Adding header to index [1] of dynamic table with name [:authority] and value [localhost:43127] 02-Nov-2023 10:55:02.940 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [1], Stream [3], Swallowed [0] bytes 02-Nov-2023 10:55:02.940 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [1], Stream [0], Frame type [HEADERS] resulted in new overhead count of [-130] 02-Nov-2023 10:55:02.940 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [1], Stream [3], State changed from [OPEN] to [HALF_CLOSED_REMOTE] 02-Nov-2023 10:55:02.940 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Http2Parser.validateFrame Connection [1], Stream [5], Frame type [HEADERS], Flags [5], Payload size [10] 02-Nov-2023 10:55:02.940 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [1], Stream [5], State changed from [null] to [IDLE] 02-Nov-2023 10:55:02.940 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [1], Stream [5], State changed from [IDLE] to [OPEN] 02-Nov-2023 10:55:02.941 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Http2Parser.readHeaderPayload Connection [1], Stream [5], Processing headers payload of size [10] 02-Nov-2023 10:55:02.941 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.HpackDecoder.addStaticTableEntry Using header from index [2] of static table 02-Nov-2023 10:55:02.941 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [:method] and value [GET] 02-Nov-2023 10:55:02.941 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Stream.emitHeader Connection [1], Stream [5], HTTP header [:method], Value [GET] 02-Nov-2023 10:55:02.941 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.HpackDecoder.addStaticTableEntry Using header from index [6] of static table 02-Nov-2023 10:55:02.941 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [:scheme] and value [http] 02-Nov-2023 10:55:02.942 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Stream.emitHeader Connection [1], Stream [5], HTTP header [:scheme], Value [http] 02-Nov-2023 10:55:02.942 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [:path] and value [/simple] 02-Nov-2023 10:55:02.942 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Stream.emitHeader Connection [1], Stream [5], HTTP header [:path], Value [/simple] 02-Nov-2023 10:55:02.942 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.HpackDecoder.addEntryToHeaderTable Adding header to index [2] of dynamic table with name [:path] and value [/simple] 02-Nov-2023 10:55:02.942 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.HpackDecoder.handleIndex Using header from index [1] of dynamic table 02-Nov-2023 10:55:02.942 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [:authority] and value [localhost:43127] 02-Nov-2023 10:55:02.942 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Stream.emitHeader Connection [1], Stream [5], HTTP header [:authority], Value [localhost:43127] 02-Nov-2023 10:55:02.942 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [1], Stream [5], Swallowed [0] bytes 02-Nov-2023 10:55:02.943 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [1], Stream [0], Frame type [HEADERS] resulted in new overhead count of [-120] 02-Nov-2023 10:55:02.943 INFO [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Connection [1], Stream [5] Closed due to error Note: further occurrences of HTTP/2 stream errors will be logged at DEBUG level. org.apache.coyote.http2.StreamException: The client attempted to use more than [1] active streams at org.apache.coyote.http2.Http2UpgradeHandler.headersEnd(Http2UpgradeHandler.java:1585) at org.apache.coyote.http2.Http2Parser.onHeadersComplete(Http2Parser.java:629) at org.apache.coyote.http2.Http2Parser.readHeadersFrame(Http2Parser.java:270) at org.apache.coyote.http2.Http2Parser.readFrame(Http2Parser.java:98) at org.apache.coyote.http2.Http2Parser.readFrame(Http2Parser.java:70) at org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch(Http2UpgradeHandler.java:355) at org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.dispatch(UpgradeProcessorInternal.java:60) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:57) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1749) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:1570) 02-Nov-2023 10:55:02.944 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Stream.close Connection [1], Stream [5], Reset sent due to [REFUSED_STREAM] 02-Nov-2023 10:55:02.944 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Http2UpgradeHandler.sendStreamReset Connection [1], Stream [5], Error [REFUSED_STREAM], Message [The client attempted to use more than [1] active streams], RST (closing stream) 02-Nov-2023 10:55:02.944 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [1], Stream [5], State changed from [OPEN] to [CLOSED_RST_TX] 02-Nov-2023 10:55:02.944 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.WindowAllocationManager.notify Connection [1], Stream [5], Waiting type [0], Notify type [3] 02-Nov-2023 10:55:02.944 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [5], Frame type [RST], Flags [0], Payload size [4] 02-Nov-2023 10:55:02.944 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Stream.recycle Connection [1], Stream [5] has been recycled 02-Nov-2023 10:55:02.950 FINE [http-nio-127.0.0.1-auto-2-exec-4] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Exit, Connection [1], SocketState [UPGRADED] 02-Nov-2023 10:55:02.951 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.doWriteHeaders Connection [1], Stream [3], Writing the headers, EndOfStream [false] 02-Nov-2023 10:55:02.951 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.HpackEncoder.encode Encoding header [:status] with value [200] 02-Nov-2023 10:55:02.951 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.HpackEncoder.encode Encoding header [content-type] with value [application/octet-stream] 02-Nov-2023 10:55:02.952 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.HpackEncoder.encode Encoding header [content-length] with value [262144] 02-Nov-2023 10:55:02.952 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.HpackEncoder.encode Encoding header [date] with value [Thu, 02 Nov 2023 10:55:02 GMT] 02-Nov-2023 10:55:02.952 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.doWriteHeaders 38 bytes 02-Nov-2023 10:55:02.954 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Stream$StreamOutputBuffer.flush Connection [1], Stream [3], flushing output with buffer at position [8192], writeInProgress [true] and closed [false] 02-Nov-2023 10:55:02.954 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [1], Stream [3], reduce flow control window by [8192] to [57343] 02-Nov-2023 10:55:02.954 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [1], Stream [0], reduce flow control window by [8192] to [49151] 02-Nov-2023 10:55:02.954 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.writeBody Connection [1], Stream [3], Data length [8192], EndOfStream [false] 02-Nov-2023 10:55:02.955 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [1], Stream [0], Frame type [DATA] resulted in new overhead count of [-140] 02-Nov-2023 10:55:02.955 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Stream$StreamOutputBuffer.flush Connection [1], Stream [3], flushing output with buffer at position [8192], writeInProgress [true] and closed [false] 02-Nov-2023 10:55:02.956 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [1], Stream [3], reduce flow control window by [8192] to [49151] 02-Nov-2023 10:55:02.956 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [1], Stream [0], reduce flow control window by [8192] to [40959] 02-Nov-2023 10:55:02.956 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.writeBody Connection [1], Stream [3], Data length [8192], EndOfStream [false] 02-Nov-2023 10:55:02.956 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [1], Stream [0], Frame type [DATA] resulted in new overhead count of [-160] 02-Nov-2023 10:55:02.957 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Stream$StreamOutputBuffer.flush Connection [1], Stream [3], flushing output with buffer at position [8192], writeInProgress [true] and closed [false] 02-Nov-2023 10:55:02.957 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [1], Stream [3], reduce flow control window by [8192] to [40959] 02-Nov-2023 10:55:02.957 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [3], Frame type [HEADERS], Flags [4], Payload size [38] 02-Nov-2023 10:55:02.958 FINE [main] org.apache.coyote.http2.Http2Parser.readHeaderPayload Connection [-1], Stream [3], Processing headers payload of size [38] 02-Nov-2023 10:55:02.958 FINE [main] org.apache.coyote.http2.HpackDecoder.addStaticTableEntry Using header from index [8] of static table 02-Nov-2023 10:55:02.958 FINE [main] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [:status] and value [200] 02-Nov-2023 10:55:02.958 FINE [main] org.apache.coyote.http2.HpackDecoder.handleIndex Using header from index [0] of dynamic table 02-Nov-2023 10:55:02.958 FINE [main] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [content-type] and value [application/octet-stream] 02-Nov-2023 10:55:02.959 FINE [main] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [content-length] and value [262144] 02-Nov-2023 10:55:02.959 FINE [main] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [date] and value [Thu, 02 Nov 2023 10:55:02 GMT] 02-Nov-2023 10:55:02.959 FINE [main] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [-1], Stream [3], Swallowed [0] bytes 02-Nov-2023 10:55:02.959 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [3], Frame type [DATA], Flags [0], Payload size [8192] 02-Nov-2023 10:55:02.959 FINE [main] org.apache.coyote.http2.Http2Parser.readDataFrame Connection [-1], Stream [3], Data length [8192], Padding length [none] 02-Nov-2023 10:55:02.959 FINE [main] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [-1], Stream [3], Swallowed [8192] bytes 02-Nov-2023 10:55:02.960 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [3], Frame type [DATA], Flags [0], Payload size [8192] 02-Nov-2023 10:55:02.960 FINE [main] org.apache.coyote.http2.Http2Parser.readDataFrame Connection [-1], Stream [3], Data length [8192], Padding length [none] 02-Nov-2023 10:55:02.960 FINE [main] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [-1], Stream [3], Swallowed [8192] bytes 02-Nov-2023 10:55:02.957 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [1], Stream [0], reduce flow control window by [8192] to [32767] 02-Nov-2023 10:55:02.968 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.writeBody Connection [1], Stream [3], Data length [8192], EndOfStream [false] 02-Nov-2023 10:55:02.968 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [1], Stream [0], Frame type [DATA] resulted in new overhead count of [-180] 02-Nov-2023 10:55:02.969 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [3], Frame type [DATA], Flags [0], Payload size [8192] 02-Nov-2023 10:55:02.969 FINE [main] org.apache.coyote.http2.Http2Parser.readDataFrame Connection [-1], Stream [3], Data length [8192], Padding length [none] 02-Nov-2023 10:55:02.969 FINE [main] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [-1], Stream [3], Swallowed [8192] bytes 02-Nov-2023 10:55:02.970 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Stream$StreamOutputBuffer.flush Connection [1], Stream [3], flushing output with buffer at position [8192], writeInProgress [true] and closed [false] 02-Nov-2023 10:55:02.970 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [1], Stream [3], reduce flow control window by [8192] to [32767] 02-Nov-2023 10:55:02.971 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [1], Stream [0], reduce flow control window by [8192] to [24575] 02-Nov-2023 10:55:02.971 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.writeBody Connection [1], Stream [3], Data length [8192], EndOfStream [false] 02-Nov-2023 10:55:02.971 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [1], Stream [0], Frame type [DATA] resulted in new overhead count of [-200] 02-Nov-2023 10:55:02.972 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [3], Frame type [DATA], Flags [0], Payload size [8192] 02-Nov-2023 10:55:02.972 FINE [main] org.apache.coyote.http2.Http2Parser.readDataFrame Connection [-1], Stream [3], Data length [8192], Padding length [none] 02-Nov-2023 10:55:02.972 FINE [main] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [-1], Stream [3], Swallowed [8192] bytes 02-Nov-2023 10:55:02.973 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Stream$StreamOutputBuffer.flush Connection [1], Stream [3], flushing output with buffer at position [8192], writeInProgress [true] and closed [false] 02-Nov-2023 10:55:02.973 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [1], Stream [3], reduce flow control window by [8192] to [24575] 02-Nov-2023 10:55:02.974 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [1], Stream [0], reduce flow control window by [8192] to [16383] 02-Nov-2023 10:55:02.975 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.writeBody Connection [1], Stream [3], Data length [8192], EndOfStream [false] 02-Nov-2023 10:55:02.975 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [1], Stream [0], Frame type [DATA] resulted in new overhead count of [-220] 02-Nov-2023 10:55:02.976 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [3], Frame type [DATA], Flags [0], Payload size [8192] 02-Nov-2023 10:55:02.976 FINE [main] org.apache.coyote.http2.Http2Parser.readDataFrame Connection [-1], Stream [3], Data length [8192], Padding length [none] 02-Nov-2023 10:55:02.976 FINE [main] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [-1], Stream [3], Swallowed [8192] bytes 02-Nov-2023 10:55:02.977 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Stream$StreamOutputBuffer.flush Connection [1], Stream [3], flushing output with buffer at position [8192], writeInProgress [true] and closed [false] 02-Nov-2023 10:55:02.979 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [1], Stream [3], reduce flow control window by [8192] to [16383] 02-Nov-2023 10:55:02.979 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [1], Stream [0], reduce flow control window by [8192] to [8191] 02-Nov-2023 10:55:02.979 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.writeBody Connection [1], Stream [3], Data length [8192], EndOfStream [false] 02-Nov-2023 10:55:02.979 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [1], Stream [0], Frame type [DATA] resulted in new overhead count of [-240] 02-Nov-2023 10:55:02.981 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [3], Frame type [DATA], Flags [0], Payload size [8192] 02-Nov-2023 10:55:02.982 FINE [main] org.apache.coyote.http2.Http2Parser.readDataFrame Connection [-1], Stream [3], Data length [8192], Padding length [none] 02-Nov-2023 10:55:02.982 FINE [main] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [-1], Stream [3], Swallowed [8192] bytes 02-Nov-2023 10:55:02.983 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Stream$StreamOutputBuffer.flush Connection [1], Stream [3], flushing output with buffer at position [8192], writeInProgress [true] and closed [false] 02-Nov-2023 10:55:02.983 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [1], Stream [3], reduce flow control window by [8192] to [8191] 02-Nov-2023 10:55:02.983 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [1], Stream [0], reduce flow control window by [8191] to [0] 02-Nov-2023 10:55:02.983 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.writeBody Connection [1], Stream [3], Data length [8191], EndOfStream [false] 02-Nov-2023 10:55:02.985 FINE [http-nio-127.0.0.1-auto-2-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [1], Stream [0], Frame type [DATA] resulted in new overhead count of [-260] 02-Nov-2023 10:55:02.985 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [3], Frame type [DATA], Flags [0], Payload size [8191] 02-Nov-2023 10:55:02.985 FINE [main] org.apache.coyote.http2.Http2Parser.readDataFrame Connection [-1], Stream [3], Data length [8191], Padding length [none] 02-Nov-2023 10:55:02.986 FINE [main] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [-1], Stream [3], Swallowed [8191] bytes 02-Nov-2023 10:55:02.988 FINE [http-nio-127.0.0.1-auto-2-exec-7] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Entry, Connection [1], SocketStatus [OPEN_READ] 02-Nov-2023 10:55:02.989 FINE [http-nio-127.0.0.1-auto-2-exec-7] org.apache.coyote.http2.Http2UpgradeHandler.init Connection [1], State [CONNECTED] 02-Nov-2023 10:55:02.989 FINE [http-nio-127.0.0.1-auto-2-exec-7] org.apache.coyote.http2.Http2Parser.validateFrame Connection [1], Stream [3], Frame type [WINDOW_UPDATE], Flags [0], Payload size [4] 02-Nov-2023 10:55:02.989 FINE [http-nio-127.0.0.1-auto-2-exec-7] org.apache.coyote.http2.Http2Parser.readWindowUpdateFrame Connection [1], Stream [3], Window size increment [2147483647] 02-Nov-2023 10:55:02.989 FINE [http-nio-127.0.0.1-auto-2-exec-7] org.apache.coyote.http2.AbstractStream.incrementWindowSize Connection [1], Stream [3], increase flow control window by [2147483647] to [2147491838] 02-Nov-2023 10:55:02.989 FINE [http-nio-127.0.0.1-auto-2-exec-7] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Connection [1], Stream [3] Closed due to error org.apache.coyote.http2.StreamException: Connection [1], Stream [3], increased window size by [2147483647] to [2147491838] which exceeded permitted maximum at org.apache.coyote.http2.AbstractStream.incrementWindowSize(AbstractStream.java:114) at org.apache.coyote.http2.Stream.incrementWindowSize(Stream.java:226) at org.apache.coyote.http2.Http2UpgradeHandler.incrementWindowSize(Http2UpgradeHandler.java:1770) at org.apache.coyote.http2.Http2Parser.readWindowUpdateFrame(Http2Parser.java:412) at org.apache.coyote.http2.Http2Parser.readFrame(Http2Parser.java:119) at org.apache.coyote.http2.Http2Parser.readFrame(Http2Parser.java:70) at org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch(Http2UpgradeHandler.java:355) at org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.dispatch(UpgradeProcessorInternal.java:60) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:57) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1749) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:1570) 02-Nov-2023 10:55:02.990 FINE [http-nio-127.0.0.1-auto-2-exec-7] org.apache.coyote.http2.Stream.close Connection [1], Stream [3], Reset sent due to [FLOW_CONTROL_ERROR] 02-Nov-2023 10:55:02.990 FINE [http-nio-127.0.0.1-auto-2-exec-7] org.apache.coyote.http2.Http2UpgradeHandler.sendStreamReset Connection [1], Stream [3], Error [FLOW_CONTROL_ERROR], Message [Connection [1], Stream [3], increased window size by [2147483647] to [2147491838] which exceeded permitted maximum], RST (closing stream) 02-Nov-2023 10:55:02.990 FINE [http-nio-127.0.0.1-auto-2-exec-7] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [1], Stream [3], State changed from [HALF_CLOSED_REMOTE] to [CLOSED_RST_TX] 02-Nov-2023 10:55:02.990 FINE [http-nio-127.0.0.1-auto-2-exec-7] org.apache.coyote.http2.WindowAllocationManager.notify Connection [1], Stream [3], Waiting type [0], Notify type [3] 02-Nov-2023 10:55:02.990 FINE [http-nio-127.0.0.1-auto-2-exec-7] org.apache.coyote.http2.Stream.recycle Connection [1], Stream [3] has been recycled 02-Nov-2023 10:55:02.991 FINE [http-nio-127.0.0.1-auto-2-exec-7] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Exit, Connection [1], SocketState [UPGRADED] 02-Nov-2023 10:55:02.992 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [3], Frame type [RST], Flags [0], Payload size [4] 02-Nov-2023 10:55:02.992 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-2-43127"] 02-Nov-2023 10:55:02.993 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:02.994 INFO [main] org.apache.catalina.core.StandardWrapper.unload Waiting for [1] instance(s) to be deallocated for Servlet [large] 02-Nov-2023 10:55:03.097 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-2-43127"] 02-Nov-2023 10:55:03.106 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-2-43127"] 02-Nov-2023 10:55:03.108 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testErrorOnWaitingStream02[0: loop [0], useAsyncIO[false]]] 02-Nov-2023 10:55:03.110 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-3"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:03.110 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-3"] 02-Nov-2023 10:55:03.111 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:03.111 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:03.116 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-3-38783"] 02-Nov-2023 10:55:03.286 INFO [http-nio-127.0.0.1-auto-3-exec-5] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Connection [2], Stream [5] Closed due to error Note: further occurrences of HTTP/2 stream errors will be logged at DEBUG level. org.apache.coyote.http2.StreamException: The client attempted to use more than [1] active streams at org.apache.coyote.http2.Http2UpgradeHandler.headersEnd(Http2UpgradeHandler.java:1585) at org.apache.coyote.http2.Http2Parser.onHeadersComplete(Http2Parser.java:629) at org.apache.coyote.http2.Http2Parser.readHeadersFrame(Http2Parser.java:270) at org.apache.coyote.http2.Http2Parser.readFrame(Http2Parser.java:98) at org.apache.coyote.http2.Http2Parser.readFrame(Http2Parser.java:70) at org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch(Http2UpgradeHandler.java:355) at org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.dispatch(UpgradeProcessorInternal.java:60) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:57) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1749) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:1570) 02-Nov-2023 10:55:03.294 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-3-38783"] 02-Nov-2023 10:55:03.296 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:03.297 INFO [main] org.apache.catalina.core.StandardWrapper.unload Waiting for [1] instance(s) to be deallocated for Servlet [large] 02-Nov-2023 10:55:03.400 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-3-38783"] 02-Nov-2023 10:55:03.409 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-3-38783"] 02-Nov-2023 10:55:03.411 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testImplicitCloseLargeId[0: loop [0], useAsyncIO[false]]] 02-Nov-2023 10:55:03.413 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-4"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:03.413 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-4"] 02-Nov-2023 10:55:03.413 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:03.414 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:03.419 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-4-39557"] 02-Nov-2023 10:55:03.525 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-4-39557"] 02-Nov-2023 10:55:03.527 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:03.529 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-4-39557"] 02-Nov-2023 10:55:03.532 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-4-39557"] 02-Nov-2023 10:55:03.535 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testExceedMaxActiveStreams01[0: loop [0], useAsyncIO[false]]] 02-Nov-2023 10:55:03.537 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-5"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:03.537 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-5"] 02-Nov-2023 10:55:03.537 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:03.537 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:03.541 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-5-38823"] 02-Nov-2023 10:55:03.662 INFO [http-nio-127.0.0.1-auto-5-exec-4] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Connection [4], Stream [5] Closed due to error Note: further occurrences of HTTP/2 stream errors will be logged at DEBUG level. org.apache.coyote.http2.StreamException: The client attempted to use more than [1] active streams at org.apache.coyote.http2.Http2UpgradeHandler.headersEnd(Http2UpgradeHandler.java:1585) at org.apache.coyote.http2.Http2Parser.onHeadersComplete(Http2Parser.java:629) at org.apache.coyote.http2.Http2Parser.readHeadersFrame(Http2Parser.java:270) at org.apache.coyote.http2.Http2Parser.readFrame(Http2Parser.java:98) at org.apache.coyote.http2.Http2Parser.readFrame(Http2Parser.java:70) at org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch(Http2UpgradeHandler.java:355) at org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.dispatch(UpgradeProcessorInternal.java:60) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:57) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1749) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:1570) 02-Nov-2023 10:55:03.727 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-5-38823"] 02-Nov-2023 10:55:03.728 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:03.732 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-5-38823"] 02-Nov-2023 10:55:03.735 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-5-38823"] 02-Nov-2023 10:55:03.737 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testExceedMaxActiveStreams02[0: loop [0], useAsyncIO[false]]] 02-Nov-2023 10:55:03.738 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-6"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:03.739 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-6"] 02-Nov-2023 10:55:03.739 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:03.740 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:03.759 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-6-37585"] 02-Nov-2023 10:55:03.938 INFO [http-nio-127.0.0.1-auto-6-exec-4] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Connection [5], Stream [5] Closed due to error Note: further occurrences of HTTP/2 stream errors will be logged at DEBUG level. org.apache.coyote.http2.StreamException: The client attempted to use more than [1] active streams at org.apache.coyote.http2.Http2UpgradeHandler.headersEnd(Http2UpgradeHandler.java:1585) at org.apache.coyote.http2.Http2Parser.onHeadersComplete(Http2Parser.java:629) at org.apache.coyote.http2.Http2Parser.readHeadersFrame(Http2Parser.java:270) at org.apache.coyote.http2.Http2Parser.readFrame(Http2Parser.java:98) at org.apache.coyote.http2.Http2Parser.readFrame(Http2Parser.java:70) at org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch(Http2UpgradeHandler.java:355) at org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.dispatch(UpgradeProcessorInternal.java:60) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:57) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1749) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:1570) 02-Nov-2023 10:55:03.988 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-6-37585"] 02-Nov-2023 10:55:03.989 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:03.993 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-6-37585"] 02-Nov-2023 10:55:03.996 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-6-37585"] 02-Nov-2023 10:55:03.997 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testClosedInvalidFrame01[0: loop [0], useAsyncIO[false]]] 02-Nov-2023 10:55:04.001 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-7"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:04.001 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-7"] 02-Nov-2023 10:55:04.002 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:04.002 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:04.018 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-7-40001"] 02-Nov-2023 10:55:04.237 INFO [http-nio-127.0.0.1-auto-7-exec-4] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Connection [6], Stream [3] Closed due to error Note: further occurrences of HTTP/2 stream errors will be logged at DEBUG level. org.apache.coyote.http2.StreamException: Connection [6], Stream [3], State [CLOSED_RST_RX], Frame type [DATA] at org.apache.coyote.http2.StreamStateMachine.checkFrameType(StreamStateMachine.java:122) at org.apache.coyote.http2.AbstractNonZeroStream.checkState(AbstractNonZeroStream.java:50) at org.apache.coyote.http2.Http2UpgradeHandler.startRequestBodyFrame(Http2UpgradeHandler.java:1469) at org.apache.coyote.http2.Http2Parser.readDataFrame(Http2Parser.java:174) at org.apache.coyote.http2.Http2Parser.readFrame(Http2Parser.java:95) at org.apache.coyote.http2.Http2Parser.readFrame(Http2Parser.java:70) at org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch(Http2UpgradeHandler.java:355) at org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.dispatch(UpgradeProcessorInternal.java:60) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:57) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1749) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:1570) 02-Nov-2023 10:55:04.238 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-7-40001"] 02-Nov-2023 10:55:04.241 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:04.247 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-7-40001"] 02-Nov-2023 10:55:04.251 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-7-40001"] 02-Nov-2023 10:55:04.254 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testClosedInvalidFrame02[0: loop [0], useAsyncIO[false]]] 02-Nov-2023 10:55:04.257 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-8"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:04.261 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-8"] 02-Nov-2023 10:55:04.263 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:04.263 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:04.268 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-8-44915"] 02-Nov-2023 10:55:04.387 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-8-44915"] 02-Nov-2023 10:55:04.389 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:04.392 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-8-44915"] 02-Nov-2023 10:55:04.402 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-8-44915"] 02-Nov-2023 10:55:04.404 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testIdleStateInvalidFrame01[0: loop [0], useAsyncIO[false]]] 02-Nov-2023 10:55:04.406 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-9"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:04.406 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-9"] 02-Nov-2023 10:55:04.407 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:04.407 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:04.411 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-9-36023"] 02-Nov-2023 10:55:04.421 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-9-36023"] 02-Nov-2023 10:55:04.424 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:04.428 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-9-36023"] 02-Nov-2023 10:55:04.432 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-9-36023"] 02-Nov-2023 10:55:04.433 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testIdleStateInvalidFrame02[0: loop [0], useAsyncIO[false]]] 02-Nov-2023 10:55:04.435 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-10"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:04.435 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-10"] 02-Nov-2023 10:55:04.435 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:04.435 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:04.441 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-10-36481"] 02-Nov-2023 10:55:04.539 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-10-36481"] 02-Nov-2023 10:55:04.542 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:04.545 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-10-36481"] 02-Nov-2023 10:55:04.548 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-10-36481"] 02-Nov-2023 10:55:04.549 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testImplicitClose[0: loop [0], useAsyncIO[false]]] 02-Nov-2023 10:55:04.551 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-11"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:04.551 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-11"] 02-Nov-2023 10:55:04.552 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:04.552 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:04.556 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-11-42641"] 02-Nov-2023 10:55:04.704 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-11-42641"] 02-Nov-2023 10:55:04.704 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:04.707 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-11-42641"] 02-Nov-2023 10:55:04.709 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-11-42641"] 02-Nov-2023 10:55:04.710 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testClientSendEvenStream[0: loop [0], useAsyncIO[false]]] 02-Nov-2023 10:55:04.712 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-12"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:04.712 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-12"] 02-Nov-2023 10:55:04.712 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:04.712 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:04.716 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-12-33159"] 02-Nov-2023 10:55:04.831 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-12-33159"] 02-Nov-2023 10:55:04.832 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:04.834 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-12-33159"] 02-Nov-2023 10:55:04.837 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-12-33159"] 02-Nov-2023 10:55:04.838 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [halfClosedRemoteInvalidFrame[0: loop [0], useAsyncIO[false]]] 02-Nov-2023 10:55:04.840 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-13"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:04.840 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-13"] 02-Nov-2023 10:55:04.840 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:04.840 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:04.843 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-13-33763"] 02-Nov-2023 10:55:04.951 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-13-33763"] 02-Nov-2023 10:55:04.953 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:04.956 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-13-33763"] 02-Nov-2023 10:55:04.958 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-13-33763"] 02-Nov-2023 10:55:04.960 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testClientSendOldStream[1: loop [0], useAsyncIO[true]]] 02-Nov-2023 10:55:04.962 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-14"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:04.962 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-14"] 02-Nov-2023 10:55:04.962 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:04.963 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:04.967 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-14-46581"] 02-Nov-2023 10:55:05.070 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-14-46581"] 02-Nov-2023 10:55:05.071 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:05.073 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-14-46581"] 02-Nov-2023 10:55:05.076 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-14-46581"] 02-Nov-2023 10:55:05.077 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testErrorOnWaitingStream01[1: loop [0], useAsyncIO[true]]] 02-Nov-2023 10:55:05.078 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-15"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:05.079 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-15"] 02-Nov-2023 10:55:05.079 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:05.079 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:05.083 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-15-44007"] 02-Nov-2023 10:55:05.108 FINE [http-nio-127.0.0.1-auto-15-exec-1] org.apache.coyote.http2.ConnectionSettingsBase.set Connection [e], Endpoint [Local(client->server)], Parameter type [3] set to [1] 02-Nov-2023 10:55:05.109 FINE [http-nio-127.0.0.1-auto-15-exec-1] org.apache.coyote.http2.ConnectionSettingsBase.set Connection [e], Endpoint [Local(client->server)], Parameter type [4] set to [65535] 02-Nov-2023 10:55:05.109 FINE [http-nio-127.0.0.1-auto-15-exec-1] org.apache.coyote.http2.Http2UpgradeHandler. Connection [e], HTTP/1.1 upgrade to stream [1] 02-Nov-2023 10:55:05.109 FINE [http-nio-127.0.0.1-auto-15-exec-1] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [e], Stream [1], State changed from [null] to [IDLE] 02-Nov-2023 10:55:05.109 FINE [http-nio-127.0.0.1-auto-15-exec-1] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [e], Stream [1], State changed from [IDLE] to [OPEN] 02-Nov-2023 10:55:05.109 FINE [http-nio-127.0.0.1-auto-15-exec-1] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [e], Stream [1], State changed from [OPEN] to [HALF_CLOSED_REMOTE] 02-Nov-2023 10:55:05.109 FINE [http-nio-127.0.0.1-auto-15-exec-1] org.apache.coyote.http2.Http2UpgradeHandler.init Connection [e], State [NEW] 02-Nov-2023 10:55:05.110 FINE [http-nio-127.0.0.1-auto-15-exec-1] org.apache.coyote.http2.Http2Parser.validateFrame Connection [e], Stream [0], Frame type [SETTINGS], Flags [0], Payload size [0] 02-Nov-2023 10:55:05.110 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [0], Frame type [SETTINGS], Flags [0], Payload size [6] 02-Nov-2023 10:55:05.110 FINE [main] org.apache.coyote.http2.ConnectionSettingsBase.set Connection [-1], Endpoint [Remote(server->client)], Parameter type [3] set to [1] 02-Nov-2023 10:55:05.110 FINE [http-nio-127.0.0.1-auto-15-exec-1] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [e], Stream [0], Frame type [SETTINGS] resulted in new overhead count of [-90] 02-Nov-2023 10:55:05.111 FINE [http-nio-127.0.0.1-auto-15-exec-2] org.apache.coyote.http2.Http2UpgradeHandler.doWriteHeaders Connection [e], Stream [1], Writing the headers, EndOfStream [false] 02-Nov-2023 10:55:05.112 FINE [http-nio-127.0.0.1-auto-15-exec-1] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Entry, Connection [e], SocketStatus [OPEN_READ] 02-Nov-2023 10:55:05.112 FINE [http-nio-127.0.0.1-auto-15-exec-2] org.apache.coyote.http2.HpackEncoder.encode Encoding header [:status] with value [200] 02-Nov-2023 10:55:05.112 FINE [http-nio-127.0.0.1-auto-15-exec-1] org.apache.coyote.http2.Http2UpgradeHandler.init Connection [e], State [CONNECTED] 02-Nov-2023 10:55:05.112 FINE [http-nio-127.0.0.1-auto-15-exec-2] org.apache.coyote.http2.HpackEncoder.encode Encoding header [content-type] with value [application/octet-stream] 02-Nov-2023 10:55:05.112 FINE [http-nio-127.0.0.1-auto-15-exec-2] org.apache.coyote.http2.HpackEncoder.encode Encoding header [content-length] with value [8192] 02-Nov-2023 10:55:05.112 FINE [http-nio-127.0.0.1-auto-15-exec-1] org.apache.coyote.http2.Http2Parser.validateFrame Connection [e], Stream [0], Frame type [SETTINGS], Flags [1], Payload size [0] 02-Nov-2023 10:55:05.113 FINE [http-nio-127.0.0.1-auto-15-exec-1] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Exit, Connection [e], SocketState [ASYNC_IO] 02-Nov-2023 10:55:05.112 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [0], Frame type [SETTINGS], Flags [1], Payload size [0] 02-Nov-2023 10:55:05.113 FINE [http-nio-127.0.0.1-auto-15-exec-1] org.apache.coyote.http2.Http2UpgradeHandler.init Connection [e], Connection preface received from client 02-Nov-2023 10:55:05.113 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [0], Frame type [PING], Flags [0], Payload size [8] 02-Nov-2023 10:55:05.112 FINE [http-nio-127.0.0.1-auto-15-exec-2] org.apache.coyote.http2.HpackEncoder.encode Encoding header [date] with value [Thu, 02 Nov 2023 10:55:04 GMT] 02-Nov-2023 10:55:05.113 FINE [http-nio-127.0.0.1-auto-15-exec-2] org.apache.coyote.http2.Http2UpgradeHandler.doWriteHeaders 54 bytes 02-Nov-2023 10:55:05.113 FINE [http-nio-127.0.0.1-auto-15-exec-2] org.apache.coyote.http2.Stream$StreamOutputBuffer.flush Connection [e], Stream [1], flushing output with buffer at position [8192], writeInProgress [false] and closed [true] 02-Nov-2023 10:55:05.114 FINE [http-nio-127.0.0.1-auto-15-exec-2] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [e], Stream [1], reduce flow control window by [8192] to [57343] 02-Nov-2023 10:55:05.114 FINE [http-nio-127.0.0.1-auto-15-exec-3] org.apache.coyote.http2.Http2Parser.validateFrame Connection [e], Stream [0], Frame type [PING], Flags [1], Payload size [8] 02-Nov-2023 10:55:05.114 FINE [http-nio-127.0.0.1-auto-15-exec-2] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [e], Stream [0], reduce flow control window by [8192] to [57343] 02-Nov-2023 10:55:05.114 FINE [http-nio-127.0.0.1-auto-15-exec-2] org.apache.coyote.http2.Http2AsyncUpgradeHandler.writeBody Connection [e], Stream [1], Data length [8192], EndOfStream [true] 02-Nov-2023 10:55:05.114 FINE [http-nio-127.0.0.1-auto-15-exec-2] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [e], Stream [0], Frame type [DATA] resulted in new overhead count of [-110] 02-Nov-2023 10:55:05.114 FINE [http-nio-127.0.0.1-auto-15-exec-3] org.apache.coyote.http2.Http2UpgradeHandler$PingManager.receivePing Connection [e] Round trip time measured as [3,178,688]ns 02-Nov-2023 10:55:05.114 FINE [http-nio-127.0.0.1-auto-15-exec-2] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [e], Stream [1], State changed from [HALF_CLOSED_REMOTE] to [CLOSED_TX] 02-Nov-2023 10:55:05.114 FINE [http-nio-127.0.0.1-auto-15-exec-3] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Entry, Connection [e], SocketStatus [OPEN_READ] 02-Nov-2023 10:55:05.114 FINE [http-nio-127.0.0.1-auto-15-exec-3] org.apache.coyote.http2.Http2UpgradeHandler.init Connection [e], State [CONNECTED] 02-Nov-2023 10:55:05.115 FINE [http-nio-127.0.0.1-auto-15-exec-3] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Exit, Connection [e], SocketState [ASYNC_IO] 02-Nov-2023 10:55:05.115 FINE [http-nio-127.0.0.1-auto-15-exec-2] org.apache.coyote.AbstractProcessorLight.process Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7e74340c:org.apache.tomcat.util.net.NioChannel@70b3c5b2:java.nio.channels.SocketChannel[connected local=/127.0.0.1:44007 remote=/127.0.0.1:46400]], Status in: [OPEN_READ], State out: [CLOSED] 02-Nov-2023 10:55:05.115 FINE [http-nio-127.0.0.1-auto-15-exec-2] org.apache.coyote.http2.Stream.recycle Connection [e], Stream [1] has been recycled 02-Nov-2023 10:55:05.119 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [1], Frame type [HEADERS], Flags [4], Payload size [54] 02-Nov-2023 10:55:05.119 FINE [main] org.apache.coyote.http2.Http2Parser.readHeaderPayload Connection [-1], Stream [1], Processing headers payload of size [54] 02-Nov-2023 10:55:05.119 FINE [main] org.apache.coyote.http2.HpackDecoder.addStaticTableEntry Using header from index [8] of static table 02-Nov-2023 10:55:05.119 FINE [main] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [:status] and value [200] 02-Nov-2023 10:55:05.120 FINE [main] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [content-type] and value [application/octet-stream] 02-Nov-2023 10:55:05.120 FINE [main] org.apache.coyote.http2.HpackDecoder.addEntryToHeaderTable Adding header to index [0] of dynamic table with name [content-type] and value [application/octet-stream] 02-Nov-2023 10:55:05.120 FINE [main] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [content-length] and value [8192] 02-Nov-2023 10:55:05.120 FINE [main] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [date] and value [Thu, 02 Nov 2023 10:55:04 GMT] 02-Nov-2023 10:55:05.120 FINE [main] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [-1], Stream [1], Swallowed [0] bytes 02-Nov-2023 10:55:05.120 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [1], Frame type [DATA], Flags [1], Payload size [8192] 02-Nov-2023 10:55:05.120 FINE [main] org.apache.coyote.http2.Http2Parser.readDataFrame Connection [-1], Stream [1], Data length [8192], Padding length [none] 02-Nov-2023 10:55:05.121 FINE [main] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [-1], Stream [1], Swallowed [8192] bytes 02-Nov-2023 10:55:05.121 FINE [main] org.apache.coyote.http2.HpackEncoder.encode Encoding header [:method] with value [GET] 02-Nov-2023 10:55:05.121 FINE [main] org.apache.coyote.http2.HpackEncoder.encode Encoding header [:scheme] with value [http] 02-Nov-2023 10:55:05.121 FINE [main] org.apache.coyote.http2.HpackEncoder.encode Encoding header [:path] with value [/large] 02-Nov-2023 10:55:05.121 FINE [main] org.apache.coyote.http2.HpackEncoder.encode Encoding header [:authority] with value [localhost:44007] 02-Nov-2023 10:55:05.122 FINE [http-nio-127.0.0.1-auto-15-exec-4] org.apache.coyote.http2.Http2Parser.validateFrame Connection [e], Stream [3], Frame type [HEADERS], Flags [5], Payload size [22] 02-Nov-2023 10:55:05.122 FINE [main] org.apache.coyote.http2.HpackEncoder.encode Encoding header [:method] with value [GET] 02-Nov-2023 10:55:05.122 FINE [main] org.apache.coyote.http2.HpackEncoder.encode Encoding header [:scheme] with value [http] 02-Nov-2023 10:55:05.122 FINE [main] org.apache.coyote.http2.HpackEncoder.encode Encoding header [:path] with value [/simple] 02-Nov-2023 10:55:05.122 FINE [main] org.apache.coyote.http2.HpackEncoder.encode Encoding header [:authority] with value [localhost:44007] 02-Nov-2023 10:55:05.165 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [e], Stream [3], State changed from [null] to [IDLE] 02-Nov-2023 10:55:05.166 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [e], Stream [3], State changed from [IDLE] to [OPEN] 02-Nov-2023 10:55:05.166 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Http2Parser.readHeaderPayload Connection [e], Stream [3], Processing headers payload of size [22] 02-Nov-2023 10:55:05.166 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.HpackDecoder.addStaticTableEntry Using header from index [2] of static table 02-Nov-2023 10:55:05.166 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [:method] and value [GET] 02-Nov-2023 10:55:05.166 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Stream.emitHeader Connection [e], Stream [3], HTTP header [:method], Value [GET] 02-Nov-2023 10:55:05.167 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.HpackDecoder.addStaticTableEntry Using header from index [6] of static table 02-Nov-2023 10:55:05.167 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [:scheme] and value [http] 02-Nov-2023 10:55:05.167 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Stream.emitHeader Connection [e], Stream [3], HTTP header [:scheme], Value [http] 02-Nov-2023 10:55:05.167 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [:path] and value [/large] 02-Nov-2023 10:55:05.167 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Stream.emitHeader Connection [e], Stream [3], HTTP header [:path], Value [/large] 02-Nov-2023 10:55:05.167 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.HpackDecoder.addEntryToHeaderTable Adding header to index [0] of dynamic table with name [:path] and value [/large] 02-Nov-2023 10:55:05.167 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [:authority] and value [localhost:44007] 02-Nov-2023 10:55:05.167 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Stream.emitHeader Connection [e], Stream [3], HTTP header [:authority], Value [localhost:44007] 02-Nov-2023 10:55:05.167 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.HpackDecoder.addEntryToHeaderTable Adding header to index [1] of dynamic table with name [:authority] and value [localhost:44007] 02-Nov-2023 10:55:05.167 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [e], Stream [3], Swallowed [0] bytes 02-Nov-2023 10:55:05.168 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [e], Stream [0], Frame type [HEADERS] resulted in new overhead count of [-130] 02-Nov-2023 10:55:05.168 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [e], Stream [3], State changed from [OPEN] to [HALF_CLOSED_REMOTE] 02-Nov-2023 10:55:05.168 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Http2Parser.validateFrame Connection [e], Stream [5], Frame type [HEADERS], Flags [5], Payload size [10] 02-Nov-2023 10:55:05.168 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [e], Stream [5], State changed from [null] to [IDLE] 02-Nov-2023 10:55:05.168 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [e], Stream [5], State changed from [IDLE] to [OPEN] 02-Nov-2023 10:55:05.168 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.doWriteHeaders Connection [e], Stream [3], Writing the headers, EndOfStream [false] 02-Nov-2023 10:55:05.169 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Http2Parser.readHeaderPayload Connection [e], Stream [5], Processing headers payload of size [10] 02-Nov-2023 10:55:05.169 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.HpackEncoder.encode Encoding header [:status] with value [200] 02-Nov-2023 10:55:05.169 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.HpackDecoder.addStaticTableEntry Using header from index [2] of static table 02-Nov-2023 10:55:05.169 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [:method] and value [GET] 02-Nov-2023 10:55:05.169 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Stream.emitHeader Connection [e], Stream [5], HTTP header [:method], Value [GET] 02-Nov-2023 10:55:05.169 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.HpackDecoder.addStaticTableEntry Using header from index [6] of static table 02-Nov-2023 10:55:05.169 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.HpackEncoder.encode Encoding header [content-type] with value [application/octet-stream] 02-Nov-2023 10:55:05.169 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [:scheme] and value [http] 02-Nov-2023 10:55:05.169 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Stream.emitHeader Connection [e], Stream [5], HTTP header [:scheme], Value [http] 02-Nov-2023 10:55:05.169 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [:path] and value [/simple] 02-Nov-2023 10:55:05.169 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.HpackEncoder.encode Encoding header [content-length] with value [262144] 02-Nov-2023 10:55:05.169 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Stream.emitHeader Connection [e], Stream [5], HTTP header [:path], Value [/simple] 02-Nov-2023 10:55:05.169 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.HpackEncoder.encode Encoding header [date] with value [Thu, 02 Nov 2023 10:55:04 GMT] 02-Nov-2023 10:55:05.170 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.doWriteHeaders 38 bytes 02-Nov-2023 10:55:05.170 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.HpackDecoder.addEntryToHeaderTable Adding header to index [2] of dynamic table with name [:path] and value [/simple] 02-Nov-2023 10:55:05.170 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.HpackDecoder.handleIndex Using header from index [1] of dynamic table 02-Nov-2023 10:55:05.170 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [:authority] and value [localhost:44007] 02-Nov-2023 10:55:05.170 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Stream.emitHeader Connection [e], Stream [5], HTTP header [:authority], Value [localhost:44007] 02-Nov-2023 10:55:05.170 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [e], Stream [5], Swallowed [0] bytes 02-Nov-2023 10:55:05.170 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Stream$StreamOutputBuffer.flush Connection [e], Stream [3], flushing output with buffer at position [8192], writeInProgress [true] and closed [false] 02-Nov-2023 10:55:05.170 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [e], Stream [0], Frame type [HEADERS] resulted in new overhead count of [-120] 02-Nov-2023 10:55:05.170 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [3], Frame type [HEADERS], Flags [4], Payload size [38] 02-Nov-2023 10:55:05.170 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Entry, Connection [e], SocketStatus [OPEN_READ] 02-Nov-2023 10:55:05.170 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Http2UpgradeHandler.init Connection [e], State [CONNECTED] 02-Nov-2023 10:55:05.170 INFO [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Connection [e], Stream [5] Closed due to error Note: further occurrences of HTTP/2 stream errors will be logged at DEBUG level. org.apache.coyote.http2.StreamException: The client attempted to use more than [1] active streams at org.apache.coyote.http2.Http2UpgradeHandler.headersEnd(Http2UpgradeHandler.java:1585) at org.apache.coyote.http2.Http2AsyncUpgradeHandler.headersEnd(Http2AsyncUpgradeHandler.java:43) at org.apache.coyote.http2.Http2Parser.onHeadersComplete(Http2Parser.java:629) at org.apache.coyote.http2.Http2Parser.readHeadersFrame(Http2Parser.java:270) at org.apache.coyote.http2.Http2AsyncParser$FrameCompletionHandler.completed(Http2AsyncParser.java:254) at org.apache.coyote.http2.Http2AsyncParser$FrameCompletionHandler.completed(Http2AsyncParser.java:167) at org.apache.tomcat.util.net.SocketWrapperBase$VectoredIOCompletionHandler.completed(SocketWrapperBase.java:1102) at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper$NioOperationState.run(NioEndpoint.java:1662) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:1570) 02-Nov-2023 10:55:05.170 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Stream.close Connection [e], Stream [5], Reset sent due to [REFUSED_STREAM] 02-Nov-2023 10:55:05.171 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [e], Stream [3], reduce flow control window by [8192] to [57343] 02-Nov-2023 10:55:05.171 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Http2AsyncUpgradeHandler.sendStreamReset Connection [e], Stream [5], Error [REFUSED_STREAM], Message [The client attempted to use more than [1] active streams], RST (closing stream) 02-Nov-2023 10:55:05.171 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [e], Stream [0], reduce flow control window by [8192] to [49151] 02-Nov-2023 10:55:05.171 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Http2AsyncUpgradeHandler.writeBody Connection [e], Stream [3], Data length [8192], EndOfStream [false] 02-Nov-2023 10:55:05.171 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [e], Stream [0], Frame type [DATA] resulted in new overhead count of [-140] 02-Nov-2023 10:55:05.171 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Stream$StreamOutputBuffer.flush Connection [e], Stream [3], flushing output with buffer at position [8192], writeInProgress [true] and closed [false] 02-Nov-2023 10:55:05.171 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [e], Stream [3], reduce flow control window by [8192] to [49151] 02-Nov-2023 10:55:05.171 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [e], Stream [0], reduce flow control window by [8192] to [40959] 02-Nov-2023 10:55:05.171 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Http2AsyncUpgradeHandler.writeBody Connection [e], Stream [3], Data length [8192], EndOfStream [false] 02-Nov-2023 10:55:05.171 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [e], Stream [5], State changed from [OPEN] to [CLOSED_RST_TX] 02-Nov-2023 10:55:05.172 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [e], Stream [0], Frame type [DATA] resulted in new overhead count of [-160] 02-Nov-2023 10:55:05.172 FINE [main] org.apache.coyote.http2.Http2Parser.readHeaderPayload Connection [-1], Stream [3], Processing headers payload of size [38] 02-Nov-2023 10:55:05.172 FINE [main] org.apache.coyote.http2.HpackDecoder.addStaticTableEntry Using header from index [8] of static table 02-Nov-2023 10:55:05.172 FINE [main] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [:status] and value [200] 02-Nov-2023 10:55:05.172 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Stream$StreamOutputBuffer.flush Connection [e], Stream [3], flushing output with buffer at position [8192], writeInProgress [true] and closed [false] 02-Nov-2023 10:55:05.172 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [e], Stream [3], reduce flow control window by [8192] to [40959] 02-Nov-2023 10:55:05.172 FINE [main] org.apache.coyote.http2.HpackDecoder.handleIndex Using header from index [0] of dynamic table 02-Nov-2023 10:55:05.172 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [e], Stream [0], reduce flow control window by [8192] to [32767] 02-Nov-2023 10:55:05.172 FINE [main] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [content-type] and value [application/octet-stream] 02-Nov-2023 10:55:05.172 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Http2AsyncUpgradeHandler.writeBody Connection [e], Stream [3], Data length [8192], EndOfStream [false] 02-Nov-2023 10:55:05.172 FINE [main] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [content-length] and value [262144] 02-Nov-2023 10:55:05.173 FINE [main] org.apache.coyote.http2.HpackDecoder.emitHeader Emitting header with name [date] and value [Thu, 02 Nov 2023 10:55:04 GMT] 02-Nov-2023 10:55:05.173 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [e], Stream [0], Frame type [DATA] resulted in new overhead count of [-180] 02-Nov-2023 10:55:05.173 FINE [main] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [-1], Stream [3], Swallowed [0] bytes 02-Nov-2023 10:55:05.173 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [3], Frame type [DATA], Flags [0], Payload size [8192] 02-Nov-2023 10:55:05.173 FINE [main] org.apache.coyote.http2.Http2Parser.readDataFrame Connection [-1], Stream [3], Data length [8192], Padding length [none] 02-Nov-2023 10:55:05.173 FINE [main] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [-1], Stream [3], Swallowed [8192] bytes 02-Nov-2023 10:55:05.173 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Stream$StreamOutputBuffer.flush Connection [e], Stream [3], flushing output with buffer at position [8192], writeInProgress [true] and closed [false] 02-Nov-2023 10:55:05.173 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [e], Stream [3], reduce flow control window by [8192] to [32767] 02-Nov-2023 10:55:05.173 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [e], Stream [0], reduce flow control window by [8192] to [24575] 02-Nov-2023 10:55:05.173 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Http2AsyncUpgradeHandler.writeBody Connection [e], Stream [3], Data length [8192], EndOfStream [false] 02-Nov-2023 10:55:05.173 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [e], Stream [0], Frame type [DATA] resulted in new overhead count of [-200] 02-Nov-2023 10:55:05.174 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Stream$StreamOutputBuffer.flush Connection [e], Stream [3], flushing output with buffer at position [8192], writeInProgress [true] and closed [false] 02-Nov-2023 10:55:05.174 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [e], Stream [3], reduce flow control window by [8192] to [24575] 02-Nov-2023 10:55:05.174 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [e], Stream [0], reduce flow control window by [8192] to [16383] 02-Nov-2023 10:55:05.174 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Http2AsyncUpgradeHandler.writeBody Connection [e], Stream [3], Data length [8192], EndOfStream [false] 02-Nov-2023 10:55:05.174 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [e], Stream [0], Frame type [DATA] resulted in new overhead count of [-220] 02-Nov-2023 10:55:05.174 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Stream$StreamOutputBuffer.flush Connection [e], Stream [3], flushing output with buffer at position [8192], writeInProgress [true] and closed [false] 02-Nov-2023 10:55:05.175 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [e], Stream [3], reduce flow control window by [8192] to [16383] 02-Nov-2023 10:55:05.175 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [e], Stream [0], reduce flow control window by [8192] to [8191] 02-Nov-2023 10:55:05.175 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Http2AsyncUpgradeHandler.writeBody Connection [e], Stream [3], Data length [8192], EndOfStream [false] 02-Nov-2023 10:55:05.175 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [e], Stream [0], Frame type [DATA] resulted in new overhead count of [-240] 02-Nov-2023 10:55:05.175 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Stream$StreamOutputBuffer.flush Connection [e], Stream [3], flushing output with buffer at position [8192], writeInProgress [true] and closed [false] 02-Nov-2023 10:55:05.175 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [e], Stream [3], reduce flow control window by [8192] to [8191] 02-Nov-2023 10:55:05.175 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.AbstractStream.decrementWindowSize Connection [e], Stream [0], reduce flow control window by [8191] to [0] 02-Nov-2023 10:55:05.175 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Http2AsyncUpgradeHandler.writeBody Connection [e], Stream [3], Data length [8191], EndOfStream [false] 02-Nov-2023 10:55:05.175 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Http2UpgradeHandler.updateOverheadCount Connection [e], Stream [0], Frame type [DATA] resulted in new overhead count of [-260] 02-Nov-2023 10:55:05.176 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.AbstractStream.setConnectionAllocationRequested Connection [e], Stream [3], connection allocation requested changed from [0] to [1] 02-Nov-2023 10:55:05.176 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.WindowAllocationManager.waitForConnection Connection [e], Stream [3], Waiting for [1] bytes from connection flow control window (blocking) with timeout [10000] 02-Nov-2023 10:55:05.177 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.WindowAllocationManager.notify Connection [e], Stream [5], Waiting type [0], Notify type [3] 02-Nov-2023 10:55:05.177 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Stream.recycle Connection [e], Stream [5] has been recycled 02-Nov-2023 10:55:05.177 FINE [http-nio-127.0.0.1-auto-15-exec-5] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Exit, Connection [e], SocketState [ASYNC_IO] 02-Nov-2023 10:55:05.177 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [5], Frame type [RST], Flags [0], Payload size [4] 02-Nov-2023 10:55:05.178 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [3], Frame type [DATA], Flags [0], Payload size [8192] 02-Nov-2023 10:55:05.178 FINE [main] org.apache.coyote.http2.Http2Parser.readDataFrame Connection [-1], Stream [3], Data length [8192], Padding length [none] 02-Nov-2023 10:55:05.178 FINE [main] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [-1], Stream [3], Swallowed [8192] bytes 02-Nov-2023 10:55:05.178 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [3], Frame type [DATA], Flags [0], Payload size [8192] 02-Nov-2023 10:55:05.178 FINE [main] org.apache.coyote.http2.Http2Parser.readDataFrame Connection [-1], Stream [3], Data length [8192], Padding length [none] 02-Nov-2023 10:55:05.178 FINE [main] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [-1], Stream [3], Swallowed [8192] bytes 02-Nov-2023 10:55:05.178 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [3], Frame type [DATA], Flags [0], Payload size [8192] 02-Nov-2023 10:55:05.178 FINE [main] org.apache.coyote.http2.Http2Parser.readDataFrame Connection [-1], Stream [3], Data length [8192], Padding length [none] 02-Nov-2023 10:55:05.179 FINE [main] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [-1], Stream [3], Swallowed [8192] bytes 02-Nov-2023 10:55:05.179 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [3], Frame type [DATA], Flags [0], Payload size [8192] 02-Nov-2023 10:55:05.179 FINE [main] org.apache.coyote.http2.Http2Parser.readDataFrame Connection [-1], Stream [3], Data length [8192], Padding length [none] 02-Nov-2023 10:55:05.179 FINE [main] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [-1], Stream [3], Swallowed [8192] bytes 02-Nov-2023 10:55:05.179 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [3], Frame type [DATA], Flags [0], Payload size [8192] 02-Nov-2023 10:55:05.179 FINE [main] org.apache.coyote.http2.Http2Parser.readDataFrame Connection [-1], Stream [3], Data length [8192], Padding length [none] 02-Nov-2023 10:55:05.179 FINE [main] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [-1], Stream [3], Swallowed [8192] bytes 02-Nov-2023 10:55:05.179 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [3], Frame type [DATA], Flags [0], Payload size [8191] 02-Nov-2023 10:55:05.180 FINE [main] org.apache.coyote.http2.Http2Parser.readDataFrame Connection [-1], Stream [3], Data length [8191], Padding length [none] 02-Nov-2023 10:55:05.180 FINE [main] org.apache.coyote.http2.Http2Parser.swallowPayload Connection [-1], Stream [3], Swallowed [8191] bytes 02-Nov-2023 10:55:05.180 FINE [http-nio-127.0.0.1-auto-15-exec-7] org.apache.coyote.http2.Http2Parser.validateFrame Connection [e], Stream [3], Frame type [WINDOW_UPDATE], Flags [0], Payload size [4] 02-Nov-2023 10:55:05.180 FINE [http-nio-127.0.0.1-auto-15-exec-7] org.apache.coyote.http2.Http2Parser.readWindowUpdateFrame Connection [e], Stream [3], Window size increment [2147483647] 02-Nov-2023 10:55:05.180 FINE [http-nio-127.0.0.1-auto-15-exec-7] org.apache.coyote.http2.AbstractStream.incrementWindowSize Connection [e], Stream [3], increase flow control window by [2147483647] to [2147491838] 02-Nov-2023 10:55:05.181 FINE [http-nio-127.0.0.1-auto-15-exec-7] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Entry, Connection [e], SocketStatus [OPEN_READ] 02-Nov-2023 10:55:05.181 FINE [http-nio-127.0.0.1-auto-15-exec-7] org.apache.coyote.http2.Http2UpgradeHandler.init Connection [e], State [CONNECTED] 02-Nov-2023 10:55:05.181 FINE [http-nio-127.0.0.1-auto-15-exec-7] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Connection [e], Stream [3] Closed due to error org.apache.coyote.http2.StreamException: Connection [e], Stream [3], increased window size by [2147483647] to [2147491838] which exceeded permitted maximum at org.apache.coyote.http2.AbstractStream.incrementWindowSize(AbstractStream.java:114) at org.apache.coyote.http2.Stream.incrementWindowSize(Stream.java:226) at org.apache.coyote.http2.Http2UpgradeHandler.incrementWindowSize(Http2UpgradeHandler.java:1770) at org.apache.coyote.http2.Http2AsyncUpgradeHandler.incrementWindowSize(Http2AsyncUpgradeHandler.java:43) at org.apache.coyote.http2.Http2Parser.readWindowUpdateFrame(Http2Parser.java:412) at org.apache.coyote.http2.Http2AsyncParser$FrameCompletionHandler.completed(Http2AsyncParser.java:275) at org.apache.coyote.http2.Http2AsyncParser$FrameCompletionHandler.completed(Http2AsyncParser.java:167) at org.apache.tomcat.util.net.SocketWrapperBase$VectoredIOCompletionHandler.completed(SocketWrapperBase.java:1102) at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper$NioOperationState.run(NioEndpoint.java:1662) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:1570) 02-Nov-2023 10:55:05.181 FINE [http-nio-127.0.0.1-auto-15-exec-7] org.apache.coyote.http2.Stream.close Connection [e], Stream [3], Reset sent due to [FLOW_CONTROL_ERROR] 02-Nov-2023 10:55:05.181 FINE [http-nio-127.0.0.1-auto-15-exec-7] org.apache.coyote.http2.Http2AsyncUpgradeHandler.sendStreamReset Connection [e], Stream [3], Error [FLOW_CONTROL_ERROR], Message [Connection [e], Stream [3], increased window size by [2147483647] to [2147491838] which exceeded permitted maximum], RST (closing stream) 02-Nov-2023 10:55:05.181 FINE [http-nio-127.0.0.1-auto-15-exec-7] org.apache.coyote.http2.StreamStateMachine.stateChange Connection [e], Stream [3], State changed from [HALF_CLOSED_REMOTE] to [CLOSED_RST_TX] 02-Nov-2023 10:55:05.181 FINE [http-nio-127.0.0.1-auto-15-exec-7] org.apache.coyote.http2.WindowAllocationManager.notify Connection [e], Stream [3], Waiting type [2], Notify type [3] 02-Nov-2023 10:55:05.181 FINE [http-nio-127.0.0.1-auto-15-exec-7] org.apache.coyote.http2.WindowAllocationManager.notify Connection [e], Stream [3], Notified 02-Nov-2023 10:55:05.181 FINE [http-nio-127.0.0.1-auto-15-exec-7] org.apache.coyote.http2.Stream.recycle Connection [e], Stream [3] has been recycled 02-Nov-2023 10:55:05.181 FINE [http-nio-127.0.0.1-auto-15-exec-7] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Exit, Connection [e], SocketState [ASYNC_IO] 02-Nov-2023 10:55:05.183 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.AbstractProcessor.setErrorState Error state [CLOSE_NOW] reported while processing request org.apache.coyote.CloseNowException: org.apache.coyote.http2.StreamException: Client reset the stream before the response was complete at org.apache.coyote.http2.Stream$StreamOutputBuffer.end(Stream.java:1012) at org.apache.coyote.http2.Http2OutputBuffer.end(Http2OutputBuffer.java:69) at org.apache.coyote.http2.StreamProcessor.finishResponse(StreamProcessor.java:247) at org.apache.coyote.AbstractProcessor.action(AbstractProcessor.java:386) at org.apache.coyote.http2.StreamProcessor.service(StreamProcessor.java:445) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.http2.StreamProcessor.process(StreamProcessor.java:90) at org.apache.coyote.http2.StreamRunnable.run(StreamRunnable.java:35) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:1570) Caused by: org.apache.coyote.http2.StreamException: Client reset the stream before the response was complete at org.apache.coyote.http2.Stream.doStreamCancel(Stream.java:278) at org.apache.coyote.http2.Http2UpgradeHandler.reserveWindowSize(Http2UpgradeHandler.java:980) at org.apache.coyote.http2.Stream$StreamOutputBuffer.flush(Stream.java:965) at org.apache.coyote.http2.Stream$StreamOutputBuffer.doWrite(Stream.java:880) at org.apache.coyote.http2.Http2OutputBuffer.doWrite(Http2OutputBuffer.java:57) at org.apache.coyote.Response.doWrite(Response.java:639) at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:319) at org.apache.catalina.connector.OutputBuffer.flushByteBuffer(OutputBuffer.java:742) at org.apache.catalina.connector.OutputBuffer.append(OutputBuffer.java:645) at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:367) at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:345) at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:97) at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:90) at org.apache.coyote.http2.Http2TestBase$LargeServlet.doGet(Http2TestBase.java:1388) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:619) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:716) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:140) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:338) at org.apache.coyote.http2.StreamProcessor.service(StreamProcessor.java:422) ... 7 more 02-Nov-2023 10:55:05.183 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.AbstractProcessorLight.process Socket: [org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper@7e74340c:org.apache.tomcat.util.net.NioChannel@70b3c5b2:java.nio.channels.SocketChannel[connected local=/127.0.0.1:44007 remote=/127.0.0.1:46400]], Status in: [OPEN_READ], State out: [CLOSED] 02-Nov-2023 10:55:05.183 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Stream.close Connection [e], Stream [3], Reset sent due to [STREAM_CLOSED] 02-Nov-2023 10:55:05.183 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Http2AsyncUpgradeHandler.sendStreamReset Connection [e], Stream [3], Error [STREAM_CLOSED], Message [Client reset the stream before the response was complete], RST (closing stream) 02-Nov-2023 10:55:05.184 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.WindowAllocationManager.notify Connection [e], Stream [3], Waiting type [0], Notify type [3] 02-Nov-2023 10:55:05.184 FINE [http-nio-127.0.0.1-auto-15-exec-6] org.apache.coyote.http2.Stream.recycle Connection [e], Stream [3] has been recycled 02-Nov-2023 10:55:05.185 FINE [main] org.apache.coyote.http2.Http2Parser.validateFrame Connection [-1], Stream [3], Frame type [RST], Flags [0], Payload size [4] 02-Nov-2023 10:55:05.185 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-15-44007"] 02-Nov-2023 10:55:05.186 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:05.188 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-15-44007"] 02-Nov-2023 10:55:05.191 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-15-44007"] 02-Nov-2023 10:55:05.192 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testErrorOnWaitingStream02[1: loop [0], useAsyncIO[true]]] 02-Nov-2023 10:55:05.194 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-16"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:05.194 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-16"] 02-Nov-2023 10:55:05.194 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:05.194 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:05.198 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-16-33395"] 02-Nov-2023 10:55:05.306 INFO [http-nio-127.0.0.1-auto-16-exec-5] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Connection [f], Stream [5] Closed due to error Note: further occurrences of HTTP/2 stream errors will be logged at DEBUG level. org.apache.coyote.http2.StreamException: The client attempted to use more than [1] active streams at org.apache.coyote.http2.Http2UpgradeHandler.headersEnd(Http2UpgradeHandler.java:1585) at org.apache.coyote.http2.Http2AsyncUpgradeHandler.headersEnd(Http2AsyncUpgradeHandler.java:43) at org.apache.coyote.http2.Http2Parser.onHeadersComplete(Http2Parser.java:629) at org.apache.coyote.http2.Http2Parser.readHeadersFrame(Http2Parser.java:270) at org.apache.coyote.http2.Http2AsyncParser$FrameCompletionHandler.completed(Http2AsyncParser.java:254) at org.apache.coyote.http2.Http2AsyncParser$FrameCompletionHandler.completed(Http2AsyncParser.java:167) at org.apache.tomcat.util.net.SocketWrapperBase$VectoredIOCompletionHandler.completed(SocketWrapperBase.java:1102) at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper$NioOperationState.run(NioEndpoint.java:1662) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:1570) 02-Nov-2023 10:55:05.309 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-16-33395"] 02-Nov-2023 10:55:05.311 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:05.313 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-16-33395"] 02-Nov-2023 10:55:05.314 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-16-33395"] 02-Nov-2023 10:55:05.315 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testImplicitCloseLargeId[1: loop [0], useAsyncIO[true]]] 02-Nov-2023 10:55:05.316 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-17"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:05.316 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-17"] 02-Nov-2023 10:55:05.316 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:05.316 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:05.319 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-17-45835"] 02-Nov-2023 10:55:05.454 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-17-45835"] 02-Nov-2023 10:55:05.455 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:05.457 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-17-45835"] 02-Nov-2023 10:55:05.461 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-17-45835"] 02-Nov-2023 10:55:05.462 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testExceedMaxActiveStreams01[1: loop [0], useAsyncIO[true]]] 02-Nov-2023 10:55:05.463 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-18"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:05.464 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-18"] 02-Nov-2023 10:55:05.464 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:05.464 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:05.467 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-18-34397"] 02-Nov-2023 10:55:05.522 INFO [http-nio-127.0.0.1-auto-18-exec-5] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Connection [11], Stream [5] Closed due to error Note: further occurrences of HTTP/2 stream errors will be logged at DEBUG level. org.apache.coyote.http2.StreamException: The client attempted to use more than [1] active streams at org.apache.coyote.http2.Http2UpgradeHandler.headersEnd(Http2UpgradeHandler.java:1585) at org.apache.coyote.http2.Http2AsyncUpgradeHandler.headersEnd(Http2AsyncUpgradeHandler.java:43) at org.apache.coyote.http2.Http2Parser.onHeadersComplete(Http2Parser.java:629) at org.apache.coyote.http2.Http2Parser.readHeadersFrame(Http2Parser.java:270) at org.apache.coyote.http2.Http2AsyncParser$FrameCompletionHandler.completed(Http2AsyncParser.java:254) at org.apache.coyote.http2.Http2AsyncParser$FrameCompletionHandler.completed(Http2AsyncParser.java:167) at org.apache.tomcat.util.net.SocketWrapperBase$VectoredIOCompletionHandler.completed(SocketWrapperBase.java:1102) at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper$NioOperationState.run(NioEndpoint.java:1662) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:1570) 02-Nov-2023 10:55:05.575 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-18-34397"] 02-Nov-2023 10:55:05.576 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:05.578 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-18-34397"] 02-Nov-2023 10:55:05.582 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-18-34397"] 02-Nov-2023 10:55:05.583 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testExceedMaxActiveStreams02[1: loop [0], useAsyncIO[true]]] 02-Nov-2023 10:55:05.584 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-19"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:05.584 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-19"] 02-Nov-2023 10:55:05.585 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:05.585 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:05.588 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-19-36955"] 02-Nov-2023 10:55:05.646 INFO [http-nio-127.0.0.1-auto-19-exec-4] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Connection [12], Stream [5] Closed due to error Note: further occurrences of HTTP/2 stream errors will be logged at DEBUG level. org.apache.coyote.http2.StreamException: The client attempted to use more than [1] active streams at org.apache.coyote.http2.Http2UpgradeHandler.headersEnd(Http2UpgradeHandler.java:1585) at org.apache.coyote.http2.Http2AsyncUpgradeHandler.headersEnd(Http2AsyncUpgradeHandler.java:43) at org.apache.coyote.http2.Http2Parser.onHeadersComplete(Http2Parser.java:629) at org.apache.coyote.http2.Http2Parser.readHeadersFrame(Http2Parser.java:270) at org.apache.coyote.http2.Http2AsyncParser$FrameCompletionHandler.completed(Http2AsyncParser.java:254) at org.apache.coyote.http2.Http2AsyncParser$FrameCompletionHandler.completed(Http2AsyncParser.java:167) at org.apache.tomcat.util.net.SocketWrapperBase$VectoredIOCompletionHandler.completed(SocketWrapperBase.java:1102) at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper$NioOperationState.run(NioEndpoint.java:1662) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:1570) 02-Nov-2023 10:55:05.699 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-19-36955"] 02-Nov-2023 10:55:05.700 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:05.703 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-19-36955"] 02-Nov-2023 10:55:05.705 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-19-36955"] 02-Nov-2023 10:55:05.706 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testClosedInvalidFrame01[1: loop [0], useAsyncIO[true]]] 02-Nov-2023 10:55:05.707 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-20"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:05.707 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-20"] 02-Nov-2023 10:55:05.707 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:05.708 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:05.710 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-20-35575"] 02-Nov-2023 10:55:05.766 INFO [http-nio-127.0.0.1-auto-20-exec-5] org.apache.coyote.http2.Http2UpgradeHandler.upgradeDispatch Connection [13], Stream [3] Closed due to error Note: further occurrences of HTTP/2 stream errors will be logged at DEBUG level. org.apache.coyote.http2.StreamException: Connection [13], Stream [3], State [CLOSED_RST_RX], Frame type [DATA] at org.apache.coyote.http2.StreamStateMachine.checkFrameType(StreamStateMachine.java:122) at org.apache.coyote.http2.AbstractNonZeroStream.checkState(AbstractNonZeroStream.java:50) at org.apache.coyote.http2.Http2UpgradeHandler.startRequestBodyFrame(Http2UpgradeHandler.java:1469) at org.apache.coyote.http2.Http2AsyncUpgradeHandler.startRequestBodyFrame(Http2AsyncUpgradeHandler.java:43) at org.apache.coyote.http2.Http2Parser.readDataFrame(Http2Parser.java:174) at org.apache.coyote.http2.Http2AsyncParser$FrameCompletionHandler.completed(Http2AsyncParser.java:251) at org.apache.coyote.http2.Http2AsyncParser$FrameCompletionHandler.completed(Http2AsyncParser.java:167) at org.apache.tomcat.util.net.SocketWrapperBase$VectoredIOCompletionHandler.completed(SocketWrapperBase.java:1102) at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper$NioOperationState.run(NioEndpoint.java:1662) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:1570) 02-Nov-2023 10:55:05.766 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-20-35575"] 02-Nov-2023 10:55:05.767 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:05.770 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-20-35575"] 02-Nov-2023 10:55:05.772 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-20-35575"] 02-Nov-2023 10:55:05.773 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testClosedInvalidFrame02[1: loop [0], useAsyncIO[true]]] 02-Nov-2023 10:55:05.775 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-21"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:05.775 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-21"] 02-Nov-2023 10:55:05.775 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:05.775 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:05.779 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-21-44735"] 02-Nov-2023 10:55:05.894 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-21-44735"] 02-Nov-2023 10:55:05.897 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:05.899 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-21-44735"] 02-Nov-2023 10:55:05.900 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-21-44735"] 02-Nov-2023 10:55:05.902 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testIdleStateInvalidFrame01[1: loop [0], useAsyncIO[true]]] 02-Nov-2023 10:55:05.903 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-22"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:05.903 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-22"] 02-Nov-2023 10:55:05.903 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:05.903 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:05.909 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-22-35361"] 02-Nov-2023 10:55:06.016 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-22-35361"] 02-Nov-2023 10:55:06.017 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:06.019 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-22-35361"] 02-Nov-2023 10:55:06.022 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-22-35361"] 02-Nov-2023 10:55:06.023 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testIdleStateInvalidFrame02[1: loop [0], useAsyncIO[true]]] 02-Nov-2023 10:55:06.025 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-23"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:06.025 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-23"] 02-Nov-2023 10:55:06.025 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:06.025 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:06.030 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-23-45389"] 02-Nov-2023 10:55:06.138 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-23-45389"] 02-Nov-2023 10:55:06.141 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:06.143 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-23-45389"] 02-Nov-2023 10:55:06.146 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-23-45389"] 02-Nov-2023 10:55:06.148 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testImplicitClose[1: loop [0], useAsyncIO[true]]] 02-Nov-2023 10:55:06.149 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-24"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:06.149 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-24"] 02-Nov-2023 10:55:06.149 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:06.150 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:06.154 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-24-39843"] 02-Nov-2023 10:55:06.298 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-24-39843"] 02-Nov-2023 10:55:06.299 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:06.301 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-24-39843"] 02-Nov-2023 10:55:06.308 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-24-39843"] 02-Nov-2023 10:55:06.309 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [testClientSendEvenStream[1: loop [0], useAsyncIO[true]]] 02-Nov-2023 10:55:06.310 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-25"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:06.310 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-25"] 02-Nov-2023 10:55:06.311 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:06.311 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:06.314 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-25-40725"] 02-Nov-2023 10:55:06.406 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-25-40725"] 02-Nov-2023 10:55:06.407 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:06.409 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-25-40725"] 02-Nov-2023 10:55:06.413 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-25-40725"] 02-Nov-2023 10:55:06.414 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case [halfClosedRemoteInvalidFrame[1: loop [0], useAsyncIO[true]]] 02-Nov-2023 10:55:06.418 INFO [main] org.apache.coyote.http11.AbstractHttp11Protocol.configureUpgradeProtocol The ["http-nio-127.0.0.1-auto-26"] connector has been configured to support HTTP upgrade to [h2c] 02-Nov-2023 10:55:06.418 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-auto-26"] 02-Nov-2023 10:55:06.418 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Tomcat] 02-Nov-2023 10:55:06.418 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/11.0.0-M14-dev] 02-Nov-2023 10:55:06.423 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-auto-26-36715"] 02-Nov-2023 10:55:06.536 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-auto-26-36715"] 02-Nov-2023 10:55:06.537 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Tomcat] 02-Nov-2023 10:55:06.539 INFO [main] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-auto-26-36715"] 02-Nov-2023 10:55:06.546 INFO [main] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-auto-26-36715"] ------------- ---------------- --------------- Testcase: testClientSendOldStream[0: loop [0], useAsyncIO[false]] took 1.072 sec Testcase: testErrorOnWaitingStream01[0: loop [0], useAsyncIO[false]] took 0.284 sec Testcase: testErrorOnWaitingStream02[0: loop [0], useAsyncIO[false]] took 0.302 sec Testcase: testImplicitCloseLargeId[0: loop [0], useAsyncIO[false]] took 0.124 sec Testcase: testExceedMaxActiveStreams01[0: loop [0], useAsyncIO[false]] took 0.201 sec Testcase: testExceedMaxActiveStreams02[0: loop [0], useAsyncIO[false]] took 0.261 sec Testcase: testClosedInvalidFrame01[0: loop [0], useAsyncIO[false]] took 0.257 sec Testcase: testClosedInvalidFrame02[0: loop [0], useAsyncIO[false]] took 0.15 sec Testcase: testIdleStateInvalidFrame01[0: loop [0], useAsyncIO[false]] took 0.029 sec Testcase: testIdleStateInvalidFrame02[0: loop [0], useAsyncIO[false]] took 0.116 sec Testcase: testImplicitClose[0: loop [0], useAsyncIO[false]] took 0.16 sec Testcase: testClientSendEvenStream[0: loop [0], useAsyncIO[false]] took 0.128 sec Testcase: halfClosedRemoteInvalidFrame[0: loop [0], useAsyncIO[false]] took 0.121 sec Testcase: testClientSendOldStream[1: loop [0], useAsyncIO[true]] took 0.116 sec Testcase: testErrorOnWaitingStream01[1: loop [0], useAsyncIO[true]] took 0.115 sec Testcase: testErrorOnWaitingStream02[1: loop [0], useAsyncIO[true]] took 0.123 sec Testcase: testImplicitCloseLargeId[1: loop [0], useAsyncIO[true]] took 0.147 sec Testcase: testExceedMaxActiveStreams01[1: loop [0], useAsyncIO[true]] took 0.12 sec Testcase: testExceedMaxActiveStreams02[1: loop [0], useAsyncIO[true]] took 0.122 sec Testcase: testClosedInvalidFrame01[1: loop [0], useAsyncIO[true]] took 0.067 sec Testcase: testClosedInvalidFrame02[1: loop [0], useAsyncIO[true]] took 0.128 sec Testcase: testIdleStateInvalidFrame01[1: loop [0], useAsyncIO[true]] took 0.122 sec Testcase: testIdleStateInvalidFrame02[1: loop [0], useAsyncIO[true]] took 0.124 sec Testcase: testImplicitClose[1: loop [0], useAsyncIO[true]] took 0.162 sec Testcase: testClientSendEvenStream[1: loop [0], useAsyncIO[true]] took 0.104 sec Testcase: halfClosedRemoteInvalidFrame[1: loop [0], useAsyncIO[true]] took 0.134 sec