Skip to content
This repository has been archived by the owner on Jan 15, 2018. It is now read-only.

Error reading completed NN results #202

Closed
augurworks1 opened this issue Mar 12, 2015 · 5 comments
Closed

Error reading completed NN results #202

augurworks1 opened this issue Mar 12, 2015 · 5 comments

Comments

@augurworks1
Copy link
Collaborator

NN completes, but getting error when clicking url to read results. restarted the alfred and tomcat. I vaguely recall this happening recently where the augtrain.augout file was empty... or something like that.

In checking the augtrain.augout and getting NULL on the first day and last day of the date range. Not sure if this means anything.

It's occurring on both Dev and Prod.

@TheConnMan
Copy link
Member

The issue is that the results of the Neural Net are stored in files which live in the web-apps directory. When a new version gets deployed the whole app folder is removed and redeployed. It is manifesting because we're deploying much more frequently. I'll have to either store the files outside the application folder or store them in the database.

@augurworks1
Copy link
Collaborator Author

I haven't seen this for quite some time though. Why would the result list
still exist in the UI if the folder containing the files was removed?

On Sun, Mar 15, 2015 at 7:39 PM, Brian Conn notifications@github.com
wrote:

The issue is that the results of the Neural Net are stored in files which
live in the web-apps directory. When a new version gets deployed the whole
app folder is removed and redeployed. It is manifesting because we're
deploying much more frequently. I'll have to either store the files outside
the application folder or store them in the database.


Reply to this email directly or view it on GitHub
#202 (comment).

Drew Showers | AugurWorks CEO
609-304-1341 (m) | www.augurworks.net

@TheConnMan
Copy link
Member

Yes, they would still be in the UI.

@augurworks1
Copy link
Collaborator Author

This would even cause error for new NN results, post deployment?

On Sun, Mar 15, 2015 at 7:59 PM, Brian Conn notifications@github.com
wrote:

Yes, they would still be in the UI.


Reply to this email directly or view it on GitHub
#202 (comment).

Drew Showers | AugurWorks CEO
609-304-1341 (m) | www.augurworks.net

@TheConnMan
Copy link
Member

Fixed, but there is an issue with the Neural Nets getting removed after a deploy. I've added the issue at #203.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants