Re: lein deps fails with java.util.zip.ZipException: error in opening zip file

2012-10-30 Thread AtKaaZ
Maybe try creating ~/.m2 On Tue, Oct 30, 2012 at 9:23 PM, Mark Neyer mne...@gmail.com wrote: i'm trying to get a graph database running on my machine, and when i run lein deps (after rm -rf ~/.m2 and $PROJECT_DIR/lib ) i keep seeing this: [INFO] Unable to find resource

Re: lein deps fails with java.util.zip.ZipException: error in opening zip file

2012-10-30 Thread Mark Neyer
nope, same problem. i didn't post the entire console log spam before it crashes; it successfully gets a bunch of libraries, but seems to get stuck on jetty/servlet-api - and it always appears to get stuck there. is there any way i can see what zip file it was trying to open? On Tuesday,

Re: lein deps fails with java.util.zip.ZipException: error in opening zip file

2012-10-30 Thread AtKaaZ
I cannot access http://m1.dev.java.net/ I'm getting server not found. Maybe it's unrelated. But the zip file is a .jar file, it's possible it's either 0 bytes or incomplete - my guess. you can set env var DEBUG to y so lein will spit more info On Tue, Oct 30, 2012 at 9:55 PM, Mark Neyer

Re: lein deps fails with java.util.zip.ZipException: error in opening zip file

2012-10-30 Thread AtKaaZ
On Tue, Oct 30, 2012 at 9:57 PM, AtKaaZ atk...@gmail.com wrote: I cannot access http://m1.dev.java.net/ I'm getting server not found. Maybe it's unrelated. oh i see that this is the repo name, my bad. But the zip file is a .jar file, it's possible it's either 0 bytes or incomplete - my

Re: lein deps fails with java.util.zip.ZipException: error in opening zip file

2012-10-30 Thread AtKaaZ
Someone said this I solved this by clearing the jboss-x.y.z/server[config]/tmp and jboss-x.y.z/server/[config]/work directories. Not sure if this at all applies to you On Tue, Oct 30, 2012 at 9:58 PM, AtKaaZ atk...@gmail.com wrote: On Tue, Oct 30, 2012 at 9:57 PM, AtKaaZ

Re: lein deps fails with java.util.zip.ZipException: error in opening zip file

2012-10-30 Thread AtKaaZ
Using your provided project.clj and lein2 from master I was able to successfully run lein deps Here's a part of the output: ... Retrieving org/mortbay/jetty/jsp-api-2.1/6.1.14/jsp-api-2.1-6.1.14.jar (132k) fr om central Retrieving

Re: lein deps fails with java.util.zip.ZipException: error in opening zip file

2012-10-30 Thread AtKaaZ
How come you got this message? *Copying 91 files to /home/mark/gc/src/titan-test-**case/lib* Did you use a different project.clj which has :native-path ? Because it seems it's happening when trying to extract the native deps from a jar into the lib folder in your project. I tried adding

Re: lein deps fails with java.util.zip.ZipException: error in opening zip file

2012-10-30 Thread Mark Neyer
i haven't set nativepath it looks like aptitude installed lein 1.7 i downloaded lein2, and it works. thanks so much man! 3 On Tuesday, October 30, 2012 2:38:53 PM UTC-7, AtKaaZ wrote: How come you got this message? *Copying 91 files to /home/mark/gc/src/titan-test-**case/lib* Did you use a