-
Notifications
You must be signed in to change notification settings - Fork 186
Description
While running shaded jar version 0.22 (I downloaded it from here), I ran into the following problems with the UI:
-
On the Requests page, the DeployId links don't work because the links don't have the request-id in them. They are like this:
http://localhost:7099/singularity/request/undefined/deploy/1. Notice it saysundefinedinstead of the actual request id -
After I navigate to the Deployment page for a specific Request id using the correct link from above, I can see the history of tasks that ran for that deployment. Each task in the history has a link to its logs. However Singularity can't seem to find/read the logs on the slave. Clicking on any of them says:
stdout does not exist in this directory.
It may have been moved to stdout
Back to Task Detail Page
I can actually view the logs if I look at them from the Mesos UI by clicking on the specific Sandbox link. In fact I can see both stdout and stderr. For some reason, Singularity framework is unable to get to the logs.
It would be great if these two UI issues could be fixed.
Thank you