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

JobRunr Pro Dependency Resolution fails due to Internal Server Error #113

Open
smcvb opened this issue Sep 16, 2024 · 1 comment
Open

JobRunr Pro Dependency Resolution fails due to Internal Server Error #113

smcvb opened this issue Sep 16, 2024 · 1 comment

Comments

@smcvb
Copy link
Member

smcvb commented Sep 16, 2024

Basic information

  • Axon Framework version: 4.9.3
  • JDK version: 8, 11, and 17
  • JobRunr version: 7.2.2
  • Complete executable reproducer if available (e.g. GitHub Repo): Any run of this project through DependaBot

Steps to reproduce

Simply wait until another Dependabot PR is created through the depandabot.yml and notice that the defined JDK 7, 11, and 17 builds all fail due to a 500 error code during dependency resolution.
This issue occurred for #111 and #112, with the following trace:

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Axon Framework - JobRunr Pro Extension 4.11.0-SNAPSHOT:
[INFO] 
[INFO] Axon Framework - JobRunr Pro Extension ............. SUCCESS [  0.806 s]
[INFO] Axon Framework JobRunr Pro Extension ............... FAILURE [ 13.169 s]
[INFO] Axon Framework JobRunr Pro Extension - Spring Boot Support SKIPPED
[INFO] Axon Framework JobRunr Pro Extension - Spring Boot Starter SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  16.026 s
[INFO] Finished at: 2024-09-15T05:18:44Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project axon-jobrunrpro: Could not resolve dependencies for project org.axonframework.extensions.jobrunrpro:axon-jobrunrpro:jar:4.11.0-SNAPSHOT: Failed to collect dependencies at org.jobrunr:jobrunr-pro:jar:7.2.2: Failed to read artifact descriptor for org.jobrunr:jobrunr-pro:jar:7.2.2: The following artifacts could not be resolved: org.jobrunr:jobrunr-pro:pom:7.2.2 (absent): Could not transfer artifact org.jobrunr:jobrunr-pro:pom:7.2.2 from/to JobRunrPro (https://repo.jobrunr.io/private-releases/): status code: 500, reason phrase: Internal Server Error (500) -> [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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :axon-jobrunrpro
Error: Process completed with exit code 1.

Expected behaviour

The automated builds for the Dependabot PRs are able to retrieve the JobRunr Pro dependency.

Actual behaviour

Download the JobRunr Pro dependency fails with a 500.

@smcvb
Copy link
Member Author

smcvb commented Sep 16, 2024

Immediately put on hold, since local development and testing works fine. Will look at this after AxonIQ's conference, so somewhere in the beginning of October 2024.

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

No branches or pull requests

1 participant