找回密码
 立即注册

QQ登录

只需一步,快速开始

zsdtylj

中级会员

21

主题

232

帖子

763

积分

中级会员

积分
763

圣诞拼拼乐

zsdtylj
中级会员   /  发表于:2024-6-10 23:43  /   查看:177  /  回复:8
76金币
  1. C:\Program Files\ForguncyServer\WebSite\bin>ForguncyUserServiceConsole.exe
  2. LoadBalancingConfigPath=C:\Users\Public\Documents\ForguncyServer\LoadBalancingConfig.xml
  3. 2024-06-10 23:39:39.648 [INFO] - Start Logger for ForguncyUserServiceConsole(PID:15984) commandline: "C:\Program Files\ForguncyServer\WebSite\bin\ForguncyUserServiceConsole.dll"
  4. 2024-06-10 23:39:39.651 [INFO] - [LogFileRoot] - C:\Users\Administrator\AppData\Local\Temp\ForguncyServerLog
  5. 2024-06-10 23:39:39.677 [INFO] - ForguncyServer Starting:=> []
  6. 2024-06-10 23:39:39.683 [INFO] - Current InstallLang: cn
  7. 2024-06-10 23:39:39.688 [INFO] - ResourceHelper.Init:cn
  8. 2024-06-10 23:39:39.701 [INFO] - ForguncyUserServiceConsole Starting: http://xa-tools-hu:22345/ForguncyServer/UserService
  9. Unhandled exception. System.ComponentModel.Win32Exception (5): 拒绝访问。
  10.    at System.Diagnostics.ProcessManager.OpenProcess(Int32 processId, Int32 access, Boolean throwIfExited)
  11.    at System.Diagnostics.Process.GetProcessHandle(Int32 access, Boolean throwIfExited)
  12.    at System.Diagnostics.Process.UpdateHasExited()
  13.    at System.Diagnostics.Process.get_HasExited()
  14.    at a.e()
  15.    at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
  16.    at System.Threading.QueueUserWorkItemCallback.<>c.<.cctor>b__6_0(QueueUserWorkItemCallback quwi)
  17.    at System.Threading.ExecutionContext.RunForThreadPoolUnsafe[TState](ExecutionContext executionContext, Action`1 callback, TState& state)
  18.    at System.Threading.QueueUserWorkItemCallback.Execute()
  19.    at System.Threading.ThreadPoolWorkQueue.Dispatch()
  20.    at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
  21.    at System.Threading.Thread.StartCallback()
  22. 2024-06-10 23:39:41.315 [INFO] - x86 SQLite.Interop.dll is exist :False
  23. 2024-06-10 23:39:41.315 [INFO] - x64 SQLite.Interop.dll is exist :False
  24. 2024-06-10 23:39:41.320 [INFO] - Start EnsureTablesAsync
  25. 2024-06-10 23:39:41.409 [WARN] - {
  26.   "ClassName": "System.Reflection.TargetInvocationException",
  27.   "Message": "Exception has been thrown by the target of an invocation.",
  28.   "Data": {
  29.     "$type": "System.Collections.ListDictionaryInternal, System.Private.CoreLib",
  30.     "App Name": "3ZVT0L14D4YKG1NX45GGGYWYYB1NLHXW",
  31.     "App Version": "10.0.3.0",
  32.     "Timestamp of the exe": "65310000",
  33.     "Assembly Name": "Microsoft.Data.Sqlite",
  34.     "Version of faulting assembly": "6.0.1423.6205",
  35.     "Timestamp of faulting module": "d5cd4277",
  36.     "MethodDef": "169",
  37.     "IL Offset of faulting instruction": "6d",
  38.     "Exception Type": "Microsoft.Data.Sqlite.Sqlite",
  39.     "NIL": ""
  40.   },
  41.   "InnerException": {
  42.     "$type": "Microsoft.Data.Sqlite.SqliteException, Microsoft.Data.Sqlite",
  43.     "SqliteErrorCode": 14,
  44.     "SqliteExtendedErrorCode": 14,
  45.     "IsTransient": false,
  46.     "SqlState": null,
  47.     "BatchCommand": null,
  48.     "ErrorCode": -2147467259,
  49.     "Message": "SQLite Error 14: 'unable to open database file'.",
  50.     "Data": {
  51.       "$type": "System.Collections.ListDictionaryInternal, System.Private.CoreLib",
  52.       "App Name": "3ZVT0L14D4YKG1NX45GGGYWYYB1NLHXW",
  53.       "App Version": "10.0.3.0",
  54.       "Timestamp of the exe": "65310000",
  55.       "Assembly Name": "Microsoft.Data.Sqlite",
  56.       "Version of faulting assembly": "6.0.1423.6205",
  57.       "Timestamp of faulting module": "d5cd4277",
  58.       "MethodDef": "169",
  59.       "IL Offset of faulting instruction": "6d",
  60.       "Exception Type": "Microsoft.Data.Sqlite.Sqlite",
  61.       "NIL": ""
  62.     },
  63.     "InnerException": null,
  64.     "HelpLink": null,
  65.     "Source": "Microsoft.Data.Sqlite",
  66.     "HResult": -2147467259,
  67.     "StackTrace": "   at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  68.    at Microsoft.Data.Sqlite.SqliteConnectionInternal..ctor(SqliteConnectionStringBuilder connectionOptions, SqliteConnectionPool pool)
  69.    at Microsoft.Data.Sqlite.SqliteConnectionFactory.GetConnection(SqliteConnection outerConnection)
  70.    at Microsoft.Data.Sqlite.SqliteConnection.Open()
  71.    at SqliteWrapper.Sqlite..ctor(String connectionStr)"
  72.   },
  73.   "HelpURL": null,
  74.   "StackTraceString": "   at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
  75.    at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  76.    at ForguncyDataAccess.DataBaseWrapperFactory.CreateInstance(String dataBaseType, String connectionStr, List`1 logs)
  77.    at Forguncy.DataSourceBase.get_DataBaseWrapper()
  78.    at Forguncy.DataSourceBase.IsTableExist(String tableSchema, String tableName)
  79.    at ForguncyDataAccess.DataAccess.IsTableRealExistInDataBase(String tableSchema, String tableName, String connectionStr, String type)
  80.    at ForguncyDataAccess.DataAccess.IsTableExist(String tableName)
  81.    at Forguncy.UserService2.DB.DBMigrationsManager.InitMigrationRecordTable()
  82.    at Forguncy.UserService2.DB.DBMigrationsManager.MigrationAsync()",
  83.   "RemoteStackTraceString": null,
  84.   "RemoteStackIndex": 0,
  85.   "ExceptionMethod": null,
  86.   "HResult": -2146232828,
  87.   "Source": "System.Private.CoreLib",
  88.   "WatsonBuckets": null
  89. }
  90. StartServerAction Exception One or more errors occurred. (Exception has been thrown by the target of an invocation.)
  91. 2024-06-10 23:39:41.421 [WARN] - {
  92.   "ClassName": "System.AggregateException",
  93.   "Message": "One or more errors occurred.",
  94.   "Data": null,
  95.   "InnerException": {
  96.     "$type": "System.Reflection.TargetInvocationException, System.Private.CoreLib",
  97.     "ClassName": "System.Reflection.TargetInvocationException",
  98.     "Message": "Exception has been thrown by the target of an invocation.",
  99.     "Data": {
  100.       "$type": "System.Collections.ListDictionaryInternal, System.Private.CoreLib",
  101.       "App Name": "3ZVT0L14D4YKG1NX45GGGYWYYB1NLHXW",
  102.       "App Version": "10.0.3.0",
  103.       "Timestamp of the exe": "65310000",
  104.       "Assembly Name": "Microsoft.Data.Sqlite",
  105.       "Version of faulting assembly": "6.0.1423.6205",
  106.       "Timestamp of faulting module": "d5cd4277",
  107.       "MethodDef": "169",
  108.       "IL Offset of faulting instruction": "6d",
  109.       "Exception Type": "Microsoft.Data.Sqlite.Sqlite",
  110.       "NIL": ""
  111.     },
  112.     "InnerException": {
  113.       "$type": "Microsoft.Data.Sqlite.SqliteException, Microsoft.Data.Sqlite",
  114.       "SqliteErrorCode": 14,
  115.       "SqliteExtendedErrorCode": 14,
  116.       "IsTransient": false,
  117.       "SqlState": null,
  118.       "BatchCommand": null,
  119.       "ErrorCode": -2147467259,
  120.       "Message": "SQLite Error 14: 'unable to open database file'.",
  121.       "Data": {
  122.         "$type": "System.Collections.ListDictionaryInternal, System.Private.CoreLib",
  123.         "App Name": "3ZVT0L14D4YKG1NX45GGGYWYYB1NLHXW",
  124.         "App Version": "10.0.3.0",
  125.         "Timestamp of the exe": "65310000",
  126.         "Assembly Name": "Microsoft.Data.Sqlite",
  127.         "Version of faulting assembly": "6.0.1423.6205",
  128.         "Timestamp of faulting module": "d5cd4277",
  129.         "MethodDef": "169",
  130.         "IL Offset of faulting instruction": "6d",
  131.         "Exception Type": "Microsoft.Data.Sqlite.Sqlite",
  132.         "NIL": ""
  133.       },
  134.       "InnerException": null,
  135.       "HelpLink": null,
  136.       "Source": "Microsoft.Data.Sqlite",
  137.       "HResult": -2147467259,
  138.       "StackTrace": "   at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  139.    at Microsoft.Data.Sqlite.SqliteConnectionInternal..ctor(SqliteConnectionStringBuilder connectionOptions, SqliteConnectionPool pool)
  140.    at Microsoft.Data.Sqlite.SqliteConnectionFactory.GetConnection(SqliteConnection outerConnection)
  141.    at Microsoft.Data.Sqlite.SqliteConnection.Open()
  142.    at SqliteWrapper.Sqlite..ctor(String connectionStr)"
  143.     },
  144.     "HelpURL": null,
  145.     "StackTraceString": "   at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
  146.    at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  147.    at ForguncyDataAccess.DataBaseWrapperFactory.CreateInstance(String dataBaseType, String connectionStr, List`1 logs)
  148.    at Forguncy.DataSourceBase.get_DataBaseWrapper()
  149.    at Forguncy.DataSourceBase.IsTableExist(String tableSchema, String tableName)
  150.    at ForguncyDataAccess.DataAccess.IsTableRealExistInDataBase(String tableSchema, String tableName, String connectionStr, String type)
  151.    at ForguncyDataAccess.DataAccess.IsTableExist(String tableName)
  152.    at Forguncy.UserService2.DB.DBMigrationsManager.InitMigrationRecordTable()
  153.    at Forguncy.UserService2.DB.DBMigrationsManager.MigrationAsync()
  154.    at Forguncy.UserService2.UserServiceDBHelper.EnsureTablesAsync()
  155.    at Forguncy.UserService2.Startup.InitializeDatabaseAsync()",
  156.     "RemoteStackTraceString": null,
  157.     "RemoteStackIndex": 0,
  158.     "ExceptionMethod": null,
  159.     "HResult": -2146232828,
  160.     "Source": "System.Private.CoreLib",
  161.     "WatsonBuckets": null
  162.   },
  163.   "HelpURL": null,
  164.   "StackTraceString": "   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  165.    at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  166.    at Forguncy.UserService2.Startup.ConfigureServices(IServiceCollection services)
  167.    at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
  168.    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  169.    at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.InvokeCore(Object instance, IServiceCollection services)
  170.    at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass9_0.<Invoke>g__Startup|0(IServiceCollection serviceCollection)
  171.    at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.Invoke(Object instance, IServiceCollection services)
  172.    at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass8_0.<Build>b__0(IServiceCollection services)
  173.    at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.UseStartup(Type startupType, HostBuilderContext context, IServiceCollection services, Object instance)
  174.    at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass13_0.<UseStartup>b__0(HostBuilderContext context, IServiceCollection services)
  175.    at Microsoft.Extensions.Hosting.HostBuilder.CreateServiceProvider()
  176.    at Microsoft.Extensions.Hosting.HostBuilder.Build()
  177.    at Forguncy.ForguncyServerCommon.ProgramBase.DoStartServerAction(String baseAddress, List`1 urls, Action`1 action)
  178.    at a.c(String a, List`1 b)
  179.    at a.<>c.e(String a, List`1 b)
  180.    at Forguncy.ForguncyServerCommon.ProgramBase.StartServerAction(String baseAddress, Action`2 action)",
  181.   "RemoteStackTraceString": null,
  182.   "RemoteStackIndex": 0,
  183.   "ExceptionMethod": null,
  184.   "HResult": -2146233088,
  185.   "Source": "System.Private.CoreLib",
  186.   "WatsonBuckets": null,
  187.   "InnerExceptions": {
  188.     "$type": "System.Exception[], System.Private.CoreLib",
  189.     "$values": [
  190.       {
  191.         "$type": "System.Reflection.TargetInvocationException, System.Private.CoreLib",
  192.         "ClassName": "System.Reflection.TargetInvocationException",
  193.         "Message": "Exception has been thrown by the target of an invocation.",
  194.         "Data": {
  195.           "$type": "System.Collections.ListDictionaryInternal, System.Private.CoreLib",
  196.           "App Name": "3ZVT0L14D4YKG1NX45GGGYWYYB1NLHXW",
  197.           "App Version": "10.0.3.0",
  198.           "Timestamp of the exe": "65310000",
  199.           "Assembly Name": "Microsoft.Data.Sqlite",
  200.           "Version of faulting assembly": "6.0.1423.6205",
  201.           "Timestamp of faulting module": "d5cd4277",
  202.           "MethodDef": "169",
  203.           "IL Offset of faulting instruction": "6d",
  204.           "Exception Type": "Microsoft.Data.Sqlite.Sqlite",
  205.           "NIL": ""
  206.         },
  207.         "InnerException": {
  208.           "$type": "Microsoft.Data.Sqlite.SqliteException, Microsoft.Data.Sqlite",
  209.           "SqliteErrorCode": 14,
  210.           "SqliteExtendedErrorCode": 14,
  211.           "IsTransient": false,
  212.           "SqlState": null,
  213.           "BatchCommand": null,
  214.           "ErrorCode": -2147467259,
  215.           "Message": "SQLite Error 14: 'unable to open database file'.",
  216.           "Data": {
  217.             "$type": "System.Collections.ListDictionaryInternal, System.Private.CoreLib",
  218.             "App Name": "3ZVT0L14D4YKG1NX45GGGYWYYB1NLHXW",
  219.             "App Version": "10.0.3.0",
  220.             "Timestamp of the exe": "65310000",
  221.             "Assembly Name": "Microsoft.Data.Sqlite",
  222.             "Version of faulting assembly": "6.0.1423.6205",
  223.             "Timestamp of faulting module": "d5cd4277",
  224.             "MethodDef": "169",
  225.             "IL Offset of faulting instruction": "6d",
  226.             "Exception Type": "Microsoft.Data.Sqlite.Sqlite",
  227.             "NIL": ""
  228.           },
  229.           "InnerException": null,
  230.           "HelpLink": null,
  231.           "Source": "Microsoft.Data.Sqlite",
  232.           "HResult": -2147467259,
  233.           "StackTrace": "   at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  234.    at Microsoft.Data.Sqlite.SqliteConnectionInternal..ctor(SqliteConnectionStringBuilder connectionOptions, SqliteConnectionPool pool)
  235.    at Microsoft.Data.Sqlite.SqliteConnectionFactory.GetConnection(SqliteConnection outerConnection)
  236.    at Microsoft.Data.Sqlite.SqliteConnection.Open()
  237.    at SqliteWrapper.Sqlite..ctor(String connectionStr)"
  238.         },
  239.         "HelpURL": null,
  240.         "StackTraceString": "   at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
  241.    at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  242.    at ForguncyDataAccess.DataBaseWrapperFactory.CreateInstance(String dataBaseType, String connectionStr, List`1 logs)
  243.    at Forguncy.DataSourceBase.get_DataBaseWrapper()
  244.    at Forguncy.DataSourceBase.IsTableExist(String tableSchema, String tableName)
  245.    at ForguncyDataAccess.DataAccess.IsTableRealExistInDataBase(String tableSchema, String tableName, String connectionStr, String type)
  246.    at ForguncyDataAccess.DataAccess.IsTableExist(String tableName)
  247.    at Forguncy.UserService2.DB.DBMigrationsManager.InitMigrationRecordTable()
  248.    at Forguncy.UserService2.DB.DBMigrationsManager.MigrationAsync()
  249.    at Forguncy.UserService2.UserServiceDBHelper.EnsureTablesAsync()
  250.    at Forguncy.UserService2.Startup.InitializeDatabaseAsync()",
  251.         "RemoteStackTraceString": null,
  252.         "RemoteStackIndex": 0,
  253.         "ExceptionMethod": null,
  254.         "HResult": -2146232828,
  255.         "Source": "System.Private.CoreLib",
  256.         "WatsonBuckets": null
  257.       }
  258.     ]
  259.   }
  260. }
  261. StartServerAction Exception again One or more errors occurred. (Exception has been thrown by the target of an invocation.)
  262. 2024-06-10 23:39:41.424 [INFO] - x86 SQLite.Interop.dll is exist :False
  263. 2024-06-10 23:39:41.424 [INFO] - x64 SQLite.Interop.dll is exist :False
  264. 2024-06-10 23:39:41.424 [INFO] - Start EnsureTablesAsync
  265. 2024-06-10 23:39:41.425 [WARN] - {
  266.   "ClassName": "System.Reflection.TargetInvocationException",
  267.   "Message": "Exception has been thrown by the target of an invocation.",
  268.   "Data": {
  269.     "$type": "System.Collections.ListDictionaryInternal, System.Private.CoreLib",
  270.     "App Name": "3ZVT0L14D4YKG1NX45GGGYWYYB1NLHXW",
  271.     "App Version": "10.0.3.0",
  272.     "Timestamp of the exe": "65310000",
  273.     "Assembly Name": "Microsoft.Data.Sqlite",
  274.     "Version of faulting assembly": "6.0.1423.6205",
  275.     "Timestamp of faulting module": "d5cd4277",
  276.     "MethodDef": "169",
  277.     "IL Offset of faulting instruction": "6d",
  278.     "Exception Type": "Microsoft.Data.Sqlite.Sqlite",
  279.     "NIL": ""
  280.   },
  281.   "InnerException": {
  282.     "$type": "Microsoft.Data.Sqlite.SqliteException, Microsoft.Data.Sqlite",
  283.     "SqliteErrorCode": 14,
  284.     "SqliteExtendedErrorCode": 14,
  285.     "IsT
复制代码
之前好好的.突然就启动不了.实在不想重装系统.感觉
2024-06-10 23:39:41.315 [INFO] - x86 SQLite.Interop.dll is exist :False
2024-06-10 23:39:41.315 [INFO] - x64 SQLite.Interop.dll is exist :False

这里就出现问题了.

8 个回复

倒序浏览
zsdtylj
中级会员   /  发表于:2024-6-11 09:01:40
沙发
电脑上卸载然后重装了服务端还是不行。。不知道什么问题了
回复 使用道具 举报
Lay.Li悬赏达人认证 活字格认证
超级版主   /  发表于:2024-6-11 11:02:25
板凳
您好,看日志应该是数据库要用的一些文件找不到了,您电脑中是不是有下载什么杀毒软件之类的,可以尝试参考下方的帖子,看看能不能帮助到您




unable to load DLL 'SQLite.Interop.dll':找不到指定的模块。(Exception from HRE...
https://gcdn.grapecity.com.cn/showtopic-72707-1-1.html
(出处: 葡萄城开发者社区)



回复 使用道具 举报
zsdtylj
中级会员   /  发表于:2024-6-11 11:07:10
地板
Lay.Li 发表于 2024-6-11 11:02
您好,看日志应该是数据库要用的一些文件找不到了,您电脑中是不是有下载什么杀毒软件之类的,可以尝试参考 ...

系统环境我都重新安装过了。而且很奇怪。每次安装活字格都需要禁用我的显卡驱动。不然我打开安装包都是直接没没反应的。
回复 使用道具 举报
Lay.Li悬赏达人认证 活字格认证
超级版主   /  发表于:2024-6-12 11:09:36
5#
那应该是显卡驱动有问题,可以尝试卸载重装一下显卡驱动看看行不行

1.下载一个DDU软件
2.在安全模式下,用DDU卸载显卡驱动

3.在windows检查更新(不要手动装驱动)


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复 使用道具 举报
zsdtylj
中级会员   /  发表于:2024-6-13 14:21:22
6#
卸载后是可以了。但是是系统自动安装驱动后又不行。。
回复 使用道具 举报
Lay.Li悬赏达人认证 活字格认证
超级版主   /  发表于:2024-6-14 13:44:26
7#
您的驱动是在在windows检查更新中更新的么,如果windows检查更新安装的驱动还是不行的话,试一下在显卡官网中下载驱动看看行不行
回复 使用道具 举报
zsdtylj
中级会员   /  发表于:2024-6-14 14:22:23
8#
Lay.Li 发表于 2024-6-14 13:44
您的驱动是在在windows检查更新中更新的么,如果windows检查更新安装的驱动还是不行的话,试一下在显卡官网 ...

都试过了.intel官网最新的驱动也试过了.用旧版本的驱动也试过了.反正就是不行.准备放弃了.估计真的就是不行了.
回复 使用道具 举报
Lay.Li悬赏达人认证 活字格认证
超级版主   /  发表于:2024-6-17 09:33:06
9#
那这个问题需要远程您看一下了,您可以先填一下我们这边的1V1申请:https://www.grapecity.com.cn/applyonline
通过申请后会有专门的人联系您,给您提供一个月免费的快速支持通道


回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部