talen icon indicating copy to clipboard operation
talen copied to clipboard

./scripts/run.sh failing for missing dependencies

Open MaxFrax opened this issue 1 year ago • 0 comments

Hello,

I'm trying to run talen for the first time. From the main folder I ran './scripts/run.sh' but I get the following error:

[ERROR] Failed to execute goal on project talen: Could not collect dependencies for project edu.illinois.cs.cogcomp:talen:jar:0.1.0
[ERROR] Failed to read artifact descriptor for edu.illinois.cs.cogcomp:illinois-core-utilities:jar:4.0.4
[ERROR] 	Caused by: The following artifacts could not be resolved: edu.illinois.cs.cogcomp:illinois-core-utilities:pom:4.0.4 (present, but unavailable): Could not transfer artifact edu.illinois.cs.cogcomp:illinois-core-utilities:pom:4.0.4 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [CogcompSoftware (http://cogcomp.org/m2repo/, default, releases+snapshots)]
[ERROR] Failed to read artifact descriptor for edu.illinois.cs.cogcomp:illinois-corpusreaders:jar:3.1.19
[ERROR] 	Caused by: The following artifacts could not be resolved: edu.illinois.cs.cogcomp:illinois-corpusreaders:pom:3.1.19 (present, but unavailable): Could not transfer artifact edu.illinois.cs.cogcomp:illinois-corpusreaders:pom:3.1.19 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [CogcompSoftware (http://cogcomp.org/m2repo/, default, releases+snapshots)]
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

Here's java --version output:

openjdk 17.0.1 2021-10-19
OpenJDK Runtime Environment Temurin-17.0.1+12 (
build 17.0.1+12)
OpenJDK 64-Bit Server VM Temurin-17.0.1+12 (build 17.0.1+12, mixed mode)

Here's man --version: Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f2cffd34256) Maven home: /opt/homebrew/Cellar/maven/3.9.8/libexec Java version: 22.0.1, vendor: Homebrew, runtime: /opt/homebrew/Cellar/openjdk/22.0.1/libexec/openjdk.jdk/Contents/Home Default locale: en_GB, platform encoding: UTF-8 OS name: "mac os x", version: "14.5", arch: "aarch64", family: "Mac"

Here's the full log: launch_log.txt

Do any of you have any pointers on how to fix the problem?

Thank you!

MaxFrax avatar Jun 23 '24 18:06 MaxFrax