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 205747 - adding JIRA plugin yields exception report on every startup
Summary: adding JIRA plugin yields exception report on every startup
Status: CLOSED DUPLICATE of bug 205019
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-01 00:03 UTC by darkos
Modified: 2011-12-02 12:33 UTC (History)
1 user (show)

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 darkos 2011-12-01 00:03:26 UTC
[ BUILD # : rc1 ]
[ JDK VERSION : 1.7.1 ]

I added the JIRA plugin to my NetBeans install, and now, I am greeted with a
nasty exception report window every time I start the IDE:

it contains the following details:

org.eclipse.core.runtime.AssertionFailedException: assertion failed: The
application has not been initialized.
	at org.eclipse.core.runtime.Assert.isTrue(Assert.java:110)
	at
org.eclipse.core.internal.runtime.InternalPlatform.assertInitialized(InternalPla
tform.java:138)
	at
org.eclipse.core.internal.runtime.InternalPlatform.getStateLocation(InternalPlat
form.java:605)
	at org.eclipse.core.runtime.Plugin.getStateLocation(Plugin.java:312)
	at
com.atlassian.connector.eclipse.internal.jira.core.JiraCorePlugin.start(JiraCore
Plugin.java:72)
	at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextIm
pl.java:783)
	at java.security.AccessController.doPrivileged(Native Method)
	at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(Bundle
ContextImpl.java:774)
Caused: org.osgi.framework.BundleException: Exception in
com.atlassian.connector.eclipse.internal.jira.core.JiraCorePlugin.start() of
bundle com.atlassian.connector.eclipse.jira.core.
	at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(Bundle
ContextImpl.java:806)
	at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextIm
pl.java:755)
	at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:
370)
	at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.ja
va:374)
[catch] at
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1
067)
	at
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLe
velManager.java:561)
	at
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLe
velManager.java:546)
	at
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelMan
ager.java:459)
	at
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(Start
LevelManager.java:243)
	at
org.eclipse.osgi.framework.internal.core.EquinoxLauncher.internalStart(EquinoxLa
uncher.java:281)
	at
org.eclipse.osgi.framework.internal.core.EquinoxLauncher.start(EquinoxLauncher.j
ava:251)
	at org.eclipse.osgi.launch.Equinox.start(Equinox.java:256)
	at org.netbeans.core.netigso.Netigso.start(Netigso.java:171)
	at org.netbeans.NetigsoFramework.startFramework(NetigsoFramework.java:242)
	at org.netbeans.ModuleManager.enable(ModuleManager.java:1081)
	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 1 Tomas Stupka 2011-12-01 13:56:28 UTC

*** This bug has been marked as a duplicate of bug 205019 ***
Comment 2 Marian Mirilovic 2011-12-02 12:33:22 UTC
v/c