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 247735 - IllegalStateException: Bundle "reference:file:ide/modules/org-eclipse-jgit.jar" has been uninstalled
Summary: IllegalStateException: Bundle "reference:file:ide/modules/org-eclipse-jgit.ja...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Netigso (show other bugs)
Version: 8.0
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on: 221614
Blocks:
  Show dependency tree
 
Reported: 2014-10-06 14:30 UTC by Exceptions Reporter
Modified: 2014-11-21 03:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212503


Attachments
stacktrace (1.69 KB, text/plain)
2014-10-06 14:30 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-10-06 14:30:03 UTC
This bug was originally marked as duplicate of bug 221614, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows 7

User Comments:
GUEST: Git problem




Stacktrace: 
java.lang.IllegalStateException: Bundle "reference:file:ide/modules/org-eclipse-jgit.jar" has been uninstalled
   at org.eclipse.osgi.framework.internal.core.AbstractBundle.checkValid(AbstractBundle.java:1175)
   at org.eclipse.osgi.framework.internal.core.BundleHost.checkLoader(BundleHost.java:183)
   at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:225)
   at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
   at org.netbeans.core.netigso.NetigsoLoader.doLoadClass(NetigsoLoader.java:106)
   at org.netbeans.NetigsoModule$DelegateCL.doLoadClass(NetigsoModule.java:261)
Comment 1 Exceptions Reporter 2014-10-06 14:30:06 UTC
Created attachment 149745 [details]
stacktrace
Comment 2 Ondrej Vrabec 2014-10-22 13:04:11 UTC
How is this a git issue? The stacktrace comes from uihandler which is trying to load a class from an uninstalled bundle. It expects an exception and is ready to catch it and log with FINE level. But it appears NetigsoModule wants to be more strict and logs the exception even sooner with SEVERE:
[catch] at org.netbeans.NetigsoModule$DelegateCL.doLoadClass(NetigsoModule.java:261)

passing back, maybe you can just pass the exception furter?
Comment 3 Jaroslav Tulach 2014-11-18 11:45:23 UTC
8c3fa9fc406e
Comment 4 Quality Engineering 2014-11-21 03:50:19 UTC
Integrated into 'main-silver', will be available in build *201411210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8c3fa9fc406e
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #247735: Lowering the logged priority to INFO