Hello Stack Overflow community,
I’m experiencing an issue with Firebird 2.5.9 when running it inside a Docker container. After some time, the connection to the Firebird database closes automatically. Restarting the Docker container resolves the issue temporarily, but the problem reoccurs after a while.
Details:
-
Firebird Version: 2.5.9
-
Environment: Docker container
-
Issue: Connection to the Firebird database closes after a period of inactivity or time. Restarting the container temporarily fixes the issue, but the problem recurs.
Firebird: NETWORK ID NAME DRIVER SCOPE
eeee8875fda9 bridge bridge local
The error :
root@ubuntu-jenkins:~# docker logs firebird_25
su: warning: cannot change directory to /home/firebird: No such file or directory
buildkitsandbox Thu Aug 1 20:09:52 2024
inet server err: setting NODELAY socket option
buildkitsandbox Thu Aug 1 20:09:52 2024
INET/inet_error: read errno = 88
su: warning: cannot change directory to /home/firebird: No such file or directory
buildkitsandbox Thu Aug 1 20:09:52 2024
inet server err: setting NODELAY socket option
buildkitsandbox Thu Aug 1 20:09:52 2024
INET/inet_error: read errno = 88
su: warning: cannot change directory to /home/firebird: No such file or directory
buildkitsandbox Thu Aug 1 20:09:52 2024
inet server err: setting NODELAY socket option
buildkitsandbox Thu Aug 1 20:09:52 2024
INET/inet_error: read errno = 88
su: warning: cannot change directory to /home/firebird: No such file or directory
buildkitsandbox Thu Aug 1 20:09:52 2024
inet server err: setting NODELAY socket option
buildkitsandbox Thu Aug 1 20:09:52 2024
INET/inet_error: read errno = 88
su: warning: cannot change directory to /home/firebird: No such file or directory
buildkitsandbox Thu Aug 1 20:09:52 2024
inet server err: setting NODELAY socket option
buildkitsandbox Thu Aug 1 20:09:52 2024
INET/inet_error: read errno = 88
Checked Firebird Logs , Examined Docker Container Resource Limits, Verified Configuration