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 209944

Summary: org.apache.commons.logging
Product: platform Reporter: Crusader
Component: AutoupdateAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jrechtacek, jtulach, KhArtNJava, mmirilovic
Priority: P1    
Version: 7.1.1   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: messages.log

Description Crusader 2012-03-22 15:22:58 UTC
Created attachment 117093 [details]
messages.log

Can`t start program after uninstall some JavaFX plugins
Comment 1 Marian Mirilovic 2012-03-23 11:18:48 UTC
INFO [org.netbeans.core.startup.ModuleList]
java.io.IOException: Cannot start org.eclipse.mylyn.tasks.core state remains INSTALLED after start()
	at org.netbeans.core.netigso.Netigso.createLoader(Netigso.java:295)
	at org.netbeans.NetigsoModule.start(NetigsoModule.java:150)
	at org.netbeans.NetigsoFramework.delayedInit(NetigsoFramework.java:212)
Caused: org.netbeans.InvalidException: Netigso: C:\Program Files\NetBeans 7.1\ide\modules\org-eclipse-mylyn-tasks-core.jar: Cannot start org.eclipse.mylyn.tasks.core state remains INSTALLED after start()
Caused: org.netbeans.InvalidException: Netigso: C:\Program Files\NetBeans 7.1\ide\modules\org-eclipse-mylyn-bugzilla-core.jar: Cannot start org.eclipse.mylyn.bugzilla.core state remains INSTALLED after start()
Caused: org.netbeans.InvalidException: Netigso: C:\Program Files\NetBeans 7.1\ide\modules\org-apache-commons-httpclient.jar: Cannot start org.apache.commons.httpclient state remains INSTALLED after start()
Caused: org.netbeans.InvalidException: Netigso: C:\Program Files\NetBeans 7.1\ide\modules\org-eclipse-mylyn-commons-net.jar: Cannot start org.eclipse.mylyn.commons.net state remains INSTALLED after start()
	at org.netbeans.NetigsoFramework.delayedInit(NetigsoFramework.java:215)
	at org.netbeans.NetigsoFramework.turnOn(NetigsoFramework.java:185)
	at org.netbeans.ModuleManager.enable(ModuleManager.java:1071)
[catch] at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:340)
	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:722)
Comment 2 Marian Mirilovic 2012-03-23 11:23:40 UTC
*** Bug 209977 has been marked as a duplicate of this bug. ***
Comment 3 Marian Mirilovic 2012-03-23 11:24:26 UTC
added SW : 71patch2-candidate ... keep it on the list of potential patch candidates
Comment 4 Jaroslav Tulach 2012-03-24 13:03:24 UTC
We have a bug in AU/module system integraction. If one uninstalls some modules, some OSGi bundles may be removed even they are still needed by other modules. I suggested to exclude OSGi bundles from the list of modules that are removed in the bug, but I lost the bug from my sight and I cannot find it anymore.

I hope Jirka knows where it is and what was its resolution. I think this bug would be a duplicate.
Comment 5 Jiri Rechtacek 2012-03-29 09:02:50 UTC

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