Hello,

> WARNING: nonstandard use of \\ in a string literal at character 1247
> HINT: Use the escape string syntax for backslashes, e.g., E'\\'.

This is just a warning, nothing serious.

> org.postgresql.util.PSQLException: ERROR: current transaction is
> aborted, commands ignored until end of transaction block

If an error occurs during a PG transaction, e.g. an exception is thrown,
PG expects the code to rollback the transaction. Until it is rollbacked
no other transaction gets executed, but this error is displayed.

You may want to restart your postgresql DB, so the transaction gets ended. 
After the restart taskomatic shall work again as expected.

If you would find in your taskomatic log when the error occurred at the first 
time,
or rather what error happened right before the first "current transaction is 
aborted"
occurrence, it would help us to identify and fix the issue.


Regards,
--
Tomas Lestach
Red Hat Satellite Engineering, Red Hat

_______________________________________________
Spacewalk-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-list

Reply via email to