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 270697 - WARNING [org.netbeans.modules.java.source.indexing.JavaIndex]: SuperOnePassCompileWorker caused an exception
Summary: WARNING [org.netbeans.modules.java.source.indexing.JavaIndex]: SuperOnePassCo...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: Dev
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-21 13:55 UTC by noon
Modified: 2017-08-11 13:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (285.35 KB, text/x-log)
2017-05-21 13:55 UTC, noon
Details
Full contents of the log/ directory (with module-info_x.dump) (63.65 KB, application/octet-stream)
2017-05-21 13:58 UTC, noon
Details
Contents of the "details" pane of the Exception dialog box (8.17 KB, text/plain)
2017-05-21 13:59 UTC, noon
Details
IDE log (285.35 KB, text/plain)
2017-05-21 14:01 UTC, noon
Details
UI log (815.05 KB, text/plain)
2017-05-21 14:03 UTC, noon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description noon 2017-05-21 13:55:38 UTC
Created attachment 164364 [details]
messages.log

NetBeans pops a "Unexpected exception" dialog:

A org.openide.util.RequestProcessor$SlowItem exception has occurred.
Please report this at http://www.netbeans.org/community/issues.html,
including a copy of your messages.log file as an attachment.
The messages.log file is located in your /home/noon/.netbeans/dev/var/log folder.

I don't know if it's related, but I'm modifying pom files and java9 module-info.java files.

I attach the messages.log.
Comment 1 noon 2017-05-21 13:58:08 UTC
Created attachment 164365 [details]
Full contents of the log/ directory (with module-info_x.dump)
Comment 2 noon 2017-05-21 13:59:43 UTC
Created attachment 164366 [details]
Contents of the "details" pane of the Exception dialog box
Comment 3 noon 2017-05-21 14:01:53 UTC
Created attachment 164367 [details]
IDE log
Comment 4 noon 2017-05-21 14:03:04 UTC
Created attachment 164368 [details]
UI log
Comment 5 Dusan Balek 2017-08-11 13:24:42 UTC
A new method 'contains(Location location, FileObject fo)' recently added to JavaFileManager. NB file managers should follow.