Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Confluence running in docker-compose errors when redirecting to /bootstrap/selectsetupstep.action

Shafique_Jamal
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 13, 2020

Hello,

 

I am trying to run Confluence in docker-compose. The confluence container runs, but gives and error when redirecting from the root path to /bootstrap/selectsetupstep.action:

This site can’t be reachedThe connection was reset.
Try:

Checking the connection
Checking the proxy and the firewall
Running Windows Network Diagnostics
ERR_CONNECTION_RESET

 

Here are the logs for the container:

13-Mar-2020 18:49:46.054 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/9.0.27]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
13-Mar-2020 18:49:49.430 INFO [Catalina-utility-2] org.apache.catalina.core.ApplicationContext.log 1 Spring WebApplicationInitializers detected on classpath
13-Mar-2020 18:49:49.612 INFO [Catalina-utility-2] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
13-Mar-2020 18:49:50.089 INFO [Catalina-utility-2] org.apache.catalina.core.ApplicationContext.log Initializing Spring DispatcherServlet 'dispatcher'
2020-03-13 18:49:50,888 INFO [Catalina-utility-1] [com.atlassian.confluence.lifecycle] contextInitialized Starting Confluence 7.3.3 [build 8401 based on commit hash c6283eee88c6e2ccea8cfe01744df4489cbaea22] - synchrony version 3.1.0-master-0f086db5
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.felix.framework.ext.ClassPathExtenderFactory$DefaultClassLoaderExtender (file:/opt/atlassian/confluence/confluence/WEB-INF/lib/org.apache.felix.framework-5.6.12.jar) to method java.net.URLClassLoader.addURL(java.net.URL)
WARNING: Please consider reporting this to the maintainers of org.apache.felix.framework.ext.ClassPathExtenderFactory$DefaultClassLoaderExtender
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
13-Mar-2020 18:50:06.179 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8090"]
13-Mar-2020 18:50:06.207 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in [20,298] milliseconds

 

Here is my `docker-compose.yml` file:

version: '3.3'
services:
confluence:
container_name: portfolio_dashboard_confluence
image: atlassian/confluence-server
ports:
- '8090:8090'
- '8091:8091'
volumes:
- confluence-data:/var/atlassian/application-data/confluence
restart: always

jira:
container_name: portfolio_dashboard_jira
image: atlassian/jira-software
ports:
- '8080:8080'
volumes:
- jira-data:/var/atlassian/application-data/jira
restart: always

db:
container_name: portfolio-dashboard-atlassian-db
image: postgres:12.2-alpine
volumes:
- db-data:/var/lib/postgresql/data
restart: always
environment:
POSTGRES_PASSWORD: postgres

volumes:
jira-data:
confluence-data:
db-data:

 

Oddly, the jira container works just fine. Could someone suggest how to get the redirect working?

Thanks,

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events