Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to get org.glassfish.jersey.server.internal.process.Endpoint ref on running jetty 12.0.12 server #5740

Open
eharish394 opened this issue Sep 3, 2024 · 0 comments

Comments

@eharish394
Copy link

eharish394 commented Sep 3, 2024

Hi,
I have migrated jetty from 8.1.6 to 12.0.12, as part of this I am using jersey-4.0.0-M1, whenever I run jetty server, its able to inject the testendpoints, but while hitting the api, the endpoint ref becoming null, resulting HTTP 404 not found,

issue details :

Though the custom testendpoint being loaded by ResourceMethodInvoker,

image

Getting below endpoints are always empty here, due to that 404 not found error occurs
image

demo testendpoint placed on web-inf/classes/packagename/file name.class
TestEndpoint.java.txt

jetty/jetty.project#12180 (comment), can find more details about this issue in jetty portal

pls let me know if anything required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant