dev@glassfish.java.net

Re: repo1.maven.org has problems?

From: Jane Young <jane.young_at_oracle.com>
Date: Tue, 04 Jan 2011 11:48:14 -0800

I'm in the SCA office today and I'm able to build a clean v3 workspace
using proxy.
Next time when you're in the office, try referencing the internal GF
Nexus server:

<mirrors>
<mirror>
<id>internal-glassfish-nexus</id>
<url>http://gf-maven.us.oracle.com/nexus/content/groups/internal-gf-nexus/</url>
<mirrorOf>*,!snapshot-repo</mirrorOf>
</mirror>
</mirrors>


On 1/4/11 10:42 AM, Marina Vatkina wrote:
> Yes, I was doing it in the SCA office (there was no problem building
> from home afterwards).
>
> settings.xml :
>
> <settings>
> <proxies>
> <proxy>
> <active>true</active>
> <protocol>http</protocol>
> <host>www-proxy.us.oracle.com</host>
> <port>80</port>
> <nonProxyHosts>www.google.com|*.somewhere.com</nonProxyHosts>
> </proxy>
> </proxies>
> </settings>
>
> -marina
>
> Jane Young wrote:
>> Is this a new artifact: javax.ejb:ejb:3.0 ?
>> If you're logged in to Oracle network, does settings.xml contain
>> proxy or reference the internal GF Nexus?
>>
>> On 1/3/11 5:19 PM, Marina Vatkina wrote:
>>> My build today is taking 2+ hours (still going) with messages like
>>> this (e.g. building glassfish-osgi-gui):
>>>
>>> Downloading:
>>> http://maven.glassfish.org/content/groups/glassfish/javax/ejb/ejb/3.0/ejb-3.0.pom
>>>
>>> [INFO] Unable to find resource 'javax.ejb:ejb:pom:3.0' in repository
>>> glassfish-repo-archive
>>> (http://maven.glassfish.org/content/groups/glassfish)
>>> Downloading:
>>> http://repo1.maven.org/maven2/javax/ejb/ejb/3.0/ejb-3.0.pom
>>> [WARNING] Unable to get resource 'javax.ejb:ejb:pom:3.0' from
>>> repository central (http://repo1.maven.org/maven2): Error
>>> transferring file: Server returned HTTP response code: 502 for URL:
>>> http://repo1.maven.org/maven2/javax/ejb/ejb/3.0/ejb-3.0.pom
>>>
>>>
>>> I'm doing 'mvn clean install' of the updated workspace :(
>>>
>>> -marina
>>