Displaying 2 results from an estimated 2 matches for "streamgobbler".
2005 Jul 05
2
Java and R help
Im doing an aplication in Java and i have a program made in R what i
want to launch with Java.
I have the following instructions:
Runtime r = Runtime.getRuntime();
try
{
System.out.println ("Llamada a R...");
p = r.exec(sRutaR);
}
catch (IOException e)
{
System.out.println ("Error lanzando R: " +
2009 Mar 25
1
Pipe creation problem: From Java app using rsync + ssh on windows with cygwin
...-t -v --progress -e ssh /cygdrive/c/Users/dokeeffe/workspace/jrsync/
www.servername.net:/home/dokeeffe/rsync/",envVars,workingDir);
*
Then I start 2 stream reader threads to capture and log the inputStream and
errorStream of the Process p.
Here is the output....
*DEBUG: com.mddc.client.rsync.StreamGobbler - opening connection using: ssh
www.derekokeeffe.net rsync --server -vvtre.iLs . /home/dokeeffe/rsync/
DEBUG: com.mddc.client.rsync.StreamGobbler - rsync: pipe: Operation not
permitted (1)
DEBUG: com.mddc.client.rsync.StreamGobbler - rsync error: error in IPC code
(code 14) at /home/lapo/packaging/...