有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

UIDAI身份验证期间的java异常

我们试图在java中运行UIDAI Aadhaar身份验证的示例应用程序,在运行代码时,我们提供了有效的Aadhaar编号和名称,并单击了身份验证按钮。作为响应,我们得到一个错误警报

enter image description here 控制台上的异常

com.sun.jersey.api.client.UniformInterfaceException: 
POST http://auth.uidai.gov.in/1.6/public/6/9/MMZS5K8bEkGWFQe6y_ruBu9tFR2yQFQkqmECCpp9veRawhue1oGpa4s 
returned a response status of 503

共 (1) 个答案

  1. # 1 楼答案

    HTTP状态代码503表示服务不可用

    The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be alleviated after some delay. If known, the length of the delay MAY be indicated in a Retry-After header. If no Retry-After is given, the client SHOULD handle the response as it would for a 500 response.

    请检查UIDAI Aadhaar认证API是否已启动并正在运行