Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server errors with jdk8 & ant1.9 #41

Open
minsiksudo opened this issue Apr 14, 2024 · 0 comments
Open

Server errors with jdk8 & ant1.9 #41

minsiksudo opened this issue Apr 14, 2024 · 0 comments

Comments

@minsiksudo
Copy link

minsiksudo commented Apr 14, 2024

Hi,

I ran into this problem while I tried most of the jdk versions and ant 1.10 and ant1.9 several times.

With my Mac, it says

[ivy:retrieve] :::: ERRORS
[ivy:retrieve] 	SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/junit/junit/4.8.2/junit-4.8.2-sources.jar
[ivy:retrieve] 	SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/junit/junit/4.8.2/junit-4.8.2-javadoc.jar
[ivy:retrieve] 	SERVER ERROR: HTTPS Required url=http://repo1.maven.org/maven2/junit/junit/4.8.2/junit-4.8.2.jar
[ivy:retrieve] 
[ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
/Users/minsikkim/RDPTools/Clustering/nbproject/build-impl.xml:910: The following error occurred while executing this line:
/Users/minsikkim/RDPTools/Clustering/nbproject/build-impl.xml:1470: The following error occurred while executing this line:
/Users/minsikkim/RDPTools/SeqFilters/nbproject/build-impl.xml:896: The following error occurred while executing this line:
/Users/minsikkim/RDPTools/SeqFilters/nbproject/build-impl.xml:1428: The following error occurred while executing this line:
/Users/minsikkim/RDPTools/ProbeMatch/build.xml:104: impossible to resolve dependencies:
	resolve failed - see output for details

Total time: 3 seconds
make: *** [Clustering/dist/Clustering.jar] Error 1

I am using jdk8

(base) minsikkim@Minsiks-MacBook-Pro RDPTools % java -version
openjdk version "1.8.0_382"
OpenJDK Runtime Environment (Zulu 8.72.0.17-CA-macosx) (build 1.8.0_382-b05)
OpenJDK 64-Bit Server VM (Zulu 8.72.0.17-CA-macosx) (build 25.382-b05, mixed mode)

And I am using ant1.9

(base) minsikkim@Minsiks-MacBook-Pro RDPTools % ant -version
Apache Ant(TM) version 1.9.16 compiled on July 10 2021

Maybe it's because of my firewall settings? Or, does it due to the version issue (2.14 release)? Please let me know how can I resolve this.

++ I tried them with my linux server but I ran into another problem, showing

download-traindata:
      [get] Getting: http://rdp.cme.msu.edu/download/rdpclassifiertraindata/data.tgz
      [get] To: /home/bagel/RDPTools/classifier/build/classes/data.tgz
      [get] Error getting http://rdp.cme.msu.edu/download/rdpclassifiertraindata/data.tgz to /home/bagel/RDPTools/classifier/build/classes/data.tgz

BUILD FAILED
/home/bagel/RDPTools/classifier/build.xml:50: java.net.NoRouteToHostException: No route to host (Host unreachable)
	at java.net.PlainSocketImpl.socketConnect(Native Method)

Currently all my firewalls are off so it shouldn't be a firewall issue.

Thanks in advance,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant