50金币
活字格管理控制器后台的诊断日志中,出现以下报错,需要怎么排查?
为什么在CreateFile时,会去访问授权文件?
{
"ClassName": "System.IO.IOException",
"Message": "The process cannot access the file 'D:\\Program Files\\ForguncyServer\\Forguncy.UserService2\\License\\Server\\v8\\4cca5068f6f84f23b91833a524d826ec' because it is being used by another process.",
"Data": null,
"InnerException": null,
"HelpURL": null,
"StackTraceString": " at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at s.p(String a)",
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": -2147024864,
"Source": "System.Private.CoreLib",
"WatsonBuckets": null
}
|
|