I have a GWT application that uses Resteasy as a backend api / service, the project works correctly, but when I move the project to another computer and run it, I get this error when running GWT:
Caused by: java.util.zip.ZipException: invalid distance too far back at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164) at java.util.zip.ZipInputStream.read(ZipInputStream.java:193) at java.util.jar.JarInputStream.read(JarInputStream.java:207) at org.scannotation.archiveiterator.InputStreamWrapper.read(InputStreamWrapper.java:36) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read(BufferedInputStream.java:254) at java.io.DataInputStream.readInt(DataInputStream.java:387) at javassist.bytecode.ClassFile.read(ClassFile.java:731) at javassist.bytecode.ClassFile.<init>(ClassFile.java:108) at org.scannotation.AnnotationDB.scanClass(AnnotationDB.java:343) at org.scannotation.AnnotationDB.scanArchives(AnnotationDB.java:326) at org.jboss.resteasy.plugins.server.servlet.ConfigurationBootstrap.createDeployment(ConfigurationBootstrap.java:163) ... 24 more
What could be the problem?
- Are banks GWT or Resteasy? What does ZipException mean? Does this mean a corrupt addiction?
source share