Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
问题描述 / Problem Description
如题:我在centos7上通过hub serving 启动了structure_table 服务,服务是调通了,但是返回结果是:{"msg":"list index out of range","results":"","status":"101"}不知道是什么意思,肯定是没有成功,服务是通的。

模型如下截图
服务是调通了,截图如下:
运行环境 / Runtime Environment
复现代码 / Reproduction Code
我的java代码如下:
package com.freeze;
import org.apache.commons.codec.binary.Base64;
import org.apache.commons.lang3.StringEscapeUtils;
import org.apache.http.HttpEntity;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.entity.StringEntity;
import org.apache.http.impl.client.CloseableHttpClient;
import org.apache.http.impl.client.HttpClients;
import org.apache.http.util.EntityUtils;
import org.json.JSONArray;
import org.json.JSONObject;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
public class PaddleHubTableClient {
}
完整报错 / Complete Error Message
Original Response:
{"msg":"list index out of range","results":"","status":"101"}
可能解决方案 / Possible solutions
附件 / Appendix
Beta Was this translation helpful? Give feedback.
All reactions