teamatldocker / confluence

Dockerized Atlassian Confluence
https://hub.docker.com/r/teamatldocker/confluence/
MIT License
301 stars 147 forks source link

Confluence 7.11.0 Java fatal error #79

Open SpiGAndromeda opened 3 years ago

SpiGAndromeda commented 3 years ago

I just updated the confluence image to the newest version (7.11.0). Right at startup the images crashed with the following message:

confluence_1           | # A fatal error has been detected by the Java Runtime Environment:
confluence_1           | #
confluence_1           | #  SIGSEGV (0xb) at pc=0x00007fd7ff071980, pid=8, tid=0x00007fd757bfd700
confluence_1           | #
confluence_1           | # JRE version: OpenJDK Runtime Environment (8.0_282-b08) (build 1.8.0_282-b08)
confluence_1           | # Java VM: OpenJDK 64-Bit Server VM (25.282-b08 mixed mode linux-amd64 compressed oops)
confluence_1           | # Problematic frame:
confluence_1           | # C  [libc.so.6+0x81980]  _IO_link_in+0x1f0
confluence_1           | #
confluence_1           | # Core dump written. Default location: /var/atlassian/confluence/core or core.8
confluence_1           | #
confluence_1           | # An error report file with more information is saved as:
confluence_1           | # /var/atlassian/confluence/hs_err_pid8.log
confluence_1           | # [ timer expired, abort... ]

I managed to solve the issue by updating the the glibc version to 2.32-r0. (2.33.-r0 was not possible due to missing version in libc.so.6)