Symptoms

The following appears in the atlassian-confluence.log:

Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768 bytes is stored inline.

Cause 1:

This is caused by the maximum allowed packet size of the MySQL server being too small.

Cause 2:

The InnoDB Log File is too small, and must be increased.

Resolution 1:

Change the packet size configuration setting this to 64MB or larger.

http://dev.mysql.com/doc/refman/5.0/en/packet-too-large.html

Resolution 2:

In your my.ini (or my.cnf) file, add or modify the following line:

innodb_log_file_size=256M

You may wish to adjust this value larger or higher depending on your specific installation. After making this change, restart Confluence and MySQL.

 

最新文章

  1. Js循环读取JSON数据
  2. IOS和Android支持的音频编解码
  3. <构建之法>3-5章感想
  4. NeHe OpenGL教程 第三十二课:拾取游戏
  5. 《linux下sudo服务的使用》RHEL6
  6. Storm系列(十三)架构分析之Worker-维护ZMQ连接
  7. SharePoint Designer cannot open site error " the server could not complete your request"
  8. 无线通信技术协议-Zigbee 3.0
  9. cf446C DZY Loves Fibonacci Numbers
  10. php采集文章中的图片获取替换到本地
  11. ubuntu12.04下一个samba、tftp、nfs构造
  12. C#:继承多态的方法实现数的简单加减乘除运算
  13. 正则表达式——Java程序员懂你
  14. CSRF跨站
  15. Apache的安装与配置
  16. 12.vue属性.监听.组件
  17. 从swap说引用
  18. Struts局部异常与全局异常处理
  19. nginx的访问控制
  20. Parallax Mapping

热门文章

  1. 机器学习-线性回归(基于R语言)
  2. Web前端性能优化详解之CSS与JS加载
  3. 使用字符流(Writer、Reader)完成对文件的读写操作
  4. python自动刷新抢火车票
  5. 【NLP新闻-2013.06.16】Representative Reviewing
  6. git基础常用命令
  7. vue Echarts自适应浏览器窗口大小
  8. 【C++11新特性】 C++11智能指针之weak_ptr
  9. JS中数据结构之散列表
  10. router登录逻辑实现页面跳转