deploymeteor icon indicating copy to clipboard operation
deploymeteor copied to clipboard

EACCES .meteorsession

Open jbaxleyiii opened this issue 9 years ago • 0 comments

After prepping and deploying with commands (all successful seemingly) I ran the git push master command which returned this error:

remote: /home/ubuntu/.meteor/packages/meteor-tool/.1.0.41.yumiah++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/dev_bundle/lib/node_modules/fibers/future.js:206
remote:                         throw(ex);
remote:                               ^
remote: Error: EACCES, open '/home/ubuntu/.meteorsession'
remote:     at Object.Future.wait (/home/ubuntu/.meteor/packages/meteor-tool/.1.0.41.yumiah++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/dev_bundle/lib/node_modules/fibers/future.js:326:15)
remote:     at Object.wrapper [as readFile] (/home/ubuntu/.meteor/packages/meteor-tool/.1.0.41.yumiah++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/tools/files.js:1124:24)
remote:     at readSessionData (/home/ubuntu/.meteor/packages/meteor-tool/.1.0.41.yumiah++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/tools/auth.js:134:27)
remote:     at Object.exports.getSessionId (/home/ubuntu/.meteor/packages/meteor-tool/.1.0.41.yumiah++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/tools/auth.js:1027:32)
remote:     at /home/ubuntu/.meteor/packages/meteor-tool/.1.0.41.yumiah++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/tools/stats.js:66:23
remote:     - - - - -
remote: Meteor bundle command failed!

Some further info from earlier in the logs:

remote: Copying updated project files on the EC2 server...
remote: Creating node bundle on the EC2 server...
remote: /usr/bin/env: node: No such file or directory
remote: Installing and using correct NodeJS version...
remote: hooks/post-receive: 31: hooks/post-receive: nvm: not found
remote: Bundling...
remote: This command has been deprecated in favor of 'meteor build', which allows you
remote: to build for multiple platforms and outputs a directory instead of a single
remote: tarball. See 'meteor help build'for more information.

jbaxleyiii avatar Mar 15 '15 00:03 jbaxleyiii