PreciousStones

PreciousStones

269k Downloads

[SEVERE] Error at SQL INSERT Query:

Bronski opened this issue ยท 2 comments

commented

I just noticed these in my server log. They may have started on 5.5.7 but I've been on 5.5.8 since at least the last 2 entries:

2011-08-21 18:43:58 [WARNING] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1171-67--303-world' for key 'uq_pstone_fields_1'
2011-08-21 18:43:58 [WARNING] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1171-67--302-world' for key 'uq_pstone_fields_1'
2011-08-21 18:43:59 [WARNING] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1171-68--303-world' for key 'uq_pstone_fields_1'
2011-08-21 18:44:00 [WARNING] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1171-68--302-world' for key 'uq_pstone_fields_1'
2011-08-21 18:44:05 [WARNING] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1174-67--295-world' for key 'uq_pstone_fields_1'
2011-08-21 18:44:06 [WARNING] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1174-68--295-world' for key 'uq_pstone_fields_1'
2011-08-21 18:44:17 [WARNING] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1183-71--319-world' for key 'uq_pstone_fields_1'
2011-08-21 18:44:21 [WARNING] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1178-70--318-world' for key 'uq_pstone_fields_1'
2011-08-21 18:44:27 [WARNING] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1174-70--322-world' for key 'uq_pstone_fields_1'
2011-08-21 18:44:38 [WARNING] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1187-72--307-world' for key 'uq_pstone_fields_1'
2011-08-21 18:44:48 [WARNING] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1176-68--335-world' for key 'uq_pstone_fields_1'
2011-08-21 18:45:08 [WARNING] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1174-77--354-world' for key 'uq_pstone_fields_1'
2011-08-21 18:45:11 [WARNING] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1174-78--350-world' for key 'uq_pstone_fields_1'
2011-08-21 18:45:18 [WARNING] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1169-75--351-world' for key 'uq_pstone_fields_1'
2011-08-21 18:45:44 [WARNING] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1172-72--343-world' for key 'uq_pstone_fields_1'
2011-08-21 18:45:49 [WARNING] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1177-71--343-world' for key 'uq_pstone_fields_1'
2011-08-21 18:46:20 [WARNING] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1166-73--338-world' for key 'uq_pstone_fields_1'
2011-08-22 18:40:10 [WARNING] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1085-63-568-world' for key 'uq_pstone_fields_1'
2011-08-29 03:53:41 [SEVERE] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1141-71-360-world' for key 'uq_pstone_fields_1'
2011-08-31 21:11:49 [SEVERE] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1258-62-883-world' for key 'uq_pstone_fields_1'
2011-09-02 16:49:33 [SEVERE] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '281-81-1446-world' for key 'uq_pstone_fields_1'
2011-09-03 00:44:26 [SEVERE] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1191-69-369-world' for key 'uq_pstone_fields_1'
2011-09-03 00:54:56 [SEVERE] Error at SQL INSERT Query: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1227-76-347-world' for key 'uq_pstone_fields_1'

commented

Those are fine, basically its an error that happens when a new field is being saved to the database that already exists there. Maybe someone broke a field with superpickaxe and then places a new one in its place. Not a bug.

commented

Ok, thanks phaed.