This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 144964 - [65cat]RuntimeException: java.io.SyncFailedException: C:\Documents and Settings\amontejo\Local Settings\Temp\netbeans.jpg
Summary: [65cat]RuntimeException: java.io.SyncFailedException: C:\Documents and Settin...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: _ deva
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-25 03:12 UTC by alcmontejo
Modified: 2008-09-26 21:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message log (92.01 KB, text/plain)
2008-08-25 03:13 UTC, alcmontejo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alcmontejo 2008-08-25 03:12:45 UTC
hi! 

Got this exception when Debug web apps, at the moment when it start to launch the Netbeans JavaScript Editor. 

Thanks,

Allen Montejo

SEVERE [org.openide.util.RequestProcessor]
java.io.SyncFailedException: C:\Documents and Settings\amontejo\Local Settings\Temp\netbeans.jpg
	at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createData(FolderObj.java:275)
	at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createDataImpl(FolderObj.java:233)
	at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$1.call(FolderObj.java:203)
	at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$1.call(FolderObj.java:202)
	at org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.runAsInconsistent
(FileBasedFileSystem.java:112)
	at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createData(FolderObj.java:206)
	at org.openide.filesystems.FileUtil.copyFileImpl(FileUtil.java:366)
	at org.openide.filesystems.FileObject.copy(FileObject.java:121)
	at org.openide.filesystems.FileUtil.copyFile(FileUtil.java:427)
	at org.openide.filesystems.FileUtil.copyFile(FileUtil.java:442)
	at org.netbeans.modules.web.client.tools.common.launcher.Utils.getDebuggerLauncherURI(Utils.java:81)
Caused: java.lang.RuntimeException
	at org.netbeans.modules.web.client.tools.common.launcher.Utils.getDebuggerLauncherURI(Utils.java:89)
	at org.netbeans.modules.web.client.tools.internetexplorer.IEJSDebugger.launchImpl(IEJSDebugger.java:69)
	at org.netbeans.modules.web.client.tools.javascript.debugger.spi.JSAbstractExternalDebugger.startDebuggingImpl
(JSAbstractExternalDebugger.java:102)
	at org.netbeans.modules.web.client.tools.javascript.debugger.spi.JSAbstractDebugger.startDebugging
(JSAbstractDebugger.java:110)
	at org.netbeans.modules.web.client.javascript.debugger.api.NbJSDebugger.startJSDebugging(NbJSDebugger.java:329)
	at org.netbeans.modules.web.client.javascript.debugger.actions.NbJSDebuggerActionsProvider.doAction
(NbJSDebuggerActionsProvider.java:169)
	at org.netbeans.spi.debugger.ActionsProvider$1.run(ActionsProvider.java:105)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 1 alcmontejo 2008-08-25 03:13:36 UTC
Created attachment 68210 [details]
message log
Comment 2 Petr Jiricka 2008-09-23 21:20:18 UTC
JavaScript debugger issue.
Comment 3 _ deva 2008-09-26 21:44:08 UTC
Trying to overwrite already existing file causes this problem