conveyal / analysis-backend

Server component of Conveyal Analysis
http://conveyal.com/analysis
MIT License
23 stars 12 forks source link

nonce exception when uploading new osm.pbf for existing region #142

Closed ansoncfit closed 6 years ago

ansoncfit commented 6 years ago

Just observed on production:

Exception in thread "pool-2-thread-1" com.conveyal.taui.AnalysisServerException
        at com.conveyal.taui.AnalysisServerException.nonce(AnalysisServerException.java:54)
        at com.conveyal.taui.persistence.MongoMap.put(MongoMap.java:183)
        at com.conveyal.taui.persistence.MongoMap.put(MongoMap.java:150)
        at com.conveyal.taui.controllers.RegionController.lambda$fetchOsmAndCensusDataInThread$0(RegionController.java:104)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

The status "Setting up region..." is showing up in the listing of regions and projects, even though the upload of OSM to S3 is done.

This may also be related to seamless-census being disabled?