WikiWatershed / model-my-watershed

The web application front end for Model My Watershed.
https://modelmywatershed.org
Apache License 2.0
57 stars 31 forks source link

AWS 2-2: Use New mmw-geoprocessing in Worker VM #3614

Closed rajadain closed 6 months ago

rajadain commented 9 months ago

Once a new, upgraded mmw-geoprocessing is available, post https://github.com/WikiWatershed/mmw-geoprocessing/issues/106, import it to the Worker VM, performing appropriate upgrades (dependencies such as Java, Scala, etc).

rajadain commented 6 months ago

Doesn't look like any Java upgrades are needed.

I am getting this message when using the 6.0.0 version:

Exception: [convert_data] huc8__1748 Geoprocessing Error.
Details: The request content was malformed:
EntityStreamSizeException: incoming entity size (8426814) exceeded size limit (8388608 bytes)! This may have been a parser limit (set via `akka.http.[server|client].parsing.max-content-length`), a decoder limit (set via `akka.http.routing.decode-max-size`), or a custom limit set with `withSizeLimit`.

This is even after setting MMW_GEOPROCESSING_MAXLEN to 150m. Will investigate further ...