Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.1.43 DA 502 Bad Gateway #252

Open
snon-axway opened this issue Jul 30, 2024 · 0 comments
Open

0.1.43 DA 502 Bad Gateway #252

snon-axway opened this issue Jul 30, 2024 · 0 comments

Comments

@snon-axway
Copy link

snon-axway commented Jul 30, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant