我们发布应用到活字格服务器使用5057端口,出现了这两个报错,而且一旦发生这个报错后,5057端口就用不了了,使用5057端口发布的其他应用,后台服务器日志显示发布成功,telnet测试5057端口也是正常可用,但是应用页面打不开,换个其他端口重新发布该应用就可以正常打开页面。
Tid:44 2024-3-7 下午6:50:45: Assembly: Forguncy.UserService2, Version=9.0.102.0, Culture=neutral, PublicKeyToken=967100671921c115 -----------{
"ClassName": "System.Net.WebException",
"Message": "Connection refused [fe80::fcfc:feff:fe76:3ffa%2]:5057 (localhost.localdomain:5057)",
"Data": null,
"InnerException": {
"$type": "System.Net.Http.HttpRequestException, System.Net.Http",
"StatusCode": null,
"Message": "Connection refused [fe80::fcfc:feff:fe76:3ffa%2]:5057 (localhost.localdomain:5057)",
"Data": {
"$type": "System.Collections.ListDictionaryInternal, System.Private.CoreLib"
},
"InnerException": {
"$type": "System.Net.Internals.SocketExceptionFactory+ExtendedSocketException, System.Net.Sockets",
"Message": "Connection refused [fe80::fcfc:feff:fe76:3ffa%2]:5057",
"SocketErrorCode": 10061,
"ErrorCode": 111,
"NativeErrorCode": 111,
"Data": {
"$type": "System.Collections.ListDictionaryInternal, System.Private.CoreLib"
},
Tid:39 2024-3-7 下午6:50:50: Assembly: Forguncy.UserService2, Version=9.0.102.0, Culture=neutral, PublicKeyToken=967100671921c115 -----------{
"ClassName": "System.ArgumentException",
"Message": "Process with an Id of 68224 is not running.",
"Data": null,
"InnerException": null,
"HelpURL": null,
"StackTraceString": " at System.Diagnostics.Process.GetProcessById(Int32 processId, String machineName)^M
at Forguncy.UserService2.ForguncyApp.get_Process()",
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": -2147024809,
"Source": "System.Diagnostics.Process",
"WatsonBuckets": null,
"ParamName": null
}
|