最近安全部门同事说我们环境有个弱密码漏洞,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 新密码,成功登录。

最新文章

  1. java-JDBC登录注册代码
  2. PHP(第一天)
  3. 16 On Large-Batch Training for Deep Learning: Generalization Gap and Sharp Minima 1609.04836v1
  4. C# 之httpwatch 缩减HttpWatch成可以进行二次开发的代码
  5. WPF中的数据验证
  6. 使用scp将文件/目录拷贝到另一台Linux主机上
  7. mac 下终端访问文件出现“Permission Denied”解决方案
  8. &amp;quot;伪中国移动client&amp;quot;--伪基站诈骗
  9. Ecshop中transport和jquery不兼容的解决方案
  10. 图像的基本运算——scale, rotation, translation
  11. Flex 项目属性:flex 布局示例
  12. Javascript时间戳和日期时间的相互转换
  13. Hanlp自然语言处理工具的使用演练
  14. Spring总结 3.AOP(xml)
  15. 视频播放效果--video.js播放mp4文件
  16. [九省联考 2018]IIIDX
  17. am335x PDK3.0 设置为单网口配置记录
  18. MIME类型是什么?包含哪些类型?
  19. vue + element-ui 制作下拉菜单(可配置路由、可根据路由高亮list、可刷新自动展开定位路由)
  20. 华为大数据项目fusionInsight

热门文章

  1. 【爬虫+数据清洗+可视化分析】舆情分析哔哩哔哩&quot;狂飙&quot;的评论
  2. ajax请求头
  3. CentOS 搭建 samba 服务器并通过 Windows 访问
  4. EL 表达式直接显示在页面上
  5. 【调试】ftrace(一)基本使用方法
  6. C#判断useragent是pc还是手机端
  7. HTML+js页面横向分栏效果
  8. Laravel 框架根据经纬度计算在一定距离内的数据
  9. 苹果手机iframe高度设定不生效而且无法滑动
  10. java学习日记20230228-变量