Skip to content
Aborted

Console Output

Skipping 3,766 KB.. Full Log
INFO: [HttpServer] Started.
Apr 04, 2024 9:31:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 9:31:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 9:31:29 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.IllegalArgumentException: argument type mismatch
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 9:31:29 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:255)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 9:31:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 9:31:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:29 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:29 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 9:31:30 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.IllegalArgumentException: argument type mismatch
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 9:31:30 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:255)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 9:31:30 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface jakarta.json.JsonObject.
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 9:31:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface jakarta.json.JsonArray.
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-16] Started.
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface jakarta.json.JsonObject.
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-17] Started.
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface jakarta.json.JsonArray.
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-18] Started.
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.IllegalArgumentException: argument type mismatch
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 9:31:31 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:255)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-19] Started.
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.IllegalArgumentException: argument type mismatch
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 9:31:31 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:255)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-20] Started.
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-21] Started.
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.IllegalArgumentException: argument type mismatch
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 9:31:31 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:255)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-22] Started.
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-23] Started.
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.IllegalArgumentException: argument type mismatch
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 9:31:31 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:255)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-24] Started.
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-25] Started.
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.IllegalArgumentException: argument type mismatch
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 9:31:31 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:255)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-26] Started.
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-27] Started.
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
jakarta.ws.rs.ProcessingException: Resource Java method invocation error.
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.IllegalArgumentException: argument type mismatch
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	... 20 more

Apr 04, 2024 9:31:31 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:255)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-28] Started.
Apr 04, 2024 9:31:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:32 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:32 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-29] Started.
Apr 04, 2024 9:31:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.259 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingTest
[INFO] Running org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest
Apr 04, 2024 9:31:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:33 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 9:31:33 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:33 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 9:31:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:34 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:34 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 9:31:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.816 s -- in org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest
[INFO] Running org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest
Apr 04, 2024 9:31:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:36 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 9:31:36 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:36 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=0]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=1]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=2]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=3]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=4]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=5]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=6]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=7]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=8]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=9]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=10]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=11]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=12]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=13]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=14]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=15]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16]
Apr 04, 2024 9:31:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=16]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=17]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=18]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] Integer data received: [id=null name=integer-message comment=null reconnectDelay=-1 value=19]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar]
Apr 04, 2024 9:31:36 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept
INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz]
Apr 04, 2024 9:31:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 9:31:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:37 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:37 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 9:31:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.466 s -- in org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest
[INFO] Running org.glassfish.jersey.tests.e2e.sse.EventOutputTest
Apr 04, 2024 9:31:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:39 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 9:31:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 9:31:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 9:31:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:39 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:39 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 9:31:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
Apr 04, 2024 9:31:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:40 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:40 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 9:31:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.428 s -- in org.glassfish.jersey.tests.e2e.sse.EventOutputTest
[INFO] Running org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest
Apr 04, 2024 9:31:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:42 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 9:31:42 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:42 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
message-to-client; 0
message-to-client; 1
message-to-client; 2
message-to-client; 3
message-to-client; 4
message-to-client; 5
message-to-client; 6
message-to-client; 7
message-to-client; 8
message-to-client; 9
Apr 04, 2024 9:31:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.583 s -- in org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest
[INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest
Apr 04, 2024 9:31:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:44 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 9:31:44 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:44 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Broadcaster created: org.glassfish.jersey.media.sse.internal.JerseySseBroadcaster@755a2aea
Apr 04, 2024 9:31:44 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send
INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@2f418cf4] from custom-executor-thread-1
Apr 04, 2024 9:31:44 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0
INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=firstBroadcast} from: custom-client-executor-0
Apr 04, 2024 9:31:44 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send
INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@5fb9b8e7] from custom-executor-thread-1
Apr 04, 2024 9:31:44 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest lambda$test$0
INFO: Event: InboundEvent{name='null', id='null', comment=[no comments], data=secondBroadcast} from: custom-client-executor-0
Apr 04, 2024 9:31:44 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 close
INFO: onComplete called from custom-executor-thread-1
Apr 04, 2024 9:31:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.689 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest
[INFO] Running org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest
Apr 04, 2024 9:31:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:46 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 9:31:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 9:31:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:47 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:47 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 9:31:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.797 s -- in org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest
[INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest
Apr 04, 2024 9:31:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:49 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 9:31:49 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:49 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 9:31:49 AM org.glassfish.jersey.server.ServerRuntime$Responder process
WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper.
java.lang.IllegalStateException: Closed
	at java.base/java.util.concurrent.SubmissionPublisher.doOffer(SubmissionPublisher.java:438)
	at java.base/java.util.concurrent.SubmissionPublisher.offer(SubmissionPublisher.java:562)
	at org.glassfish.jersey.internal.util.JerseyPublisher.publish(JerseyPublisher.java:308)
	at org.glassfish.jersey.media.sse.internal.JerseySseBroadcaster.broadcast(JerseySseBroadcaster.java:107)
	at org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest$SseResource.addMessage(BroadcasterCloseTest.java:116)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:400)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:263)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Apr 04, 2024 9:31:49 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse
SEVERE: Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called.
	at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578)
	at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:255)
	at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:668)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:171)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:276)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:232)
	at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:247)
	at org.glassfish.jersey.message.internal.OutboundMessageContext.close(OutboundMessageContext.java:565)
	at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:414)
	at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:750)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:387)
	at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:634)
	at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:460)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:266)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:242)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:704)
	at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:372)
	at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535)
	at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Slow subscriber completed
Apr 04, 2024 9:31:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.076 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest
[INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterTest
Apr 04, 2024 9:31:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:52 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 9:31:52 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:52 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 9:31:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.226 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterTest
[INFO] Running org.glassfish.jersey.tests.e2e.sse.GenericEntityTest
Apr 04, 2024 9:31:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:55 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 9:31:55 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:55 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 9:31:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 9:31:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:56 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:56 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 9:31:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:31:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:31:57 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:31:57 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 9:31:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.421 s -- in org.glassfish.jersey.tests.e2e.sse.GenericEntityTest
[INFO] Running org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s -- in org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest
Apr 04, 2024 9:31:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:00 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 9:32:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 9:32:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 9:32:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:00 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:00 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 9:32:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:01 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:01 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 9:32:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.918 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest
[INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest
Apr 04, 2024 9:32:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:02 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 9:32:02 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:02 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 9:32:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 9:32:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 9:32:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:03 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:03 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 9:32:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.860 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 592, Failures: 0, Errors: 0, Skipped: 8
[INFO] 
[INFO] 
[INFO] --- surefire:3.2.1:test (WithHK2) @ e2e-entity ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/ci-cd-integration_4.0/tests/e2e-entity/target/surefire-reports
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest
Apr 04, 2024 9:32:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:05 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 9:32:05 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:05 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 9:32:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 9:32:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:06 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:06 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 9:32:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.031 s -- in org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest
Apr 04, 2024 9:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:08 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 9:32:08 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:08 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 9:32:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.488 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest
Apr 04, 2024 9:32:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:10 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 9:32:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 9:32:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:10 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:10 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 9:32:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 9:32:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 9:32:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 9:32:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 9:32:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 9:32:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:11 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:11 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 9:32:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.692 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest
Apr 04, 2024 9:32:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:13 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 9:32:13 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:13 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 9:32:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 9:32:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 9:32:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 9:32:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 9:32:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 9:32:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:14 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:14 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 9:32:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.543 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest
Apr 04, 2024 9:32:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:16 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 9:32:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 9:32:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 9:32:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:17 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:17 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 9:32:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.146 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest
Apr 04, 2024 9:32:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:18 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 9:32:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 9:32:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 9:32:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 9:32:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-14] Started.
Apr 04, 2024 9:32:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:19 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:19 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-15] Started.
Apr 04, 2024 9:32:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.943 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.126 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest
Apr 04, 2024 9:32:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:21 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
Apr 04, 2024 9:32:21 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:21 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer] Started.
Apr 04, 2024 9:32:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-1] Started.
Apr 04, 2024 9:32:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-2] Started.
Apr 04, 2024 9:32:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-3] Started.
Apr 04, 2024 9:32:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:22 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:22 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-4] Started.
Apr 04, 2024 9:32:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-5] Started.
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-6] Started.
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-7] Started.
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.111 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest
[INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest
Apr 04, 2024 9:32:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-8] Started.
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-9] Started.
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-10] Started.
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-11] Started.
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-12] Started.
Apr 04, 2024 9:32:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Aborted by Maxim Nesen
Sending interrupt signal to process
Apr 04, 2024 9:32:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
Apr 04, 2024 9:32:24 AM org.glassfish.grizzly.http.server.NetworkListener start
INFO: Started listener bound to [localhost:35089]
Apr 04, 2024 9:32:24 AM org.glassfish.grizzly.http.server.HttpServer start
INFO: [HttpServer-13] Started.
Apr 04, 2024 9:32:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow
INFO: Stopped listener bound to [localhost:35089]
Apr 04, 2024 9:32:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer <init>
INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35089/
script returned exit code 143
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch JDK 21
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 536948ac-1a78-4bc7-882c-da03849e379b

GitHub has been notified of this commit’s build result

Finished: ABORTED