-
-
Notifications
You must be signed in to change notification settings - Fork 297
Description
Description
Error trying to deploy swarmpit on photon-os (
Steps to reproduce the issue:
- install photon-os minimal (https://vmware.github.io/photon/)
- tdnf install docker
- docker run -it --rm --name swarmpit-installer --volume /var/run/docker.sock:/var/run/docker.sock swarmpit/install:1.9
What happens:
Application deployment
Creating network swarm-pit_net
Creating service swarm-pit_agent
Creating service swarm-pit_app
Creating service swarm-pit_db
Creating service swarm-pit_influxdb
DONE.
Starting swarmpit.......................FAILED!
Swarmpit is not responding for a long time. Aborting installation...:(
Please check logs and cluster status for details.
docker service logs swarmpit_app | head -n 20
swarmpit_app.1.nafki909lywm@photon.typoworx.com | # A fatal error has been detected by the Java Runtime Environment:
swarmpit_app.1.nafki909lywm@photon.typoworx.com | #
swarmpit_app.1.nafki909lywm@photon.typoworx.com | # SIGSEGV (0xb) at pc=0x00007f2403e71529, pid=1, tid=0x00007f2404c41700
swarmpit_app.1.nafki909lywm@photon.typoworx.com | #
swarmpit_app.1.nafki909lywm@photon.typoworx.com | # JRE version: OpenJDK Runtime Environment (8.0_242-b08) (build 1.8.0_242-8u242-b08-1~deb9u1-b08)
swarmpit_app.1.nafki909lywm@photon.typoworx.com | # Java VM: OpenJDK 64-Bit Server VM (25.242-b08 mixed mode linux-amd64 compressed oops)
swarmpit_app.1.nafki909lywm@photon.typoworx.com | # Problematic frame:
swarmpit_app.1.nafki909lywm@photon.typoworx.com | # C [libc.so.6+0x34529] abort+0x269
swarmpit_app.1.nafki909lywm@photon.typoworx.com | #
swarmpit_app.1.nafki909lywm@photon.typoworx.com | # Core dump written. Default location: /usr/src/app/core or core.1
Already tried rebooting the machine, leaving docker-swarm, docker prune -a and starting from scratch, but everytime results in the same.
What should happen:
Swarmpit should start
Additional information (e.g. docker version, cluster setup,...):
cat /etc/os-release
NAME="VMware Photon OS"
VERSION="4.0"
ID=photon
VERSION_ID=4.0
PRETTY_NAME="VMware Photon OS/Linux"
ANSI_COLOR="1;34"
HOME_URL="https://vmware.github.io/photon/"
BUG_REPORT_URL="https://github.com/vmware/photon/issues"
--
docker version
Client: Docker Engine - Community
Version: 24.0.5
API version: 1.43
Go version: go1.20.12
Git commit: ced0996
Built: Thu Dec 21 03:16:59 2023
OS/Arch: linux/amd64
Context: default
Server: Docker Engine - Community
Engine:
Version: 24.0.5
API version: 1.43 (minimum version 1.12)
Go version: go1.20.12
Git commit: a61e2b4
Built: Thu Dec 21 03:18:08 2023
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.6.8
GitCommit: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
runc:
Version: 1.1.12
GitCommit:
docker-init:
Version: 0.19.0
GitCommit: de40ad0