在 Oracle 应用服务器下的 Eclipse 中调试 Web 应用程序

发布于 2024-11-18 00:07:17 字数 204 浏览 3 评论 0原文

我正在使用 Eclipse,并且熟悉 Apache Tomcat。

我可以在 Tomcat 下运行/调试我的 Web 应用程序。 但我无法为 Oracle 应用服务器做到这一点。

当我尝试从 Eclipse 启动服务器时,它开始启动,但 240 秒后它说已达到超时。

请建议在 Eclipse 中的 Oracle 应用服务器下进行调试的任何方法。

I am using Eclipse and I am familiar with Apache Tomcat.

I can run/debug my web applications under Tomcat.
But I can not do it for Oracle Application Server.

When I try to start the server from eclipse it is beginning to start, but after 240 seconds it says that timeout is reached.

Please suggest any method to debug under Oracle Application Server in Eclipse.

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

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

发布评论

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

评论(3

九歌凝 2024-11-25 00:07:17

@user179437:你可以尝试以下操作:-

  1. 你可以在eclipse中增加调试超时设置
  2. 你可以通过在调试配置中传递java参数来增加堆内存大小
  3. 如果是Windows机器,你可以执行netstat -a来检查调试状态是什么运行 OAS 的计算机上的端口。超时发生时端口状态会发生什么变化。
  4. 如果您看到任何 java 堆转储文件,只需检查 eclipse 中配置的 java home 并检查其文件系统目录。如果创建了这些文件,您可能会在其中看到有用的错误信息。
  5. 最后但并非最不重要的一点是,我在 myeclipse 的 websphere 6.0 中遇到了同样的问题,然后我需要应用服务器最新补丁,这基本上升级了我的 JRE,从而解决了问题。

如果您想了解上述任何步骤的详细说明,请告诉我。

@user179437: you can try following things:-

  1. You can increase debug timeout setting in eclipse
  2. you can increase heap memory size by passing java parameters in debug configuration
  3. If it is windows machine, you can do netstat -a to check what is status of debug port on the machine where OAS is running. What happens to status of port when timeout happens.
  4. Just check java home configured in your eclipse and check its filesystem directory, if you are seeing any java heap dump files. If these files are created, you may see useful error information in same.
  5. Last but not least, I was having same issue in websphere 6.0 with myeclipse, then I needed to apply server latest patches which basically upgraded my JRE which resolved the issue.

Please let me know if you want to know detailed explanation on any of the steps above.

乖乖兔^ω^ 2024-11-25 00:07:17

双击服务器,然后在“超时”部分中更改“启动超时”。

Double-click on the server, and change the Start timeout in the Timeouts section.

赠佳期 2024-11-25 00:07:17

检查日志:
- 在 Eclipse 工作区中的 .metadata/.plugins/org.eclipse.wst.server.core 下
或者
- 在部署目录中

一定有错误或其他有用的消息。

Check the logs:
- in Eclipse workspace under .metadata/.plugins/org.eclipse.wst.server.core
or
- in the deployment directory

There must be an error or something other useful message.

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