matsim-org / matsim-libs

Multi-Agent Transport Simulation
www.matsim.org
477 stars 445 forks source link

simwrapper contrib doesnt work with JDK 21/22 #3270

Closed billyc closed 4 months ago

billyc commented 4 months ago

The MATSim Open Kelheim scenario at https://github.com/matsim-scenarios/matsim-kelheim fails to run because of an error in the simwrapper contrib.

It looks like this is a conflict with latest JDK 21 and 22; when switching to JDK 20 everything still works.

But the MATSim Open Berlin Scenario with latest MATsim version works. So I am a bit confused as to what is actually causing the problem.

Run log with error messages is attached.

run-log.txt

rakow commented 4 months ago

This was fixed in https://github.com/matsim-org/matsim-libs/pull/3126. MATSim Dependency needs to be updated (or only the pebble dependencies that is causing the issue)