Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

After upgrading from Jetty 12.0.9 to 12.0.12 I get session expired exceptions for websocket handling #12121

Closed
Maurice-Betzel opened this issue Aug 1, 2024 · 6 comments
Labels
Bug For general bugs on Jetty side

Comments

@Maurice-Betzel
Copy link

Jetty version(s)
12.0.9 / 12.0.12

Jetty Environment
ee8

Java version/vendor (use: java -version)
OpenJDK

OS type/version
Windows

Description

In 12.0.9 the Context gets wrapped in ee8 nested handler, in 12.0.12 it does not get wrapped:

12.0.12 : not upgraded method!=GET CoreContextRequest@69563023
12.0.9 : not upgraded method!=GET org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@6c4e79c5

presumably resulting in the session expired exception because no session was found and the websocket gets closed.

Following exception occurs when using Jetty 12.0.12:

2024-08-01T14:42:59,930_ | DEBUG | qtp1474871727-483 | AbstractHandshaker | 186 - org.eclipse.jetty.websocket.core.server - 12.0.12 | not upgraded method!=GET CoreContextRequest@69563023{POST@5a9fe76a http://localhost:8181/twentythree/?v-r=uidl&v-uiId=17 HTTP/1.1}

2024-08-01T14:42:59,930 | DEBUG | qtp1474871727-483 | AbstractHandshaker | 186 - org.eclipse.jetty.websocket.core.server - 12.0.12 | not upgraded method!=GET CoreContextRequest@69563023{POST@5a9fe76a http://localhost:8181/twentythree/?v-r=uidl&v-uiId=17 HTTP/1.1}
2024-08-01T14:42:59,931 | DEBUG | qtp1474871727-483 | ServerRpcHandler | 130 - com.vaadin.flow.server - 23.5.2 | UI closed with a beacon request
2024-08-01T14:42:59,931 | DEBUG | qtp1474871727-483 | UidlWriter | 130 - com.vaadin.flow.server - 23.5.2 | * Creating response to client
2024-08-01T14:42:59,929 | DEBUG | qtp1474871727-485 | PushHandler | 130 - com.vaadin.flow.server - 23.5.2 | Session expired before push disconnect event was received
com.vaadin.flow.server.SessionExpiredException: null
at com.vaadin.flow.server.VaadinService.doFindOrCreateVaadinSession(VaadinService.java:906) ~[?:?]
at com.vaadin.flow.server.VaadinService.findOrCreateVaadinSession(VaadinService.java:842) ~[?:?]
at com.vaadin.flow.server.VaadinService.findVaadinSession(VaadinService.java:681) ~[?:?]
at com.vaadin.flow.server.communication.PushHandler.handleConnectionLost(PushHandler.java:363) ~[?:?]
at com.vaadin.flow.server.communication.PushHandler.connectionLost(PushHandler.java:325) ~[?:?]
at com.vaadin.flow.server.communication.PushAtmosphereHandler.onStateChange(PushAtmosphereHandler.java:55) ~[?:?]
at org.atmosphere.cpr.AsynchronousProcessor.invokeAtmosphereHandler(AsynchronousProcessor.java:540) ~[?:?]
at org.atmosphere.cpr.AsynchronousProcessor.completeLifecycle(AsynchronousProcessor.java:482) ~[?:?]
at org.atmosphere.cpr.AsynchronousProcessor.endRequest(AsynchronousProcessor.java:586) ~[?:?]
at org.atmosphere.websocket.DefaultWebSocketProcessor.close(DefaultWebSocketProcessor.java:652) ~[?:?]
at org.atmosphere.container.JSR356Endpoint.onClose(JSR356Endpoint.java:302) ~[?:?]
at org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandler.notifyOnClose(JavaxWebSocketFrameHandler.java:263) ~[?:?]
at org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandler.onClose(JavaxWebSocketFrameHandler.java:238) ~[?:?]
at org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandler.onFrame(JavaxWebSocketFrameHandler.java:228) ~[?:?]
at org.eclipse.jetty.websocket.core.WebSocketCoreSession$IncomingAdaptor.onFrame(WebSocketCoreSession.java:680) ~[!/:12.0.12]
at org.eclipse.jetty.websocket.core.AbstractExtension.nextIncomingFrame(AbstractExtension.java:145) ~[!/:12.0.12]
at org.eclipse.jetty.websocket.core.internal.PerMessageDeflateExtension.nextIncomingFrame(PerMessageDeflateExtension.java:239) ~[!/:12.0.12]
at org.eclipse.jetty.websocket.core.util.DemandingFlusher.emitFrame(DemandingFlusher.java:143) [!/:12.0.12]
at org.eclipse.jetty.websocket.core.internal.PerMessageDeflateExtension$IncomingFlusher.handle(PerMessageDeflateExtension.java:382) [!/:12.0.12]
at org.eclipse.jetty.websocket.core.util.DemandingFlusher.process(DemandingFlusher.java:167) [!/:12.0.12]
at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:262) [!/:12.0.12]
at org.eclipse.jetty.util.IteratingCallback.succeeded(IteratingCallback.java:401) [!/:12.0.12]
at org.eclipse.jetty.websocket.core.util.DemandingFlusher.onFrame(DemandingFlusher.java:105) [!/:12.0.12]
at org.eclipse.jetty.websocket.core.internal.PerMessageDeflateExtension.onFrame(PerMessageDeflateExtension.java:96) [!/:12.0.12]
at org.eclipse.jetty.websocket.core.ExtensionStack.onFrame(ExtensionStack.java:113) [!/:12.0.12]
at org.eclipse.jetty.websocket.core.WebSocketCoreSession.onFrame(WebSocketCoreSession.java:463) [!/:12.0.12]
at org.eclipse.jetty.websocket.core.WebSocketConnection.onFrame(WebSocketConnection.java:254) [!/:12.0.12]
at org.eclipse.jetty.websocket.core.WebSocketConnection.fillAndParse(WebSocketConnection.java:447) [!/:12.0.12]
at org.eclipse.jetty.websocket.core.WebSocketConnection.onFillable(WebSocketConnection.java:332) [!/:12.0.12]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322) [!/:12.0.12]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99) [!/:12.0.12]
at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) [!/:12.0.12]
at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478) [!/:12.0.12]
at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441) [!/:12.0.12]
at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293) [!/:12.0.12]
at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201) [!/:12.0.12]
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:311) [!/:12.0.12]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:979) [!/:12.0.12]
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1209) [!/:12.0.12]
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1164) [!/:12.0.12]
at java.lang.Thread.run(Thread.java:833) [?:?]

In Jetty 12.0.9:

2024-08-01T13:44:33,696 | DEBUG | qtp1099831541-354 | AbstractHandshaker | 91 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded method!=GET org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@6c4e79c5
2024-08-01T13:44:33,696 | DEBUG | qtp1099831541-354 | AbstractHandshaker | 91 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded method!=GET org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@6c4e79c5
2024-08-01T13:44:33,698 | DEBUG | qtp1099831541-354 | UidlWriter | 164 - com.vaadin.flow.server - 23.5.1 | * Creating response to client
2024-08-01T13:44:33,698 | DEBUG | qtp1099831541-354 | AbstractSessionManager | 72 - org.eclipse.jetty.session - 12.0.9 | Complete called with session ManagedSession@f1feb25{id=node0q652rp1vgijk1h3enwgbm0kli0,x=node0q652rp1vgijk1h3enwgbm0kli0.node0,req=1,res=true}
2024-08-01T13:44:33,698 | DEBUG | qtp1099831541-354 | ManagedSession | 72 - org.eclipse.jetty.session - 12.0.9 | Session node0q652rp1vgijk1h3enwgbm0kli0 complete, active requests=0
2024-08-01T13:44:33,699 | DEBUG | qtp1099831541-354 | AbstractSessionManager | 72 - org.eclipse.jetty.session - 12.0.9 | Session node0q652rp1vgijk1h3enwgbm0kli0 no eviction
2024-08-01T13:44:33,699 | DEBUG | qtp1099831541-354 | SessionInactivityTimer | 72 - org.eclipse.jetty.session - 12.0.9 | (Re)starting timer for session node0q652rp1vgijk1h3enwgbm0kli0 at 7200000ms
2024-08-01T13:44:33,699 | DEBUG | qtp1099831541-354 | AbstractSessionDataStore | 72 - org.eclipse.jetty.session - 12.0.9 | Store: id=node0q652rp1vgijk1h3enwgbm0kli0, mdirty=true, dirty=true, lsave=1722512672457, period=0, elapsed=1242
2024-08-01T13:44:33,699 | DEBUG | qtp1099831541-354 | AbstractSessionCache | 72 - org.eclipse.jetty.session - 12.0.9 | Non passivating SessionDataStore, session in SessionCache only id=node0q652rp1vgijk1h3enwgbm0kli0
2024-08-01T13:44:33,894 | DEBUG | Thread-66 | UidlWriter | 164 - com.vaadin.flow.server - 23.5.1 | * Creating response to client

How to reproduce?
Very hard

@Maurice-Betzel Maurice-Betzel added the Bug For general bugs on Jetty side label Aug 1, 2024
@joakime
Copy link
Contributor

joakime commented Aug 1, 2024

12.0.12 : not upgraded method!=GET CoreContextRequest@69563023
12.0.9 : not upgraded method!=GET org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@6c4e79c5

Those are the same message.
In the 12.0.9 it's using class.getName()
in the 12.0.12 it's using class.getSimpleName()

First flag I'm noticing is that you are attempting to work with http sessions from within WebSocket.
That's not supported by WebSocket.

HttpSession only works on HTTP, during HTTP, not after HTTP.
If you are upgraded to WebSocket, you are no longer HTTP. This is not a websocket specific behavior, this is the result of HTTP Upgrade in general. (for example, if you upgraded to a tunneled TCP socket, then you are no longer HTTP as well)
HttpSession has no lifecycle on WebSocket and should not be used after you are upgraded.
With WebSocket, it is only safe to use HttpSession during the upgrade process itself.
Grab what you want from the HttpSession then, and pass it along into your WebSocket to use, as once you get the WebSocket connect/open event, that session is no longer safe to use. (The HttpSession object instance during that upgrade have been rendered useless on the HTTP Upgrade response to that WebSocket Upgrade response)

@Maurice-Betzel
Copy link
Author

Maurice-Betzel commented Aug 1, 2024

Will look into this, I am bootstrapping Vaadin with Atmosphere running Jetty via Apache Felix Jetty 12 on Karaf. I did remember seeing that Vaadin is fetching session data out of attributes from a Felix HttpSessionWrapper class and I had to modify it because Felix was adding prefixes to the attributes causing Vaadin not to find the session data because it is accessing it directly, not via the Felix session wrapper.

@joakime
Copy link
Contributor

joakime commented Aug 1, 2024

Note that with EE11, the Servlet 6.1 spec has a new feature that allows you to ask for an HttpSession at any arbitrary time.

This is the new jakarta.servlet.http.HttpSession.Accessor concept.

(From the Servlet Spec)

`HttpSession` objects obtained from `HttpServletRequest` must not be used
outside the scope of the request from which there are obtained. If it is
necessary to access the `HttpSession` outside of this scope, the
`HttpSession.getAccessor()` method must be used.

Jetty 12.1.x has already implemented HttpSession.getAccessor() (we hope to have a release of Jetty 12.1.0 available before summer is out)

See:

This would allow something like Vaadin and Atmosphere to access HttpSession instances from websocket.

@Maurice-Betzel
Copy link
Author

The odd thing is, I have a manually put together Karaf instance with Jetty 12.0.9 where Vaadin and Atmosphere works, now I am creating the feature KAR installer and it does not, producing below exception in a loop. Have to find the differences :)

2024-08-01T16:51:20,122 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | SessionManager default maxInactiveInterval=7200
2024-08-01T16:51:20,192 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | jetty | 156 - org.apache.felix.http.jetty - 4.2.26.GSP | Javax WebSocket EE8 servlet container configured
2024-08-01T16:51:20,206 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | Server | 189 - org.eclipse.jetty.server - 12.0.9 | jetty-12.0.9; built: 2024-05-03T13:03:17.262Z; git: efe8023; jvm 17.0.6+10
2024-08-01T16:51:20,355 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WebSocketUpgradeFilter | 179 - org.eclipse.jetty.ee8.websocket.servlet - 12.0.9 | Adding org.eclipse.jetty.ee8.websocket.servlet.WebSocketUpgradeFilter==org.eclipse.jetty.ee8.websocket.servlet.WebSocketUpgradeFilter@197c03ac{inst=false,async=true,src=EMBEDDED:} mapped to /* in [email protected]@3c8aad64{Core Servlet Context,/,null,false}
2024-08-01T16:51:20,436 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | JavaxWebSocketServletContainerInitializer | 177 - org.eclipse.jetty.ee8.websocket.javax.server - 12.0.9 | configureContext org.eclipse.jetty.websocket.core.server.WebSocketMappings@14aa45d5 oejwcs.WebSocketServerComponents@4f54c4d4{STARTED} org.eclipse.jetty.ee8.websocket.servlet.WebSocketUpgradeFilter==org.eclipse.jetty.ee8.websocket.servlet.WebSocketUpgradeFilter@197c03ac{inst=false,async=true,src=EMBEDDED:} oeje8wjs.JavaxWebSocketServerContainer@68708754{STARTED}
2024-08-01T16:51:20,437 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | JavaxWebSocketServletContainerInitializer | 177 - org.eclipse.jetty.ee8.websocket.javax.server - 12.0.9 | Found 0 classes
2024-08-01T16:51:20,437 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | JavaxWebSocketServletContainerInitializer | 177 - org.eclipse.jetty.ee8.websocket.javax.server - 12.0.9 | Discovered 0 extends Endpoint classes
2024-08-01T16:51:20,437 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | JavaxWebSocketServletContainerInitializer | 177 - org.eclipse.jetty.ee8.websocket.javax.server - 12.0.9 | Discovered 0 @serverendpoint classes
2024-08-01T16:51:20,438 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | JavaxWebSocketServletContainerInitializer | 177 - org.eclipse.jetty.ee8.websocket.javax.server - 12.0.9 | Discovered 0 ServerApplicationConfig classes
2024-08-01T16:51:20,438 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | JavaxWebSocketServletContainerInitializer | 177 - org.eclipse.jetty.ee8.websocket.javax.server - 12.0.9 | Deploying 0 ServerEndpointConfig(s)
2024-08-01T16:51:20,438 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | JavaxWebSocketServletContainerInitializer | 177 - org.eclipse.jetty.ee8.websocket.javax.server - 12.0.9 | Deploying 0 @serverendpoint(s)
2024-08-01T16:51:20,473 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | DefaultSessionIdManager | 190 - org.eclipse.jetty.session - 12.0.9 | Session workerName=node0
2024-08-01T16:51:20,474 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | HouseKeeper | 190 - org.eclipse.jetty.session - 12.0.9 | node0 scavenging every 660000ms
2024-08-01T16:51:20,522 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | ContextHandler | 189 - org.eclipse.jetty.server - 12.0.9 | Started oeje8n.ContextHandler$CoreContextHandler@5b2010e9{Core Servlet Context,/,b=null,a=AVAILABLE,h=oeje8n.ContextHandler$CoreContextHandler$CoreToNestedHandler@4a68a462{STARTED}}
2024-08-01T16:51:20,536 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | Server | 189 - org.eclipse.jetty.server - 12.0.9 | Started oejs.Server@284c7ccb{STARTING}[12.0.9,sto=0] @204785ms
2024-08-01T16:51:20,537 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | HouseKeeper | 190 - org.eclipse.jetty.session - 12.0.9 | node0 scavenging every 600000ms
2024-08-01T16:51:20,723 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AbstractConnector | 189 - org.eclipse.jetty.server - 12.0.9 | Started ServerConnector@6a75c2b1{HTTP/1.1, (http/1.1)}{0.0.0.0:8181}
2024-08-01T16:51:20,726 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | jetty | 156 - org.apache.felix.http.jetty - 4.2.26.GSP | Started Jetty 12.0.9 at port(s) HTTP:8181 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=12]
2024-08-01T16:51:20,913 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | jetty | 156 - org.apache.felix.http.jetty - 4.2.26.GSP | [ServiceReference 228 from bundle 82 : com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 ref=[com.vaadin.flow.server.VaadinServiceInitListener, javax.servlet.ServletContextListener] properties={component.id=12, component.name=VaadinServletInit, objectClass=[com.vaadin.flow.server.VaadinServiceInitListener, javax.servlet.ServletContextListener], osgi.ds.satisfying.condition.target=(osgi.condition.id=true), osgi.http.whiteboard.context.select=(osgi.http.whiteboard.context.name=Vaadin23), o
2024-08-01T16:51:20,918 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext(10)] : Checking constructor public com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext()
2024-08-01T16:51:20,919 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext(10)] : Found constructor with 0 arguments : public com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext()
2024-08-01T16:51:20,919 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext(10)] : getting field: logger
2024-08-01T16:51:20,921 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext(10)] : Locating field logger in class com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext
2024-08-01T16:51:20,921 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext(10)] : getClassFromComponentClassLoader: Looking for interface class org.osgi.service.log.LoggerFactory through loader of com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext
2024-08-01T16:51:20,922 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext(10)] : getClassFromComponentClassLoader: Found class org.osgi.service.log.LoggerFactory
2024-08-01T16:51:20,922 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext(10)] : Found field: private org.osgi.service.log.Logger com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext.logger
2024-08-01T16:51:20,922 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext(10)] : This thread collected dependencies
2024-08-01T16:51:20,922 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext(10)] : getService (single component manager) dependencies collected.
2024-08-01T16:51:20,922 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext(10)] : Querying state satisfied
2024-08-01T16:51:20,922 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext(10)] : Querying state satisfied
2024-08-01T16:51:20,922 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext(10)] : For dependency logger, optional: false; to bind: [[RefPair: ref: [[org.osgi.service.log.LogService, org.osgi.service.log.LoggerFactory, org.ops4j.pax.logging.PaxLoggingService]] service: [org.ops4j.pax.logging.log4j2.internal.PaxLoggingServiceImpl$1ManagedPaxLoggingService@1d379014]]]
2024-08-01T16:51:20,922 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext(10)] : For dependency osgi.ds.satisfying.condition, optional: false; to bind: [[RefPair: ref: [[org.osgi.service.condition.Condition]] service: [null]]]
2024-08-01T16:51:20,923 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext(10)] : getting activate: activate
2024-08-01T16:51:20,925 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext(10)] : Locating method activate in class com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext
2024-08-01T16:51:20,925 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext(10)] : Found activate method: private void com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext.activate(org.osgi.service.component.ComponentContext)
2024-08-01T16:51:20,925 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext(10)] : invoking activate: activate: parameters [org.apache.felix.scr.impl.manager.ComponentContextImpl]
2024-08-01T16:51:20,926 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Activating
2024-08-01T16:51:20,926 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext(10)] : invoked activate: activate
2024-08-01T16:51:20,926 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext(10)] : Set implementation object for component
2024-08-01T16:51:20,926 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardServletContext | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardServletContext(10)] : Changed state from satisfied to active
2024-08-01T16:51:20,936 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardServiceInitializer | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Initializing servlet context for Vaadin23
2024-08-01T16:51:20,938 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardLookupInitializer | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Creating
2024-08-01T16:51:20,949 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardLookup | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Creating
2024-08-01T16:51:20,949 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardServiceInitializer | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Registering WhiteboardApplicationProcessor service Vaadin23
2024-08-01T16:51:20,950 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardApplicationProcessorImpl | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Creating
2024-08-01T16:51:20,957 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardApplicationRouteRegistry | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Creating
2024-08-01T16:51:20,959 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardApplicationRouteRegistry | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Update registry
2024-08-01T16:51:20,960 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardApplicationRouteRegistry | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Setting WhiteboardApplicationRouteRegistry to VaadinContext
2024-08-01T16:51:20,963 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardWebComponentConfigurationRegistry | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Creating
2024-08-01T16:51:20,963 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardWebComponentConfigurationRegistry | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Setting WhiteboardWebComponentConfigurationRegistry to VaadinContext
2024-08-01T16:51:20,964 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AnnotationValidatorWrapper | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Creating
2024-08-01T16:51:20,967 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | ErrorNavigationTargetInitializerWrapper | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Creating
2024-08-01T16:51:20,967 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | RouteRegistryInitializerWrapper | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Creating
2024-08-01T16:51:20,969 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WebComponentExporterAwareValidatorWrapper | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Creating
2024-08-01T16:51:20,969 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WebComponentConfigurationRegistryInitializerWrapper | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Creating
2024-08-01T16:51:20,971 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : dm applicationProcessor tracking 4 SingleStatic added [com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.WhiteboardApplicationProcessor] (enter)
2024-08-01T16:51:20,971 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : ActivateInternal
2024-08-01T16:51:20,971 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Querying state unsatisfiedReference
2024-08-01T16:51:20,972 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Querying state unsatisfiedReference
2024-08-01T16:51:20,972 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Activating component from state unsatisfiedReference
2024-08-01T16:51:20,972 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Querying state unsatisfiedReference
2024-08-01T16:51:20,972 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Querying state unsatisfiedReference
2024-08-01T16:51:20,972 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Changed state from unsatisfiedReference to satisfied
2024-08-01T16:51:20,972 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : registration change queue [registered]
2024-08-01T16:51:20,974 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Checking constructor public com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent()
2024-08-01T16:51:20,974 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Found constructor with 0 arguments : public com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent()
2024-08-01T16:51:20,974 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : getting field: whiteboardApplicationProcessor
2024-08-01T16:51:20,974 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Locating field whiteboardApplicationProcessor in class com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent
2024-08-01T16:51:20,974 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : getClassFromComponentClassLoader: Looking for interface class com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.WhiteboardApplicationProcessor through loader of com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent
2024-08-01T16:51:20,974 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : getClassFromComponentClassLoader: Found class com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.WhiteboardApplicationProcessor
2024-08-01T16:51:20,976 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Found field: private com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.WhiteboardApplicationProcessor com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent.whiteboardApplicationProcessor
2024-08-01T16:51:20,976 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : getting field: logger
2024-08-01T16:51:20,976 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Locating field logger in class com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent
2024-08-01T16:51:20,976 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : getClassFromComponentClassLoader: Looking for interface class org.osgi.service.log.LoggerFactory through loader of com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent
2024-08-01T16:51:20,976 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : getClassFromComponentClassLoader: Found class org.osgi.service.log.LoggerFactory
2024-08-01T16:51:20,976 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Found field: private org.osgi.service.log.Logger com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent.logger
2024-08-01T16:51:20,976 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : getting field: referenceCollector
2024-08-01T16:51:20,976 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Locating field referenceCollector in class com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent
2024-08-01T16:51:20,976 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : getClassFromComponentClassLoader: Looking for interface class com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.ReferenceCollector through loader of com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent
2024-08-01T16:51:20,976 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : getClassFromComponentClassLoader: Found class com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.ReferenceCollector
2024-08-01T16:51:20,976 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Found field: private com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.ReferenceCollector com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent.referenceCollector
2024-08-01T16:51:20,977 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : This thread collected dependencies
2024-08-01T16:51:20,977 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : getService (single component manager) dependencies collected.
2024-08-01T16:51:20,977 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Querying state satisfied
2024-08-01T16:51:20,977 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Querying state satisfied
2024-08-01T16:51:20,977 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : For dependency applicationProcessor, optional: false; to bind: [[RefPair: ref: [[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.WhiteboardApplicationProcessor]] service: [com.gaston.schul.platform.vaadin.whiteboard.service.internal.initializer.WhiteboardApplicationProcessorImpl@31545f76]]]
2024-08-01T16:51:20,977 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : For dependency logger, optional: false; to bind: [[RefPair: ref: [[org.osgi.service.log.LogService, org.osgi.service.log.LoggerFactory, org.ops4j.pax.logging.PaxLoggingService]] service: [org.ops4j.pax.logging.log4j2.internal.PaxLoggingServiceImpl$1ManagedPaxLoggingService@1d379014]]]
2024-08-01T16:51:20,977 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : For dependency referenceCollector, optional: false; to bind: [[RefPair: ref: [[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.ReferenceCollector]] service: [com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.ReferenceCollector@60ff2b32]]]
2024-08-01T16:51:20,977 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : For dependency osgi.ds.satisfying.condition, optional: false; to bind: [[RefPair: ref: [[org.osgi.service.condition.Condition]] service: [null]]]
2024-08-01T16:51:20,978 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : getting activate: activate
2024-08-01T16:51:20,978 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Locating method activate in class com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent
2024-08-01T16:51:20,979 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Declared Method com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent.activate([interface org.osgi.service.component.ComponentContext]) not found
2024-08-01T16:51:20,979 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Found activate method: public void com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent.activate(com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardConfigurator$VaadinApplicationConfig,org.osgi.framework.BundleContext) throws org.osgi.service.cm.ConfigurationExcep
2024-08-01T16:51:20,979 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : invoking activate: activate: parameters [jdk.proxy13.$Proxy71, org.apache.felix.framework.BundleContextImpl]
2024-08-01T16:51:20,989 | WARN | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardLookup | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | No service found for class 'com.vaadin.flow.di.OneTimeInitializerPredicate'
2024-08-01T16:51:20,994 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Activating whiteboard for application Vaadin23
2024-08-01T16:51:20,994 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | ReferenceCollector | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Dispatching
2024-08-01T16:51:21,059 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | ReferenceCollector | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Add reference from bundle 'com.gaston.schul.platform.vaadin.whiteboard.demo' [com.gaston.schul.platform.vaadin.whiteboard.demo.views.about.AboutView]
2024-08-01T16:51:21,060 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | ReferenceCollector | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Add reference from bundle 'com.gaston.schul.platform.vaadin.whiteboard.demo' [com.gaston.schul.platform.vaadin.whiteboard.demo.AppShell]
2024-08-01T16:51:21,062 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | ReferenceCollector | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Add reference from bundle 'com.gaston.schul.platform.vaadin.whiteboard.demo' [com.gaston.schul.platform.vaadin.whiteboard.demo.views.map.MapView]
2024-08-01T16:51:21,062 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | ReferenceCollector | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Add reference from bundle 'com.gaston.schul.platform.vaadin.whiteboard.demo' [com.gaston.schul.platform.vaadin.whiteboard.demo.views.main.MainView]
2024-08-01T16:51:21,062 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | ReferenceCollector | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Add reference from bundle 'com.gaston.schul.platform.vaadin.whiteboard.demo' [com.gaston.schul.platform.vaadin.whiteboard.demo.views.helloworld.HelloWorldView]
2024-08-01T16:51:21,062 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | ReferenceCollector | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Handle resource ADD properties: {vaadin.route.alias=, component.id=16, component.name=com.gaston.schul.platform.vaadin.whiteboard.demo.views.about.AboutView, service.id=233, vaadin.route=, objectClass=[Ljava.lang.String;@6cd1c1b0, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), vaadin.component=true, service.scope=prototype, vaadin.theme=Lumo, service.bundleid=80}
2024-08-01T16:51:21,063 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Adding Vaadin component for application Vaadin23
2024-08-01T16:51:21,064 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardApplicationRouteRegistry | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Update component map
2024-08-01T16:51:21,083 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | ReferenceCollector | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Handle resource ADD properties: {vaadin.route.alias=, component.id=13, component.name=com.gaston.schul.platform.vaadin.whiteboard.demo.AppShell, service.id=230, vaadin.route=, objectClass=[Ljava.lang.String;@4e45e026, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), vaadin.component=true, service.scope=prototype, vaadin.theme=Lumo, service.bundleid=80}
2024-08-01T16:51:21,084 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Adding Vaadin component for application Vaadin23
2024-08-01T16:51:21,084 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardApplicationRouteRegistry | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Update component map
2024-08-01T16:51:21,087 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Register Vaadin PWA for application Vaadin23
2024-08-01T16:51:21,090 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardVaadinServlet | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Creating
2024-08-01T16:51:21,094 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | ResourceBundleTracker | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Start tracking bundle com.vaadin.flow.push for context path /twentythree
2024-08-01T16:51:21,095 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | ResourceBundleTracker | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Registering resource bundle com.vaadin.flow.push for context path /twentythree having context name Vaadin23
2024-08-01T16:51:21,098 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | ReferenceCollector | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Handle resource ADD properties: {vaadin.route.alias=, component.id=19, component.name=com.gaston.schul.platform.vaadin.whiteboard.demo.views.map.MapView, service.id=236, vaadin.route=, objectClass=[Ljava.lang.String;@61bb5848, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), vaadin.component=true, service.scope=prototype, vaadin.theme=Lumo, service.bundleid=80}
2024-08-01T16:51:21,098 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Adding Vaadin component for application Vaadin23
2024-08-01T16:51:21,098 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardApplicationRouteRegistry | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Update component map
2024-08-01T16:51:21,104 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | ReferenceCollector | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Handle resource ADD properties: {vaadin.route.alias=, component.id=18, component.name=com.gaston.schul.platform.vaadin.whiteboard.demo.views.main.MainView, service.id=235, vaadin.route=, objectClass=[Ljava.lang.String;@1b8f46de, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), vaadin.component=true, service.scope=prototype, vaadin.theme=Lumo, service.bundleid=80}
2024-08-01T16:51:21,104 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Adding Vaadin component for application Vaadin23
2024-08-01T16:51:21,104 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardApplicationRouteRegistry | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Update component map
2024-08-01T16:51:21,108 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | ReferenceCollector | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Handle resource ADD properties: {vaadin.route.alias=, component.id=17, component.name=com.gaston.schul.platform.vaadin.whiteboard.demo.views.helloworld.HelloWorldView, service.id=234, vaadin.route=, objectClass=[Ljava.lang.String;@5d2d0790, osgi.ds.satisfying.condition.target=(osgi.condition.id=true), vaadin.component=true, service.scope=prototype, vaadin.theme=Lumo, service.bundleid=80}
2024-08-01T16:51:21,108 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Adding Vaadin component for application Vaadin23
2024-08-01T16:51:21,108 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardApplicationRouteRegistry | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Update component map
2024-08-01T16:51:21,144 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : invoked activate: activate
2024-08-01T16:51:21,144 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Set implementation object for component
2024-08-01T16:51:21,144 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : Changed state from satisfied to active
2024-08-01T16:51:21,145 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | bundle com.gaston.schul.platform.vaadin.whiteboard.service:1.0.0 (82)[com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.VaadinWhiteboardComponent(11)] : dm applicationProcessor tracking 4 SingleStatic added [com.gaston.schul.platform.vaadin.whiteboard.service.internal.spi.WhiteboardApplicationProcessor] (exit)
2024-08-01T16:51:21,150 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardVaadinServlet | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Websocket container initialized on servlet context!
2024-08-01T16:51:21,182 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | DefaultDeploymentConfiguration | 140 - com.vaadin.flow.server - 23.5.2 | Vaadin is running in production mode.
2024-08-01T16:51:21,182 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardVaadinServlet | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Creating Vaadin servlet service
2024-08-01T16:51:21,185 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardVaadinServletService | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Creating
2024-08-01T16:51:21,189 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | OSGiServiceInstantiator | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Creating
2024-08-01T16:51:21,232 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | PushRequestHandler | 140 - com.vaadin.flow.server - 23.5.2 | Initializing Atmosphere for servlet Vaadin23
2024-08-01T16:51:21,327 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Installed AtmosphereHandler com.vaadin.flow.server.communication.PushAtmosphereHandler mapped to context-path: /*
2024-08-01T16:51:21,328 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Installed the following AtmosphereInterceptor mapped to AtmosphereHandler com.vaadin.flow.server.communication.PushAtmosphereHandler
2024-08-01T16:51:21,434 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Atmosphere is using org.atmosphere.util.VoidAnnotationProcessor for processing annotation
2024-08-01T16:51:21,435 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Scanning all classes on the classpath
2024-08-01T16:51:21,454 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | ForkJoinPool | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Using ForkJoinPool java.util.concurrent.ForkJoinPool. Set the org.atmosphere.cpr.broadcaster.maxAsyncWriteThreads to -1 to fully use its power.
2024-08-01T16:51:21,466 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol
2024-08-01T16:51:21,476 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | DefaultAsyncSupportResolver | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Found javax.servlet.AsyncListener
2024-08-01T16:51:21,480 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | DefaultAsyncSupportResolver | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Found javax.websocket.Endpoint
2024-08-01T16:51:21,491 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | JSR356AsyncSupport | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | JSR 356 Mapping path /twentythree/VAADIN/push
2024-08-01T16:51:21,508 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | JavaxWebSocketServerContainer | 177 - org.eclipse.jetty.ee8.websocket.javax.server - 12.0.9 | addEndpoint(javax.websocket.server.DefaultServerEndpointConfig@1eefa06b) path=/twentythree/VAADIN/push endpoint=class org.atmosphere.container.JSR356Endpoint
2024-08-01T16:51:21,602 | DEBUG | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | JavaxWebSocketServerContainer | 177 - org.eclipse.jetty.ee8.websocket.javax.server - 12.0.9 | addEndpoint(javax.websocket.server.DefaultServerEndpointConfig@a7bbc5b) path=/twentythree/VAADIN/push/ endpoint=class org.atmosphere.container.JSR356Endpoint
2024-08-01T16:51:21,602 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Installing Default AtmosphereInterceptors
2024-08-01T16:51:21,605 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support
2024-08-01T16:51:21,606 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Interceptor
2024-08-01T16:51:21,606 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support
2024-08-01T16:51:21,607 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support
2024-08-01T16:51:21,607 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Dropping Interceptor org.atmosphere.interceptor.HeartbeatInterceptor
2024-08-01T16:51:21,608 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support
2024-08-01T16:51:21,609 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support
2024-08-01T16:51:21,610 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol
2024-08-01T16:51:21,610 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor
2024-08-01T16:51:21,611 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection
2024-08-01T16:51:21,617 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleResourceInterceptor
2024-08-01T16:51:21,617 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them.
2024-08-01T16:51:21,619 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Installed AtmosphereInterceptor CORS Interceptor Support with priority FIRST_BEFORE_DEFAULT
2024-08-01T16:51:21,637 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Installed AtmosphereInterceptor Default Response's Headers Interceptor with priority AFTER_DEFAULT
2024-08-01T16:51:21,637 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Installed AtmosphereInterceptor Browser Padding Interceptor Support with priority AFTER_DEFAULT
2024-08-01T16:51:21,637 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Installed AtmosphereInterceptor Android Interceptor Support with priority AFTER_DEFAULT
2024-08-01T16:51:21,638 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Installed AtmosphereInterceptor SSE Interceptor Support with priority AFTER_DEFAULT
2024-08-01T16:51:21,638 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Installed AtmosphereInterceptor JSONP Interceptor Support with priority AFTER_DEFAULT
2024-08-01T16:51:21,638 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Installed AtmosphereInterceptor Atmosphere JavaScript Protocol with priority AFTER_DEFAULT
2024-08-01T16:51:21,638 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Installed AtmosphereInterceptor org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor with priority AFTER_DEFAULT
2024-08-01T16:51:21,638 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Installed AtmosphereInterceptor Browser disconnection detection with priority AFTER_DEFAULT
2024-08-01T16:51:21,638 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Installed AtmosphereInterceptor org.atmosphere.interceptor.IdleResourceInterceptor with priority BEFORE_DEFAULT
2024-08-01T16:51:21,639 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper
2024-08-01T16:51:21,639 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Using BroadcasterCache: org.atmosphere.cache.UUIDBroadcasterCache
2024-08-01T16:51:21,639 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Default Broadcaster Class: org.atmosphere.cpr.DefaultBroadcaster
2024-08-01T16:51:21,640 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Broadcaster Shared List Resources: false
2024-08-01T16:51:21,640 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Broadcaster Polling Wait Time 100
2024-08-01T16:51:21,640 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Shared ExecutorService supported: true
2024-08-01T16:51:21,640 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Messaging ExecutorService Pool Size unavailable - Not instance of ThreadPoolExecutor
2024-08-01T16:51:21,640 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Async I/O Thread Pool Size: 200
2024-08-01T16:51:21,640 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory
2024-08-01T16:51:21,640 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Using AtmosphereResurceFactory: org.atmosphere.cpr.DefaultAtmosphereResourceFactory
2024-08-01T16:51:21,640 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor
2024-08-01T16:51:21,651 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Invoke AtmosphereInterceptor on WebSocket message true
2024-08-01T16:51:21,651 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | HttpSession supported: false
2024-08-01T16:51:21,651 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object creation
2024-08-01T16:51:21,651 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Atmosphere is using async support: org.atmosphere.container.JSR356AsyncSupport running under container: jetty/12.0.9 using javax.servlet/3.0 and jsr356/WebSocket API
2024-08-01T16:51:21,651 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Atmosphere Framework 2.7.3.slf4jvaadin6 started.
2024-08-01T16:51:21,652 | INFO | pool-12-thread-1 | VaadinWhiteboardComponent | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | Dispatching routes
2024-08-01T16:51:21,670 | INFO | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | AtmosphereFramework | 89 - com.vaadin.external.atmosphere.runtime - 2.7.3.slf4jvaadin6 | Installed AtmosphereInterceptor Track Message Size Interceptor using | with priority BEFORE_DEFAULT
2024-08-01T16:51:21,682 | WARN | pool-12-thread-1 | WhiteboardLookup | 82 - com.gaston.schul.platform.vaadin.whiteboard.service - 1.0.0 | No service found for class 'com.vaadin.flow.di.OneTimeInitializerPredicate'
2024-08-01T16:51:21,699 | WARN | CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http]) | WhiteboardVaadinServlet | 140 - com.vaadin.flow.server - 23.5.2 | Unable to determin servlet registration for Vaadin23. Ignoring
2024-08-01T16:51:22,947 | DEBUG | qtp1036021585-590 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Got Session IDs [node05tvkcwoqzlqm2ibbhhdvuy80.node0] from cookies 1
2024-08-01T16:51:22,947 | DEBUG | qtp1036021585-591 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Got Session IDs [node05tvkcwoqzlqm2ibbhhdvuy80.node0] from cookies 1
2024-08-01T16:51:22,952 | DEBUG | qtp1036021585-590 | AbstractSessionCache | 190 - org.eclipse.jetty.session - 12.0.9 | Session node05tvkcwoqzlqm2ibbhhdvuy80 not found locally in org.eclipse.jetty.session.DefaultSessionCache@7b899045[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false], attempting to load
2024-08-01T16:51:22,957 | DEBUG | qtp1036021585-590 | AbstractSessionCache | 190 - org.eclipse.jetty.session - 12.0.9 | Session node05tvkcwoqzlqm2ibbhhdvuy80 not loaded by store
2024-08-01T16:51:22,957 | DEBUG | qtp1036021585-590 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | No session found for session id node05tvkcwoqzlqm2ibbhhdvuy80.node0
2024-08-01T16:51:22,957 | DEBUG | qtp1036021585-591 | AbstractSessionCache | 190 - org.eclipse.jetty.session - 12.0.9 | Session node05tvkcwoqzlqm2ibbhhdvuy80 not found locally in org.eclipse.jetty.session.DefaultSessionCache@7b899045[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false], attempting to load
2024-08-01T16:51:22,957 | DEBUG | qtp1036021585-591 | AbstractSessionCache | 190 - org.eclipse.jetty.session - 12.0.9 | Session node05tvkcwoqzlqm2ibbhhdvuy80 not loaded by store
2024-08-01T16:51:22,957 | DEBUG | qtp1036021585-591 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | No session found for session id node05tvkcwoqzlqm2ibbhhdvuy80.node0
2024-08-01T16:51:22,968 | DEBUG | qtp1036021585-590 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded method!=GET org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@3b803d47
2024-08-01T16:51:22,968 | DEBUG | qtp1036021585-590 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded method!=GET org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@3b803d47
2024-08-01T16:51:22,968 | DEBUG | qtp1036021585-591 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded: unsupported version null org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@231e5a9
2024-08-01T16:51:22,968 | DEBUG | qtp1036021585-591 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded method!=GET org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@231e5a9
2024-08-01T16:51:23,020 | DEBUG | qtp1036021585-590 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Complete called with session null
2024-08-01T16:51:23,035 | DEBUG | qtp1036021585-568 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Got Session IDs [node05tvkcwoqzlqm2ibbhhdvuy80.node0] from cookies 1
2024-08-01T16:51:23,035 | DEBUG | qtp1036021585-568 | AbstractSessionCache | 190 - org.eclipse.jetty.session - 12.0.9 | Session node05tvkcwoqzlqm2ibbhhdvuy80 not found locally in org.eclipse.jetty.session.DefaultSessionCache@7b899045[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false], attempting to load
2024-08-01T16:51:23,035 | DEBUG | qtp1036021585-568 | AbstractSessionCache | 190 - org.eclipse.jetty.session - 12.0.9 | Session node05tvkcwoqzlqm2ibbhhdvuy80 not loaded by store
2024-08-01T16:51:23,035 | DEBUG | qtp1036021585-568 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | No session found for session id node05tvkcwoqzlqm2ibbhhdvuy80.node0
2024-08-01T16:51:23,035 | DEBUG | qtp1036021585-568 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded: unsupported version null org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@9b36dba
2024-08-01T16:51:23,035 | DEBUG | qtp1036021585-568 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded method!=GET org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@9b36dba
2024-08-01T16:51:23,038 | DEBUG | qtp1036021585-568 | DefaultSessionIdManager | 190 - org.eclipse.jetty.session - 12.0.9 | Checking node05tvkcwoqzlqm2ibbhhdvuy80 is in use by at least one context
2024-08-01T16:51:23,040 | DEBUG | qtp1036021585-568 | DefaultSessionIdManager | 190 - org.eclipse.jetty.session - 12.0.9 | Checked node05tvkcwoqzlqm2ibbhhdvuy80, in use: false
2024-08-01T16:51:23,040 | DEBUG | qtp1036021585-568 | AbstractSessionCache | 190 - org.eclipse.jetty.session - 12.0.9 | Creating new session id=node01vniy53htwvndbqyejof2yr8y0
2024-08-01T16:51:23,051 | DEBUG | qtp1036021585-568 | ManagedSession | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 in use, stopping timer, active requests=1
2024-08-01T16:51:23,052 | DEBUG | qtp1036021585-568 | SessionInactivityTimer | 190 - org.eclipse.jetty.session - 12.0.9 | Cancelled timer for session node01vniy53htwvndbqyejof2yr8y0
2024-08-01T16:51:23,058 | DEBUG | qtp1036021585-591 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Complete called with session null
2024-08-01T16:51:23,072 | DEBUG | qtp1036021585-569 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Got Session IDs [node05tvkcwoqzlqm2ibbhhdvuy80.node0] from cookies 1
2024-08-01T16:51:23,072 | DEBUG | qtp1036021585-569 | AbstractSessionCache | 190 - org.eclipse.jetty.session - 12.0.9 | Session node05tvkcwoqzlqm2ibbhhdvuy80 not found locally in org.eclipse.jetty.session.DefaultSessionCache@7b899045[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false], attempting to load
2024-08-01T16:51:23,072 | DEBUG | qtp1036021585-569 | AbstractSessionCache | 190 - org.eclipse.jetty.session - 12.0.9 | Session node05tvkcwoqzlqm2ibbhhdvuy80 not loaded by store
2024-08-01T16:51:23,073 | DEBUG | qtp1036021585-569 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | No session found for session id node05tvkcwoqzlqm2ibbhhdvuy80.node0
2024-08-01T16:51:23,073 | DEBUG | qtp1036021585-569 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded: unsupported version null org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@135fade5
2024-08-01T16:51:23,073 | DEBUG | qtp1036021585-569 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded method!=GET org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@135fade5
2024-08-01T16:51:23,080 | DEBUG | qtp1036021585-569 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Complete called with session null
2024-08-01T16:51:23,093 | DEBUG | qtp1036021585-591 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Got Session IDs [node05tvkcwoqzlqm2ibbhhdvuy80.node0] from cookies 1
2024-08-01T16:51:23,093 | DEBUG | qtp1036021585-591 | AbstractSessionCache | 190 - org.eclipse.jetty.session - 12.0.9 | Session node05tvkcwoqzlqm2ibbhhdvuy80 not found locally in org.eclipse.jetty.session.DefaultSessionCache@7b899045[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false], attempting to load
2024-08-01T16:51:23,094 | DEBUG | qtp1036021585-591 | AbstractSessionCache | 190 - org.eclipse.jetty.session - 12.0.9 | Session node05tvkcwoqzlqm2ibbhhdvuy80 not loaded by store
2024-08-01T16:51:23,094 | DEBUG | qtp1036021585-591 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | No session found for session id node05tvkcwoqzlqm2ibbhhdvuy80.node0
2024-08-01T16:51:23,094 | DEBUG | qtp1036021585-591 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded method!=GET org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@7c686fda
2024-08-01T16:51:23,094 | DEBUG | qtp1036021585-591 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded method!=GET org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@7c686fda
2024-08-01T16:51:23,100 | DEBUG | qtp1036021585-591 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Complete called with session null
2024-08-01T16:51:25,960 | DEBUG | qtp1036021585-568 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Complete called with session ManagedSession@59cd4275{id=node01vniy53htwvndbqyejof2yr8y0,x=node01vniy53htwvndbqyejof2yr8y0.node0,req=1,res=true}
2024-08-01T16:51:25,960 | DEBUG | qtp1036021585-568 | ManagedSession | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 complete, active requests=0
2024-08-01T16:51:25,960 | DEBUG | qtp1036021585-568 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 no eviction
2024-08-01T16:51:25,960 | DEBUG | qtp1036021585-568 | SessionInactivityTimer | 190 - org.eclipse.jetty.session - 12.0.9 | (Re)starting timer for session node01vniy53htwvndbqyejof2yr8y0 at 7200000ms
2024-08-01T16:51:25,961 | DEBUG | qtp1036021585-568 | AbstractSessionDataStore | 190 - org.eclipse.jetty.session - 12.0.9 | Store: id=node01vniy53htwvndbqyejof2yr8y0, mdirty=true, dirty=true, lsave=0, period=0, elapsed=1722523885961
2024-08-01T16:51:25,961 | DEBUG | qtp1036021585-568 | AbstractSessionCache | 190 - org.eclipse.jetty.session - 12.0.9 | Non passivating SessionDataStore, session in SessionCache only id=node01vniy53htwvndbqyejof2yr8y0
2024-08-01T16:51:25,985 | DEBUG | qtp1036021585-588 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Got Session IDs [node01vniy53htwvndbqyejof2yr8y0.node0] from cookies 1
2024-08-01T16:51:25,986 | DEBUG | qtp1036021585-588 | ManagedSession | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 in use, stopping timer, active requests=1
2024-08-01T16:51:25,986 | DEBUG | qtp1036021585-588 | SessionInactivityTimer | 190 - org.eclipse.jetty.session - 12.0.9 | Cancelled timer for session node01vniy53htwvndbqyejof2yr8y0
2024-08-01T16:51:25,986 | DEBUG | qtp1036021585-588 | SessionData | 190 - org.eclipse.jetty.session - 12.0.9 | Testing expiry on session node01vniy53htwvndbqyejof2yr8y0: expires at 1722531085960 now 1722523885986 maxIdle 7200000
2024-08-01T16:51:25,987 | DEBUG | qtp1036021585-588 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Selected session ManagedSession@59cd4275{id=node01vniy53htwvndbqyejof2yr8y0,x=node01vniy53htwvndbqyejof2yr8y0.node0,req=1,res=true}
2024-08-01T16:51:25,987 | DEBUG | qtp1036021585-588 | SessionData | 190 - org.eclipse.jetty.session - 12.0.9 | Testing expiry on session node01vniy53htwvndbqyejof2yr8y0: expires at 1722531085987 now 1722523885987 maxIdle 7200000
2024-08-01T16:51:25,987 | DEBUG | qtp1036021585-588 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded method!=GET org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@2082d603
2024-08-01T16:51:25,987 | DEBUG | qtp1036021585-588 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded method!=GET org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@2082d603
2024-08-01T16:51:25,989 | DEBUG | qtp1036021585-588 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Complete called with session ManagedSession@59cd4275{id=node01vniy53htwvndbqyejof2yr8y0,x=node01vniy53htwvndbqyejof2yr8y0.node0,req=1,res=true}
2024-08-01T16:51:25,989 | DEBUG | qtp1036021585-588 | ManagedSession | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 complete, active requests=0
2024-08-01T16:51:25,989 | DEBUG | qtp1036021585-588 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 no eviction
2024-08-01T16:51:25,989 | DEBUG | qtp1036021585-588 | SessionInactivityTimer | 190 - org.eclipse.jetty.session - 12.0.9 | (Re)starting timer for session node01vniy53htwvndbqyejof2yr8y0 at 7200000ms
2024-08-01T16:51:25,989 | DEBUG | qtp1036021585-588 | AbstractSessionDataStore | 190 - org.eclipse.jetty.session - 12.0.9 | Store: id=node01vniy53htwvndbqyejof2yr8y0, mdirty=true, dirty=true, lsave=1722523885961, period=0, elapsed=28
2024-08-01T16:51:25,989 | DEBUG | qtp1036021585-588 | AbstractSessionCache | 190 - org.eclipse.jetty.session - 12.0.9 | Non passivating SessionDataStore, session in SessionCache only id=node01vniy53htwvndbqyejof2yr8y0
2024-08-01T16:51:26,004 | DEBUG | qtp1036021585-590 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Got Session IDs [node01vniy53htwvndbqyejof2yr8y0.node0] from cookies 1
2024-08-01T16:51:26,004 | DEBUG | qtp1036021585-590 | ManagedSession | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 in use, stopping timer, active requests=1
2024-08-01T16:51:26,004 | DEBUG | qtp1036021585-590 | SessionInactivityTimer | 190 - org.eclipse.jetty.session - 12.0.9 | Cancelled timer for session node01vniy53htwvndbqyejof2yr8y0
2024-08-01T16:51:26,004 | DEBUG | qtp1036021585-590 | SessionData | 190 - org.eclipse.jetty.session - 12.0.9 | Testing expiry on session node01vniy53htwvndbqyejof2yr8y0: expires at 1722531085989 now 1722523886004 maxIdle 7200000
2024-08-01T16:51:26,004 | DEBUG | qtp1036021585-590 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Selected session ManagedSession@59cd4275{id=node01vniy53htwvndbqyejof2yr8y0,x=node01vniy53htwvndbqyejof2yr8y0.node0,req=1,res=true}
2024-08-01T16:51:26,004 | DEBUG | qtp1036021585-590 | SessionData | 190 - org.eclipse.jetty.session - 12.0.9 | Testing expiry on session node01vniy53htwvndbqyejof2yr8y0: expires at 1722531086004 now 1722523886004 maxIdle 7200000
2024-08-01T16:51:26,004 | DEBUG | qtp1036021585-590 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded: unsupported version null org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@223371d8
2024-08-01T16:51:26,005 | DEBUG | qtp1036021585-590 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded method!=GET org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@223371d8
2024-08-01T16:51:26,079 | DEBUG | qtp1036021585-590 | UidlWriter | 140 - com.vaadin.flow.server - 23.5.2 | * Creating response to client
2024-08-01T16:51:26,191 | DEBUG | qtp1036021585-590 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Complete called with session ManagedSession@59cd4275{id=node01vniy53htwvndbqyejof2yr8y0,x=node01vniy53htwvndbqyejof2yr8y0.node0,req=1,res=true}
2024-08-01T16:51:26,191 | DEBUG | qtp1036021585-590 | ManagedSession | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 complete, active requests=0
2024-08-01T16:51:26,191 | DEBUG | qtp1036021585-590 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 no eviction
2024-08-01T16:51:26,192 | DEBUG | qtp1036021585-590 | SessionInactivityTimer | 190 - org.eclipse.jetty.session - 12.0.9 | (Re)starting timer for session node01vniy53htwvndbqyejof2yr8y0 at 7200000ms
2024-08-01T16:51:26,192 | DEBUG | qtp1036021585-590 | AbstractSessionDataStore | 190 - org.eclipse.jetty.session - 12.0.9 | Store: id=node01vniy53htwvndbqyejof2yr8y0, mdirty=true, dirty=true, lsave=1722523885989, period=0, elapsed=203
2024-08-01T16:51:26,192 | DEBUG | qtp1036021585-590 | AbstractSessionCache | 190 - org.eclipse.jetty.session - 12.0.9 | Non passivating SessionDataStore, session in SessionCache only id=node01vniy53htwvndbqyejof2yr8y0
2024-08-01T16:51:26,201 | DEBUG | qtp1036021585-588 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Got Session IDs [node01vniy53htwvndbqyejof2yr8y0.node0] from cookies 1
2024-08-01T16:51:26,201 | DEBUG | qtp1036021585-588 | ManagedSession | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 in use, stopping timer, active requests=1
2024-08-01T16:51:26,201 | DEBUG | qtp1036021585-588 | SessionInactivityTimer | 190 - org.eclipse.jetty.session - 12.0.9 | Cancelled timer for session node01vniy53htwvndbqyejof2yr8y0
2024-08-01T16:51:26,201 | DEBUG | qtp1036021585-588 | SessionData | 190 - org.eclipse.jetty.session - 12.0.9 | Testing expiry on session node01vniy53htwvndbqyejof2yr8y0: expires at 1722531086191 now 1722523886201 maxIdle 7200000
2024-08-01T16:51:26,201 | DEBUG | qtp1036021585-588 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Selected session ManagedSession@59cd4275{id=node01vniy53htwvndbqyejof2yr8y0,x=node01vniy53htwvndbqyejof2yr8y0.node0,req=1,res=true}
2024-08-01T16:51:26,202 | DEBUG | qtp1036021585-588 | SessionData | 190 - org.eclipse.jetty.session - 12.0.9 | Testing expiry on session node01vniy53htwvndbqyejof2yr8y0: expires at 1722531086202 now 1722523886202 maxIdle 7200000
2024-08-01T16:51:26,202 | DEBUG | qtp1036021585-588 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded: unsupported version null org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@71cf603a
2024-08-01T16:51:26,202 | DEBUG | qtp1036021585-588 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded method!=GET org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@71cf603a
2024-08-01T16:51:26,204 | DEBUG | qtp1036021585-588 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Complete called with session ManagedSession@59cd4275{id=node01vniy53htwvndbqyejof2yr8y0,x=node01vniy53htwvndbqyejof2yr8y0.node0,req=1,res=true}
2024-08-01T16:51:26,204 | DEBUG | qtp1036021585-588 | ManagedSession | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 complete, active requests=0
2024-08-01T16:51:26,204 | DEBUG | qtp1036021585-588 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 no eviction
2024-08-01T16:51:26,204 | DEBUG | qtp1036021585-588 | SessionInactivityTimer | 190 - org.eclipse.jetty.session - 12.0.9 | (Re)starting timer for session node01vniy53htwvndbqyejof2yr8y0 at 7200000ms
2024-08-01T16:51:26,204 | DEBUG | qtp1036021585-588 | AbstractSessionDataStore | 190 - org.eclipse.jetty.session - 12.0.9 | Store: id=node01vniy53htwvndbqyejof2yr8y0, mdirty=true, dirty=false, lsave=1722523886192, period=0, elapsed=12
2024-08-01T16:51:26,204 | DEBUG | qtp1036021585-588 | AbstractSessionCache | 190 - org.eclipse.jetty.session - 12.0.9 | Non passivating SessionDataStore, session in SessionCache only id=node01vniy53htwvndbqyejof2yr8y0
2024-08-01T16:51:26,820 | DEBUG | qtp1036021585-570 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Got Session IDs [node01vniy53htwvndbqyejof2yr8y0.node0] from cookies 1
2024-08-01T16:51:26,821 | DEBUG | qtp1036021585-570 | ManagedSession | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 in use, stopping timer, active requests=1
2024-08-01T16:51:26,821 | DEBUG | qtp1036021585-570 | SessionInactivityTimer | 190 - org.eclipse.jetty.session - 12.0.9 | Cancelled timer for session node01vniy53htwvndbqyejof2yr8y0
2024-08-01T16:51:26,821 | DEBUG | qtp1036021585-570 | SessionData | 190 - org.eclipse.jetty.session - 12.0.9 | Testing expiry on session node01vniy53htwvndbqyejof2yr8y0: expires at 1722531086204 now 1722523886821 maxIdle 7200000
2024-08-01T16:51:26,821 | DEBUG | qtp1036021585-570 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Selected session ManagedSession@59cd4275{id=node01vniy53htwvndbqyejof2yr8y0,x=node01vniy53htwvndbqyejof2yr8y0.node0,req=1,res=true}
2024-08-01T16:51:26,821 | DEBUG | qtp1036021585-570 | SessionData | 190 - org.eclipse.jetty.session - 12.0.9 | Testing expiry on session node01vniy53htwvndbqyejof2yr8y0: expires at 1722531086821 now 1722523886821 maxIdle 7200000
2024-08-01T16:51:26,823 | DEBUG | qtp1036021585-570 | WebSocketMappings | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | WebSocket Negotiated detected on org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@2a1f8870 for endpoint CreatorNegotiator@3d7dbb93{JsrCreator[org.atmosphere.container.JSR356Endpoint],org.eclipse.jetty.ee8.websocket.javax.server.JavaxWebSocketServerFrameHandlerFactory@6c581549}
2024-08-01T16:51:26,825 | DEBUG | qtp1036021585-570 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | negotiation RFC6455Negotiation@660c0a0f{uri=http://localhost:8181/twentythree/VAADIN/push?v-r=push&v-uiId=0&v-pushId=40b12ce6-becd-48f9-85bc-997ce267b544&X-Atmosphere-tracking-id=0&X-Atmosphere-Framework=3.1.2-javascript&X-Atmosphere-Transport=websocket&X-Atmosphere-TrackMessageSize=true&Content-Type=application/json;%20charset=UTF-8&X-atmo-protocol=true&X-Vaadin-LastSeenServerSyncId=0,oe=null,op=null}
2024-08-01T16:51:26,842 | DEBUG | qtp1036021585-570 | ExtensionStack | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Extension Configs=[permessage-deflate;client_max_window_bits]
2024-08-01T16:51:26,843 | DEBUG | qtp1036021585-570 | PerMessageDeflateExtension | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | config: outgoingContextTakover=true, incomingContextTakeover=true : PerMessageDeflateExtension[requested="permessage-deflate;client_max_window_bits", negotiated="permessage-deflate"]
2024-08-01T16:51:26,843 | DEBUG | qtp1036021585-570 | ExtensionStack | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Adding Extension: permessage-deflate;client_max_window_bits
2024-08-01T16:51:26,847 | DEBUG | qtp1036021585-570 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | session WebSocketCoreSession@40f4ed84{SERVER,WebSocketSessionState@78ee748{CONNECTING,i=NO-OP,o=NO-OP,c=null},[ws://localhost:8181/twentythree/VAADIN/push?v-r=push&v-uiId=0&v-pushId=40b12ce6-becd-48f9-85bc-997ce267b544&X-Atmosphere-tracking-id=0&X-Atmosphere-Framework=3.1.2-javascript&X-Atmosphere-Transport=websocket&X-Atmosphere-TrackMessageSize=true&Content-Type=application/json;%20charset=UTF-8&X-atmo-protocol=true&X-Vaadin-LastSeenServerSyncId=0,null,false.[permessage-deflate]],af=true,i/o=4
2024-08-01T16:51:26,852 | DEBUG | qtp1036021585-570 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | connection WebSocketConnection@4e0cac58::SocketChannelEndPoint@47eb8827[{l=/[0:0:0:0:0:0:0:1]:8181,r=/[0:0:0:0:0:0:0:1]:57720,OPEN,fill=-,flush=-,to=32/30000}{io=0/0,kio=0,kro=1}]->[HttpConnection@18a37da9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79683cce{s=START}]=>HttpChannelState@5733152{handling=Thread[qtp1036021585-570,5,Configuration Admin Service], handled=false, send=SENDING, completed=false, request=GET@c9834f9c http://localhost:8181/twentythree/VAADIN/push?v-r=push&v-uiId=0&v-pu
2024-08-01T16:51:26,855 | DEBUG | qtp1036021585-570 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | upgrade connection=WebSocketConnection@4e0cac58::SocketChannelEndPoint@47eb8827[{l=/[0:0:0:0:0:0:0:1]:8181,r=/[0:0:0:0:0:0:0:1]:57720,OPEN,fill=-,flush=-,to=35/30000}{io=0/0,kio=0,kro=1}]->[HttpConnection@18a37da9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79683cce{s=START}]=>HttpChannelState@5733152{handling=Thread[qtp1036021585-570,5,Configuration Admin Service], handled=false, send=SENDING, completed=false, request=GET@e68737bb http://localhost:8181/twentythree/VAADIN/push?v-r=push&v-uiI
2024-08-01T16:51:26,856 | DEBUG | qtp1036021585-570 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Complete called with session ManagedSession@59cd4275{id=node01vniy53htwvndbqyejof2yr8y0,x=node01vniy53htwvndbqyejof2yr8y0.node0,req=1,res=true}
2024-08-01T16:51:26,856 | DEBUG | qtp1036021585-570 | ManagedSession | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 complete, active requests=0
2024-08-01T16:51:26,856 | DEBUG | qtp1036021585-570 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 no eviction
2024-08-01T16:51:26,856 | DEBUG | qtp1036021585-570 | SessionInactivityTimer | 190 - org.eclipse.jetty.session - 12.0.9 | (Re)starting timer for session node01vniy53htwvndbqyejof2yr8y0 at 7200000ms
2024-08-01T16:51:26,856 | DEBUG | qtp1036021585-570 | AbstractSessionDataStore | 190 - org.eclipse.jetty.session - 12.0.9 | Store: id=node01vniy53htwvndbqyejof2yr8y0, mdirty=true, dirty=false, lsave=1722523886204, period=0, elapsed=652
2024-08-01T16:51:26,856 | DEBUG | qtp1036021585-570 | AbstractSessionCache | 190 - org.eclipse.jetty.session - 12.0.9 | Non passivating SessionDataStore, session in SessionCache only id=node01vniy53htwvndbqyejof2yr8y0
2024-08-01T16:51:26,856 | DEBUG | qtp1036021585-570 | WebSocketConnection | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | onOpen() WebSocketConnection@4e0cac58::SocketChannelEndPoint@47eb8827[{l=/[0:0:0:0:0:0:0:1]:8181,r=/[0:0:0:0:0:0:0:1]:57720,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}]->[WebSocketConnection@4e0cac58[SERVER,p=Parser@262bf1eb[s=START,c=0,o=0x0,m=-,l=0],f=Flusher@4ffcc737[IDLE][queueSize=0,aggregate=null],g=org.eclipse.jetty.websocket.core.internal.Generator@6f260c6b]]
2024-08-01T16:51:26,857 | DEBUG | qtp1036021585-570 | WebSocketCoreSession | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | onOpen() WebSocketCoreSession@40f4ed84{SERVER,WebSocketSessionState@78ee748{CONNECTING,i=NO-OP,o=NO-OP,c=null},[ws://localhost:8181/twentythree/VAADIN/push?v-r=push&v-uiId=0&v-pushId=40b12ce6-becd-48f9-85bc-997ce267b544&X-Atmosphere-tracking-id=0&X-Atmosphere-Framework=3.1.2-javascript&X-Atmosphere-Transport=websocket&X-Atmosphere-TrackMessageSize=true&Content-Type=application/json;%20charset=UTF-8&X-atmo-protocol=true&X-Vaadin-LastSeenServerSyncId=0,null,false.[permessage-deflate]],af=true,i/o=
2024-08-01T16:51:26,857 | DEBUG | qtp1036021585-570 | WebSocketCoreSession | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | ConnectionState: Transition to CONNECTED
2024-08-01T16:51:26,874 | DEBUG | qtp1036021585-570 | JavaxWebSocketAsyncRemote | 176 - org.eclipse.jetty.ee8.websocket.javax.common - 12.0.9 | sendText("55|for(;;)...nExpired":true}}]",org.atmosphere.container.version.JSR356WebSocket$WriteResult@3e5dba96)
2024-08-01T16:51:26,875 | DEBUG | qtp1036021585-570 | WebSocketCoreSession | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | sendFrame(TEXT@207d898[len=58,fin=true,rsv=000,m=null]HeapByteBuffer@8f19d85[p=0,l=58,c=58,r=58]={<<<55|for(;;);[{"meta":{"asy...sessionExpired":true}}]>>>}, org.eclipse.jetty.ee8.websocket.javax.common.SendHandlerCallback@41b38099, false)
2024-08-01T16:51:26,875 | DEBUG | qtp1036021585-570 | WebSocketCoreSession$Flusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Queuing TEXT@207d898[len=58,fin=true,rsv=000,m=null]HeapByteBuffer@8f19d85[p=0,l=58,c=58,r=58]={<<<55|for(;;);[{"meta":{"asy...sessionExpired":true}}]>>>}
2024-08-01T16:51:26,875 | DEBUG | qtp1036021585-570 | WebSocketCoreSession$Flusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | onFrame TEXT@207d898[len=58,fin=true,rsv=000,m=null]HeapByteBuffer@8f19d85[p=0,l=58,c=58,r=58]={<<<55|for(;;);[{"meta":{"asy...sessionExpired":true}}]>>>}
2024-08-01T16:51:26,875 | DEBUG | qtp1036021585-570 | ExtensionStack | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Extending out TEXT@207d898[len=58,fin=true,rsv=000,m=null]HeapByteBuffer@8f19d85[p=0,l=58,c=58,r=58]={<<<55|for(;;);[{"meta":{"asy...sessionExpired":true}}]>>>} Flusher@27897944[PROCESSING] false
2024-08-01T16:51:26,875 | DEBUG | qtp1036021585-570 | PerMessageDeflateExtension$OutgoingFlusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Queuing TEXT@207d898[len=58,fin=true,rsv=000,m=null]HeapByteBuffer@8f19d85[p=0,l=58,c=58,r=58]={<<<55|for(;;);[{"meta":{"asy...sessionExpired":true}}]>>>}
2024-08-01T16:51:26,875 | DEBUG | qtp1036021585-570 | PerMessageDeflateExtension$OutgoingFlusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | onFrame TEXT@207d898[len=58,fin=true,rsv=000,m=null]HeapByteBuffer@8f19d85[p=0,l=58,c=58,r=58]={<<<55|for(;;);[{"meta":{"asy...sessionExpired":true}}]>>>}
2024-08-01T16:51:26,876 | DEBUG | qtp1036021585-570 | PerMessageDeflateExtension$OutgoingFlusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | transform TEXT@207d898[len=58,fin=true,rsv=000,m=null]HeapByteBuffer@8f19d85[p=0,l=58,c=58,r=58]={<<<55|for(;;);[{"meta":{"asy...sessionExpired":true}}]>>>}
2024-08-01T16:51:26,877 | DEBUG | qtp1036021585-570 | PerMessageDeflateExtension | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Compressed 60 bytes Deflater[finished=false,read=58,written=60,in=58,out=60]
2024-08-01T16:51:26,877 | DEBUG | qtp1036021585-570 | PerMessageDeflateExtension | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Compressed 0 bytes Deflater[finished=false,read=58,written=60,in=58,out=60]
2024-08-01T16:51:26,877 | DEBUG | qtp1036021585-570 | PerMessageDeflateExtension | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | payload (TAIL_DROP_FIN_ONLY) = HeapByteBuffer@415c3bac[p=0,l=56,c=8192,r=56]={<<<25\xAdI\xCb/\xD2\xB0\xB6\xD6\xB4\x8e\xAeV\xCaM-IT\xB2\xAaVJ,\xAe...\xD5QN-.\xCe\xCc\xCfs\xAd(\xC8,JM\x81\x88\xD6\xD6\xC6\x02\x00>>>\x00\x00\xFf\xFf\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2024-08-01T16:51:26,878 | DEBUG | qtp1036021585-570 | PerMessageDeflateExtension | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Compressed TEXT@207d898[len=58,fin=true,rsv=000,m=null]HeapByteBuffer@8f19d85[p=0,l=58,c=58,r=58]={<<<55|for(;;);[{"meta":{"asy...sessionExpired":true}}]>>>}: payload:56
2024-08-01T16:51:26,878 | DEBUG | qtp1036021585-570 | PerMessageDeflateExtension | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | nextOutgoingFrame(TEXT@346f8d75[len=56,fin=true,rsv=100,m=null]HeapByteBuffer@415c3bac[p=0,l=56,c=8192,r=56]={<<<25\xAdI\xCb/\xD2\xB0\xB6\xD6\xB4\x8e\xAeV\xCaM-IT\xB2\xAaVJ,\xAe...\xD5Q
N-.\xCe\xCc\xCfs\xAd(\xC8,JM\x81\x88\xD6\xD6\xC6\x02\x00>>>\x00\x00\xFf\xFf\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00})
2024-08-01T16:51:26,878 | DEBUG | qtp1036021585-570 | FrameFlusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Enqueued Entry{TEXT@346f8d75[len=56,fin=true,rsv=100,m=null]HeapByteBuffer@415c3bac[p=0,l=56,c=8192,r=56]={<<<25\xAdI\xCb/\xD2\xB0\xB6\xD6\xB4\x8e\xAeV\xCaM-IT\xB2\xAaVJ,\xAe...\xD5QN-.\xCe\xCc\xCfs\xAd(\xC8,JM\x81\x88\xD6\xD6\xC6\x02\x00>>>\x00\x00\xFf\xFf\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},@4649686e:Flusher@1effa0ae[PROCESSING],false} to Flusher@4ffcc737[IDLE][queueSize=1,aggregate=null]
2024-08-01T16:51:26,878 | DEBUG | qtp1036021585-570 | FrameFlusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Flushing Flusher@4ffcc737[PROCESSING][queueSize=1,aggregate=null]
2024-08-01T16:51:26,879 | DEBUG | qtp1036021585-570 | FrameFlusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Flusher@4ffcc737[PROCESSING][queueSize=0,aggregate=null] processed 1 entries flush=true batch=null: [Entry{TEXT@346f8d75[len=56,fin=true,rsv=100,m=null]HeapByteBuffer@415c3bac[p=0,l=56,c=8192,r=56]={<<<25\xAdI\xCb/\xD2\xB0\xB6\xD6\xB4\x8e\xAeV\xCaM-IT\xB2\xAaVJ,\xAe...\xD5Q
N-.\xCe\xCc\xCfs\xAd(\xC8,JM\x81\x88\xD6\xD6\xC6\x02\x00>>>\x00\x00\xFf\xFf\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},@4649686e:Flusher@1effa0ae[PROCESSING],false}]
2024-08-01T16:51:26,879 | DEBUG | qtp1036021585-570 | FrameFlusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Flushing Flusher@4ffcc737[PROCESSING][queueSize=0,aggregate=null]
2024-08-01T16:51:26,880 | DEBUG | qtp1036021585-570 | FrameFlusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Flusher@4ffcc737[PROCESSING][queueSize=0,aggregate=null] processed 0 entries flush=false batch=null: []
2024-08-01T16:51:26,880 | DEBUG | qtp1036021585-570 | PerMessageDeflateExtension$OutgoingFlusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | notifyCallbackSuccess Flusher@27897944[PROCESSING]
2024-08-01T16:51:26,880 | DEBUG | qtp1036021585-570 | WebSocketCoreSession$Flusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | notifyCallbackSuccess org.eclipse.jetty.ee8.websocket.javax.common.SendHandlerCallback@41b38099
2024-08-01T16:51:26,882 | DEBUG | qtp1036021585-570 | JavaxWebSocketSession | 176 - org.eclipse.jetty.ee8.websocket.javax.common - 12.0.9 | Add MessageHandler.Whole: org.atmosphere.container.JSR356Endpoint$1@58a2d798
2024-08-01T16:51:26,888 | DEBUG | qtp1036021585-570 | JavaxWebSocketSession | 176 - org.eclipse.jetty.ee8.websocket.javax.common - 12.0.9 | Add MessageHandler.Whole: org.atmosphere.container.JSR356Endpoint$2@7596873d
2024-08-01T16:51:26,890 | DEBUG | qtp1036021585-570 | WebSocketCoreSession | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | ConnectionState: Transition to OPEN
2024-08-01T16:51:26,890 | DEBUG | qtp1036021585-568 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Got Session IDs [node01vniy53htwvndbqyejof2yr8y0.node0] from cookies 1
2024-08-01T16:51:26,891 | DEBUG | qtp1036021585-568 | ManagedSession | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 in use, stopping timer, active requests=1
2024-08-01T16:51:26,891 | DEBUG | qtp1036021585-568 | SessionInactivityTimer | 190 - org.eclipse.jetty.session - 12.0.9 | Cancelled timer for session node01vniy53htwvndbqyejof2yr8y0
2024-08-01T16:51:26,891 | DEBUG | qtp1036021585-568 | SessionData | 190 - org.eclipse.jetty.session - 12.0.9 | Testing expiry on session node01vniy53htwvndbqyejof2yr8y0: expires at 1722531086856 now 1722523886891 maxIdle 7200000
2024-08-01T16:51:26,891 | DEBUG | qtp1036021585-568 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Selected session ManagedSession@59cd4275{id=node01vniy53htwvndbqyejof2yr8y0,x=node01vniy53htwvndbqyejof2yr8y0.node0,req=1,res=true}
2024-08-01T16:51:26,891 | DEBUG | qtp1036021585-570 | WebSocketConnection | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | demand NOT_DEMANDING d=true fp=null WebSocketConnection@4e0cac58::SocketChannelEndPoint@47eb8827[{l=/[0:0:0:0:0:0:0:1]:8181,r=/[0:0:0:0:0:0:0:1]:57720,OPEN,fill=-,flush=-,to=11/600000}{io=0/0,kio=0,kro=1}]->[WebSocketConnection@4e0cac58[SERVER,p=Parser@262bf1eb[s=START,c=0,o=0x0,m=-,l=0],f=Flusher@4ffcc737[IDLE][queueSize=0,aggregate=null],g=org.eclipse.jetty.websocket.core.internal.Generator@6f260c6b]]
2024-08-01T16:51:26,891 | DEBUG | qtp1036021585-568 | SessionData | 190 - org.eclipse.jetty.session - 12.0.9 | Testing expiry on session node01vniy53htwvndbqyejof2yr8y0: expires at 1722531086891 now 1722523886891 maxIdle 7200000
2024-08-01T16:51:26,891 | DEBUG | qtp1036021585-568 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded: unsupported version null org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@72942dab
2024-08-01T16:51:26,891 | DEBUG | qtp1036021585-568 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded method!=GET org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@72942dab
2024-08-01T16:51:26,891 | DEBUG | qtp1036021585-570 | WebSocketConnection | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | moreDemand? d=DEMANDING fp=true null WebSocketConnection@4e0cac58::SocketChannelEndPoint@47eb8827[{l=/[0:0:0:0:0:0:0:1]:8181,r=/[0:0:0:0:0:0:0:1]:57720,OPEN,fill=-,flush=-,to=11/600000}{io=0/0,kio=0,kro=1}]->[WebSocketConnection@4e0cac58[SERVER,p=Parser@262bf1eb[s=START,c=0,o=0x0,m=-,l=0],f=Flusher@4ffcc737[IDLE][queueSize=0,aggregate=null],g=org.eclipse.jetty.websocket.core.internal.Generator@6f260c6b]]
2024-08-01T16:51:26,892 | DEBUG | qtp1036021585-570 | WebSocketConnection | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | endpointFill() filled=0: Buffer@22bd0189[rc=1,DirectByteBuffer@72390506[p=0,l=0,c=4096,r=0]={<<<>>>\r\n0\r\n\r\n\n\x00...\x00\x00\x00\x00\x00\x00\x00}]
2024-08-01T16:51:26,893 | DEBUG | qtp1036021585-568 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Complete called with session ManagedSession@59cd4275{id=node01vniy53htwvndbqyejof2yr8y0,x=node01vniy53htwvndbqyejof2yr8y0.node0,req=1,res=true}
2024-08-01T16:51:26,893 | DEBUG | qtp1036021585-568 | ManagedSession | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 complete, active requests=0
2024-08-01T16:51:26,894 | DEBUG | qtp1036021585-568 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 no eviction
2024-08-01T16:51:26,894 | DEBUG | qtp1036021585-568 | SessionInactivityTimer | 190 - org.eclipse.jetty.session - 12.0.9 | (Re)starting timer for session node01vniy53htwvndbqyejof2yr8y0 at 7200000ms
2024-08-01T16:51:26,894 | DEBUG | qtp1036021585-568 | AbstractSessionDataStore | 190 - org.eclipse.jetty.session - 12.0.9 | Store: id=node01vniy53htwvndbqyejof2yr8y0, mdirty=true, dirty=true, lsave=1722523886856, period=0, elapsed=38
2024-08-01T16:51:26,894 | DEBUG | qtp1036021585-568 | AbstractSessionCache | 190 - org.eclipse.jetty.session - 12.0.9 | Non passivating SessionDataStore, session in SessionCache only id=node01vniy53htwvndbqyejof2yr8y0
2024-08-01T16:51:26,911 | DEBUG | qtp1036021585-588 | WebSocketConnection | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | onFillable()
2024-08-01T16:51:26,912 | DEBUG | qtp1036021585-588 | WebSocketConnection | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | endpointFill() filled=6: Buffer@22bd0189[rc=1,DirectByteBuffer@72390506[p=0,l=6,c=4096,r=6]={<<<\x88\x80\x87\xEb\xEb5>>>\n\n\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2024-08-01T16:51:26,912 | DEBUG | qtp1036021585-588 | Parser | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Parser@262bf1eb[s=START,c=0,o=0x0,m=-,l=0] Parsing DirectByteBuffer@72390506[p=0,l=6,c=4096,r=6]={<<<\x88\x80\x87\xEb\xEb5>>>\n\n\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2024-08-01T16:51:26,912 | DEBUG | qtp1036021585-588 | Parser | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Parser@262bf1eb[s=PAYLOAD_LEN,c=0,o=0x88,m=-,l=0] Parsing DirectByteBuffer@72390506[p=1,l=6,c=4096,r=5]={\x88<<<\x80\x87\xEb\xEb5>>>\n\n\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2024-08-01T16:51:26,913 | DEBUG | qtp1036021585-588 | Parser | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Parser@262bf1eb[s=MASK,c=0,o=0x88,m=00000000,l=0] Parsing DirectByteBuffer@72390506[p=2,l=6,c=4096,r=4]={\x88\x80<<<\x87\xEb\xEb5>>>\n\n\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2024-08-01T16:51:26,913 | DEBUG | qtp1036021585-570 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Got Session IDs [node01vniy53htwvndbqyejof2yr8y0.node0] from cookies 1
2024-08-01T16:51:26,913 | DEBUG | qtp1036021585-570 | ManagedSession | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 in use, stopping timer, active requests=1
2024-08-01T16:51:26,913 | DEBUG | qtp1036021585-570 | SessionInactivityTimer | 190 - org.eclipse.jetty.session - 12.0.9 | Cancelled timer for session node01vniy53htwvndbqyejof2yr8y0
2024-08-01T16:51:26,913 | DEBUG | qtp1036021585-570 | SessionData | 190 - org.eclipse.jetty.session - 12.0.9 | Testing expiry on session node01vniy53htwvndbqyejof2yr8y0: expires at 1722531086894 now 1722523886913 maxIdle 7200000
2024-08-01T16:51:26,913 | DEBUG | qtp1036021585-588 | Parser | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Parser@262bf1eb[s=START,c=0,o=0x0,m=-,l=0] Parse exit
2024-08-01T16:51:26,914 | DEBUG | qtp1036021585-570 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Selected session ManagedSession@59cd4275{id=node01vniy53htwvndbqyejof2yr8y0,x=node01vniy53htwvndbqyejof2yr8y0.node0,req=1,res=true}
2024-08-01T16:51:26,914 | DEBUG | qtp1036021585-570 | SessionData | 190 - org.eclipse.jetty.session - 12.0.9 | Testing expiry on session node01vniy53htwvndbqyejof2yr8y0: expires at 1722531086914 now 1722523886914 maxIdle 7200000
2024-08-01T16:51:26,914 | DEBUG | qtp1036021585-570 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded method!=GET org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@3f405d5d
2024-08-01T16:51:26,914 | DEBUG | qtp1036021585-570 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded method!=GET org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@3f405d5d
2024-08-01T16:51:26,914 | DEBUG | qtp1036021585-588 | WebSocketConnection | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | meetDemand d=DEMANDING fp=true Buffer@22bd0189[rc=1,DirectByteBuffer@72390506[p=6,l=6,c=4096,r=0]={\x88\x80\x87\xEb\xEb5<<<>>>\n\n\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] WebSocketConnection@4e0cac58::SocketChannelEndPoint@47eb8827[{l=/[0:0:0:0:0:0:0:1]:8181,r=/[0:0:0:0:0:0:0:1]:57720,OPEN,fill=-,flush=-,to=2/600000}{io=0/0,kio=0,kro=1}]->[WebSocketConnection@4e0cac58[SERVER,p=Parser@262bf1eb[s=START,c=0,o=0x0,m=-,l=0],f=Flusher@4ffcc737[IDLE][queueSize=0,aggregate=null],g=o
2024-08-01T16:51:26,915 | DEBUG | qtp1036021585-588 | WebSocketConnection | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | onFrame(CLOSE@2e83a8e5[len=0,fin=true,rsv=000,m=87EbEb35]:{1005=NO_CODE,null})
2024-08-01T16:51:26,921 | DEBUG | qtp1036021585-588 | WebSocketCoreSession | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | onFrame(CLOSE@2e83a8e5[len=0,fin=true,rsv=000,m=87EbEb35]:{1005=NO_CODE,null})
2024-08-01T16:51:26,929 | DEBUG | qtp1036021585-588 | PerMessageDeflateExtension | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | nextIncomingFrame(CLOSE@2e83a8e5[len=0,fin=true,rsv=000,m=87EbEb35]:{1005=NO_CODE,null})
2024-08-01T16:51:26,929 | DEBUG | qtp1036021585-588 | WebSocketCoreSession | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | receiveFrame(CLOSE@2e83a8e5[len=0,fin=true,rsv=000,m=87EbEb35]:{1005=NO_CODE,null}, CountingCallback@31620e62) - connectionState=WebSocketSessionState@78ee748{OPEN,i=NO-OP,o=NO-OP,c=null}, handler=JavaxWebSocketFrameHandler@6ae3897d[endpoint=org.atmosphere.container.JSR356Endpoint]
2024-08-01T16:51:26,929 | DEBUG | qtp1036021585-588 | WebSocketConnection | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | cancelDemand d=NOT_DEMANDING fp=true Buffer@22bd0189[rc=1,DirectByteBuffer@72390506[p=6,l=6,c=4096,r=0]={\x88\x80\x87\xEb\xEb5<<<>>>\n\n\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] WebSocketConnection@4e0cac58::SocketChannelEndPoint@47eb8827[{l=/[0:0:0:0:0:0:0:1]:8181,r=/[0:0:0:0:0:0:0:1]:57720,OPEN,fill=-,flush=-,to=17/600000}{io=0/0,kio=0,kro=1}]->[WebSocketConnection@4e0cac58[SERVER,p=Parser@262bf1eb[s=START,c=0,o=0x0,m=-,l=0],f=Flusher@4ffcc737[IDLE][queueSize=0,aggregate=nu
2024-08-01T16:51:26,935 | DEBUG | qtp1036021585-589 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Got Session IDs [node01vniy53htwvndbqyejof2yr8y0.node0] from cookies 1
2024-08-01T16:51:26,936 | DEBUG | qtp1036021585-589 | ManagedSession | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 in use, stopping timer, active requests=2
2024-08-01T16:51:26,936 | DEBUG | qtp1036021585-589 | SessionInactivityTimer | 190 - org.eclipse.jetty.session - 12.0.9 | Cancelled timer for session node01vniy53htwvndbqyejof2yr8y0
2024-08-01T16:51:26,936 | DEBUG | qtp1036021585-589 | SessionData | 190 - org.eclipse.jetty.session - 12.0.9 | Testing expiry on session node01vniy53htwvndbqyejof2yr8y0: expires at 1722531086914 now 1722523886936 maxIdle 7200000
2024-08-01T16:51:26,936 | DEBUG | qtp1036021585-589 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Selected session ManagedSession@59cd4275{id=node01vniy53htwvndbqyejof2yr8y0,x=node01vniy53htwvndbqyejof2yr8y0.node0,req=2,res=true}
2024-08-01T16:51:26,936 | DEBUG | qtp1036021585-589 | SessionData | 190 - org.eclipse.jetty.session - 12.0.9 | Testing expiry on session node01vniy53htwvndbqyejof2yr8y0: expires at 1722531086936 now 1722523886936 maxIdle 7200000
2024-08-01T16:51:26,936 | DEBUG | qtp1036021585-589 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded: unsupported version null org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@3f5c53bd
2024-08-01T16:51:26,936 | DEBUG | qtp1036021585-589 | AbstractHandshaker | 196 - org.eclipse.jetty.websocket.core.server - 12.0.9 | not upgraded method!=GET org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextRequest@3f5c53bd
2024-08-01T16:51:26,934 | DEBUG | qtp1036021585-588 | PushHandler | 140 - com.vaadin.flow.server - 23.5.2 | Session expired before push disconnect event was received
com.vaadin.flow.server.SessionExpiredException: null
at com.vaadin.flow.server.VaadinService.doFindOrCreateVaadinSession(VaadinService.java:906) ~[?:?]
at com.vaadin.flow.server.VaadinService.findOrCreateVaadinSession(VaadinService.java:842) ~[?:?]
at com.vaadin.flow.server.VaadinService.findVaadinSession(VaadinService.java:681) ~[?:?]
at com.vaadin.flow.server.communication.PushHandler.handleConnectionLost(PushHandler.java:363) ~[?:?]
at com.vaadin.flow.server.communication.PushHandler.connectionLost(PushHandler.java:325) ~[?:?]
at com.vaadin.flow.server.communication.PushAtmosphereHandler.onStateChange(PushAtmosphereHandler.java:55) ~[?:?]
at org.atmosphere.cpr.AsynchronousProcessor.invokeAtmosphereHandler(AsynchronousProcessor.java:540) ~[?:?]
at org.atmosphere.cpr.AsynchronousProcessor.completeLifecycle(AsynchronousProcessor.java:482) ~[?:?]
at org.atmosphere.cpr.AsynchronousProcessor.endRequest(AsynchronousProcessor.java:586) ~[?:?]
at org.atmosphere.websocket.DefaultWebSocketProcessor.close(DefaultWebSocketProcessor.java:652) ~[?:?]
at org.atmosphere.container.JSR356Endpoint.onClose(JSR356Endpoint.java:302) ~[?:?]
at org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandler.notifyOnClose(JavaxWebSocketFrameHandler.java:263) ~[?:?]
at org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandler.onClose(JavaxWebSocketFrameHandler.java:238) ~[?:?]
at org.eclipse.jetty.ee8.websocket.javax.common.JavaxWebSocketFrameHandler.onFrame(JavaxWebSocketFrameHandler.java:228) ~[?:?]
at org.eclipse.jetty.websocket.core.WebSocketCoreSession$IncomingAdaptor.onFrame(WebSocketCoreSession.java:680) ~[!/:12.0.9]
at org.eclipse.jetty.websocket.core.AbstractExtension.nextIncomingFrame(AbstractExtension.java:145) ~[!/:12.0.9]
at org.eclipse.jetty.websocket.core.internal.PerMessageDeflateExtension.nextIncomingFrame(PerMessageDeflateExtension.java:239) ~[!/:12.0.9]
at org.eclipse.jetty.websocket.core.util.DemandingFlusher.emitFrame(DemandingFlusher.java:143) [!/:12.0.9]
at org.eclipse.jetty.websocket.core.internal.PerMessageDeflateExtension$IncomingFlusher.handle(PerMessageDeflateExtension.java:382) [!/:12.0.9]
at org.eclipse.jetty.websocket.core.util.DemandingFlusher.process(DemandingFlusher.java:167) [!/:12.0.9]
at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:250) [!/:12.0.9]
at org.eclipse.jetty.util.IteratingCallback.succeeded(IteratingCallback.java:377) [!/:12.0.9]
at org.eclipse.jetty.websocket.core.util.DemandingFlusher.onFrame(DemandingFlusher.java:105) [!/:12.0.9]
at org.eclipse.jetty.websocket.core.internal.PerMessageDeflateExtension.onFrame(PerMessageDeflateExtension.java:96) [!/:12.0.9]
at org.eclipse.jetty.websocket.core.ExtensionStack.onFrame(ExtensionStack.java:113) [!/:12.0.9]
at org.eclipse.jetty.websocket.core.WebSocketCoreSession.onFrame(WebSocketCoreSession.java:463) [!/:12.0.9]
at org.eclipse.jetty.websocket.core.WebSocketConnection.onFrame(WebSocketConnection.java:254) [!/:12.0.9]
at org.eclipse.jetty.websocket.core.WebSocketConnection.fillAndParse(WebSocketConnection.java:447) [!/:12.0.9]
at org.eclipse.jetty.websocket.core.WebSocketConnection.onFillable(WebSocketConnection.java:332) [!/:12.0.9]
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322) [!/:12.0.9]
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99) [!/:12.0.9]
at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) [!/:12.0.9]
at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478) [!/:12.0.9]
at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441) [!/:12.0.9]
at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293) [!/:12.0.9]
at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201) [!/:12.0.9]
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:311) [!/:12.0.9]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:979) [!/:12.0.9]
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1209) [!/:12.0.9]
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1164) [!/:12.0.9]
at java.lang.Thread.run(Thread.java:833) [?:?]
2024-08-01T16:51:26,938 | DEBUG | qtp1036021585-588 | WebSocketCoreSession | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | ConnectionState: sending close response {1005=NO_CODE,null}
2024-08-01T16:51:26,938 | DEBUG | qtp1036021585-588 | WebSocketCoreSession | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | sendFrame(CLOSE@408f5447[len=0,fin=true,rsv=000,m=null]:{1005=NO_CODE,null}, CountingCallback@31620e62, false)
2024-08-01T16:51:26,940 | DEBUG | qtp1036021585-588 | WebSocketCoreSession$Flusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Queuing CLOSE@408f5447[len=0,fin=true,rsv=000,m=null]:{1005=NO_CODE,null}
2024-08-01T16:51:26,940 | DEBUG | qtp1036021585-588 | WebSocketCoreSession$Flusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | onFrame CLOSE@408f5447[len=0,fin=true,rsv=000,m=null]:{1005=NO_CODE,null}
2024-08-01T16:51:26,940 | DEBUG | qtp1036021585-570 | ServerRpcHandler | 140 - com.vaadin.flow.server - 23.5.2 | UI closed with a beacon request
2024-08-01T16:51:26,940 | DEBUG | qtp1036021585-588 | ExtensionStack | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Extending out CLOSE@408f5447[len=0,fin=true,rsv=000,m=null]:{1005=NO_CODE,null} Flusher@27897944[PROCESSING] false
2024-08-01T16:51:26,940 | DEBUG | qtp1036021585-570 | UidlWriter | 140 - com.vaadin.flow.server - 23.5.2 | * Creating response to client
2024-08-01T16:51:26,940 | DEBUG | qtp1036021585-588 | PerMessageDeflateExtension$OutgoingFlusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Queuing CLOSE@408f5447[len=0,fin=true,rsv=000,m=null]:{1005=NO_CODE,null}
2024-08-01T16:51:26,941 | DEBUG | qtp1036021585-588 | PerMessageDeflateExtension$OutgoingFlusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | onFrame CLOSE@408f5447[len=0,fin=true,rsv=000,m=null]:{1005=NO_CODE,null}
2024-08-01T16:51:26,941 | DEBUG | qtp1036021585-588 | PerMessageDeflateExtension | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | nextOutgoingFrame(CLOSE@408f5447[len=0,fin=true,rsv=000,m=null]:{1005=NO_CODE,null})
2024-08-01T16:51:26,942 | DEBUG | qtp1036021585-588 | FrameFlusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Enqueued Entry{CLOSE@408f5447[len=0,fin=true,rsv=000,m=null]:{1005=NO_CODE,null},Flusher@1effa0ae[PROCESSING],false} to Flusher@4ffcc737[IDLE][queueSize=1,aggregate=null]
2024-08-01T16:51:26,942 | DEBUG | qtp1036021585-588 | FrameFlusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Flushing Flusher@4ffcc737[PROCESSING][queueSize=1,aggregate=null]
2024-08-01T16:51:26,943 | DEBUG | qtp1036021585-588 | FrameFlusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Flusher@4ffcc737[PROCESSING][queueSize=0,aggregate=null] processed 1 entries flush=true batch=null: [Entry{CLOSE@408f5447[len=0,fin=true,rsv=000,m=null]:{1005=NO_CODE,null},Flusher@1effa0ae[PROCESSING],false}]
2024-08-01T16:51:26,944 | DEBUG | qtp1036021585-588 | FrameFlusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Flushing Flusher@4ffcc737[PROCESSING][queueSize=0,aggregate=null]
2024-08-01T16:51:26,944 | DEBUG | qtp1036021585-588 | FrameFlusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Flusher@4ffcc737[PROCESSING][queueSize=0,aggregate=null] processed 0 entries flush=false batch=null: []
2024-08-01T16:51:26,944 | DEBUG | qtp1036021585-588 | PerMessageDeflateExtension$OutgoingFlusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | notifyCallbackSuccess Flusher@27897944[PROCESSING]
2024-08-01T16:51:26,945 | DEBUG | qtp1036021585-588 | WebSocketCoreSession$Flusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | notifyCallbackSuccess Callback@55b9dc80{BLOCKING, org.eclipse.jetty.websocket.core.WebSocketCoreSession$$Lambda$1730/0x00000007c0a3cd78@6f2e971c,org.eclipse.jetty.websocket.core.WebSocketCoreSession$$Lambda$1734/0x00000007c0a3cf98@1f7f1a13}
2024-08-01T16:51:26,946 | DEBUG | qtp1036021585-570 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Complete called with session ManagedSession@59cd4275{id=node01vniy53htwvndbqyejof2yr8y0,x=node01vniy53htwvndbqyejof2yr8y0.node0,req=2,res=true}
2024-08-01T16:51:26,946 | DEBUG | qtp1036021585-570 | ManagedSession | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 complete, active requests=1
2024-08-01T16:51:26,946 | DEBUG | qtp1036021585-588 | WebSocketCoreSession | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | closeConnection() {1005=NO_CODE,null} WebSocketCoreSession@40f4ed84{SERVER,WebSocketSessionState@78ee748{CLOSED,i=NO-OP,o=NO-OP,c={1005=NO_CODE,null}},[ws://localhost:8181/twentythree/VAADIN/push?v-r=push&v-uiId=0&v-pushId=40b12ce6-becd-48f9-85bc-997ce267b544&X-Atmosphere-tracking-id=0&X-Atmosphere-Framework=3.1.2-javascript&X-Atmosphere-Transport=websocket&X-Atmosphere-TrackMessageSize=true&Content-Type=application/json;%20charset=UTF-8&X-atmo-protocol=true&X-Vaadin-LastSeenServerSyncId=0,null,
2024-08-01T16:51:26,946 | DEBUG | qtp1036021585-570 | AbstractSessionCache | 190 - org.eclipse.jetty.session - 12.0.9 | Req count=1 for id=node01vniy53htwvndbqyejof2yr8y0
2024-08-01T16:51:26,946 | DEBUG | qtp1036021585-588 | WebSocketCoreSession | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | abort(): WebSocketCoreSession@40f4ed84{SERVER,WebSocketSessionState@78ee748{CLOSED,i=NO-OP,o=NO-OP,c={1005=NO_CODE,null}},[ws://localhost:8181/twentythree/VAADIN/push?v-r=push&v-uiId=0&v-pushId=40b12ce6-becd-48f9-85bc-997ce267b544&X-Atmosphere-tracking-id=0&X-Atmosphere-Framework=3.1.2-javascript&X-Atmosphere-Transport=websocket&X-Atmosphere-TrackMessageSize=true&Content-Type=application/json;%20charset=UTF-8&X-atmo-protocol=true&X-Vaadin-LastSeenServerSyncId=0,null,false.[permessage-deflate]],a
2024-08-01T16:51:26,946 | DEBUG | qtp1036021585-588 | WebSocketConnection | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | cancelDemand d=CANCELLED fp=true Buffer@22bd0189[rc=1,DirectByteBuffer@72390506[p=6,l=6,c=4096,r=0]={\x88\x80\x87\xEb\xEb5<<<>>>\n\n\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] WebSocketConnection@4e0cac58::SocketChannelEndPoint@47eb8827[{l=/[0:0:0:0:0:0:0:1]:8181,r=/[0:0:0:0:0:0:0:1]:57720,OSHUT,fill=-,flush=-,to=2/600000}{io=0/0,kio=0,kro=1}]->[WebSocketConnection@4e0cac58[SERVER,p=Parser@262bf1eb[s=START,c=0,o=0x0,m=-,l=0],f=Flusher@4ffcc737[IDLE][queueSize=0,aggregate=null],
2024-08-01T16:51:26,949 | DEBUG | qtp1036021585-589 | UidlWriter | 140 - com.vaadin.flow.server - 23.5.2 | * Creating response to client
2024-08-01T16:51:26,952 | DEBUG | qtp1036021585-589 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Complete called with session ManagedSession@59cd4275{id=node01vniy53htwvndbqyejof2yr8y0,x=node01vniy53htwvndbqyejof2yr8y0.node0,req=1,res=true}
2024-08-01T16:51:26,952 | DEBUG | qtp1036021585-589 | ManagedSession | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 complete, active requests=0
2024-08-01T16:51:26,952 | DEBUG | qtp1036021585-589 | AbstractSessionManager | 190 - org.eclipse.jetty.session - 12.0.9 | Session node01vniy53htwvndbqyejof2yr8y0 no eviction
2024-08-01T16:51:26,952 | DEBUG | qtp1036021585-589 | SessionInactivityTimer | 190 - org.eclipse.jetty.session - 12.0.9 | (Re)starting timer for session node01vniy53htwvndbqyejof2yr8y0 at 7200000ms
2024-08-01T16:51:26,952 | DEBUG | qtp1036021585-589 | AbstractSessionDataStore | 190 - org.eclipse.jetty.session - 12.0.9 | Store: id=node01vniy53htwvndbqyejof2yr8y0, mdirty=true, dirty=true, lsave=1722523886894, period=0, elapsed=58
2024-08-01T16:51:26,952 | DEBUG | qtp1036021585-589 | AbstractSessionCache | 190 - org.eclipse.jetty.session - 12.0.9 | Non passivating SessionDataStore, session in SessionCache only id=node01vniy53htwvndbqyejof2yr8y0
2024-08-01T16:51:26,952 | DEBUG | qtp1036021585-568 | WebSocketConnection | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | onClose() of physical connection
2024-08-01T16:51:26,952 | DEBUG | qtp1036021585-588 | PerMessageDeflateExtension$OutgoingFlusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | onCompleteFailure org.eclipse.jetty.util.StaticException: Closed
2024-08-01T16:51:26,952 | DEBUG | qtp1036021585-568 | FrameFlusher | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | Flushing Flusher@4ffcc737[PROCESSING][queueSize=0,aggregate=null]
2024-08-01T16:51:26,953 | DEBUG | qtp1036021585-568 | WebSocketCoreSession | 195 - org.eclipse.jetty.websocket.core.common - 12.0.9 | processConnectionError WebSocketCoreSession@40f4ed84{SERVER,WebSocketSessionState@78ee748{CLOSED,i=NO-OP,o=NO-OP,c={1005=NO_CODE,null}},[ws://localhost:8181/twentythree/VAADIN/push?v-r=push&v-uiId=0&v-pushId=40b12ce6-becd-48f9-85bc-997ce267b544&X-Atmosphere-tracking-id=0&X-Atmosphere-Framework=3.1.2-javascript&X-Atmosphere-Transport=websocket&X-Atmosphere-TrackMessageSize=true&Content-Type=application/json;%20charset=UTF-8&X-atmo-protocol=true&X-Vaadin-LastSeenServerSyncId=0,null,false.[permessa
org.eclipse.jetty.util.StaticException: Closed

@joakime
Copy link
Contributor

joakime commented Aug 1, 2024

Jetty 12.0.8 introduced Cross Context Dispatching (even across EE versions!)

See:

But that had a bug in HttpSession handling of new/accessed that wasn't fixed until Jetty 12.0.12 (bug was present even if you didn't use RequestDispatcher)

See:

Your code in 12.0.9 is likely accidentally relying on a buggy HttpSession behavior that didn't update the lifecycle properly and was fixed in 12.0.12.

@Maurice-Betzel
Copy link
Author

The problem is fixed with some better mods to the Felix HTTP Base module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For general bugs on Jetty side
Projects
None yet
Development

No branches or pull requests

2 participants