Seeing this on the console with my master build on LM18 : warn:legacy.osl:31993:1:dbaccess/source/core/dataaccess/ModelImpl.cxx:900: DBG_UNHANDLED_EXCEPTION in static bool dbaccess::ODatabaseModelImpl::commitStorageIfWriteable_ignoreErrors(const com::sun::star::uno::Reference<com::sun::star::embed::XStorage>&) type: com.sun.star.uno.DeploymentException message: component context fails to supply service com.sun.star.io.TempFile of type com.sun.star.io.XTempFile context: N4cppu16ComponentContextE warn:dbaccess:31993:1:dbaccess/source/core/dataaccess/ModelImpl.cxx:804: ODatabaseModelImpl::commitRootStorage: could not commit the storage! The could not "commit the storage" message seems a bit worrying ?
On pc Debian x86-64 with master sources updated today, I could reproduce this with HSQLDB and Firebird warn:legacy.osl:30386:1:dbaccess/source/core/dataaccess/ModelImpl.cxx:900: DBG_UNHANDLED_EXCEPTION in static bool dbaccess::ODatabaseModelImpl::commitStorageIfWriteable_ignoreErrors(const com::sun::star::uno::Reference<com::sun::star::embed::XStorage>&) type: com.sun.star.uno.DeploymentException message: component context fails to supply service com.sun.star.io.TempFile of type com.sun.star.io.XTempFile context: N4cppu16ComponentContextE warn:dbaccess:30386:1:dbaccess/source/core/dataaccess/ModelImpl.cxx:804: ODatabaseModelImpl::commitRootStorage: could not commit the storage! So it doesn't seem specific to Firebird
*** This bug has been marked as a duplicate of bug 57979 ***
Thanks Julien !