Issue1306

classification
Title: Problem with OS detection on windows 2008 server
Type: behaviour Severity: major
Components: None Versions: Jython 2.1
Milestone:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: Kecaj, pjenvey
Priority: Keywords:

Created on 2009-04-07.17:59:03 by Kecaj, last changed 2009-04-07.19:37:02 by pjenvey.

Messages
msg4468 (view) Author: JR (Kecaj) Date: 2009-04-07.17:59:00
Hope this is correct list.

When using robot framework, python and jython on Windows 2008 server I
get this when trying to run jybot:

Failed to get environment, environ will be empty: (0, 'Failed to execute
command
 ([\'sh\', \'-c\', \'env\']): java.io.IOException: Cannot run program
"sh": Crea
teProcess error=2, The system cannot find the file specified')

Looks like there is a problem in OS detection (trying to run sh on Win
2008 server)
msg4472 (view) Author: Philip Jenvey (pjenvey) Date: 2009-04-07.19:37:02
This is a duplicate of #1162. I've bumped that to high priority so it'll 
get fixed before the next release
History
Date User Action Args
2009-04-07 19:37:02pjenveysetstatus: open -> closed
resolution: duplicate
messages: + msg4472
nosy: + pjenvey
2009-04-07 17:59:03Kecajcreate