Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot deploy verticle #17

Open
afterthought opened this issue Oct 27, 2014 · 0 comments
Open

Cannot deploy verticle #17

afterthought opened this issue Oct 27, 2014 · 0 comments

Comments

@afterthought
Copy link

What am I missing?

The help says:
% verticle -h deploy
usage: verticle [-h | --help] deploy [-i | --instances] [-w | --worker]

...

When I run this (where EchoChamber is my class):
verticle deploy -i 1 -w false io.cozmic.usher.EchoChamber {}

I get this error:
verticle deploy -i 1 -w false io.cozmic.usher.EchoChamber {}: exception: Invalid JSON:io.cozmic.usher.EchoChamber{}

It seems like it is combining the

and the into the same argument. I think I tried almost every combination in ordering the arguments. I've looked at the code for the VerticleCommand and cannot see any problems.

Any ideas? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant