[ 
http://jira.codehaus.org/browse/MNG-3987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161055#action_161055
 ] 

Benjamin Bentmann commented on MNG-3987:
----------------------------------------

Could be interesting to find out what exception causes this debug output:
{noformat}
Downloading: 
http://repo1.maven.org/maven2/org/jboss/jboss-parent/3/jboss-parent-3.pom
[DEBUG] Unable to get resource 'org.jboss:jboss-parent:pom:3' from repository 
central (http://repo1.maven.org/maven2)
{noformat}
The just released [Maven 
3.0-alpha-1|http://repo1.maven.org/maven2/org/apache/maven/maven-distribution/3.0-alpha-1/]
 should provide more debug information in the failing case here.

> No attempts to connect to remote repositories under Sun JDK 1.6.0.06 (i386 
> and x86_64) 
> ---------------------------------------------------------------------------------------
>
>                 Key: MNG-3987
>                 URL: http://jira.codehaus.org/browse/MNG-3987
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Dependencies
>         Environment: Fedora 10 (2.6.27.5-117.fc10.x86_64)
> Sun jdk1.6.0_06-x86_64
> Maven 2.0.9
>            Reporter: Andrew Lee Rubinger
>            Assignee: Brian Fox
>         Attachments: maven_dependency_resolution_fail-jdk1.6.0_06-x86_64.txt, 
> maven_dependency_resolution_works-jdk1.6.0_11-x86_64.txt
>
>
> While using Sun jdk1.6.0_06-x86_64 as JAVA_HOME, remote dependencies are not 
> downloaded.  Wireshark network analysis shows no TCP requests sent out of 
> port 80.  Using jdk1.6.0_11-x86_64 resolves the issue.
> Steps to duplicate (on the reporter's local environment)
> 1) Clean local M2 repo (ie. ~/.m2/repository)
> 2) Set JAVA_HOME to jdk1.6.0_06-x86_64
> 3) Attempt "mvn install"..Observe dependency resolution problems as artifacts 
> and POMs cannot be downloaded.  Maven reports as not found.  The URLs noted 
> in the trace are accessible via wget or browser.
> 4) Set JAVA_HOME to jdk1.6.0_11-x86_64
> 5) Attempt "mvn install" Dependencies will be downloaded.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to