IntelliJ setup with Java 8 + GWT 2.8.2 and Sencha 4.0.2
My setup details are:
IntelliJ 2018.1.3
GWT 2.8.2
GXT 4.0.2
Java 1.8.0.161
Apache Maven 3.5
I am unable to bring up my application, although maven build is done successfully and also the server comes up successfully.
I get below error when I try to hit the URL for accessing the application:
ERROR: Unable to load module entry point class com.abc.pqr.Desktop(see associated exception for details)
com.google.gwt.core.client.JavaScriptException: (TypeError) @com.sencha.gxt.widget.core.client.cell.CellWidgetImplHelper::sinkEvents(Lcom/google/gwt/user/client/ui/Widget;Ljava/util/Set;)([Java object: com.sencha.gxt.widget.core.client.button.TextButton@900552941, Java object: java.util.Collections$UnmodifiableSet@183521307]): Object doesn't support property or method 'addEventListener'
ERROR: Failed to load module 'abc' from user agent 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3)' at 127.0.0.1:64191
Is there an issue with IntelliJ GWT Plugin? or IntelliJ Maven plugin?
I have installed GWTP Plugin from within IntelliJ Idea for my project.
Any inputs or directions to check what all settings would be of great help, stuck here for long.
Please sign in to leave a comment.
Hello,
Is it possible to share sample project example?