I have an OPDK 4.14.07 deployment and get this error.
Mgmt server ui.log has:
Response Status Code: 500 Response Body: { “code” : “distribution.CreateDebugSessionFailed”, “message” : “Failed to create DebugSession 1430337274706”, “contexts” : }
I have another API proxy in the same org & environment that I can trace successfully. So, something is up with this API Proxy. I undeployed and redeployed it but still get the error.
Any ideas on where to look?
Hi @rdave , Probably its not deployed properly onto all the message processors
Can you run
$ curl -u example@apigee.com https://api.enterprise.apigee.com/v1/organizations/prod/apis/DetailsAPI/deployments
and see if your revision is deployed properly ?
1 Like
This command uncovered:
{
"environment" : "prod",
"name" : "new-conversation-APIs",
"organization" : "foundry2",
"revision" : [ {
"configuration" : {
"basePath" : "/",
"steps" : [ ]
},
"name" : "2",
"server" : [ {
"error" : "Invalid pattern specified : Missing '{' before '}' near index 0\n**}\n^",
"errorCode" : "expressions.parser.InvalidPattern",
"status" : "error",
"type" : [ "message-processor" ],
"uUID" : "95811c9d-6f8e-4724-a867-74598768a05d"
}, {
"status" : "deployed",
"type" : [ "router" ],
"uUID" : "1fcc1299-262c-4386-9d7a-898038292580"
} ],
"state" : "error"
} ]
And, then need to review XML to find where ‘{’ and ‘}’ were not matched!!
The current hosted UI shows this error but does not tell you where it was noticed. In my case, it was it TargetEndPoint conditionals and in a policy.
Anyone having the same issue? It still happening (nov/2019) and I can’t see a solution here.
gatewayErrorMessage: “Failed to get DebugData for id e5f2e355-033b-450a-b983-5cc50896fbbe___pgeu0c6446f8___europe-west2___36” gatewayResponseStatus: 500