-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 1.1
-
Component/s: None
-
Environment:
Windows 2000 Advanced Server, Tomcat Standalone - JIRA integration, Oracle 9i
When you do a restore of a .zip backup, either during the setup or after the setup from within the administration panel, if there are file system restrictions that prevent the attachments files and directories from being created, an exception is thrown and the restore just sits there and spins and never finishes.
...........................
ool.java:666)
at java.lang.Thread.run(Thread.java:536)
Caused by: java.io.IOException: Access is denied
at java.io.WinNTFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:827)
at bucket.util.FileUtils.copyFile(FileUtils.java:67)
at bucket.util.FileUtils.copyDirectory(FileUtils.java:48)
at com.atlassian.confluence.importexport.impl.BackupImporter.restoreDire
ctory(BackupImporter.java:465)
... 105 more
............................