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
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