Hi,
since today I have a problem starting the docker version, even after starting 
from scratch as show here:
Short version:
$ git clone https://github.com/openxpki/openxpki-docker.git
$ cd openxpki-docker
$ make init
$ docker-compose up
...
openxpki-server_1  | Exception during server initialization: Field name used in 
workflow config is not defined; __action__ => update_base, __field__ => 
cert_identifier_static, __workflow__ => change_metadata (Field name used in 
workflow config is not defined; __action__ => update_base, __field__ => 
cert_identifier_static, __workflow__ => change_metadata) at 
/usr/share/perl5/OpenXPKI/Server.pm line 812.
openxpki-dockerbackup_openxpki-server_1 exited with code 2

More verbose version:
$ git clone https://github.com/openxpki/openxpki-docker.git
Cloning into 'openxpki-docker'...
remote: Enumerating objects: 155, done.
remote: Counting objects: 100% (43/43), done.
remote: Compressing objects: 100% (26/26), done.
remote: Total 155 (delta 18), reused 36 (delta 15), pack-reused 112
Receiving objects: 100% (155/155), 32.95 KiB | 10.98 MiB/s, done.
Resolving deltas: 100% (78/78), done.

$ cd openxpki-docker

$ make init
git clone  https://github.com/openxpki/openxpki-config --single-branch 
--branch=community
Cloning into 'openxpki-config'...
remote: Enumerating objects: 4292, done.
remote: Counting objects: 100% (464/464), done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 4292 (delta 432), reused 433 (delta 426), pack-reused 3828
Receiving objects: 100% (4292/4292), 883.44 KiB | 19.21 MiB/s, done.
Resolving deltas: 100% (2358/2358), done.
cp contrib/wait_on_init.yaml openxpki-config/config.d/system/local.yaml

$ docker-compose up
Starting openxpki-dockerbackup_db_1 ... done
Recreating openxpki-dockerbackup_openxpki-server_1 ... done
Recreating openxpki-dockerbackup_openxpki-client_1 ... done
Attaching to openxpki-dockerbackup_db_1, 
openxpki-dockerbackup_openxpki-server_1, openxpki-dockerbackup_openxpki-client_1
db_1               | 2022-09-14 08:46:52+00:00 [Note] [Entrypoint]: Entrypoint 
script for MariaDB Server 1:10.8.3+maria~jammy started.
db_1               | 2022-09-14 08:46:52+00:00 [Note] [Entrypoint]: Switching 
to dedicated user 'mysql'
openxpki-server_1  | Starting OpenXPKI Community Edition v3.22.0
db_1               | 2022-09-14 08:46:52+00:00 [Note] [Entrypoint]: Entrypoint 
script for MariaDB Server 1:10.8.3+maria~jammy started.
db_1               | 2022-09-14 08:46:53+00:00 [Note] [Entrypoint]: MariaDB 
upgrade not required
db_1               | 2022-09-14  8:46:53 0 [Note] mariadbd (server 
10.8.3-MariaDB-1:10.8.3+maria~jammy) starting as process 1 ...
db_1               | 2022-09-14  8:46:53 0 [Note] InnoDB: Compressed tables use 
zlib 1.2.11
db_1               | 2022-09-14  8:46:53 0 [Note] InnoDB: Using transactional 
memory
db_1               | 2022-09-14  8:46:53 0 [Note] InnoDB: Number of transaction 
pools: 1
db_1               | 2022-09-14  8:46:53 0 [Note] InnoDB: Using crc32 + 
pclmulqdq instructions
db_1               | 2022-09-14  8:46:53 0 [Note] mariadbd: O_TMPFILE is not 
supported on /tmp (disabling future attempts)
db_1               | 2022-09-14  8:46:53 0 [Warning] mariadbd: 
io_uring_queue_init() failed with ENOMEM: try larger memory locked limit, 
ulimit -l, or https://mariadb.com/kb/en/systemd/#configuring-limitmemlock under 
systemd (262144 bytes required)
db_1               | 2022-09-14  8:46:53 0 [Warning] InnoDB: liburing disabled: 
falling back to innodb_use_native_aio=OFF
db_1               | 2022-09-14  8:46:53 0 [Note] InnoDB: Initializing buffer 
pool, total size = 128.000MiB, chunk size = 2.000MiB
db_1               | 2022-09-14  8:46:53 0 [Note] InnoDB: Completed 
initialization of buffer pool
db_1               | 2022-09-14  8:46:53 0 [Note] InnoDB: File system buffers 
for log disabled (block size=512 bytes)
db_1               | 2022-09-14  8:46:53 0 [Note] InnoDB: 128 rollback segments 
are active.
db_1               | 2022-09-14  8:46:53 0 [Note] InnoDB: Setting file 
'./ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ...
db_1               | 2022-09-14  8:46:53 0 [Note] InnoDB: File './ibtmp1' size 
is now 12.000MiB.
db_1               | 2022-09-14  8:46:53 0 [Note] InnoDB: log sequence number 
331337; transaction id 259
db_1               | 2022-09-14  8:46:53 0 [Note] InnoDB: Loading buffer 
pool(s) from /var/lib/mysql/ib_buffer_pool
db_1               | 2022-09-14  8:46:53 0 [Note] Plugin 'FEEDBACK' is disabled.
db_1               | 2022-09-14  8:46:53 0 [Warning] 
'default-authentication-plugin' is MySQL 5.6 / 5.7 compatible option. To be 
implemented in later versions.
db_1               | 2022-09-14  8:46:53 0 [Warning] You need to use --log-bin 
to make --expire-logs-days or --binlog-expire-logs-seconds work.
db_1               | 2022-09-14  8:46:53 0 [Note] Server socket created on IP: 
'0.0.0.0'.
db_1               | 2022-09-14  8:46:53 0 [Note] Server socket created on IP: 
'::'.
db_1               | 2022-09-14  8:46:53 0 [Note] mariadbd: ready for 
connections.
db_1               | Version: '10.8.3-MariaDB-1:10.8.3+maria~jammy'  socket: 
'/run/mysqld/mysqld.sock'  port: 3306  mariadb.org binary distribution
db_1               | 2022-09-14  8:46:53 0 [Note] InnoDB: Buffer pool(s) load 
completed at 220914  8:46:53
openxpki-client_1  | AH00558: apache2: Could not reliably determine the 
server's fully qualified domain name, using 172.19.0.4. Set the 'ServerName' 
directive globally to suppress this message
openxpki-server_1  | Exception during server initialization: Field name used in 
workflow config is not defined; __action__ => update_base, __field__ => 
cert_identifier_static, __workflow__ => change_metadata (Field name used in 
workflow config is not defined; __action__ => update_base, __field__ => 
cert_identifier_static, __workflow__ => change_metadata) at 
/usr/share/perl5/OpenXPKI/Server.pm line 812.
openxpki-dockerbackup_openxpki-server_1 exited with code 2

This started after I deleted the openxpki-config directory and tried to restart 
with a fresh config...

Any ideas what could be the reason?

Best Regards,

Bernd
Device Software Development
14DS1 Connectivity, Product Security and Operating Systems
Corporate R&D
Phone: +49 89 4129 13388

_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to