Failed to initialize Atmosphere Framework

Hello guys, I have a problem.
If you can help me, I’ll go into detail.

I am working with Vaadin version 24.1.4 with Spring Boot (Maven).

Having a repository with 2 branches (master and develop) I am trying to deploy to the develop branch

I get the following error: Failed to initialize Atmosphere Framework.

Running the app locally with VsCode on Microsoft Windows 11, I have no problems.

Today it is deployed to both branches on the server, but when I want to make changes (merge) to these branches I cannot do it.

It’s running in a container

In the description of the error it describes in the metrics something like

Duplicate guess /vaadinServlet

I have 2 databases. Postgres and MongoDb

I can pass the metrics, if you can see something out of the common problem.

Guys I hope you can help me…

From already thank you very much.

Regards, Ariel
metrics_error.txt (68.5 KB)

Only thing in the stack trace that made me worrying were two totally outdated libraries - Vaadin and Spring Boot.

hi knoobie,
those metrics were obtained with <vaadin.version>24.3.6</vaadin.version>
and spring boot
3.1.0

Both versions are not compatible.

Vaadin 24.3 requires Boot 3.2+

Where can I find that information?

so I can check when I make a version update

https://github.com/vaadin/platform/releases/tag/24.3.0