jasig-cas IRC Logs-2011-07-27
[10:29:17 CDT(-0500)] <fairwinds> apetro: I am getting Error transferring file: Server returned HTTP response code: 500 for URL: http://oss.sonatype.org/content/repositories/releases/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom and is stalling for some time. Should I be including a second repo in my <repositories> to avoid this type of problem?
[10:30:12 CDT(-0500)] <fairwinds> This happens when I build my project. It only started occuring today
[10:32:11 CDT(-0500)] <apetro> interesting
[10:32:17 CDT(-0500)] <apetro> I'm not offhand aware of another repo
[10:32:35 CDT(-0500)] <apetro> there is an issue in some version of OpenSAML such that they've issued an improved, security-vuln-fixed version
[10:32:56 CDT(-0500)] <apetro> I suppose someone might be breaking links to the old versions of the library to force folks to upgrade
[10:33:01 CDT(-0500)] <apetro> it bears looking into
[10:35:54 CDT(-0500)] <apetro> testing locally
[10:36:00 CDT(-0500)] <fairwinds> apetro: k
[10:37:37 CDT(-0500)] <fairwinds> apetro: I get this as well Downloading: http://oss.sonatype.org/content/repositories/releases/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom
[10:37:38 CDT(-0500)] <fairwinds> [INFO] Unable to find resource 'org.opensaml:opensaml:pom:1.1b' in repository ja-sig (http://oss.sonatype.org/content/repositories/releases)
[10:39:59 CDT(-0500)] <wgthom> you wont find the pom it's not there
[10:40:04 CDT(-0500)] <wgthom> never has been
[10:40:27 CDT(-0500)] <fairwinds> apetro: my build will eventually finish but it can hang for some time as it attempts to get it.
[10:40:45 CDT(-0500)] <fairwinds> wgthom: what do I do to avoid this?
[10:40:49 CDT(-0500)] <wgthom> ok. may be two different issues
[10:41:32 CDT(-0500)] <wgthom> not finding the pom is not a problem. the jar is there…just not the pom. the message is safe to ignore
[10:43:01 CDT(-0500)] <fairwinds> wgthom: k, but it is causing my builds to stall and will sit and hang for some time until it gets past that.
[10:43:34 CDT(-0500)] <fairwinds> wgthom: when I run mvn clean package
[10:50:28 CDT(-0500)] <fairwinds> wgthom: so is being a pain in any case
[10:52:28 CDT(-0500)] <wgthom> just ran a local overlay with no problems.
[10:52:47 CDT(-0500)] <wgthom> did get the expected warning about opensaml
[10:52:48 CDT(-0500)] <wgthom> ownloading: http://oss.sonatype.org/content/repositories/releases/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom
[10:52:48 CDT(-0500)] <wgthom> Downloading: http://repo1.maven.org/maven2/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom
[10:52:48 CDT(-0500)] <wgthom> Downloading: http://developer.ja-sig.org/maven2/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom
[10:52:48 CDT(-0500)] <wgthom> Downloading: http://repository.jboss.org/nexus/content/groups/public-jboss/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom
[10:52:48 CDT(-0500)] <wgthom> [WARNING] The POM for org.opensaml:opensaml:jar:1.1b is missing, no dependency information available
[10:55:44 CDT(-0500)] <wgthom> fairwinds: can you try "mvn dependency:resolve"
[10:56:05 CDT(-0500)] <fairwinds> k
[10:56:15 CDT(-0500)] <fairwinds> mvn dependency:resolve
[10:56:21 CDT(-0500)] <fairwinds> k, will do
[11:03:49 CDT(-0500)] <fairwinds> wgthom: k, ran that.
[11:03:57 CDT(-0500)] <fairwinds> [INFO] skip non existing resourceDirectory /Users/prattd/Desktop/CAS/automorpheus-cas/src/main/resources
[11:03:57 CDT(-0500)] <fairwinds> Downloading: http://oss.sonatype.org/content/repositories/releases/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom
[11:03:58 CDT(-0500)] <fairwinds> [INFO] Unable to find resource 'org.opensaml:opensaml:pom:1.1b' in repository ja-sig (http://oss.sonatype.org/content/repositories/releases)
[11:03:58 CDT(-0500)] <fairwinds> Downloading: http://developer.ja-sig.org/maven2/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom
[11:03:58 CDT(-0500)] <fairwinds> [INFO] Unable to find resource 'org.opensaml:opensaml:pom:1.1b' in repository jasig-repository (http://developer.ja-sig.org/maven2)
[11:03:59 CDT(-0500)] <fairwinds> Downloading: http://repository.jboss.org/nexus/content/groups/public-jboss//org/opensaml/opensaml/1.1b/opensaml-1.1b.pom
[11:03:59 CDT(-0500)] <fairwinds> [INFO] Unable to find resource 'org.opensaml:opensaml:pom:1.1b' in repository jboss (http://repository.jboss.org/nexus/content/groups/public-jboss/)
[11:03:59 CDT(-0500)] <fairwinds> Downloading: http://repo1.maven.org/maven2/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom
[11:03:59 CDT(-0500)] <fairwinds> [INFO] Unable to find resource 'org.opensaml:opensaml:pom:1.1b' in repository central (http://repo1.maven.org/maven2)
[11:04:29 CDT(-0500)] <wgthom> yea, those are safe to ignore
[11:05:30 CDT(-0500)] <wgthom> i just did a mvn clean package against a clean local repo and it downloaded all deps with out issue
[11:06:10 CDT(-0500)] <fairwinds> wgthom: should I get rid of my .m2?
[11:06:33 CDT(-0500)] <wgthom> doubtful that's the problem
[11:07:09 CDT(-0500)] <fairwinds> k, I thought it would build clean all over again
[11:07:23 CDT(-0500)] <wgthom> well it would try to download all the deps again
[11:07:39 CDT(-0500)] <wgthom> if you want you can switch your local repo to a tmp dir and try :http://www.mkyong.com/maven/where-is-maven-local-repository/
[11:07:53 CDT(-0500)] <wgthom> that's what I just did to test the build
[11:08:16 CDT(-0500)] <fairwinds> k
[11:08:53 CDT(-0500)] <wgthom> off to lunch...