S01.oss.sonatype.org timeout

[INFO] e[1m--------------------------------[ war ]---------------------------------e[m

[INFO] Downloading from ossrh: https://s01.oss.sonatype.org/content/repositories/snapshots/org/eclipse/collections/eclipse-collections-api/maven-metadata.xml

[WARNING] Could not transfer metadata org.eclipse.collections:eclipse-collections-api/maven-metadata.xml from/to ossrh (https://s01.oss.sonatype.org/content/repositories/snapshots): status code: 504, reason phrase: Gateway Time-out (504)

[INFO] Downloading from ossrh: https://s01.oss.sonatype.org/content/repositories/snapshots/org/eclipse/collections/eclipse-collections/maven-metadata.xml

[WARNING] Could not transfer metadata org.eclipse.collections:eclipse-collections/maven-metadata.xml from/to ossrh (https://s01.oss.sonatype.org/content/repositories/snapshots): status code: 504, reason phrase: Gateway Time-out (504)

My config has no s01.oss.sonatype.org, it is from dl4j jar?

@Booker you have to use the new central sonatype snapshots now. OSSRH is down. I’ve performed a migration recently. The new artifact ids under snapshots is org.eclipse.deeplearning4j.
This change was for a variety of reasons but mostly due to the migration.

Artifact ids and imports in java code are the same.

But I am using M2.1, dl4j jar try to download from http://s01.oss.sonatype.org?

@Booker then you just need to remove the repositories declaration containing s01.oss.
M2.1 has been in maven central for a long time now.

puzzled thing is that I have no declaration im my pom, why it try to access s01.oss?

@Booker could you show your pom? It shouldn’t unless you have a repositories declaration somewhere. Are you sure it isn’t in your .m2/settings.xml?

Sorry. After clean, s01.oss.sonatype.org is gone.

1 Like