Closed js1972 closed 11 months ago
I could imagine that this issue occurs during the deployment process when replacing one container with another. The error messages suggest that the DB-User in the binding to your HANA HDI container is no longer valid. Therefore, I assume that the credentials for your "old" container have been revoked, but it is still running, while the new container is being spun up. Can you confirm this?
Occasionally I have seen this error after my apps container starts up on cloud foundry. It triggers the container to get dumped and restarted then everything seems ok. I am creating a typical CAP app and using
mbt build
andcf deploy <mta>
.I am thinking this may actually be because an event fired during the update of services by cf deploy:
Here is my event-queue config:
This is my event handler as its always a possibility that I'm doing something incredibly stupid: