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 258246 - huge amount of FileNotFoundexception in message.log files
Summary: huge amount of FileNotFoundexception in message.log files
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-04 14:52 UTC by Vladimir Voskresensky
Modified: 2016-06-18 03:13 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 Voskresensky 2016-03-04 14:52:08 UTC
message.log.* files are very big and full of exceptions, so it's impossible to find start of original message.log

java.io.FileNotFoundException: /Users/chakie/Work/nemas/build/CMakeFiles/nemas.dir/src/Routing/RoutingEngine.cpp.o (No such file or directory)
	at java.io.RandomAccessFile.open0(Native Method)
	at java.io.RandomAccessFile.open(RandomAccessFile.java:316)
	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:243)
	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:124)
	at org.netbeans.modules.cnd.dwarfdump.reader.MyRandomAccessFile.<init>(MyRandomAccessFile.java:70)
	at org.netbeans.modules.cnd.dwarfdump.FileMagic.<init>(FileMagic.java:60)
	at org.netbeans.modules.cnd.dwarfdump.Dwarf.<init>(Dwarf.java:88)
[catch] at org.netbeans.modules.cnd.dwarfdump.Dwarf$MacArchiveIterator.advanceArchive(Dwarf.java:369)
	at org.netbeans.modules.cnd.dwarfdump.Dwarf$MacArchiveIterator.hasNext(Dwarf.java:342)
	at org.netbeans.modules.cnd.dwarfdiscovery.provider.BaseDwarfProvider.getSourceFilePropertiesLocal(BaseDwarfProvider.java:441)
	at org.netbeans.modules.cnd.dwarfdiscovery.provider.BaseDwarfProvider.getSourceFileProperties(BaseDwarfProvider.java:396)
	at org.netbeans.modules.cnd.dwarfdiscovery.provider.BaseProvider.processArtifactFile(BaseProvider.java:352)
	at org.netbeans.modules.cnd.dwarfdiscovery.provider.BaseProvider.access$400(BaseProvider.java:76)
	at org.netbeans.modules.cnd.dwarfdiscovery.provider.BaseProvider$MyRunnable.run(BaseProvider.java:461)
	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 Alexander Simon 2016-06-14 12:19:04 UTC
fixed, change set:
https://hg.netbeans.org/cnd-main/rev/a007c14ada11
Comment 2 Quality Engineering 2016-06-18 03:13:04 UTC
Integrated into 'main-silver', will be available in build *201606180002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a007c14ada11
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #258246 huge amount of FileNotFoundexception in message.log files