Unable to Install Plugins
症状
Missing 'temp' directory exception appears in the log file:
Cause:
java.lang.RuntimeException: There was a problem evicting or flushing a PluginData object
at com.atlassian.confluence.plugin.persistence.hibernate.HibernatePluginDataDao.saveOrUpdate(HibernatePluginDataDao.java:65)
caused by: net.sf.hibernate.HibernateException: I/O errors during LOB access
at org.springframework.orm.hibernate.support.AbstractLobType.nullSafeSet(AbstractLobType.java:163)
caused by: java.io.IOException: No such file or directory
at java.io.UnixFileSystem.createFileExclusively(Native Method)
原因
The temp
directory is missing.
ソリューション
Recreate the temp directory in the Confluence Home and other important directories and restart Confluence.
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.