我的GWT开发模式存在一个奇怪的问题。我的项目一切都很好。项目在使用tomcat运行时运行良好,但是当我在GWT开发模式下运行项目时,我的控制台会出现不同类型的错误。
最奇怪的是显示的错误始终不一样。每次运行项目时都会抛出不同的异常。另外,有时神奇地我的项目在GWT开发模式下工作正常。我遇到了这个问题很长一段时间。请!任何人都可以帮我解决问题。
不同类型的错误是:
[ERROR] [projectName] - Exception initializing module
[ERROR] [projectName] - Failed to load module 'projectName' from user agent 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/33.0.1750.152 Chrome/33.0.1750.152 Safari/537.36' at localhost:46087
有时
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fd895353fd5, pid=7445, tid=140568325068544
#
# JRE version: 6.0_45-b06
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.45-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# J org.eclipse.jdt.internal.compiler.lookup.Scope.findMemberType([CLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
#
# An error report file with more information is saved as:
# /home/pushpa/esewa-default/esewa-hg/esewa-server/hs_err_pid7445.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
请!帮我解决问题