在GWT开发模式下运行应用程序时出错

问题描述 投票:1回答:0

我的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

请! 帮我解决问题

java gwt
© www.soinside.com 2019 - 2024. All rights reserved.