Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 328732 - Cannot create RDT project with RSE connection
Summary: Cannot create RDT project with RSE connection
Status: RESOLVED FIXED
Alias: None
Product: PTP
Classification: Tools
Component: RDT (show other bugs)
Version: 4.0.4   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: 4.0.4   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-26 11:39 EDT by Beth Tibbitts CLA
Modified: 2010-10-26 14:02 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Tibbitts CLA 2010-10-26 11:39:32 EDT
Using 4.0.4 10/23 build

Installed PTP end-user runtime and RDT

New remote C/C++ project
Connection: RSE
when i hit the 'New" button to make a new connection 
nothing happens.

Looking at error long. unhandled exception
 java.lang.NullPointerException
at org.eclipse.ptp.remote.rse.ui.RSEUIConnectionManager.newConnection(RSEUIConnectionManager.java:44)
at org.eclipse.ptp.rdt.ui.wizards.RemoteProjectContentsLocationArea$3.widgetSelected(RemoteProjectContentsLocationArea.java:407)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3776)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1367)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1390)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1375)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1187)

I did *not* explicitly install any RSE
Comment 1 Vivian Kong CLA 2010-10-26 11:48:24 EDT
You need to select and install the RSE feature from Helios.

The RSE dependencies specified in RDT are the minimal set of funcationalities we need once a RSE connection is established.  You need to install the RSE feature in order to create a RSE connection successfully.
Comment 2 Beth Tibbitts CLA 2010-10-26 13:41:33 EDT
Yes but can it give me a message telling me something's missing?
or even better, up the ante on the dependencies so it gets everything it needs?
Comment 3 Vivian Kong CLA 2010-10-26 14:02:30 EDT
I've added the dependency on the RSE feature in RDT.