cafelito icon indicating copy to clipboard operation
cafelito copied to clipboard

Run problem

Open bogdan32x opened this issue 11 years ago • 1 comments

@trishagee Each time I am configuring cafelito to start as you said in one of the videos i've found on the web I get the following error message:

coffee.yaml has an error:

  • Unrecognized field at: http Did you mean?:
    • server
    • metrics
    • logging

I tried to run it from both eclipse and IntelliJ. I have gradle installed and Java SDK 1.7 and 1.8 and still nothing. I would be grateful if you could provide a solution to my problem.

Regards, Bogdan

bogdan32x avatar Jul 29 '14 14:07 bogdan32x

Hi @bogdan32x. It's possible you're missing the "server" program argument. In IntelliJ, under "Run Configurations" for CoffeeShopService, you need the Program arguments field to be "server coffee.yaml"

trishagee avatar Aug 11 '14 09:08 trishagee