koha-docker
koha-docker copied to clipboard
execute failed: Table 'koha.language_descriptions' doesn't exist
After I run docker-compose up --build, all the container are up and running. And then I type localhost:3000, then I got below error.
C4::Languages::language_get_description(): DBI Exception: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /home/koha/koha/bin/../C4/Languages.pm line 368
logs
2024-06-13 14:59:38 opac-1 | DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /home/koha/koha/bin/../Koha/Database.pm line 152.
2024-06-13 14:59:38 intranet-1 | DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /home/koha/koha/bin/../Koha/Database.pm line 152.
2024-06-13 14:59:41 intranet-1 | DBD::mysql::st execute failed: Table 'koha.identity_providers' doesn't exist at /home/koha/koha/bin/../Koha/Database.pm line 152.
2024-06-13 14:59:42 opac-1 | DBD::mysql::st execute failed: Table 'koha.identity_providers' doesn't exist at /home/koha/koha/bin/../Koha/Database.pm line 152.
2024-06-13 14:59:41 intranet-1 | [2024/06/13 08:29:41] [WARN] Warning: Failed to fetch oauth configuration: DBIx::Class::Storage::DBI::_dbh_execute(): Table 'koha.identity_providers' doesn't exist at /home/koha/koha/bin/../Koha/Objects.pm line 312
2024-06-13 14:59:42 opac-1 | [2024/06/13 08:29:42] [WARN] Warning: Failed to fetch oauth configuration: DBIx::Class::Storage::DBI::_dbh_execute(): Table 'koha.identity_providers' doesn't exist at /home/koha/koha/bin/../Koha/Objects.pm line 312
2024-06-13 14:59:41 intranet-1 | Koha::REST::V1::catch {...} /home/koha/koha/bin/../Koha/REST/V1.pm (150)
2024-06-13 14:59:42 opac-1 | Koha::REST::V1::catch {...} /home/koha/koha/bin/../Koha/REST/V1.pm (150)
2024-06-13 14:59:43 intranet-1 | DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /home/koha/koha/bin/../Koha/Database.pm line 152.
2024-06-13 14:59:43 opac-1 | DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /home/koha/koha/bin/../Koha/Database.pm line 152.
2024-06-13 14:59:43 intranet-1 | DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /home/koha/koha/bin/../Koha/Database.pm line 152.
2024-06-13 14:59:43 opac-1 | DBD::mysql::st execute failed: Table 'koha.systempreferences' doesn't exist at /home/koha/koha/bin/../Koha/Database.pm line 152.
2024-06-13 14:59:43 intranet-1 | [2024-06-13 08:29:43.34309] [1] [info] Listening at "http://*:3000"
2024-06-13 14:59:29 elasticsearch-1 | [2024-06-13T08:29:29,754][INFO ][o.e.e.NodeEnvironment ] [pvp1Aqx] using [1] data paths, mounts [[/ (overlay)]], net usable_space [17.3gb], net total_space [58.3gb], types [overlay]
2024-06-13 14:59:29 elasticsearch-1 | [2024-06-13T08:29:29,760][INFO ][o.e.e.NodeEnvironment ] [pvp1Aqx] heap size [1gb], compressed ordinary object pointers [true]
2024-06-13 14:59:29 elasticsearch-1 | [2024-06-13T08:29:29,763][INFO ][o.e.n.Node ] [pvp1Aqx] node name derived from node ID [pvp1AqxXQ_e9S0qre3a8oQ]; set [node.name] to override
2024-06-13 14:59:43 intranet-1 | Web application available at http://127.0.0.1:3000
2024-06-13 14:59:43 intranet-1 | [2024-06-13 08:29:43.34350] [1] [info] Manager 1 started
2024-06-13 14:59:29 elasticsearch-1 | [2024-06-13T08:29:29,763][INFO ][o.e.n.Node ] [pvp1Aqx] version[6.8.23], pid[1], build[default/docker/4f67856/2022-01-06T21:30:50.087716Z], OS[Linux/6.6.26-linuxkit/amd64], JVM[AdoptOpenJDK/OpenJDK 64-Bit Server VM/15.0.1/15.0.1+9]
2024-06-13 14:59:29 elasticsearch-1 | [2024-06-13T08:29:29,763][INFO ][o.e.n.Node ] [pvp1Aqx] JVM arguments [-Xms1g, -Xmx1g, -XX:+UseG1GC, -XX:G1ReservePercent=25, -XX:InitiatingHeapOccupancyPercent=30, -Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -XX:+ShowCodeDetailsInExceptionMessages, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j2.formatMsgNoLookups=true, -Djava.io.tmpdir=/tmp/elasticsearch-3649629237494110236, -XX:+HeapDumpOnOutOfMemoryError, -XX:HeapDumpPath=data, -XX:ErrorFile=logs/hs_err_pid%p.log, -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m, -Djava.locale.providers=COMPAT, -XX:UseAVX=2, -Des.cgroups.hierarchy.override=/, -Des.path.home=/usr/share/elasticsearch, -Des.path.conf=/usr/share/elasticsearch/config, -Des.distribution.flavor=default, -Des.distribution.type=docker]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,227][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [aggs-matrix-stats]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,227][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [analysis-common]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,228][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [ingest-common]
2024-06-13 14:59:43 opac-1 | [2024-06-13 08:29:43.46778] [1] [info] Listening at "http://*:3000"
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,228][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [ingest-geoip]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,228][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [ingest-user-agent]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,228][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [lang-expression]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,229][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [lang-mustache]
2024-06-13 14:59:43 opac-1 | [2024-06-13 08:29:43.46803] [1] [info] Manager 1 started
2024-06-13 14:59:43 opac-1 | Web application available at http://127.0.0.1:3000
2024-06-13 14:59:43 opac-1 | [2024-06-13 08:29:43.47564] [8] [info] Worker 8 started
2024-06-13 14:59:43 opac-1 | [2024-06-13 08:29:43.48267] [9] [info] Worker 9 started
2024-06-13 14:59:43 opac-1 | [2024-06-13 08:29:43.49230] [1] [info] Creating process id file "/tmp/prefork.pid"
2024-06-13 14:59:43 opac-1 | [2024-06-13 08:29:43.49230] [10] [info] Worker 10 started
2024-06-13 14:59:43 opac-1 | [2024-06-13 08:29:43.49492] [11] [info] Worker 11 started
2024-06-13 15:03:08 opac-1 | [2024-06-13 08:33:08.81961] [9] [trace] [5JhfD1jm99AJ] GET "/"
2024-06-13 15:03:09 opac-1 | [2024-06-13 08:33:09.11395] [9] [trace] [5JhfD1jm99AJ] Routing to a callback
2024-06-13 15:03:09 opac-1 | [2024-06-13 08:33:09.41595] [9] [trace] [5JhfD1jm99AJ] 302 Found (0.597278s, 1.674/s)
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,230][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [lang-painless]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,230][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [mapper-extras]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,230][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [parent-join]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,230][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [percolator]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,231][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [rank-eval]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,231][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [reindex]
2024-06-13 15:03:09 opac-1 | [2024-06-13 08:33:09.82265] [9] [trace] [0raCDsCDJMDH] GET "/cgi-bin/koha/opac-main.pl"
2024-06-13 15:03:09 opac-1 | [2024-06-13 08:33:09.93257] [9] [trace] [0raCDsCDJMDH] Routing to a callback
2024-06-13 15:03:11 opac-1 | Use of uninitialized value in split at /home/koha/koha/bin/../C4/Languages.pm line 116.
2024-06-13 15:03:11 opac-1 | Use of uninitialized value $theme in concatenation (.) or string at /home/koha/koha/bin/../C4/Languages.pm line 122.
2024-06-13 15:03:11 opac-1 | [2024-06-13 08:33:11.60571] [9] [error] [0raCDsCDJMDH] C4::Languages::language_get_description(): DBI Exception: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /home/koha/koha/bin/../C4/Languages.pm line 368
2024-06-13 15:03:11 opac-1 |
2024-06-13 15:03:11 opac-1 | [2024-06-13 08:33:11.61363] [9] [trace] [0raCDsCDJMDH] Template "exception.development.html.ep" not found
2024-06-13 15:03:11 opac-1 | [2024-06-13 08:33:11.61543] [9] [trace] [0raCDsCDJMDH] Template "exception.html.ep" not found
2024-06-13 15:03:11 opac-1 | [2024-06-13 08:33:11.61687] [9] [trace] [0raCDsCDJMDH] Rendering template "mojo/debug.html.ep"
2024-06-13 15:03:11 opac-1 | [2024-06-13 08:33:11.74445] [9] [trace] Your secret passphrase needs to be changed (see FAQ for more)
2024-06-13 15:03:11 opac-1 | [2024-06-13 08:33:11.90863] [9] [trace] [0raCDsCDJMDH] 500 Internal Server Error (2.085875s, 0.479/s)
2024-06-13 15:03:45 opac-1 | [2024-06-13 08:33:45.46168] [10] [trace] [BLb_Ru672ARo] GET "/cgi-bin/koha/opac-main.pl"
2024-06-13 15:03:45 opac-1 | [2024-06-13 08:33:45.48279] [10] [trace] [BLb_Ru672ARo] Routing to a callback
2024-06-13 15:03:46 opac-1 | Use of uninitialized value in split at /home/koha/koha/bin/../C4/Languages.pm line 116.
2024-06-13 15:03:46 opac-1 | Use of uninitialized value $theme in concatenation (.) or string at /home/koha/koha/bin/../C4/Languages.pm line 122.
2024-06-13 15:03:46 opac-1 | [2024-06-13 08:33:46.05649] [10] [error] [BLb_Ru672ARo] C4::Languages::language_get_description(): DBI Exception: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /home/koha/koha/bin/../C4/Languages.pm line 368
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,231][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [repository-url]
2024-06-13 15:03:46 opac-1 |
2024-06-13 15:03:46 opac-1 | [2024-06-13 08:33:46.06024] [10] [trace] [BLb_Ru672ARo] Template "exception.development.html.ep" not found
2024-06-13 15:03:46 opac-1 | [2024-06-13 08:33:46.06112] [10] [trace] [BLb_Ru672ARo] Template "exception.html.ep" not found
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,231][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [transport-netty4]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,231][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [tribe]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,231][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [x-pack-ccr]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,231][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [x-pack-core]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,231][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [x-pack-deprecation]
2024-06-13 15:03:46 opac-1 | [2024-06-13 08:33:46.06189] [10] [trace] [BLb_Ru672ARo] Rendering template "mojo/debug.html.ep"
2024-06-13 14:59:25 db-1 | 2024-06-13 08:29:25+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:11.4.2+maria~ubu2404 started.
2024-06-13 15:03:46 opac-1 | [2024-06-13 08:33:46.18671] [10] [trace] Your secret passphrase needs to be changed (see FAQ for more)
2024-06-13 15:03:46 opac-1 | [2024-06-13 08:33:46.26694] [10] [trace] [BLb_Ru672ARo] 500 Internal Server Error (0.803792s, 1.244/s)
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,232][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [x-pack-graph]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,232][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [x-pack-ilm]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,232][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [x-pack-logstash]
2024-06-13 15:05:10 opac-1 | [2024-06-13 08:35:10.65571] [1] [warn] Stopping worker 11 immediately
2024-06-13 15:05:10 opac-1 | [2024-06-13 08:35:10.66530] [1] [warn] Stopping worker 10 immediately
2024-06-13 15:05:10 opac-1 | [2024-06-13 08:35:10.66558] [1] [warn] Stopping worker 8 immediately
2024-06-13 15:05:10 opac-1 | [2024-06-13 08:35:10.66585] [1] [warn] Stopping worker 9 immediately
2024-06-13 15:05:10 opac-1 | [2024-06-13 08:35:10.77475] [1] [info] Worker 8 stopped
2024-06-13 14:59:43 intranet-1 | [2024-06-13 08:29:43.35155] [9] [info] Worker 9 started
2024-06-13 14:59:43 intranet-1 | [2024-06-13 08:29:43.35671] [10] [info] Worker 10 started
2024-06-13 14:59:43 intranet-1 | [2024-06-13 08:29:43.36559] [11] [info] Worker 11 started
2024-06-13 14:59:43 intranet-1 | [2024-06-13 08:29:43.37529] [12] [info] Worker 12 started
2024-06-13 14:59:43 intranet-1 | [2024-06-13 08:29:43.37468] [1] [info] Creating process id file "/tmp/prefork.pid"
2024-06-13 15:00:28 intranet-1 | [2024-06-13 08:30:28.99512] [9] [trace] [BUY0OQyDtXWH] GET "/"
2024-06-13 15:00:29 intranet-1 | [2024-06-13 08:30:29.00597] [9] [trace] [BUY0OQyDtXWH] Routing to a callback
2024-06-13 15:00:29 intranet-1 | [2024-06-13 08:30:29.01133] [9] [trace] [BUY0OQyDtXWH] 302 Found (0.014451s, 69.199/s)
2024-06-13 15:00:29 intranet-1 | [2024-06-13 08:30:29.03231] [9] [trace] [vjhM2gdcIeOe] GET "/cgi-bin/koha/mainpage.pl"
2024-06-13 15:00:29 intranet-1 | [2024-06-13 08:30:29.03521] [9] [trace] [vjhM2gdcIeOe] Routing to a callback
2024-06-13 15:00:29 intranet-1 | Use of uninitialized value in split at /home/koha/koha/bin/../C4/Languages.pm line 116.
2024-06-13 15:05:10 opac-1 | [2024-06-13 08:35:10.77517] [1] [info] Worker 10 stopped
2024-06-13 15:05:10 opac-1 | [2024-06-13 08:35:10.77535] [1] [info] Worker 11 stopped
2024-06-13 15:05:10 opac-1 | [2024-06-13 08:35:10.77566] [1] [warn] Stopping worker 9 immediately
2024-06-13 15:00:29 intranet-1 | Use of uninitialized value $theme in concatenation (.) or string at /home/koha/koha/bin/../C4/Languages.pm line 122.
2024-06-13 15:00:29 intranet-1 | [2024-06-13 08:30:29.52086] [9] [error] [vjhM2gdcIeOe] C4::Languages::language_get_description(): DBI Exception: DBD::mysql::st execute failed: Table 'koha.language_descriptions' doesn't exist at /home/koha/koha/bin/../C4/Languages.pm line 368
2024-06-13 15:00:29 intranet-1 |
2024-06-13 15:00:29 intranet-1 | [2024-06-13 08:30:29.52631] [9] [trace] [vjhM2gdcIeOe] Template "exception.development.html.ep" not found
2024-06-13 15:05:10 opac-1 | [2024-06-13 08:35:10.77651] [1] [info] Worker 9 stopped
2024-06-13 15:05:10 opac-1 | [2024-06-13 08:35:10.77682] [1] [info] Manager 1 stopped
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,232][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [x-pack-ml]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,232][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [x-pack-monitoring]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,232][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [x-pack-rollup]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,233][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [x-pack-security]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,233][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [x-pack-sql]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,233][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [x-pack-upgrade]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,233][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded module [x-pack-watcher]
2024-06-13 14:59:33 elasticsearch-1 | [2024-06-13T08:29:33,234][INFO ][o.e.p.PluginsService ] [pvp1Aqx] loaded plugin [analysis-icu]
2024-06-13 14:59:39 elasticsearch-1 | [2024-06-13T08:29:39,878][INFO ][o.e.x.s.a.s.FileRolesStore] [pvp1Aqx] parsed [0] roles from file [/usr/share/elasticsearch/config/roles.yml]
2024-06-13 14:59:40 elasticsearch-1 | [2024-06-13T08:29:40,886][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [pvp1Aqx] [controller/99] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV
2024-06-13 14:59:42 elasticsearch-1 | [2024-06-13T08:29:42,272][INFO ][o.e.d.DiscoveryModule ] [pvp1Aqx] using discovery type [single-node] and host providers [settings]
2024-06-13 14:59:43 elasticsearch-1 | [2024-06-13T08:29:43,882][INFO ][o.e.n.Node ] [pvp1Aqx] initialized
2024-06-13 14:59:43 elasticsearch-1 | [2024-06-13T08:29:43,882][INFO ][o.e.n.Node ] [pvp1Aqx] starting ...
2024-06-13 14:59:44 elasticsearch-1 | [2024-06-13T08:29:44,093][INFO ][o.e.t.TransportService ] [pvp1Aqx] publish_address {172.19.0.3:9300}, bound_addresses {[::]:9300}
2024-06-13 14:59:44 elasticsearch-1 | [2024-06-13T08:29:44,178][INFO ][o.e.h.n.Netty4HttpServerTransport] [pvp1Aqx] publish_address {172.19.0.3:9200}, bound_addresses {[::]:9200}
2024-06-13 14:59:44 elasticsearch-1 | [2024-06-13T08:29:44,179][INFO ][o.e.n.Node ] [pvp1Aqx] started
2024-06-13 14:59:44 elasticsearch-1 | [2024-06-13T08:29:44,315][WARN ][o.e.x.s.a.s.m.NativeRoleMappingStore] [pvp1Aqx] Failed to clear cache for realms [[]]
2024-06-13 14:59:44 elasticsearch-1 | [2024-06-13T08:29:44,409][INFO ][o.e.g.GatewayService ] [pvp1Aqx] recovered [0] indices into cluster_state
2024-06-13 14:59:45 elasticsearch-1 | [2024-06-13T08:29:45,355][INFO ][o.e.c.m.MetaDataIndexTemplateService] [pvp1Aqx] adding template [.watch-history-9] for index patterns [.watcher-history-9*]
2024-06-13 14:59:45 elasticsearch-1 | [2024-06-13T08:29:45,432][INFO ][o.e.c.m.MetaDataIndexTemplateService] [pvp1Aqx] adding template [.watches] for index patterns [.watches*]
2024-06-13 14:59:45 elasticsearch-1 | [2024-06-13T08:29:45,501][INFO ][o.e.c.m.MetaDataIndexTemplateService] [pvp1Aqx] adding template [.triggered_watches] for index patterns [.triggered_watches*]
2024-06-13 14:59:45 elasticsearch-1 | [2024-06-13T08:29:45,597][INFO ][o.e.c.m.MetaDataIndexTemplateService] [pvp1Aqx] adding template [.monitoring-logstash] for index patterns [.monitoring-logstash-6-*]
2024-06-13 14:59:45 elasticsearch-1 | [2024-06-13T08:29:45,681][INFO ][o.e.c.m.MetaDataIndexTemplateService] [pvp1Aqx] adding template [.monitoring-es] for index patterns [.monitoring-es-6-*]
2024-06-13 14:59:45 elasticsearch-1 | [2024-06-13T08:29:45,838][INFO ][o.e.c.m.MetaDataIndexTemplateService] [pvp1Aqx] adding template [.monitoring-alerts] for index patterns [.monitoring-alerts-6]
2024-06-13 14:59:45 elasticsearch-1 | [2024-06-13T08:29:45,912][INFO ][o.e.c.m.MetaDataIndexTemplateService] [pvp1Aqx] adding template [.monitoring-beats] for index patterns [.monitoring-beats-6-*]
2024-06-13 14:59:46 elasticsearch-1 | [2024-06-13T08:29:46,175][INFO ][o.e.c.m.MetaDataIndexTemplateService] [pvp1Aqx] adding template [.monitoring-kibana] for index patterns [.monitoring-kibana-6-*]
2024-06-13 14:59:46 elasticsearch-1 | [2024-06-13T08:29:46,464][INFO ][o.e.l.LicenseService ] [pvp1Aqx] license [2ca20b9a-3d3f-45b7-ada6-bf1ddf403df7] mode [basic] - valid
2024-06-13 15:05:10 elasticsearch-1 | [2024-06-13T08:35:10,737][INFO ][o.e.n.Node ] [pvp1Aqx] stopping ...
2024-06-13 15:05:11 elasticsearch-1 | [2024-06-13T08:35:11,077][INFO ][o.e.x.w.WatcherService ] [pvp1Aqx] stopping watch service, reason [shutdown initiated]
2024-06-13 15:05:11 elasticsearch-1 | [2024-06-13T08:35:11,551][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [pvp1Aqx] [controller/99] [Main.cc@154] ML controller exiting
2024-06-13 15:05:11 elasticsearch-1 | [2024-06-13T08:35:11,562][INFO ][o.e.x.m.p.NativeController] [pvp1Aqx] Native controller process has stopped - no new native processes can be started
2024-06-13 15:05:12 elasticsearch-1 | [2024-06-13T08:35:12,080][INFO ][o.e.n.Node ] [pvp1Aqx] stopped
2024-06-13 15:05:12 elasticsearch-1 | [2024-06-13T08:35:12,081][INFO ][o.e.n.Node ] [pvp1Aqx] closing ...
2024-06-13 15:05:12 elasticsearch-1 | [2024-06-13T08:35:12,293][INFO ][o.e.n.Node ] [pvp1Aqx] closed
2024-06-13 15:00:29 intranet-1 | [2024-06-13 08:30:29.52802] [9] [trace] [vjhM2gdcIeOe] Template "exception.html.ep" not found
2024-06-13 15:00:29 intranet-1 | [2024-06-13 08:30:29.52914] [9] [trace] [vjhM2gdcIeOe] Rendering template "mojo/debug.html.ep"
2024-06-13 15:00:29 intranet-1 | [2024-06-13 08:30:29.73289] [9] [trace] Your secret passphrase needs to be changed (see FAQ for more)
2024-06-13 15:00:29 intranet-1 | [2024-06-13 08:30:29.79226] [9] [trace] [vjhM2gdcIeOe] 500 Internal Server Error (0.759178s, 1.317/s)
2024-06-13 15:05:10 intranet-1 | [2024-06-13 08:35:10.66662] [1] [warn] Stopping worker 11 immediately
2024-06-13 15:05:10 intranet-1 | [2024-06-13 08:35:10.67496] [1] [warn] Stopping worker 9 immediately
2024-06-13 15:05:10 intranet-1 | [2024-06-13 08:35:10.67514] [1] [warn] Stopping worker 10 immediately
2024-06-13 15:05:10 intranet-1 | [2024-06-13 08:35:10.67539] [1] [warn] Stopping worker 12 immediately
2024-06-13 15:05:10 intranet-1 | [2024-06-13 08:35:10.76832] [1] [info] Worker 10 stopped
2024-06-13 15:05:10 intranet-1 | [2024-06-13 08:35:10.76941] [1] [info] Worker 11 stopped
2024-06-13 15:05:10 intranet-1 | [2024-06-13 08:35:10.77058] [1] [warn] Stopping worker 9 immediately
2024-06-13 15:05:10 intranet-1 | [2024-06-13 08:35:10.77101] [1] [warn] Stopping worker 12 immediately
2024-06-13 15:05:10 intranet-1 | [2024-06-13 08:35:10.77522] [1] [info] Worker 9 stopped
2024-06-13 15:05:10 intranet-1 | [2024-06-13 08:35:10.77845] [1] [info] Worker 12 stopped
2024-06-13 15:05:10 intranet-1 | [2024-06-13 08:35:10.77892] [1] [info] Manager 1 stopped
2024-06-13 14:59:25 db-1 | 2024-06-13 08:29:25+00:00 [Warn] [Entrypoint]: /sys/fs/cgroup///memory.pressure not writable, functionality unavailable to MariaDB
2024-06-13 14:59:25 db-1 | 2024-06-13 08:29:25+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
2024-06-13 14:59:25 db-1 | 2024-06-13 08:29:25+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:11.4.2+maria~ubu2404 started.
2024-06-13 14:59:26 db-1 | 2024-06-13 08:29:26+00:00 [Note] [Entrypoint]: Initializing database files
2024-06-13 14:59:28 db-1 |
2024-06-13 14:59:28 db-1 |
2024-06-13 14:59:28 db-1 | PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !
2024-06-13 14:59:28 db-1 | To do so, start the server, then issue the following command:
2024-06-13 14:59:28 db-1 |
2024-06-13 14:59:28 db-1 | '/usr/bin/mariadb-secure-installation'
2024-06-13 14:59:28 db-1 |
2024-06-13 14:59:28 db-1 | which will also give you the option of removing the test
2024-06-13 14:59:28 db-1 | databases and anonymous user created by default. This is
2024-06-13 14:59:28 db-1 | strongly recommended for production servers.
2024-06-13 14:59:28 db-1 |
2024-06-13 14:59:28 db-1 | See the MariaDB Knowledgebase at https://mariadb.com/kb
2024-06-13 14:59:28 db-1 |
2024-06-13 14:59:28 db-1 | Please report any problems at https://mariadb.org/jira
2024-06-13 14:59:28 db-1 |
2024-06-13 14:59:28 db-1 | The latest information about MariaDB is available at https://mariadb.org/.
2024-06-13 14:59:28 db-1 |
2024-06-13 14:59:28 db-1 | Consider joining MariaDB's strong and vibrant community:
2024-06-13 14:59:28 db-1 | https://mariadb.org/get-involved/
2024-06-13 14:59:28 db-1 |
2024-06-13 14:59:28 db-1 | 2024-06-13 08:29:28+00:00 [Note] [Entrypoint]: Database files initialized
2024-06-13 14:59:28 db-1 | 2024-06-13 08:29:28+00:00 [Note] [Entrypoint]: Starting temporary server
2024-06-13 14:59:28 db-1 | 2024-06-13 08:29:28+00:00 [Note] [Entrypoint]: Waiting for server startup
2024-06-13 14:59:28 db-1 | 2024-06-13 8:29:28 0 [Note] Starting MariaDB 11.4.2-MariaDB-ubu2404 source revision 3fca5ed772fb75e3e57c507edef2985f8eba5b12 as process 99
2024-06-13 14:59:28 db-1 | 2024-06-13 8:29:28 0 [Note] InnoDB: Compressed tables use zlib 1.3
2024-06-13 14:59:28 db-1 | 2024-06-13 8:29:28 0 [Note] InnoDB: Number of transaction pools: 1
2024-06-13 14:59:28 db-1 | 2024-06-13 8:29:28 0 [Note] InnoDB: Using AVX512 instructions
2024-06-13 14:59:28 db-1 | 2024-06-13 8:29:28 0 [Note] mariadbd: O_TMPFILE is not supported on /tmp (disabling future attempts)
2024-06-13 14:59:28 db-1 | 2024-06-13 8:29:28 0 [Note] InnoDB: Using liburing
2024-06-13 14:59:28 db-1 | 2024-06-13 8:29:28 0 [Note] InnoDB: Initializing buffer pool, total size = 128.000MiB, chunk size = 2.000MiB
2024-06-13 14:59:28 db-1 | 2024-06-13 8:29:28 0 [Note] InnoDB: Completed initialization of buffer pool
2024-06-13 14:59:28 db-1 | 2024-06-13 8:29:28 0 [Note] InnoDB: File system buffers for log disabled (block size=512 bytes)
2024-06-13 14:59:28 db-1 | 2024-06-13 8:29:28 0 [Note] InnoDB: End of log at LSN=47779
2024-06-13 14:59:28 db-1 | 2024-06-13 8:29:28 0 [Note] InnoDB: Opened 3 undo tablespaces
2024-06-13 14:59:28 db-1 | 2024-06-13 8:29:28 0 [Note] InnoDB: 128 rollback segments in 3 undo tablespaces are active.
2024-06-13 14:59:28 db-1 | 2024-06-13 8:29:28 0 [Note] InnoDB: Setting file './ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ...
2024-06-13 14:59:28 db-1 | 2024-06-13 8:29:28 0 [Note] InnoDB: File './ibtmp1' size is now 12.000MiB.
2024-06-13 14:59:28 db-1 | 2024-06-13 8:29:28 0 [Note] InnoDB: log sequence number 47779; transaction id 14
2024-06-13 14:59:28 db-1 | 2024-06-13 8:29:28 0 [Note] Plugin 'FEEDBACK' is disabled.
2024-06-13 14:59:28 db-1 | 2024-06-13 8:29:28 0 [Note] Plugin 'wsrep-provider' is disabled.
2024-06-13 14:59:35 db-1 | 2024-06-13 8:29:35 0 [Warning] 'user' entry 'root@ec6d26bd5496' ignored in --skip-name-resolve mode.
2024-06-13 14:59:35 db-1 | 2024-06-13 8:29:35 0 [Warning] 'proxies_priv' entry '@% root@ec6d26bd5496' ignored in --skip-name-resolve mode.
2024-06-13 14:59:35 db-1 | 2024-06-13 8:29:35 0 [Note] mariadbd: Event Scheduler: Loaded 0 events
2024-06-13 14:59:35 db-1 | 2024-06-13 8:29:35 0 [Note] mariadbd: ready for connections.
2024-06-13 14:59:35 db-1 | Version: '11.4.2-MariaDB-ubu2404' socket: '/run/mysqld/mysqld.sock' port: 0 mariadb.org binary distribution
2024-06-13 14:59:35 db-1 | 2024-06-13 08:29:35+00:00 [Note] [Entrypoint]: Temporary server started.
2024-06-13 14:59:36 db-1 | 2024-06-13 08:29:36+00:00 [Note] [Entrypoint]: Creating database koha
2024-06-13 14:59:36 db-1 | 2024-06-13 08:29:36+00:00 [Note] [Entrypoint]: Creating user koha
2024-06-13 14:59:36 db-1 | 2024-06-13 08:29:36+00:00 [Note] [Entrypoint]: Giving user koha access to schema koha
2024-06-13 14:59:36 db-1 | 2024-06-13 08:29:36+00:00 [Note] [Entrypoint]: Securing system users (equivalent to running mysql_secure_installation)
2024-06-13 14:59:36 db-1 |
2024-06-13 14:59:36 db-1 | 2024-06-13 08:29:36+00:00 [Note] [Entrypoint]: Stopping temporary server
2024-06-13 14:59:36 db-1 | 2024-06-13 8:29:36 0 [Note] mariadbd (initiated by: unknown): Normal shutdown
2024-06-13 14:59:36 db-1 | 2024-06-13 8:29:36 0 [Note] InnoDB: FTS optimize thread exiting.
2024-06-13 14:59:36 db-1 | 2024-06-13 8:29:36 0 [Note] InnoDB: Starting shutdown...
2024-06-13 14:59:36 db-1 | 2024-06-13 8:29:36 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
2024-06-13 14:59:36 db-1 | 2024-06-13 8:29:36 0 [Note] InnoDB: Buffer pool(s) dump completed at 240613 8:29:36
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] InnoDB: Removed temporary tablespace data file: "./ibtmp1"
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] InnoDB: Shutdown completed; log sequence number 47779; transaction id 15
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] mariadbd: Shutdown complete
2024-06-13 14:59:37 db-1 |
2024-06-13 14:59:37 db-1 | 2024-06-13 08:29:37+00:00 [Note] [Entrypoint]: Temporary server stopped
2024-06-13 14:59:37 db-1 |
2024-06-13 14:59:37 db-1 | 2024-06-13 08:29:37+00:00 [Note] [Entrypoint]: MariaDB init process done. Ready for start up.
2024-06-13 14:59:37 db-1 |
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] Starting MariaDB 11.4.2-MariaDB-ubu2404 source revision 3fca5ed772fb75e3e57c507edef2985f8eba5b12 as process 1
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] InnoDB: Compressed tables use zlib 1.3
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] InnoDB: Number of transaction pools: 1
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] InnoDB: Using AVX512 instructions
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] mariadbd: O_TMPFILE is not supported on /tmp (disabling future attempts)
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] InnoDB: Using liburing
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] InnoDB: Initializing buffer pool, total size = 128.000MiB, chunk size = 2.000MiB
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] InnoDB: Completed initialization of buffer pool
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] InnoDB: File system buffers for log disabled (block size=512 bytes)
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] InnoDB: End of log at LSN=47779
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] InnoDB: Opened 3 undo tablespaces
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] InnoDB: 128 rollback segments in 3 undo tablespaces are active.
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] InnoDB: Setting file './ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ...
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] InnoDB: File './ibtmp1' size is now 12.000MiB.
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] InnoDB: log sequence number 47779; transaction id 14
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] Plugin 'FEEDBACK' is disabled.
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] Plugin 'wsrep-provider' is disabled.
2024-06-13 14:59:37 db-1 | 2024-06-13 8:29:37 0 [Note] InnoDB: Buffer pool(s) load completed at 240613 8:29:37
2024-06-13 14:59:38 db-1 | 2024-06-13 8:29:38 0 [Note] Server socket created on IP: '0.0.0.0'.
2024-06-13 14:59:38 db-1 | 2024-06-13 8:29:38 0 [Note] Server socket created on IP: '::'.
2024-06-13 14:59:38 db-1 | 2024-06-13 8:29:38 0 [Note] mariadbd: Event Scheduler: Loaded 0 events
2024-06-13 14:59:38 db-1 | 2024-06-13 8:29:38 0 [Note] mariadbd: ready for connections.
2024-06-13 14:59:38 db-1 | Version: '11.4.2-MariaDB-ubu2404' socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
2024-06-13 15:05:10 db-1 | 2024-06-13 8:35:10 0 [Note] mariadbd (initiated by: unknown): Normal shutdown
2024-06-13 15:05:10 db-1 | 2024-06-13 8:35:10 0 [Note] InnoDB: FTS optimize thread exiting.
2024-06-13 15:05:10 db-1 | 2024-06-13 8:35:10 0 [Note] InnoDB: Starting shutdown...
2024-06-13 15:05:10 db-1 | 2024-06-13 8:35:10 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
2024-06-13 15:05:10 db-1 | 2024-06-13 8:35:10 0 [Note] InnoDB: Buffer pool(s) dump completed at 240613 8:35:10
2024-06-13 15:05:11 db-1 | 2024-06-13 8:35:11 0 [Note] InnoDB: Removed temporary tablespace data file: "./ibtmp1"
2024-06-13 15:05:11 db-1 | 2024-06-13 8:35:11 0 [Note] InnoDB: Shutdown completed; log sequence number 47779; transaction id 15
2024-06-13 15:05:11 db-1 | 2024-06-13 8:35:11 0 [Note] mariadbd: Shutdown complete
2024-06-13 15:05:11 db-1 |