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 236499 - Unable to activate IDE Platform
Summary: Unable to activate IDE Platform
Status: STARTED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-28 12:07 UTC by faramir2
Modified: 2014-02-10 14:15 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 faramir2 2013-09-28 12:07:20 UTC
I'm using NetBeans 7.4 RC1 with JDK8 build 108.

After deactivating most of installed plugins (one of them was: "CSS Source Model"), NetBeans ask to disable also IDE Platform, but didn't suggest what plugins are required for IDE Platform, so I give it a try (I was thinking: OK, I'll disable it now, but after restarting I'll enable it with all dependencies).

I was able to run NetBeans, but when I was trying to activate IDE Platfrom I've got error (IOException with some .jar file), but I was unable to copy text of the exception.
I was able to activate "CSS Source Model", but even after restarting, I was unable to activate IDE Platform.

It could be nice to inform user that some plugin is required and cannot be deactivated (what is strange) or fix issue with enabling IDE Platform plugin.
Comment 1 Jaroslav Tulach 2013-12-12 16:38:52 UTC
I guess this can be done with "essential" flag in manifest. Right, Jirko?
Comment 2 Jiri Rechtacek 2013-12-13 08:03:11 UTC
(In reply to Jaroslav Tulach from comment #1)
> I guess this can be done with "essential" flag in manifest. Right, Jirko?

I agree, an user wouldn't be able to deactivate 'core' parts of IDE w/o any possibility to activate it again. I'm going to mark it as essential.