I run the indexer with only repo1 (missing index files) and jfrog-libs (successful downloading the index files). Here is the log:
2011-09-02 13:09:56,565 [art-exec-287] [INFO ] (o.a.r.i.IndexerServiceImpl:202) - Starting repositories indexing... 2011-09-02 13:09:56,565 [art-exec-288] [WARN ] (o.a.c.h.HttpMethodDirector:288) - Required credentials not available for BASIC <any realm>@repo1.maven.org:80 2011-09-02 13:09:56,565 [art-exec-288] [WARN ] (o.a.c.h.HttpMethodDirector:290) - Preemptive authentication requested but no default credentials available 2011-09-02 13:09:56,612 [art-exec-288] [INFO ] (o.a.c.h.a.AuthChallengeProcessor:101) - ntlm authentication scheme selected 2011-09-02 13:09:56,628 [art-exec-288] [WARN ] (o.a.c.h.HttpMethodDirector:288) - Required credentials not available for BASIC <any realm>@repo1.maven.org:80 2011-09-02 13:09:56,628 [art-exec-288] [WARN ] (o.a.c.h.HttpMethodDirector:290) - Preemptive authentication requested but no default credentials available 2011-09-02 13:09:56,628 [art-exec-288] [WARN ] (o.a.c.h.HttpMethodDirector:288) - Required credentials not available for BASIC <any realm>@repo1.maven.org:80 2011-09-02 13:09:56,628 [art-exec-288] [WARN ] (o.a.c.h.HttpMethodDirector:290) - Preemptive authentication requested but no default credentials available 2011-09-02 13:09:56,768 [art-exec-288] [ERROR] (o.a.r.i.IndexerServiceImpl:388) - Indexing failed: Authentication state already initialized. 2011-09-02 13:09:56,768 [art-exec-288] [WARN ] (o.a.c.h.HttpMethodDirector:288) - Required credentials not available for BASIC <any realm>@repo.jfrog.org:80 2011-09-02 13:09:56,768 [art-exec-288] [WARN ] (o.a.c.h.HttpMethodDirector:290) - Preemptive authentication requested but no default credentials available 2011-09-02 13:09:56,909 [art-exec-288] [INFO ] (o.a.c.h.a.AuthChallengeProcessor:101) - ntlm authentication scheme selected 2011-09-02 13:09:56,909 [art-exec-288] [WARN ] (o.a.c.h.HttpMethodDirector:288) - Required credentials not available for BASIC <any realm>@repo.jfrog.org:80 2011-09-02 13:09:56,909 [art-exec-288] [WARN ] (o.a.c.h.HttpMethodDirector:290) - Preemptive authentication requested but no default credentials available 2011-09-02 13:09:56,909 [art-exec-288] [WARN ] (o.a.c.h.HttpMethodDirector:288) - Required credentials not available for BASIC <any realm>@repo.jfrog.org:80 2011-09-02 13:09:56,909 [art-exec-288] [WARN ] (o.a.c.h.HttpMethodDirector:290) - Preemptive authentication requested but no default credentials available 2011-09-02 13:09:57,299 [art-exec-288] [INFO ] (o.a.r.HttpRepo :221) - jfrog-libs: Downloading content from 'http://repo.jfrog.org/artifactory/libs-releases-local/.index/nexus-maven-repository-index.gz'... 2011-09-02 13:09:57,768 [art-exec-288] [INFO ] (o.a.r.HttpRepo :239) - jfrog-libs: Downloaded 'http://repo.jfrog.org/artifactory/libs-releases-local/.index/nexus-maven-repository-index.gz' with return code: 200. 2011-09-02 13:09:57,768 [art-exec-288] [WARN ] (o.a.c.h.HttpMethodDirector:288) - Required credentials not available for BASIC <any realm>@repo.jfrog.org:80 2011-09-02 13:09:57,768 [art-exec-288] [WARN ] (o.a.c.h.HttpMethodDirector:290) - Preemptive authentication requested but no default credentials available 2011-09-02 13:09:57,878 [art-exec-288] [INFO ] (o.a.r.HttpRepo :221) - jfrog-libs: Downloading content from 'http://repo.jfrog.org/artifactory/libs-releases-local/.index/nexus-maven-repository-index.properties'... 2011-09-02 13:09:57,878 [art-exec-288] [INFO ] (o.a.r.HttpRepo :239) - jfrog-libs: Downloaded 'http://repo.jfrog.org/artifactory/libs-releases-local/.index/nexus-maven-repository-index.properties' with return code: 200. 2011-09-02 13:09:57,893 [art-exec-288] [INFO ] (o.a.r.i.MavenIndexManager:243) - Successfully saved index file '/repositories/jfrog-libs-cache/.index/nexus-maven-repository-index.gz' and index info '/repositories/jfrog-libs-cache/.index/nexus-maven-repository-index.properties'. 2011-09-02 13:09:58,924 [art-exec-287] [INFO ] (o.a.r.i.MavenIndexManager:243) - Successfully saved index file '/repositories/repo/.index/nexus-maven-repository-index.gz' and index info '/repositories/repo/.index/nexus-maven-repository-index.properties'. 2011-09-02 13:09:58,971 [art-exec-287] [INFO ] (o.a.r.i.IndexerServiceImpl:236) - Finished repositories indexing... The only hint why the indexer can't download the index files is the message "Indexing failed: Authentication state already initialized.". This looks like a authentication problem with the proxy, but then the indexer shouldn't be able to download the index files from jfrog-libs, too. Nevertheless I can't search for artifacte even in the jfrog-libs repository. The m2e plugin shows only artifacts from my local repository and from in artifactory but not from remote repositories. -- View this message in context: http://forums.jfrog.org/Trying-to-go-through-a-proxy-tp6710665p6753529.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get a free "Love Thy Logs" t-shirt when you download Logger. Secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsisghtdev2dev _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
