Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Docker confluence error " java.lang.IllegalStateException: Container is not setup"

I'm trying to run a dockerized confluence, and the first couple of times I ran docker-compose, it spun up fine, but now I keep getting the following error from http://localhost:8080/bootstrap/selectsetupstep.action.  I've tried several different tags, but they all result in the same.  the docker-compose.yml is very simple:

version: '3'

services:
confluence:
image: atlassian/confluence:latest
# image: atlassian/confluence-server:7.15.3-ubuntu-jdk11
container_name: confluence
environment:
- CONFLUENCE_HOME=/opt/confluence
# - CONFLUENCE_DATABASE_URL=jdbc:postgresql://localhost:5432/confluencedb
# - CONFLUENCE_DATABASE_USERNAME=confluencedb
# - CONFLUENCE_DATABASE_PASSWORD=confluencedb
# - CONFLUENCE_ADMIN_USERNAME=admin
# - CONFLUENCE_ADMIN_PASSWORD=admin




Error page:

A system error has occurred — our apologies!

For immediate troubleshooting, consult our knowledge base for a solution.

If you would like to receive support from Atlassian's support team, ask your Confluence administrator to create a support issue on Atlassian's support system with the following information:
  1. a description of your problem and what you were doing at the time it occurred
  2. a copy of the error and system information found below
  3. a copy of the application logs (if possible).
Your Confluence administrator can use the support request form to create a support ticket which will include this information.

We will respond as promptly as possible.
Thank you!

Return to site homepage…
The SystemInformationService could not be retrieved from the container. Therefore very limited information is available in this error report.
The SystemInformationService could not be retrieved due to the following error: java.lang.IllegalStateException: Spring Application context has not been set

Cause

    java.lang.IllegalStateException: Container is not setup

    Container is not setup

Referer URL

Unknown




 

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events