NoSuchMethodError: com.google.gwt.util.tools.shared.Md5Utils.getMd5Digest

337 views
Skip to first unread message

xybrek

unread,
Aug 16, 2016, 5:09:58 PM8/16/16
to Google-We...@googlegroups.com
When trying to run or compile this GWT error is thrown:

NoSuchMethodError: com.google.gwt.util.tools.shared.Md5Utils.getMd5Digest

Here is the properties file for our GWT app:

<properties>
<errai.version>4.0.0.Beta2</errai.version>
<gwt.version>2.8.0-beta1</gwt.version>
<slf4j.version>1.5.11</slf4j.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<javaee.version>1.0.2.Final</javaee.version>
<errai.dev.context>${project.artifactId}</errai.dev.context>
<as.version>8.1.0.Final</as.version>

<errai.jboss.home>${project.build.directory}/wildfly-${as.version}</errai.jboss.home>
</properties>

What could be wrong that prevents the app from running with 'mvn gwt:run
-Pjboss7'?


Jens

unread,
Aug 16, 2016, 6:05:40 PM8/16/16
to GWT Users, Google-We...@googlegroups.com
I assume the issue is Md5Utils.getMd5Digest(String) which was added with GWT 2.8. Most likely you have a version prior GWT 2.8 on classpath as well. Check your dependency tree and plugin dependencies/configuration.

-- J.
Reply all
Reply to author
Forward
0 new messages