Skip to content
bendangelo edited this page May 24, 2012 · 3 revisions

Issues Running EntityJS Gem

Try removing and reinstalling like so:

 gem uninstall entityjs
 gem install entityjs

You can also try updating it

gem update entityjs

Build / Server Errors

RegexpError

target of repeat operator is not specified

You probably entered in a single *. Regex needs a repeat operator, so change it to: .*

Psych::SyntaxError

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.

Error Running EntityJS Server

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.