-
Notifications
You must be signed in to change notification settings - Fork 8
Consumer account after subscribing the new SaaS Sample application- do not create 2 HDI containers(for data,for side-car) #4
Comments
In the kyma runtime - Seems something in broker pod, I found below in the log: 2021-06-04T15:48:55.706513884Z | {"log":"{"timestamp":"1622821735.706346273","source":"faq-broker","message":"faq-broker.k8s-client-creation","log_level":3,"data":{"error":"Get \"https://api.b341387.kyma.internal.live.k8s.ondemand.com:443/api?timeout=32s\\\": dial tcp 20.73.106.44:443: connect: connection refused","message":"error creating k8s client","trace":"goroutine 1 [running]:\ code.cloudfoundry.org/lager.(*logger).Fatal(0xc00040a120, 0x140b07d, 0x13, 0x15b84a0, 0xc000104150, 0xc00000e028, 0x1, 0x1)\ \ /go/pkg/mod/code.cloudfoundry.org/[email protected]+incompatible/logger.go:138 +0xc6\ main.main()\ \ /workspace/main.go:33 +0x107e\ "}} ","time":"2021-06-04T15:48:55.706513884Z"} |
I have a similar issue with this sample. The broker log contains this error message: |
@draschke I encountered that error too. Eventually, I deleted everything and started the deployment from scratch. After the deployment of the backend component I waited until it started up completely. Only then I deployed the other components. That did the trick for me. |
@eikeb. thanks, but it didn't solve my issue. ( |
Same for me - i had issue in backend but when I made the app unique in the manifest of user-interface\k8s and then deleted all pods,and deployments and did it fresh atleast the backend was fine. But This broker issue is still annoying and no clue what might be wrong. @IObert : perhaps you can help :) |
Can you provide more details? Are all pods running without any errors? Is HANA Cloud running as well? What error do you get during the subscription from the BTP cockpit? (Check out the Troubleshooting section here to find out how to see the detailed error message ) |
Hi Marius, The error in broker pod is: |
|
|
My guess is that you didn't specify the namespace in the |
Hi @IObert, regarding your questions:
All Pods and Deployments are green and running. I tried again to create a new consumer and got the following error in the broker logs:
|
@IObert: I just checked the requirements that you listed in the readme file and I seem to be missing these entitlements in my trial account:
Can that be the problem? I can't find a way to add them. |
No, that's just bad wording from my side. These two services are not based on entitlements any more and come with each CF-enabled subaccount. I will change the wording to avoid confusion :) Regarding the original issue: I learned that @Mihirjha13 also works for SAP and we scheduled an internal meeting for Friday to try to find the root cause of this error. Once we find it, I'll update this issue. But I have a packed calendar this week, so I won't be able to provide much help until then. |
No worries, I'm looking forward to it :) |
Hello, I've been following the guide here and came accross this same problem, here are the full logs of my faq-broker
The problem seems to come from the request being made at Sadly I don't understand much about CAP and go to further debug this. @IObert , did you find any solution for this? |
The text was updated successfully, but these errors were encountered: