servicecatalog/development

operations failed when updating technical service

uhu133 opened this issue · 2 comments

OSCM 17.4
JDK 1.8
Postgres 9.1
Glassfish 4.1

A new technical service with external access was created. When trying to update this services
(e.g. adding tag) "Error: The operation failed." occured.

See logfile
logs.zip

@uhu133
I found following message in your log files
"JTS5068: Unexpected error occurred in rollback
org.postgresql.xa.PGXAException: Error rolling back prepared transaction"

This indicates that you have a configuration issue on postgres. Check if the value of max_prepared_transactions is set to 50 as described in the InstallationGuide.pdf. Ensure that respective line is uncommented in the properties file. Such errors appear if default 0 is used.
It seems to be same case as #823.

You were right - the value was missing. I had changed it with pgAdmin-Tool before which obviously didn't work correctly. Now with Notepad I could change it.