Skip to content
New issue

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

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

Already on GitHub? # to your account

JiraPluginTest failing to build Docker image with FileNotFoundException: https://marketplace.atlassian.com/rest/1.0/plugins/atlassian-plugin-sdk-deb #1910

Open
basil opened this issue Jan 28, 2025 · 0 comments
Labels

Comments

@basil
Copy link
Member

basil commented Jan 28, 2025

 > [6/6] RUN atlas-run-standalone --product jira -v 6.3 < /dev/null:
204.1 [INFO] Total time: 03:22 min
204.1 [INFO] Finished at: 2025-01-28T16:10:43Z
204.1 [INFO] ------------------------------------------------------------------------
204.1 [ERROR] Failed to execute goal com.atlassian.maven.plugins:amps-maven-plugin:8.1.2:run-standalone (default-cli) on project standalone-pom: Execution default-cli of goal com.atlassian.maven.plugins:amps-maven-plugin:8.1.2:run-standalone failed: java.io.FileNotFoundException: https://marketplace.atlassian.com/rest/1.0/plugins/atlassian-plugin-sdk-deb -> [Help 1]
204.1 [ERROR] 
204.1 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
204.1 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
204.1 [ERROR] 
204.1 [ERROR] For more information about the errors and possible solutions, please read the following articles:
204.1 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
------
Dockerfile:24
--------------------
  22 |     # asks the user to do Ctrl+C to quit, then it shuts down presumably because it
  23 |     # fails to read from stdin?
  24 | >>> RUN atlas-run-standalone --product jira -v $JIRA_VERSION < /dev/null
  25 |     
  26 |     # unlike the above command, this launches Tomcat then hangs, because it feeds its own tail
--------------------
ERROR: failed to solve: process "/bin/sh -c atlas-run-standalone --product jira -v $JIRA_VERSION < /dev/null" did not complete successfully: exit code: 1
@basil basil added the tests label Jan 28, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant