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 257747 - NoSuchMethodError: org.netbeans.modules.cnd.utils.cache.CndFileUtils.isRemoteFileSystem(Lorg/openide/filesystems/FileObject;)Z
Summary: NoSuchMethodError: org.netbeans.modules.cnd.utils.cache.CndFileUtils.isRemote...
Status: STARTED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Dev (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@updatecenters
URL:
Keywords:
: 257746 257767 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-01-29 04:40 UTC by paolosca
Modified: 2016-02-25 17:32 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222293


Attachments
stacktrace (2.63 KB, text/plain)
2016-01-29 04:40 UTC, paolosca
Details

Note You need to log in before you can comment on or make changes to this bug.
Description paolosca 2016-01-29 04:40:18 UTC
Build: NetBeans IDE Dev (Build 201601280002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: Linux

User Comments:
paolosca: I created a new project from existing sources, then I set one of the project folters as ignored. Now, every time I copy a file in that folder using an external applicatio, NetBeans displays this annoyng message.




Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.cnd.utils.cache.CndFileUtils.isRemoteFileSystem(Lorg/openide/filesystems/FileObject;)Z
   at org.netbeans.modules.cnd.modelimpl.platform.CsmEventDispatcher$FileListener.accept(CsmEventDispatcher.java:488)
   at org.netbeans.modules.cnd.modelimpl.platform.CsmEventDispatcher$FileListener.fileDataCreated(CsmEventDispatcher.java:503)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:172)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapperMulti.dispatchAllEventsSync(FCLSupport.java:248)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:137)
   at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:112)
Comment 1 paolosca 2016-01-29 04:40:20 UTC
Created attachment 158278 [details]
stacktrace
Comment 2 Alexander Simon 2016-01-29 06:21:01 UTC
Something wrong on update center.
The module cnd.utils does not fit cnd.modelimpl.
Version from log:
org.netbeans.modules.cnd.modelimpl/1 [1.52.13.1 1 nbms-and-javadoc-365-on-20160128]
org.netbeans.modules.cnd.utils [1.48.0.2 2 nbms-and-javadoc-310-on-20151204]
According change set: 94811ebc8db5 the version of cnd.utils must be 1.48.2

Reassign to evaluation
Comment 3 Alexander Simon 2016-01-29 06:22:57 UTC
*** Bug 257746 has been marked as a duplicate of this bug. ***
Comment 4 Alexander Simon 2016-02-02 11:36:27 UTC
*** Bug 257767 has been marked as a duplicate of this bug. ***
Comment 5 pgebauer 2016-02-10 14:21:20 UTC
All reports (this one and all duplicates) use development build of the IDE. The valid Auto Update Center for development builds is 

http://bits.netbeans.org/trunk/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/updates.xml.gz

I can see the spec. version 1.48.3.2 for the module cnd.utils which is correct. So please check you are using the valid Dev AUC.
Comment 6 Exceptions Reporter 2016-02-25 17:32:20 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=222293