root@stratos:/opt/stratos-installer# ./setup.sh -p default default You have selected the profile : default user provided in conf/setup.conf is megh. If you want to provide some other user name please specify it at the prompt. If you want to continue with megh just press enter to continue
Do you want to configure ActiveMQ [y/n]: y In default profile CEP will be configured. For all the questions asked while during executing the script please just press the enter button Extracting Apache Stratos Extracting ActiveMQ /opt/stratos/apache-stratos /opt/stratos-installer In repository/conf/carbon.xml In repository/conf/jndi.properties /opt/stratos-installer cp: cannot stat `/opt/stratos-packs/activemq-broker-5.8.0.jar': No such file or directory To make it work I modified the setup.sh script & Replaced cp -f $stratos_path/$activemq_client_lib $stratos_extract_path/repository/components/lib/ With cp -f $activemq_path/lib/$activemq_client_lib $stratos_extract_path/repository/components/lib/ Regards Manas..
