conveyal / analyst-server

DEPRECATED; see https://github.com/conveyal/analysis-ui
MIT License
37 stars 6 forks source link

No POINT_ESTIMATE files found when displaying results #166

Open abyrd opened 9 years ago

abyrd commented 9 years ago

When displaying multi-origin accessibility results, the UI defaults to "estimated accessibility". This causes the server to look for flat-results files with the POINT_ESTIMATE suffix, which do not exist.

java.io.FileNotFoundException: data/flat_results/0d5e0a32d22d40fbbc55f15ca4e9e647/0d5e0a32d22d40fbbc55f15ca4e9e647_block_groups.hhsize00_POINT_ESTIMATE.results.gz (No such file or directory)
    at java.io.FileInputStream.open0(Native Method) ~[na:1.8.0_51]
    at java.io.FileInputStream.open(FileInputStream.java:195) ~[na:1.8.0_51]
    at java.io.FileInputStream.<init>(FileInputStream.java:138) ~[na:1.8.0_51]
    at com.conveyal.analyst.server.utils.QueryResultStore$FileReader.<init>(QueryResultStore.java:185) ~[classes/:na]