It was my "oops"...

I was supposed to validate examples before the release... I had
validated it, fixed something, broke.. didn't check properly.


I have added a script to validate examples at
https://github.com/apache/activemq-artemis/tree/master/artemis-distribution/src/test/scripts

I have my private CI I keep on my env, and I added a daily test on
this. (I won't add one on apache as the CI env at apache is already
crowded).


On Wed, Jul 6, 2016 at 2:53 PM, Justin Bertram <jbert...@apache.com> wrote:
> I think you're probably missing the fix committed in 
> 76af1f33d0bda9870bc5ced066444dfc71a29376 which was done about a month ago 
> (June 6th).
>
>
> Justin
>
> ----- Original Message -----
> From: "Chalaka Chamupathi Sudusinghe" <chalakachamupa...@gmail.com>
> To: dev@activemq.apache.org
> Sent: Wednesday, July 6, 2016 1:39:31 PM
> Subject: Re: Example running error at browser and topic
>
> Thanks i will try that.
>
> On Thu, Jul 7, 2016 at 12:07 AM, Justin Bertram <jbert...@apache.com> wrote:
>> 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" <chalakachamupa...@gmail.com>
>> 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     : chalakachamupa...@gmail.com
>> Linkedin : https://lk.linkedin.com/in/chalakachamupathisudusinghe
>> Blog       : https://chalakachamupathisudusinghe.blogspot.com
>> Github    : https://github.com/Chalakachamupathi
>
>
>
> --
> Thanks and Regards,
>
> Chalaka Chamupathi Sudusinghe
>
> Undergraduate at University of Peradeniya Faculty of Engineering.
>
> Email     : chalakachamupa...@gmail.com
> Linkedin : https://lk.linkedin.com/in/chalakachamupathisudusinghe
> Blog       : https://chalakachamupathisudusinghe.blogspot.com
> Github    : https://github.com/Chalakachamupathi



-- 
Clebert Suconic

Reply via email to