运行项目GWT后,为什么会收到Service Unavailable消息?

时间:2017-06-24 14:14:49

标签: google-app-engine gwt jetty gwt-rpc gwt-material-design

我正在使用maven从GWT Material官方网站创建一个GWT项目。我正在关注该网站提供的教程:http://gwtmaterialdesign.github.io/gwt-material-demo/#gettingstarted。我在视图页面中看到了这个:

HTTP ERROR: 503
Problem accessing /index.html. Reason:
Service Unavailable
Powered by Jetty://

我尝试了此处提出的所有解决方案,但我未能查看项目主页。

eclipse控制台中没有错误。但是在检查主页时我得到了这个错误:

语音准备就绪。

content.js:29 Object
favicon.ico Failed to load resource: the server responded with a status of 503 (Service Unavailable)
    enter code here
运行项目后

在开发模式旁边的Jetty控制台的窗口中的开发模式 我有Jetty的问题。我不知道 什么是码头以及它允许​​做什么?我收到这个错误:

`00:00:16,662  [WARN] Failed startup of context c.g.g.d.s.j.WebAppContextWithReload@3772b95a{/,file:/C:/Users/Mm/eclipse-workspace/com-gwtmaterial-tutorial/target/com-gwtmaterial-tutorial-1.0-SNAPSHOT/,STARTING}{C:\Users\Mm\eclipse-workspace\com-gwtmaterial-tutorial\target\com-gwtmaterial-tutorial-1.0-SNAPSHOT}
<pre>java.util.zip.ZipException: invalid entry size (expected 4178 but got 10926 bytes)
    at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:384)
    at java.util.zip.ZipInputStream.read(ZipInputStream.java:196)
    at java.util.jar.JarInputStream.read(JarInputStream.java:207)
    at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:140)
    at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:118)
    at java.util.jar.JarInputStream.getNextEntry(JarInputStream.java:142)
    at java.util.jar.JarInputStream.getNextJarEntry(JarInputStream.java:179)
    at org.eclipse.jetty.annotations.AnnotationParser.parseJar(AnnotationParser.java:915)
    at org.eclipse.jetty.annotations.AnnotationParser.parse(AnnotationParser.java:831)
    at org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask.call(AnnotationConfiguration.java:163)
    at org.eclipse.jetty.annotations.AnnotationConfiguration$1.run(AnnotationConfiguration.java:548)
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
    at java.lang.Thread.run(Thread.java:745)</pre>`

1 个答案:

答案 0 :(得分:0)

我按照下一步解决了这个问题:

1-关闭Eclipse。

2-转到用户目录并删除.m2目录。

3-打开Elipse。

4-右键单击项目 - &gt;以 - &gt;运行maven安装