Hi there, could you please help me deal this problem? When previewing, my report page prompts an error called "Can't create cache file". Does anyone know how to solve it? Thank you very much.
Best Answer
Hello,
There is no temp directory under Tomcat, or the write permission of the temp directory is insufficient;
You can try to create the temp directory under Linux and grant permissions 777; under Wi ...
There is no temp directory under Tomcat, or the write permission of the temp directory is insufficient;
You can try to create the temp directory under Linux and grant permissions 777; under Windows, you can move the project from the C drive to the D drive.