2019-02-18 15:21:00,671 INFO [main] - Updating database-sos-injector 2019-02-18 15:21:02,272 WARN [main] - JDBC username was not set in config! 2019-02-18 15:21:02,272 WARN [main] - JDBC password was not set in config! 2019-02-18 15:21:06,685 ERROR [main] - Sos injection failed after 6 seconds com.axiomalaska.sos.exception.StationCreationException: Error creating station at com.axiomalaska.sos.injector.db.DatabaseStationRetriever.getStations(DatabaseStationRetriever.java:246) at com.axiomalaska.sos.SosInjector.update(SosInjector.java:191) at com.axiomalaska.sos.injector.db.DatabaseSosInjector.main(DatabaseSosInjector.java:44) Caused by: java.lang.NumberFormatException: empty String at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1842) at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110) at java.lang.Double.parseDouble(Double.java:538) at java.lang.Double.valueOf(Double.java:502) at com.axiomalaska.sos.injector.db.DatabaseSosInjectorHelper.getDouble(DatabaseSosInjectorHelper.java:16) at com.axiomalaska.sos.injector.db.DatabaseStationRetriever.getStations(DatabaseStationRetriever.java:195) ... 2 more