在我的Xamarin.Forms项目中,我得到了以下错误: at System.Threading.CancellationToken.ThrowIfCancellationRequested () [0x00008] in <46c2fa109b574c7ea6739f9fe2350976>:0
at Xama
我正面临一个将spring data solr连接到在openshift上运行的solr的问题。org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:129):org.apache.http.conn.ConnectTimeoutException:连接到solr-dashaprmathi.rhcloud.com:80超时
有谁能帮帮我吗?
我在java中使用了这个套接字实现,它使用超时: socket = new Socket(); System.out.println("Something wrong with the socket: " + e2);ip和端口已关闭,因此无法建立连接。但是这里的超时不起作用。它不会等待5秒,然后返回一个错误。