Bug #1653
closedPlot Downloads incomplete for a lot of plots: ASCII
0%
Description
When I select 1000 plots from MJenning's data and ask for them in ASCII format,
I got 680 plots in environmentalData.txt and 0 species in species data. The
latter could be because only strata are being exported, or could be incomplete
for other reasons... ??
Maybe I clicked on the download button too fast? So I tried again and this time
I got the blue screen of tomcatness saying root cause of error:
root cause
java.lang.OutOfMemoryError
I think it is currently at its highest setting? This is probably due to
creating XML then styling it: memory seems unable to handle this huge task.
Related issues
Updated by Michael Lee almost 20 years ago
what about plots with no strata-- need rules to overcome this. Perhaps prefs?
This is not a small request.
Updated by Michael Lee almost 20 years ago
perhaps 2 files: one file with overall taxa cover, one with cover by stratum.
if there are no strata, provide empty file, well, file with headers only.
Ideally, we would be able to tell user that there was no data and not give them
such as file. Maximally ideally, we'd let users specify which they want, but
that MAY be more difficult.
Updated by Michael Lee over 19 years ago
fixing bug 2002 will fix this bug too.
- This bug has been marked as a duplicate of 2002 ***