reficio / soap-ws

Java library, based on Spring-WS, that enables handling SOAP on a purely XML level
297 stars 145 forks source link

reficio.org is down #61

Open jameskhedley opened 5 years ago

jameskhedley commented 5 years ago

Anyone relying on this for maven repo will not be able to use it.

orkhan-huseyn commented 5 years ago

I am having the same issue, I cannot even download and install it on my laptop locally, because it also tries to connect to repo.reficio.org

[WARNING] Could not transfer metadata org.reficio:soap-legacy:1.0.0-SNAPSHOT/maven-metadata.xml from/to reficio (http://repo.reficio.org/maven/): Connect to repo.reficio.org:80 [repo.reficio.org/193.17.184.213] failed: Connection timed out: connect
[WARNING] Could not transfer metadata org.reficio:soap-legacy:1.0.0-SNAPSHOT/maven-metadata.xml from/to eviware (http://www.eviware.com/repository/maven2/): Connect to www.eviware.com:80 [www.eviware.com/10.0.98.5] failed: Connection timed out: connect
[WARNING] Failure to transfer org.reficio:soap-legacy:1.0.0-SNAPSHOT/maven-metadata.xml from http://repo.reficio.org/maven/ was cached in the local repository, resolution will not be reattempted until the update interval of reficio has elapsed or updates are forced. Original error: Could not transfer metadata org.reficio:soap-legacy:1.0.0-SNAPSHOT/maven-metadata.xml from/to reficio (http://repo.reficio.org/maven/): Connect to repo.reficio.org:80 [repo.reficio.org/193.17.184.213] failed: Connection timed out: connect
[WARNING] Failure to transfer org.reficio:soap-legacy:1.0.0-SNAPSHOT/maven-metadata.xml from http://www.eviware.com/repository/maven2/ was cached in the local repository, resolution will not be reattempted until the update interval of eviware has elapsed or updates are forced. Original error: Could not transfer metadata org.reficio:soap-legacy:1.0.0-SNAPSHOT/maven-metadata.xml from/to eviware (http://www.eviware.com/repository/maven2/): Connect to www.eviware.com:80 [www.eviware.com/10.0.98.5] failed: Connection timed out: connect
Downloading: http://repo.reficio.org/maven/org/reficio/soap-legacy/1.0.0-SNAPSHOT/soap-legacy-1.0.0-SNAPSHOT.pom
Downloading: http://www.eviware.com/repository/maven2/org/reficio/soap-legacy/1.0.0-SNAPSHOT/soap-legacy-1.0.0-SNAPSHOT.pom
orkhan-huseyn commented 5 years ago

If the problem is still present I recommend to include jar files to your local maven repository. https://drive.google.com/open?id=1LSlLkSKLBGctw0UZ14Ex2_cK8sju56p2 Simply copy and paste contents of this folder into your %USERPROFILE%\.m2\repository folder

pojoguy commented 5 years ago

I am having the same issue. It looks like the reficio.org DNS name has not been renewed. The google drive link above is not working.

pojoguy commented 5 years ago

I have worked around this by downloading source and factoring out the test dependencies that are no longer valid. This co-incidentally appears to have resolved an issue where the jar files compiled under java 1.5 were confusing the java 1.8 JIT and forcing it to run in interpreted only mode.