Re: ActiveMQ not starting : Nothing happens after activemq_1 attempting to acquire exclusive lease to become the master

2018-07-11 Thread Tim Bain
If you uncomment the two JDBC-related lines in log4j.properties (enabling debugging output) and restart the broker, does the resulting output provide any more information about what's going on? Tim On Tue, Jul 10, 2018, 9:18 AM ankit.mittal100 wrote: > Hi Tim, > > Thanks for reply... but right

Re: ActiveMQ not starting : Nothing happens after activemq_1 attempting to acquire exclusive lease to become the master

2018-07-10 Thread ankit.mittal100
Hi Tim, Thanks for reply... but right now there is only one ActiveMQ instance is running. Regards Ankit -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: ActiveMQ not starting : Nothing happens after activemq_1 attempting to acquire exclusive lease to become the master

2018-07-09 Thread Tim Bain
It seems like another broker process is already running against that database, and has already acquired the lock. Each broker process you want to run independently (not in a master-slave configuration) needs its own database. Tim On Fri, Jul 6, 2018, 3:13 AM ankit.mittal100 wrote: > Hi, > > I a

Re: ActiveMQ not starting

2016-05-20 Thread OrangeJuice
Wow, that fixed it! That was way too easy. Thank you! -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-not-starting-tp4708599p4712204.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ not starting

2016-05-18 Thread finnjohnsen
OrangeJuice wrote > INFO: Loading '/etc/default/activemq' The problem is that /etc/default/activemq is left over from the debian repository installation of activeMQ you've had on your computer. Delete it. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-not-sta

Re: ActiveMQ not starting

2016-03-01 Thread Tim Bain
Look in the start script to determine how that path is built. On Mar 1, 2016 8:19 AM, "OrangeJuice" wrote: > I've just checked the paths. The ../lib/ one indeed doesn't exist, as that > one would be outside the folder where I extracted ActiveMQ to. > I've tried copying the lib folder to that path

Re: ActiveMQ not starting

2016-03-01 Thread OrangeJuice
I've just checked the paths. The ../lib/ one indeed doesn't exist, as that one would be outside the folder where I extracted ActiveMQ to. I've tried copying the lib folder to that path, but the error message persisted. Just downloaded the same archive to a linux mint version. Works flawlessly ther

Re: ActiveMQ not starting

2016-03-01 Thread Tim Bain
Asking the obvious question: do all of the paths in that command exist? If not, which ones don't? In particular, does /home/nico/activemq/apache-activemq-5.13.1//../lib/ exist? (Check them all, but that one in particular looks fishy.) On Mar 1, 2016 1:26 AM, "OrangeJuice" wrote: > I've tried s

Re: ActiveMQ not starting

2016-03-01 Thread OrangeJuice
I've tried setting the evironment variable ACTIVEMQ_HOME to the folder where I've extracted ActiveMQ without the trailing slash. Now the double slashes are gone, but it still doesn't work. > $ ./activemq console INFO: Loading '/etc/default/activemq' INFO: Using java '/usr/bin/java' INFO: Startin

Re: ActiveMQ not starting

2016-03-01 Thread OrangeJuice
No modifications to the script, just downloaded the file, extracted it and tried running ActiveMQ. I've uploaded the entire output to pastebin, as it's rather long. http://pastebin.com/Chzg7gb1 -- View this message in context: http://activemq.2283324.n4.nabbl

Re: ActiveMQ not starting

2016-02-29 Thread artnaseef
Huh, that looks like quoting in the script got messed up. Were any changes made to the script? Try running the script with "bash -x bin/activemq console" and save the entire output (running within a "script" session is great for that). Then look for the last few lines before the failure. That'l

Re: activemq not starting with xbean activemq-security.xml config, jaas plugin

2011-03-23 Thread Daniele Dellafiore
thanks, that's true I totally forgot that. On Wed, Mar 23, 2011 at 12:57 PM, Dejan Bosanac wrote: > Hi Daniele, > > note that activemq-security.xml also uses encrypted passwords ( > http://activemq.apache.org/encrypted-passwords.html) so you need to do > something like > > export ACTIVEMQ_ENCRYP

Re: activemq not starting with xbean activemq-security.xml config, jaas plugin

2011-03-23 Thread Dejan Bosanac
Hi Daniele, note that activemq-security.xml also uses encrypted passwords ( http://activemq.apache.org/encrypted-passwords.html) so you need to do something like export ACTIVEMQ_ENCRYPTION_PASSWORD=activemq before you start the broker. It's all explained in the file header Regards -- Dejan Bo

Re: activemq not starting with xbean activemq-security.xml config, jaas plugin

2011-03-23 Thread Daniele Dellafiore
I add some precious information. The behavior is the same also with the original activemq-security.xml. I'm running AMQ 5.4.2, java 1.6.0_20 on a Ubuntu 10.10 server 2.6.32. On Wed, Mar 23, 2011 at 12:20 PM, Daniele Dellafiore wrote: > Hi. I was succesfull in making AMQ working with the > 1. rem

Re: ActiveMQ not starting - Local host name unknown

2008-04-21 Thread Fred D
Hi Not sure which release you are attempting to run. As well, what is the structure of the command you are issuing. For a simple test run, out of the box just issuing "activemq" should just start a broker with a default setup. If you are looking to give ActiveMQ a try, perhaps pick a stable rel

Re: ActiveMQ not starting - Local host name unknown

2008-04-21 Thread Dejan Bosanac
It seems to me that you have a wrong JDBC url (mysql) in your configuration. Can you provide a configuration you are using? Thanks -- Dejan Bosanac www.scriptinginjava.net On Mon, Apr 21, 2008 at 1:22 PM, shekar <[EMAIL PROTECTED]> wrote: > > When trying to run activemq from bin directory, i am