We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
work@server-0:~/etherchain-light$ sudo docker-compose up [sudo] password for work: Starting etherchain-light_etherchain-light_1 ... done Attaching to etherchain-light_etherchain-light_1 etherchain-light_1 | npm info it worked if it ends with ok etherchain-light_1 | npm info using npm@5.4.2 etherchain-light_1 | npm info using node@v8.7.0 etherchain-light_1 | npm info lifecycle etherchain-light@0.0.0~prestart: etherchain-light@0.0.0 etherchain-light_1 | npm info lifecycle etherchain-light@0.0.0~start: etherchain-light@0.0.0 etherchain-light_1 | etherchain-light_1 | > etherchain-light@0.0.0 start /usr/src/app etherchain-light_1 | > node ./bin/www etherchain-light_1 | etherchain-light_1 | IPC Connection Error { Error: connect ENOENT /root/.local/share/io.parity.ethereum/jsonrpc.ipc etherchain-light_1 | at Object._errnoException (util.js:1021:11) etherchain-light_1 | at _exceptionWithHostPort (util.js:1043:20) etherchain-light_1 | at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1175:14) etherchain-light_1 | code: 'ENOENT', etherchain-light_1 | errno: 'ENOENT', etherchain-light_1 | syscall: 'connect', etherchain-light_1 | address: '/root/.local/share/io.parity.ethereum/jsonrpc.ipc' } etherchain-light_1 | Error updating node status: Error: CONNECTION ERROR: Couldn't connect to node on IPC. etherchain-light_1 | at Object.InvalidConnection (/usr/src/app/node_modules/web3/lib/web3/errors.js:28:16) etherchain-light_1 | at IpcProvider._timeout (/usr/src/app/node_modules/web3/lib/web3/ipcprovider.js:150:48) etherchain-light_1 | at Socket.<anonymous> (/usr/src/app/node_modules/web3/lib/web3/ipcprovider.js:38:15) etherchain-light_1 | at emitOne (events.js:115:13) etherchain-light_1 | at Socket.emit (events.js:210:7) etherchain-light_1 | at emitErrorNT (internal/streams/destroy.js:64:8) etherchain-light_1 | at _combinedTickCallback (internal/process/next_tick.js:138:11) etherchain-light_1 | at process._tickCallback (internal/process/next_tick.js:180:9)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
work@server-0:~/etherchain-light$ sudo docker-compose up [sudo] password for work: Starting etherchain-light_etherchain-light_1 ... done Attaching to etherchain-light_etherchain-light_1 etherchain-light_1 | npm info it worked if it ends with ok etherchain-light_1 | npm info using npm@5.4.2 etherchain-light_1 | npm info using node@v8.7.0 etherchain-light_1 | npm info lifecycle etherchain-light@0.0.0~prestart: etherchain-light@0.0.0 etherchain-light_1 | npm info lifecycle etherchain-light@0.0.0~start: etherchain-light@0.0.0 etherchain-light_1 | etherchain-light_1 | > etherchain-light@0.0.0 start /usr/src/app etherchain-light_1 | > node ./bin/www etherchain-light_1 | etherchain-light_1 | IPC Connection Error { Error: connect ENOENT /root/.local/share/io.parity.ethereum/jsonrpc.ipc etherchain-light_1 | at Object._errnoException (util.js:1021:11) etherchain-light_1 | at _exceptionWithHostPort (util.js:1043:20) etherchain-light_1 | at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1175:14) etherchain-light_1 | code: 'ENOENT', etherchain-light_1 | errno: 'ENOENT', etherchain-light_1 | syscall: 'connect', etherchain-light_1 | address: '/root/.local/share/io.parity.ethereum/jsonrpc.ipc' } etherchain-light_1 | Error updating node status: Error: CONNECTION ERROR: Couldn't connect to node on IPC. etherchain-light_1 | at Object.InvalidConnection (/usr/src/app/node_modules/web3/lib/web3/errors.js:28:16) etherchain-light_1 | at IpcProvider._timeout (/usr/src/app/node_modules/web3/lib/web3/ipcprovider.js:150:48) etherchain-light_1 | at Socket.<anonymous> (/usr/src/app/node_modules/web3/lib/web3/ipcprovider.js:38:15) etherchain-light_1 | at emitOne (events.js:115:13) etherchain-light_1 | at Socket.emit (events.js:210:7) etherchain-light_1 | at emitErrorNT (internal/streams/destroy.js:64:8) etherchain-light_1 | at _combinedTickCallback (internal/process/next_tick.js:138:11) etherchain-light_1 | at process._tickCallback (internal/process/next_tick.js:180:9)
The text was updated successfully, but these errors were encountered: