Re: Java core dump on freeBSD 12.2

From: Michael Osipov <1983-01-06_at_gmx.net>
Date: Mon, 12 Jul 2021 15:14:38 UTC
Am 2021-07-12 um 16:17 schrieb Simeo Reig:
> Hello,
>
>    Hello, I send you a java core Dump (*1). It occurs when a wildfly 23
> tries to deploy a war with a reference to a sqlite file db and it does not
> exist. (Same wildfly version, with same war works perfectly under Linux)

Can you share the stack trace and show from lldb "bt all"?
The SQLite JDBC driver from Xerial should either fail or libsqlite3
should tell that the DB does not exist.

M