Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 495515

Summary: NullPointerException below CommandUtils.openWizard (thrown in AccessibleObject.addRelation)
Product: [Tools] Linux Tools Reporter: EPP Error Reports <error-reports-inbox>
Component: DockerAssignee: Jeff Johnston <jjohnstn>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: manderse, rgrunber, twolf, xcoulon
Version: 4.2.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=312451
Whiteboard:

Description EPP Error Reports CLA 2016-06-06 04:31:31 EDT
The following problem was reported via the automated error reporting:

Message: Unhandled event loop exception
java.lang.NullPointerException: null
    at org.eclipse.swt.accessibility.AccessibleObject.addRelation(AccessibleObject.java:3580)
    at org.eclipse.swt.accessibility.Accessible.addRelations(Accessible.java:431)
    at org.eclipse.swt.accessibility.AccessibleFactory.atkObjectFactory_create_accessible(AccessibleFactory.java:342)
    at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(OS.java:-2)
    at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2495)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4130)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
    at org.eclipse.jface.window.Window.open(Window.java:794)
    at org.eclipse.linuxtools.internal.docker.ui.commands.CommandUtils.openWizard(CommandUtils.java:284)
    at org.eclipse.linuxtools.internal.docker.ui.views.DockerExplorerView$3.widgetSelected(DockerExplorerView.java:214)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:249)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)



Bundles:
| org.eclipse.jface | 3.12.0.v20160518-1929 | 3.12.0.v20160518-1929 |
| org.eclipse.linuxtools.docker.ui | 1.2.0.201512112123 | 1.2.0.201512112123 |
| org.eclipse.swt | 3.105.0.v20160519-0649 | 3.105.0.v20160519-0649 |

Operating Systems:
| Linux | 4.4.0 | 4.4.0 |


The above information is a snapshot of the collected data. Visit https://dev.eclipse.org/recommenders/committers/aeri/v2/#!/problems/574d7cebe4b0d39ec5919e33 for the latest data.

Thank you for your assistance.
 Your friendly error-reports-inbox.
Comment 1 Thomas Wolf CLA 2016-08-01 10:48:44 EDT
Duplicate of bug 312451?
Comment 2 Jeff Johnston CLA 2016-08-02 14:36:03 EDT
(In reply to Thomas Wolf from comment #1)
> Duplicate of bug 312451?

Looks like it.  I will close it as such.

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