Changes between Version 158 and Version 159 of FAQ


Ignore:
Timestamp:
Mar 16, 2026, 7:42:07 AM (5 hours ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v158 v159  
    329329}}}
    330330
    331 === "Requested more data than the server can handle at once" ===
     331=== Requested more data than the server can handle at once ===
    332332
    333333If 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.
     
    335335On 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`.
    336336
    337 === "OS provides only python3 GDAL package"
     337=== OS provides only python3 GDAL package
    338338
    339339Currently `wcst_import.sh` works with python2 only and has various dependencies which must be python2-compatible as well.
     
    367367  INFO [2026-03-16 07:45:42] HikariDataSource@110: HikariPool-2 - Starting...
    368368  INFO [2026-03-16 07:45:42] HikariDataSource@123: HikariPool-2 - Start completed.
     369}}}
     370
     371After 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. 
    369375}}}
    370376