集群activemq重启报错java.lang.OutOfMemoryError: GC overhead limit exceeded
最近安全部门同事说我们环境有个弱密码漏洞,activemq后台的密码不够复杂,需要改为复杂密码。
我登录了他们扫出来的url,输入admin admin,果然进来了。不得不说上一位已离职同事的安全意识确实有待提高。
改吧那就。搜索引擎了好久,开始在测试环境动手。
主要更改了两个文件
/apache-activemq-5.15.10/conf/jetty-realm.properties :
/apache-activemq-5.15.10/conf/activemq.xml :
重启activemq,重新登录后台,发现可以正常登录。
但是后来发现有应用调用activemq是配置了默认无密码的,所以应用里面有个配置需要改:
于是我又重启一次。
这下出问题了。activemq一直起不来。报错:
1 2021-08-19T02:49:25.407552792Z INFO: Loading '/apache-activemq-5.15.8//bin/env'
2 2021-08-19T02:49:25.411478133Z INFO: Using java '/usr/lib/jvm/java-1.8-openjdk/jre/bin/java'
3 2021-08-19T02:49:25.411491881Z INFO: Starting in foreground, this is just for debugging purposes (stop process by pressing CTRL+C)
4 2021-08-19T02:49:25.411511505Z INFO: Creating pidfile /apache-activemq-5.15.8//data/activemq.pid
5 2021-08-19T02:49:25.751768482Z Java Runtime: Oracle Corporation 1.8.0_181 /usr/lib/jvm/java-1.8-openjdk/jre
6 2021-08-19T02:49:25.751793616Z Heap sizes: current=62976k free=58698k max=932352k
7 2021-08-19T02:49:25.751799194Z JVM args: -Xms64M -Xmx1G -Djava.util.logging.config.file=logging.properties -Djava.security.auth.login.config=/apache-activemq-5.15.8//conf/login.config -Dcom.sun.management.jmxremote -Djava.awt.headless=true -Djava.io.tmpdir=/apache-activemq-5.15.8//tmp -Dactivemq.classpath=/apache-activemq-5.15.8//conf:/apache-activemq-5.15.8//../lib/: -Dactivemq.home=/apache-activemq-5.15.8/ -Dactivemq.base=/apache-activemq-5.15.8/ -Dactivemq.conf=/apache-activemq-5.15.8//conf -Dactivemq.data=/apache-activemq-5.15.8//data
8 2021-08-19T02:49:25.751805891Z Extensions classpath:
9 2021-08-19T02:49:25.75180961Z [/apache-activemq-5.15.8/lib,/apache-activemq-5.15.8/lib/camel,/apache-activemq-5.15.8/lib/optional,/apache-activemq-5.15.8/lib/web,/apache-activemq-5.15.8/lib/extra]
10 2021-08-19T02:49:25.751813832Z ACTIVEMQ_HOME: /apache-activemq-5.15.8
11 2021-08-19T02:49:25.751817399Z ACTIVEMQ_BASE: /apache-activemq-5.15.8
12 2021-08-19T02:49:25.751821052Z ACTIVEMQ_CONF: /apache-activemq-5.15.8/conf
13 2021-08-19T02:49:25.751824782Z ACTIVEMQ_DATA: /apache-activemq-5.15.8/data
14 2021-08-19T02:49:25.940744695Z Loading message broker from: xbean:activemq.xml
15 2021-08-19T02:49:26.018554604Z INFO | Refreshing org.apache.activemq.xbean.XBeanBrokerFactory$1@3fee9989: startup date [Thu Aug 19 10:49:26 HKT 2021]; root of context hierarchy
16 2021-08-19T02:49:27.108555122Z INFO | Using Persistence Adapter: KahaDBPersistenceAdapter[/apache-activemq-5.15.8/data/kahadb]
17 2021-08-19T02:49:27.461050627Z INFO | Page File: /apache-activemq-5.15.8/data/kahadb/db.data. Recovering pageFile free list due to prior unclean shutdown..
18 2021-08-19T02:49:27.466914828Z INFO | KahaDB is version 6
19 2021-08-19T02:49:27.483650538Z INFO | Recovering from the journal @176489:28
20 2021-08-19T02:49:27.54067786Z INFO | Page File: /apache-activemq-5.15.8/data/kahadb/db.data. Recovered pageFile free list of size: 19423
21 2021-08-19T02:49:30.963686165Z INFO | @176491:21197810, 100000 entries recovered ..
22 2021-08-19T02:49:32.87180072Z INFO | @176495:3494384, 200000 entries recovered ..
23 2021-08-19T02:49:35.183203631Z INFO | @176497:18130690, 300000 entries recovered ..
24 2021-08-19T02:49:37.270541382Z INFO | @176499:29971068, 400000 entries recovered ..
25 2021-08-19T02:49:39.640094932Z INFO | @176503:10449636, 500000 entries recovered ..
26 2021-08-19T02:49:41.872637011Z INFO | @176505:23255288, 600000 entries recovered ..
27 2021-08-19T02:49:43.977470001Z INFO | @176509:4025330, 700000 entries recovered ..
28 2021-08-19T02:49:46.250523453Z INFO | @176511:19625713, 800000 entries recovered ..
29 2021-08-19T02:49:48.654289036Z INFO | @176515:971190, 900000 entries recovered ..
30 2021-08-19T02:49:51.307804938Z INFO | @176517:16905543, 1000000 entries recovered ..
31 2021-08-19T02:49:54.313955747Z INFO | @176519:31789578, 1100000 entries recovered ..
32 2021-08-19T02:49:57.276056578Z INFO | @176523:13477496, 1200000 entries recovered ..
33 2021-08-19T02:50:00.45483836Z INFO | @176525:29133457, 1300000 entries recovered ..
34 2021-08-19T02:50:03.309667694Z INFO | @224535:13329126, 1400000 entries recovered ..
35 2021-08-19T02:50:06.224617171Z INFO | @224557:30182535, 1500000 entries recovered ..
36 2021-08-19T02:50:08.946220826Z INFO | @241517:14076054, 1600000 entries recovered ..
37 2021-08-19T02:50:11.890695706Z INFO | @241531:33039607, 1700000 entries recovered ..
38 2021-08-19T02:50:14.79864385Z INFO | @278152:17618479, 1800000 entries recovered ..
39 2021-08-19T02:50:16.722956621Z INFO | @366622:25067396, 1900000 entries recovered ..
40 2021-08-19T02:50:17.950009241Z INFO | @366630:10175168, 2000000 entries recovered ..
41 2021-08-19T02:50:19.427774016Z INFO | @366641:14624719, 2100000 entries recovered ..
42 2021-08-19T02:50:21.511216545Z INFO | @366649:1925643, 2200000 entries recovered ..
43 2021-08-19T02:50:22.637640438Z INFO | @366655:7512248, 2300000 entries recovered ..
44 2021-08-19T02:50:24.808706986Z INFO | @366663:12956053, 2400000 entries recovered ..
45 2021-08-19T02:50:27.210699919Z INFO | @366671:8714189, 2500000 entries recovered ..
46 2021-08-19T02:51:13.362637337Z WARN | Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.activemq.xbean.XBeanBrokerService#0' defined in class path resource [activemq.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: GC overhead limit exceeded
47 2021-08-19T02:51:14.865452522Z ERROR | Failed to load: class path resource [activemq.xml], reason: Error creating bean with name 'org.apache.activemq.xbean.XBeanBrokerService#0' defined in class path resource [activemq.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: GC overhead limit exceeded
48 2021-08-19T02:51:14.865492121Z org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.activemq.xbean.XBeanBrokerService#0' defined in class path resource [activemq.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: GC overhead limit exceeded
49 2021-08-19T02:51:14.865500501Z at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1634)[spring-beans-4.3.18.RELEASE.jar:4.3.18.RELEASE]
50 2021-08-19T02:51:14.865508023Z at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555)[spring-beans-4.3.18.RELEASE.jar:4.3.18.RELEASE]
51 2021-08-19T02:51:14.865514403Z at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)[spring-beans-4.3.18.RELEASE.jar:4.3.18.RELEASE]
52 2021-08-19T02:51:14.865547458Z at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312)[spring-beans-4.3.18.RELEASE.jar:4.3.18.RELEASE]
53 2021-08-19T02:51:14.865555035Z at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)[spring-beans-4.3.18.RELEASE.jar:4.3.18.RELEASE]
54 2021-08-19T02:51:14.865589395Z at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308)[spring-beans-4.3.18.RELEASE.jar:4.3.18.RELEASE]
55 2021-08-19T02:51:14.865596326Z at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)[spring-beans-4.3.18.RELEASE.jar:4.3.18.RELEASE]
56 2021-08-19T02:51:14.865602646Z at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761)[spring-beans-4.3.18.RELEASE.jar:4.3.18.RELEASE]
57 2021-08-19T02:51:14.865610814Z at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867)[spring-context-4.3.18.RELEASE.jar:4.3.18.RELEASE]
58 2021-08-19T02:51:14.865617572Z at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543)[spring-context-4.3.18.RELEASE.jar:4.3.18.RELEASE]
59 2021-08-19T02:51:14.86562315Z at org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:64)[xbean-spring-4.2.jar:4.2]
60 2021-08-19T02:51:14.865628908Z at org.apache.xbean.spring.context.ResourceXmlApplicationContext.<init>(ResourceXmlApplicationContext.java:52)[xbean-spring-4.2.jar:4.2]
61 2021-08-19T02:51:14.865634419Z at org.apache.activemq.xbean.XBeanBrokerFactory$1.<init>(XBeanBrokerFactory.java:104)[activemq-spring-5.15.8.jar:5.15.8]
62 2021-08-19T02:51:14.865640543Z at org.apache.activemq.xbean.XBeanBrokerFactory.createApplicationContext(XBeanBrokerFactory.java:104)[activemq-spring-5.15.8.jar:5.15.8]
63 2021-08-19T02:51:14.865646674Z at org.apache.activemq.xbean.XBeanBrokerFactory.createBroker(XBeanBrokerFactory.java:67)[activemq-spring-5.15.8.jar:5.15.8]
64 2021-08-19T02:51:14.865652615Z at org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:71)[activemq-broker-5.15.8.jar:5.15.8]
65 2021-08-19T02:51:14.865658748Z at org.apache.activemq.broker.BrokerFactory.createBroker(BrokerFactory.java:54)[activemq-broker-5.15.8.jar:5.15.8]
66 2021-08-19T02:51:14.865664786Z at org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:87)[activemq-console-5.15.8.jar:5.15.8]
67 2021-08-19T02:51:14.865671111Z at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:63)[activemq-console-5.15.8.jar:5.15.8]
68 2021-08-19T02:51:14.865677188Z at org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand.java:154)[activemq-console-5.15.8.jar:5.15.8]
69 2021-08-19T02:51:14.865683306Z at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:63)[activemq-console-5.15.8.jar:5.15.8]
70 2021-08-19T02:51:14.865699953Z at org.apache.activemq.console.command.ShellCommand.main(ShellCommand.java:104)[activemq-console-5.15.8.jar:5.15.8]
71 2021-08-19T02:51:14.865706911Z at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[:1.8.0_181]
72 2021-08-19T02:51:14.865713097Z at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)[:1.8.0_181]
73 2021-08-19T02:51:14.86571918Z at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)[:1.8.0_181]
74 2021-08-19T02:51:14.865726669Z at java.lang.reflect.Method.invoke(Method.java:498)[:1.8.0_181]
75 2021-08-19T02:51:14.865732897Z at org.apache.activemq.console.Main.runTaskClass(Main.java:262)[activemq.jar:5.15.8]
76 2021-08-19T02:51:14.865739022Z at org.apache.activemq.console.Main.main(Main.java:115)[activemq.jar:5.15.8]
77 2021-08-19T02:51:14.86634532Z ERROR: java.lang.RuntimeException: Failed to execute start task. Reason: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.activemq.xbean.XBeanBrokerService#0' defined in class path resource [activemq.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: GC overhead limit exceeded
78 2021-08-19T02:51:14.866943961Z java.lang.RuntimeException: Failed to execute start task. Reason: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.activemq.xbean.XBeanBrokerService#0' defined in class path resource [activemq.xml]: Invocation of init method failed; nested exception is java.lang.OutOfMemoryError: GC overhead limit exceeded
79 2021-08-19T02:51:16.459762881Z at org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:91)
80 2021-08-19T02:51:16.460137496Z at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:63)
81 2021-08-19T02:51:16.46015272Z at org.apache.activemq.console.command.ShellCommand.runTask(ShellCommand.java:154)
82 2021-08-19T02:51:16.460157721Z at org.apache.activemq.console.command.AbstractCommand.execute(AbstractCommand.java:63)
从日志看好像是activemq启动的时候在恢复数据jvm的内存不够。难道数据损坏了?我看了activemq挂载的数据盘文件大小,1.8G。而给activemq的内存是1G
加内存!
由于activemq是镜像启动的,只能重新构建一个镜像,将jvm内存从1G加到3G。再次启动,日志正常。
登录后台,输入admin 新密码,成功登录。
集群activemq重启报错java.lang.OutOfMemoryError: GC overhead limit exceeded的更多相关文章
- Android Studio编译报错“java.lang.OutOfMemoryError: GC overhead limit exceeded
1.在build.gradle添加脚本指定编译堆内存 如果在整个工程中生效,则在build.gradle中增加如下配置: android { .............. dexOptions { i ...
- 【jira】java.lang.OutOfMemoryError: GC overhead limit exceeded
登录JIRA访问打开缓慢,查询日志出现下述提示:java.lang.OutOfMemoryError: GC overhead limit exceeded 修改setenv.sh文件中的JVM配置, ...
- 并发测试 java.lang.OutOfMemoryError: GC overhead limit exceeded Xms Xmx 阻塞请求 单节点 请求分发 负载均衡
at javax.servlet.http.HttpServlet.service(HttpServlet.java:705) at javax.servlet.http.HttpServlet.se ...
- java.lang.OutOfMemoryError GC overhead limit exceeded原因分析及解决方案
最近一个上线运行良好的项目出现用户无法登录或者执行某个操作时,有卡顿现象.查看了日志,出现了大量的java.lang.OutOfMemoryError: GC overhead limit excee ...
- [SpringBoot/SpringMVC]从Webapp下载一个大文件出现java.lang.OutOfMemoryError: GC overhead limit exceeded怎么办?
本文示例工程下载:https://files.cnblogs.com/files/xiandedanteng/WebFileDownload20191026.rar 制作一个Webapp,让其中一个网 ...
- android studio Error:java.lang.OutOfMemoryError: GC overhead limit exceeded
android studio Error:java.lang.OutOfMemoryError: GC overhead limit exceeded 在app下的build.gradle中找到and ...
- java.lang.OutOfMemoryError: GC overhead limit exceeded
前端请求:{"code":400,"message":"Handler dispatch failed; nested exception is ja ...
- 排查java.lang.OutOfMemoryError: GC overhead limit exceeded
帮助客户排查java.lang.OutOfMemoryError: GC overhead limit exceeded错误记录: 具体网址: https://support.oracle.com/e ...
- java 异常 java.lang.OutOfMemoryError: GC overhead limit exceeded 解决
一.异常如下: Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded ...
- java.lang.OutOfMemoryError: GC overhead limit exceeded异常处理
今天写程序遇到个之前从没遇到的异常-----java.lang.OutOfMemoryError: GC overhead limit exceeded,下面附上解决方法 异常: 解决方法: 鼠标右击 ...
随机推荐
- 基于Vue3+TS的Monorepo前端项目架构设计与实现
写在前面 你好,我是前端程序员鼓励师岩家兴!去年在另一个项目https://juejin.cn/post/7121736546000044046中,我向读者朋友们介绍了结合npm包管理工具yarn作v ...
- 插头dp 模板
[JLOI2009]神秘的生物 只需要维护连通情况,采用最小表示法,表示此格是否存在,也即插头是否存在 分情况讨论当前格子的轮廓线上方格子和左方格子状态,转移考虑当前格子选不选,决策后状态最后要能合法 ...
- LG P4168 [Violet]蒲公英
\(\text{Problem}\) 强制在线静态询问区间众数 \(\text{Solution}\) 不得不说 \(vector\) 是真的慢 做 \(LOJ\) 数列分块入门 \(9\) 卡时间卡 ...
- 【SDOI2015】排序
#include<cstdio> #include<iostream> using namespace std; typedef long long LL; const int ...
- 2013-12-2 ISBN号码
问题描述 试题编号: 201312-2 试题名称: ISBN号码 时间限制: 1.0s 内存限制: 256.0MB 问题描述: 问题描述 每一本正式出版的图书都有一个ISBN号码与之对应,ISBN码包 ...
- 一个更适合Java初学者的轻量级开发工具:BlueJ
Java是世界上最流行的编程语言之一,它被广泛用于从Web开发到移动应用的各种应用程序.大部分Java工程师主要是用IDEA.Eclipse为主,这两个开发工具由于有强大的能力,所以复杂度上就更高一些 ...
- LeetCode-630 课程表Ⅲ
来源:力扣(LeetCode)链接:https://leetcode-cn.com/problems/course-schedule-iii 题目描述 这里有 n 门不同的在线课程,按从 1 到 n ...
- VM中centos7创建后无法上网问题
在VMware 12 Pro上安装完CentOS7发现使用ping www.baidu.com无法ping通 使用以下命令: 1.cd /etc/sysconfig/network-scripts 然 ...
- 遗忘的pawn 创建
默认加载 pawn::staticclass; ConstructorHelpers::FClassFinder<>Pawnpath(TEXT("_C")); 然后是的 ...
- nginx反向代理hyperf
location / { #反向代理到 本地9501端口 proxy_pass http://127.0.0.1:9501; proxy_redirect off; p ...