简体   繁体   English

使用Spring和Jetty时出现错误“找不到服务。”

[英]Error “No service was found.” while using Spring and Jetty

I am learning how to use spring based mvc with jetty with the help of this example, but again and again i am hitting this error : "No service was found.". 我正在这个示例的帮助下学习如何在码头上使用基于Spring的mvc,但是我一次又一次遇到此错误:“未找到服务。”。 The logs are saying : 日志说:

WARNING: Can't find the the request for  http://localhost:8080/rest/api/people's Observer` 

I am following this tutorial : http://www.javacodegeeks.com/2013/01/going-rest-embedding-jetty-with-spring-and-jax-rs-apache-cxf.html 我正在遵循此教程: http : //www.javacodegeeks.com/2013/01/going-rest-embedding-jetty-with-spring-and-jax-rs-apache-cxf.html

I am new and a newbie, and i have been trying for past one day, and not able to solve this, could someone guide me? 我是新手还是新手,并且过去一天一直在努力,但无法解决问题,有人可以指导我吗?

映射““ rest // Api / people”时出错。请注意双重//

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 网页未找到。 Spring MVC + Jetty - Page not found. Spring MVC + Jetty Spring SOAP Web 服务集成测试错误:未找到端点映射。 肥皂服务本身有效,问题出在测试上 - Spring SOAP web service integration test error: no endpoint mapping found. The soap service itself works, the problem is with the test 使用CXF,Jetty和Spring的Web服务 - Web service using CXF, Jetty and Spring 找不到Spring Restful服务。 与SpringBoot集成时的NoClassDefFound - Spring restful service not being found. NoClassDefFound when integrated with SpringBoot “字段需要找不到类型的 bean。” 错误 spring 宁静 API 使用 mongodb - 'Field required a bean of type that could not be found.' error spring restful API using mongodb HTTP错误404。找不到请求的资源。 春季MVC - HTTP Error 404. The requested resource is not found. Spring MVC 找不到匹配的Bean类型。 在使用发布者和使用者时 - No matching bean of type found. While using publisher and consumer 使用码头启动应用程序时出错 - Error while starting the application using jetty 错误StatusLogger找不到log4j2配置文件。 使用ANT目标进行编译时使用默认配置 - ERROR StatusLogger No log4j2 configuration file found. Using default configuration while compiling using ANT target 使用 GWT 时未找到 Firebase Service Worker(404 错误) - Firebase Service worker not found while using GWT (404 Error)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM