When trying to start my Local Test Environment, I´m always receiving the following error:
apic-lte.exe start
time="2020-07-22T10:43:08+02:00" level=info msg="Creating docker resources"
time="2020-07-22T10:43:34+02:00" level=info msg="Waiting for services to start"
time="2020-07-22T10:44:14+02:00" level=info msg="Configuring backend"
Error: http request POST /api/orgs/admin/availability-zones/availability-zone-default/gateway-services failed with status code 500
Here is the log from apim container:
2020-07-22T08:45:37.447Z bhendi:error [9e8bdded06da5463cd3d5033dd86a1d7] Error in POST post:/api/orgs/:org/availability-zones/:availabilityzone/gateway-services (gateway_service.js:create)
- status : 500
- message: An error occurred communicating with the gateways subsystem at 'https://apic-lte-datapower-api-gateway:3000' (error: 'ESOCKETTIMEDOUT').
- stack : Error: An error occurred communicating with the gateways subsystem at 'https://apic-lte-datapower-api-gateway:3000' (error: 'ESOCKETTIMEDOUT').
at error (/app/node_modules/apic-util/src/util.js:828:11)
at subsystemInvocationException (/app/node_modules/apic-util/src/properties.js:509:11)
at Object.registerGateway (/app/lib/baseGatewayServiceType.js:90:9)
at process._tickCallback (internal/process/next_tick.js:68:7)
- errors : undefined: {"status":500,"message":["An error occurred communicating with the gateways subsystem at 'https://apic-lte-datapower-api-gateway:3000' (error: 'ESOCKETTIMEDOUT')."]}
2020-07-22T08:45:37.448Z audit [9e8bdded06da5463cd3d5033dd86a1d7] Stack trace for response error: Error: An error occurred communicating with the gateways subsystem at 'https://apic-lte-datapower-api-gateway:3000' (error: 'ESOCKETTIMEDOUT').
at error (/app/node_modules/bhendi/lib/bhendiUtil.js:52:11)
at dispatch (/app/node_modules/bhendi/mw/dispatcher.js:499:21)
at process._tickCallback (internal/process/next_tick.js:68:7)
2020-07-22T08:45:37.448Z audit [9e8bdded06da5463cd3d5033dd86a1d7] ========================================================================================================================
2020-07-22T08:45:37.448Z audit [9e8bdded06da5463cd3d5033dd86a1d7] Failure 500 response (POST /api/orgs/admin/availability-zones/availability-zone-default/gateway-services) (took 61174ms)
2020-07-22T08:45:37.448Z audit [9e8bdded06da5463cd3d5033dd86a1d7] ========================================================================================================================
[9e8bdded06da5463cd3d5033dd86a1d7] {
"status": 500,
"message": [
"An error occurred communicating with the gateways subsystem at 'https://apic-lte-datapower-api-gateway:3000' (error: 'ESOCKETTIMEDOUT')."
]
}
Does anyone have an idea what might be wrong here?
The logs above the error show a lof of "undefined" errors. I can provide full logs if needed.
Thank you!
Henri
#APIConnect#Support#SupportMigration