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 257666 - Open Project does not appear to do anything
Summary: Open Project does not appear to do anything
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-21 18:45 UTC by CatherineH
Modified: 2016-04-29 11:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (90.68 KB, text/x-log)
2016-01-26 19:22 UTC, CatherineH
Details

Note You need to log in before you can comment on or make changes to this bug.
Description CatherineH 2016-01-21 18:45:08 UTC
When I click on File->Open Project then click on a project I generated using the new project, nothing seems to happen - no messages on the terminal, no error messages.

I've captured what I see here:

https://youtu.be/WJlyAtdNPX8

I'm using:

$ java -version
java version "1.7.0_91"
OpenJDK Runtime Environment (IcedTea 2.6.3) (7u91-2.6.3-0ubuntu0.14.04.1)
OpenJDK 64-Bit Server VM (build 24.91-b01, mixed mode)

Product Version: NetBeans IDE 7.0.1 (Build 20121011-unknown-revn)
Java: 1.7.0_91; OpenJDK 64-Bit Server VM 24.91-b01
System: Linux version 3.19.0-43-generic running on amd64; UTF-8; en_US (nb)
Userdir: /home/catherine/.netbeans/7.0
Comment 1 CatherineH 2016-01-26 19:22:13 UTC
Created attachment 158236 [details]
messages.log
Comment 2 Jiri Prox 2016-01-27 09:42:22 UTC
Relevant part of the log:

java.lang.NoClassDefFoundError: com/sun/tools/javac/util/CancelAbort
	at org.netbeans.modules.java.source.parsing.JavacParserFactory.createParser(Unknown Source)
	at org.netbeans.modules.java.source.parsing.JavacParserFactory.createParser(Unknown Source)
	at org.netbeans.modules.parsing.impl.SourceCache.getParser(Unknown Source)
	at org.netbeans.modules.parsing.impl.event.EventSupport.init(Unknown Source)
	at org.netbeans.modules.parsing.api.Source.assignListeners(Unknown Source)
	at org.netbeans.modules.parsing.api.Source.access$500(Unknown Source)
Comment 3 Svata Dedic 2016-04-26 14:43:43 UTC
java.source and javacimpl versions reported in the log seem consistent; moving to core module system.
Comment 4 Tomas Hurka 2016-04-29 11:29:11 UTC
Please use NetBeans 8.1. The issue should be fixed there. Thanks.