请选择 进入手机版 | 继续访问电脑版
 找回密码
 立即注册

QQ登录

只需一步,快速开始

taoyuansoft

中级会员

87

主题

217

帖子

986

积分

中级会员

积分
986
taoyuansoft
中级会员   /  发表于:2025-3-31 20:36  /   查看:83  /  回复:0
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
}



0 个回复

您需要登录后才可以回帖 登录 | 立即注册
返回顶部