You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the steps 'verbatim' (i.e. not in Eclipse) of the Microservices tutorial. I get error 404 /microservice/index.html not found.
Using:
Java 17
bnd 6.4.0 (latest)
I have seen there used to be a similar issue #183 in the Quickstart tutorial which was solved by PR #184. I tried to follow the same steps and added @HttpWhiteboardContextSelect("(osgi.http.whiteboard.context.name=org.osgi.service.http)") in the rest-service, but it didn't help.
The text was updated successfully, but these errors were encountered:
dmm9
changed the title
Error 404 on Microservices tutorial
Error 404 on Microservices tutorial and Java 17
Sep 19, 2023
I followed the steps 'verbatim' (i.e. not in Eclipse) of the Microservices tutorial. I get error 404 /microservice/index.html not found.
Using:
I have seen there used to be a similar issue #183 in the Quickstart tutorial which was solved by PR #184. I tried to follow the same steps and added
@HttpWhiteboardContextSelect("(osgi.http.whiteboard.context.name=org.osgi.service.http)")
in the rest-service, but it didn't help.The text was updated successfully, but these errors were encountered: