lucidsoftware / piezo

Piezo is a set of tools for operating a quartz scheduling cluster.
Apache License 2.0
53 stars 28 forks source link

Can't start admin #35

Closed jnovotny closed 8 years ago

jnovotny commented 8 years ago

Hi,

I installed and ran the worker, however I have problems with admin

I installed latest PLAY https://www.playframework.com/

and made sure 'activator' is in my path. Then in admin after doing sbt compile and make stage, I do:

./bin/run.sh Error: Could not find or load main class play.core.server.NettyServer

What am I missing?

Thanks

disaacson commented 8 years ago

@jnovotny I just updated the script. https://github.com/lucidsoftware/piezo/commit/97d6ef9815a185d071ca293979bd36de252fec4c

Make sure you run make stage first.