Jersey/jetty exception for UI endpoint
justinanthonyvtt opened this issue · 1 comments
Bug Report
Describe the Bug
a Java exception is thrown
Expected Behavior
no exception in UI demo
Observed Behavior
company1 | SEVERE 2023-08-22T08:50:32.571620493 JerseyExtension: Unexpected exception caught
company1 | jakarta.ws.rs.NotFoundException: HTTP 404 Not Found
company1 | at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:258)
company1 | at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
company1 | at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
company1 | at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
company1 | at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
company1 | at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
Steps to Reproduce
Steps to reproduce the behavior:
build and start docker image
click on Asset page, error written to logs, page is displayed empty
Context Information
Add any other context about the problem here.
- Used version [e.g. MVD v1.0.0]
- OS: [e.g. iOS, Windows]
- ...
Detailed Description
If applicable, add screenshots and logs to help explain your problem.
Possible Implementation
You already know the root cause of the erroneous state and how to fix it? Feel free to share your thoughts.