ActiveMQ won't start

2013-06-25 Thread Sean Beck
I'm trying to run activemq on a new machine. I installed the binary and am starting it with bin/activemq start It gives the following output: INFO: Using default configuration (you can configure options in one of these file: /etc/default/activemq /root/.activemqrc) INFO: Invoke the following

Re: ActiveMQ won't start

2013-06-25 Thread Christian Posta
set JAVA_HOME for the jvm to use... what do you see in the $ACTIVEMQ_HOME/data/activemq.log file? On Tue, Jun 25, 2013 at 10:38 AM, Sean Beck seanmckayb...@gmail.com wrote: I'm trying to run activemq on a new machine. I installed the binary and am starting it with bin/activemq start It

Re: ActiveMQ won't start

2013-06-25 Thread Sean Beck
I checked the log file and it is empty. I went into my configuration as well and set JAVA_HOME to /opt/jdk1.7.0_25/jre/bin/java which is where java is installed and it didn't change anything either.

Re: ActiveMQ won't start

2013-06-25 Thread Christian Posta
what happens when you try ./bin/activemq console On Tue, Jun 25, 2013 at 11:13 AM, Sean Beck seanmckayb...@gmail.com wrote: I checked the log file and it is empty. I went into my configuration as well and set JAVA_HOME to /opt/jdk1.7.0_25/jre/bin/java which is where java is installed and it

Re: ActiveMQ won't start

2013-06-25 Thread Sean Beck
Outputs this: INFO: Loading '/etc/default/activemq' INFO: Using java '/usr/bin/java' INFO: Starting in foreground, this is just for debugging purposes (stop process by pressing CTRL+C) Can't start up: not enough memory

Re: ActiveMQ won't start

2013-06-25 Thread Sean Beck
Even though I commented out JAVACMD in the config file and am using JAVA_HOME it still continues to autodetect and use /usr/bin/java which I don't want either

Re: ActiveMQ won't start

2013-06-25 Thread Sean Beck
Just so everyone knows I figured it out. Instead of setting JAVA_HOME which it seemed to be ignoring, I set JAVACMD equal to the path to my jre rather than auto

NuBQ: First install, activemq won't start

2013-02-24 Thread lfast
Hi Folks, I'm completely new to activemq. Just installed and it won't start. All suggestions appreciated. Following the instructions on http://activemq.apache.org/getting-started.html#GettingStarted - installed 5.8.0 as root into /usr/lib/apache-activemq-5.8.0 cd

Re: activemq won't start with jre 1.7

2012-11-12 Thread Christian Posta
Not yet, haven't had time. Will try to get to it tonight or tomorrow night. I'll keep you updated... On Wed, Nov 7, 2012 at 2:26 PM, jmls julian+activ...@dotr.com wrote: hey, thanks for the interest. Did you have any luck in getting this to work ? -- View this message in context:

Re: activemq won't start with jre 1.7

2012-11-07 Thread Christian Posta
Apollo uses winsw http://kenai.com/projects/winsw/downloads wonder if it would be worth backporting to Apache 5.x? I'll give it a shot and see if it solves this issue with Java 7 / 64bit On Tue, Nov 6, 2012 at 11:34 PM, jmls julian+activ...@dotr.com wrote: urgh. I changed the wrapper.conf to

Re: activemq won't start with jre 1.7

2012-11-07 Thread Gary Tully
big +1 to that. the wrapper has been causing trouble for a while now. On 7 November 2012 12:55, Christian Posta christian.po...@gmail.com wrote: Apollo uses winsw http://kenai.com/projects/winsw/downloads wonder if it would be worth backporting to Apache 5.x? I'll give it a shot and see if it

Re: activemq won't start with jre 1.7

2012-11-07 Thread jmls
hey, thanks for the interest. Did you have any luck in getting this to work ? -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-won-t-start-with-jre-1-7-tp4658849p4658974.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

activemq won't start with jre 1.7

2012-11-06 Thread jmls
Windows 7, 64 bit. My machine rebooted recently, and now ActiveMQ refuses to start. The following is in the wrapper log STATUS | wrapper | 2012/11/06 16:47:28 | Launching a JVM... INFO | jvm 3| 2012/11/06 16:47:29 | Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'

Re: activemq won't start with jre 1.7

2012-11-06 Thread Claus Ibsen
What version of ActiveMQ are you using? Its only 5.7.0 that supports Java 1.7 officially. So I recommend installing Java 1.6 and make it the default so your AMQ can start. On Tue, Nov 6, 2012 at 6:23 PM, jmls julian+activ...@dotr.com wrote: Windows 7, 64 bit. My machine rebooted recently, and

Re: activemq won't start with jre 1.7

2012-11-06 Thread jmls
I did mention as an edit to the original post that I am runnin 5.8 snapshot. thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-won-t-start-with-jre-1-7-tp4658849p4658854.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: activemq won't start with jre 1.7

2012-11-06 Thread Claus Ibsen
On Tue, Nov 6, 2012 at 7:24 PM, jmls julian+activ...@dotr.com wrote: I did mention as an edit to the original post that I am runnin 5.8 snapshot. If you use nabble to post to this mailing lists, then any edits, do not get propagated to the mailing list, and we cannot see this. thanks --

Re: activemq won't start with jre 1.7

2012-11-06 Thread Claus Ibsen
On Tue, Nov 6, 2012 at 8:14 PM, jmls julian+activ...@dotr.com wrote: just to be sure, I also installed 5.7.0 and have the exact same problem The provided wrapper is based on the old open source and free version of Tankurisoft. Since then they are no longer offering that. And you may have to

Re: activemq won't start with jre 1.7

2012-11-06 Thread jmls
urgh. I changed the wrapper.conf to use a 1.6 jre, and the service now starts I do think that it's a bit of a shame that ActiveMQ does not support 1.7 (which is being updated automatically on most windows machines) and that there is no notice or warning Thanks for your help, however. At least