CUTR-at-USF / gtfs-realtime-validator

Java-based tool that validates General Transit Feed Specification (GTFS)-realtime feeds. See https://github.com/MobilityData/gtfs-realtime-validator for the latest!
Other
93 stars 40 forks source link

java.security.PrivilegedActionException: java.lang.NoSuchMethodException: #397

Open simon1749 opened 3 years ago

simon1749 commented 3 years ago

Summary:

Cannot start the validator

Steps to reproduce:

just follow the user instruction

Observed behavior:

PrivilegedActionException was thrown.

gtfs validator error.txt

Platform:

Windows 10 and jdk16.0.1

barbeau commented 3 years ago

@simon1749 Thanks for reporting this. Do you get the same exception when running on older JDKs such as 11 or 8?

simon1749 commented 3 years ago

@simon1749 Thanks for reporting this. Do you get the same exception when running on older JDKs such as 11 or 8?

I just tried again with JDK 11, and the validator worked fine.