Problem running ActiveMQ 5.2 on AIX

2009-01-01 Thread ravi_esq
I am facing a problem while running the ActiveMQ 5.2.0 on AIX (ver 5.3) machine with Java 1.5 Used ./activemq start on shell prompt to run the activemq below given is the error : # ./activemq start ACTIVEMQ_HOME: /tmp/mq/apache-activemq-5.2.0 ACTIVEMQ_BASE: /tmp/mq/apache-activemq-5.2.0 Loading

Re: Problem running ActiveMQ 5.2 on AIX

2009-01-02 Thread ravi_esq
27; argument to the script as this is > implicit. > The problem is that the 'start' string is being interpreted as the broker > url. > > Just do: # ./activemq > > > 2009/1/1 ravi_esq : >> >> I am facing a problem while running the ActiveMQ 5.2.0 on A