This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{βββββββ"t":{βββββββ"$date":"2020-12-04T04:11:29.477+00:00"}βββββββ,"s":"I", "c":"STORAGE", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{βββββββ"message":"[1607055089:477175][9:0x7f639f398ec0], txn-recover: [WT_VERB_RECOVERY_PROGRESS] Recovering log 610 through 610"}βββββββ}βββββββ | |
{βββββββ"t":{βββββββ"$date":"2020-12-04T04:11:29.664+00:00"}βββββββ,"s":"I", "c":"STORAGE", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{βββββββ"message":"[1607055089:664645][9:0x7f639f398ec0], txn-recover: [WT_VERB_RECOVERY | WT_VERB_RECOVERY_PROGRESS] Main recovery loop: starting at 99/28295168 to 610/256"}βββββββ}βββββββ | |
{βββββββ"t":{βββββββ"$date":"2020-12-04T04:11:29.666+00:00"}βββββββ,"s":"I", "c":"STORAGE", "id":22430, "ctx":"initandlisten","msg":"WiredTiger message","attr":{βββββββ"message":"[1607055089:666511][9:0x7f639f398ec0], txn-recover: [WT_VERB_RECOVERY_PROGRESS] Recovering log 99 through 610"}βββββββ}βββββββ | |
{βββββββ"t":{βββββββ"$date":"2020-12-04T04:11:29. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const projectVDRLinkMachine = Machine({ | |
id: 'projectVDRLink', | |
initial: 'vdr_not_linked', | |
states: { | |
vdr_not_linked: { | |
on: { | |
LINK_ACTION: 'vdr_link_in_progress' | |
} | |
}, | |
vdr_link_in_progress: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Promise = require("bluebird"); | |
var rp = require("request-promise"); | |
var xml2js = require("xml2js"); | |
var xml2jsP = Promise.promisifyAll(require("xml2js")); | |
var xml2jsOptions = { | |
explicitArray: false, | |
valueProcessors: [xml2js.processors.parseNumbers, xml2js.processors.parseBooleans] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[4mRunning "clean:0" (clean) task[24m | |
[D] [35mTask source: /grunt/build-test/node_modules/grunt-contrib-clean/tasks/clean.js[39m | |
Cleaning target...[32mOK[39m | |
[4mRunning "saveGitRevision" task[24m | |
[D] [35mTask source: grunt/tasks/saveGitRevision.js[39m | |
[4mRunning "mkdir:all" (mkdir) task[24m | |
[D] [35mTask source: /grunt/build-test/node_modules/grunt-mkdir/tasks/mkdir.js[39m | |
Creating "target"...[32mOK[39m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://localhost:9000/bower_components/metisMenu/dist/metisMenu.min.css Failed to load resource: the server responded with a status of 404 (Not Found) | |
http://localhost:9000/bower_components/angular-loading-bar/build/loading-bar.min.css Failed to load resource: the server responded with a status of 404 (Not Found) | |
http://localhost:9000/bower_components/font-awesome/css/font-awesome.min.css Failed to load resource: the server responded with a status of 404 (Not Found) | |
http://localhost:9000/bower_components/jquery/dist/jquery.min.js Failed to load resource: the server responded with a status of 404 (Not Found) | |
http://localhost:9000/bower_components/angular/angular.min.js Failed to load resource: the server responded with a status of 404 (Not Found) | |
http://localhost:9000/bower_components/bootstrap/dist/js/bootstrap.min.js Failed to load resource: the server responded with a status of 404 (Not Found) | |
http://localhost:9000/bower_components/angular-ui-router/release/angular-ui-router.min.js Failed to load resource: |