WARNING: Can't find the the request for http://127.0.0.1:8080/... 's Observer
When did this stackTrace been thrown?
While running a CXF webservice over a tomcat server.
Scenario:
My client (client software) tries to connect the CXF webservice, but the following line keeps being stacked at my server's console windows:
What's the problem?
After thorough investigation I tried invoking a services list using my web browser - And a list I got!
Where I found out that I wrote the wrong endpoint
Mystery solved :-)
While running a CXF webservice over a tomcat server.
Scenario:
My client (client software) tries to connect the CXF webservice, but the following line keeps being stacked at my server's console windows:
WARNING: Can't find the the request for http://127.0.0.1:8080/... 's Observer
After thorough investigation I tried invoking a services list using my web browser - And a list I got!
Where I found out that I wrote the wrong endpoint
Mystery solved :-)
Comments
Try the following URL (in the browser):
http://127.0.0.1:8080
where you should find a list of your active servlets, choose the one you try to use and search for its endpoint.
now compare the endpoint you found now with the one you are using.
are they the same?
The problem I faced was a common wrong endpoint problem.
Avi.
Hello,
I've the same problem. If you resolved it, can you help me ?
Thanks
Claire
Actually, I've got this Warning when I tried to access to the wsdl of my web service.
Perhaps I don't correctly put the cxf.xml file in my project. (I put it in the WEB-INF/META-INF directory)
But your problem does sound like a configuration issue.