You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are having issues with our APIGee DA, we upgraded to 0.1.43.
When the agents starts, it doesn't get to the "Running" status in AMPLIFY and stays at "stopped".
In the logs, we notice the following error:
{
"component": "httpClient",
"duration(ms)": 57,
"id": "a37134a1-b465-421c-84a5-47eaa202725f",
"level": "trace",
"message": "request succeeded",
"method": "GET",
"package": "sdk.api",
"received(bytes)": 49,
"status": 502,
"time": "2024-07-29T09:57:29Z",
"url": "https://apigee.com/dapi/api/organizations/myapigeeorg/specs/folder/home"
}
Right after this error I get this one:
{
"component": "pollSpecs",
"error": "invalid character 'T' looking for beginning of value",
"level": "error",
"message": "getting specs",
"package": "apigee",
"time": "2024-07-29T09:57:29Z"
}
And then the agent stops all jobs.
I tried to disable SPEC polling with APIGEE_SPECCONFIG_DISABLEPOLLFORSPECS variable, it gets further but I only have errors then :
{
"component": "pollProxies",
"error": "Get " https://api.enterprise.apigee.com/v1/organizations/myapigeeorg/apis/myproxy/deployments":
read tcp server_ip1:46748->server_ip2:443: read: connection reset by peer",
"level": "error",
"message": "getting deployment",
"package": "apigee",
"proxy": "myproxy",
"time": "2024-07-29T16:32:33Z"
}
Same call with a curl request and a proper token returns a 200.
myproxy, myapigeeorg, server_ip1, server_ip2 have been obfuscated on purpose.
Thanks,
Sovanna
The text was updated successfully, but these errors were encountered:
Hello,
We are having issues with our APIGee DA, we upgraded to 0.1.43.
When the agents starts, it doesn't get to the "Running" status in AMPLIFY and stays at "stopped".
In the logs, we notice the following error:
{
"component": "httpClient",
"duration(ms)": 57,
"id": "a37134a1-b465-421c-84a5-47eaa202725f",
"level": "trace",
"message": "request succeeded",
"method": "GET",
"package": "sdk.api",
"received(bytes)": 49,
"status": 502,
"time": "2024-07-29T09:57:29Z",
"url": "https://apigee.com/dapi/api/organizations/myapigeeorg/specs/folder/home"
}
Right after this error I get this one:
{
"component": "pollSpecs",
"error": "invalid character 'T' looking for beginning of value",
"level": "error",
"message": "getting specs",
"package": "apigee",
"time": "2024-07-29T09:57:29Z"
}
And then the agent stops all jobs.
I tried to disable SPEC polling with APIGEE_SPECCONFIG_DISABLEPOLLFORSPECS variable, it gets further but I only have errors then :
{
"component": "pollProxies",
"error": "Get "
https://api.enterprise.apigee.com/v1/organizations/myapigeeorg/apis/myproxy/deployments":
read tcp server_ip1:46748->server_ip2:443: read: connection reset by peer",
"level": "error",
"message": "getting deployment",
"package": "apigee",
"proxy": "myproxy",
"time": "2024-07-29T16:32:33Z"
}
Same call with a curl request and a proper token returns a 200.
myproxy, myapigeeorg, server_ip1, server_ip2 have been obfuscated on purpose.
Thanks,
Sovanna
The text was updated successfully, but these errors were encountered: