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 268562

Summary: Exception: File systems differ: incoming=[org.netbeans.modules.masterfs.ui.FileBasedFSWithUI@1be34ede];cur=r_tester@spb-lesnaya; project=/usr/include org.netbeans.modules.cnd.modelimpl.csm.core.LibPro
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: Code ModelAssignee: Vladimir Kvashin <vkvashin>
Status: NEW ---    
Severity: normal CC: alexvsimon
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226801
Attachments: stacktrace
stacktrace
stacktrace

Description Alexander Simon 2016-10-17 15:40:53 UTC
This bug was originally marked as duplicate of bug 240627, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 20161017-00542194f939)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: SunOS

User Comments:
alexvsimon: reopen project with two configetations. 1 local, 2 - remote




Stacktrace: 
java.lang.Exception: File systems differ: incoming=[org.netbeans.modules.masterfs.ui.FileBasedFSWithUI@1be34ede];cur=r_tester@spb-lesnaya; project=/usr/include org.netbeans.modules.cnd.modelimpl.csm.core.LibProjectImpl @1779323188:1779323188; file=/usr/include/stdlib.h org.netbeans.modules.masterfs.ui.FileBasedFSWithUI
@[Code Model Request Processor: CsmEventListener]
   at org.netbeans.modules.cnd.utils.CndUtils.severe(CndUtils.java:210)
   at org.netbeans.modules.cnd.utils.CndUtils.assertTrue(CndUtils.java:191)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.getIncludeHandler(ProjectBase.java:1500)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.createPreprocHandler(ProjectBase.java:1466)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.createDefaultPreprocHandler(ProjectBase.java:3426)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.restorePreprocHandler(ProjectBase.java:3393)
Comment 1 Alexander Simon 2016-10-17 15:40:55 UTC
Created attachment 162530 [details]
stacktrace
Comment 2 Alexander Simon 2016-10-17 15:54:38 UTC
Full steps:
- create project with 1 configuration.
- add configuration with remote build host.
- set active second configuration.
- close project.
- open project.
- switch configuration from second to first (without delay).
See exception.

I got exception on the simplest Cpp Application.
Comment 3 Alexander Simon 2016-11-01 16:16:27 UTC
Created attachment 162718 [details]
stacktrace

change tool collection in remote project
Comment 4 Alexander Simon 2016-11-02 08:37:29 UTC
Created attachment 162726 [details]
stacktrace

create remote project