z.B. folgende
Suche produziert folgenden Fehler.
01 | java.sql.SQLException: Duplicate key or integrity constraint violation message from server: "Duplicate entry '2956191' for key 1" |
02 | at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java: 2001 ) |
03 | at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java: 1168 ) |
04 | at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java: 1279 ) |
05 | at com.mysql.jdbc.MysqlIO.sqlQuery(MysqlIO.java: 1225 ) |
06 | at com.mysql.jdbc.Connection.execSQL(Connection.java: 2278 ) |
07 | at com.mysql.jdbc.Connection.execSQL(Connection.java: 2225 ) |
08 | at com.mysql.jdbc.Statement.executeUpdate(Statement.java: 1259 ) |
09 | at com.mysql.jdbc.Statement.executeUpdate(Statement.java: 1205 ) |
10 | at org.apache.jsp.index_jsp._jspService(index_jsp.java: 3485 ) |
11 | at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java: 94 ) |