Giter Club home page Giter Club logo

Comments (8)

majochi avatar majochi commented on June 30, 2024 2

Same here. Added another glibc compat alternative and its working now.

FROM cptactionhank/atlassian-confluence:6.7.1

USER root

# workaround for running native lib /tmp/snappy-1.1.0.1-327f818c-0e3b-40a0-85f0-2c773e1e7fac-libsnappyjava.so
# see https://github.com/xerial/snappy-java
RUN set -ex \
    && wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub \
    && wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.27-r0/glibc-2.27-r0.apk \
    && apk add --no-cache glibc-2.27-r0.apk \
    && rm glibc-2.27-r0.apk

USER daemon

from docker-atlassian-confluence.

martin-gerdes avatar martin-gerdes commented on June 30, 2024 1

Thank you very very much, @inash !
Your comment absoulutely saved my day.
I first thought that removing my old workaround would be enough, after all, the solution to this problem should be now incorporated into the regular docker image, right?

Well no, the problem was back, and I assume affects every single user of the image (or at least everybody with an application link to jira)! (certain confluence sites can not be edited, links to jira do not render in page).

running "apk add gcompat" in the container and then restarting it fixed both problems.

Again, I would suggest adding that to the docker image so that such obscure fixes are not needed!(though admittedly installing a package through the package management system is at least cleaner than hardcoding using wget to fetch a specific version of glibc ...)

from docker-atlassian-confluence.

adrianrudnik avatar adrianrudnik commented on June 30, 2024

Can confirm, fixed a strange problem that

/synchrony/v1/data/Synchrony-...

routes always responded with 404 code and "missing token" body. Since adding this to the image, those two errors are gone if the editor is loaded.

from docker-atlassian-confluence.

martin-gerdes avatar martin-gerdes commented on June 30, 2024

Thank you!
We had the same problem: Certain sites could not be edited. Interestingly even though collaborative editing was disabled!
Additionally jira links would not display correctly.
Anyway, we had the same error messages, so I tried the fix, and after a restart both issues have now been resolved.

In light of the fact that cptactionhank offers both confluence and jira docker instances, it would be great if that fix could be integrated into the build!

from docker-atlassian-confluence.

cptactionhank avatar cptactionhank commented on June 30, 2024

Should be fixed now, branches based on Alpine are updated. Please pull the new version and create your containers again.

from docker-atlassian-confluence.

inash avatar inash commented on June 30, 2024

Hi, I had to additionally add gcompat package to make it work with the recent 6.14.1 image.

from docker-atlassian-confluence.

dsteinkopf avatar dsteinkopf commented on June 30, 2024

Nice! Thank you! This also helped in my case.

I've just pushed my update to my repo https://github.com/dsteinkopf/confluence-dup and docker hub https://cloud.docker.com/repository/docker/dsteinkopf/confluence-dup - if anyone might find this helpful here.

from docker-atlassian-confluence.

ampedandwired avatar ampedandwired commented on June 30, 2024

gcompat seems to have been added to the latest image in #79

from docker-atlassian-confluence.

Related Issues (20)

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.