-
Notifications
You must be signed in to change notification settings - Fork 0
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
cron task crash #4
Comments
@ccsmart Can you attach the full log ? Seems to happen after its run for a while . |
these two lines in front can probably be attributed to the same process: |
there is another instance before, essentially the same, but then, just noticed some smaller differences: |
funny. i see now, the difference appears to be github cutting some things out. |
Fixed in 674e7e3 There was an incorrect file existence check, which was likely the culprit : 674e7e3#diff-d4d86a6f43630eea12f11f874d2e8e78L177 |
@ccsmart Any recurring manifestation of this problem ? |
Apr 2 08:54:14 alldev journal: Suppressed 285330 messages from /system.slice/gawatiserver_server.service
Apr 2 08:54:44 alldev journal: Suppressed 308622 messages from /system.slice/gawatiserver_server.service
Apr 2 08:55:14 alldev journal: Suppressed 299819 messages from /system.slice/gawatiserver_server.service
Apr 2 08:55:44 alldev journal: Suppressed 303355 messages from /system.slice/gawatiserver_server.service
…
Apr 3 09:00:08 alldev journal: Suppressed 536187 messages from /system.slice/gawatiserver_server.service
Apr 3 09:00:38 alldev journal: Suppressed 497716 messages from /system.slice/gawatiserver_server.service
Apr 3 09:01:08 alldev journal: Suppressed 529831 messages from /system.slice/gawatiserver_server.service
Apr 3 09:01:38 alldev journal: Suppressed 528485 messages from /system.slice/gawatiserver_server.service
From: Ashok H <[email protected]>
Sent: Dienstag, 3. April 2018 09:01
To: gawati/gawati-portal-server <[email protected]>
Cc: Michael Siebecker <[email protected]>; Mention <[email protected]>
Subject: Re: [gawati/gawati-portal-server] cron task crash (#4)
@ccsmart<https://github.com/ccsmart> Any recurring manifestation of this problem ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#4 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AI5JAAD5_BIIz1PhQGDlxGFOmODwbYHlks5tkx4QgaJpZM4S63Et>.
|
@ccsmart are those error messages ? there is also a significant amount of info logging by the service which are not errors but informational or warning messages. |
This one just hit again, with updated line numbers: Apr 9 13:04:44 alldev systemd: Started Gawati API server. |
Still unfortunately... Apr 17 11:01:00 alldev node: /home/gawatidevserver/portal/filtercache.js:259 |
@ccsmart is this still occuring ? |
seems not occuring, would open new one if needed |
Mar 26 11:54:00 alldev node: /home/gawatidevserver/portal/filtercache.js:262
Mar 26 11:54:00 alldev node: if (filterValue[KW].length <= KW_THRESHOLD) {
Mar 26 11:54:00 alldev node: ^
Mar 26 11:54:00 alldev node: TypeError: Cannot read property 'length' of undefined
Mar 26 11:54:00 alldev node: at remapKeyWords (/home/gawatidevserver/portal/filtercache.js:262:25)
Mar 26 11:54:00 alldev node: at smartFilterByName (/home/gawatidevserver/portal/filtercache.js:250:18)
Mar 26 11:54:00 alldev node: at Array.map ()
Mar 26 11:54:00 alldev node: at processRouteSmartFilterCache (/home/gawatidevserver/portal/filtercache.js:222:38)
Mar 26 11:54:00 alldev node: at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:511:3)
Mar 26 11:54:00 alldev systemd: gawatidevserver_cron.service: main process exited, code=exited, status=1/FAILURE
The text was updated successfully, but these errors were encountered: