Results 1 to 4 of 4

Thread: Grails with Postgress ADMIN SHUTDOWN issue

Threaded View

  1. #1

    Exclamation Grails with Postgress ADMIN SHUTDOWN issue

    Hello,

    I have a grails application deployed on cloudfoundry and i`am facing next issue with it:

    While trying to execute some update query i get "SQL Error: Already Closed" message.

    If i look at my application log, i will see this:
    Code:
    2012-02-19 18:55:26,683 WARN  [hibernate.util.JDBCExceptionReporter] - SQL Error: 0, SQLState: 57P01
    2012-02-19 18:55:26,683 ERROR [hibernate.util.JDBCExceptionReporter] - Batch entry 0 insert into TEXTEIN_EDITING_WORKFLOW (version, accepted, completed, cost, date_created, editor_id, last_updated, unit_id, id) values ('0', '0', '0', '0.0', '2012-02-19 18:55:22.790000 +00:00:00', '15', '2012-02-19 18:55:22.790000 +00:00:00', '39', '54') was aborted.  Call getNextException to see the cause.
    
    2012-02-19 18:55:26,683 WARN  [hibernate.util.JDBCExceptionReporter] - SQL Error: 0, SQLState: 57P01
    2012-02-19 18:55:26,683 ERROR [hibernate.util.JDBCExceptionReporter] - FATAL: terminating connection due to administrator command
    2012-02-19 18:55:26,683 WARN  [hibernate.util.JDBCExceptionReporter] - SQL Error: 0, SQLState: 08006
    2012-02-19 18:55:26,683 ERROR [hibernate.util.JDBCExceptionReporter] - An I/O error occured while sending to the backend.
    I`m using postgres and error code "SQLState: 57P01" means ADMIN SHUTDOWN.
    How is it possible? And what does it mean?

    Could you shed me the light on this?

    Thanks.
    Last edited by Vadim Kirilchuk; Feb 21st, 2012 at 02:07 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •