Project

General

Profile

« Previous | Next » 

Revision 7196

stack trace the HZ put exception during CN-CN replication

View differences:

src/edu/ucsb/nceas/metacat/replication/ReplicationHandler.java
516 516
        }
517 517
        logMetacat.error("ReplicationHandler.handleSingleXMLDocument - " + ReplicationService.METACAT_REPL_ERROR_MSG); 
518 518
        logReplication.error("ReplicationHandler.handleSingleXMLDocument - Failed to write doc " + accNumber +
519
                                      " into db because " +e.getMessage());
519
                                      " into db because " + e.getMessage(), e);
520 520
      throw new HandlerException("ReplicationHandler.handleSingleXMLDocument - generic exception " 
521 521
    		  + "writing Replication: " +e.getMessage());
522 522
    }

Also available in: Unified diff