Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More information about job status, or error messages #60

Open
nickhorspool opened this issue Jun 23, 2011 · 3 comments
Open

More information about job status, or error messages #60

nickhorspool opened this issue Jun 23, 2011 · 3 comments

Comments

@nickhorspool
Copy link

We need to think of a way to pass back more information to the scenario page about how the job is progressing. At the moment there are quite a few STATUS codes, which we need to make more clear to a general user. If the job returns an error, we need them to be able to know what that is (ie, not mount VM, anuga crashed (why?), geonode did not send email and make map) etc.

During the workshop, I was monitoring the scenarios, but this is not sustainable. We need to give the user more information, and get our error messages making sense. This will need collaboration with Ross.

@jj0hns0n
Copy link
Contributor

There is a LOG status that is put into the queue periodically, but Im currently ignoring it on the TsuDAT side. Perhaps this can be used for this purpose.

This kind of needs to be broken down into multiple parts:

  1. status updates (using the LOG code?). Is there some way to grab the ANUGA log file and push it to the main web server periodically, perhaps using the NFS mounted directory.

  2. better reporting of the actual errors that occur. I think its useful to document (on the wiki?) the kinds of errors we have encountered, and from that discuss how each one could be trapped and reported back to the user in the best possible way.

@ghost ghost self-assigned this Jun 28, 2011
@nickhorspool
Copy link
Author

Ross documented some errors - Ross can you forward your wrap up doc to the tsudat mailling list.

nick

On 29/06/2011, at 5:10 AM, jj0hns0n wrote:

There is a LOG status that is put into the queue periodically, but Im currently ignoring it on the TsuDAT side. Perhaps this can be used for this purpose.

This kind of needs to be broken down into multiple parts:

  1. status updates (using the LOG code?). Is there some way to grab the ANUGA log file and push it to the main web server periodically, perhaps using the NFS mounted directory.

  2. better reporting of the actual errors that occur. I think its useful to document (on the wiki?) the kinds of errors we have encountered, and from that discuss how each one could be trapped and reported back to the user in the best possible way.

Reply to this email directly or view it on GitHub:
#60 (comment)

@ghost ghost assigned jj0hns0n Sep 19, 2011
@jj0hns0n
Copy link
Contributor

Some info from ticket 66 (which was closed as a duplicate)

At present, if the TsuDAT simulation crashes in the ANUGA simulation the user only see's the ABORT status in the scenario page and they do not have any access to the ANUGA logs. Ideally the ANUGA logs should be sent to the scenario page so the user can check the status (ie. the time step the simulation is at) and if it crashes they can at least see the error messages to help debug the scenario.

This task will require assistance from the backend developers to bring the log back to the UI.

@ghost ghost assigned dunkgray Nov 4, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants