Bug 101734 - FIREBIRD/HSQLDB - com.sun.star.uno.DeploymentException
Summary: FIREBIRD/HSQLDB - com.sun.star.uno.DeploymentException
Status: RESOLVED DUPLICATE of bug 57979
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
5.3.0.0.alpha0+
Hardware: All Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-26 08:04 UTC by Alex Thurgood
Modified: 2016-12-21 11:23 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Thurgood 2016-08-26 08:04:30 UTC
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 ?
Comment 1 Julien Nabet 2016-12-20 18:51:51 UTC
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
Comment 2 Julien Nabet 2016-12-20 18:54:58 UTC

*** This bug has been marked as a duplicate of bug 57979 ***
Comment 3 Alex Thurgood 2016-12-21 11:23:39 UTC
Thanks Julien !