activemq.bat has following line -

if "%ACTIVEMQ_OPTS%" == "" set ACTIVEMQ_OPTS=-Xmx512M 
-Dorg.apache.activemq.UseDedicatedTaskRunner=true 
-Djava.util.logging.config.file=logging.properties

When I specify full path, I don't get any exception -
if "%ACTIVEMQ_OPTS%" == "" set ACTIVEMQ_OPTS=-Xmx512M 
-Dorg.apache.activemq.UseDedicatedTaskRunner=true 
-Djava.util.logging.config.file=%ACTIVEMQ_HOME%\conf\logging.properties

Thanks,
Chaitanya

-----Original Message-----
From: Zagan [mailto:erbsen.fr...@gmail.com]
Sent: Thursday, February 16, 2012 3:14 PM
To: users@activemq.apache.org
Subject: RE: logging.properties not found error during Activemq startup

Hi so far it should work out of the box, At the moment the only thing I found 
odd is
> -Djava.util.logging.config.file=logging.properties -Dact
ivemq.classpath=D:\OEE\apache-activemq-5.5.1-bin\apache-activemq-5.5.1/conf

I would expect it to be
-Djava.util.logging.config.file=logging.properties -Dact
ivemq.classpath=D:\OEE\apache-activemq-5.5.1-bin\apache-activemq-5.5.1\conf

--
View this message in context: 
http://activemq.2283324.n4.nabble.com/logging-properties-not-found-error-during-Activemq-startup-tp4390014p4393429.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.

Reply via email to