home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Shareware / Programare / bugzero / WEB-INF / classes / conf / db_errors.properties next >
Encoding:
Text File  |  2005-02-22  |  524 b   |  15 lines

  1. # ========================================================================
  2. # These are possible error messages thrown from a lost database connection.
  3. # It enables Bugzero to automatically re-store the database connection.
  4. # ======================================================================== 
  5. #
  6. mssql_1=socket write error
  7.  
  8. mysql_1=link failure: java.io
  9. mysql_2=link failure: java.net
  10.  
  11. oracle_1=timed out
  12. oracle_2=broken pipe
  13. oracle_3=no process to read data written to a pipe
  14. oracle_4=no more data to read from socket
  15.