← Log | Exception(中文) |Endpoint →
exception | solutions |
---|---|
content has not been provided | Upgrade to the latest version |
ExceptionInInitializerError | Upgrade to the latest version |
NoClassDefFoundError | Add missing dependency packages |
SocketTimeoutException has occurred on a socket read or accept. | Set a reasonable timeout |
Specified signature nonce was used already. | Upgrade to the latest version |
NoSuchMethodError | Add missing dependency packages |
MissingSecurityToken | Upgrade to the latest version |
Specified access key is not found | heck the correctness of AK |
An invalid XML character (Unicode: 0x8) was found in the element content of the document | Verify that the XML is valid |
Server response has a bad format type | more |
Reasons and solutions:
- Ak doesn't have permission, contact the administrator to get permission
- Ak error, check the correctness of AK
- Environment mismatch, please confirm that AK is valid in the current environment
Reasons and solutions:
The response does not specify a data format
request.setAcceptFormat(FormatType.JSON)
. Add this code, if this cannot be fixed then you can use the second solutionHttpResponse response = client.doAction(request)
you could use this code to receive the returned data
Reasons and solutions:
The following three kinds of characters are illegal, please don't appear in XML
- 0x00 - 0x08
- 0x0b - 0x0c
- 0x0e - 0x1f