java.sql.SQLException: Got error 28 from storage

Why can’t you grab tickets when you travel on holiday?Reveal the key technology of 12306 how to ensure the ticket is not oversold>>>

1. Problem: when Java executes SQL statements and reports the following error (MySQL database): 2

Causedby:java.sql.SQLException:Goterror28fromstorageengine
atcom.mysql.jdbc.SQLError.createSQLException(SQLError.java:1084)
atcom.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4232)
atcom.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4164)
atcom.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2615)
atcom.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2776)
atcom.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2838)
atcom.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2082)
atcom.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2212)
atcom.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76)
atorg.springframework.jdbc.core.JdbcTemplate$1.doInPreparedStatement(JdbcTemplate.java:643)
atorg.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:586)
...88more

2. Reasons :

The disk is full

View disk: DF – H command line, you can view the use of disk

3. Solutions :

To the server to delete useless software, free space is no problem, or expansion disk on the line

Similar Posts: