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 209691

Summary: org.eclipse.core.runtime.AssertionFailedException: assertion failed: The application has not been initialized.
Product: platform Reporter: schkovich <schkovich>
Component: NetigsoAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED WORKSFORME    
Severity: normal CC: jglick, jrechtacek, mmirilovic, schkovich
Priority: P2    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 185979
Attachments: stacktrace
stacktrace

Description schkovich 2012-03-17 17:11:44 UTC
This bug was originally marked as duplicate of bug 205019, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201203170400)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
schkovich: starting ide

GUEST: -just restarted ide after an update




Stacktrace: 
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(InternalPlatform.java:138)
   at org.eclipse.core.internal.runtime.InternalPlatform.getStateLocation(InternalPlatform.java:605)
   at org.eclipse.core.runtime.Plugin.getStateLocation(Plugin.java:312)
   at com.atlassian.connector.eclipse.internal.jira.core.JiraCorePlugin.start(JiraCorePlugin.java:72)
   at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
Comment 1 schkovich 2012-03-17 17:11:47 UTC
Created attachment 116821 [details]
stacktrace
Comment 2 schkovich 2012-03-18 01:47:16 UTC
Created attachment 116826 [details]
stacktrace

restarting ide after installing JIRA plugin
Comment 3 Tomas Stupka 2012-04-11 10:42:20 UTC
com.atlassian.connector.eclipse.internal.jira.core.JiraCorePlugin is being stated before ER initialized

seems to be related to issue #205019. note that both reports are from 7.2 dev
Comment 4 schkovich 2012-04-11 13:49:39 UTC
(In reply to comment #3)
> com.atlassian.connector.eclipse.internal.jira.core.JiraCorePlugin is being
> stated before ER initialized
> 
> seems to be related to issue #205019. note that both reports are from 7.2 dev

I am facing this problem no more. I managed to install Jira and (re)start IDE normally.

Product Version: NetBeans IDE Dev (Build 201204100400)
Java: 1.7.0; Java HotSpot(TM) 64-Bit Server VM 21.0-b17
System: Linux version 3.0.0-17-generic running on amd64; UTF-8; en_US (nb)
Comment 5 Jesse Glick 2012-04-26 17:57:46 UTC
Possibly related recent problems in Equinox/Eclipse/Mylyn: bug #211773, bug #211353.
Comment 6 Marian Mirilovic 2012-04-27 10:57:28 UTC
Caused: org.osgi.framework.BundleException: Exception in com.atlassian.connector.eclipse.internal.jira.core.JiraCorePlugin.start() of bundle com.atlassian.connector.eclipse.jira.core.
Comment 7 Marian Mirilovic 2012-04-27 10:59:37 UTC
*** Bug 211790 has been marked as a duplicate of this bug. ***
Comment 8 Exceptions Reporter 2012-06-05 16:55:21 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=185979
Comment 9 Jaroslav Tulach 2012-06-07 11:04:58 UTC
Last build that exhibits this error is from 120502 - e.g. more than month old.