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 - org.apache.commons.logging
Summary: org.apache.commons.logging
Status: RESOLVED DUPLICATE of bug 206365
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 7.1.1
Hardware: PC Windows XP
: P1 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-22 15:22 UTC by Crusader
Modified: 2012-03-29 09:49 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (20.94 KB, text/plain)
2012-03-22 15:22 UTC, Crusader
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***