Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] NullPointerException with SystemHostCombo

Hi all,

We have been starting to integrate with RSE, and I've ran into the following issue:

Using the "SystemHostCombo" widget with the "|showNewButton" set to true and an || IRSESystemType <http://help.eclipse.org/stable/topic/org.eclipse.rse.doc.isv/reference/api/org/eclipse/rse/core/IRSESystemType.html> as filter, clicking the "New..." button at runtime causes the following NullPointerException:|||

java.lang.NullPointerException
at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:1074)
at org.eclipse.jface.wizard.WizardDialog.<init>(WizardDialog.java:288)
at org.eclipse.rse.ui.actions.SystemNewConnectionAction.doCreateWizardDialog(SystemNewConnectionAction.java:159) at org.eclipse.rse.ui.actions.SystemBaseWizardAction.createDialog(SystemBaseWizardAction.java:181) at org.eclipse.rse.ui.actions.SystemBaseDialogAction.run(SystemBaseDialogAction.java:275) at org.eclipse.rse.ui.widgets.SystemHostCombo$1.widgetSelected(SystemHostCombo.java:1044)

Anyone had the same problem already?

Thanks,

Serge Beauchamp
Software Engineer
Freescale Semiconductor


Back to the top