vert-x3 / vert-x3/vertx-examples
SimpleREST return "Internal Server Error"
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 3.6k
- Forks
- 2k
- Avg merge
- 24d 51m
- Merged PRs (30d)
- 1
Description

i can run the SimpleREST's main method ,but when i call /products in chrome ,the api return "Internal Server Error" with http code 500 and show nothing in my ide console.please tell me some.thanks
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the SimpleREST example and running its main method, then reproduce the GET /products request in a browser or HTTP client. Inspect the request handler and available server output to determine why it returns HTTP 500 without a visible exception. Done means the /products request no longer returns the reported internal server error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100