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

Failing to build dse4-agent due to private pom files #174

Open
yarkhinephyo opened this issue Oct 8, 2023 · 0 comments
Open

Failing to build dse4-agent due to private pom files #174

yarkhinephyo opened this issue Oct 8, 2023 · 0 comments

Comments

@yarkhinephyo
Copy link

In the README, there is an instruction to build DSE4 agent by running ./gradlew assemble -Pdse4. However, the build fails as it is referencing some private pom files.

$ ./gradlew assemble -Pdse4 
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :agent-dse4:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':agent-dse4:compileJava'.
> Could not resolve all files for configuration ':agent-dse4:compileClasspath'.
   > Could not resolve com.datastax.dse:dse-db:6.8.23.
     Required by:
         project :agent-dse4
      > Could not resolve com.datastax.dse:dse-db:6.8.23.
         > Could not get resource 'https://repo.datastax.com/artifactory/dse/com/datastax/dse/dse-db/6.8.23/dse-db-6.8.23.pom'.
            > Could not GET 'https://repo.datastax.com/artifactory/dse/com/datastax/dse/dse-db/6.8.23/dse-db-6.8.23.pom'. Received status code 401 from server: 
      > Could not resolve com.datastax.dse:dse-db:6.8.23.
         > Could not get resource 'https://repo.aws.dsinternal.org/artifactory/datastax-releases-local/com/datastax/dse/dse-db/6.8.23/dse-db-6.8.23.pom'.
            > Could not GET 'https://repo.aws.dsinternal.org/artifactory/datastax-releases-local/com/datastax/dse/dse-db/6.8.23/dse-db-6.8.23.pom'.
               > repo.aws.dsinternal.org: nodename nor servname provided, or not known

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 10s
36 actionable tasks: 6 executed, 30 up-to-date
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