Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setting local server failing. #35

Open
raster-blaster opened this issue Feb 18, 2019 · 0 comments
Open

setting local server failing. #35

raster-blaster opened this issue Feb 18, 2019 · 0 comments

Comments

@raster-blaster
Copy link

I tried to run the server inside docker container. I followed steps given here (https://github.com/lunactic/DIVAServices/wiki/Development). I could build up the docker container. but while running the container I am getting following error.

Starting divaservices_web_1 ... done
Attaching to divaservices_web_1
web_1 | yarn run v1.5.1
web_1 | $ NODE_ENV=dev && node --max-old-space-size=4096 bin/www --dockerIp=192.168.10.120 --dockerPort=2375 --rootIp=192.168.10.120:8080 --sshUser=docker --sshPass=docker
web_1 | module.js:549
web_1 | throw err;
web_1 | ^
web_1 |
web_1 | Error: Cannot find module '../src/logging/logger'
web_1 | at Function.Module._resolveFilename (module.js:547:15)
web_1 | at Function.Module._load (module.js:474:25)
web_1 | at Module.require (module.js:596:17)
web_1 | at require (internal/module.js:11:18)
web_1 | at Object. (/code/bin/www:14:14)
web_1 | at Module._compile (module.js:652:30)
web_1 | at Object.Module._extensions..js (module.js:663:10)
web_1 | at Module.load (module.js:565:32)
web_1 | at tryModuleLoad (module.js:505:12)
web_1 | at Function.Module._load (module.js:497:3)
web_1 | error An unexpected error occurred: "Command failed.
web_1 | Exit code: 1
web_1 | Command: sh
web_1 | Arguments: -c NODE_ENV=dev && node --max-old-space-size=4096 bin/www --dockerIp=192.168.10.120 --dockerPort=2375 --rootIp=192.168.10.120:8080 --sshUser=docker --sshPass=docker
web_1 | Directory: /code
web_1 | Output:

Could you please help me to fix this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant