42 lines
3.6 KiB
Plaintext
42 lines
3.6 KiB
Plaintext
2022-03-28 10:53:55,545 System.InvalidOperationException: 当上一调用正在进行时,不能重新调用 BeginGetRequestStream/BeginGetResponse。
|
|
在 System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
|
|
在 System.Net.HttpWebRequest.GetRequestStream()
|
|
在 ARI.EAP.HOST.Utilities.HttpUtils.sentPOST(String content)
|
|
2022-03-28 10:58:53,628 System.InvalidOperationException: 当上一调用正在进行时,不能重新调用 BeginGetRequestStream/BeginGetResponse。
|
|
在 System.Net.HttpWebRequest.GetResponse()
|
|
在 ARI.EAP.HOST.Utilities.HttpUtils.sentPOST(String content) 位置 D:\工作\株洲EAP\ARI.EAP.HOST\Utilities\HttpUtils.cs:行号 54
|
|
2022-03-28 14:16:53,917 System.Net.WebException: 远程服务器返回错误: (405) 不允许的方法。
|
|
在 System.Net.HttpWebRequest.GetResponse()
|
|
在 ARI.EAP.HOST.Utilities.HttpUtils.sentPOST(String content) 位置 D:\工作\株洲EAP\ARI.EAP.HOST\Utilities\HttpUtils.cs:行号 54
|
|
2022-03-28 14:33:41,656 System.Net.ProtocolViolationException: 无法发送具有此谓词类型的内容正文。
|
|
在 System.Net.HttpWebRequest.CheckProtocol(Boolean onRequestStream)
|
|
在 System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
|
|
在 System.Net.HttpWebRequest.GetRequestStream()
|
|
在 ARI.EAP.HOST.Utilities.HttpUtils.sentPOST(String content) 位置 D:\工作\株洲EAP\ARI.EAP.HOST\Utilities\HttpUtils.cs:行号 49
|
|
2022-03-28 14:34:18,056 System.Net.WebException: 远程服务器返回错误: (500) 内部服务器错误。
|
|
在 System.Net.HttpWebRequest.GetResponse()
|
|
在 ARI.EAP.HOST.Utilities.HttpUtils.sentPOST(String content) 位置 D:\工作\株洲EAP\ARI.EAP.HOST\Utilities\HttpUtils.cs:行号 54
|
|
2022-03-28 14:38:39,742 System.Net.ProtocolViolationException: 无法发送具有此谓词类型的内容正文。
|
|
在 System.Net.HttpWebRequest.CheckProtocol(Boolean onRequestStream)
|
|
在 System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
|
|
在 System.Net.HttpWebRequest.GetRequestStream()
|
|
在 ARI.EAP.HOST.Utilities.HttpUtils.sentPOST(String content) 位置 D:\工作\株洲EAP\ARI.EAP.HOST\Utilities\HttpUtils.cs:行号 49
|
|
2022-03-28 14:40:45,406 System.Net.ProtocolViolationException: 无法发送具有此谓词类型的内容正文。
|
|
在 System.Net.HttpWebRequest.CheckProtocol(Boolean onRequestStream)
|
|
在 System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
|
|
在 System.Net.HttpWebRequest.GetRequestStream()
|
|
在 ARI.EAP.HOST.Utilities.HttpUtils.sentPOST(String content) 位置 D:\工作\株洲EAP\ARI.EAP.HOST\Utilities\HttpUtils.cs:行号 49
|
|
2022-03-28 14:40:45,493 System.Net.WebException: 远程服务器返回错误: (500) 内部服务器错误。
|
|
在 System.Net.HttpWebRequest.GetResponse()
|
|
在 ARI.EAP.HOST.Utilities.HttpUtils.sentPOST(String content) 位置 D:\工作\株洲EAP\ARI.EAP.HOST\Utilities\HttpUtils.cs:行号 54
|
|
2022-03-28 15:47:30,875 System.Net.WebException: 未能解析此远程名称: 'http'
|
|
在 System.Net.HttpWebRequest.GetResponse()
|
|
在 ARI.EAP.HOST.Utilities.HttpUtils.sentGET(String url, String param) 位置 D:\工作\株洲EAP\ARI.EAP.HOST\Utilities\HttpUtils.cs:行号 65
|
|
2022-03-28 16:18:07,325 System.Net.WebException: 无法连接到远程服务器 ---> System.Net.Sockets.SocketException: 由于目标计算机积极拒绝,无法连接。 127.0.0.1:8080
|
|
在 System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
|
|
在 System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
|
|
--- 内部异常堆栈跟踪的结尾 ---
|
|
在 System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
|
|
在 System.Net.HttpWebRequest.GetRequestStream()
|
|
在 ARI.EAP.HOST.Utilities.HttpUtils.sentPOST(String url, String content) 位置 D:\工作\株洲EAP\ARI.EAP.HOST\Utilities\HttpUtils.cs:行号 44
|