On Tue, Oct 23, 2012 at 5:40 AM, Md. Zahid Hossain Shoeb <[email protected]> wrote: > Unable to obtain resource from > /home/dspace/dspace-1.8.2-src-release/dspace/target/dspace-1.8.2-build/lib/dspace-api-1.8.2.jar: > java.util.zip.ZipException: error in opening zip file
It looks like the jar file (which is technically a .zip file with special contents) is corrupted for some reason. It may be anything from hard drive errors to a non-functional combination of build tools. Before we try anything else, try rebuilding dspace with: mvn clean package That will recreate the .jar files and eliminate most possible causes I can think of. Regards, ~~helix84 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

