-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error [org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor] - No root resource matching request path /route/restservice/getQuote has been found, Relative Path: /restservice/getQuote. Please enable FINE/TRACE log level for more details. #1
Comments
Check that your cxfrs server definition has the /route path (or remove it) Cheers |
Yes It is the same . I checked. <cxf:rsServer id="restFrontend" address="http://localhost:9090/route" serviceClass="com.mycompany.rest.GetQuoteResource" /> |
I put a video together that builds up this example if you want to take a look. https://www.youtube.com/watch?v=_QYeuJUvTEI If this does not help then let me know aand I can pick up again tomorrow. |
I got fresh download and build this project again.Getting this error now ############### have attached snapshot of my blueprint.xml file |
Strange, I have just done the same and works fine. The HTTP 415 indicates that the content type is not the same as the end service is expecting. Trey setting the endpoint explicitly be adding something like: |
i added above in blueprint.xml file. I am still getting the same error |
Hello, did you resolve this issue szarekar? |
Hi i am getting this error on calling
http://localhost:9090/route/restservice/getQuote
from POSTMAN REST CLIENT
ERROR
WARN [org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor] - No root resource matching request path /route/restservice/getQuote has been found, Relative Path: /restservice/getQuote. Please enable FINE/TRACE log level for more details.
qtp487436278-16 WARN [org.apache.cxf.jaxrs.impl.WebApplicationExceptionMapper] - javax.ws.rs.NotFoundException: HTTP 404 Not Found
The text was updated successfully, but these errors were encountered: