12:31:07.207 ERROR (PollingGraphUpdater.java:57) Error while running polling updater of type bike-rental
java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Integer.java:542) ~[na:1.8.0_252]
at java.lang.Integer.parseInt(Integer.java:615) ~[na:1.8.0_252]
at org.opentripplanner.updater.bike_rental.NextBikeRentalDataSource.makeStation(NextBikeRentalDataSource.java:47) ~[otp.jar:1.1]
at org.opentripplanner.updater.bike_rental.GenericXmlBikeRentalDataSource$1.build(GenericXmlBikeRentalDataSource.java:36) ~[otp.jar:1.1]
at org.opentripplanner.updater.bike_rental.GenericXmlBikeRentalDataSource$1.build(GenericXmlBikeRentalDataSource.java:30) ~[otp.jar:1.1]
at org.opentripplanner.util.xml.XmlDataListDownloader.parseXML(XmlDataListDownloader.java:144) ~[otp.jar:1.1]
at org.opentripplanner.util.xml.XmlDataListDownloader.download(XmlDataListDownloader.java:87) ~[otp.jar:1.1]
at org.opentripplanner.updater.bike_rental.GenericXmlBikeRentalDataSource.update(GenericXmlBikeRentalDataSource.java:43) ~[otp.jar:1.1]
at org.opentripplanner.updater.bike_rental.BikeRentalUpdater.runPolling(BikeRentalUpdater.java:130) ~[otp.jar:1.1]
at org.opentripplanner.updater.PollingGraphUpdater.run(PollingGraphUpdater.java:47) ~[otp.jar:1.1]
at org.opentripplanner.updater.GraphUpdaterManager.lambda$startUpdaters$1(GraphUpdaterManager.java:162) [otp.jar:1.1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_252]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_252]
at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_252]<BikeRentalStationList><stations/></BikeRentalStationList>{
"timeouts": [5,4,3,1],
"updaters": [
{
"type": "bike-rental",
"frequencySec": 60,
"sourceType": "next-bike",
"url": "https://nextbike.net/maps/nextbike-live.xml?domains=lv"
}
]
}java -jar otp.jar --version
version: 1.4.0