this was a working project on a raspberry pi. I ran the commands sudo apt-get update and apt-get upgrade which kicked off this issue.
some key lines in the log file
OpenJDK Client VM warning: You have loaded library /usr/local/ignition/jre-tmp/sqlite-3.39.2.0-854638ac-fa93-4600-b52f-95492b1dccbb-libsqlitejdbc.so which might have disabled stack guard. The VM will try to fix the stack guard now.
INFO | jvm 1 | 2023/05/15 12:57:11 | It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
INFO | jvm 1 | 2023/05/15 12:57:11 | Failed to load native library:sqlite-3.39.2.0-854638ac-fa93-4600-b52f-95492b1dccbb-libsqlitejdbc.so. osinfo: Linux/aarch64
INFO | jvm 1 | 2023/05/15 12:57:11 | java.lang.UnsatisfiedLinkError: /usr/local/ignition/jre-tmp/sqlite-3.39.2.0-854638ac-fa93-4600-b52f-95492b1dccbb-libsqlitejdbc.so: /usr/local/ignition/jre-tmp/sqlite-3.39.2.0-854638ac-fa93-4600-b52f-95492b1dccbb-libsqlitejdbc.so: wrong ELF class: ELFCLASS64 (Possible cause: architecture word width mismatch)
INFO | jvm 1 | 2023/05/15 12:57:11 | 12:57:11,249 |-WARN in ch.qos.logback.core.db.DataSourceConnectionSource@62feac - Could not discover the dialect to use. java.sql.SQLException: Error opening connection
wrapper.log (7.6 MB)