Open unimaginativeusername opened 3 days ago
hi! Our next version will use 2.3.18.Final: can you try to forse this version and see what happens?
Some questions:
Thanks in advance.
I have no idea why Arcade 24.6.1 uses undertow 2.3.18 on my system. I could replicate it with a new SpringBoot Maven project that had no other imports.
On Arcade 24.11.1 it uses undertow 2.3.18 by default with the same error. If I force the version to .18 by including it it in the POM.xml , the pp launches again.
1) I am accessing a standalone server and not 100% certain if the dependency is needed. But I should be able to include it either way,
2) attached file should be enough?
Additional information: I am fairly certain I made no relevant changes to the project setup before the error occurred, other than re-building, possibly flushing the cache, etc.
if you are accessing a standalone server using RemoteDatabase you don't need arcadedb-server nor gremlin on the client side (your appplication is the client) and the only dependency you need is arcadedb-network.
If you are using arcadedb in embedded way, arcadedb-engine is the dependency to go.
Arcadedb-server allows you to execute a standalone DB and includes undertow as its own http server. If this is not your use case, switch to one of the options suggested above.
BTW, the demo you provided starts without any issue .
ArcadeDB Version:
24.6.1 - 24.11.1
OS and JDK Version:
JDK 21
Expected behavior
Application should start
Actual behavior
Applicationbfails to start.
Steps to reproduce
Spring Boot project with dependencies
fails, with an error:
If you force the version to its previous state using
in the project pom, the application boots and runs as expected.
Change: https://github.com/ArcadeData/arcadedb/pull/1707
Not quite certain when and how this happened, we were on 24.6.1 initially, and it used to work with the same two dependencies in that version. After a recent refresh and re-start, things failed and we couldn't trace any changes on our end,
Upgrading to the most recent Arcade release saw no changes, the forced dependcy downgrde works on 24.11.1