clinical-meteor / realtime-analytics-pipeline

Real-time analytics pipeline, including statistics writer, pub/sub, and D3 multibar visualization of daily stats.
http://graphs-dailystats.meteor.com
4 stars 0 forks source link

Meteor 1.2: Exception in callback of async function #1

Open lc3t35 opened 8 years ago

lc3t35 commented 8 years ago
These packages have been updated to new versions that are not backwards
compatible.
realtime-analytics-pipeline: updated to Meteor 1.2.1.

-- Notice --                                  

1.2: Meteor 1.2 includes many changes and improvements to the build system, some of
     which might require small changes to apps and packages. Please read the guide
     about breaking changes here:
     https://github.com/meteor/meteor/wiki/Breaking-changes-in-Meteor-1.2

Changes to your project's package version selections from updating package versions:

blaze-html-templates        added, version 1.0.1
clinical:graphs-dailystats  upgraded from 2.3.6 to 2.4.5
d3js:d3                     upgraded from 3.5.5 to 3.5.8
fortawesome:fontawesome     upgraded from 4.3.0 to 4.5.0
hot-code-push               added, version 1.0.0
iron:controller             upgraded from 1.0.8 to 1.0.12
iron:core                   upgraded from 1.0.8 to 1.0.11
iron:dynamic-template       upgraded from 1.0.8 to 1.0.12
iron:layout                 upgraded from 1.0.8 to 1.0.12
iron:location               upgraded from 1.0.9 to 1.0.11
iron:middleware-stack       upgraded from 1.0.9 to 1.0.11
iron:router                 upgraded from 1.0.9 to 1.0.12
iron:url                    upgraded from 1.0.9 to 1.0.11
meteor-base                 added, version 1.0.1
mobile-experience           added, version 1.0.1
momentjs:moment             upgraded from 2.10.3 to 2.10.6
nemo64:bootstrap            upgraded from 3.3.5 to 3.3.5_2
nvd3:nvd3                   upgraded from 1.7.1 to 1.8.1
standard-minifiers          added, version 1.0.2
meteor list
awatson1978:fonts-helveticas   1.0.4  Meteorite package to add various fonts in the ...
blaze-html-templates           1.0.1  Compile HTML templates into reactive UI with M...
check                          1.1.0  Check whether a value matches a pattern
clinical:graphs-dailystats     2.4.5  DailyStats linechart for Meteor ClinicalFramew...
clinical:session-extended-api  1.0.0  Extends the Session API
d3js:d3                        3.5.8  D3 (official): A JavaScript visualization libr...
ejson                          1.0.7  Extended and Extensible JSON library
fortawesome:fontawesome        4.5.0  Font Awesome (official): 500+ scalable vector ...
insecure                       1.0.4  (For prototyping only) Allow all database writ...
iron:router                    1.0.12  Routing specifically designed for Meteor
jquery                         1.11.4  Manipulate the DOM using CSS selectors
less                           2.5.1  Leaner CSS language
logging                        1.0.8  Logging facility.
meteor-base                    1.0.1  Packages that every Meteor app needs
mobile-experience              1.0.1  Packages for a great mobile user experience
momentjs:moment                2.10.6  Moment.js (official): parse, validate, manipu...
mongo                          1.1.3  Adaptor for using MongoDB and Minimongo over DDP
nemo64:bootstrap               3.3.5_2  Highly configurable bootstrap integration.
nvd3:nvd3                      1.8.1  Nvd3.org charts.
rahul:animate-everything       1.0.2  Patch the hot code reload CSS live injection f...
random                         1.0.5  Random number generator and utilities
reload                         1.1.4  Reload the page while preserving application s...
session                        1.1.1  Session variable
spacebars                      1.0.7  Handlebars-like template language for Meteor
standard-minifiers             1.0.2  Standard minifiers used with Meteor apps by de...
tracker                        1.0.9  Dependency tracker to allow reactive callbacks

Error message in navigator's console (nothing on server side)

19:43:36,959 Exception in callback of async function: Graphs.renderDailyInteractionsDailyStats@http://localhost:3000/packages/clinical_graphs-dailystats.js?7e2eeab70035e57cb0c513c9b5187d05f8ce91c6:316:7
.onAfterAction@http://localhost:3000/app/client/workflows/dashboard/dashboardPage.js?35d6a1c88210f2ece4d36b3fd38bb5224936df06:16:7
RouteController.prototype.runHooks@http://localhost:3000/packages/iron_router.js?c564289eeaa191561eba900052037432ebfcbe4a:265:5
RouteController.prototype._runRoute@http://localhost:3000/packages/iron_router.js?c564289eeaa191561eba900052037432ebfcbe4a:551:3
Route.prototype.dispatch@http://localhost:3000/packages/iron_router.js?c564289eeaa191561eba900052037432ebfcbe4a:848:10
Route/route@http://localhost:3000/packages/iron_router.js?c564289eeaa191561eba900052037432ebfcbe4a:705:5
boundNext@http://localhost:3000/packages/iron_middleware-stack.js?3370bd57ef7b310cca3f5dddb11b77fafdcfc1eb:418:16
Meteor.bindEnvironment/<@http://localhost:3000/packages/meteor.js?9730f4ff059088b3f7f14c0672d155218a1802d4:999:17
dispatch@http://localhost:3000/packages/iron_middleware-stack.js?3370bd57ef7b310cca3f5dddb11b77fafdcfc1eb:442:3
RouteController.prototype.dispatch/</<@http://localhost:3000/packages/iron_router.js?c564289eeaa191561eba900052037432ebfcbe4a:385:7
Tracker.Computation.prototype._compute@http://localhost:3000/packages/tracker.js?7776276660c988c38fed448d8262b925dffb5bc3:349:5
Tracker.Computation@http://localhost:3000/packages/tracker.js?7776276660c988c38fed448d8262b925dffb5bc3:237:5
Tracker.autorun@http://localhost:3000/packages/tracker.js?7776276660c988c38fed448d8262b925dffb5bc3:588:11
RouteController.prototype.dispatch/<@http://localhost:3000/packages/iron_router.js?c564289eeaa191561eba900052037432ebfcbe4a:383:5
Tracker.nonreactive@http://localhost:3000/packages/tracker.js?7776276660c988c38fed448d8262b925dffb5bc3:615:12
RouteController.prototype.dispatch@http://localhost:3000/packages/iron_router.js?c564289eeaa191561eba900052037432ebfcbe4a:382:3
Router.prototype.dispatch@http://localhost:3000/packages/iron_router.js?c564289eeaa191561eba900052037432ebfcbe4a:1692:3
onLocationChange@http://localhost:3000/packages/iron_router.js?c564289eeaa191561eba900052037432ebfcbe4a:1776:20
Tracker.Computation.prototype._compute@http://localhost:3000/packages/tracker.js?7776276660c988c38fed448d8262b925dffb5bc3:349:5
Tracker.Computation@http://localhost:3000/packages/tracker.js?7776276660c988c38fed448d8262b925dffb5bc3:237:5
Tracker.autorun@http://localhost:3000/packages/tracker.js?7776276660c988c38fed448d8262b925dffb5bc3:588:11
Router.prototype.start@http://localhost:3000/packages/iron_router.js?c564289eeaa191561eba900052037432ebfcbe4a:1769:31
Router/</<@http://localhost:3000/packages/iron_router.js?c564289eeaa191561eba900052037432ebfcbe4a:972:9
.withValue@http://localhost:3000/packages/meteor.js?9730f4ff059088b3f7f14c0672d155218a1802d4:971:17
withoutInvocation/<@http://localhost:3000/packages/meteor.js?9730f4ff059088b3f7f14c0672d155218a1802d4:428:26
Meteor.bindEnvironment/<@http://localhost:3000/packages/meteor.js?9730f4ff059088b3f7f14c0672d155218a1802d4:999:17
onGlobalMessage@http://localhost:3000/packages/meteor.js?9730f4ff059088b3f7f14c0672d155218a1802d4:365:11
1 meteor.js:880:11
awatson1978 commented 8 years ago

No guarantees with Meteor 1.2. MDG changed the build pipeline, and the clinical:METEOR packages are sticking to version 1.1.3 until all the React stuff is sorted out.

I'd recommend downgrading to 1.0.4 by updating your .meteor/release.

# the safe bet
METEOR@1.0.4

# use the new clinical meteor distro!  
clinical:METEOR@1.1.3-rc8