Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8153df0ae77eb351731cdfec7da79b27416978b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# org.eclipse.tm.te.tcf.processes.core
# Externalized Strings.
#

ProcessLauncher_error_channelConnectFailed=Failed to connect channel for peer ''{0}''.\n\nPossible Cause:\n{1}
ProcessLauncher_error_channelNotConnected=Channel is not connected!
ProcessLauncher_error_missingProcessPath=Illegal argument: Process image path must be specified!
ProcessLauncher_error_missingRequiredService=Failed to get required service: {0}!
ProcessLauncher_error_illegalNullArgument=Illegal argument: ''{0}'' has to be not null.
ProcessLauncher_error_getEnvironmentFailed=Failed to get initial process environment from remote peer.
ProcessLauncher_error_processLaunchFailed=Failed to launch remote process.\n\nProcess Path: {0}\nProcess Arguments: {1}
ProcessLauncher_error_processTerminateFailed=Failed to terminate remote process.\n\nProcess Name: {0}
ProcessLauncher_error_processSendSignalFailed=Failed to send signal {0} to process.\n\nProcess Name: {1}
ProcessLauncher_error_possibleCause=\n\nPossible Cause:\n{0}
ProcessLauncher_cause_subscribeFailed=Failed to subscribe to the remote process streams service.
ProcessLauncher_cause_startFailed=Failed to start remote process.
ProcessLauncher_cause_ioexception=An IOException occurred.

ProcessStreamReaderRunnable_error_readFailed=Failed to read data from stream with id ''{0}''.\n\nPossible Cause:\n{1}
ProcessStreamWriterRunnable_error_writeFailed=Failed to write data to stream with id ''{0}''.\n\nPossible Cause:\n{1}
ProcessStreamReaderRunnable_error_appendFailed=Failed to append data from stream with id ''{0}'' to data receiver.\n\nLost data:\n{1}.

Back to the top