All Products
Search
Document Center

Function Compute:What do I do if the FunctionNotStarted error occurs when I invoke a third-party service in a service started in a custom runtime?

Last Updated:Jan 21, 2025

Check whether the third-party service has network connection restrictions. If the restrictions exist or a connection timeout occurs, the logic for starting the HTTP server is not complete and the following error occurs:

{
    "ErrorCode":"FunctionNotStarted",
    "ErrorMessage":"The CA's http server cannot be started:ContainerStartDuration:25000000000. Ping CA failed due to: dial tcp 21.0.X.X:9000: getsockopt: connection refused"}