commons-logging-1.1.jar; cannot read zip file entry
Posted
by
user1226162
on Stack Overflow
See other posts from Stack Overflow
or by user1226162
Published on 2012-04-10T05:24:13Z
Indexed on
2012/04/10
5:29 UTC
Read the original article
Hit count: 225
I have imported a GWT project from GIT , but when i run maven Install it says
.m2\repository\commons-logging\commons-logging\1.1\commons-logging-1.1.jar; cannot read zip file entry
and if i simply run my application , i get this
\git\my-Search-Engine\qsse\war}: java.lang.NoClassDefFoundError: com/google/inject/servlet/GuiceServletContextListener
I tried to find out the way , one solution i found was to move the guice-servlet-3.0 from build path to \qsse\war\webinf\lib
but if i do that i start gettin the exception
ava.lang.NoClassDefFoundError: com/google/inject/Injector
any idea how can i resolve this
© Stack Overflow or respective owner