WindowBuilder 调试模式因 503 终止

发布于 2025-01-05 16:12:31 字数 431 浏览 1 评论 0原文

我正在 Eclipse 下运行 WindowBuilder 构建 GXT 应用程序。这是一个新的应用程序,但在我删除并重建我的第一个表单之前就一直在工作。

现在,当它出现在我的 Firefox 窗口中时,它会显示:

HTTP ERROR: 503

SERVICE_UNAVAILABLE

RequestURI=/ImageViewer.html

Powered by jetty://

For url: http://127.0.0.1:8888/ImageViewer.html?gwt.codesvr=127.0.0.1:9997

有什么想法吗?

I'm running WindowBuilder building a GXT application under eclipse. It's a new app, but has been working before I gutted and rebuilt my first form.

Now when it comes up in my Firefox window, it says:

HTTP ERROR: 503

SERVICE_UNAVAILABLE

RequestURI=/ImageViewer.html

Powered by jetty://

For url: http://127.0.0.1:8888/ImageViewer.html?gwt.codesvr=127.0.0.1:9997

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

扭转时空 2025-01-12 16:12:31

看来所有这些问题都是由于 web.xml 文件中的 spring 框架配置错误以及 spring 框架中缺少 jar 文件造成的。

当我解决所有这些问题后,我的 GXT 应用程序开始正常工作。

感谢所有的帮助

It appears that all of these issues were because of mis-configuration of the spring framework from the web.xml file and then missing jar files from spring framework.

When I resolved all of these, my GXT app started working properly.

thanks for all the help

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文