| 21 | |
| 22 | === Cannot import data with tomcat9 === |
| 23 | |
| 24 | If 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 | |
| 31 | then, you could try this solution first |
| 32 | |
| 33 | |
| 34 | {{{ |
| 35 | /lib/systemd/system/tomcat9.service and set PrivateTmp=yes to PrivateTmp=no |
| 36 | |
| 37 | Then sudo systemctl daemon-reload |
| 38 | sudo service tomcat9 restart |
| 39 | }}} |
| 40 | |
| 41 | If 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. |