Skip to main content

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

You were right, the system type I was setting the action to be restricted to didn't existed at runtime.

Thanks a lot.

Serge Beauchamp.
Software Engineer
Freescale Semiconductor

Oberhuber, Martin wrote:
Could it be that the IRSESystemType which you're trying to
filter against is not available at runtime? That would lead
to nothing available to choose from in the wizard.

Also, please check if this bug helps you:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=237816

If not, please file a new bug in bugzilla for tracking this:
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Target%20Management&;
component=RSE

Be as exact if possible, some sample code to reproduce
the issue would be particularly helpful.

Thanks,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
-----Original Message-----
From: dsdp-tm-dev-bounces@xxxxxxxxxxx [mailto:dsdp-tm-dev-bounces@xxxxxxxxxxx] On Behalf Of Serge Beauchamp
Sent: Tuesday, August 26, 2008 3:49 PM
To: Target Management developer discussions
Subject: [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.j
ava:1074)
at org.eclipse.jface.wizard.WizardDialog.<init>(WizardDialog.java:288)
at org.eclipse.rse.ui.actions.SystemNewConnectionAction.doCreateW
izardDialog(SystemNewConnectionAction.java:159)
at org.eclipse.rse.ui.actions.SystemBaseWizardAction.createDialog
(SystemBaseWizardAction.java:181)
at org.eclipse.rse.ui.actions.SystemBaseDialogAction.run(SystemBa
seDialogAction.java:275)
at org.eclipse.rse.ui.widgets.SystemHostCombo$1.widgetSelected(Sy
stemHostCombo.java:1044)

Anyone had the same problem already?

Thanks,

Serge Beauchamp
Software Engineer
Freescale Semiconductor
_______________________________________________
dsdp-tm-dev mailing list
dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev

_______________________________________________
dsdp-tm-dev mailing list
dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev


Back to the top