cptactionhank / docker-atlassian-confluence

Atlassian Confluence wrapped in a Docker image
https://cptactionhank.github.io/docker-atlassian-confluence
MIT License
404 stars 222 forks source link

docker confluence 6.14.1 don't save for editor. #82

Open fengsh998 opened 5 years ago

fengsh998 commented 5 years ago

detail for : https://blog.51cto.com/docker/2376288?source=dra

docker to pull confluence ,and run, -p 8090:8090 。I think I don't know that too config.

and tips you can use to be not allow websocket connect proxy server.

hassanakhtar commented 5 years ago

Detail is all chinese, but a similar issue happened to me as well. Try to check the following configuration: Confluence administration > General Configuration > Under 'Administration' > Collaborative Editing

As I disabled the collaborative editing, it worked fine.

I found another similar issue: https://github.com/cptactionhank/docker-atlassian-confluence/issues/60

DRonxin commented 5 years ago

Hi, I found another solution. Test the replacement of the /lib64 directory with the command: ln -s /lib /lib64 My logs before correction:

2019-05-27 15:51:03,963 DEBUG [179:StdOutHandler [/usr/lib/jvm/java-1.8-openjdk/jre/bin/java]] {"synchrony":{"entity":"/*****606ea652-9873-3aec-8363-b3a3ffd35a29/confluence-50528257","ns":"synchrony.sync.hub","throwable":"java.lang.UnsatisfiedLinkError: /tmp/snappy-1.1.0.1-ab0b015f-090e-438d-be12-fde0504c68c1-libsnappyjava.so: Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /tmp/snappy-1.1.0.1-ab0b015f-090e-438d-be12-fde0504c68c1-libsnappyjava.so)\n\tat java.lang.ClassLoader$NativeLibrary.load(Native Method)\n\tat java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)\n\tat java.lang.Runtime.load0(Runtime.java:809)\n\tat java.lang.System.load(System.java:1086)\n\tat org.xerial.snappy.SnappyLoader.loadNativeLibrary(SnappyLoader.java:166)\n\tat org.xerial.snappy.Snappy.(Snappy.java:47)\n\tat byte_transforms$fn12268.invokeStatic(byte_transforms.clj:345)\n\tat byte_transforms$compress.invokeStatic(byte_transforms.clj:269)\n\tat synchrony.codecs$encode_snappy$fn28199.invoke(codecs.clj:80)\n\tat clojure.core$update.invokeStatic(core.clj:6078)\n\tat synchrony.codecs$encoded.invokeStatic(codecs.clj:42)\n\tat synchrony.codecs$encode_snappy.invokeStatic(codecs.clj:80)\n\tat synchrony.serialize$with_default_encodings.invokeStatic(serialize.clj:72)\n\tat synchrony.data.event_data$split_event_data.invokeStatic(event_data.clj:33)\n\tat synchrony.data$put_revisionsBANG$fn39314.invoke(data.clj:388)\n\tat synchrony.data.(take?)(data.clj:782)\n\tat synchrony.data$put_revisions_ensure_snapshotBANG$fn41126.invoke(data.clj:770)\n\tat synchrony.data.(take?)(data.clj:810)\n\tat synchrony.data$put_revisions_partitioningBANG$fn41189.invoke(data.clj:801)\n\tat synchrony.sync.hub.(take?)(hub.clj:330)\n\tat synchrony.sync.hub$init_in_new_state$fn42437.invoke(hub.clj:315)\n\tat synchrony.sync.hub.(take?)(hub.clj:394)\n\tat synchrony.sync.hub$init$fn42600.invoke(hub.clj:386)\n\tat synchrony.sync.hub.(take?)(hub.clj:409)\n\tat synchrony.sync.hub$fn42645$fn__42775.invoke(hub.clj:400)\n\tat synchrony.sync.hub.(take?)(hub.clj:762)\n\tat synchrony.sync.hub$process_message$fn__44230.invoke(hub.clj:754)\n\tat clojure.lang.AFn.run(AFn.java:22)\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\n\tat java.lang.Thread.run(Thread.java:748)\n","message":"synchrony.sync.hub [warn] /tmp/snappy-1.1.0.1-ab0b015f-090e-438d-be12-fde0504c68c1-libsnappyjava.so: Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /tmp/snappy-1.1.0.1-ab0b015f-090e-438d-be12-fde0504c68c1-libsnappyjava.so)","level":"warn"}}