← 日志 | 异常(English) | Endpoint →
异常信息 | 解决办法 |
---|---|
content has not been provided | 升级到最新版本 |
ExceptionInInitializerError | 升级到最新版本 |
NoClassDefFoundError | 添加缺少的依赖包 |
SocketTimeoutException has occurred on a socket read or accept. | 设置合理的超时时间 |
Specified signature nonce was used already. | 升级到最新版本 |
NoSuchMethodError | 添加缺少的依赖包 |
MissingSecurityToken | 升级到最新版本 |
Specified access key is not found | 检查AK的正确性 |
An invalid XML character (Unicode: 0x8) was found in the element content of the document | 验证xml是否合法 |
Server response has a bad format type | 更多 |
原因及解决方案:
- Ak 没有相应的权限,联系对应的管理获取权限
- Ak 填写错误,请认证检查 AK 是否正确
- 使用环境不匹配,请确认当前环境下 AK 是真实有效的
原因及解决方案:
返回的 http 协议没有指定数据格式
- 设置
request.setAcceptFormat(FormatType.JSON)
如果无法解决在使用第二个方案 - 使用
HttpResponse response = client.doAction(request)
接收返回
原因及解决方案:
以下三段为非法字符,请不要在xml中出现
- 0x00 - 0x08
- 0x0b - 0x0c
- 0x0e - 0x1f