Okay, so I've isolated the problem to a failure to escape quotes when forming the state.json. I hacked my code for now to remove any quotes from the task name and both the master and the slave ui seem to be working. However now when I try to view a log file I get the error message found below. Note, the log in question is actually located at "/mnt/work/slave-201108211916-0-0/fw-201108211916-0-0000-javaExecutor/0/stdout".
Michael Error 500: Internal Server Error Sorry, the requested URL http://ec2-50-16-139-203.compute-1.amazonaws.com:8080/framework-logs/201108211916-0-0000/stdout caused an error: Unhandled exception Exception: OSError(2, 'No such file or directory') Traceback: Traceback (most recent call last): File "webui/bottle-0.8.3/bottle.py", line 499, in handle return handler(**args) File "webui/slave/webui.py", line 66, in framework_log_full i = max(os.listdir(dir)) OSError: [Errno 2] No such file or directory: '/mnt/slave-201108211916-0-0/fw-201108211916-0-0000'
