runner icon indicating copy to clipboard operation
runner copied to clipboard

Error running mongodb-runner start

Open kandelvijaya opened this issue 6 years ago • 0 comments

I issue this command on Digitalocean droplet mongodb-runner start and it fails this way. I dont know how to resolve this.

Starting a MongoDB deployment to test against...RangeError: Invalid array buffer length
    at new Uint8Array (native)
    at module.exports.input (/usr/local/lib/node_modules/mongodb-runner/node_modules/file-type/index.js:4:14)
    at input (/usr/local/lib/node_modules/mongodb-runner/node_modules/decompress-tar/index.js:11:53)
    at Promise.all.opts.plugins.map.x (/usr/local/lib/node_modules/mongodb-runner/node_modules/decompress/index.js:19:43)
    at Array.map (native)
    at runPlugins (/usr/local/lib/node_modules/mongodb-runner/node_modules/decompress/index.js:19:34)
    at extractFile (/usr/local/lib/node_modules/mongodb-runner/node_modules/decompress/index.js:22:46)
    at read.then.buf (/usr/local/lib/node_modules/mongodb-runner/node_modules/decompress/index.js:95:26)
    at process._tickCallback (internal/process/next_tick.js:103:7)
RangeError: Invalid array buffer length
    at new Uint8Array (native)
    at module.exports.input (/usr/local/lib/node_modules/mongodb-runner/node_modules/file-type/index.js:4:14)
    at input (/usr/local/lib/node_modules/mongodb-runner/node_modules/decompress-tar/index.js:11:53)
    at Promise.all.opts.plugins.map.x (/usr/local/lib/node_modules/mongodb-runner/node_modules/decompress/index.js:19:43)
    at Array.map (native)
    at runPlugins (/usr/local/lib/node_modules/mongodb-runner/node_modules/decompress/index.js:19:34)
    at extractFile (/usr/local/lib/node_modules/mongodb-runner/node_modules/decompress/index.js:22:46)
    at read.then.buf (/usr/local/lib/node_modules/mongodb-runner/node_modules/decompress/index.js:95:26)
    at process._tickCallback (internal/process/next_tick.js:103:7)

I have the smallest of the droplet (1 GB Ram with 20 GB SSD).

kandelvijaya avatar Jul 07 '19 19:07 kandelvijaya