Changes between Version 140 and Version 141 of FAQ


Ignore:
Timestamp:
Feb 20, 2020, 7:40:33 AM (4 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v140 v141  
    1919
    2020== Installation ==
     21
     22=== Cannot import data with tomcat9 ===
     23
     24If you installed tomcat9 (stricter than previous tomcat versions in term of security) and then wcst_import cannot import data anymore with the error as below from petascope
     25
     26
     27{{{
     28 <ows:ExceptionText>The URL provided in the coverageRef parameter is malformed.</ows:ExceptionText>
     29}}}
     30
     31then, you could try this solution first
     32
     33
     34{{{
     35/lib/systemd/system/tomcat9.service and set PrivateTmp=yes to PrivateTmp=no
     36
     37Then sudo systemctl daemon-reload
     38sudo service tomcat9 restart
     39}}}
     40
     41If it does not work, then, undo the change above and you would need to update rasdaman to the latest version which fixed this problem in petascope and wcst_import.
    2142
    2243