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 228221

Summary: can't install java ee plugin
Product: platform Reporter: athompson <athompson>
Component: AutoupdateAssignee: Jiri Rechtacek <jrechtacek>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P1    
Version: 7.4   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: log file
install dialog

Description athompson 2013-04-03 19:38:53 UTC
1. Do a clean install of the java SE daily build (remove any user and cache directories).
2. Start IDE.
3! Open plugin manager and try to install "Java EE Base". You get an error dialog with the following text, and the install cannot continue:

    Some plugins require plugin Java Editor to be installed.

    The plugin Java Editor is requested in implementation version 9.

    The following plugin is affected:
        Java EE Base

Similarly, if upgrading from an earlier version of the daily builds (my previous version was 30 March with the Java EE Base plugin installed in the user directory), you get a bunch of plugin errors at startup.


Product Version: NetBeans IDE Dev (Build 201304031356)
Java: 1.7.0_17; Java HotSpot(TM) 64-Bit Server VM 23.7-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_17-b02
System: Mac OS X version 10.8.3 running on x86_64; US-ASCII; en_US (nb)
User directory: /Users/alvin/Library/Application Support/NetBeans/dev
Cache directory: /Users/alvin/Library/Caches/NetBeans/dev
Comment 1 Marian Mirilovic 2013-04-04 07:33:28 UTC
Could you please attach messages.log file and reopen this issue? Thanks in advance.
Comment 2 athompson 2013-04-04 14:43:55 UTC
It doesn't look like it logged anything when I get the dialog saying that the plugin couldn't be installed. I did get a NPE at shutdown, though...
Comment 3 athompson 2013-04-04 14:45:19 UTC
Created attachment 133308 [details]
log file
Comment 4 athompson 2013-04-04 14:53:15 UTC
This log file is a first-run of a clean install. There are some warnings about the editor module having a deprecated dep, but this error occurred before  attempting to install the plugin. Nothing was added to the log file when the plugin install attempt failed. Do I need to change the log level? If so, how?
Comment 5 athompson 2013-04-04 14:55:24 UTC
Created attachment 133309 [details]
install dialog
Comment 6 athompson 2013-04-10 14:28:10 UTC
The issue seems to have gone away in the latest daily build.