-
Notifications
You must be signed in to change notification settings - Fork 154
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
Delayed Job exception - Unexpected Token ";" #39
Comments
Sorry for the delay. This issue is now fixed in the develop branch of popHealth. The issue was version skew between the measures in the 2.2 bundle and the quality-measure-engine gem used by popHealth to calculate the measures. Marc. From: Aaron Worsham <notifications@github.commailto:notifications@github.com> Error: Steps to reproduce: After importing the bundle-latest.zip and running the rake db:seed I have a clean db with 56 patient records and 22 measures. I turn on the delayed job queue with the rake task and log the output to a file. I register a new user on popHealth, approve them with the rake task and grant them admin rights. I login with the user and click on any checkbox on the left, for example 'Home Management Plan of Care (HMPC) Document Given to Patient/Caregiver' Delayed Job logs a large map reduce section that errors with the exception. Log is attached at dropbox https://www.dropbox.com/s/031x8xgq8cbq2zf/delayed_job.log — |
Can this issue be closed? |
yes, thank you On Tue, Jul 30, 2013 at 4:52 PM, Matthew Bass notifications@github.comwrote:
-Aaron Worsham |
Error:
Delayed Job is Failing with the following Error;
failed with error 16722: "exception: JavaScript execution failed: SyntaxError: Unexpected token ;"
Steps to reproduce:
I have a brand new install of popHealth on a new Ubuntu server installed following the steps from the 2.1 wiki install page.
After importing the bundle-latest.zip and running the rake db:seed I have a clean db with 56 patient records and 22 measures.
I turn on the delayed job queue with the rake task and log the output to a file.
I register a new user on popHealth, approve them with the rake task and grant them admin rights.
I login with the user and click on any checkbox on the left, for example 'Home Management Plan of Care (HMPC) Document Given to Patient/Caregiver'
Delayed Job logs a large map reduce section that errors with the exception.
Log is attached at dropbox
https://www.dropbox.com/s/031x8xgq8cbq2zf/delayed_job.log
The text was updated successfully, but these errors were encountered: