Atlassian SDK Fails to Run Standalone Due to 404 on Marketplace URL

I am trying to start a Confluence standalone instance using amps-maven-plugin with the following command:

atlas-run-standalone --product confluence --version 8.9.8 --maven-plugin-version 8.11.4 --jvmargs '-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005'

However, the build fails with this error:

Execution default-cli of goal com.atlassian.maven.plugins:amps-maven-plugin:8.11.4:run-standalone failed: 
java.io.FileNotFoundException: https://marketplace.atlassian.com/rest/1.0/plugins/atlassian-plugin-sdk-deb

I checked the URL using:
curl -I https://marketplace.atlassian.com/rest/1.0/plugins/atlassian-plugin-sdk-deb

and got a 404 Not Found response.

Steps Taken:

  1. Verified internet connectivity.
  2. Checked Atlassian Marketplace URL manually (returns 404).
  3. Tried running atlas-run-standalone --offline then it’s working fine for me.

Would appreciate any insights or fixes from the community. Thanks in advance!

3 Likes

Having the same issue here with Jira 9.0.0 today. Any solution community?

[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  19.565 s
[INFO] Finished at: 2025-03-31T07:49:59-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.atlassian.maven.plugins:jira-maven-plugin:8.6.0:run (default-cli) on project com.xxx: Execution default-cli of goal com.atlassian.maven.plugins:jira-maven-plugin:8.6.0:run failed: java.io.FileNotFoundException: https://marketplace.atlassian.com/rest/1.0/plugins/atlassian-plugin-sdk-deb -> [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.