Index: jbidwatcher/trunk/src/com/jbidwatcher/auction/server/AuctionServerManager.java =================================================================== --- jbidwatcher/trunk/src/com/jbidwatcher/auction/server/AuctionServerManager.java (revision 584) +++ jbidwatcher/trunk/src/com/jbidwatcher/auction/server/AuctionServerManager.java (revision 588) @@ -201,7 +201,11 @@ try { serverChild.addChild(ae.toXML()); } catch (Exception e) { + try { ErrorManagement.handleException("Exception trying to save auction " + ae.getIdentifier() + " (" + ae.getTitle() + ") -- Not saving", e); + } catch(Exception e2) { + ErrorManagement.handleException("Exception trying to save auction entry id " + ae.getId() + " -- Not saving", e); + } } }