Copy page error
Symptoms
When copying a page in confluence, an error is displayed in the browser and the page is not copied.
The following appears in the atlassian-confluence.log
:
Cause
java.lang.RuntimeException: Error creating temp file in folder: /opt/confluence-home/attachments/ver003/199/206/4456449/182/184/6684682/6881282
at com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao.writeStreamToFile(FileSystemAttachmentDataDao.java:199)
caused by: java.io.IOException: No such file or directory
at java.io.UnixFileSystem.createFileExclusively(Native Method)
Cause
The system account running Confluence does not possess the proper permissions to write to the confluence.home directory.
Resolution
- Assign the appropriate permissions to the system account responsible for running Confluence.
Multiple problems due to file system permissions configuration
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.