XcLyyds00176859245146532 opened a new issue, #9220:
URL: https://github.com/apache/rocketmq/issues/9220

   ### Before Creating the Bug Report
   
   - [x] I found a bug, not just asking a question, which should be created in 
[GitHub Discussions](https://github.com/apache/rocketmq/discussions).
   
   - [x] I have searched the [GitHub 
Issues](https://github.com/apache/rocketmq/issues) and [GitHub 
Discussions](https://github.com/apache/rocketmq/discussions)  of this 
repository and believe that this is not a duplicate.
   
   - [x] I have confirmed that this bug belongs to the current repository, not 
other repositories of RocketMQ.
   
   
   ### Runtime platform environment
   
   docker版本安装报错,docker版本28.0.1
   
   ### RocketMQ version
   
   5.3.1版本
   
   ### JDK Version
   
   docker
   
   ### Describe the Bug
   
   10:12:42,905 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could 
NOT find resource [logback-test.xml]
   10:12:42,906 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could 
NOT find resource [logback.groovy]
   10:12:42,906 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found 
resource [logback.xml] at 
[jar:file:/rocketmq-dashboard.jar!/BOOT-INF/classes!/logback.xml]
   10:12:42,920 |-INFO in 
ch.qos.logback.core.joran.spi.ConfigurationWatchList@5fa7e7ff - URL 
[jar:file:/rocketmq-dashboard.jar!/BOOT-INF/classes!/logback.xml] is not of 
type file
   10:12:42,957 |-INFO in 
ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not 
set
   10:12:42,958 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - 
About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
   10:12:42,965 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - 
Naming appender as [STDOUT]
   10:12:42,970 |-INFO in 
ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default 
type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] 
property
   10:12:43,001 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - 
About to instantiate appender of type 
[ch.qos.logback.core.rolling.RollingFileAppender]
   10:12:43,003 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - 
Naming appender as [FILE]
   10:12:43,020 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1177096266 
- No compression will be used
   10:12:43,021 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1177096266 
- Will use the pattern 
/root/logs/consolelogs/rocketmq-console-%d{yyyy-MM-dd}.%i.log for the active 
file
   10:12:43,023 |-INFO in 
ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@27f8302d - The date pattern 
is 'yyyy-MM-dd' from file name pattern 
'/root/logs/consolelogs/rocketmq-console-%d{yyyy-MM-dd}.%i.log'.
   10:12:43,023 |-INFO in 
ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@27f8302d - Roll-over at 
midnight.
   10:12:43,025 |-INFO in 
ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@27f8302d - Setting initial 
period to Mon Mar 03 10:12:43 UTC 2025
   10:12:43,025 |-WARN in 
ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@27f8302d - 
SizeAndTimeBasedFNATP is deprecated. Use SizeAndTimeBasedRollingPolicy instead
   10:12:43,025 |-WARN in 
ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@27f8302d - For more 
information see 
http://logback.qos.ch/manual/appenders.html#SizeAndTimeBasedRollingPolicy
   10:12:43,026 |-INFO in 
ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default 
type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] 
property
   10:12:43,028 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] 
- Active log file name: /root/logs/consolelogs/rocketmq-console.log
   10:12:43,028 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] 
- File property is set to [/root/logs/consolelogs/rocketmq-console.log]
   10:12:43,029 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction 
- Setting level of ROOT logger to INFO
   10:12:43,029 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - 
Attaching appender named [STDOUT] to Logger[ROOT]
   10:12:43,029 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - 
Attaching appender named [FILE] to Logger[ROOT]
   10:12:43,029 |-INFO in 
ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
   10:12:43,030 |-INFO in 
ch.qos.logback.classic.joran.JoranConfigurator@4d76f3f8 - Registering current 
configuration as safe fallback point
   
   library initialization failed - unable to allocate file descriptor table - 
out of memoryAborted (core dumped)
   
   ### Steps to Reproduce
   
   执行官方的操作步骤报错
   
   ### What Did You Expect to See?
   
   正确运行
   
   ### What Did You See Instead?
   
   内存溢出
   
   ### Additional Context
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to