Database upgrade error
how to fix this problem
Database upgrade error
[Exception... "Component returned failure code: 0x80520010 (NS_ERROR_FILE_NO_DEVICE_SPACE) [mozIStorageConnection.executeSimpleSQL]" nsresult: "0x80520010 (NS_ERROR_FILE_NO_DEVICE_SPACE)" location: "JS frame :: chrome://zotero/content/xpcom/db.js :: Zotero.DBConnection.prototype.query :: line 149" data: no] [QUERY: INSERT INTO itemTypesCombined SELECT itemTypeID, typeName, display, 0 AS custom FROM itemTypes UNION SELECT customItemTypeID + 10000 AS itemTypeID, typeName, display, 1 AS custom FROM customItemTypes] [ERROR: database or disk is full]
Database upgrade error
[Exception... "Component returned failure code: 0x80520010 (NS_ERROR_FILE_NO_DEVICE_SPACE) [mozIStorageConnection.executeSimpleSQL]" nsresult: "0x80520010 (NS_ERROR_FILE_NO_DEVICE_SPACE)" location: "JS frame :: chrome://zotero/content/xpcom/db.js :: Zotero.DBConnection.prototype.query :: line 149" data: no] [QUERY: INSERT INTO itemTypesCombined SELECT itemTypeID, typeName, display, 0 AS custom FROM itemTypes UNION SELECT customItemTypeID + 10000 AS itemTypeID, typeName, display, 1 AS custom FROM customItemTypes] [ERROR: database or disk is full]
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
But I'm also confused by the "customItemTypeID" in there - which Zotero version are you using?
I have tried so many solutions, like remove zotero folder, and reinstall Zotero; go to Preferences>Advanced>Folders and Files And "Check the integrity of the DB",and it says there is no problem with them. I also did what I read in the forum about other DB problems, like rename the zotero.sqlite.X.bak to zotero.sqlite, and didn't work.
Is there anything more than I can do? Thanks a lot!
I have tried to install zotero standalone, but it gives the same error.
And you're confident you have enough disk space on the partition you're trying this?
I assume you've tried Zotero Standalone as well?
Also note that security software can be built-in things like SELinux or AppArmor. I'd guess that this is just an incorrect manifestation of an access denied error. You should check your system logs if you haven't yet.
[Exception... "Component returned failure code: 0x80520010 (NS_ERROR_FILE_NO_DEVICE_SPACE) [mozIStorageConnection.executeSimpleSQL]" nsresult: "0x80520010 (NS_ERROR_FILE_NO_DEVICE_SPACE)" location: "JS frame :: chrome://zotero/content/xpcom/db.js :: Zotero.DBConnection.prototype.query :: line 149" data: no] [QUERY: INSERT INTO itemTypesCombined SELECT itemTypeID, typeName, display, 0 AS custom FROM itemTypes UNION SELECT customItemTypeID + 10000 AS itemTypeID, typeName, display, 1 AS custom FROM customItemTypes] [ERROR: database or disk is full]
I have enough space in my home (the partition of Zotero's data), but I have just checked that I don't have that much space in my root partition (it is supposed not to be a problem). I have just cleaned some caché, and I'll post the results.
It was that. Pacman keeps in /var/cache/pacman/pkg a copy of every installed package, in my case, that folder was 14Gb....
The problem is that, usually, people makes 2 partitions, / for the system, and /home for the Documents and settings of every program installed, that's why I was sure that we have enough space in that partition. But sometimes, some programs use /tmp, wich is in / partition, and there is no enough space.
For Arch users, they can go to /var/cache/pacman/pkg, and remove some packages from there, or if they want to remove all, just use:
sudo pacman -Sc