ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

active mq start

2020-08-13 08:32:07  阅读:483  来源: 互联网

标签:bin INFO activemq App start 5.16 active mq apache


Corporation 1.8.0_211 C:\Program Files\Java\jdk1.8.0_211\jre
==================================================================================================================================
ERROR | Failed to start Apache ActiveMQ (localhost, ID:SUJIE10-55704-1597277598596-0:1)
java.io.IOException: Transport Connector could not be registered in JMX: java.io.IOException: Failed to bind to server socket: amqp://0.0.0.0:5672?maximumConnections=1000&wireFormat.maxFrameSize=104857600 due to: java.net.BindException: Address already in use: JVM_Bind
at org.apache.activemq.util.IOExceptionSupport.create(IOExceptionSupport.java:28)
==================================================================================================================================
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1748)
==================================================================================================================================
at org.apache.activemq.console.Main.main(Main.java:115)
Caused by: java.io.IOException: Failed to bind to server socket: amqp://0.0.0.0:5672?maximumConnections=1000&wireFormat.maxFrameSize=104857600 due to: java.net.BindException: Address already in use: JVM_Bind
at org.apache.activemq.util.IOExceptionSupport.create(IOExceptionSupport.java:34)
==================================================================================================================================
at org.apache.activemq.broker.BrokerService.registerConnectorMBean(BrokerService.java:2275)
... 40 more
Caused by: java.net.BindException: Address already in use: JVM_Bind
at java.net.DualStackPlainSocketImpl.bind0(Native Method)
==================================================================================================================================
at org.apache.activemq.transport.tcp.TcpTransportServer.bind(TcpTransportServer.java:143)
... 46 more
INFO | Apache ActiveMQ 5.16.0 (localhost, ID:SUJIE10-55704-1597277598596-0:1) is shutting down
INFO | Connector openwire stopped
INFO | Connector amqp stopped
INFO | Connector stomp stopped
INFO | Connector mqtt stopped
INFO | Connector ws stopped
INFO | PListStore:[C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\..\data\localhost\tmp_storage] stopped
INFO | Stopping async queue tasks
INFO | Stopping async topic tasks
INFO | Stopped KahaDB
INFO | Apache ActiveMQ 5.16.0 (localhost, ID:SUJIE10-55704-1597277598596-0:1) uptime 0.662 seconds
INFO | Apache ActiveMQ 5.16.0 (localhost, ID:SUJIE10-55704-1597277598596-0:1) is shutdown
INFO | Closing org.apache.activemq.xbean.XBeanBrokerFactory$1@71318ec4: startup date [Thu Aug 13 08:13:16 CST 2020]; root of context hierarchy
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.io.IOException: Transport Connector could not be registered in JMX: java.io.IOException: Failed to bind to server socket: amqp://0.0.0.0:5672?maximumConnections=1000&wireFormat.maxFrameSize=104857600 due to: java.net.BindException: Address already in use: JVM_Bind
ERROR: java.lang.RuntimeException: Failed to execute start task. Reason: java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
java.lang.RuntimeException: Failed to execute start task. Reason: java.lang.IllegalStateException: BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
at org.apache.activemq.console.command.StartCommand.runTask(StartCommand.java:91)
==================================================================================================================================
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.activemq.console.Main.runTaskClass(Main.java:262)
at org.apache.activemq.console.Main.main(Main.java:115)
PS C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin> netstat -aon|findstr "8161"
PS C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin> netstat -aon|findstr "8161"
PS C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin> netstat -aon|findstr "61616"
PS C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin> netstat -lntp | grep 8161
grep : 无法将“grep”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确
,然后再试一次。
所在位置 行:1 字符: 17
+ netstat -lntp | grep 8161
+ ~~~~
+ CategoryInfo : ObjectNotFound: (grep:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

PS C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin> netstat -aon|findstr "5672"
TCP 0.0.0.0:5672 0.0.0.0:0 LISTENING 7996
TCP 0.0.0.0:25672 0.0.0.0:0 LISTENING 7996
TCP [::]:5672 [::]:0 LISTENING 7996
PS C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin> tasklist|findstr "7996"
erl.exe 7996 Services 0 16,224 K
PS C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin> .\activemq start
Java Runtime: Oracle Corporation 1.8.0_211 C:\Program Files\Java\jdk1.8.0_211\jre
Heap sizes: current=1005056k free=989327k max=1005056k
JVM args: -Dcom.sun.management.jmxremote -Xms1G -Xmx1G -Djava.util.logging.config.file=logging.properties -Djava.security.auth.login.config=C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\..\conf\login.config -Dactivemq.classpath=C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\..\conf;C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\../conf;C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\../conf; -Dactivemq.home=C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\.. -Dactivemq.base=C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\.. -Dactivemq.conf=C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\..\conf -Dactivemq.data=C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\..\data -Djava.io.tmpdir=C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\..\data\tmp
Extensions classpath:
[C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\..\lib,C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\..\lib\camel,C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\..\lib\optional,C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\..\lib\web,C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\..\lib\extra]
ACTIVEMQ_HOME: C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\..
ACTIVEMQ_BASE: C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\..
ACTIVEMQ_CONF: C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\..\conf
ACTIVEMQ_DATA: C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\..\data
Loading message broker from: xbean:activemq.xml
INFO | Refreshing org.apache.activemq.xbean.XBeanBrokerFactory$1@71318ec4: startup date [Thu Aug 13 08:16:08 CST 2020]; root of context hierarchy
INFO | Using Persistence Adapter: KahaDBPersistenceAdapter[C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\..\data\kahadb]
INFO | KahaDB is version 7
INFO | PListStore:[C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\..\data\localhost\tmp_storage] started
INFO | Apache ActiveMQ 5.16.0 (localhost, ID:SUJIE10-55818-1597277769904-0:1) is starting
INFO | Listening for connections at: tcp://SUJIE10:61616?maximumConnections=1000&wireFormat.maxFrameSize=104857600
INFO | Connector openwire started
INFO | Listening for connections at: amqp://SUJIE10:5672?maximumConnections=1000&wireFormat.maxFrameSize=104857600
INFO | Connector amqp started
INFO | Listening for connections at: stomp://SUJIE10:61613?maximumConnections=1000&wireFormat.maxFrameSize=104857600
INFO | Connector stomp started
INFO | Listening for connections at: mqtt://SUJIE10:1883?maximumConnections=1000&wireFormat.maxFrameSize=104857600
INFO | Connector mqtt started
INFO | Starting Jetty server
INFO | Creating Jetty connector
WARN | ServletContext@o.e.j.s.ServletContextHandler@4df5bcb4{/,null,STARTING} has uncovered http methods for path: /
INFO | Listening for connections at ws://SUJIE10:61614?maximumConnections=1000&wireFormat.maxFrameSize=104857600
INFO | Connector ws started
INFO | Apache ActiveMQ 5.16.0 (localhost, ID:SUJIE10-55818-1597277769904-0:1) started
INFO | For help or more information please see: http://activemq.apache.org
WARN | Store limit is 102400 mb (current store usage is 0 mb). The data directory: C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\..\data\kahadb only has 51144 mb of usable space. - resetting to maximum available disk space: 51144 mb
WARN | Temporary Store limit is 51200 mb (current store usage is 0 mb). The data directory: C:\App\apache-activemq-5.16.0-bin\apache-activemq-5.16.0\bin\..\data only has 51144 mb of usable space. - resetting to maximum available disk space: 51144 mb
INFO | ActiveMQ WebConsole available at http://127.0.0.1:8161/
INFO | ActiveMQ Jolokia REST API available at http://127.0.0.1:8161/api/jolokia/

 

标签:bin,INFO,activemq,App,start,5.16,active,mq,apache
来源: https://www.cnblogs.com/2eggs/p/13494331.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有