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 171449

Summary: DBX makes IO from restored()
Product: third-party Reporter: Vladimir Voskresensky <vv159170>
Component: DBX-GuiAssignee: Vladimir Voskresensky <vv159170>
Status: REOPENED ---    
Severity: blocker CC: common_debugger
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Voskresensky 2009-09-04 03:00:52 UTC
checkWrite:
/space/hudson/jobs/cnd-main/workspace/ide.kit/build/test/qa-functional/work/userdir0/config/Preferences/org/netbeans/modules/cnd/remote.propertie

org.netbeans.test.ide.CountingSecurityManager.checkWrite(CountingSecurityManager.java:413)  at
java.io.File.mkdir(File.java:1119)  at
org.openide.filesystems.LocalFileSystem.createRecursiveFolder(LocalFileSystem.java:256)  at
org.openide.filesystems.LocalFileSystem.createFolder(LocalFileSystem.java:218)  at
org.openide.filesystems.LocalFileSystem$Impl.createFolder(LocalFileSystem.java:538)  at
org.openide.filesystems.AbstractFileObject.createFolder(AbstractFileObject.java:412)  at
org.openide.filesystems.FileUtil.createFolder(FileUtil.java:726)  at
org.openide.filesystems.MultiFileObject.createFolder(MultiFileObject.java:1011)  at
org.openide.filesystems.FileUtil.createFolder(FileUtil.java:726)  at
org.openide.filesystems.MultiFileObject.createFolder(MultiFileObject.java:1011)  at
org.openide.filesystems.FileUtil.createFolder(FileUtil.java:726)  at
org.openide.filesystems.FileUtil.createData(FileUtil.java:781)  at
org.netbeans.core.startup.preferences.PropertiesStorage.toPropertiesFile(PropertiesStorage.java:309)  at
org.netbeans.core.startup.preferences.PropertiesStorage.outputStream(PropertiesStorage.java:249)  at
org.netbeans.core.startup.preferences.PropertiesStorage.save(PropertiesStorage.java:226)  at
org.netbeans.core.startup.preferences.NbPreferences.flushSpi(NbPreferences.java:166)  at
org.netbeans.core.startup.preferences.NbPreferences$1$1.run(NbPreferences.java:70)  at
org.netbeans.core.startup.preferences.PropertiesStorage$3.run(PropertiesStorage.java:319)  at
org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:122)  at
org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:539)  at
org.netbeans.core.startup.preferences.PropertiesStorage.runAtomic(PropertiesStorage.java:317)  at
org.netbeans.core.startup.preferences.NbPreferences$1.run(NbPreferences.java:66)  at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)  at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1070) checkWrite:
/space/hudson/jobs/cnd-main/workspace/ide.kit/build/test/qa-functional/work/userdir0/config/Preferences/org/netbeans/modules/cnd
checkWrite:
/space/hudson/jobs/cnd-main/workspace/ide.kit/build/test/qa-functional/work/userdir0/config/Preferences/org/netbeans/modules/cnd
checkWrite:
/space/hudson/jobs/cnd-main/workspace/ide.kit/build/test/qa-functional/work/userdir0/config/Preferences/org/netbeans/modules/cnd
checkWrite:
/space/hudson/jobs/cnd-main/workspace/ide.kit/build/test/qa-functional/work/userdir0/config/Preferences/org/netbeans/modules/cnd/remote.properties
java.lang.Exception: checkWrite:
/space/hudson/jobs/cnd-main/workspace/ide.kit/build/test/qa-functional/work/userdir0/config/Preferences/org/netbeans/modules/cnd/remote.properties
 at org.netbeans.test.ide.CountingSecurityManager.checkWrite(CountingSecurityManager.java:413)  at
java.io.File.createNewFile(File.java:849)  at
org.openide.filesystems.LocalFileSystem.createData(LocalFileSystem.java:268)  at
org.openide.filesystems.LocalFileSystem$Impl.createData(LocalFileSystem.java:550)  at
org.openide.filesystems.AbstractFileObject.createData(AbstractFileObject.java:471)  at
org.openide.filesystems.FileUtil.createData(FileUtil.java:802)  at
org.openide.filesystems.MultiFileObject.createData(MultiFileObject.java:1086)  at
org.openide.filesystems.FileUtil.createData(FileUtil.java:802)  at
org.openide.filesystems.MultiFileObject.createData(MultiFileObject.java:1086)  at
org.openide.filesystems.FileUtil.createData(FileUtil.java:802)  at
org.netbeans.core.startup.preferences.PropertiesStorage.toPropertiesFile(PropertiesStorage.java:309)  at
org.netbeans.core.startup.preferences.PropertiesStorage.outputStream(PropertiesStorage.java:249)  at
org.netbeans.core.startup.preferences.PropertiesStorage.save(PropertiesStorage.java:226)  at
org.netbeans.core.startup.preferences.NbPreferences.flushSpi(NbPreferences.java:166)  at
org.netbeans.core.startup.preferences.NbPreferences$1$1.run(NbPreferences.java:70)  at
org.netbeans.core.startup.preferences.PropertiesStorage$3.run(PropertiesStorage.java:319)  at
org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:122)  at
org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:539)  at
org.netbeans.core.startup.preferences.PropertiesStorage.runAtomic(PropertiesStorage.java:317)  at
org.netbeans.core.startup.preferences.NbPreferences$1.run(NbPreferences.java:66)  at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)  at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1070)
Comment 1 Egor Ushakov 2009-09-23 13:02:51 UTC
postponed until we have dbx support in NB
Comment 2 Vladimir Voskresensky 2009-10-05 13:34:49 UTC
move dbx related issues into dbx-gui component
Comment 3 Vladimir Voskresensky 2009-10-05 14:29:15 UTC
mark issues as not fixed
Comment 4 Egor Ushakov 2010-06-09 16:58:46 UTC
Vladimir, is it still valid?