Advertisement
mugs

connection closed

Apr 2nd, 2015
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.88 KB | None | 0 0
  1. 2015-04-01 01:00:00,034 [schedulerFactory_Worker-1] u:/d: ERROR org.enhydra.jdbc.xapool - StandardXADataSource:getFreeConnection ERROR: Failed while autocommiting a con
  2. nection: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 390,159,909 milliseconds ago.  The last pack
  3. et sent successfully to the server was 390,159,909 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring a
  4. nd/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection prope
  5. rty 'autoReconnect=true' to avoid this problem.
  6. [EL Info]: 2015-04-01 01:00:00.104--UnitOfWork(156780926)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to
  7. retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  8. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.
  9. Error Code: 0
  10. Call: SELECT APPL_ID, PARM_NM, NMSPC_CD, CMPNT_CD, PARM_DESC_TXT, EVAL_OPRTR_CD, OBJ_ID, PARM_TYP_CD, VAL FROM KRCR_PARM_T WHERE ((((CMPNT_CD = ?) AND (PARM_NM = ?)) AN
  11. D (NMSPC_CD = ?)) AND (APPL_ID = ?))
  12.         bind => [4 parameters bound]
  13. Query: ReadAllQuery(referenceClass=ParameterBo sql="SELECT APPL_ID, PARM_NM, NMSPC_CD, CMPNT_CD, PARM_DESC_TXT, EVAL_OPRTR_CD, OBJ_ID, PARM_TYP_CD, VAL FROM KRCR_PARM_T
  14. WHERE ((((CMPNT_CD = ?) AND (PARM_NM = ?)) AND (NMSPC_CD = ?)) AND (APPL_ID = ?))").
  15. 2015-04-01 01:00:00,303 [schedulerFactory_Worker-1] u:/d: ERROR org.enhydra.jdbc.xapool - StandardXAPoolDataSource:checkThisObject Error java.sql.SQLException in Standa
  16. rdXAPoolDataSource:testThisObject
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement