Details
-
Bug
-
Resolution: Fixed
-
Critical
-
0.9.1252, 1.0 B1, 1.0 B2, 1.0 B3, 1.0 B4
-
None
-
Linux
Description
On Linux platforms, the OSCache initialization fails because the path for the disk cache is not writable. This is caused by the fact that the path is relative ("temp/imageCache"), and default linux permissions does not allow creating the directory.
We should have a parameter for configuring this path.