You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/02/15 09:28:51 UTC

[GitHub] unficyp opened a new issue #6887: docker-compose up fails with "superset_superset_1 exited with code 243"

unficyp opened a new issue #6887: docker-compose up fails with "superset_superset_1 exited with code 243"
URL: https://github.com/apache/incubator-superset/issues/6887
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [x ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [x ] I have reproduced the issue with at least the latest released version of superset.
   - [x] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   
   ### Superset version
   latest git
   
   ### Expected results
   superset starts up without error
   
   ### Actual results
   superset_1  | npm ERR! path /home/superset/superset/assets/node_modules
   superset_1  | npm ERR! code EACCES
   superset_1  | npm ERR! errno -13
   superset_1  | npm ERR! syscall mkdir
   superset_1  | npm ERR! Error: EACCES: permission denied, mkdir '/home/superset/superset/assets/node_modules'
   superset_1  | npm ERR!  { [Error: EACCES: permission denied, mkdir '/home/superset/superset/assets/node_modules']
   superset_1  | npm ERR!   cause:
   superset_1  | npm ERR!    { Error: EACCES: permission denied, mkdir '/home/superset/superset/assets/node_modules'
   superset_1  | npm ERR!      type: 'OperationalError',
   superset_1  | npm ERR!      '$error': '$error',
   superset_1  | npm ERR!      cause:
   superset_1  | npm ERR!       { errno: -13,
   superset_1  | npm ERR!         code: 'EACCES',
   superset_1  | npm ERR!         syscall: 'mkdir',
   superset_1  | npm ERR!         path: '/home/superset/superset/assets/node_modules' },
   superset_1  | npm ERR!      isOperational: true,
   superset_1  | npm ERR!      errno: -13,
   superset_1  | npm ERR!      code: 'EACCES',
   superset_1  | npm ERR!      syscall: 'mkdir',
   superset_1  | npm ERR!      path: '/home/superset/superset/assets/node_modules' },
   superset_1  | npm ERR!   isOperational: true,
   superset_1  | npm ERR!   stack:
   superset_1  | npm ERR!    'Error: EACCES: permission denied, mkdir \'/home/superset/superset/assets/node_modules\'',
   superset_1  | npm ERR!   type: 'OperationalError',
   superset_1  | npm ERR!   '$error': '$error',
   superset_1  | npm ERR!   errno: -13,
   superset_1  | npm ERR!   code: 'EACCES',
   superset_1  | npm ERR!   syscall: 'mkdir',
   superset_1  | npm ERR!   path: '/home/superset/superset/assets/node_modules' }
   superset_1  | npm ERR!
   superset_1  | npm ERR! The operation was rejected by your operating system.
   superset_1  | npm ERR! It is likely you do not have the permissions to access this file as the current user
   superset_1  | npm ERR!
   superset_1  | npm ERR! If you believe this might be a permissions issue, please double-check the
   superset_1  | npm ERR! permissions of the file and its containing directories, or try running
   superset_1  | npm ERR! the command again as root/Administrator (though this is not recommended).
   superset_1  |
   superset_1  | npm ERR! A complete log of this run can be found in:
   superset_1  | npm ERR!     /home/superset/.npm/_logs/2019-02-15T09_24_16_955Z-debug.log
   superset_superset_1 exited with code 243
   
   
   ### Steps to reproduce
   git clone https://github.com/apache/incubator-superset/
   cd incubator-superset/contrib/docker
   # prefix with SUPERSET_LOAD_EXAMPLES=yes to load examples:
   docker-compose run --rm superset ./docker-init.sh
   # you can run this command everytime you need to start superset now:
   docker-compose up
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org