Error500 internal server error

1.在WorkSpace-社区-论坛中发布帖子时,经常会出现下图中错误,并导致WorkSpace的Web页面无法使用,只有重启服务器才能重新使用:

2.在Windows服务器事件查看器-应用程序中提示警告信息如下:

日志名称:          Application
来源:            ASP.NET 4.0.30319.0
日期:            2025/5/9 14:13:52
事件 ID:         1309
任务类别:          Web Event
级别:            警告
关键字:           经典
用户:            暂缺
计算机:           WIN-VBCQIEM4G8U
描述:
Event code: 3005 
Event message: 发生了未经处理的异常。 
Event time: 2025/5/9 14:13:52 
Event time (UTC): 2025/5/9 6:13:52 
Event ID: 06740678c4ab4bb6a29f56e0be413106 
Event sequence: 262 
Event occurrence: 3 
Event detail code: 0 
 
Application information: 
    Application domain: /LM/W3SVC/2/ROOT-1-133912433113102396 
    Trust level: Full 
    Application Virtual Path: / 
    Application Path: C:\Program Files (x86)\Ascensio System SIA\CommunityServer\WebStudio\ 
    Machine name: WIN-VBCQIEM4G8U 
 
Process information: 
    Process ID: 5536 
    Process name: w3wp.exe 
    Account name: IIS APPPOOL\ONLYOFFICE Server 
 
Exception information: 
    Exception type: MySqlException 
    Exception message: error connecting: Timeout expired.  The timeout period elapsed prior to obtaining a connection from the pool.  This may have occurred because all pooled connections were in use and max pool size was reached.
   在 MySql.Data.MySqlClient.MySqlPool.GetConnection()
   在 MySql.Data.MySqlClient.MySqlConnection.Open()
   在 ASC.Common.Data.AdoProxy.DbConnectionProxy.Open()
   在 ASC.Common.Data.DbManager.get_Command()
   在 ASC.Common.Data.DataExtensions.ApplySqlInstruction(IDbManager manager, ISqlInstruction sql, ISqlDialect dialect)
   在 ASC.Common.Data.DbManager.ExecuteList(ISqlInstruction sql)
   在 ASC.Core.Data.DbBaseService.Execute[T](Func`2 action)
   在 ASC.Core.Data.DbTenantService.GetTenants(Exp where)
   在 ASC.Core.Data.DbTenantService.GetTenant(String domain)
   在 ASC.Core.Caching.CachedTenantService.GetTenant(String domain)
   在 ASC.Core.TenantManager.GetTenant(String domain)
   在 ASC.Core.TenantManager.GetCurrentTenant(Boolean throwIfNotFound)
   在 ASC.Web.Studio.Global.Application_BeginRequest(Object sender, EventArgs e)
   在 System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   在 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
   在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

 
 
Request information: 
    Request URL: http://202.8.168.235/Products/Community/Modules/Forum/NewPost.aspx?t=2&m=3&a=2 
    Request path: /Products/Community/Modules/Forum/NewPost.aspx 
    User host address: 10.3.6.235 
    User:  
    Is authenticated: False 
    Authentication Type:  
    Thread account name: IIS APPPOOL\ONLYOFFICE Server 
 
Thread information: 
    Thread ID: 299 
    Thread account name: IIS APPPOOL\ONLYOFFICE Server 
    Is impersonating: False 
    Stack trace:    在 MySql.Data.MySqlClient.MySqlPool.GetConnection()
   在 MySql.Data.MySqlClient.MySqlConnection.Open()
   在 ASC.Common.Data.AdoProxy.DbConnectionProxy.Open()
   在 ASC.Common.Data.DbManager.get_Command()
   在 ASC.Common.Data.DataExtensions.ApplySqlInstruction(IDbManager manager, ISqlInstruction sql, ISqlDialect dialect)
   在 ASC.Common.Data.DbManager.ExecuteList(ISqlInstruction sql)
   在 ASC.Core.Data.DbBaseService.Execute[T](Func`2 action)
   在 ASC.Core.Data.DbTenantService.GetTenants(Exp where)
   在 ASC.Core.Data.DbTenantService.GetTenant(String domain)
   在 ASC.Core.Caching.CachedTenantService.GetTenant(String domain)
   在 ASC.Core.TenantManager.GetTenant(String domain)
   在 ASC.Core.TenantManager.GetCurrentTenant(Boolean throwIfNotFound)
   在 ASC.Web.Studio.Global.Application_BeginRequest(Object sender, EventArgs e)
   在 System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   在 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
   在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
 
 
Custom event details: 

事件 Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="ASP.NET 4.0.30319.0" />
    <EventID Qualifiers="32768">1309</EventID>
    <Level>3</Level>
    <Task>3</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2025-05-09T06:13:52.736919700Z" />
    <EventRecordID>1423</EventRecordID>
    <Channel>Application</Channel>
    <Computer>WIN-VBCQIEM4G8U</Computer>
    <Security />
  </System>
  <EventData>
    <Data>3005</Data>
    <Data>发生了未经处理的异常。</Data>
    <Data>2025/5/9 14:13:52</Data>
    <Data>2025/5/9 6:13:52</Data>
    <Data>06740678c4ab4bb6a29f56e0be413106</Data>
    <Data>262</Data>
    <Data>3</Data>
    <Data>0</Data>
    <Data>/LM/W3SVC/2/ROOT-1-133912433113102396</Data>
    <Data>Full</Data>
    <Data>/</Data>
    <Data>C:\Program Files (x86)\Ascensio System SIA\CommunityServer\WebStudio\</Data>
    <Data>WIN-VBCQIEM4G8U</Data>
    <Data>
    </Data>
    <Data>5536</Data>
    <Data>w3wp.exe</Data>
    <Data>IIS APPPOOL\ONLYOFFICE Server</Data>
    <Data>MySqlException</Data>
    <Data>error connecting: Timeout expired.  The timeout period elapsed prior to obtaining a connection from the pool.  This may have occurred because all pooled connections were in use and max pool size was reached.
   在 MySql.Data.MySqlClient.MySqlPool.GetConnection()
   在 MySql.Data.MySqlClient.MySqlConnection.Open()
   在 ASC.Common.Data.AdoProxy.DbConnectionProxy.Open()
   在 ASC.Common.Data.DbManager.get_Command()
   在 ASC.Common.Data.DataExtensions.ApplySqlInstruction(IDbManager manager, ISqlInstruction sql, ISqlDialect dialect)
   在 ASC.Common.Data.DbManager.ExecuteList(ISqlInstruction sql)
   在 ASC.Core.Data.DbBaseService.Execute[T](Func`2 action)
   在 ASC.Core.Data.DbTenantService.GetTenants(Exp where)
   在 ASC.Core.Data.DbTenantService.GetTenant(String domain)
   在 ASC.Core.Caching.CachedTenantService.GetTenant(String domain)
   在 ASC.Core.TenantManager.GetTenant(String domain)
   在 ASC.Core.TenantManager.GetCurrentTenant(Boolean throwIfNotFound)
   在 ASC.Web.Studio.Global.Application_BeginRequest(Object sender, EventArgs e)
   在 System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   在 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
   在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously)

</Data>
    <Data>http://202.8.168.235/Products/Community/Modules/Forum/NewPost.aspx?t=2&amp;m=3&amp;a=2</Data>
    <Data>/Products/Community/Modules/Forum/NewPost.aspx</Data>
    <Data>10.3.6.235</Data>
    <Data>
    </Data>
    <Data>False</Data>
    <Data>
    </Data>
    <Data>IIS APPPOOL\ONLYOFFICE Server</Data>
    <Data>299</Data>
    <Data>IIS APPPOOL\ONLYOFFICE Server</Data>
    <Data>False</Data>
    <Data>   在 MySql.Data.MySqlClient.MySqlPool.GetConnection()
   在 MySql.Data.MySqlClient.MySqlConnection.Open()
   在 ASC.Common.Data.AdoProxy.DbConnectionProxy.Open()
   在 ASC.Common.Data.DbManager.get_Command()
   在 ASC.Common.Data.DataExtensions.ApplySqlInstruction(IDbManager manager, ISqlInstruction sql, ISqlDialect dialect)
   在 ASC.Common.Data.DbManager.ExecuteList(ISqlInstruction sql)
   在 ASC.Core.Data.DbBaseService.Execute[T](Func`2 action)
   在 ASC.Core.Data.DbTenantService.GetTenants(Exp where)
   在 ASC.Core.Data.DbTenantService.GetTenant(String domain)
   在 ASC.Core.Caching.CachedTenantService.GetTenant(String domain)
   在 ASC.Core.TenantManager.GetTenant(String domain)
   在 ASC.Core.TenantManager.GetCurrentTenant(Boolean throwIfNotFound)
   在 ASC.Web.Studio.Global.Application_BeginRequest(Object sender, EventArgs e)
   在 System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   在 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
   在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously)
</Data>
  </EventData>
</Event>

3.请问各位老师,这个问题如何解决?

您好,
请提供以下信息:

  1. Workspace 各个组件的版本是多少?(Document Server、Community Server、Control Panel)
  2. Workspace 安装在哪个操作系统版本上?
  3. 请提供完整的 Community Server 日志,路径如下:
    %Program Files%\Ascensio System SIA\CommunityServer\Logs

老师,谢谢您的回复!
我修改了IIS中网站目录权限和web.connections.config文件中 Max Pool Size参数后,貌似正常了,目前还没有再出现这个报错。但还有个问题是在Worksace模块选择页面点击“控制面板”图标后,不能进入控制面板的参数设置页面,而是又回到项目选择页面,这是怎么回事。原来是正常的。
1.Document Server :8.3.3 Community Server:12.7.1304 Control Panel:3.5.434
2.Workspace 安装在Windows server 2016 Datacenter 上
3.Community Server 日志:

[2025-04-29T16:23:10,676][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-04-29T16:23:11,645][WARN ][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
[2025-04-29T16:23:19,144][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-04-29T16:23:19,160][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-04-29T16:23:19,175][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-04-29T16:23:19,191][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-04-29T16:23:19,238][CRITICAL][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] legacy role settings [node.data, node.ingest, node.master] are deprecated, use [node.roles=[transform, data_frozen, master, remote_cluster_client, data, ml, data_content, data_hot, data_warm, data_cold, ingest]]
[2025-05-07T14:58:21,227][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-07T14:58:22,305][WARN ][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
[2025-05-07T14:58:30,212][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-07T14:58:30,227][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-07T14:58:30,415][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-07T14:58:30,415][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-07T14:58:30,587][CRITICAL][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] legacy role settings [node.data, node.ingest, node.master] are deprecated, use [node.roles=[transform, data_frozen, master, remote_cluster_client, data, ml, data_content, data_hot, data_warm, data_cold, ingest]]
[2025-05-08T13:49:30,177][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-08T13:49:31,411][WARN ][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
[2025-05-08T13:49:12,582][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-08T13:49:12,597][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-08T13:49:12,800][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-08T13:49:12,816][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-08T13:49:12,957][CRITICAL][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] legacy role settings [node.data, node.ingest, node.master] are deprecated, use [node.roles=[transform, data_frozen, master, remote_cluster_client, data, ml, data_content, data_hot, data_warm, data_cold, ingest]]
[2025-05-08T15:46:42,802][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-08T15:46:43,849][WARN ][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
[2025-05-08T15:46:53,052][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-08T15:46:53,084][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-08T15:46:53,271][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-08T15:46:53,271][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-08T15:46:53,412][CRITICAL][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] legacy role settings [node.data, node.ingest, node.master] are deprecated, use [node.roles=[transform, data_frozen, master, remote_cluster_client, data, ml, data_content, data_hot, data_warm, data_cold, ingest]]
[2025-05-08T16:28:32,003][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-08T16:28:34,393][WARN ][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
[2025-05-08T16:28:40,191][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-08T16:28:40,222][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-08T16:28:40,394][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-08T16:28:40,409][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-08T16:28:40,550][CRITICAL][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] legacy role settings [node.data, node.ingest, node.master] are deprecated, use [node.roles=[transform, data_frozen, master, remote_cluster_client, data, ml, data_content, data_hot, data_warm, data_cold, ingest]]
[2025-05-09T11:42:51,348][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-09T11:42:52,379][WARN ][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
[2025-05-09T11:43:01,786][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-09T11:43:01,802][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-09T11:43:02,005][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-09T11:43:02,021][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-09T11:43:02,130][CRITICAL][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] legacy role settings [node.data, node.ingest, node.master] are deprecated, use [node.roles=[transform, data_frozen, master, remote_cluster_client, data, ml, data_content, data_hot, data_warm, data_cold, ingest]]
[2025-05-09T13:48:31,076][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-09T13:48:32,185][WARN ][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
[2025-05-09T13:48:12,610][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-09T13:48:12,626][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-09T13:48:12,907][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-09T13:48:12,923][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-09T13:48:13,110][CRITICAL][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] legacy role settings [node.data, node.ingest, node.master] are deprecated, use [node.roles=[transform, data_frozen, master, remote_cluster_client, data, ml, data_content, data_hot, data_warm, data_cold, ingest]]
[2025-05-09T14:40:07,814][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-09T14:40:08,892][WARN ][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
[2025-05-09T14:40:16,955][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-09T14:40:16,971][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-09T14:39:48,873][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-09T14:39:48,888][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-09T14:39:48,998][CRITICAL][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] legacy role settings [node.data, node.ingest, node.master] are deprecated, use [node.roles=[transform, data_frozen, master, remote_cluster_client, data, ml, data_content, data_hot, data_warm, data_cold, ingest]]
[2025-05-12T08:37:29,555][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T08:37:30,570][WARN ][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
[2025-05-12T08:37:07,618][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T08:37:07,634][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T08:37:07,884][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T08:37:07,899][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T08:37:08,040][CRITICAL][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] legacy role settings [node.data, node.ingest, node.master] are deprecated, use [node.roles=[transform, data_frozen, master, remote_cluster_client, data, ml, data_content, data_hot, data_warm, data_cold, ingest]]
[2025-05-12T08:46:24,388][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T08:46:26,388][WARN ][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
[2025-05-12T08:46:32,997][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T08:46:33,013][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T08:46:33,216][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T08:46:33,216][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T08:46:33,310][CRITICAL][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] legacy role settings [node.data, node.ingest, node.master] are deprecated, use [node.roles=[transform, data_frozen, master, remote_cluster_client, data, ml, data_content, data_hot, data_warm, data_cold, ingest]]
[2025-05-12T08:59:27,232][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T08:59:28,389][WARN ][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
[2025-05-12T08:59:36,513][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T08:59:36,529][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T08:59:36,733][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T08:59:36,733][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T08:59:05,488][CRITICAL][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] legacy role settings [node.data, node.ingest, node.master] are deprecated, use [node.roles=[transform, data_frozen, master, remote_cluster_client, data, ml, data_content, data_hot, data_warm, data_cold, ingest]]
[2025-05-12T09:11:21,781][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T09:11:22,704][WARN ][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
[2025-05-12T09:11:29,500][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T09:11:29,516][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T09:11:29,703][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T09:11:29,719][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T09:11:29,875][CRITICAL][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] legacy role settings [node.data, node.ingest, node.master] are deprecated, use [node.roles=[transform, data_frozen, master, remote_cluster_client, data, ml, data_content, data_hot, data_warm, data_cold, ingest]]
[2025-05-12T16:22:23,285][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T16:22:24,394][WARN ][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
[2025-05-12T16:22:32,941][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T16:22:32,941][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T16:22:33,160][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T16:22:33,176][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T16:22:33,332][CRITICAL][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] legacy role settings [node.data, node.ingest, node.master] are deprecated, use [node.roles=[transform, data_frozen, master, remote_cluster_client, data, ml, data_content, data_hot, data_warm, data_cold, ingest]]
[2025-05-12T16:28:42,898][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T16:28:43,850][WARN ][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
[2025-05-12T16:28:50,928][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T16:28:50,945][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T16:28:51,226][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T16:28:51,241][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-12T16:28:51,382][CRITICAL][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] legacy role settings [node.data, node.ingest, node.master] are deprecated, use [node.roles=[transform, data_frozen, master, remote_cluster_client, data, ml, data_content, data_hot, data_warm, data_cold, ingest]]
[2025-05-13T08:20:04,267][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-13T08:20:05,283][WARN ][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
[2025-05-13T08:20:13,142][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-13T08:20:13,158][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-13T08:19:40,865][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-13T08:19:40,880][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-13T08:19:41,037][CRITICAL][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] legacy role settings [node.data, node.ingest, node.master] are deprecated, use [node.roles=[transform, data_frozen, master, remote_cluster_client, data, ml, data_content, data_hot, data_warm, data_cold, ingest]]
[2025-05-13T08:25:31,598][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-13T08:25:32,582][WARN ][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
[2025-05-13T08:25:39,957][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-13T08:25:39,973][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-13T08:25:40,161][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-13T08:25:40,161][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-13T08:25:40,286][CRITICAL][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] legacy role settings [node.data, node.ingest, node.master] are deprecated, use [node.roles=[transform, data_frozen, master, remote_cluster_client, data, ml, data_content, data_hot, data_warm, data_cold, ingest]]
[2025-05-13T09:24:10,119][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-13T09:24:11,041][WARN ][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
[2025-05-13T09:24:17,510][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-13T09:24:17,525][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-13T09:24:17,759][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-13T09:24:17,775][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-13T09:24:17,931][CRITICAL][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] legacy role settings [node.data, node.ingest, node.master] are deprecated, use [node.roles=[transform, data_frozen, master, remote_cluster_client, data, ml, data_content, data_hot, data_warm, data_cold, ingest]]
[2025-05-13T15:03:23,266][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [transport.tcp.port] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-13T15:03:24,235][WARN ][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] no-jdk distributions that do not bundle a JDK are deprecated and will be removed in a future release
[2025-05-13T15:03:31,533][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.data] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-13T15:03:31,563][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.max_local_storage_nodes] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-13T15:03:31,797][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.master] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-13T15:03:31,814][CRITICAL][o.e.d.c.s.Settings       ] [WIN-VBCQIEM4G8U] [] [node.ingest] setting was deprecated in Elasticsearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2025-05-13T15:03:31,970][CRITICAL][o.e.d.n.Node             ] [WIN-VBCQIEM4G8U] [] legacy role settings [node.data, node.ingest, node.master] are deprecated, use [node.roles=[transform, data_frozen, master, remote_cluster_client, data, ml, data_content, data_hot, data_warm, data_cold, ingest]]

您好,很高兴原来的问题已经解决了。
请为新问题创建一个新论坛话题,在那里提供以下信息:

  • 您有没有修改过其他配置?
  • 您是否使用了代理服务器?
  • 请在重现问题后,将完整的 Community Server 日志以文件形式提供,并说明重现问题的具体时间点。
  • 另外,请提供一段重现该问题的录屏,同时打开浏览器的 DevTools 控制台(Console)和网络(Network)标签页。

谢谢您。点击控制面板不能进入参数配置页面的原因是绑定ip,取消就好了。但是还不能确切的知道为什么绑定ip后就会这样。新的问题会按您的提示发新的帖子。

不客气,请在新论坛主题尽可能详细地描述您的 IP 绑定配置