Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 67711 invoked from network); 9 Jul 2008 17:47:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jul 2008 17:47:08 -0000 Received: (qmail 93730 invoked by uid 500); 9 Jul 2008 17:47:07 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 93709 invoked by uid 500); 9 Jul 2008 17:47: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 93698 invoked by uid 99); 9 Jul 2008 17:47:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2008 10:47:07 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2008 17:46:15 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KGdkR-0001jV-O4 for users@activemq.apache.org; Wed, 09 Jul 2008 10:46:36 -0700 Message-ID: <18367137.post@talk.nabble.com> Date: Wed, 9 Jul 2008 10:46:35 -0700 (PDT) From: RicSmith To: users@activemq.apache.org Subject: Re: Cannot run maven perftest In-Reply-To: <18065669.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: richard.allen.smith.jr@gmail.com References: <18065669.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hello, I am encountering the exact same issue. qrtt1 wrote: > > Cannot run maven perftest > > Hello, > > I check out the ActiveMQ source code, > and use maven compile the activemq-console and activemq-tooling. > Compiling is success, but I cannot run it to do performance test. > > The error messages are ... > > C:\APP\activemq\activemq-tooling>mvn -e activemq-perf:broker > -Durl=broker:tcp://localhost:61616 > + Error stacktraces are turned on. > [INFO] Scanning for projects... > [INFO] Reactor build order: > [INFO] ActiveMQ Tooling > [INFO] ActiveMQ :: Memory Usage Test Plugin > [INFO] ActiveMQ :: Performance Test Plugin > [INFO] ActiveMQ :: StartUp Plugin > [INFO] Searching repository for plugin with prefix: 'activemq-perf'. > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] The plugin 'org.apache.maven.plugins:maven-activemq-perf-plugin' > does not exist or no valid version could be found > [INFO] > ------------------------------------------------------------------------ > [INFO] Trace > org.apache.maven.lifecycle.LifecycleExecutionException: The plugin > 'org.apache.maven.plugins:maven-activemq-perf-plugin' does not exist or no > valid version could be found > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1303) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1542) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecutor.java:405) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:137) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:287) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > Caused by: org.apache.maven.plugin.version.PluginVersionNotFoundException: > The plugin 'org.apache.maven.plugins:maven-activemq-perf-plugin' does not > exist or no valid version could be found > at > org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:229) > at > org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:91) > at > org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:171) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1274) > ... 14 more > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 1 second > [INFO] Finished at: Mon Jun 23 17:18:41 CST 2008 > [INFO] Final Memory: 6M/11M > [INFO] > ------------------------------------------------------------------------ > > > However, I go to the .m2 directory and find the ActiveMQ plugins installed > directory > C:\Documents and > Settings\Administrator\.m2\repository\org\apache\activemq\tooling > > the maven-metadata-local.xml is there and it looks good > > ============================= maven-metadata-local.xml == > > > > ActiveMQ :: Memory Usage Test Plugin > activemq-memtest > maven-activemq-memtest-plugin > > > ActiveMQ :: Performance Test Plugin > activemq-perf > maven-activemq-perf-plugin > > > ActiveMQ :: StartUp Plugin > activemq > maven-activemq-plugin > > > > ============================= maven-metadata-local.xml == > > I have no idea to do something make it runnable. > Anyone can help me? > > p.s. maven is version 2.0.9 > jdk is version 1.6.0_06 > os is xp > activemq is r670451 > -- View this message in context: http://www.nabble.com/Cannot-run-maven-perftest-tp18065669p18367137.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.