Bug 463529 - IO Exception 'Server connection does not support the required services' launching OpenMPI app
Summary: IO Exception 'Server connection does not support the required services' launc...
Status: ASSIGNED
Alias: None
Product: PTP
Classification: Tools
Component: Launch (show other bugs)
Version: 9.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 9.0   Edit
Assignee: Greg Watson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-30 21:03 EDT by David Wootton CLA
Modified: 2015-03-31 08:19 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 David Wootton CLA 2015-03-30 21:03:09 EDT
I created a launch configuration for an OpenMPI application running on a Fedora 21 virtual machine with OpenMPI 1.8.3-2 installed. The local machine with Eclipse installed is Fedora 20, where both are x84_64 architecture.

Once I clicked 'Run', I got an error which was recorded in the error log
'java.io.IOException: Server connection does not support the required services' I am unable to run the MPI application.

The Exception traceback was 

java.io.IOException: Server connection does not support the required services
    at org.eclipse.ptp.remote.server.core.AbstractRemoteServerRunner.updateServer(AbstractRemoteServerRunner.java:507)
    at org.eclipse.ptp.internal.rm.jaxb.control.core.LaunchController.maybeUpdateServer(LaunchController.java:813)
    at org.eclipse.ptp.internal.rm.jaxb.control.core.LaunchController.submitJob(LaunchController.java:1150)
    at org.eclipse.ptp.launch.AbstractParallelLaunchConfigurationDelegate.submitJob(AbstractParallelLaunchConfigurationDelegate.java:534)
    at org.eclipse.ptp.launch.ParallelLaunchConfigurationDelegate.launch(ParallelLaunchConfigurationDelegate.java:227)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:885)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
    at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039)
    at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Comment 1 Eclipse Genie CLA 2015-03-30 21:23:14 EDT
New Gerrit change created: https://git.eclipse.org/r/44886