Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 369554 - NPE thrown if 'Servers' view is closed quickly after it's initialized
Summary: NPE thrown if 'Servers' view is closed quickly after it's initialized
Status: RESOLVED DUPLICATE of bug 369819
Alias: None
Product: WTP ServerTools
Classification: WebTools
Component: wst.server (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Elson Yuen CLA
QA Contact: Elson Yuen CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-24 11:38 EST by Remy Suen CLA
Modified: 2012-02-08 14:17 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Remy Suen CLA 2012-01-24 11:38:03 EST
Asynchronous operations should never assume that the controls being accessed have not been disposed.

Caused by: org.eclipse.swt.SWTException: Widget is disposed
	at org.eclipse.swt.SWT.error(SWT.java:4300)
	at org.eclipse.swt.SWT.error(SWT.java:4215)
	at org.eclipse.swt.SWT.error(SWT.java:4186)
	at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
	at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:340)
	at org.eclipse.swt.widgets.Tree.getItemCount(Tree.java:3195)
	at org.eclipse.wst.server.ui.internal.cnf.ServersView2$3$1.run(ServersView2.java:121)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
	... 24 more
Comment 1 Elson Yuen CLA 2012-02-08 14:17:49 EST
This problem should be address as part of 369819.

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