Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4875C200B36 for ; Wed, 6 Jul 2016 20:37:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 46F66160A64; Wed, 6 Jul 2016 18:37:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9053F160A55 for ; Wed, 6 Jul 2016 20:37:32 +0200 (CEST) Received: (qmail 91825 invoked by uid 500); 6 Jul 2016 18:37:31 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 91814 invoked by uid 99); 6 Jul 2016 18:37:31 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2016 18:37:31 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id F02FB180662 for ; Wed, 6 Jul 2016 18:37:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.747 X-Spam-Level: X-Spam-Status: No, score=-3.747 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id JKZktt2u0M5a for ; Wed, 6 Jul 2016 18:37:27 +0000 (UTC) Received: from mx5-phx2.redhat.com (mx5-phx2.redhat.com [209.132.183.37]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTPS id EA9E55F2C2 for ; Wed, 6 Jul 2016 18:37:26 +0000 (UTC) Received: from zmail09.collab.prod.int.phx2.redhat.com (zmail09.collab.prod.int.phx2.redhat.com [10.5.83.11]) by mx5-phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u66IbKWd024715 for ; Wed, 6 Jul 2016 14:37:20 -0400 Date: Wed, 6 Jul 2016 14:37:19 -0400 (EDT) From: Justin Bertram To: dev@activemq.apache.org Message-ID: <1463918741.4941679.1467830239620.JavaMail.zimbra@redhat.com> In-Reply-To: References: Subject: Re: Example running error at browser and topic MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.10.54.118] X-Mailer: Zimbra 8.0.6_GA_5922 (ZimbraWebClient - GC51 (Linux)/8.0.6_GA_5922) Thread-Topic: Example running error at browser and topic Thread-Index: pNyRWVMOaP6SWiRWNU1bfDswqHzMtw== archived-at: Wed, 06 Jul 2016 18:37:33 -0000 I think you just need to update your branch to the latest (i.e. 4476b9d799289ffb9baaf181bbbf5c61a21eecf8 as of this email). I just ran this commands and everything worked as expected: $ mvn clean install -Prelease -DskipTests=true $ cd features/standard/topic $ mvn verify Justin ----- Original Message ----- From: "Chalaka Chamupathi Sudusinghe" To: dev@activemq.apache.org Sent: Wednesday, July 6, 2016 1:09:16 PM Subject: Example running error at browser and topic Hi, I was trying to run browser and topic example in activemq aritemis it gave the same build error at the end but it give the correct output. here is the error that i got, [ERROR] Failed to execute goal org.apache.activemq:artemis-maven-plugin:1.4.0-SNAPSHOT:cli (stop) on project topic: No such file or directory -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.activemq:artemis-maven-plugin:1.4.0-SNAPSHOT:cli (stop) on project topic: No such file or directory at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) at org.apache.maven.cli.MavenCli.main(MavenCli.java:199) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) Caused by: org.apache.maven.plugin.MojoExecutionException: No such file or directory at org.apache.activemq.artemis.maven.ArtemisCLIPlugin.doExecute(ArtemisCLIPlugin.java:164) at org.apache.activemq.artemis.maven.ArtemisAbstractPlugin.execute(ArtemisAbstractPlugin.java:75) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207) ... 20 more Caused by: java.io.IOException: No such file or directory at java.io.UnixFileSystem.createFileExclusively(Native Method) at java.io.File.createNewFile(File.java:1012) at org.apache.activemq.artemis.cli.commands.Stop.execute(Stop.java:36) at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:110) at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:72) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:122) at org.apache.activemq.artemis.maven.ArtemisCLIPlugin.doExecute(ArtemisCLIPlugin.java:156) ... 23 more how to fix this error. -- Thanks and Regards, Chalaka Chamupathi Sudusinghe Undergraduate at University of Peradeniya Faculty of Engineering. Email : chalakachamupathi@gmail.com Linkedin : https://lk.linkedin.com/in/chalakachamupathisudusinghe Blog : https://chalakachamupathisudusinghe.blogspot.com Github : https://github.com/Chalakachamupathi