You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When run for the first time on an empty database GTFSFileProcessor complains
" ActiveRevisions in database is not valid. The configuration revs must be set to proper values. ActiveRevisions [configRev=-1, travelTimesRev=-1]"
The configRev option needs to be added to the processCommandLineOptions method as if the database does not have any values in the ActiveRevisions table it could use the one from the command line.
I think that is what was intended.
The text was updated successfully, but these errors were encountered:
Just ran into this again when re configuring a blank schema to support the recent database changes.
12:35:10.877 ERROR thread=main [o.t.a.Core:117] ActiveRevisions in database is not valid. The configuration revs must be set to proper values. ActiveRevisions [configRev=-1, travelTimesRev=-1]
When run for the first time on an empty database GTFSFileProcessor complains
" ActiveRevisions in database is not valid. The configuration revs must be set to proper values. ActiveRevisions [configRev=-1, travelTimesRev=-1]"
The configRev option needs to be added to the processCommandLineOptions method as if the database does not have any values in the ActiveRevisions table it could use the one from the command line.
I think that is what was intended.
The text was updated successfully, but these errors were encountered: