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 241064 - java.io.IOException: Not an NBM project in /export/devarea/cnd-main/dlight.nativeexecution
Summary: java.io.IOException: Not an NBM project in /export/devarea/cnd-main/dlight.na...
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P2 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-28 14:19 UTC by petrk
Modified: 2015-07-17 01:19 UTC (History)
10 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 207032


Attachments
stacktrace (3.20 KB, text/plain)
2014-01-28 14:19 UTC, petrk
Details
stacktrace (3.79 KB, text/plain)
2014-03-28 14:07 UTC, Chiana
Details
stacktrace (3.20 KB, text/plain)
2014-07-08 10:01 UTC, Egor Ushakov
Details
stacktrace (3.87 KB, text/plain)
2014-07-16 08:52 UTC, Vladimir Voskresensky
Details
stacktrace (3.87 KB, text/plain)
2014-09-01 10:56 UTC, aldobrucale
Details
stacktrace (3.86 KB, text/plain)
2014-10-22 11:04 UTC, aldobrucale
Details
stacktrace (3.25 KB, text/plain)
2014-11-24 17:49 UTC, aldobrucale
Details
stacktrace (4.63 KB, text/plain)
2015-03-03 14:01 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description petrk 2014-01-28 14:19:25 UTC
This bug was originally marked as duplicate of bug 173443, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201401200001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
petrk: Changed permissions on the folder with project recursively in console




Stacktrace: 
java.io.IOException: Not an NBM project in /export/devarea/cnd-main/dlight.nativeexecution
   at org.netbeans.modules.apisupport.project.universe.ModuleList$2.run(ModuleList.java:213)
   at org.netbeans.modules.apisupport.project.universe.ModuleList$2.run(ModuleList.java:205)
   at org.netbeans.modules.apisupport.project.universe.ModuleList$1.run(ModuleList.java:185)
   at org.netbeans.modules.apisupport.project.universe.ModuleList$1.run(ModuleList.java:181)
   at org.openide.util.Mutex.readAccess(Mutex.java:337)
   at org.netbeans.modules.apisupport.project.universe.ModuleList.runProtected(ModuleList.java:181)
Comment 1 petrk 2014-01-28 14:19:27 UTC
Created attachment 144470 [details]
stacktrace
Comment 2 Martin Kozeny 2014-01-28 16:19:45 UTC
This can happen, b/c when doing it from console it is not known order of disk change events coming so dependecies between projects aren't updated properly. See https://netbeans.org/bugzilla/show_bug.cgi?id=240780. Closing as WONTFIX.
Comment 3 Alexander Simon 2014-02-21 07:07:20 UTC
Why do not fix?
If it is expected behavior, do not show exception report.
Comment 4 Chiana 2014-03-28 14:07:00 UTC
Created attachment 146384 [details]
stacktrace

Updated a project from SVN, the project module3 has been deleted earlier on an other computer and this computer was updated to reflect that.
Comment 5 Exceptions Reporter 2014-04-14 13:38:22 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=207032
Comment 6 Egor Ushakov 2014-07-08 10:01:16 UTC
Created attachment 147932 [details]
stacktrace

during external update
Comment 7 Vladimir Voskresensky 2014-07-16 08:52:21 UTC
Created attachment 148080 [details]
stacktrace

update repository in command line
Comment 8 aldobrucale 2014-09-01 10:56:04 UTC
Created attachment 148976 [details]
stacktrace

hg up to a previous version from the command line
Comment 9 Alexander Simon 2014-09-26 07:53:28 UTC
21 reports => P2
Comment 10 aldobrucale 2014-10-22 11:04:55 UTC
Created attachment 150049 [details]
stacktrace

I was updating a mercurial source tree to a previous version from the command line. The project mentioned in the exception message didn't exist in the version I was switching to.
Comment 11 aldobrucale 2014-11-24 17:49:04 UTC
Created attachment 150670 [details]
stacktrace

deleting a nbm suite project
Comment 12 Ondrej Vrabec 2015-03-03 14:01:19 UTC
Created attachment 152366 [details]
stacktrace

I deleted the project externally. However it was not opened, i had switched to another group before i deleted it.
Comment 13 Ondrej Vrabec 2015-07-14 14:53:54 UTC
Fix: http://hg.netbeans.org/core-main/rev/62aa538e25bd
Comment 14 Quality Engineering 2015-07-17 01:19:08 UTC
Integrated into 'main-silver', will be available in build *201507170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/62aa538e25bd
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #241064 - java.io.IOException: Not an NBM project in /export/devarea/cnd-main/dlight.nativeexecution
Lowering exception log level for a temporary invalid state of project folders.