运行声纳分析时PacketTooBigException [英] PacketTooBigException when running a sonar analysis

查看:69
本文介绍了运行声纳分析时PacketTooBigException的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试进行声纳分析时,出现此异常

When I try and run a sonar analysis I get this exception

com.mysql.jdbc.PacketTooBigException:查询数据包太大 (1807198> 1048576).您可以通过以下方式在服务器上更改此值: 设置max_allowed_pa​​cket'变量.

com.mysql.jdbc.PacketTooBigException: Packet for query is too large (1807198 > 1048576). You can change this value on the server by setting the max_allowed_packet' variable.

我应该在声纳服务器上的哪个位置设置该值?

Where on the sonar server should I set this value?

我正在使用Sonar 3.4.1和MySQL 5.x

I'm using Sonar 3.4.1 and MySQL 5.x

推荐答案

找到配置文件my.cnf(如果您的MySQL在Windows中运行,请找到my.ini)

Locate the config file my.cnf (If your MySQL is running in Windows, locate my.ini)

将此添加到配置文件

[mysqld]
max_allowed_packet=256M

然后,重新启动mysql

Then, restart mysql

  • 对于Linux,service mysql restart
  • 对于Windows
    • net stop mysql
    • net start mysql
    • For Linux, service mysql restart
    • For Windows
      • net stop mysql
      • net start mysql

      尝试一下!

      这篇关于运行声纳分析时PacketTooBigException的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆