dev@glassfish.java.net

Re: Back up repositories are up

From: Marina Vatkina <Marina.Vatkina_at_Sun.COM>
Date: Wed, 06 Feb 2008 10:28:34 -0800

Hi Kohsuke,

I'm still getting:

Missing:
----------
1) javadb:javadb:jar:10.2.2.1-20070823

...
----------
1 required artifact is missing.

for artifact:
   org.glassfish.distributions:web:distribution-base-zip:10.0-SNAPSHOT

from the specified remote repositories:
   central (http://repo1.maven.org/maven2),
   maven2.java.net (https://maven2-repository.dev.java.net/nonav/repository),
   repo1.maven.org (http://repo1.maven.org/maven2),
   java-dev-repository (https://maven-repository.dev.java.net/nonav/repository),
   glassfish-repository (http://download.java.net/maven/glassfish),
   java.net (http://download.java.net/maven/1),
   glassfish-repository-wsinterop (http://maven.dyndns.org/glassfish/)

thanks,
-marina

Kohsuke Kawaguchi wrote:
>
> I set up the back up repositories for our relevant maven repositories.
> POMs are updated to use them. Hudson build is back to normal, too
> (http://kohsuke.sfbay/hudson/view/GFv3/), so I believe we successfully
> worked around the problem.
>
> Going forward, we'd be running two repositories that host the exact same
> contents, so even if one of them goes down, we should be able to
> survive. If someone else could help me, we can also set up SWAN-internal
> mirrors in the similar way for faster access.
>
> If you still see problems, please let me know.
>
>
> Kohsuke Kawaguchi wrote:
>
>> OMG, the entire download.java.net server is gone!! It's not serving
>> anything anywhere in its path.
>>
>> I'm contacting java.net admins. Will let you know how it goes.
>>
>> Hong Zhang wrote:
>>
>>> Hi,
>>> I checked out a fresh workspace this morning and I got this
>>> failure while doing "mvn -U install". Anyone has any idea? I have
>>> tried to clean up my ~/.m2/repository, but that did not help.
>>>
>>> INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] BUILD ERROR
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Failed to resolve artifact.
>>>
>>> Missing:
>>> ----------
>>> 1) org.glassfish.build:maven-glassfish-extension:jar:1.0-SNAPSHOT
>>>
>>> Try downloading the file manually from the project website.
>>>
>>> Then, install it using the command:
>>> mvn install:install-file -DgroupId=org.glassfish.build
>>> -DartifactId=maven-glassfish-extension \
>>> -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>>> Alternatively, if you host your own repository you can deploy the
>>> file there: mvn deploy:deploy-file
>>> -DgroupId=org.glassfish.build -DartifactId=maven-glassfish-extension \
>>> -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \
>>> -Durl=[url] -DrepositoryId=[id]
>>>
>>> Path to dependency:
>>> 1) org.glassfish:glassfish-parent:pom:10.0-SNAPSHOT
>>> 2)
>>> org.glassfish.build:maven-glassfish-extension:jar:1.0-SNAPSHOT
>>>
>>> ----------
>>> 1 required artifact is missing.
>>>
>>> for artifact:
>>> org.glassfish:glassfish-parent:pom:10.0-SNAPSHOT
>>>
>>> from the specified remote repositories:
>>> central (http://repo1.maven.org/maven2),
>>> maven2.java.net (http://download.java.net/maven/2),
>>> repo1.maven.org (http://repo1.maven.org/maven2),
>>> java-dev-repository (http://download.java.net/maven/1),
>>> glassfish-repository (http://download.java.net/maven/glassfish),
>>> java.net (http://download.java.net/maven/1)
>>>
>>>
>>> Thanks,
>>>
>>> - Hong
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>
>>>
>>
>>
>
>