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

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

2018-07-06 Thread ankit.mittal100
Hi, I am trying to start activemq but it hangs on activemq_1 attempting to acquire exclusive lease to become the master. activemq logs are below : STATUS | wrapper | 2018/07/06 10:32:29 | --> Wrapper Started as Daemon STATUS | wrapper | 2018/07/06 10:32:29 | Launching a JVM... INFO | jvm 1

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.nabbl

Re: ActiveMQ not starting

2016-03-01 Thread Tim Bain
ied copying the lib folder to that path, but the error message > persisted. > > Just downloaded the same archive to a linux mint version. Works flawlessly > there. I have no clue whats wrong :/ > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.

Re: ActiveMQ not starting

2016-03-01 Thread OrangeJuice
orks flawlessly there. I have no clue whats wrong :/ -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-not-starting-tp4708599p4708641.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ not starting

2016-03-01 Thread Tim Bain
uot; > -Dactivemq.conf="/home/nico/activemq/apache-activemq-5.13.1/conf" > -Dactivemq.data="/home/nico/activemq/apache-activemq-5.13.1/data" > -jar "/home/nico/activemq/apache-activemq-5.13.1/bin/activemq.jar" start : > not found > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/ActiveMQ-not-starting-tp4708599p4708625.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: ActiveMQ not starting

2016-03-01 Thread OrangeJuice
q-5.13.1/conf" -Dactivemq.data="/home/nico/activemq/apache-activemq-5.13.1/data" -jar "/home/nico/activemq/apache-activemq-5.13.1/bin/activemq.jar" start : not found -- View this message in context: http://activemq.22

Re: ActiveMQ not starting

2016-03-01 Thread OrangeJuice
ivemq.2283324.n4.nabble.com/ActiveMQ-not-starting-tp4708599p4708624.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ not starting

2016-02-29 Thread artnaseef
s before the failure. That'll help confirm just what is happening. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-not-starting-tp4708599p4708600.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ActiveMQ not starting

2016-02-29 Thread OrangeJuice
"/home/nico/activemq/apache-activemq-5.13.1//bin/activemq.jar" start : not found I'm using Java 1.7u95 (OpenJDK Runtime Environment). The activemq.log inside the data directory is completely empty. Am I missing something? Best regards! -- View this message in context: http://act

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

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

2011-03-23 Thread Daniele Dellafiore
Hi. I was succesfull in making AMQ working with the 1. removed simple-authentication and used jaas plugin instead, in the default activemq-security.xml.Tthe rest of the config file is unaltered. 2. a login.info that used properties files for users and groups, in the /conf folder. 3. users.propertie

Re: ActiveMQ not starting - Local host name unknown

2008-04-21 Thread Fred D
k a stable release like 5.0.0 or 5.1.0. Perhaps your package has become corrupt. It might be best(quicker) to clean up and just download a fresh release and try again. Fred - Goto www.ttmsolutions.com for a free ActiveMQ user guide -- View this message in context: http://www.nabble.com/Ac

Re: ActiveMQ not starting - Local host name unknown

2008-04-21 Thread Dejan Bosanac
ssage in context: > http://www.nabble.com/ActiveMQ-not-starting---Local-host-name-unknown-tp16807262s2354p16807262.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >

ActiveMQ not starting - Local host name unknown

2008-04-21 Thread shekar
ssage in context: http://www.nabble.com/ActiveMQ-not-starting---Local-host-name-unknown-tp16807262s2354p16807262.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.