Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC66C11B83 for ; Thu, 27 Mar 2014 13:06:08 +0000 (UTC) Received: (qmail 6121 invoked by uid 500); 27 Mar 2014 13:06:07 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 6098 invoked by uid 500); 27 Mar 2014 13:06:07 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 6090 invoked by uid 99); 27 Mar 2014 13:06:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2014 13:06:06 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of iggy.philly@hotmail.com does not designate 216.139.250.139 as permitted sender) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2014 13:06:00 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WT9zd-0003tq-S2 for users@activemq.apache.org; Thu, 27 Mar 2014 06:05:13 -0700 Date: Thu, 27 Mar 2014 06:04:58 -0700 (PDT) From: CB To: users@activemq.apache.org Message-ID: <1395925498771-4679579.post@n4.nabble.com> Subject: Updated Start-Up Instructions? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org All, Brand new to ActiveMQ and just trying to follow the installation/startup instructions but I'm not having a lot of success. I'm wondering if the instructions are appropriate for the latest release (5.9.0). Following the instructions at http://activemq.apache.org/installation.html I extracted my 5.9.0 release to a directory on my Ubuntu machine, cd to bin, and run activemq but it just complains about my usage of the command. Seems I need to do './activemq setup config-file-name', and then './activemq restart'. It seems to be running now but it certainly seems the instructions are not complete. I am missing something? Also, I cloned and built the source so that I could try to run the performance tests as described here: http://activemq.apache.org/activemq-performance-module-users-manual.html . But these instructions don't seem to work either. I'm able to build as described in the "Prerequisites" section, but when I try 'mvn activemq-perf:broker -Durl=broker.tcp://localhost:61616' I get a build failure and some errors: $ mvn activemq-perf:broker -Durl=broker.tcp://localhost:61616 [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] ActiveMQ :: Tooling [INFO] ActiveMQ :: Memory Usage Test Plugin [INFO] ActiveMQ :: Performance Test Plugin [INFO] ActiveMQ :: StartUp/Stop Plugin [WARNING] The POM for org.eclipse.jetty:maven-jetty-plugin:jar:7.6.9.v20130131 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.eclipse.jetty:maven-jetty-plugin:7.6.9.v20130131: Plugin org.eclipse.jetty:maven-jetty-plugin:7.6.9.v20130131 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.jetty:maven-jetty-plugin:jar:7.6.9.v20130131 [WARNING] The POM for org.apache.maven.plugins:maven-archiver:jar:2.5 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-archiver:2.5: Plugin org.apache.maven.plugins:maven-archiver:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-archiver:jar:2.5 [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available [WARNING] Failed to retrieve plugin descriptor for org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (22 KB at 70.0 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (13 KB at 39.0 KB/sec) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] ActiveMQ :: Tooling ............................... SKIPPED [INFO] ActiveMQ :: Memory Usage Test Plugin .............. SKIPPED [INFO] ActiveMQ :: Performance Test Plugin ............... SKIPPED [INFO] ActiveMQ :: StartUp/Stop Plugin ................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.297s [INFO] Finished at: Thu Mar 27 12:55:17 GMT 2014 [INFO] Final Memory: 12M/481M [INFO] ------------------------------------------------------------------------ [ERROR] No plugin found for prefix 'activemq-perf' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/cb/.m2/repository), central (http://repo.maven.apache.org/maven2)] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException Seems like I'm missing something but I'm trying to follow the instructions step by step. Any help? Thanks, C -- View this message in context: http://activemq.2283324.n4.nabble.com/Updated-Start-Up-Instructions-tp4679579.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.