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 255691 - org.eclipse.core.runtime.AssertionFailedException: assertion failed: The application has not been initialized.
Summary: org.eclipse.core.runtime.AssertionFailedException: assertion failed: The appl...
Status: RESOLVED DUPLICATE of bug 205019
Alias: None
Product: platform
Classification: Unclassified
Component: Netigso (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-05 09:55 UTC by Exceptions Reporter
Modified: 2015-10-30 14:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220351


Attachments
stacktrace (2.81 KB, text/plain)
2015-10-05 09:55 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-10-05 09:55:14 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 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
GUEST: Immediately on netbeans startup




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:140)
   at org.eclipse.core.internal.runtime.InternalPlatform.getStateLocation(InternalPlatform.java:611)
   at org.eclipse.core.runtime.Plugin.getStateLocation(Plugin.java:313)
   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 Exceptions Reporter 2015-10-05 09:55:16 UTC
Created attachment 156514 [details]
stacktrace
Comment 2 Tomas Hurka 2015-10-30 14:24:53 UTC
According to messages.log, it looks like NetBeans 8.1 Beta was started with very old userdir (from NB 7.2 or 7.1). So this is duplicate of issue #205019.

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