-
Notifications
You must be signed in to change notification settings - Fork 23
Troubleshooting
bendangelo edited this page May 24, 2012
·
3 revisions
did not find expected node content while parsing a block node at
This has to do with your config.yml. It means you mixed quotes and text together.
Wrong
build-foot: })('ok');
Correct
build-foot: "})('ok');"
found character that cannot start any token while scanning for the next token at
This means the last line in config.yml has a tab. Replace it with two spaces.
gems/eventmachine-0.12.10/lib/eventmachine.rb:572:in start_tcp_server': no acceptor (RuntimeError)`
This means the server or an other server is already using port 2345.