Confluence blueprint plugin tutorial - error "HTTP Status 404 – Not Found"

I’ve been following the Write a simple Confluence blueprint plugin tutorial, and setting up a development environment.

I’ve hit the following issue - executing “atlas-run” works, however Confluence is not accessible in browser:

I’ve searched extensively, but I cannot get beyond this point.

Here is an output of “atlas-version”:

atlas-version

ATLAS Version:    8.2.2
ATLAS Home:       /usr/share/atlassian-plugin-sdk-8.2.2
ATLAS Scripts:    /usr/share/atlassian-plugin-sdk-8.2.2/bin
ATLAS Maven Home: /usr/share/atlassian-plugin-sdk-8.2.2/apache-maven-3.5.4
AMPS Version:     8.1.0
--------
[INFO] Project POM found
Executing: /usr/share/atlassian-plugin-sdk-8.2.2/apache-maven-3.5.4/bin/mvn --version -gs /usr/share/atlassian-plugin-sdk-8.2.2/apache-maven-3.5.4/conf/settings.xml
Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T21:33:14+03:00)
Maven home: /usr/share/atlassian-plugin-sdk-8.2.2/apache-maven-3.5.4
Java version: 1.8.0_275, vendor: AdoptOpenJDK, runtime: /usr/lib/jvm/adoptopenjdk-8-hotspot-amd64/jre
Default locale: en_IL, platform encoding: UTF-8
OS name: "linux", version: "5.4.0-58-generic", arch: "amd64", family: "unix"

Any advise?

Hi @AnonChan,

Can you please tell us the exception/error(if any) listed in confluece-*.log file and tomcat container logs? You can find them in your target directory, there should a home folder(as per confluence version) in it.

Thanks,
Ganesh