python - Openshift MySQL Cartridge 未重新启动

标签 python mysql openshift

我刚刚更新了我的 Openshift Python 应用程序,因此 MySQL 卡带无法启动:

Starting MySQL 5.5 cartridge
MySQL server failed to start:
140331 15:07:07 mysqld_safe Logging to '/var/lib/openshift/531b9311500446a962000021/mysql//log/mysql_error.log'.
140331 15:07:07 mysqld_safe Starting mysqld daemon with databases from /var/lib/openshift/531b9311500446a962000021/mysql/data/
140331 15:07:10 mysqld_safe mysqld from pid file /var/lib/openshift/531b9311500446a962000021/mysql/pid/mysql.pid ended
140331 15:07:07 mysqld_safe Starting mysqld daemon with databases from /var/lib/openshift/531b9311500446a962000021/mysql/data/
140331 15:07:08 [Note] Plugin 'FEDERATED' is disabled.
140331 15:07:08 InnoDB: The InnoDB memory heap is disabled
140331 15:07:08 InnoDB: Mutexes and rw_locks use GCC atomic builtins
140331 15:07:08 InnoDB: Compressed tables use zlib 1.2.3
140331 15:07:08 InnoDB: Using Linux native AIO
140331 15:07:08  InnoDB: Warning: io_setup() failed with EAGAIN. Will make 5 attempts before giving up.
InnoDB: Warning: io_setup() attempt 1 failed.
InnoDB: Warning: io_setup() attempt 2 failed.
InnoDB: Warning: io_setup() attempt 3 failed.
InnoDB: Warning: io_setup() attempt 4 failed.
InnoDB: Warning: io_setup() attempt 5 failed.
140331 15:07:10  InnoDB: Error: io_setup() failed with EAGAIN after 5 attempts.
InnoDB: You can disable Linux Native AIO by setting innodb_use_native_aio = 0 in my.cnf
140331 15:07:10 InnoDB: Fatal error: cannot initialize AIO sub-system
140331 15:07:10 [ERROR] Plugin 'InnoDB' init function returned error.
140331 15:07:10 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
140331 15:07:10 [ERROR] Unknown/unsupported storage engine: InnoDB
140331 15:07:10 [ERROR] Aborting

140331 15:07:10 [Note] /opt/rh/mysql55/root/usr/libexec/mysqld: Shutdown complete

140331 15:07:10 mysqld_safe mysqld from pid file /var/lib/openshift/531b9311500446a962000021/mysql/pid/mysql.pid ended
Failed to execute: 'control restart' for /var/lib/openshift/531b9311500446a962000021/mysql

我有点卡住了。我检查了我的配额,一切都很好,这只是一个用于测试目的的小应用程序。除了删除齿轮并创建新齿轮之外,我还能做什么?

这是 Openshift 方面的错误吗?

最佳答案

关于python - Openshift MySQL Cartridge 未重新启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22770199/

相关文章:

php - 有没有办法以片段/增量的形式返回 ajax POST 结果?

ruby - rhc 安装程序返回 "warning: constant::TimeoutError is deprecated"

node.js - 从通过 php gear 托管的客户端连接到 socket.io? - 开档

python - Django:您正在尝试添加一个不可为空的字段 'slug' 以在没有默认值的情况下发布;我们不能那样做

python - 从元组中删除空格

python - 显示没有逗号,括号等的python 2d列表,每行后换行

java - 在 mysql jdbc 中自动生成 key

python - 如何根据DataFrame中下一周期的观察来过滤观察

mysql - 如何在单个查询中将多个总和从列旋转到行

node.js - HTTP 范围 header Openshift 可扩展应用程序