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

./scripts/run.sh failing for missing dependencies #29

Open
MaxFrax opened this issue Jun 23, 2024 · 0 comments
Open

./scripts/run.sh failing for missing dependencies #29

MaxFrax opened this issue Jun 23, 2024 · 0 comments

Comments

@MaxFrax
Copy link

MaxFrax commented Jun 23, 2024

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!

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