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

Bug 328732

Summary: Cannot create RDT project with RSE connection
Product: [Tools] PTP Reporter: Beth Tibbitts <beth>
Component: RDTAssignee: Project Inbox <ptp-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: vivkong
Version: 4.0.4   
Target Milestone: 4.0.4   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

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.