-
Notifications
You must be signed in to change notification settings - Fork 181
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
DRT: com.google.common.base.VerifyException: null #1178
Comments
Update: I set "maxTravelTimeAlpha" to 1, and it ran without error. It seems that there is a bug that causes this error. Also, when I create the DRTs on random links within the shapeFile, I get the same error (even with "maxTravelTimeAlpha" =1). Last time I got it after 20+ iterations, the simulation runs if I hand-pick certain fairly longer links and create DRTs on those links. Here is the log file for this one: The network is generated by MATSim tools from OSM, and is cleaned. I hope this bug gets fixed. |
Update: Even when creating DRTs on certain links this error might be thrown! This one happened after several (around 5) iterations. Is there a way to fix this? |
Which version of matsim/drt are you using? Are you using prebooking? There have been a few updates to the scheduler this year |
Mh I'm afraid it's hard to tell from the verify exception, since it's not so descriptive. |
class file has wrong version 65.0, should be 61.0. This is part of the error:
|
Indeed, the latest matsim versions are compiled with java 21: |
Thank you so much! |
Dear all,
I got this error at iterations 20 of one run and 22 of another run of my DRT scenario. Any idea how to fix it?
This is my drt and dvrp settings for now:
The text was updated successfully, but these errors were encountered: