Please raise this issue with your local Software AG customer support providing them with the following files from the C:\Documents and Settings\All Users\Application Data\CentraSite\CentraSite directory:
Steps to reproduce (use SOAP APIs to perform all actions - i.e. No CentraSite UI):
Create a new business entity. (get_authToken, save_business, discard_authToken)
Publish 12 business services to the business entity. (get_authToken, save_tModel - for binding and portType, save_service, discard_authToken)
Retrieve first 5 services (find_service with maxRows = 5 and listHead = 1) and for each of the 5 service uddiKeys call get_operationalInfo
Retreive next 5 services (find_service with maxRows = 5 and listHead = 6) and for each of the 5 service uddiKeys call get_operationalInfo
Retreive next 5 services (find_service with maxRows = 5 and listHead = 11) - note this will return only 2 services - and for each of the 2 service uddiKeys call get_operationalInfo
One of the 12 get_operationalInfo calls (most likely the last) will result in a response like. :
Client
Client Error
Tried to get a OperationalInfo with all keys , but key did not match with any existing entityEntities.
After seeing the above error if you try and call the find_service / any other API again - it will crash the database i.e. inosrv.exe process gets killed.
Client
Client Error
Database access failure (0102, TAJCME0102, Could not extract error information. Probably no correct XML error response., SAXException: Premature end of file.)
Now all subsequent requests will fail (the exact error message varies with each request)
Client
Client Error
INMJRE0001: Database access error: INOQJE0042: Access Failure Exception - com.softwareag.tamino.db.API.common.TAccessFailureException( message: Database access failure (8201, INOXHE8201, Can’t connect to server CentraSite, XTS error -1061 (XTS1061E: TCP/IP Connection refused).), tag: JavaTaminoAPI_4_4_1_15, java: 1.4.2_09, os: Windows XP 5.1 ):
You should provide this information along with the logs and crash dumps to your local Customer support where they can analyse this problem and advise you accordingly.
I’m facing the same problem with CentraSite 3.1.7 on AIX. Were you able to fix this issue. If so please share the solution. I got several ‘Database access failure: memory allocation failed’ errors before CentraSite crashed. Have you got such errors?