我正在尝试使用java类创建一个Create Solr集群,如以下链接as shown here
中的步骤所示但是我遇到了以下错误,这可能是防火墙问题吗?
使用JAVA com.ibm.watson.developer_cloud.service.WatsonService execute SEVERE:IOException java.net.ConnectException:无法在com.squareup.okhttp.internal.io.RealConnection.connectSocket(RealConnection。)上连接到gateway.watsonplatform.net/:443。 java:139)com.squareup.okhttp.internal.io.RealConnection.connect(RealConnection.java:108)at com.squareup.okhttp.internal.http.StreamAllocation.findConnection(StreamAllocation.java:184)at com.squareup .okhttp.internal.http.StreamAllocation.findHealthyConnection(StreamAllocation.java:126)at com.squareup.okhttp.internal.http.StreamAllocation.newStream(StreamAllocation.java:95)at com.squareup.okhttp.internal.http.HttpEngine .connect(HttpEngine.java:281)com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:224)at com.squareup.okhttp.Call.getResponse(Call.java:286)at com。 square.sokup.okhttp.Call $ ApplicationInterceptorChain.proceed(Call.java:243)at com.squareup.okhttp.Call.getResponseWithInterceptorChain(Call.java:205)at com.squa reup.okhttp.Call.execute(Call.java:80)at com.ibm.watson.developer_cloud.service.WatsonService.execute(WatsonService.java:122)at com.ibm.watson.developer_cloud.service.WatsonService.executeRequest( WatsonService.java:183)在test.artf.CreateASolrClusterExample.main(CreateASolrClusterExample.java:20)的com.ibm.watson.developer_cloud.retrieve_and_rank.v1.RetrieveAndRank.createSolrCluster(RetrieveAndRank.java:168)中
使用CURL 当我尝试使用如下的curl命令时,也会出现如下连接错误。
curl -X POST -u“”:“”“https://gateway.watsonplatform.net/retrieve-and-rank/api/v1/solr_clusters”-d“”
响应: curl:(7)无法连接到主机
当我把链接放在crome的curl命令中时,会弹出id / password。给id /密码后,给我回复
{ “簇”:[]}
答案 0 :(得分:0)
该服务目前正在遇到一些问题;团队意识到并正在努力。对不起,请稍后再试。