Thread.currentThread().interrupt();
}
try
{
// System.out.println("opening tee streams out");
_inputStream = new CyclicBufferFileInputStream(createRWfile(_tmpPath, "out_" + _teeName));
}
catch (Exception e)
{
e.printStackTrace();
}
try
{
// System.out.println("opening tee streams err");
_errorStream = new CyclicBufferFileInputStream(createRWfile(_tmpPath, "err_" + _teeName));
}
catch (Exception e)
{
if (_logger != null)
_logger.throwing(PosixProcess.class.getName(), "start", e);