<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    ivaneeo's blog

    自由的力量,自由的生活。

      BlogJava :: 首頁 :: 聯系 :: 聚合  :: 管理
      669 Posts :: 0 Stories :: 64 Comments :: 0 Trackbacks

    com.mysql.jdbc.CommunicationsException: The last packet successfully received from the server was58129 seconds ago.The last packet sent successfully to the server was 58129 seconds ago, which 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.

     

    查了一下,原來是mysql超時設置的問題
    如果連接閑置8小時 (8小時內沒有進行數據庫操作), mysql就會自動斷開連接, 要重啟tomcat.

     

     

    解決辦法:

     

     

        一種. 如果不用hibernate的話, 則在 connection url中加參數: autoReconnect=true

    jdbc.url=jdbc:mysql://ipaddress:3306/database?autoReconnect=true&amp;autoReconnectForPools=true

     


        二種。用hibernate的話, 加如下屬性:
            <property name="connection.autoReconnect">true</property>
            <property name="connection.autoReconnectForPools">true</property>
            <property name="connection.is-connection-validation-required">true</property>

     


        三。要是還用c3p0連接池:
            <property name="hibernate.c3p0.acquire_increment">1</property>
            <property name="hibernate.c3p0.idle_test_period">0</property>
            <property name="hibernate.c3p0.timeout">0</property>
            <property name="hibernate.c3p0.validate">true</property>

     

     

     四。最不好的解決方案

     

    使用Connector/J連接MySQL數據庫,程序運行較長時間后就會報以下錯誤:

    Communications link failure,The last packet successfully received from the server was *** millisecond ago.The last packet successfully sent to the server was ***  millisecond ago。

    其中錯誤還會提示你修改wait_timeout或是使用Connector/J的autoReconnect屬性避免該錯誤。

    后來查了一些資料,才發現遇到這個問題的人還真不少,大部分都是使用連接池方式時才會出現這個問題,短連接應該很難出現這個問題。這個問題的原因:

    MySQL服務器默認的“wait_timeout”是28800秒即8小時,意味著如果一個連接的空閑時間超過8個小時,MySQL將自動斷開該連接,而連接池卻認為該連接還是有效的(因為并未校驗連接的有效性),當應用申請使用該連接時,就會導致上面的報錯。

    1.按照錯誤的提示,可以在JDBC URL中使用autoReconnect屬性,實際測試時使用了autoReconnect=true& failOverReadOnly=false,不過并未起作用,使用的是5.1版本,可能真像網上所說的只對4之前的版本有效。

    2.沒辦法,只能修改MySQL的參數了,wait_timeout最大為31536000即1年,在my.cnf中加入:

    [mysqld]

    wait_timeout=31536000

    interactive_timeout=31536000

    重啟生效,需要同時修改這兩個參數
    posted on 2012-11-06 16:29 ivaneeo 閱讀(4104) 評論(0)  編輯  收藏 所屬分類: bi(商務智能)
    主站蜘蛛池模板: 免费国产午夜高清在线视频| 国产精品永久免费10000| 一区二区免费在线观看| 91免费在线视频| 亚洲尤码不卡AV麻豆| 亚洲人成77777在线观看网| 色费女人18女人毛片免费视频| 永久黄网站色视频免费观看| 一本色道久久综合亚洲精品| 亚洲精品中文字幕乱码| 91精品国产免费网站| 亚洲精品在线免费观看| 最近中文字幕mv免费高清视频8| 久久精品国产亚洲AV无码麻豆| 亚洲视频免费在线播放| 久久亚洲国产精品123区| a级片免费在线观看| 亚洲今日精彩视频| 国产成人精品免费视频动漫| 亚洲色精品88色婷婷七月丁香| 在线涩涩免费观看国产精品| 亚洲成A∨人片在线观看无码| 国产精品免费久久久久久久久| 情人伊人久久综合亚洲| 国产亚洲福利精品一区二区| 久久激情亚洲精品无码?V| 久久免费美女视频| 国产精品高清视亚洲一区二区| 日本特黄特色aa大片免费| 久久99久久成人免费播放| 久久国产亚洲高清观看| 国产又大又粗又硬又长免费| 伊人免费在线观看| 亚洲色精品VR一区区三区| 亚洲国产精品尤物yw在线| 久久精品国产亚洲av天美18| 亚洲午夜无码久久久久| 国产精品无码免费播放| 亚洲免费日韩无码系列| 亚洲w码欧洲s码免费| 综合亚洲伊人午夜网 |