curl -H "Content-Type: application/json" -d '{"fullName":"John Doe",
"jobTitle" : "Chief Wizard" }' http://localhost:8082/people
Result:
{"message":"There was an error processing your request. It has been logged
(ID e762228aa64aca73)."}
On the server side:
ERROR [2017-12-17 13:27:53,421]
org.hibernate.engine.jdbc.spi.SqlExceptionHelper:
user lacks privilege or object not found: PEOPLE


On Sun, Dec 17, 2017 at 8:58 AM, Lutz Horn <lutz.h...@posteo.de> wrote:

> > INFO  [2017-12-17 13:26:09,434]
> > org.eclipse.jetty.server.ServerConnector: Started
> > application@7cb8437d{HTTP/1.1}{0.0.0.0:8082}
> ...
> > ||curl -H "Content-Type: application/json" -d '{"fullName":"John Doe",
> > "jobTitle" : "Chief Wizard" }' http://localhost:8080/people|
> > |
> > ||Result:||
>
> Port 8082 can't be reached on port 8080.
>
> Lutz
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "dropwizard-dev" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/dropwizard-dev/DeRaMVyxpvs/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> dropwizard-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"dropwizard-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dropwizard-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to