查看: 1092|回復: 3

[問題] 黑盒子錯誤訊息

[複製鏈接]

1

主題

80

帖子

3246

金錢

鑽石VIP

Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127

威望
0
精華
0
貢獻
0
鑽石
0
閱讀權限
90
積分
3326
在線時間
80 小時
相冊
0
日誌
0
好友
0
發表於 2024-11-6 10:45 | 顯示全部樓層 |閱讀模式
大幅數位科技
有大大可以幫忙解惑嗎? 此訊息都是維修前跳出來的

The last packet successfully received from the server was 61,698,676 milliseconds ago.  The last packet sent successfully to the server was 61,698,677 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.
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 61,698,676 milliseconds ago.  The last packet sent successfully to the server was 61,698,677 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.
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
        at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
        at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3851)
        at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2471)
        at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2651)
        at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2683)
        at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2144)
        at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1379)
        at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.execute(NewProxyPreparedStatement.java:989)
        at com.lineage.server.datatables.sql.AccountTable.UpdataPrestigScore(voa:933)
        at com.lineage.server.datatables.lock.AccountReading.UpdataPrestigScore(lta:704)
        at com.lineage.server.model.Instance.L1PcInstance.logout(koa:2023)
        at com.lineage.echo.QuitGame.quitGame(mib:276)
        at com.lineage.server.Shutdown.saveData(idb:664)
        at com.lineage.server.Shutdown.countdown(idb:688)
        at com.lineage.server.Shutdown.run(idb:252)
Caused by: java.net.SocketException: Software caused connection abort: socket write error
        at java.net.SocketOutputStream.socketWrite0(Native Method)
        at java.net.SocketOutputStream.socketWrite(Unknown Source)
        at java.net.SocketOutputStream.write(Unknown Source)
        at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
        at java.io.BufferedOutputStream.flush(Unknown Source)
        at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3832)
        ... 13 more





上一篇︰JAVA修改物理防禦突破128的方法
下一篇︰【求助】8.15C登錄器編碼問題

2

主題

1016

帖子

2萬

金錢

巴列斯

Rank: 10Rank: 10Rank: 10

威望
5
精華
0
貢獻
0
鑽石
0
閱讀權限
60
積分
29732
在線時間
661 小時
相冊
0
日誌
0
好友
0
發表於 2024-11-6 14:02 | 顯示全部樓層
看不懂英文的話 丟翻譯就知道了

閒置過久

紅茶
聯絡方式
LINE: lineageapp
回復 支持 反對

使用道具 舉報

2

主題

37

帖子

1088

金錢

妖魔鬥士

Rank: 6Rank: 6

威望
0
精華
0
貢獻
0
鑽石
0
閱讀權限
40
積分
1125
在線時間
27 小時
相冊
0
日誌
0
好友
0
發表於 2024-11-6 20:29 | 顯示全部樓層
MySQL連線因為超過wait_timeout 設定的等待時間所以中斷了~MySQL的wait_timeout 預設好像是28800 秒(8 小時),如果在此期間內沒有任何資料庫活動,連線會自動終止~~~  以上

回復 支持 反對

使用道具 舉報

1

主題

80

帖子

3246

金錢

鑽石VIP

Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127Rank: 127

威望
0
精華
0
貢獻
0
鑽石
0
閱讀權限
90
積分
3326
在線時間
80 小時
相冊
0
日誌
0
好友
0
 樓主| 發表於 2024-11-6 22:47 | 顯示全部樓層
1019449101 發表於 2024-11-6 20:29
MySQL連線因為超過wait_timeout 設定的等待時間所以中斷了~MySQL的wait_timeout 預設好像是28800 秒(8 小 ...

感謝解惑~~

回復 支持 反對

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 註冊會員

本版積分規則

天堂私服列表

45客服

Archiver| 45天堂私服論壇   分享到微博! 分享到臉書! 分享到噗浪! 分享到維特! 分享到Google+! 分享到LINE!

45天堂私服發佈站 ©    天堂私服架設教學  提供最新天堂私服最新資訊

流量最高、品質最好、服務最優、玩家首選、最新天堂私服資訊,都在45天堂私服發佈站.    免責聲明

Sitetag
line客服聯繫
掃一掃二碼
Line客服聯繫
24H專人回覆
返回頂部 返回列表