need help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kevin Matthews

    need help

    subscribe
    end

    i am getting this error

    org.apache.jasp er.JasperExcept ion: ERROR: current transaction is aborted, queries ignored until end of transaction block


    Please help

  • Richard Huxton

    #2
    Re: need help

    Kevin Matthews wrote:[color=blue]
    > subscribe end
    >
    > i am getting this error
    >
    > org.apache.jasp er.JasperExcept ion: ERROR: current transaction is
    > aborted, queries ignored until end of transaction block[/color]

    It appears an error has occurred in your current transaction, which has
    caused it to abort. Until you issue a ROLLBACK, any further queries will
    be ignored.

    You probably need to look in PostgreSQL's logs to see what caused the
    error, or check the error codes from SQL commands issued from jasper's code.

    --
    Richard Huxton
    Archonet Ltd

    ---------------------------(end of broadcast)---------------------------
    TIP 3: if posting/reading through Usenet, please send an appropriate
    subscribe-nomail command to majordomo@postg resql.org so that your
    message can get through to the mailing list cleanly

    Comment

    Working...