[jdoe@mySCserver bin]./syndeia-cloud_install.bash
Thu Nov 27 07:56:52 EST 2025 [warn] ./syndeia-cloud_install.bash, PID=297783: - /etc/sudoers.d/syndeia-cloud already exists. Skipping copy to avoid overwriting.
Thu Nov 27 07:56:52 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - checking for existing entry for user 'jdoe'
Thu Nov 27 07:56:53 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - adding new entry for user 'jdoe'
Thu Nov 27 07:56:53 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - setting proper permissions on sudoers file
Thu Nov 27 07:56:53 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - validating sudoers file syntax
/etc/sudoers.d/syndeia-cloud: parsed OK
OVERVIEW: This script will install, configure, and start all Syndeia Cloud (SC) 3.7.1 services for a single-node deployment (multi-node deployment will require some additional customization).
GENERAL USAGE: syndeia-cloud_install.bash [--kafka_version=|-k_v <KAFKA_version>] [--SC_version=|-SC_v <SC_version>] [--skip_devops|-s] [--upgrade[_new_conf]|-u[_nc]] [--multi_node|-m] [--super_user_pw=|-su_pw <super_user_pw>] [--automated|-a] [--verbose|-v] [--debug|-d]
... where:
[<KAFKA_version>] = optional KAFKA version, defaults to "current" if unspecified
[<SC_version>] = optional, Syndeia Cloud version, defaults to 3.7.1 if unspecified
[--upgrade|-u] = optional, default is to drop existing keyspaces, run devops actions at end, & archive Kafka logs; if enabled, this will keep existing keyspaces & omit the following: running super.user devops action + Kafka log archiving
[--upgrade_new_conf|-u_nc] = optional, same as --upgrade|-u except use new conf files and copy in old for manual merging, any 3rd-party libs files will also need to be manually reinstalled (NOTE, keystore will still be copied over if it exists but you will need to manually re-enable it in the web-gateway's application.conf)
[--skip_devops|-s] = optional, default is run devops actions; if enabled, this will skip running the devops actions at the end
[--multi_node|-m] = optional, default is to assume single-node; if enabled, this will patch systemd .service files to not assume a single-node topology deployment
[--super_user_pw|-su_pw] = optional, switch to specify the super.user password if it has been changed
[--automated|-a] = optional, default is to run in (mostly) interactive mode; if enabled, this will run non-interactively and use exported environment vars instead, if any (see sc_automated_settings-rc template file)
[--verbose] = optional, default is off, if enabled, zip extractions will list all files extracted
[--debug] = optional, default is off, if enabled, all services are launched via a screen session with multiple windows to tail the logs, also enables JMX (WARNING: requires first setting up JVM's JMX auth (see https://docs.oracle.com/en/java/javase/11/management/monitoring-and-management-using-jmx-technology.html#GUID-805517EC-2D33-4D61-81D8-4D0FA770D1B8)), JMX port #s listed under "JMX port definitions:"
In interactive mode you will be prompted for the following:
- your syndeia_admin password,
- Cassandra/JanusGraph (JG) hostname,
- Apache Kafka hostname,
- Apache Kafka installed path,
- Syndeia Cloud (SC) hostname
(i) Note: you may be also prompted for sudo authentication
DETAIL: Specifically this script will:
- install Syndeia Cloud 3.7.1 to /opt/icx/syndeia-cloud-3.7.1 (default),
- install provided .lic license file, if any, during fresh install, or copy from prior version if upgrading (if no license file is provided, user will be prompted for floating license server FQDN)
- make syndeia-cloud:syndeia-cloud the owner,
- configure the application.conf files if necessary,
- generate a concatenated schema file,
- stop any existing Syndeia Cloud 3.7.1, 3.6, 3.5, 3.4, 3.3, or 3.2 processes,
- update/create a "current" symlink to the installed version,
- stop the Janusgraph service,
- stop the Kafka service,
- archive any old Kafka logs,
- drop any old keyspaces & generate the new schema in the DB (Cassandra),
- start Kafka service,
- start Janusgraph service,
- install a tmpfiles.d .conf file for syndeia-cloud,
- install sudoers file for syndeia-cloud,
- install systemd .target and .service files for syndeia-cloud microservices
- start all Syndeia Cloud microservices,
- create the superuser account, and
- create some sample test data.
REQUIREMENTS: SOFTWARE:
BASH v4.4.12(1)+
+ Apache Cassandra 4.1.9+ installed and running
+ JanusGraph 1.0.0
+ Apache Zookeeper 3.8.4 installed and running
+ Apache Kafka 2.13-3.7.1.0 installed
+ systemd 219+
+ systemd .service files installed for {Cassandra,JanusGraph,Kafka}
+ GNU sed 4.2.2+
+ GNU tr 8.2.2+ (part of GNU coreutils)
+ Info-Zip unzip 6.0+
(+ GNU screen 4.03.01+ installed, only for debug mode)
REQUIREMENTS: LICENSING:
- Fresh Install: at least one .lic file provided in SC setup script (./syndeia-cloud_install.bash)'s 'conf' dir (it can be a server node-locked or a floating pointer file). If no .lic file is provided:
- interactive mode: user will be prompted for LS host, RLM port and ISV port of a floating license server.
- automated (--automated|-a) mode: setup script will exit with an error if SC_license_file_dir is not set (see sc_automated_settings-rc template file), or is set and no (valid) file exists at that location.
- Upgrade Install: at least one .lic file provided in /opt/icx/syndeia-cloud-3.7.1/web-gateway-.../license OR SC setup script (./syndeia-cloud_install.bash)'s 'conf' dir (it can be a server node-locked or a floating pointer file). If no .lic file is provided:
- interactive mode: user will be prompted for LS host, RLM port, and ISV port of a floating license server.
- automated (--automated|-a) mode: setup script will exit with an error if SC_license_file_dir is not set (see sc_automated_settings-rc template file), or set and no (valid) file exists at that location.
VERSIONS:
2019-06-10, BKM: v0.1: Initial
2019-12-10, BKM: v0.9: Small fixes
2020-01-22, BKM: v1.1: Update for SC 3.4
2020-01-22, BKM: v1.2: Update for SC 3.4: add new services: confluence, github, twc(loud), wc
2020-08-17, BKM: v1.3: Update for SC 3.4: add new services: bitbucket, gitlab; re-number ports
2019-09-24, BKM: v1.4: Small updates (ported improvements from 3.3 script, fixed comments/messages)
2020-10-14, BKM: v1.5: Update for SC 3.4: add new services: aras; re-number ports; remove extraneous comments
2020-10-21, BKM: v1.6: Update for SC 3.4: add new services: sysmlv2
2020-10-28, BKM: v1.7: Update for SC 3.4: add new services: testrail
2020-11-19, BKM: v1.8: Update for SC 3.4: add new services: doors
2021-01-06, BKM: v1.9: Update for SC 3.4-v2: add --upgrade|-u option
2021-01-13, BKM: v2.0: sc-auth.service: sed replace localhost with what user specifies during install; upgrade: keep Kafka logs also
2021-01-13, BKM: v2.1: Update for SC 3.4: add new services: artifactory
2021-01-14, BKM: v2.2: Update for SC 3.4: add --skip_devops action option
2021-01-21, BKM: v2.3: Update for SC 3.4: chown /opt/icx vs just /opt/icx/syndeia-cloud-<version>, disable SC 3.2 service if exists; fix skip_devops check
2021-04-02, BKM: v2.4: Update for SC 3.4: add --upgrade_new_conf|-u_nc to not copy in old conf file settings
2021-04-02, BKM: v2.4: Update for SC 3.4: add -q to zip extractions by default, add --verbose|-v option (currently only makes zip more verbose, ie: remove -q, and silences grep confirmation output), make unzips more precise to avoid "cautions" also
2021-05-25, BKM: v2.5: Update for SC 3.4: Make "1.0-SNAPSHOT" a variable
2021-05-31, BKM: v2.6: Update for SC 3.4: add --automated|-a action option for running non-interactively + template for environment vars that can be set (see sc_automated_settings-rc); quote services wildcard: 'sc-*'
2021-09-29, BKM: v2.9: SC 3.4.1 (SP1): change hardcoded /opt/kafka-current to KAFKA_HOME (some customers have non-standard custom installation path requirements to /opt/local vs /opt)
2021-10-05, BKM: v3.0: SC 3.4.1 (SP1): SYN-2336, SYN-2330: extract out janusconfigurationString.yaml too, add support for dual/multi-node deployment topologies (--multi_node|-m): configure janusconfiguration{,String}.yaml with jg_host + syndeia_admin_pw + update installed .service & .target files
2021-10-06, BKM: v3.1: SC 3.4.1 (SP1): SYN-2345: fix --upgrade|-u as it doesn't properly copy over old .conf files when snapshot version changes
2021-10-14, BKM: v3.2: SC 3.4.1 (SP1): tweak all_files_exist() logic
2021-11-15, BKM: v3.3: SC 3.5: add PLAY_SECRET since Lagom v1.6.5 seems to now require setting it something more complicated than "whatever"
2022-01-11, BKM: v3.4: SC 3.5: SYN-2336, SYN-2330: add support for dual/multi-node deployment topologies (--multi_node|-m): configure janusconfiguration{,String}.yaml with jg_host + syndeia_admin_pw + update installed .service & .target files
2022-01-27, BKM: v3.5: SC 3.5: add new services: volta
2022-01-21, BKM: v3.6: SC 3.5: add SC_snapshot_version_old, defaults to 3.4-SP1, use in --upgrade|-u and --upgrade_new_conf|-u_nc mode (previous implementation was only useful for development testing)
2022-03-11, BKM: v3.7.1: SC 3.5: add new services: collaborator
2022-03-24, BKM: v3.8: SC 3.5: SYN-2449: switch to using build provided /conf/ files by default except for select services
2022-03-25, BKM: v3.9: SC 3.5: SYN-2550: SC: 1. setup doesn't take into account different SC_snapshot_versions when upgrading
2022-04-18, BKM: v3.10: SC 3.5: Make SC services start on boot
2022-04-28, BKM: v3.11: SC 3.5: SYN-2444: add timestamps to log output
2022-05-18, BKM: v3.12: SC 3.5: SYN-2470: add support for new 'restful' service
2022-06-21, BKM: v3.13: SC 3.5: Set SC_snapshot_version_old default to 3.4-SP3
2022-08-18, BKM: v3.14: SC 3.5: SYN-2444, SYN-2752: Remove unused social auth providers, remove existing closing brace before EOF, add new LDAP group settings, add new SAML2 settings
2022-08-23, BKM: v3.15: SC 3.5: SYN-2444, SYN-2752, SYN-2851: --upgrade|-u: Update web-gateway's application.conf settings to add all new services from 3.4-SP3, set PLAY_SECRET, update play.filters.headers.contentSecurityPolicy, add play.filters.headers.allowActionSpecificHeaders = true, make LDAP Group + SAML upgrade sections more idempotent
2022-08-24, BKM: v3.16: SC 3.5: SYN-2848, SYN-2850 (PR #743, PR #744): fresh install + --upgrade|-u: implement corresponding changes to setup new or upgrade LDAP(S) settings
2022-08-26, BKM: v3.17: SC 3.5: SYN-2855: --upgrade|-u || --upgrade_new_conf|-u_nc: make this now run setup action since 3.4 to 3.5 introduced new integrations
2022-08-31, BKM: v4.0: SC 3.5: SYN-2858: remove dead code dealing with unnecessary stopping/starting of JG service (legacy artifact from when JG setup was part of this setup)
2022-11-30, BKM: v4.1: SC 3.6: Bump up to 3.6
2022-11-09, BKM: v4.2: SC 3.6: SYN-2917: SC setup update for password to sc-graph's janusconfiguration.yaml and janusconfigurationString.yaml should be less fragile.
2023-03-20, BKM: v4.3: SC 3.6: Update more 3.5 refs to 3.6
2023-03-20, BKM: v4.3: SC 3.6: SYN-3762: add support for new (NON-RESTful) DSE3 service
2023-04-19, KP: v4.4: SC 3.6: SYN-3847: add support for new genesys service
2023-04-19, KP: v4.5: SC 3.6: SYN-3848: add support for new (NON-RESTful) teamcenter service
2023-06-06, BKM: v4.6: SC 3.6: SYN-3166: Advanced Topologies: add support where kafka may not be on localhost
2023-06-27, KP: v4.7: SC 3.6: SYN-3944: add support for new dscr service
2023-06-27, KP: v4.8: SC 3.6: SYN-4141: add support for new digital-thread service
2024-03-05, BKM: v4.9: SC 3.6: SYN-4259: add support for porting devops configuration when HTTPS is enabled
2024-08-23, BKM: v5.0: SC 3.6-SP1: SYN-4794: add support for porting 3rd-party libs during upgrades
2025-01-28, PK: v5.1: SC 3.7.1 SYN-5058: add support for new polarion service
2025-01-31, PK: v5.2: SC 3.7.1 SYN-5058: add support for new codebeamer service
2025-03-10, AS: v5.3: SC 3.7.1: Add support for new pipeline service
2025-03-18, JP: v5.4: SC 3.7.1: SYN-5020: add support for licensing check + installation / upgrade
2025-07-17, BKM: v5.5: SC 3.7.1: SYN-5370: add support for Azure DevOps (ADO)
2025-07-18, JP: v5.6: SC 3.7.1: SYN-5359: add support for Solidworks PDM (SWPDM)
[press any key to when ready or hit ^C to cancel]
Thu Nov 27 07:56:54 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Now creating install dir...
Thu Nov 27 07:56:54 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Now creating run dir...
Thu Nov 27 07:56:54 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Setting up web-gateway and licenses
Thu Nov 27 07:56:54 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Extracting web-gateway zip file
Thu Nov 27 07:56:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Web-gateway extracted to /opt/icx/syndeia-cloud-3.7.1
Thu Nov 27 07:56:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Found template license file(s) from installation package
Thu Nov 27 07:56:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Renamed template file: LicensePointer.lic → LicensePointer.lic.template
Thu Nov 27 07:56:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Checking for licenses in various locations...
Thu Nov 27 07:56:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - [PRIORITY 1] Checking installer license directory: /home/jdoe/syndeia-cloud-3.7.1/license
Thu Nov 27 07:56:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Scanning directory /home/jdoe/syndeia-cloud-3.7.1/license for .lic files
Thu Nov 27 07:56:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - No .lic files found in /home/jdoe/syndeia-cloud-3.7.1/license
Thu Nov 27 07:56:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - [PRIORITY 3] Checking home dir: /home/jdoe
Thu Nov 27 07:56:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Scanning directory /home/jdoe for .lic files
Thu Nov 27 07:56:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - No .lic files found in /home/jdoe
Thu Nov 27 07:56:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Selecting license source based on priority...
Thu Nov 27 07:56:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - No valid licenses found, user will be prompted
╔════════════════════════════════════════════════════════════╗
║ NO VALID LICENSE FILE DETECTED ║
║ Syndeia Cloud requires a valid license to operate. ║
╚════════════════════════════════════════════════════════════╝
╔═════════════════════════════════════════════════════════════════════════════════════╗
║ There are two types of licenses: ║
║ ║
║ - Node-Locked License: ║
║ - Tied to the hardware of this specific server ║
║ - License file starts with: LICENSE intercax syndeia... ║
║ ║
║ - Floating License Pointer File: ║
║ - Uses a license from a Reprise License Manager (RLM) server ║
║ - License pointer file specifies connection to your license server ║
║ - Contains: HOST <server> ANY <port> ║
║ ISV intercax port=<port> ║
║ ║
║ You have the following options to proceed with: ║
║ 1) Create a floating license pointer file now (if you have an RLM server) ║
║ 2) Abort the installation and obtain a proper license file (help.intercax.com) ║
╚═════════════════════════════════════════════════════════════════════════════════════╝
╔═══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
║ If you choose to abort, you can place a valid license file in one of these locations before running the installation again: ║
║ - Your home directory: /home/jdoe ║
║ - The installer's license directory: /home/jdoe/syndeia-cloud-3.7.1/license ║
╚═══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
╔═════════════════════════════════════════════════════════════════════════════════╗
║ Please select an option (1 to create a floating license pointer, 2 to abort): ║
╚═════════════════════════════════════════════════════════════════════════════════╝
Please enter your response below:
➤ 1
╔════════════════════════════════════════════════════════════╗
║ Enter your license server hostname: ║
╚════════════════════════════════════════════════════════════╝
Please enter your response below:
➤ SC-LicenseServer.domain.tld
╔════════════════════════════════════════════════════════════╗
║ Enter the RLM port (default: 5053): ║
╚════════════════════════════════════════════════════════════╝
Please enter your response below:
➤ 5053
╔════════════════════════════════════════════════════════════╗
║ Enter the ISV port (default: 5055): ║
╚════════════════════════════════════════════════════════════╝
Please enter your response below:
➤ 5055
╔════════════════════════════════════════════════════════════╗
║ License pointer file created successfully: ║
║ - License server: SC-LicenseServer.domain.tld ║
║ - RLM port: 5053 ║
║ - ISV port: 5055 ║
╚════════════════════════════════════════════════════════════╝
Thu Nov 27 07:57:08 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Created license pointer file at /opt/icx/syndeia-cloud-3.7.1/web-gateway-3.7.1/license/SC-LicenseServer.domain.tld.lic
Thu Nov 27 07:57:08 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - License server: SC-LicenseServer.domain.tld
Thu Nov 27 07:57:08 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - RLM port: 5053
Thu Nov 27 07:57:08 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - ISV port: 5055
Thu Nov 27 07:57:08 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - License configuration complete
Thu Nov 27 07:57:08 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Using manually created license pointer file
Thu Nov 27 07:57:08 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - License source selection complete: manual
Thu Nov 27 07:57:08 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Installing license from source: manual
Thu Nov 27 07:57:08 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Cleaning up previous license files in /opt/icx/syndeia-cloud-3.7.1/web-gateway-3.7.1/license
Thu Nov 27 07:57:08 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - No license files to clean up in /opt/icx/syndeia-cloud-3.7.1/web-gateway-3.7.1/license
Thu Nov 27 07:57:08 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Using manually created license file at /opt/icx/syndeia-cloud-3.7.1/web-gateway-3.7.1/license/SC-LicenseServer.domain.tld.lic
╔════════════════════════════════════════════════════════════╗
║ License installation complete ║
╚════════════════════════════════════════════════════════════╝
Thu Nov 27 07:57:08 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Validating license with web-gateway: /opt/icx/syndeia-cloud-3.7.1/web-gateway-3.7.1/license/SC-LicenseServer.domain.tld.lic (license-pointer)
Thu Nov 27 07:57:08 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Starting web-gateway license validation...
Thu Nov 27 07:57:08 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Changing to parent directory
Thu Nov 27 07:57:08 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Starting license validation test (timeout: 30s)
Thu Nov 27 07:57:08 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Running web-gateway for license validation
Thu Nov 27 07:57:08 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Coprocess started with PID 297967
Thu Nov 27 07:57:10 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Web-gateway logging initialized
╔════════════════════════════════════════════════════════════════╗
║ License validation successful. Continuing with installation. ║
╚════════════════════════════════════════════════════════════════╝
./syndeia-cloud_install.bash: line 1776: 297967 Terminated coproc LICENSE_PROC { sudo -E -u syndeia-cloud "$binary" -Dconfig.file="${BASE_DIR}/conf/application.conf" -Dlogger.file="${BASE_DIR}/conf/prod-logback.xml" -Duser.dir="${BASE_DIR}" -DXmx512M -DXms512M -XX:+UnlockDiagnosticVMOptions -XX:LogFile="${SC_HOME}/logs/web-gateway_license_test.log" -DXloggc:web-gateway_license_test_gc.log -Dtest.license.only=true; } 2> "$stderr_file"
Thu Nov 27 07:57:15 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Returning to original directory
Thu Nov 27 07:57:15 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - License setup and validation completed successfully
- Enter password for the Cassandra syndeia_admin user created during JanusGraph setup: syn45ia
- Enter Cassandra host / FQDN, ie: cassandra.mydomain.com, localhost, etc.: localhost
- Enter JanusGraph host / FQDN, ie: jg.mydomain.com, localhost, etc.: localhost
- Enter Apache Kafka host / FQDN, ie: kafka.mydomain.com, localhost, etc.: localhost
- Enter Apache Kafka installed path, ie: /opt/kafka-current: /opt/kafka-current
- Do you wish to configure LDAP? [y|n]:
1) Y
2) N
#? N
- Enter Syndeia Cloud (SC) host / FQDN used for port check, ie: localhost, cassandra.mydomain.com, syndeia-cloud33.mydomain.com, sc33.mydomain.com, etc.: localhost
Thu Nov 27 07:57:24 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Checking if any SC 3.2 service file exist...
Thu Nov 27 07:57:24 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Checking if any SC 3.3/3.4/3.5/3.6/3.7.1 service files exist...
Thu Nov 27 07:57:24 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - systemd services for SC 3.3/3.4/3.5/3.6/3.7.1 detected...
Thu Nov 27 07:57:24 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Stop SC 3.3/3.4/3.5/3.6/3.7.1 services if running...
Thu Nov 27 07:57:26 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Check if any "syndeia-cloud" (debug) processes exist...
Thu Nov 27 07:57:26 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud not detected running.
Thu Nov 27 07:57:26 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzip sub-packages...
Thu Nov 27 07:57:26 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping aras-impl-3.7.1.zip...
Thu Nov 27 07:57:27 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping artifactory-impl-3.7.1.zip...
Thu Nov 27 07:57:28 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping auth-impl-3.7.1.zip...
Thu Nov 27 07:57:30 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping azure-devops-impl-3.7.1.zip...
Thu Nov 27 07:57:31 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping bitbucket-impl-3.7.1.zip...
Thu Nov 27 07:57:32 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping codebeamer-impl-3.7.1.zip...
Thu Nov 27 07:57:33 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping collaborator-impl-3.7.1.zip...
Thu Nov 27 07:57:34 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping confluence-impl-3.7.1.zip...
Thu Nov 27 07:57:35 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping devops-3.7.1.zip...
Thu Nov 27 07:57:36 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping digital-thread-impl-3.7.1.zip...
Thu Nov 27 07:57:37 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping doors-impl-3.7.1.zip...
Thu Nov 27 07:57:38 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping dscr-impl-3.7.1.zip...
Thu Nov 27 07:57:39 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping dse3-impl-3.7.1.zip...
Thu Nov 27 07:57:40 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping genesys-impl-3.7.1.zip...
Thu Nov 27 07:57:41 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping github-impl-3.7.1.zip...
Thu Nov 27 07:57:42 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping gitlab-impl-3.7.1.zip...
Thu Nov 27 07:57:42 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping graph-impl-3.7.1.zip...
Thu Nov 27 07:57:44 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping jama-impl-3.7.1.zip...
Thu Nov 27 07:57:44 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping jira-impl-3.7.1.zip...
Thu Nov 27 07:57:45 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping pipeline-impl-3.7.1.zip...
Thu Nov 27 07:57:46 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping polarion-impl-3.7.1.zip...
Thu Nov 27 07:57:47 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping restful-impl-3.7.1.zip...
Thu Nov 27 07:57:48 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping store-impl-3.7.1.zip...
Thu Nov 27 07:57:49 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping swpdm-impl-3.7.1.zip...
Thu Nov 27 07:57:50 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping SyndeiaCloudCycloneDxBoms_3.7.1.zip...
Thu Nov 27 07:57:50 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping sysmlv2-impl-3.7.1.zip...
Thu Nov 27 07:57:51 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping teamcenter-impl-3.7.1.zip...
Thu Nov 27 07:57:52 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping teamworkcloud-impl-3.7.1.zip...
Thu Nov 27 07:57:53 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping testrail-impl-3.7.1.zip...
Thu Nov 27 07:57:53 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping volta-impl-3.7.1.zip...
Thu Nov 27 07:57:54 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping web-gateway-3.7.1.zip...
Thu Nov 27 07:57:54 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: web-gateway already extracted during licensing validation, skipping extraction.
Thu Nov 27 07:57:54 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping windchill-impl-3.7.1.zip...
Thu Nov 27 07:57:55 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzip web-gateway conf files as text...
Thu Nov 27 07:57:55 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Take recursive ownership of install dir...
Thu Nov 27 07:57:55 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Create logs folder + store-impl auth-impl graph-impl aras-impl artifactory-impl azure-devops-impl bitbucket-impl codebeamer-impl collaborator-impl confluence-impl digital-thread-impl doors-impl dscr-impl dse3-impl jama-impl jira-impl genesys-impl github-impl gitlab-impl pipeline-impl polarion-impl restful-impl swpdm-impl sysmlv2-impl teamcenter-impl teamworkcloud-impl testrail-impl volta-impl windchill-impl service conf folders...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzip store-impl auth-impl graph-impl aras-impl artifactory-impl azure-devops-impl bitbucket-impl codebeamer-impl collaborator-impl confluence-impl digital-thread-impl doors-impl dscr-impl dse3-impl jama-impl jira-impl genesys-impl github-impl gitlab-impl pipeline-impl polarion-impl restful-impl swpdm-impl sysmlv2-impl teamcenter-impl teamworkcloud-impl testrail-impl volta-impl windchill-impl conf files as text...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping store-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping auth-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping graph-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping aras-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping artifactory-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping azure-devops-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping bitbucket-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping codebeamer-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping collaborator-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping confluence-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping digital-thread-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping doors-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping dscr-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping dse3-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping jama-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping jira-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping genesys-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping github-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping gitlab-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping pipeline-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping polarion-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping restful-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping swpdm-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping sysmlv2-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping teamcenter-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping teamworkcloud-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping testrail-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping volta-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping windchill-impl conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzipping devops conf files...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Setting lagom.circuit-breaker call-timeout = 120 seconds in auth service's application.conf to avoid circuit breaker timeouts...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Unzip graph service's JanusGraph configuration .yaml file as text...
Thu Nov 27 07:57:56 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Configure all services' application.conf files...
Thu Nov 27 07:57:57 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - setup_LDAP is false and/or upgrade is true: LDAP settings will not be updated in silhouette.conf from build
Thu Nov 27 07:57:57 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Generate concatenated gen-schema.cql file...
Thu Nov 27 07:57:58 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Apache Kafka installed locally, stopping Kafka to archive any previous logs, if any...
Thu Nov 27 07:57:58 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - tar old Apache Kafka logs folder (to prevent any interference if this is a re-install)...
Thu Nov 27 07:57:58 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: -
tar: Removing leading `/' from member names
Thu Nov 27 07:57:59 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Drop old keyspaces and import concatenated schema...
Warning: Using a password on the command line interface can be insecure.
Recommendation: use the credentials file to securely provide the password.
Warnings :
Role 'syndeia_admin' was already granted CREATE, ALTER, DROP, SELECT, MODIFY, AUTHORIZE on <keyspace syndeia_cloud_graph>
Warnings :
Role 'syndeia_admin' was already granted CREATE, ALTER, DROP, SELECT, MODIFY, AUTHORIZE on <keyspace syndeia_cloud_graph_config>
Warnings :
Role 'syndeia_admin' was already granted CREATE, ALTER, DROP, SELECT, MODIFY, AUTHORIZE on <keyspace syndeia_cloud_store>
Warnings :
SASI indexes are experimental and are not recommended for production use.
Warnings :
Role 'syndeia_admin' was already granted CREATE, ALTER, DROP, SELECT, MODIFY, AUTHORIZE on <keyspace syndeia_cloud_auth>
Warnings :
Role 'syndeia_admin' was already granted CREATE, ALTER, DROP, SELECT, MODIFY, AUTHORIZE on <keyspace syndeia_cloud_digital_threads>
Thu Nov 27 07:58:08 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Apache Kafka installed locally, starting Kafka if needed...
Thu Nov 27 07:58:08 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Confirming kafka port is up before proceeding...
Thu Nov 27 07:58:12 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Confirming janusgraph port is up before proceeding...
Thu Nov 27 07:58:12 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Install tmpfiles.d syndeia-cloud.conf file...
Thu Nov 27 07:58:12 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Install systemd syndeia-cloud .target and .service files...
Thu Nov 27 07:58:13 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Reload systemd daemons...
Thu Nov 27 07:58:13 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Installing or updating sudoers/syndeia-cloud...
Thu Nov 27 07:58:13 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - systemd services for SC 3.6 detected...
Thu Nov 27 07:58:13 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Starting core Syndeia Cloud 3.6 services: sc-store sc-auth sc-graph sc-web-gateway...
Thu Nov 27 07:58:13 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Auth service port (56110) is up...
Thu Nov 27 07:58:22 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Store service port (56120) is up...
Thu Nov 27 07:58:22 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Graph service port (56180) is up...
Thu Nov 27 07:58:22 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Web-Gateway service port (9000) is up...
Thu Nov 27 07:58:22 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Enable SC services to start on boot...
Thu Nov 27 07:58:23 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Wait 30 seconds for system to stabilize...
Thu Nov 27 07:58:53 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Finish setup process (ie: create super.user, create sample data)...
Thu Nov 27 07:58:53 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: creating "super.user" account...
07:58:54.738 [info] com.intercax.syndeia.cli.core.DevopsConfig [] - root dir arg: None
07:58:54.753 [info] com.intercax.syndeia.cli.core.DevopsConfig [] - root dir config: Map()
07:58:55.095 [info] com.intercax.syndeia.cli.SyndeiaCli [] - Lagom Syndeia client
07:58:55.096 [info] com.intercax.syndeia.cli.SyndeiaCli [] - Action: superuser
07:58:55.098 [info] com.intercax.syndeia.cli.SyndeiaCli [] - User:
07:58:55.099 [info] com.intercax.syndeia.cli.SyndeiaCli [] - Mode: Prod
07:58:55.732 [info] akka.event.slf4j.Slf4jLogger [] - Slf4jLogger started
07:58:56.560 [info] com.intercax.syndeia.superuser.SuperUserAction [] - Creating StandaloneLagomClientFactory. Running mode found in devops config: Prod
07:58:56.562 [info] com.intercax.syndeia.superuser.SuperUserAction [] - Creating StandaloneLagomClientFactory with ConfigurationServiceLocatorComponents.
07:58:56.592 [info] com.intercax.syndeia.superuser.SuperUserAction [] - Service locator configuration entry: [graph :: "http://127.0.0.1:56180"]
07:58:56.593 [info] com.intercax.syndeia.superuser.SuperUserAction [] - Service locator configuration entry: [store :: "http://127.0.0.1:56120"]
07:58:56.593 [info] com.intercax.syndeia.superuser.SuperUserAction [] - Service locator configuration entry: [doors :: "http://127.0.0.1:56113"]
07:58:56.593 [info] com.intercax.syndeia.superuser.SuperUserAction [] - Service locator configuration entry: [jama :: "http://127.0.0.1:56114"]
07:58:56.593 [info] com.intercax.syndeia.superuser.SuperUserAction [] - Service locator configuration entry: [web-gateway :: "http://127.0.0.1:9000"]
07:58:56.593 [info] com.intercax.syndeia.superuser.SuperUserAction [] - Service locator configuration entry: [kafka_native :: "http://localhost:9092"]
07:58:56.593 [info] com.intercax.syndeia.superuser.SuperUserAction [] - Service locator configuration entry: [gitlab :: "http://127.0.0.1:56123"]
07:58:56.593 [info] com.intercax.syndeia.superuser.SuperUserAction [] - Service locator configuration entry: [windchill :: "http://127.0.0.1:56170"]
07:58:56.593 [info] com.intercax.syndeia.superuser.SuperUserAction [] - Service locator configuration entry: [auth :: "http://127.0.0.1:56110"]
07:58:56.593 [info] com.intercax.syndeia.superuser.SuperUserAction [] - Service locator configuration entry: [bitbucket :: "http://127.0.0.1:56124"]
07:58:56.593 [info] com.intercax.syndeia.superuser.SuperUserAction [] - Service locator configuration entry: [aras :: "http://127.0.0.1:56111"]
07:58:56.593 [info] com.intercax.syndeia.superuser.SuperUserAction [] - Service locator configuration entry: [sysmlv2 :: "http://127.0.0.1:56118"]
07:58:56.593 [info] com.intercax.syndeia.superuser.SuperUserAction [] - Service locator configuration entry: [teamworkcloud :: "http://127.0.0.1:56160"]
07:58:56.595 [info] com.intercax.syndeia.superuser.SuperUserAction [] - Service locator configuration entry: [cas_native :: "http://localhost:9042"]
07:58:56.596 [info] com.intercax.syndeia.superuser.SuperUserAction [] - Service locator configuration value for web-gateway: http://127.0.0.1:9000
07:58:56.640 [info] akka.event.slf4j.Slf4jLogger [] - Slf4jLogger started
07:59:11.332 [info] com.intercax.syndeia.superuser.SuperUserAction [] - Sign-up super user is successful
07:59:11.419 [info] akka.actor.CoordinatedShutdown [akkaAddress=akka://application, akkaUid=4624955212537963090, sourceThread=application-akka.actor.default-dispatcher-4, akkaSource=CoordinatedShutdown(akka://application), sourceActorSystem=application, akkaTimestamp=12:59:11.418UTC] - Running CoordinatedShutdown with reason [ClientStoppedReason]
07:59:11.478 [info] com.intercax.syndeia.cli.SyndeiaCli [] - Action ran successfully (with a return code: 0).
Thu Nov 27 07:59:11 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Successfully ran DevOps (create) superuser action
Thu Nov 27 07:59:11 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: CHECK to see "super.user" account was (eventually) created...
Thu Nov 27 07:59:11 EST 2025 [error] ./syndeia-cloud_install.bash, PID=297783: ~ DevOps (check) super.user signIn failed, waiting to try re-running DevOps (check) super.user signIn...
Thu Nov 27 07:59:16 EST 2025 [error] ./syndeia-cloud_install.bash, PID=297783: ~ DevOps (check) super.user signIn failed, waiting to try re-running DevOps (check) super.user signIn...
Thu Nov 27 07:59:24 EST 2025 [error] ./syndeia-cloud_install.bash, PID=297783: ~ DevOps (check) super.user signIn failed, waiting to try re-running DevOps (check) super.user signIn...
Thu Nov 27 07:59:40 EST 2025 [error] ./syndeia-cloud_install.bash, PID=297783: ~ DevOps (check) super.user signIn failed, waiting to try re-running DevOps (check) super.user signIn...
Thu Nov 27 08:00:13 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Successfully ran DevOps (check) super.user signIn
Thu Nov 27 08:00:13 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: creating default data set...
08:00:14.528 [info] com.intercax.syndeia.cli.core.DevopsConfig [] - root dir arg: None
08:00:14.538 [info] com.intercax.syndeia.cli.core.DevopsConfig [] - root dir config: Map()
08:00:14.743 [info] com.intercax.syndeia.cli.SyndeiaCli [] - Lagom Syndeia client
08:00:14.744 [info] com.intercax.syndeia.cli.SyndeiaCli [] - Action: setup
08:00:14.745 [info] com.intercax.syndeia.cli.SyndeiaCli [] - User: super.user
08:00:14.745 [info] com.intercax.syndeia.cli.SyndeiaCli [] - Mode: Prod
08:00:15.107 [info] akka.event.slf4j.Slf4jLogger [] - Slf4jLogger started
08:00:15.581 [info] com.intercax.syndeia.setup.CloudSetupAction [] - Creating StandaloneLagomClientFactory. Running mode found in devops config: Prod
08:00:15.582 [info] com.intercax.syndeia.setup.CloudSetupAction [] - Creating StandaloneLagomClientFactory with ConfigurationServiceLocatorComponents.
08:00:15.597 [info] com.intercax.syndeia.setup.CloudSetupAction [] - Service locator configuration entry: [graph :: "http://127.0.0.1:56180"]
08:00:15.597 [info] com.intercax.syndeia.setup.CloudSetupAction [] - Service locator configuration entry: [store :: "http://127.0.0.1:56120"]
08:00:15.597 [info] com.intercax.syndeia.setup.CloudSetupAction [] - Service locator configuration entry: [doors :: "http://127.0.0.1:56113"]
08:00:15.597 [info] com.intercax.syndeia.setup.CloudSetupAction [] - Service locator configuration entry: [jama :: "http://127.0.0.1:56114"]
08:00:15.597 [info] com.intercax.syndeia.setup.CloudSetupAction [] - Service locator configuration entry: [web-gateway :: "http://127.0.0.1:9000"]
08:00:15.597 [info] com.intercax.syndeia.setup.CloudSetupAction [] - Service locator configuration entry: [kafka_native :: "http://localhost:9092"]
08:00:15.597 [info] com.intercax.syndeia.setup.CloudSetupAction [] - Service locator configuration entry: [gitlab :: "http://127.0.0.1:56123"]
08:00:15.597 [info] com.intercax.syndeia.setup.CloudSetupAction [] - Service locator configuration entry: [windchill :: "http://127.0.0.1:56170"]
08:00:15.598 [info] com.intercax.syndeia.setup.CloudSetupAction [] - Service locator configuration entry: [auth :: "http://127.0.0.1:56110"]
08:00:15.598 [info] com.intercax.syndeia.setup.CloudSetupAction [] - Service locator configuration entry: [bitbucket :: "http://127.0.0.1:56124"]
08:00:15.598 [info] com.intercax.syndeia.setup.CloudSetupAction [] - Service locator configuration entry: [aras :: "http://127.0.0.1:56111"]
08:00:15.598 [info] com.intercax.syndeia.setup.CloudSetupAction [] - Service locator configuration entry: [sysmlv2 :: "http://127.0.0.1:56118"]
08:00:15.598 [info] com.intercax.syndeia.setup.CloudSetupAction [] - Service locator configuration entry: [teamworkcloud :: "http://127.0.0.1:56160"]
08:00:15.598 [info] com.intercax.syndeia.setup.CloudSetupAction [] - Service locator configuration entry: [cas_native :: "http://localhost:9042"]
08:00:15.598 [info] com.intercax.syndeia.setup.CloudSetupAction [] - Service locator configuration value for web-gateway: http://127.0.0.1:9000
08:00:15.620 [info] akka.event.slf4j.Slf4jLogger [] - Slf4jLogger started
08:00:17.216 [info] com.intercax.syndeia.api.AuthApi [] - Sign in to Syndeia Cloud for super.user successful.
08:00:37.489 [info] com.intercax.syndeia.api.RepositoryApi [] - Creating repositories... with RepositoryCreate(Some(InternalIdentityForm(None,None)),Some(ExternalIdentityForm(None,None)),None,None,None,None,Syndeia Repository,Some(Syndeia Internal Repository),Some(http://intercax.com:9000/repositories?isInternal=true),None,ReferenceCreate(Some(InternalReferenceForm(REPO-TYPE1)),None),None,None)
08:00:38.182 [info] com.intercax.syndeia.api.RepositoryApi [] - Creating repositories... with RepositoryCreate(None,Some(ExternalIdentityForm(Some(http://localhost.com/repositories/sysml),Some(http://localhost.com/repositories/sysml))),None,None,None,None,SysML Repository,Some(SysML Repository),Some(http://localhost.com/repositories/sysml),None,ReferenceCreate(Some(InternalReferenceForm(REPO-TYPE21)),None),None,None)
08:00:39.715 [info] com.intercax.syndeia.setup.RelationTypeSetUp [] - Found: 0 existing relation types
08:01:24.018 [info] com.intercax.syndeia.setup.CloudSetupAction [] - Set up action is successful
08:01:24.092 [info] akka.actor.CoordinatedShutdown [akkaAddress=akka://application, akkaUid=-6600946901810680481, sourceThread=application-akka.actor.default-dispatcher-6, akkaSource=CoordinatedShutdown(akka://application), sourceActorSystem=application, akkaTimestamp=13:01:24.091UTC] - Running CoordinatedShutdown with reason [ClientStoppedReason]
08:01:24.128 [info] com.intercax.syndeia.cli.SyndeiaCli [] - Action ran successfully (with a return code: 0).
Thu Nov 27 08:01:24 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Successfully ran DevOps setup action
Thu Nov 27 08:01:24 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - systemd services for SC 3.7.1 detected...
Thu Nov 27 08:01:24 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Starting integration Syndeia Cloud 3.7.1 services: aras-impl artifactory-impl azure-devops-impl bitbucket-impl codebeamer-impl collaborator-impl confluence-impl digital-thread-impl doors-impl dscr-impl dse3-impl jama-impl jira-impl genesys-impl github-impl gitlab-impl pipeline-impl polarion-impl restful-impl swpdm-impl sysmlv2-impl teamcenter-impl teamworkcloud-impl testrail-impl volta-impl windchill-impl...
Thu Nov 27 08:01:24 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Aras service port (56111) is up...
Thu Nov 27 08:02:20 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Artifactory service port (56112) is up...
Thu Nov 27 08:02:24 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Ado service port (56136) is up...
Thu Nov 27 08:02:24 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Bitbucket service port (56124) is up...
Thu Nov 27 08:02:24 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Codebeamer service port (56134) is up...
Thu Nov 27 08:02:24 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Collaborator service port (56126) is up...
Thu Nov 27 08:02:24 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Confluence service port (56140) is up...
Thu Nov 27 08:02:25 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Dt service port (56132) is up...
Thu Nov 27 08:02:27 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Doors service port (56113) is up...
Thu Nov 27 08:02:27 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Dscr service port (56131) is up...
Thu Nov 27 08:02:27 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Dse3 service port (56128) is up...
Thu Nov 27 08:02:27 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Jama service port (56114) is up...
Thu Nov 27 08:02:27 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Jira service port (56130) is up...
Thu Nov 27 08:02:27 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Genesys service port (56129) is up...
Thu Nov 27 08:02:27 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Github service port (56150) is up...
Thu Nov 27 08:02:27 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Gitlab service port (56123) is up...
Thu Nov 27 08:02:27 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Pipeline service port (56135) is up...
Thu Nov 27 08:02:27 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Polarion service port (56133) is up...
Thu Nov 27 08:02:27 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Restful service port (56127) is up...
Thu Nov 27 08:02:27 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Swpdm service port (56137) is up...
Thu Nov 27 08:02:27 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Sysmlv2 service port (56118) is up...
Thu Nov 27 08:02:27 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Tc service port (56116) is up...
Thu Nov 27 08:02:27 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Twcloud service port (56160) is up...
Thu Nov 27 08:02:27 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Testrail service port (56117) is up...
Thu Nov 27 08:02:27 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Volta service port (56125) is up...
Thu Nov 27 08:02:27 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Syndeia Cloud: Waiting until SC Wc service port (56170) is up...
Thu Nov 27 08:02:27 EST 2025 [info] ./syndeia-cloud_install.bash, PID=297783: - Done!