zoukankan      html  css  js  c++  java
  • 7月27 mysql quartz 连接报错

    一、mysql quartz 连接报错

    org.quartz.JobPersistenceException: Couldn't acquire next trigger: The last packet successfully received from the server was 332,448 milliseconds ago. 
    The last packet sent successfully to the server was 143,973 milliseconds ago. is longer than the server configured value of 'wait_timeout'.
    You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts,
    or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.

    onger than the server configured value of 'wait_timeout'.

    You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.

    Couldn't rollback jdbc connection. Communications link failure during rollback().

    通过调整超时参数解决

    mysql> show global variables like '%time%' ;
    SET GLOBAL wait_timeout = 288000;

    或者设置url 连接

    &autoReconnect=true

  • 相关阅读:
    家庭养花秘笈1000问
    生活中来3000例·健康篇
    生命的奥秘百科(套装共10册)
    海军陆战队6:太空战舰
    历史文明探秘百科(套装共10册)
    中医养生知识读本
    上工养生话刮痧
    古法艾灸
    钻井液处理剂及其作用原理
    重金属污泥处理技术与管理
  • 原文地址:https://www.cnblogs.com/lyon91/p/9376218.html
Copyright © 2011-2022 走看看