Hello!
XWiki 15 crashes in docker container. Logs in attach.
xwiki_down_error.txt (20.0 KB)
Please help.
Thanks.
Hi. I don’t see any crash in your logs.
Now it seems you may not have stopped Tomcat properly. You need to do that and not use Tomcat’s manager app to restart XWiki. See also https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/Installation/InstallationWAR/InstallationTomcat/#HThreadLocalErrors
Hope it helps
I use docker container. I think this all-in-one. or not?
Hi, you need to have 2 docker images first that hold the database and second XWiki with servlet container. For instance, I’m using the xwiki:13.10.11-mysql-tomcat
image and mysql:latest
as DB. Pre-configure according to XWiki Docker instuction finally run both of them and after DW installer you can use XWiki.
Hi, I do. I use 2 containers.
How do you restart XWiki?