Atlas-run-standalone --product confluence --version 8.1.1 won't start

I’m trying to run
atlas-run-standalone --product confluence --version 8.1.1

but I get

Confluence had problems starting up

This page is for Confluence administrators. If you’re seeing this page, your Confluence administrator is probably working to restore the service.

|Could not load bootstrap from environment|2023-03-10 17:08:42|fatal|ClassNotFoundException: org.h2.tools.Server|

Latest OSX - m1
openjdk version “11.0.16.1” 2022-07-19 LTS
OpenJDK Runtime Environment Zulu11.58+23-CA (build 11.0.16.1+1-LTS)
OpenJDK 64-Bit Server VM Zulu11.58+23-CA (build 11.0.16.1+1-LTS, mixed mode)

Any ideas?

atlas-run-standalone -version

Executing: /opt/homebrew/Cellar/maven/3.8.7/libexec/bin/mvn com.atlassian.maven.plugins:amps-maven-plugin:8.1.2:run-standalone -gs /opt/homebrew/Cellar/atlassian-plugin-sdk/8.2.7/libexec/apache-maven-3.5.4/conf/settings.xml -version
Apache Maven 3.8.7 (b89d5959fcde851dcb1c8946a785a163f14e1e29)
Maven home: /opt/homebrew/Cellar/maven/3.8.7/libexec
Java version: 11.0.16.1, vendor: Azul Systems, Inc., runtime: /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
Default locale: en_PL, platform encoding: UTF-8
OS name: “mac os x”, version: “13.2.1”, arch: “aarch64”, family: “Mac”

3 Likes

Fixed

atlas-run-standalone --product confluence --version 8.1.1 --maven-plugin-version 8.9.1

4 Likes

Thanks a million for posting the solution! :heart:

In case it helps anyone else, the list of maven plugin versions can be found here: https://developer.atlassian.com/server/framework/atlassian-sdk/amps-sdk-release-notes/

and documentation about atlas-run-standalone can be found here: https://developer.atlassian.com/server/framework/atlassian-sdk/atlas-run-standalone/