[
https://issues.jboss.org/browse/JBIDE-17424?page=com.atlassian.jira.plugi...
]
Mickael Istria edited comment on JBIDE-17424 at 5/26/14 11:21 AM:
------------------------------------------------------------------
I guess the following issue happens only when hitting Refresh button little time after
content shows up. Indeed, up-to-date status is computed asynchronously and refreshes UI.
In case you did hit Refresh, UI gets disposed, but jobs can still be running.
So the workaround is to stay cool and take your time before hitting refresh ;)
was (Author: mickael_istria):
I guess the following issue happens only when hitting Refresh button little time after
content shows up. Indeed, up-to-date status is computed asynchronously and refreshes UI.
In case you did hit Refresh, UI gets disposed, but jobs can still be running.
Errors when refreshing central content
--------------------------------------
Key: JBIDE-17424
URL:
https://issues.jboss.org/browse/JBIDE-17424
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.2.0.Beta2
Environment: OS X 10.9 Mavericks
OracleJDK 1.8
Reporter: Martin Malina
Assignee: Mickael Istria
Attachments: central-errors.png
In JBDS 8.0.0.Beta2 B104 there was a problem with central updates - JBDS-3041. After this
has been supposedly fixed, I still see many errors when I hit the refresh button in
central.
All the errors are like this:
{code}
!ENTRY org.eclipse.core.jobs 4 2 2014-05-26 17:10:46.837
!MESSAGE An internal error occurred during: "Computing connector status".
!STACK 0
org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:4441)
at org.eclipse.swt.SWT.error(SWT.java:4356)
at org.eclipse.swt.SWT.error(SWT.java:4327)
at org.eclipse.swt.widgets.Widget.error(Widget.java:783)
at org.eclipse.swt.widgets.Widget.getDisplay(Widget.java:903)
at
org.jboss.tools.central.editors.xpl.ConnectorDescriptorItemUi$6.run(ConnectorDescriptorItemUi.java:321)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
{code}
!central-errors.png!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)