ethereumtruffleconsensys-truffle

Truffle migrate Server Error (on truffle init demo)


I'm a DAPP beginner, and am trying to get up and running with the Truffle framework. I've been walking through the Truffle docs, but it doesn't work out of the box for me.

This is the error I get from truffle:

Running migration: 1_initial_migration.js


Deploying Migrations...
Error encountered, bailing. Network state unknown. Review successful transactions manually.
Error: Server error
    at Object.module.exports.InvalidResponse (/usr/local/lib/node_modules/truffle/node_modules/ether-pudding/node_modules/web3/lib/web3/errors.js:35:16)
    at /usr/local/lib/node_modules/truffle/node_modules/ether-pudding/node_modules/web3/lib/web3/requestmanager.js:86:36

I get this with Node v5 & v6. Truffle v2.1.1. Web3 and ether-pudding are installed as truffle dependencies. TestRPC/0.8.7/darwin/python2.7.12.

Thanks for the help-


Solution

  • Truffle migrate does run correctly. I've reposted my issue with testrpc here: Testrpc error: 'no loggers could be found for logger 'jsonrpc.manager'