Server dbi file not found

Hi,

Just testing 2025.3.0 on our production server. After deploying the war file in Server log there is an entry
server dbi file ‘/WEB-INF/db/repository_server.dbi’ not found

When a user has logged in second entry in the server log
server dbi file ‘/WEB-INF/db/_sv_inmem.dbi’ not found

in my servoy.properties I have what I believe to be the correct info for the repository_server.
The repository_server was an empty database before the war file was deployed and now has tables.

If I check the database performance there queries to both the repository_server and _sv_inmem.

Do need to worry about the dbi files not being found?

Thanks

Richard

Both are warnings and can be ignored.

I’ve raised a case a while back: Jira

Although changing the log settings weren’t successful so far.

Hi Marc,

Thanks for the swift response!

Richard