build 9684 : Shelve changes - error creating patch
Hello,
when i try to shelve changes I get an error 'Error creating patch: C:\Documents and Settings\user\.IntelliJIdea8x\system\ideaServer\localCopy\$ROOT_CONFIG$\shelf\localhost5.patch (Access denied)'.
'localhost' is a comment in Shelve changes dialog and '5' (localhost5) is a number of attempt I try to do this changes.
In Idea log I get this stack trace:
2009-02-02 08:35:31,483 [ 177955] INFO - lf.ShelveChangesCommitExecutor - C:\Documents and Settings\user\.IntelliJIdea8x\system\ideaServer\localCopy\$ROOT_CONFIG$\shelf\localhost5.patch (Access denied)
java.io.FileNotFoundException: C:\Documents and Settings\user\.IntelliJIdea8x\system\ideaServer\localCopy\$ROOT_CONFIG$\shelf\localhost5.patch (Access denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
at com.intellij.openapi.project.impl.IdeaServerManagerImpl.saveFileContent(IdeaServerManagerImpl.java:707)
at com.intellij.openapi.project.impl.IdeaServerManagerImpl.access$800(IdeaServerManagerImpl.java:44)
at com.intellij.openapi.project.impl.IdeaServerManagerImpl$10.saveContent(IdeaServerManagerImpl.java:681)
at com.intellij.openapi.vcs.changes.shelf.CompoundShelfFileProcesor.a(CompoundShelfFileProcesor.java:12)
at com.intellij.openapi.vcs.changes.shelf.CompoundShelfFileProcesor.savePathFile(CompoundShelfFileProcesor.java:52)
at com.intellij.openapi.vcs.changes.shelf.ShelveChangesManager.shelveChanges(ShelveChangesManager.java:167)
at com.intellij.openapi.vcs.changes.shelf.ShelveChangesCommitExecutor$ShelveChangesCommitSession.execute(ShelveChangesCommitExecutor.java:22)
at com.intellij.openapi.vcs.changes.ui.CommitChangeListDialog$4$1.run(CommitChangeListDialog.java:1)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$3.run(ProgressManagerImpl.java:1)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(ProgressManagerImpl.java:3)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$4.run(ProgressManagerImpl.java:1)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:5)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:13)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:101)
at com.intellij.openapi.application.impl.ApplicationImpl$7$1.run(ApplicationImpl.java:3)
at com.intellij.openapi.application.impl.ApplicationImpl$5.run(ApplicationImpl.java:8)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:5)
This was working fine in build 9618.
Any idea what's wrong?
Emil.
Please sign in to leave a comment.