Getting error while deploying application on Galaxy

I am getting below error while deploying the app on galaxy:

2016-07-28 19:40:45+05:30/app/bundle/programs/server/node_modules/fibers/future.js:280 
xe7j 
2016-07-28 19:40:45+05:30    ^ 
xe7j 
2016-07-28 19:40:45+05:30    throw(ex); 
xe7j 
2016-07-28 19:40:47+05:30Error: EACCES, permission denied '/root/scratch' 
xe7j 
2016-07-28 19:40:47+05:30 at Object.fs.mkdirSync (fs.js:654:18) 
xe7j 
2016-07-28 19:40:47+05:30 at Function.sync (/app/bundle/programs/server/npm/node_modules/meteor/cfs_filesystem/node_modules/mkdirp/index.js:55:12) 
xe7j 
2016-07-28 19:40:47+05:30 at new FS.Store.FileSystem (packages/cfs_filesystem/packages/cfs_filesystem.js:45:1) 
xe7j 
2016-07-28 19:40:47+05:30 at meteorInstall.imports.collections.file_collections.js (imports/collections/file_collections.js:79:20) 
xe7j 
2016-07-28 19:40:47+05:30 at fileEvaluate (packages/modules-runtime/.npm/package/node_modules/install/install.js:153:1) 
xe7j 
2016-07-28 19:40:47+05:30 at Module.require (packages/modules-runtime/.npm/package/node_modules/install/install.js:82:1) 
xe7j 
2016-07-28 19:40:47+05:30 at Module.Mp.import (/app/bundle/programs/server/npm/node_modules/meteor/modules/node_modules/reify/lib/runtime.js:70:16) 
xe7j 
2016-07-28 19:40:47+05:30 at meteorInstall.imports.ui.Templates.jsx (/app/bundle/programs/server/app/app.js:4769:867) 
xe7j 
2016-07-28 19:40:47+05:30 at fileEvaluate (packages/modules-runtime/.npm/package/node_modules/install/install.js:153:1) 
xe7j 
2016-07-28 19:40:47+05:30 at Module.require (packages/modules-runtime/.npm/package/node_modules/install/install.js:82:1)

Please have a look and guide me.

Thanks.

Galaxy provides temporary file storage for containers to use, but does not allow read/write access to the /root directory (which you’re attempting to use). For more info see the File storage section of the Galaxy Guide.

1 Like

Thanks @hwillson. Thanks for your support.