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 253540 - Exception: No file system providers for InvalidFileObjectSupport$InvalidFileObject...
Summary: Exception: No file system providers for InvalidFileObjectSupport$InvalidFileO...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.1
Hardware: All All
: P4 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-17 11:10 UTC by Vladimir Kvashin
Modified: 2015-09-15 07:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2015-07-17 11:10:41 UTC
java.lang.Exception: No file system providers for InvalidFileObjectSupport$InvalidFileObject@17ec46c[C:/Documents and Settings/Vladimir/My Documents/NetBeansProjects/00_
newfile.c]
        at org.netbeans.modules.remote.spi.FileSystemProvider.noProvidersWarning(FileSystemProvider.java:652)
        at org.netbeans.modules.remote.spi.FileSystemProvider.getCanonicalFileObject(FileSystemProvider.java:252)
        at org.netbeans.modules.cnd.remote.fs.CndFileSystemProviderImpl.getCanonicalFileObjectImpl(CndFileSystemProviderImpl.java:125)
        at org.netbeans.modules.cnd.spi.utils.CndFileSystemProvider$DefaultProvider.getCanonicalFileObjectImpl(CndFileSystemProvider.java:517)
        at org.netbeans.modules.cnd.spi.utils.CndFileSystemProvider.getCanonicalFileObject(CndFileSystemProvider.java:217)
        at org.netbeans.modules.cnd.utils.cache.CndFileUtils.getCanonicalFileObject(CndFileUtils.java:254)
        at org.netbeans.modules.cnd.makeproject.api.configurations.Item.ensureFileNotNull(Item.java:371)
        at org.netbeans.modules.cnd.makeproject.api.configurations.Item.setFolder(Item.java:250)
        at org.netbeans.modules.cnd.makeproject.api.configurations.Folder.removeItemImpl(Folder.java:1026)
        at org.netbeans.modules.cnd.makeproject.api.configurations.Folder.removeItemAction(Folder.java:945)
        at org.netbeans.modules.cnd.makeproject.ui.ViewItemNode$3.run(ViewItemNode.java:229)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
        at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
        at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2058)
Comment 1 Vladimir Kvashin 2015-07-17 11:11:43 UTC
If a file is deleted, the exception appears in console. It also appears in other situations as well.