TravisCI seems to execute fine, on master branch (using java8)
can you share the result of 'mvn -v' ?
-M
On Mon, Mar 21, 2016 at 4:22 PM, Tharinda Ehelepola <tharinda221(a)gmail.com>
wrote:
Hi,
I have upgrade my maven version. But still get the below error.
Please refer to
/media/tharinda/Academic/Projects/gsoc2016/aerogear-unifiedpush-server/push/sender/target/surefire-reports
for the individual test results.
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:862)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:286)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:197)
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:498)
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.MojoFailureException: There are test
failures.
Please refer to
/media/tharinda/Academic/Projects/gsoc2016/aerogear-unifiedpush-server/push/sender/target/surefire-reports
for the individual test results.
at
org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:82)
at
org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:169)
at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:733)
at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:631)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 20 more
How can I solve this.
Thanks,
Tharinda.
On Sun, Mar 6, 2016 at 6:53 PM, Anton <kurrent93(a)gmail.com> wrote:
> Hi Tharinda
>
> Please check your version of maven. I suspect you will need to upgrade to
> a more recent version.
>
> Kind regards
>
> On Sun, Mar 6, 2016 at 8:52 AM, Tharinda Ehelepola <tharinda221(a)gmail.com
> > wrote:
>
>> Hi Matthias,
>>
>> According to your advises I have familiarized with the product by
>> watching youtube demo and and reading the documentation. And I have forked
>> and cloned the project. When i build it I got the below error. Can you
>> please help me to solve this out?
>>
>> [INFO] Reactor Summary:
>> [INFO]
>> [INFO] AeroGear UnifiedPush Server ....................... SUCCESS
>> [2:20.504s]
>> [INFO] UnifiedPush Model Layer ........................... SUCCESS
>> [0.129s]
>> [INFO] UnifiedPush Server Model API ...................... SUCCESS
>> [20.778s]
>> [INFO] UnifiedPush Common classes and utils .............. SUCCESS
>> [1.171s]
>> [INFO] UnifiedPush Server Model JPA implementation ....... SUCCESS
>> [1:58.162s]
>> [INFO] UnifiedPush Database Migrator ..................... SUCCESS
>> [5:25.732s]
>> [INFO] UnifiedPush Service Layer ......................... SUCCESS
>> [3:06.127s]
>> [INFO] UnifiedPush Sender Module ......................... SUCCESS
>> [0.326s]
>> [INFO] UnifiedPush Push Message Model .................... SUCCESS
>> [2.393s]
>> [INFO] UnifiedPush Push Notification Networks ............ SUCCESS
>> [1:40.665s]
>> [INFO] UnifiedPush RESTful Endpoint ...................... SUCCESS
>> [2:56.562s]
>> [INFO] UnifiedPush Server (Admin UI) ..................... FAILURE
>> [3.403s]
>> [INFO] UnifiedPush Dependencies Parent ................... SKIPPED
>> [INFO] UnifiedPush Server Dependencies Server ............ SKIPPED
>> [INFO] UnifiedPush Auth Server ........................... SKIPPED
>> [INFO] UnifiedPush Server for JBossAS (WAR) .............. SKIPPED
>> [INFO] UnifiedPush Server for Wildfly (WAR) .............. SKIPPED
>> [INFO] UnifiedPush Servers Parent ........................ SKIPPED
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 18:06.753s
>> [INFO] Finished at: Sun Mar 06 13:10:20 IST 2016
>> [INFO] Final Memory: 71M/147M
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] Failed to execute goal
>> com.github.eirslett:frontend-maven-plugin:0.0.26:install-node-and-npm
>> (install node and npm) on project unifiedpush-admin-ui: The plugin
>> com.github.eirslett:frontend-maven-plugin:0.0.26 requires Maven version
>> 3.1.0 -> [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/PluginIncompatibleException
>> [ERROR]
>> [ERROR] After correcting the problems, you can resume the build with the
>> command
>> [ERROR] mvn <goals> -rf :unifiedpush-admin-ui
>>
>> Thanks and Regards,
>> Tharinda.
>>
>>
>> On Sat, Mar 5, 2016 at 5:39 PM, Matthias Wessendorf <mwessend(a)redhat.com
>> > wrote:
>>
>>> Hi Tharinda,
>>>
>>> the project is about a showcase / demo app, for our UnifiedPush Server
>>> (UPS):
>>>
https://github.com/aerogear/aerogear-unifiedpush-server
>>>
https://aerogear.org/push/
>>>
>>> There is an existing demo called AeroDoc, and we'd like to renew that
>>> with the technologies listed on the wiki, describing the project. UPS does
>>> support APNs and delivery of push is the critical part of the demo project
>>> :)
>>>
>>> The project will be developed in the open, so I think signing up on our
>>> mailing lists is a first good start:
>>>
https://aerogear.org/community/#contact
>>>
>>> Make yourself comfortable with our community and feel free to checkout
>>> the server. For any questions about UPS etc, I think the mailing list are
>>> best resource. Btw. we also do like IRC :)
>>>
>>> For direct questions about GSoC etc, let's use this channel.
>>>
>>> PS: I've deleted the email tweet, since you got in touch w/ me :)
>>>
>>> Greetings,
>>> Matthias
>>>
>>>
>>> On Sat, Mar 5, 2016 at 11:48 AM, Tharinda Ehelepola <
>>> tharinda221(a)gmail.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> I am Tharinda Ehelepola, Final year undergraduate of Department of
>>>> computer engineering, Faculty of Engineering, University of Peradeniya,
Sri
>>>> Lanka. I am very much interesting about the above project. I have
>>>> experienced with working on EMM. I would like to know more information
>>>> about the projects. Is this project about MDM server. I mean can we use
>>>> APNS for push iOS notification.
>>>>
>>>> Thanks and Regards,
>>>> Tharinda.
>>>> --
>>>> *Tharinda Dilshan Ehelepola*
>>>> *Faculty of Engineering,*
>>>> *University Of Peradeniya.*
>>>>
>>>> *LinkedIn <
https://lk.linkedin.com/in/tharindadilshan>*
>>>> *Blog* -
http://tharindaehelepola.blogspot.com/
>>>> *Website*-
https://tharinda.tk/
>>>>
>>>
>>>
>>>
>>> --
>>> Project lead
AeroGear.org
>>>
>>
>>
>>
>> --
>> *Tharinda Dilshan Ehelepola*
>> *Faculty of Engineering,*
>> *University Of Peradeniya.*
>>
>> *LinkedIn <
https://lk.linkedin.com/in/tharindadilshan>*
>> *Blog* -
http://tharindaehelepola.blogspot.com/
>> *Website*-
https://tharinda.tk/
>>
>> _______________________________________________
>> Aerogear-users mailing list
>> Aerogear-users(a)lists.jboss.org
>>
https://lists.jboss.org/mailman/listinfo/aerogear-users
>>
>>
>
> _______________________________________________
> Aerogear-users mailing list
> Aerogear-users(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/aerogear-users
>
>
--
*Tharinda Dilshan Ehelepola*
*Faculty of Engineering,*
*University Of Peradeniya.*
*LinkedIn <
https://lk.linkedin.com/in/tharindadilshan>*
*Blog* -
http://tharindaehelepola.blogspot.com/
*Website*-
https://tharinda.tk/
_______________________________________________
Aerogear-users mailing list
Aerogear-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/aerogear-users