linux - SQLITE_IOEERR : in Meteor

标签 linux meteor

Retrying after error { [Error: SQLITE_IOERR: disk I/O error] errno: 10, code:
'SQLITE_IOERR' }
Retrying after error { [Error: SQLITE_IOERR: disk I/O error] errno: 10, code:
'SQLITE_IOERR' }
/home/kdibbs/.meteor/packages/meteor-tool/.1.4.2.1r0536n++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:190
      throw error;
      ^

Error: SQLITE_IOERR: disk I/O error
    at Error (native)
 => awaited here:
    at Promise.await (/home/kdibbs/.meteor/packages/meteor-tool/.1.4.2.1r0536n++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:39:12)
    at Db._execute (/tools/packaging/catalog/catalog-remote.js:355:8)
    at /tools/packaging/catalog/catalog-remote.js:144:10
    at Db._retry (/tools/packaging/catalog/catalog-remote.js:156:16)
    at new Db (/tools/packaging/catalog/catalog-remote.js:143:8)
    at RemoteCatalog.initialize (/tools/packaging/catalog/catalog-remote.js:694:15)
    at /tools/cli/main.js:815:20

所以我几天前运行了这个 meteor 程序,然后我在我的机器上创建了更多的用户和一个组。所有这些都没有影响我的普通用户......现在我得到了这个错误?有什么线索吗?

谢谢。

最佳答案

您是否尝试搜索此内容?在此处查看 SQLite 引用 https://www.sqlite.org/rescode.html#ioerr

听起来您的某个磁盘出现错误 - 例如打开的文件太多,或者磁盘已满?

(10) SQLITE_IOERR

The SQLITE_IOERR result code says that the operation could not finish because the operating system reported an I/O error. A full disk drive will normally give an SQLITE_FULL error rather than an SQLITE_IOERR error.

There are many different extended result codes for I/O errors that identify the specific I/O operation that failed.

关于linux - SQLITE_IOEERR : in Meteor,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41081895/

相关文章:

javascript - 查找Mongo Collection中动态生成数据的次数

javascript - Meteor 基础应用 : ReferenceError: Entries is not defined

node.js - 如何让蒙古语在浏览器中工作?

javascript - meteor 的 Nightmare 引发异常

linux - 如何从字符串列表中提取结构?

linux - 在 Linux 上,通过 USB 使用 HID 报告的好方法是什么?

linux - 如何对目录中的所有文件运行命令,并将 mv 运行到获得包含 'Cannot read TIFF header' 输出的不同文件?

linux 中的 c 程序使用服务器和客户端程序以及使用 udp 套接字获取服务器的 mac 地址?

java - 将整个项目导入 Maven (Eclipse Juno)

javascript - 调用meteor的Email.send时出现语法错误