Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] Launching profile jobs on Windows

Hi,

When launching profiling jobs I get error: 

'Launching <profile configuration name>' has encountered a problem.
An internal error occurred during: "Launching <profile configuration name>".

And in details I see:

An internal error occurred during: "Launching <profile configuration name>".
 java.net.URISyntaxException: Relative path in absolute URI:
ssh://<connection-name>C:/<local path to project folder in workspace>

This happens on Eclipse PTP Luna SR2 (4.4.2) under Windows 7.  On OS X it works fine. 

I am trying to launch a Profile Configuration using TAU. Launching Run Configuration for the same project works fine. 
I tested with two different projects (Synchronized Fortran and Synchronized C/C++). Both fails with the same kind of error.
Seems somehow Eclipse uses local path for remote connection. In Profile Configuration I don't have local path anywhere. 

Regards,
Peter



eclipse.buildId=4.4.2.M20150204-1700
java.version=1.8.0_71
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ja_JP
Framework arguments:  -product org.eclipse.epp.package.parallel.product
Command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.parallel.product

org.eclipse.core.jobs
Error
Thu Feb 04 19:27:54 JST 2016
An internal error occurred during: "Launching sample-c-mpi-4-eclipse TAU".

java.lang.RuntimeException: java.net.URISyntaxException: Relative path in absolute URI: ssh://kusloginC:/Users/user/workspace/sample-c-mpi-4-eclipse/
	at org.eclipse.remote.internal.jsch.core.JSchFileSystem.getURIFor(JSchFileSystem.java:60)

	at org.eclipse.remote.internal.jsch.core.JSchFileManager.getResource(JSchFileManager.java:54)

	at org.eclipse.ptp.internal.etfw.RemoteBuildLaunchUtils.getFile(RemoteBuildLaunchUtils.java:435)

	at org.eclipse.ptp.internal.etfw.ETFWBuildTool.initSMBuild(ETFWBuildTool.java:432)

	at org.eclipse.ptp.internal.etfw.ETFWBuildTool.initBuild(ETFWBuildTool.java:214)

	at org.eclipse.ptp.internal.etfw.ETFWBuildTool.<init>(ETFWBuildTool.java:116)

	at org.eclipse.ptp.internal.etfw.ToolLaunchManager.launchJAXBTool(ToolLaunchManager.java:197)

	at org.eclipse.ptp.internal.etfw.ToolLaunchManager.launch(ToolLaunchManager.java:96)

	at org.eclipse.ptp.internal.etfw.parallel.ParallelToolLaunchConfigurationDelegate.launch(ParallelToolLaunchConfigurationDelegate.java:120)

	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:54)

Caused by: java.net.URISyntaxException: Relative path in absolute URI: ssh://kusloginC:/Users/user/workspace/sample-c-mpi-4-eclipse/

	at java.net.URI.checkPath(Unknown Source)

	at java.net.URI.<init>(Unknown Source)

	at org.eclipse.remote.internal.jsch.core.JSchFileSystem.getURIFor(JSchFileSystem.java:58)

	... 13 more





Back to the top