isaiah / jubilee

A rack server built upon vert.x
http://isaiah.github.io/jubilee
MIT License
327 stars 18 forks source link

chatapp load error: vertx/shared_data #24

Open jtroxel opened 9 years ago

jtroxel commented 9 years ago

I am following the readme for https://github.com/isaiah/jubilee/tree/master/examples/chatapp...

Running vertx (inside the chatapp root dir) gives me this: $ vertx run config.ru -config config.json org.jruby.embed.EvalFailedException: (LoadError) load error: vertx/shared_data -- java.lang.RuntimeException: vertx is not initialized, do you run in jubilee server? org.jruby.embed.EvalFailedException: (LoadError) load error: vertx/shared_data -- java.lang.RuntimeException: vertx is not initialized, do you run in jubilee server?

Also, I have to install some gems into my jruby environment, which is not in the instructions... Is it possible the readme needs an update? It would be nice if it covered setting up jruby and prerequisites too.

isaiah commented 9 years ago

Hi @jtroxel, I've just upgrade to vert.x 3.0.0, since the module feature is deprecated in vertx, jubilee can only run in embeded mode now.