sbt - Docker: getcwd: cannot access parent directories -


i have java app, packaged docker container via sbt-native-packager. when testing on local machine or other server, container starts fine. , on 1 of coreos machines on azure, i'm getting:

shell-init: error retrieving current directory: getcwd: cannot access parent directories: success chdir: error retrieving current directory: getcwd: cannot access parent directories: no child processes pwd: error retrieving current directory: getcwd: cannot access parent directories: no such file or directory chdir: error retrieving current directory: getcwd: cannot access parent directories: no child processes chdir: error retrieving current directory: getcwd: cannot access parent directories: no child processes chdir: error retrieving current directory: getcwd: cannot access parent directories: success pwd: error retrieving current directory: getcwd: cannot access parent directories: no child processes chdir: error retrieving current directory: getcwd: cannot access parent directories: no child processes  error: not find or load main class play.core.server.nettyserver 

i have tried different ways launch nothing seems work. ideas ?


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -