And what happens when you take Claus's suggestion and run "activemq start" from the bin directory instead of invoking java directly?
Calling java yourself isn't recommended for someone just getting started with ActiveMQ. In fact, it's not recommended for anyone at all unless they have a concrete reason why the script won't work. Tim On Nov 28, 2016 9:13 AM, "jang" <wlstncjs1...@naver.com> wrote: > yes when i push the button start, it no longer running... > and the ports are not open too.. > > Atually i had experience to running this ActivemQ at 32bit Window computer > before. > > but when i tryied in 64bit window and linux it just stopped in that moment. > i can't type anything > after stop this moment. > > > i replyed again. > > Microsoft Windows [Version 10.0.14393] > (c) 2016 Microsoft Corporation. All rights reserved. > > C:\Users\wlstn>java -version > java version "1.8.0_111" > Java(TM) SE Runtime Environment (build 1.8.0_111-b14) > Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode) > > C:\Users\wlstn>javac -version > javac 1.8.0_111 > > C:\Users\wlstn>mvn -version > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > 2015-11-11T01:41:47+09:00) > Maven home: > C:\Users\wlstn\Desktop\EPICS\apache-maven-3.3.9-bin\apache- > maven-3.3.9\bin\.. > Java version: 1.8.0_111, vendor: Oracle Corporation > Java home: C:\Program Files\Java\jdk1.8.0_111\jre > Default locale: ko_KR, platform encoding: MS949 > OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos" > > C:\Users\wlstn>cd C:\apache-activemq-5.14.1\bin > > C:\apache-activemq-5.14.1\bin>java -jar activemq.jar start > Java Runtime: Oracle Corporation 1.8.0_111 C:\Program > Files\Java\jre1.8.0_111 > Heap sizes: current=58880k free=57327k max=859648k > JVM args: > Extensions classpath: > > [C:\apache-activemq-5.14.1\lib,C:\apache-activemq-5.14.1\ > lib\camel,C:\apache-activemq-5.14.1\lib\optional,C:\apache- > activemq-5.14.1\lib\web,C:\apache-activemq-5.14.1\lib\extra] > ACTIVEMQ_HOME: C:\apache-activemq-5.14.1 > ACTIVEMQ_BASE: C:\apache-activemq-5.14.1 > ACTIVEMQ_CONF: C:\apache-activemq-5.14.1\conf > ACTIVEMQ_DATA: C:\apache-activemq-5.14.1\data > Loading message broker from: xbean:activemq.xml > INFO | Refreshing org.apache.activemq.xbean.XBeanBrokerFactory$1@13969fbe > : > startup date [Mon Nov 28 23:38:38 KST 2016]; root of context hierarchy > INFO | Using Persistence Adapter: > KahaDBPersistenceAdapter[C:\apache-activemq-5.14.1\data\kahadb] > INFO | KahaDB is version 6 > INFO | Recovering from the journal @1:144235 > INFO | Recovery replayed 12 operations from the journal in 0.099 seconds. > INFO | PListStore:[C:\apache-activemq-5.14.1\data\localhost\tmp_storage] > started > INFO | Apache ActiveMQ 5.14.1 (localhost, ID:Jinsu-45283-1480343920055- > 0:1) > is starting > INFO | Listening for connections at: > tcp://Jinsu:61616?maximumConnections=1000&wireFormat.maxFrameSize= > 104857600 > INFO | Connector openwire started > INFO | Listening for connections at: > amqp://Jinsu:5672?maximumConnections=1000&wireFormat.maxFrameSize= > 104857600 > INFO | Connector amqp started > INFO | Listening for connections at: > stomp://Jinsu:61613?maximumConnections=1000&wireFormat.maxFrameSize= > 104857600 > INFO | Connector stomp started > INFO | Listening for connections at: > mqtt://Jinsu:1883?maximumConnections=1000&wireFormat.maxFrameSize= > 104857600 > INFO | Connector mqtt started > WARN | > ServletContext@o.e.j.s.ServletContextHandler@60b4beb4{/,null,STARTING} has > uncovered http methods for path: / > INFO | Listening for connections at > ws://Jinsu:61614?maximumConnections=1000&wireFormat.maxFrameSize=104857600 > INFO | Connector ws started > INFO | Apache ActiveMQ 5.14.1 (localhost, ID:Jinsu-45283-1480343920055- > 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:\apache-activemq-5.14.1\data\kahadb only has 34461 mb of > usable > space. - resetting to maximum available disk space: 34461 mb > WARN | Temporary Store limit is 51200 mb (current store usage is 0 mb). > The > data directory: C:\apache-activemq-5.14.1\data only has 34461 mb of usable > space. - resetting to maximum available disk space: 34461 mb > INFO | No Spring WebApplicationInitializer types detected on classpath > INFO | ActiveMQ WebConsole available at http://0.0.0.0:8161/ > INFO | ActiveMQ Jolokia REST API available at > http://0.0.0.0:8161/api/jolokia/ > INFO | Initializing Spring FrameworkServlet 'dispatcher' > INFO | No Spring WebApplicationInitializer types detected on classpath > INFO | jolokia-agent: Using policy access restrictor > classpath:/jolokia-access.xml > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/jolokia-agent-Using-policy-access-restrictor-classpath-jolokia- > access-xml-tp4719506p4719521.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >