3

我正在尝试使用 Apache Tomcat v7.0 在 eclipse 3.7 (indigo) 中运行动态 Web 应用程序。当我尝试运行(运行>在服务器上运行)eclipse崩溃时,该项目为空。

我在 Ubuntu 13.04 上运行。

另外,当我从命令行运行 eclipse 时。我收到错误 -

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f9a0c4c2009, pid=7501, tid=140300945577728
#
# JRE version: 7.0_21-b02
# Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libsoup-2.4.so.1+0x6e009]  soup_session_feature_detach+0x19
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try                 "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/swapnilg/hs_err_pid7501.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-7/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

日志文件内容

请帮我。我什至尝试过更改 JDK、Tomcat 和 eclipse 版本。

4

4 回答 4

4

当我更改浏览器以访问以运行 Web 应用程序时为我工作。

操作系统:UBUNTU 14.04 Eclipse:Eclipse 开普勒服务器:Apache tomcat 7

做过这个 -Window-->Web browser-->Default Web Browser.

于 2014-11-25T12:51:53.323 回答
3

它崩溃是因为 eclipse 试图打开内部浏览器来显示 webapp。我不知道为什么会发生这个错误,可能是 ubuntu 的 eclipse 错误。

一种解决方法是Servers View使用Run As. 去Servers View->Right Click the Server->Run

于 2013-06-27T16:40:30.693 回答
2

我在启动 TOMCAT 时也遇到过同样的错误,但是在从 Eclipse 增加 Java 的堆大小后,它开始工作。

于 2013-06-27T08:38:47.750 回答
0

即使我也面临同样的问题并尝试了多种解决方案。当我在 eclipse.ini 文件中添加 -Dorg.eclipse.swt.browser.DefaultType=mozilla 时,我得到了解决方法。

于 2016-03-31T11:25:00.637 回答