KVM was not able to create in apigee hybrid

deepur
New Member

I am working on hybrid apigee for deploying the proxy as part of which i need to create KVM , while creating KVM i am getting this below error.

Error processing MART request:TIMEOUT _WEB

Solved Solved
0 7 623
1 ACCEPTED SOLUTION

There seems to be an issue in the MART configuration of your hybrid runtime. If you go to Publish->Products in the UI, do you see an error?

If you do, check the health of your runtime pods. If all seem to be working, check the logs for your MART pods.

View solution in original post

7 REPLIES 7

Not applicable

Can you try with the KVM policy to create the KVM?

"error": {
"code": 500,
"message": "Error processing MART request: TIMEOUT_WEB",
"status": "INTERNAL",
"details": [
{
"@type": "type.googleapis.com/google.rpc.PreconditionFailure",
"violations": [
{
"type": "gaambo.request.connection.failed",

This is error I am getting .

@sai vaidyanathan

is this error you are seeing when you are trying to add in UI?

No , These error is trigred while trying from GCP gcloud command . even with UI I am getting same error.

There seems to be an issue in the MART configuration of your hybrid runtime. If you go to Publish->Products in the UI, do you see an error?

If you do, check the health of your runtime pods. If all seem to be working, check the logs for your MART pods.

yes ,We need to apigee connect component between mart and management plane

Yes. ApigeeConnect will let you establish connectivity between your runtime and management plane. Until then, you won't be able to use the UI (or Apigee APIs) to work with KVMs, products, developers, apps, etc