2026-04-25 14:18:59,228 [1] INFO RedisLogger - ConnectionMultiplexer(52493967)附加自定义事件 2026-04-25 14:19:01,129 [1] ERROR Spring.Objects.Factory.Support.DefaultListableObjectFactory - GetObjectInternal: error obtaining object &NHibernateSessionFactory 2026-04-25 14:19:01,167 [1] ERROR MCMS.Portal.Startup - Error creating context 'main': LOADING Redis is loading the dataset in memory System.Configuration.ConfigurationErrorsException: Error creating context 'main': LOADING Redis is loading the dataset in memory ---> Spring.Objects.Factory.ObjectCreationException: Error creating object with name 'NHibernateSessionFactory' defined in 'assembly [MCMS.Portal.Service, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null], resource [MCMS.Portal.Service.Config.Dao_MYSQL.xml] line 27' : Initialization of object failed : LOADING Redis is loading the dataset in memory ---> StackExchange.Redis.RedisServerException: LOADING Redis is loading the dataset in memory at StackExchange.Redis.ConnectionMultiplexer.ExecuteSyncImpl[T](Message message, ResultProcessor`1 processor, ServerEndPoint server, T defaultValue) in /_/src/StackExchange.Redis/ConnectionMultiplexer.cs:line 2093 at StackExchange.Redis.RedisBase.ExecuteSync[T](Message message, ResultProcessor`1 processor, ServerEndPoint server, T defaultValue) in /_/src/StackExchange.Redis/RedisBase.cs:line 62 at StackExchange.Redis.RedisDatabase.ScriptEvaluate(String script, RedisKey[] keys, RedisValue[] values, CommandFlags flags) in /_/src/StackExchange.Redis/RedisDatabase.cs:line 1614 at NHibernate.Caches.StackExchangeRedis.DefaultRegionStrategy.InitializeVersion() at NHibernate.Caches.StackExchangeRedis.DefaultRegionStrategy..ctor(IConnectionMultiplexer connectionMultiplexer, RedisCacheRegionConfiguration configuration, IDictionary`2 properties) at NHibernate.Caches.StackExchangeRedis.DefaultCacheRegionStrategyFactory.Create(IConnectionMultiplexer connectionMultiplexer, RedisCacheRegionConfiguration configuration, IDictionary`2 properties) at NHibernate.Caches.StackExchangeRedis.RedisCacheProvider.BuildCache(RedisCacheRegionConfiguration regionConfiguration, IDictionary`2 properties) at NHibernate.Caches.StackExchangeRedis.RedisCacheProvider.BuildCache(String regionName, IDictionary`2 properties) at NHibernate.Cache.CacheFactory.BuildCacheBase(String name, Settings settings, IDictionary`2 properties) at NHibernate.Impl.SessionFactoryImpl.b__118_0(String cr) at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory) at NHibernate.Impl.SessionFactoryImpl.GetCache(String cacheRegion) at NHibernate.Impl.SessionFactoryImpl.GetCacheConcurrencyStrategy(String cacheRegion, String strategy, Boolean isMutable, String entityName, Dictionary`2 caches) at NHibernate.Impl.SessionFactoryImpl..ctor(Configuration cfg, IMapping mapping, Settings settings, EventListeners listeners) at NHibernate.Cfg.Configuration.BuildSessionFactory() at Spring.Data.NHibernate.LocalSessionFactoryObject.NewSessionFactory(Configuration config) at Spring.Data.NHibernate.LocalSessionFactoryObject.AfterPropertiesSet() at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InvokeInitMethods(Object target, String name, IConfigurableObjectDefinition definition) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.ConfigureObject(String name, RootObjectDefinition definition, IObjectWrapper wrapper) at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) --- End of inner exception stack trace --- at Spring.Objects.Factory.Support.AbstractAutowireCapableObjectFactory.InstantiateObject(String name, RootObjectDefinition definition, Object[] arguments, Boolean allowEagerCaching, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.CreateAndCacheSingletonInstance(String objectName, RootObjectDefinition objectDefinition, Object[] arguments) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObjectInternal(String name, Type requiredType, Object[] arguments, Boolean suppressConfigure) at Spring.Objects.Factory.Support.AbstractObjectFactory.GetObject(String name) at Spring.Objects.Factory.Support.DefaultListableObjectFactory.PreInstantiateSingletons() at Spring.Context.Support.AbstractApplicationContext.Refresh() at Spring.Context.Support.NetCoreContextInstantiator.InvokeContextConstructor(ConstructorInfo ctor) at Spring.Context.Support.ContextInstantiator.InstantiateContext() at Spring.Context.Support.ContextCreater.InstantiateContext(IApplicationContext parentContext, String contextName, Type contextType, Boolean caseSensitive, IList`1 resources) at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) --- End of inner exception stack trace --- at Spring.Context.Support.ContextCreater.Create(IApplicationContext parent, IConfiguration netCoreConfigObject, String contextElement) at Spring.Context.Support.ContextCreater.Create(String contextElement) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpringReturnContext(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at Spring.Extensions.DependencyInjection.ContextCreaterExtensions.WithSpring(IServiceCollection services, IConfiguration configuration, String sectionName, String netCoreConfigObjectName) at MCMS.Portal.Startup.ConfigureServices(IServiceCollection services) in E:\agent\_work\8\s\MCMS.Portal\Startup.cs:line 70 2026-04-25 14:19:03,966 [1] INFO RedisLogger - ConnectionMultiplexer(52493967)附加自定义事件 2026-04-25 14:19:07,061 [1] DEBUG MCMS.Portal.Startup - 项目运行环境(.NET 6.0.25):【门户微服务测试环境】 2026-04-25 14:19:07,734 [1] INFO MCMS.Portal.Startup - 【应用程序启动成功】 2026-04-25 14:19:07,890 [31] WARN Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware - Failed to determine the https port for redirect. 2026-04-25 14:19:09,452 [25] INFO MCMS.Portal.Startup - 重启服务重建Layui格式地区信息缓存成功 2026-04-25 14:23:05,921 [43] ERROR MCMS.Portal.Common.GlobalExceptionFilter - URL:http://portal.10g10g.com/UserCommonLocations/GetLocationByIP?ip=::1;UserIP:127.0.0.1,ServerVariables:Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpRequestHeaders;Exception:Input string was not in a correct format. at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, TypeCode type) at System.Int64.Parse(String s) at MCMS.Portal.DAO.Hibernate.IpLocationDAO.<>c.b__3_0(String s) in E:\agent\_work\8\s\MCMS.Portal.DAO.Hibernate\IpLocationDAO.cs:line 83 at System.Linq.Enumerable.SelectArrayIterator`2.ToList() at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at MCMS.Portal.DAO.Hibernate.IpLocationDAO.IpToInt(String ip) in E:\agent\_work\8\s\MCMS.Portal.DAO.Hibernate\IpLocationDAO.cs:line 83 at MCMS.Portal.DAO.Hibernate.IpLocationDAO.GetByIp(String ip) in E:\agent\_work\8\s\MCMS.Portal.DAO.Hibernate\IpLocationDAO.cs:line 26 at MCMS.Portal.Service.Impl.IpLocationService.GetByIp(String ip) in E:\agent\_work\8\s\MCMS.Portal.Service.Impl\IpLocationService.cs:line 131 at _dynamic_MCMS.Portal.Service.Impl.IpLocationService.GetByIp(Object , Object[] ) at Spring.Reflection.Dynamic.SafeMethod.Invoke(Object target, Object[] arguments) at Spring.Aop.Framework.DynamicMethodInvocation.InvokeJoinpoint() at Spring.Aop.Framework.AbstractMethodInvocation.Proceed() at Spring.Transaction.Interceptor.TransactionInterceptor.Invoke(IMethodInvocation invocation) at Spring.Aop.Framework.AbstractMethodInvocation.Proceed() at Spring.Aop.Framework.DynamicProxy.AdvisedProxy.Invoke(Object proxy, Object target, Type targetType, MethodInfo targetMethod, MethodInfo proxyMethod, Object[] args, IList interceptors) at CompositionAopProxy_d46210d628f24c7bb6b87c3c74aa24c2.GetByIp(String ip) at MCMS.Portal.Service.Impl.UserCommonLocationsService.GetLocationByIP(String ip) at _dynamic_MCMS.Portal.Service.Impl.UserCommonLocationsService.GetLocationByIP(Object , Object[] ) at Spring.Reflection.Dynamic.SafeMethod.Invoke(Object target, Object[] arguments) at Spring.Aop.Framework.DynamicMethodInvocation.InvokeJoinpoint() at Spring.Aop.Framework.AbstractMethodInvocation.Proceed() at Spring.Transaction.Interceptor.TransactionInterceptor.Invoke(IMethodInvocation invocation) at Spring.Aop.Framework.AbstractMethodInvocation.Proceed() at Spring.Aop.Framework.DynamicProxy.AdvisedProxy.Invoke(Object proxy, Object target, Type targetType, MethodInfo targetMethod, MethodInfo proxyMethod, Object[] args, IList interceptors) at CompositionAopProxy_bcfe650f3ab74e06be1a3d580df938ef.GetLocationByIP(String ip) at MCMS.Portal.Controllers.UserCommonLocationsController.GetLocationByIP(String ip) at lambda_method124(Closure , Object , Object[] ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) 2026-04-25 14:23:06,713 [46] ERROR MCMS.Portal.Common.GlobalExceptionFilter - URL:http://portal.10g10g.com/UserCommonLocations/IsCommonLocations?userId=1&ip=::1;UserIP:127.0.0.1,ServerVariables:Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpRequestHeaders;Exception:Input string was not in a correct format. at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, TypeCode type) at System.Int64.Parse(String s) at MCMS.Portal.DAO.Hibernate.IpLocationDAO.<>c.b__3_0(String s) in E:\agent\_work\8\s\MCMS.Portal.DAO.Hibernate\IpLocationDAO.cs:line 83 at System.Linq.Enumerable.SelectArrayIterator`2.ToList() at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at MCMS.Portal.DAO.Hibernate.IpLocationDAO.IpToInt(String ip) in E:\agent\_work\8\s\MCMS.Portal.DAO.Hibernate\IpLocationDAO.cs:line 83 at MCMS.Portal.DAO.Hibernate.IpLocationDAO.GetByIp(String ip) in E:\agent\_work\8\s\MCMS.Portal.DAO.Hibernate\IpLocationDAO.cs:line 26 at MCMS.Portal.Service.Impl.IpLocationService.GetByIp(String ip) in E:\agent\_work\8\s\MCMS.Portal.Service.Impl\IpLocationService.cs:line 131 at _dynamic_MCMS.Portal.Service.Impl.IpLocationService.GetByIp(Object , Object[] ) at Spring.Reflection.Dynamic.SafeMethod.Invoke(Object target, Object[] arguments) at Spring.Aop.Framework.DynamicMethodInvocation.InvokeJoinpoint() at Spring.Aop.Framework.AbstractMethodInvocation.Proceed() at Spring.Transaction.Interceptor.TransactionInterceptor.Invoke(IMethodInvocation invocation) at Spring.Aop.Framework.AbstractMethodInvocation.Proceed() at Spring.Aop.Framework.DynamicProxy.AdvisedProxy.Invoke(Object proxy, Object target, Type targetType, MethodInfo targetMethod, MethodInfo proxyMethod, Object[] args, IList interceptors) at CompositionAopProxy_d46210d628f24c7bb6b87c3c74aa24c2.GetByIp(String ip) at MCMS.Portal.Service.Impl.UserCommonLocationsService.GetLocationByIP(String ip) at MCMS.Portal.Service.Impl.UserCommonLocationsService.IsCommonLocations(Int32 userId, String ip) at _dynamic_MCMS.Portal.Service.Impl.UserCommonLocationsService.IsCommonLocations(Object , Object[] ) at Spring.Reflection.Dynamic.SafeMethod.Invoke(Object target, Object[] arguments) at Spring.Aop.Framework.DynamicMethodInvocation.InvokeJoinpoint() at Spring.Aop.Framework.AbstractMethodInvocation.Proceed() at Spring.Transaction.Interceptor.TransactionInterceptor.Invoke(IMethodInvocation invocation) at Spring.Aop.Framework.AbstractMethodInvocation.Proceed() at Spring.Transaction.Interceptor.TransactionInterceptor.Invoke(IMethodInvocation invocation) at Spring.Aop.Framework.AbstractMethodInvocation.Proceed() at Spring.Aop.Framework.DynamicProxy.AdvisedProxy.Invoke(Object proxy, Object target, Type targetType, MethodInfo targetMethod, MethodInfo proxyMethod, Object[] args, IList interceptors) at CompositionAopProxy_bcfe650f3ab74e06be1a3d580df938ef.IsCommonLocations(Int32 userId, String ip) at MCMS.Portal.Controllers.UserCommonLocationsController.IsCommonLocations(Int32 userId, String ip) at lambda_method129(Closure , Object , Object[] ) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) 2026-04-25 14:26:10,772 [.NET Signal Handler] DEBUG MCMS.Portal.Startup - 【应用程序优雅关闭】 2026-04-25 14:26:17,640 [1] INFO RedisLogger - ConnectionMultiplexer(52493967)附加自定义事件 2026-04-25 14:26:20,184 [1] DEBUG MCMS.Portal.Startup - 项目运行环境(.NET 6.0.25):【门户微服务测试环境】 2026-04-25 14:26:20,806 [1] INFO MCMS.Portal.Startup - 【应用程序启动成功】 2026-04-25 14:26:20,856 [25] INFO MCMS.Portal.Startup - 重启服务重建Layui格式地区信息缓存成功 2026-04-25 14:28:06,087 [43] WARN Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware - Failed to determine the https port for redirect. 2026-04-25 14:54:13,791 [136] DEBUG CustomerInfoService - 共转移【3】个客户.耗时330毫秒 2026-04-25 14:54:15,206 [145] DEBUG CapSubscribeService - SubscribeUpdateLastSoldTime接收到订阅:{"CustomerId":128387,"SoldTime":null,"UserId":268,"UserSoldTime":null} 2026-04-25 14:54:15,225 [145] DEBUG CustomerInfoService - 客户编号:227C7EE52EB130D2 2026-04-25 14:54:15,271 [144] DEBUG CapSubscribeService - SubscribeUpdateLastSoldTime接收到订阅:{"CustomerId":128388,"SoldTime":"2026-03-13 11:21:23","UserId":268,"UserSoldTime":"2026-03-13 11:21:23"} 2026-04-25 14:54:15,275 [144] DEBUG CustomerInfoService - 客户编号:A0A76A2EA89C7F3E 2026-04-25 14:54:15,304 [145] DEBUG CapSubscribeService - SubscribeUpdateLastSoldTime接收到订阅:{"CustomerId":128352,"SoldTime":"2025-08-29 10:25:01","UserId":956,"UserSoldTime":null} 2026-04-25 14:54:15,308 [145] DEBUG CustomerInfoService - 客户编号:CB80DBD4326ED689 2026-04-25 14:58:05,813 [142] DEBUG CapSubscribeService - SubscribeUpdateLastSoldTime接收到订阅:{"CustomerId":128387,"SoldTime":null,"UserId":268,"UserSoldTime":null} 2026-04-25 14:58:05,816 [142] DEBUG CustomerInfoService - 客户编号:227C7EE52EB130D2 2026-04-25 15:04:58,326 [.NET Signal Handler] DEBUG MCMS.Portal.Startup - 【应用程序优雅关闭】 2026-04-25 15:05:05,269 [1] INFO RedisLogger - ConnectionMultiplexer(52493967)附加自定义事件 2026-04-25 15:05:07,882 [1] DEBUG MCMS.Portal.Startup - 项目运行环境(.NET 6.0.25):【门户微服务测试环境】 2026-04-25 15:05:08,504 [1] INFO MCMS.Portal.Startup - 【应用程序启动成功】 2026-04-25 15:05:08,551 [23] INFO MCMS.Portal.Startup - 重启服务重建Layui格式地区信息缓存成功 2026-04-25 15:05:11,798 [19] WARN Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware - Failed to determine the https port for redirect. 2026-04-25 15:05:42,297 [17] DEBUG CapSubscribeService - SubscribeUpdateLastSoldTime接收到订阅:{"CustomerId":128388,"SoldTime":"2026-03-13 11:21:23","UserId":268,"UserSoldTime":"2026-03-13 11:21:23"} 2026-04-25 15:05:42,306 [17] DEBUG CustomerInfoService - 客户编号:A0A76A2EA89C7F3E 2026-04-25 15:06:14,058 [24] DEBUG CapSubscribeService - SubscribeUpdateLastSoldTime接收到订阅:{"CustomerId":128352,"SoldTime":"2025-08-29 10:25:01","UserId":268,"UserSoldTime":"2025-08-13 11:22:48"} 2026-04-25 15:06:14,065 [24] DEBUG CustomerInfoService - 客户编号:CB80DBD4326ED689 2026-04-25 15:07:48,365 [44] DEBUG CustomerInfoService - 共转移【3】个客户.耗时101毫秒 2026-04-25 15:07:49,557 [17] DEBUG CapSubscribeService - SubscribeUpdateLastSoldTime接收到订阅:{"CustomerId":128388,"SoldTime":"2026-03-13 11:21:23","UserId":268,"UserSoldTime":"2026-03-13 11:21:23"} 2026-04-25 15:07:49,562 [17] DEBUG CustomerInfoService - 客户编号:A0A76A2EA89C7F3E 2026-04-25 15:07:49,599 [17] DEBUG CapSubscribeService - SubscribeUpdateLastSoldTime接收到订阅:{"CustomerId":128387,"SoldTime":null,"UserId":268,"UserSoldTime":null} 2026-04-25 15:07:49,604 [17] DEBUG CustomerInfoService - 客户编号:227C7EE52EB130D2 2026-04-25 15:07:49,644 [17] DEBUG CapSubscribeService - SubscribeUpdateLastSoldTime接收到订阅:{"CustomerId":128352,"SoldTime":"2025-08-29 10:25:01","UserId":956,"UserSoldTime":null} 2026-04-25 15:07:49,647 [17] DEBUG CustomerInfoService - 客户编号:CB80DBD4326ED689