Giter Site home page Giter Site logo

atlassian-software's Introduction

Atlassian Software - Docker Compose + Activate

This prject run & Activate (crack) Attlasian software as docker container, All programs can be run behind a reverse proxy

Run Application

  • Install Docker and Docker-compose.
  • Clone this Project
  • Run Compose File.
  • Done!

Jira Software Data Center

run jira-compose.yml

docker-compose -f jira-compose.yml up -d

Use http://<ip>:8080

Confluence Server

run confluence-compose.yml

docker-compose -f confluence-compose.yml up -d

Use http://<ip>:8090

bitbucket Server

run bitbucket-compose.yml

docker-compose -f confluence-compose.yml up -d

Use http://<ip>:8090

Bamboo Server

run bamboo-compose.yml

docker-compose -f bamboo-compose.yml up -d

Use http://<ip>:8085

Fisheye & Crucible

run fisheys-compose.yml

docker-compose -f fisheys-compose.yml up -d

Use http://<ip>:8088

Jira Server Manegment (Service Desk)

run servicemanagement-compose.yml

docker-compose -f servicemanagement-compose.yml up -d

Use http://<ip>:8088

Activate (Crack)

Moved Here : activateAtlassianSoftware.md

Use Reverse Proxy

Moved Here : Reverse-Proxy-for-Atlassian.md

Persian Help

P.S

Jira Images

atlassian-software's People

Contributors

beigi-reza avatar ronixtls avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

atlassian-software's Issues

servicemanagement-compose.yml

File modified & Fixed

# servicemanagement-compose.yml 
#   
#         _ _            ____             _           __  ___                                       __ 
#        (_|_)______ _  / __/__ _____  __(_)______   /  |/  /__ ____  ___ ____ ____ __ _  ___ ___  / /_
#       / / / __/ _ `/ _\ \/ -_) __/ |/ / / __/ -_) / /|_/ / _ `/ _ \/ _ `/ _ `/ -_)  ' \/ -_) _ \/ __/
#    __/ /_/_/  \_,_/ /___/\__/_/  |___/_/\__/\__/ /_/  /_/\_,_/_//_/\_,_/\_, /\__/_/_/_/\__/_//_/\__/ 
#   |___/                                                                /___/                         
#   
#   Docker Compose for Run Jira Service Manegment (Servicer Desk)
#   Test for Jira ServiceManegment 8.x ~ 9.x
#   Need  "my-net" Network for Run this File
#   docker network create --driver bridge --subnet=150.50.50.0/24 my-net

version: "3.4"
services:
  servicemanagement:
    image: atlassian/jira-servicemanagement:latest  
    restart: always
    container_name: servicemanagement
    hostname: servicemanagement
    environment:      
      ATL_DB_DRIVER: 'org.postgresql.Driver'
      ATL_DB_TYPE: 'postgres72'
      ATL_JDBC_URL: 'jdbc:postgresql://db-jiras:5432/jira'
      ATL_JDBC_USER: 'jira'
      ATL_JDBC_PASSWORD: '0Ljp%j5x>ELVdt8V47L2'
      #   If Use Reverse Proxy Uncomment this Line
      #ATL_TOMCAT_SCHEME: 'https'
      #ATL_TOMCAT_SECURE: 'true'
      #ATL_PROXY_PORT: '443'
      #ATL_PROXY_NAME: 'jira.my-site.com'
      JAVA_OPTS: '-javaagent:/atlassian-agent.jar'
      JVM_MINIMUM_MEMORY: 512m
      JVM_MAXIMUM_MEMORY: 2048m
    volumes:
      - servicemanagement-vol:/var/atlassian/application-data/jiraservicemanagement
      - ./agent/atlassian-agent.bak:/atlassian-agent.jar:ro
    networks:
      my-net:
    depends_on:
      - postgressql-servicemanagement
    ports:
      - 8090:8080

  postgressql-servicemanagement:
    image: postgres
    restart: always
    container_name: postgressql-servicemanagement
    hostname: postgressql-servicemanagement
    environment:
      POSTGRES_USER: jira
      POSTGRES_PASSWORD: '0Ljp%j5x>ELVdt8V47L2'
    volumes:
      - postgresql-data-servicemanagement:/var/lib/postgresql/data
    networks:
      my-net:
       aliases:
        - db-jiras

networks:
  my-net:
    external: true
volumes:
  postgresql-data-servicemanagement:
    name: postgresql-data-servicemanagement
  servicemanagement-vol:
    name: servicemanagement-vol

1

2

Error opening zip file or JAR manifest missing : /atlassian-agent.jar

Dear Reza,

When I run
docker-compose -f bitbucket-compose.yml up
I get:
WARNING: Found orphan containers (confluence, postgressql-jira, postgressql-confluence, jira) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. Starting bitbucket ... done Starting bitbucket-database ... done Attaching to bitbucket-database, bitbucket bitbucket-database | bitbucket-database | PostgreSQL Database directory appears to contain a database; Skipping initialization bitbucket-database | bitbucket-database | LOG: database system was shut down at 2023-09-02 17:54:03 UTC bitbucket-database | LOG: MultiXact member wraparound protections are now enabled bitbucket-database | LOG: database system is ready to accept connections bitbucket-database | LOG: autovacuum launcher started bitbucket | WARNING:root:###################################################################### bitbucket | WARNING:root:Starting Bitbucket with embedded search service. Note that this is bitbucket | not a recommended configuration and is known to have issues with bitbucket | clean shutdown. Ideally OpenSearch (previously Elasticsearch) should bitbucket | be started in a separate container/pod. bitbucket | WARNING:root:###################################################################### bitbucket | INFO:root:User is currently root. Will downgrade run user to bitbucket bitbucket | INFO:root:Running Bitbucket with command '/opt/atlassian/bitbucket/bin/start-bitbucket.sh', arguments ['/opt/atlassian/bitbucket/bin/start-bitbucket.sh', '-fg'] bitbucket | Starting Atlassian Bitbucket as the current user bitbucket | bitbucket | Starting the bundled search server bitbucket | Hint: Run start-bitbucket.sh --no-search to skip starting the bundled search server bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | Bundled search server started successfully bitbucket | bitbucket | Bitbucket is being run with a umask that contains potentially unsafe settings. bitbucket | The following issues were found with the mask "u=rwx,g=rx,o=rx" (0022): bitbucket | - Access is allowed to 'others'. It is recommended that 'others' be denied bitbucket | all access for security reasons. bitbucket | The recommended umask for Bitbucket is "u=,g=w,o=rwx" (0027) and can be bitbucket | configured in _start-webapp.sh bitbucket | bitbucket | Starting Bitbucket webapp at http://localhost:7990 bitbucket | Error opening zip file or JAR manifest missing : /atlassian-agent.jar bitbucket | Error occurred during initialization of VM bitbucket | agent library failed to init: instrument bitbucket | bitbucket | No PID file was found for the bundled search server bitbucket | WARNING:root:###################################################################### bitbucket | WARNING:root:Starting Bitbucket with embedded search service. Note that this is bitbucket | not a recommended configuration and is known to have issues with bitbucket | clean shutdown. Ideally OpenSearch (previously Elasticsearch) should bitbucket | be started in a separate container/pod. bitbucket | WARNING:root:###################################################################### bitbucket | INFO:root:User is currently root. Will downgrade run user to bitbucket bitbucket | INFO:root:Running Bitbucket with command '/opt/atlassian/bitbucket/bin/start-bitbucket.sh', arguments ['/opt/atlassian/bitbucket/bin/start-bitbucket.sh', '-fg'] bitbucket | Starting Atlassian Bitbucket as the current user bitbucket | bitbucket | Starting the bundled search server bitbucket | Hint: Run start-bitbucket.sh --no-search to skip starting the bundled search server bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | Bundled search server started successfully bitbucket | bitbucket | Bitbucket is being run with a umask that contains potentially unsafe settings. bitbucket | The following issues were found with the mask "u=rwx,g=rx,o=rx" (0022): bitbucket | - Access is allowed to 'others'. It is recommended that 'others' be denied bitbucket | all access for security reasons. bitbucket | The recommended umask for Bitbucket is "u=,g=w,o=rwx" (0027) and can be bitbucket | configured in _start-webapp.sh bitbucket | bitbucket | Starting Bitbucket webapp at http://localhost:7990 bitbucket | Error opening zip file or JAR manifest missing : /atlassian-agent.jar bitbucket | Error occurred during initialization of VM bitbucket | agent library failed to init: instrument bitbucket | bitbucket | No PID file was found for the bundled search server bitbucket exited with code 0 bitbucket | WARNING:root:###################################################################### bitbucket | WARNING:root:Starting Bitbucket with embedded search service. Note that this is bitbucket | not a recommended configuration and is known to have issues with bitbucket | clean shutdown. Ideally OpenSearch (previously Elasticsearch) should bitbucket | be started in a separate container/pod. bitbucket | WARNING:root:###################################################################### bitbucket | INFO:root:User is currently root. Will downgrade run user to bitbucket bitbucket | INFO:root:Running Bitbucket with command '/opt/atlassian/bitbucket/bin/start-bitbucket.sh', arguments ['/opt/atlassian/bitbucket/bin/start-bitbucket.sh', '-fg'] bitbucket | Starting Atlassian Bitbucket as the current user bitbucket | bitbucket | Starting the bundled search server bitbucket | Hint: Run start-bitbucket.sh --no-search to skip starting the bundled search server bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | Bundled search server started successfully bitbucket | bitbucket | Bitbucket is being run with a umask that contains potentially unsafe settings. bitbucket | The following issues were found with the mask "u=rwx,g=rx,o=rx" (0022): bitbucket | - Access is allowed to 'others'. It is recommended that 'others' be denied bitbucket | all access for security reasons. bitbucket | The recommended umask for Bitbucket is "u=,g=w,o=rwx" (0027) and can be bitbucket | configured in _start-webapp.sh bitbucket | bitbucket | Starting Bitbucket webapp at http://localhost:7990 bitbucket | Error occurred during initialization of VM bitbucket | agent library failed to init: instrument bitbucket | Error opening zip file or JAR manifest missing : /atlassian-agent.jar bitbucket | bitbucket | No PID file was found for the bundled search server bitbucket exited with code 0 bitbucket | WARNING:root:###################################################################### bitbucket | WARNING:root:Starting Bitbucket with embedded search service. Note that this is bitbucket | not a recommended configuration and is known to have issues with bitbucket | clean shutdown. Ideally OpenSearch (previously Elasticsearch) should bitbucket | be started in a separate container/pod. bitbucket | WARNING:root:###################################################################### bitbucket | INFO:root:User is currently root. Will downgrade run user to bitbucket bitbucket | INFO:root:Running Bitbucket with command '/opt/atlassian/bitbucket/bin/start-bitbucket.sh', arguments ['/opt/atlassian/bitbucket/bin/start-bitbucket.sh', '-fg'] bitbucket | Starting Atlassian Bitbucket as the current user bitbucket | bitbucket | Starting the bundled search server bitbucket | Hint: Run start-bitbucket.sh --no-search to skip starting the bundled search server bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | Bundled search server started successfully bitbucket | bitbucket | Bitbucket is being run with a umask that contains potentially unsafe settings. bitbucket | The following issues were found with the mask "u=rwx,g=rx,o=rx" (0022): bitbucket | - Access is allowed to 'others'. It is recommended that 'others' be denied bitbucket | all access for security reasons. bitbucket | The recommended umask for Bitbucket is "u=,g=w,o=rwx" (0027) and can be bitbucket | configured in _start-webapp.sh bitbucket | bitbucket | Starting Bitbucket webapp at http://localhost:7990 bitbucket | Error opening zip file or JAR manifest missing : /atlassian-agent.jar bitbucket | Error occurred during initialization of VM bitbucket | agent library failed to init: instrument bitbucket | bitbucket | No PID file was found for the bundled search server bitbucket exited with code 0 bitbucket | WARNING:root:###################################################################### bitbucket | WARNING:root:Starting Bitbucket with embedded search service. Note that this is bitbucket | not a recommended configuration and is known to have issues with bitbucket | clean shutdown. Ideally OpenSearch (previously Elasticsearch) should bitbucket | be started in a separate container/pod. bitbucket | WARNING:root:###################################################################### bitbucket | INFO:root:User is currently root. Will downgrade run user to bitbucket bitbucket | INFO:root:Running Bitbucket with command '/opt/atlassian/bitbucket/bin/start-bitbucket.sh', arguments ['/opt/atlassian/bitbucket/bin/start-bitbucket.sh', '-fg'] bitbucket | Starting Atlassian Bitbucket as the current user bitbucket | bitbucket | Starting the bundled search server bitbucket | Hint: Run start-bitbucket.sh --no-search to skip starting the bundled search server bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | Bundled search server started successfully bitbucket | bitbucket | Bitbucket is being run with a umask that contains potentially unsafe settings. bitbucket | The following issues were found with the mask "u=rwx,g=rx,o=rx" (0022): bitbucket | - Access is allowed to 'others'. It is recommended that 'others' be denied bitbucket | all access for security reasons. bitbucket | The recommended umask for Bitbucket is "u=,g=w,o=rwx" (0027) and can be bitbucket | configured in _start-webapp.sh bitbucket | bitbucket | Starting Bitbucket webapp at http://localhost:7990 bitbucket | Error opening zip file or JAR manifest missing : /atlassian-agent.jar bitbucket | Error occurred during initialization of VM bitbucket | agent library failed to init: instrument bitbucket | bitbucket | No PID file was found for the bundled search server bitbucket exited with code 0 bitbucket | WARNING:root:###################################################################### bitbucket | WARNING:root:Starting Bitbucket with embedded search service. Note that this is bitbucket | not a recommended configuration and is known to have issues with bitbucket | clean shutdown. Ideally OpenSearch (previously Elasticsearch) should bitbucket | be started in a separate container/pod. bitbucket | WARNING:root:###################################################################### bitbucket | INFO:root:User is currently root. Will downgrade run user to bitbucket bitbucket | INFO:root:Running Bitbucket with command '/opt/atlassian/bitbucket/bin/start-bitbucket.sh', arguments ['/opt/atlassian/bitbucket/bin/start-bitbucket.sh', '-fg'] bitbucket | Starting Atlassian Bitbucket as the current user bitbucket | bitbucket | Starting the bundled search server bitbucket | Hint: Run start-bitbucket.sh --no-search to skip starting the bundled search server bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | Bundled search server started successfully bitbucket | bitbucket | Bitbucket is being run with a umask that contains potentially unsafe settings. bitbucket | The following issues were found with the mask "u=rwx,g=rx,o=rx" (0022): bitbucket | - Access is allowed to 'others'. It is recommended that 'others' be denied bitbucket | all access for security reasons. bitbucket | The recommended umask for Bitbucket is "u=,g=w,o=rwx" (0027) and can be bitbucket | configured in _start-webapp.sh bitbucket | bitbucket | Starting Bitbucket webapp at http://localhost:7990 bitbucket | Error occurred during initialization of VM bitbucket | agent library failed to init: instrument bitbucket | Error opening zip file or JAR manifest missing : /atlassian-agent.jar bitbucket | bitbucket | No PID file was found for the bundled search server bitbucket exited with code 0 bitbucket | WARNING:root:###################################################################### bitbucket | WARNING:root:Starting Bitbucket with embedded search service. Note that this is bitbucket | not a recommended configuration and is known to have issues with bitbucket | clean shutdown. Ideally OpenSearch (previously Elasticsearch) should bitbucket | be started in a separate container/pod. bitbucket | WARNING:root:###################################################################### bitbucket | INFO:root:User is currently root. Will downgrade run user to bitbucket bitbucket | INFO:root:Running Bitbucket with command '/opt/atlassian/bitbucket/bin/start-bitbucket.sh', arguments ['/opt/atlassian/bitbucket/bin/start-bitbucket.sh', '-fg'] bitbucket | Starting Atlassian Bitbucket as the current user bitbucket | bitbucket | Starting the bundled search server bitbucket | Hint: Run start-bitbucket.sh --no-search to skip starting the bundled search server bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | Bundled search server started successfully bitbucket | bitbucket | Bitbucket is being run with a umask that contains potentially unsafe settings. bitbucket | The following issues were found with the mask "u=rwx,g=rx,o=rx" (0022): bitbucket | - Access is allowed to 'others'. It is recommended that 'others' be denied bitbucket | all access for security reasons. bitbucket | The recommended umask for Bitbucket is "u=,g=w,o=rwx" (0027) and can be bitbucket | configured in _start-webapp.sh bitbucket | bitbucket | Starting Bitbucket webapp at http://localhost:7990 bitbucket | Error opening zip file or JAR manifest missing : /atlassian-agent.jar bitbucket | Error occurred during initialization of VM bitbucket | agent library failed to init: instrument bitbucket | bitbucket | No PID file was found for the bundled search server bitbucket exited with code 0 bitbucket | WARNING:root:###################################################################### bitbucket | WARNING:root:Starting Bitbucket with embedded search service. Note that this is bitbucket | not a recommended configuration and is known to have issues with bitbucket | clean shutdown. Ideally OpenSearch (previously Elasticsearch) should bitbucket | be started in a separate container/pod. bitbucket | WARNING:root:###################################################################### bitbucket | INFO:root:User is currently root. Will downgrade run user to bitbucket bitbucket | INFO:root:Running Bitbucket with command '/opt/atlassian/bitbucket/bin/start-bitbucket.sh', arguments ['/opt/atlassian/bitbucket/bin/start-bitbucket.sh', '-fg'] bitbucket | Starting Atlassian Bitbucket as the current user bitbucket | bitbucket | Starting the bundled search server bitbucket | Hint: Run start-bitbucket.sh --no-search to skip starting the bundled search server bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | Bundled search server started successfully bitbucket | bitbucket | Bitbucket is being run with a umask that contains potentially unsafe settings. bitbucket | The following issues were found with the mask "u=rwx,g=rx,o=rx" (0022): bitbucket | - Access is allowed to 'others'. It is recommended that 'others' be denied bitbucket | all access for security reasons. bitbucket | The recommended umask for Bitbucket is "u=,g=w,o=rwx" (0027) and can be bitbucket | configured in _start-webapp.sh bitbucket | bitbucket | Starting Bitbucket webapp at http://localhost:7990 bitbucket | Error occurred during initialization of VM bitbucket | agent library failed to init: instrument bitbucket | Error opening zip file or JAR manifest missing : /atlassian-agent.jar bitbucket | bitbucket | No PID file was found for the bundled search server bitbucket exited with code 0 bitbucket | WARNING:root:###################################################################### bitbucket | WARNING:root:Starting Bitbucket with embedded search service. Note that this is bitbucket | not a recommended configuration and is known to have issues with bitbucket | clean shutdown. Ideally OpenSearch (previously Elasticsearch) should bitbucket | be started in a separate container/pod. bitbucket | WARNING:root:###################################################################### bitbucket | INFO:root:User is currently root. Will downgrade run user to bitbucket bitbucket | INFO:root:Running Bitbucket with command '/opt/atlassian/bitbucket/bin/start-bitbucket.sh', arguments ['/opt/atlassian/bitbucket/bin/start-bitbucket.sh', '-fg'] bitbucket | Starting Atlassian Bitbucket as the current user bitbucket | bitbucket | Starting the bundled search server bitbucket | Hint: Run start-bitbucket.sh --no-search to skip starting the bundled search server bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | Bundled search server started successfully bitbucket | bitbucket | Bitbucket is being run with a umask that contains potentially unsafe settings. bitbucket | The following issues were found with the mask "u=rwx,g=rx,o=rx" (0022): bitbucket | - Access is allowed to 'others'. It is recommended that 'others' be denied bitbucket | all access for security reasons. bitbucket | The recommended umask for Bitbucket is "u=,g=w,o=rwx" (0027) and can be bitbucket | configured in _start-webapp.sh bitbucket | bitbucket | Starting Bitbucket webapp at http://localhost:7990 bitbucket | Error occurred during initialization of VM bitbucket | agent library failed to init: instrument bitbucket | Error opening zip file or JAR manifest missing : /atlassian-agent.jar bitbucket | bitbucket | No PID file was found for the bundled search server bitbucket exited with code 0 bitbucket | WARNING:root:###################################################################### bitbucket | WARNING:root:Starting Bitbucket with embedded search service. Note that this is bitbucket | not a recommended configuration and is known to have issues with bitbucket | clean shutdown. Ideally OpenSearch (previously Elasticsearch) should bitbucket | be started in a separate container/pod. bitbucket | WARNING:root:###################################################################### bitbucket | INFO:root:User is currently root. Will downgrade run user to bitbucket bitbucket | INFO:root:Running Bitbucket with command '/opt/atlassian/bitbucket/bin/start-bitbucket.sh', arguments ['/opt/atlassian/bitbucket/bin/start-bitbucket.sh', '-fg'] bitbucket | Starting Atlassian Bitbucket as the current user bitbucket | bitbucket | Starting the bundled search server bitbucket | Hint: Run start-bitbucket.sh --no-search to skip starting the bundled search server bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | Bundled search server started successfully bitbucket | bitbucket | Bitbucket is being run with a umask that contains potentially unsafe settings. bitbucket | The following issues were found with the mask "u=rwx,g=rx,o=rx" (0022): bitbucket | - Access is allowed to 'others'. It is recommended that 'others' be denied bitbucket | all access for security reasons. bitbucket | The recommended umask for Bitbucket is "u=,g=w,o=rwx" (0027) and can be bitbucket | configured in _start-webapp.sh bitbucket | bitbucket | Starting Bitbucket webapp at http://localhost:7990 bitbucket | Error opening zip file or JAR manifest missing : /atlassian-agent.jar bitbucket | Error occurred during initialization of VM bitbucket | agent library failed to init: instrument bitbucket | bitbucket | No PID file was found for the bundled search server bitbucket exited with code 0 bitbucket | WARNING:root:###################################################################### bitbucket | WARNING:root:Starting Bitbucket with embedded search service. Note that this is bitbucket | not a recommended configuration and is known to have issues with bitbucket | clean shutdown. Ideally OpenSearch (previously Elasticsearch) should bitbucket | be started in a separate container/pod. bitbucket | WARNING:root:###################################################################### bitbucket | INFO:root:User is currently root. Will downgrade run user to bitbucket bitbucket | INFO:root:Running Bitbucket with command '/opt/atlassian/bitbucket/bin/start-bitbucket.sh', arguments ['/opt/atlassian/bitbucket/bin/start-bitbucket.sh', '-fg'] bitbucket | Starting Atlassian Bitbucket as the current user bitbucket | bitbucket | Starting the bundled search server bitbucket | Hint: Run start-bitbucket.sh --no-search to skip starting the bundled search server bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | Bundled search server started successfully bitbucket | bitbucket | Bitbucket is being run with a umask that contains potentially unsafe settings. bitbucket | The following issues were found with the mask "u=rwx,g=rx,o=rx" (0022): bitbucket | - Access is allowed to 'others'. It is recommended that 'others' be denied bitbucket | all access for security reasons. bitbucket | The recommended umask for Bitbucket is "u=,g=w,o=rwx" (0027) and can be bitbucket | configured in _start-webapp.sh bitbucket | bitbucket | Starting Bitbucket webapp at http://localhost:7990 bitbucket | Error opening zip file or JAR manifest missing : /atlassian-agent.jar bitbucket | Error occurred during initialization of VM bitbucket | agent library failed to init: instrument bitbucket | bitbucket | No PID file was found for the bundled search server bitbucket exited with code 0 bitbucket | WARNING:root:###################################################################### bitbucket | WARNING:root:Starting Bitbucket with embedded search service. Note that this is bitbucket | not a recommended configuration and is known to have issues with bitbucket | clean shutdown. Ideally OpenSearch (previously Elasticsearch) should bitbucket | be started in a separate container/pod. bitbucket | WARNING:root:###################################################################### bitbucket | INFO:root:User is currently root. Will downgrade run user to bitbucket bitbucket | INFO:root:Running Bitbucket with command '/opt/atlassian/bitbucket/bin/start-bitbucket.sh', arguments ['/opt/atlassian/bitbucket/bin/start-bitbucket.sh', '-fg'] bitbucket | Starting Atlassian Bitbucket as the current user bitbucket | bitbucket | Starting the bundled search server bitbucket | Hint: Run start-bitbucket.sh --no-search to skip starting the bundled search server bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | Bundled search server started successfully bitbucket | bitbucket | Bitbucket is being run with a umask that contains potentially unsafe settings. bitbucket | The following issues were found with the mask "u=rwx,g=rx,o=rx" (0022): bitbucket | - Access is allowed to 'others'. It is recommended that 'others' be denied bitbucket | all access for security reasons. bitbucket | The recommended umask for Bitbucket is "u=,g=w,o=rwx" (0027) and can be bitbucket | configured in _start-webapp.sh bitbucket | bitbucket | Starting Bitbucket webapp at http://localhost:7990 bitbucket | Error opening zip file or JAR manifest missing : /atlassian-agent.jar bitbucket | Error occurred during initialization of VM bitbucket | agent library failed to init: instrument bitbucket | bitbucket | No PID file was found for the bundled search server bitbucket exited with code 0 bitbucket | WARNING:root:###################################################################### bitbucket | WARNING:root:Starting Bitbucket with embedded search service. Note that this is bitbucket | not a recommended configuration and is known to have issues with bitbucket | clean shutdown. Ideally OpenSearch (previously Elasticsearch) should bitbucket | be started in a separate container/pod. bitbucket | WARNING:root:###################################################################### bitbucket | INFO:root:User is currently root. Will downgrade run user to bitbucket bitbucket | INFO:root:Running Bitbucket with command '/opt/atlassian/bitbucket/bin/start-bitbucket.sh', arguments ['/opt/atlassian/bitbucket/bin/start-bitbucket.sh', '-fg'] bitbucket | Starting Atlassian Bitbucket as the current user bitbucket | bitbucket | Starting the bundled search server bitbucket | Hint: Run start-bitbucket.sh --no-search to skip starting the bundled search server bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | Bundled search server started successfully bitbucket | bitbucket | Bitbucket is being run with a umask that contains potentially unsafe settings. bitbucket | The following issues were found with the mask "u=rwx,g=rx,o=rx" (0022): bitbucket | - Access is allowed to 'others'. It is recommended that 'others' be denied bitbucket | all access for security reasons. bitbucket | The recommended umask for Bitbucket is "u=,g=w,o=rwx" (0027) and can be bitbucket | configured in _start-webapp.sh bitbucket | bitbucket | Starting Bitbucket webapp at http://localhost:7990 bitbucket | Error opening zip file or JAR manifest missing : /atlassian-agent.jar bitbucket | Error occurred during initialization of VM bitbucket | agent library failed to init: instrument bitbucket | bitbucket | No PID file was found for the bundled search server bitbucket exited with code 0 bitbucket | WARNING:root:###################################################################### bitbucket | WARNING:root:Starting Bitbucket with embedded search service. Note that this is bitbucket | not a recommended configuration and is known to have issues with bitbucket | clean shutdown. Ideally OpenSearch (previously Elasticsearch) should bitbucket | be started in a separate container/pod. bitbucket | WARNING:root:###################################################################### bitbucket | INFO:root:User is currently root. Will downgrade run user to bitbucket bitbucket | INFO:root:Running Bitbucket with command '/opt/atlassian/bitbucket/bin/start-bitbucket.sh', arguments ['/opt/atlassian/bitbucket/bin/start-bitbucket.sh', '-fg'] bitbucket | Starting Atlassian Bitbucket as the current user bitbucket | bitbucket | Starting the bundled search server bitbucket | Hint: Run start-bitbucket.sh --no-search to skip starting the bundled search server bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | Bundled search server started successfully bitbucket | bitbucket | Bitbucket is being run with a umask that contains potentially unsafe settings. bitbucket | The following issues were found with the mask "u=rwx,g=rx,o=rx" (0022): bitbucket | - Access is allowed to 'others'. It is recommended that 'others' be denied bitbucket | all access for security reasons. bitbucket | The recommended umask for Bitbucket is "u=,g=w,o=rwx" (0027) and can be bitbucket | configured in _start-webapp.sh bitbucket | bitbucket | Starting Bitbucket webapp at http://localhost:7990 bitbucket | Error opening zip file or JAR manifest missing : /atlassian-agent.jar bitbucket | Error occurred during initialization of VM bitbucket | agent library failed to init: instrument bitbucket | bitbucket | No PID file was found for the bundled search server bitbucket exited with code 0 bitbucket | WARNING:root:###################################################################### bitbucket | WARNING:root:Starting Bitbucket with embedded search service. Note that this is bitbucket | not a recommended configuration and is known to have issues with bitbucket | clean shutdown. Ideally OpenSearch (previously Elasticsearch) should bitbucket | be started in a separate container/pod. bitbucket | WARNING:root:###################################################################### bitbucket | INFO:root:User is currently root. Will downgrade run user to bitbucket bitbucket | INFO:root:Running Bitbucket with command '/opt/atlassian/bitbucket/bin/start-bitbucket.sh', arguments ['/opt/atlassian/bitbucket/bin/start-bitbucket.sh', '-fg'] bitbucket | Starting Atlassian Bitbucket as the current user bitbucket | bitbucket | Starting the bundled search server bitbucket | Hint: Run start-bitbucket.sh --no-search to skip starting the bundled search server bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | warning: ignoring JAVA_OPTS=-javaagent:/atlassian-agent.jar; pass JVM parameters via OPENSEARCH_JAVA_OPTS bitbucket | Bundled search server started successfully bitbucket | bitbucket | Bitbucket is being run with a umask that contains potentially unsafe settings. bitbucket | The following issues were found with the mask "u=rwx,g=rx,o=rx" (0022): bitbucket | - Access is allowed to 'others'. It is recommended that 'others' be denied bitbucket | all access for security reasons. bitbucket | The recommended umask for Bitbucket is "u=,g=w,o=rwx" (0027) and can be bitbucket | configured in _start-webapp.sh bitbucket | bitbucket | Starting Bitbucket webapp at http://localhost:7990 bitbucket | Error opening zip file or JAR manifest missing : /atlassian-agent.jar bitbucket | Error occurred during initialization of VM bitbucket | agent library failed to init: instrument bitbucket | bitbucket | No PID file was found for the bundled search server bitbucket exited with code 0

confluence-compose.yml

I was getting the error and the state of the container is always set to restart forever

container logs:

Server startup logs are located in /opt/atlassian/confluence/logs/catalina.out
---------------------------------------------------------------------------
Using Java: /opt/java/openjdk/bin/java
2023-08-14 14:43:46,474 INFO [main] [atlassian.confluence.bootstrap.SynchronyProxyWatchdog] A Context element for ${confluence.context.path}/synchrony-proxy is found in /opt/atlassian/confluence/conf/server.xml. No further action is required
---------------------------------------------------------------------------
NOTE: Picked up JDK_JAVA_OPTIONS:  --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
Error occurred during initialization of VM
agent library failed to init: instrument
Error opening zip file or JAR manifest missing : /atlassian-agent.jar
INFO:root:Generating /opt/atlassian/confluence/conf/server.xml from template server.xml.j2
INFO:root:Generating /opt/atlassian/confluence/confluence/WEB-INF/classes/seraph-config.xml from template seraph-config.xml.j2
INFO:root:Generating /opt/atlassian/confluence/confluence/WEB-INF/classes/confluence-init.properties from template confluence-init.properties.j2
INFO:root:/var/atlassian/application-data/confluence/confluence.cfg.xml exists; skipping.
INFO:root:User is currently root. Will downgrade run user to confluence
WARNING:root:Unsetting environment var ATL_JDBC_PASSWORD
INFO:root:Running Confluence with command '/opt/atlassian/confluence/bin/start-confluence.sh', arguments ['/opt/atlassian/confluence/bin/start-confluence.sh', '-fg']
executing as current user
If you encounter issues starting up Confluence, please see the Installation guide at http://confluence.atlassian.com/display/DOC/Confluence+Installation+Guide

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.