状态码异常 (com.google.gwt.user.client.rpc.StatusCodeException: 404 <html>)

Posted

技术标签:

【中文标题】状态码异常 (com.google.gwt.user.client.rpc.StatusCodeException: 404 <html>)【英文标题】:Status Code Exception (com.google.gwt.user.client.rpc.StatusCodeException: 404 <html>) 【发布时间】:2012-10-12 06:51:17 【问题描述】:

我在运行登录应用程序时遇到此错误(使用 GWT-RPC)。我该如何解决这个问题?我也提供了错误列表。我错过了什么?

------VinLog.html

   <!doctype html>
<html>
    <head>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8">
        <link type="text/css" rel="stylesheet" href="VinLog.css">
        <title>VinLog</title>
        <script language="javascript" src="com.login.vinayak.VinLog/com.login.vinayak.VinLog.nocache.js"></script>

    </head>
    <body>

        <!-- OPTIONAL: include this if you want history support -->
        <iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>

    </body>
</html>

------web.xml

>  <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE web-app     PUBLIC 
> "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" 
>   "http://java.sun.com/dtd/web-app_2_3.dtd">    <web-app> <servlet>
>        <servlet-name>GreetingServiceImpl</servlet-name>
>        <servlet-class>com.login.vinayak.server.GreetingServiceImpl</servlet-class>
> </servlet>    <servlet-mapping>
>        <servlet-name>GreetingServiceImpl</servlet-name>
>        <url-pattern>/Login</url-pattern>    </servlet-mapping>    <!-- Default page to serve -->  <welcome-file-list> 
>       <welcome-file>VinLog.html</welcome-file>    </welcome-file-list>   
> </web-app>

--------错误列表

com.google.gwt.user.client.rpc.StatusCodeException: 404 <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Error 404 NOT_FOUND</title>
</head>
<body><h2>HTTP ERROR: 404</h2><pre>NOT_FOUND</pre>
<p>RequestURI=/com.login.vinayak.VinLog/login</p><p><i><small><a href="http://jetty.mortbay.org/">Powered by Jetty://</a></small></i></p><br/>                                                
<br/>                                                
<br/>                                                

</body>
</html>

【问题讨论】:

将 url 模式编辑为 com.login.vinayak.VinLog/login 问题已解决 【参考方案1】:

您为 URL“/Login”注册了 servlet,但您正在调用“/login”。

您需要将&lt;url-pattern&gt; 更改为小写,或将@RemoteServiceRelativePath 更改为大写。然后重启服务器。

【讨论】:

无论如何我都说对了...谢谢 :) 'com.login.vinayak.VinLog/login' 是我编辑的

以上是关于状态码异常 (com.google.gwt.user.client.rpc.StatusCodeException: 404 <html>)的主要内容,如果未能解决你的问题,请参考以下文章

Spring Boot 默认异常映射到标准 HTTP 状态码

nodejs 服务器模拟异常状态码429,以及前端vue axios捕获状态码

getResponseCode 抛异常了 没有返回码 ? 为啥

服务器关闭时出现啥异常或 http 状态码

Android RxJava+Retrofit网络异常状态码统一处理

ASP.NET Web API 处理异常返回错误状态码