[Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server

Tharinda Ehelepola tharinda221 at gmail.com
Tue Mar 22 06:04:46 EDT 2016


Hi Matthias,

I have updated it.

Thanks,
Tharinda.

On Tue, Mar 22, 2016 at 2:54 PM, Matthias Wessendorf <matzew at apache.org>
wrote:

> the entire (complete) stack...
>
> On Tue, Mar 22, 2016 at 8:55 AM, Tharinda Ehelepola <tharinda221 at gmail.com
> > wrote:
>
>> Hi Matthias,
>>
>> I have created a gist. Below is the link.
>> https://gist.github.com/tharinda221/74abaf102b4369cee899
>>
>> Thanks,
>> Tharinda.
>>
>> On Tue, Mar 22, 2016 at 12:51 PM, Matthias Wessendorf <matzew at apache.org>
>> wrote:
>>
>>> Hrm,
>>> I have 'similar':
>>>
>>> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
>>> 2015-11-10T17:41:47+01:00)
>>> Maven home: /Apache/maven/current
>>> Java version: 1.8.0_65, vendor: Oracle Corporation
>>> Java home:
>>> /Library/Java/JavaVirtualMachines/jdk1.8.0_65.jdk/Contents/Home/jre
>>> Default locale: en_US, platform encoding: UTF-8
>>> OS name: "mac os x", version: "10.11.3", arch: "x86_64", family: "mac"
>>>
>>>
>>>
>>> can you post the entire log to a gist (on github) ?
>>>
>>> Thanks
>>>
>>>
>>> On Tue, Mar 22, 2016 at 7:42 AM, Tharinda Ehelepola <
>>> tharinda221 at gmail.com> wrote:
>>>
>>>> Hi Matthias,
>>>>
>>>> Here is the result.
>>>>
>>>> Apache Maven 3.3.3
>>>> Maven home: /usr/share/maven
>>>> Java version: 1.8.0_74, vendor: Oracle Corporation
>>>> Java home: /usr/lib/jvm/java-8-oracle/jre
>>>> Default locale: en_US, platform encoding: UTF-8
>>>> OS name: "linux", version: "4.2.0-34-generic", arch: "amd64", family:
>>>> "unix"
>>>>
>>>> Thanks,
>>>> Tharinda.
>>>>
>>>> On Mon, Mar 21, 2016 at 9:03 PM, Matthias Wessendorf <matzew at apache.org
>>>> > wrote:
>>>>
>>>>> 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 at 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 at 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 at 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 at 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 at 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 at lists.jboss.org
>>>>>>>> https://lists.jboss.org/mailman/listinfo/aerogear-users
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Aerogear-users mailing list
>>>>>>> Aerogear-users at 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 at lists.jboss.org
>>>>>> https://lists.jboss.org/mailman/listinfo/aerogear-users
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Matthias Wessendorf
>>>>>
>>>>> blog: http://matthiaswessendorf.wordpress.com/
>>>>> sessions: http://www.slideshare.net/mwessendorf
>>>>> twitter: http://twitter.com/mwessendorf
>>>>>
>>>>> _______________________________________________
>>>>> Aerogear-users mailing list
>>>>> Aerogear-users at 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 at lists.jboss.org
>>>> https://lists.jboss.org/mailman/listinfo/aerogear-users
>>>>
>>>>
>>>
>>>
>>> --
>>> Matthias Wessendorf
>>>
>>> blog: http://matthiaswessendorf.wordpress.com/
>>> sessions: http://www.slideshare.net/mwessendorf
>>> twitter: http://twitter.com/mwessendorf
>>>
>>> _______________________________________________
>>> Aerogear-users mailing list
>>> Aerogear-users at 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 at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/aerogear-users
>>
>>
>
>
> --
> Matthias Wessendorf
>
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> twitter: http://twitter.com/mwessendorf
>
> _______________________________________________
> Aerogear-users mailing list
> Aerogear-users at 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/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160322/0afcf220/attachment-0001.html 


More information about the Aerogear-users mailing list