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

Can not init confluence 7.3 on kubernete

jason zeng February 12, 2020

I can not go to the confluence setup stage. It always shows this page. 

Jietu20200212-230634@2x.jpg

I run confluence in Kubernetes with docker image confluence:7.3.1 which sha256 is 2c8affcb21e474d02886e19b2a0ab3ccf90cf2c7a4c60f0a4aacf8c5f4a7f9be

/var/atlassian/application-data/confluence



2020-02-12 15:11:33,332 INFO [Catalina-utility-1] [com.atlassian.confluence.lifecycle] contextInitialized Starting Confluence 7.3.1 [build 8401 based on commit hash c06149f9b8308a0beb580e4deed399f7fb2d372d] - synchrony version 3.1.0-master-0f086db5
2020-02-12 15:11:44,294 WARN [Catalina-utility-1] [com.atlassian.config.ApplicationConfig] setApplicationHome Application home does not exist. Creating directory: /var/atlassian/application-data/confluence/shared-home
2020-02-12 15:11:44,305 INFO [Catalina-utility-1] [atlassian.confluence.cluster.DefaultClusterConfigurationHelper] lambda$saveSetupConfigIntoSharedHome$9 Writing setup configuration into shared home...
2020-02-12 15:11:44,328 INFO [Catalina-utility-1] [atlassian.confluence.cluster.DefaultClusterConfigurationHelper] lambda$saveSetupConfigIntoSharedHome$9 Finished writing setup configuration into shared home
2020-02-12 15:11:49,529 INFO [Catalina-utility-1] [atlassian.plugin.manager.DefaultPluginManager] lambda$earlyStartup$3 Plugin system earlyStartup begun
2020-02-12 15:11:52,593 WARN [Catalina-utility-1] [org.twdata.pkgscanner.ExportPackageListBuilder] logDuplicateWarning Package Scanner found duplicates for package 'com.atlassian.integration.jira.applinks' with different versions. Files: jira-integration-spi-6.2.4.jar and confluence-7.3.1.jar
'/opt/atlassian/confluence/confluence/WEB-INF/lib/jira-integration-spi-6.2.4.jar'
'/opt/atlassian/confluence/confluence/WEB-INF/lib/confluence-7.3.1.jar'
2020-02-12 15:11:56,516 WARN [FelixStartLevel] [extender.internal.support.ExtenderConfiguration] addDefaultDependencyFactories Gemini Blueprint extensions bundle not present, annotation processing disabled.
2020-02-12 15:12:03,695 INFO [Catalina-utility-1] [atlassian.plugin.manager.DefaultPluginManager] logTime Plugin system earlyStartup ended
2020-02-12 15:12:03,699 INFO [Catalina-utility-1] [atlassian.plugin.manager.DefaultPluginManager] lambda$lateStartup$4 Plugin system lateStartup begun
2020-02-12 15:12:08,026 INFO [Catalina-utility-1] [atlassian.plugin.manager.DefaultPluginManager] logTime Plugin system lateStartup ended
2020-02-12 15:12:09,831 INFO [Catalina-utility-1] [com.atlassian.confluence.lifecycle] init Confluence is ready to serve
2020-02-12 15:12:32,392 WARN [http-nio-8090-exec-2] [com.opensymphony.xwork.DefaultActionInvocation] executeResult No result defined for action com.atlassian.confluence.setup.actions.SetupStartAction and result input
-- url: /setup/dosetupstart.action | traceId: 00b85622e9b4f42f | userName: anonymous | action: dosetupstart
2020-02-12 15:12:50,936 WARN [http-nio-8090-exec-10] [com.opensymphony.xwork.DefaultActionInvocation] executeResult No result defined for action com.atlassian.confluence.setup.actions.SetupStartAction and result input
-- url: /setup/dosetupstart.action | traceId: 005de9c8d0d6e1b5 | userName: anonymous | action: dosetupstart

ENV:

declare -x ATLASSIAN_CONFLUENCE_PORT="tcp://10.106.209.52:80"
declare -x ATLASSIAN_CONFLUENCE_PORT_8091_TCP="tcp://10.106.209.52:8091"
declare -x ATLASSIAN_CONFLUENCE_PORT_8091_TCP_ADDR="10.106.209.52"
declare -x ATLASSIAN_CONFLUENCE_PORT_8091_TCP_PORT="8091"
declare -x ATLASSIAN_CONFLUENCE_PORT_8091_TCP_PROTO="tcp"
declare -x ATLASSIAN_CONFLUENCE_PORT_80_TCP="tcp://10.106.209.52:80"
declare -x ATLASSIAN_CONFLUENCE_PORT_80_TCP_ADDR="10.106.209.52"
declare -x ATLASSIAN_CONFLUENCE_PORT_80_TCP_PORT="80"
declare -x ATLASSIAN_CONFLUENCE_PORT_80_TCP_PROTO="tcp"
declare -x ATLASSIAN_CONFLUENCE_SERVICE_HOST="10.106.209.52"
declare -x ATLASSIAN_CONFLUENCE_SERVICE_PORT="80"
declare -x ATLASSIAN_CONFLUENCE_SERVICE_PORT_HTTP="80"
declare -x ATLASSIAN_CONFLUENCE_SERVICE_PORT_SYNCHRONY="8091"
declare -x CATALINA_CONNECTOR_PROXYNAME="some.wiki.com"
declare -x CATALINA_CONNECTOR_PROXYPORT="443"
declare -x CATALINA_CONNECTOR_SCHEME="https"
declare -x CATALINA_CONNECTOR_SECURE="true"
declare -x CONFLUENCE_HOME="/var/atlassian/application-data/confluence"
declare -x CONFLUENCE_INSTALL_DIR="/opt/atlassian/confluence"
declare -x HOME="/root"
declare -x JAVA_HOME="/opt/java/openjdk"
declare -x JAVA_VERSION="jdk-11.0.6+10"
declare -x JVM_MAXIMUM_MEMORY="1024m"
declare -x JVM_MINIMUM_MEMORY="1024m"
declare -x JVM_SUPPORT_RECOMMENDED_ARGS="-XX:MaxMetaspaceSize=512m -XX:MaxDirectMemorySize=256m -Dsynchrony.memory.max=0m"
declare -x LANG="en_US.UTF-8"
declare -x LANGUAGE="en_US:en"
declare -x LC_ALL="en_US.UTF-8"
declare -x OLDPWD
declare -x PATH="/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
declare -x PWD="/var/atlassian/application-data/confluence"
declare -x RUN_GID="2002"
declare -x RUN_GROUP="confluence"
declare -x RUN_UID="2002"
declare -x RUN_USER="confluence"


 

 

/var/atlassian/application-data/confluence


-- confluence.cfg.xml
|-- logs
| |-- atlassian-confluence.log
| |-- atlassian-diagnostics.log
| `-- atlassian-synchrony.log
|-- __pycache__
| `-- entrypoint_helpers.cpython-36.pyc
`-- shared-home
`-- confluence.cfg.xml

4 answers

1 vote
ks April 2, 2020

I just came across your question via google when having the same problem. Check your proxy settings in in <confluence_install>conf/server.xml. Confluence probably cannot connect itself.

 

0 votes
Sebastian Vaughan October 19, 2020

It's very late... But my solution a month or so ago was to downgrade to 6.13 with adoptopenjdk 8. Couldn't get Java 11 to work at all unfortunately. Must be something I missed, but no idea what...

0 votes
Tom Scholten April 28, 2020

Hi,

I'm currently trying to deploy a Confluence Data Center cluster on Kubernetes as well and experiencing a lot of issues on the way. 

Did you accomplish to deploy it in the mean time, and would you be willing to share how you have done this? Also, are you using the official Atlassian Docker image for your deployment?

0 votes
jason zeng February 12, 2020

Can anybody help?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events