Changes between Version 158 and Version 159 of FAQ
- Timestamp:
- Mar 16, 2026, 7:42:07 AM (5 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v158 v159 329 329 }}} 330 330 331 === "Requested more data than the server can handle at once"===331 === Requested more data than the server can handle at once === 332 332 333 333 If a WCS/WCPS query fails with a "Requested more data than the server can handle at once", then it's likely that you need to increase the maximum amount of RAM that Tomcat is allowed to allocate. … … 335 335 On most systems this can be done by editing a `/etc/default/tomcat*` file. Find the `JAVA_OPTS` option and set `-Xmx` to the desired value (e.g. to allow 4GB RAM, use `-Xmx4G`. 336 336 337 === "OS provides only python3 GDAL package"337 === OS provides only python3 GDAL package 338 338 339 339 Currently `wcst_import.sh` works with python2 only and has various dependencies which must be python2-compatible as well. … … 367 367 INFO [2026-03-16 07:45:42] HikariDataSource@110: HikariPool-2 - Starting... 368 368 INFO [2026-03-16 07:45:42] HikariDataSource@123: HikariPool-2 - Start completed. 369 }}} 370 371 After a few minutes, it may have this log below in `petascope.log`: 372 373 {{{ 374 Caused by: liquibase.exception.LockException: Could not acquire change log lock. 369 375 }}} 370 376
