3

Apache Tomcat v7.0 を使用して、Eclipse 3.7 (インディゴ) で動的 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アプリを実行するためにブラウザをアクセスするように変更したときにうまくいきました。

OS: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 バグです。

1 つの回避策は、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

私も同じ問題に直面していて、複数の解決策を試しました。-Dorg.eclipse.swt.browser.DefaultType=mozilla を eclipse.ini ファイルに追加すると、回避策が得られました。

于 2016-03-31T11:25:00.637 に答える