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
| 13 Jan 12:15:01 - info: locker is up and running at http://localhost:8042 | |
| 13 Jan 12:15:41 - info: Having to spawn dashboardv3 | |
| 13 Jan 12:15:41 - error: No run information for dashboardv3 | |
| 13 Jan 12:15:41 - verbose: proxying GET /Me/dashboardv3/ to undefined/ | |
| TypeError: Cannot read property 'length' of undefined | |
| at Object.urlParse [as parse] (url.js:94:27) | |
| at proxied (/home/mdz/src/singly/Locker/Ops/webservice.js:466:17) | |
| at /home/mdz/src/singly/Locker/Ops/webservice.js:275:17 | |
| at Object.spawn (/home/mdz/src/singly/Locker/Common/node/lservicemanager.js:229:16) | |
| at proxyRequest (/home/mdz/src/singly/Locker/Ops/webservice.js:274:28) |
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
| 13 Jan 12:11:28 - info: Checking /home/mdz/src/singly/Locker/Me for bad directories | |
| 13 Jan 12:11:28 - info: ***************************************** me2me | |
| 13 Jan 12:11:28 - error: | |
| 13 Jan 12:11:28 - error: node.js:134 | |
| throw e; // process.nextTick error, or 'error' event on first tick | |
| ^ | |
| Error: Cannot find module '/home/mdz/scratch/locker/Ops/me2me.js' | |
| at Function._resolveFilename (module.js:317:11) | |
| at Function._load (module.js:262:25) |
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
| diff --git a/Common/node/ijod.js b/Common/node/ijod.js | |
| index e20e6b6..bae4cf9 100644 | |
| --- a/Common/node/ijod.js | |
| +++ b/Common/node/ijod.js | |
| @@ -13,14 +13,15 @@ | |
| */ | |
| var fs = require('fs'), | |
| - lconfig = require('lconfig') | |
| + lconfig = require('lconfig'), |
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
| 18 Aug 12:06:33 - debug: Firing an event for testSync/testSynclet from synclet/testSynclet action(delete) | |
| Removing IDs from the config will | |
| ✗ will generate a delete event and remove the row from mongo | |
| » expected 1, | |
| got 0 (==) // lsyncmanager-test-local.js:221 |
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
| 18 Aug 12:06:29 - debug: Firing an event for testSync/testSynclet from synclet/testSynclet-1 action(delete) | |
| Core can spawn a valid service A GET to /Me/spawn-valid | |
| ✗ should respond with 200 | |
| » expected null, got { | |
| stack: 'Error: socket hang up\n at Socket.<anonymous> (http.js:1286:45)\n at Socket.emit (events.js:64:17)\n at Array.0 (net.js:831:12)\n at EventEmitter._tickCallback (node.js:126:26)', | |
| arguments: undefined, | |
| type: undefined, | |
| message: 'socket hang up' | |
| } // api-easy.js:232 |
NewerOlder