-
Notifications
You must be signed in to change notification settings - Fork 31
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
java.lang.ArrayIndexOutOfBoundsException error when calling accessibility #395
Comments
Could you please run |
Hello, @rafapereirabr.
|
Thanks, @phily5051 . I was able to reproduce the error. It only occurs when using This leads me to think the error is not in Once the issue in the GTFS is fixed, you will need to build the network again setting
|
@rafapereirabr is there a way to get rJava to print a full traceback for these Java exceptions? That would make debugging a lot easier. |
@mattwigway , yes it is possible to traceback Java exceptions with |
If we can't do it on the r side we should be able to catch it on the Java side, print the traceback, and then re-throw so that R knows it failed |
I am trying to calculate accessibility for for a medium size number of points in Montreal using walk and transit but ran into the following error: java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
1106 out of 2522 origins processed.
2455 out of 2522 origins processed.
Before I updated the Java SE Development Kit 11 to 21, it calculated accessibility for both modes, but now it is not working. I've included a subset of points and the files that should reproduce the error.
Data files:
The output and the error messages are as follows:
No error occurs when I use
mode <- "WALK"
. Any opinion will be much appreciated.The text was updated successfully, but these errors were encountered: