Copy page error
症状
When copying a page in confluence, an error is displayed in the browser and the page is not copied.
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)
原因
The system account running Confluence does not possess the proper permissions to write to the confluence.home directory.
ソリューション
- 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.