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 209201 - My Netbeans crashed after uninstalling my own plugin
Summary: My Netbeans crashed after uninstalling my own plugin
Status: RESOLVED DUPLICATE of bug 206365
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 7.1.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-06 08:03 UTC by Monomachus
Modified: 2012-03-06 08:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Netbeans crash Netigso (48.41 KB, image/png)
2012-03-06 08:03 UTC, Monomachus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Monomachus 2012-03-06 08:03:26 UTC
Created attachment 116370 [details]
Netbeans crash Netigso

I've created a plugin (.nbm) and created there a wizard. It is available here https://github.com/Monomachus/Symfony2FileTemplates/downloads.
Now the problem is that when I uninstalled it, my Netbeans loaded but it a very strange state, kinda like on the parent window loaded.

I've attached the screenshot.

The detailed exception is this one
org.osgi.framework.BundleException: The bundle "org.eclipse.mylyn.tasks.core_3.6.0.v20110608-1400 [31]" could not be resolved. Reason: Missing Constraint: Require-Bundle: org.eclipse.mylyn.commons.net; bundle-version="[3.0.0,4.0.0)"
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1317)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1301)
	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:319)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:374)
[catch] at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1067)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:561)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:546)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:459)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
	at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.internalStart(EquinoxLauncher.java:281)
	at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.start(EquinoxLauncher.java:251)
	at org.eclipse.osgi.launch.Equinox.start(Equinox.java:256)
	at org.netbeans.core.netigso.Netigso.start(Netigso.java:172)
	at org.netbeans.NetigsoFramework.startFramework(NetigsoFramework.java:251)
	at org.netbeans.ModuleManager.enable(ModuleManager.java:1081)
	at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:340)
	at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:350)
	at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:276)
	at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:294)
	at org.netbeans.core.startup.Main.getModuleSystem(Main.java:172)
	at org.netbeans.core.startup.Main.start(Main.java:308)
	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:123)
	at java.lang.Thread.run(Thread.java:662)
Comment 1 Jiri Rechtacek 2012-03-06 08:08:12 UTC

*** This bug has been marked as a duplicate of bug 206365 ***