From matzew at apache.org Fri Mar 4 06:30:08 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Fri, 4 Mar 2016 12:30:08 +0100 Subject: [Aerogear-users] Aerogear UPS 1.1.0: Feature request: make deleteOutdatedPushInformationData configurable In-Reply-To: References: <1452516690190-419.post@n5.nabble.com> <1452590423299-425.post@n5.nabble.com> Message-ID: Hi, this PR was now merged to master. Let us know if that works for you On Wed, Jan 13, 2016 at 4:57 PM, Matthias Wessendorf wrote: > https://github.com/aerogear/aerogear-unifiedpush-server/pull/670 > > @Guenter, it won't make it into the 1.1.x series > > However, no big deal for us to run a 1.2.0-alpha.1 somewhat soon - there > was some talks about that on our dev list as well... > > -M > > On Tue, Jan 12, 2016 at 10:54 AM, Matthias Wessendorf > wrote: > >> cool, will do. >> >> PR will come soon ;) >> >> >> On Tuesday, 12 January 2016, gklein wrote: >> >>> Hi! >>> >>> Thanks for your replies. I think a system property would be perferrable >>> and >>> sufficient in our case. Additional ui support is nice to have. >>> >>> Can you file the jira ticket for me please. I would have to sign up >>> first. >>> Here is the description: >>> ---- >>> >>> Aerogear UPS 1.1.0 collects outdated push message infos in a batch job >>> (calls to PushMessageMetricsService#deleteOutdatedPushInformationData). >>> The >>> outdated criteria is currently hardcoded to 30 days >>> (PushMessageMetricsService#DAYS_OF_MAX_OLDEST_INFO_MSG). This time >>> should be >>> made configurable via system property. If the system property is not set >>> the >>> default value (30 days) should be used. >>> >>> --- >>> >>> Regards, Gunther Klein >>> >>> >>> >>> -- >>> View this message in context: >>> http://aerogear-users.1116366.n5.nabble.com/Aerogear-UPS-1-1-0-Feature-request-make-deleteOutdatedPushInformationData-configurable-tp419p425.html >>> Sent from the aerogear-users mailing list archive at Nabble.com. >>> _______________________________________________ >>> Aerogear-users mailing list >>> Aerogear-users at lists.jboss.org >>> https://lists.jboss.org/mailman/listinfo/aerogear-users >>> >> >> >> -- >> Sent from Gmail Mobile >> > > > > -- > Matthias Wessendorf > > blog: http://matthiaswessendorf.wordpress.com/ > sessions: http://www.slideshare.net/mwessendorf > twitter: http://twitter.com/mwessendorf > -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160304/6b0971ef/attachment.html From tharinda221 at gmail.com Sun Mar 6 02:52:08 2016 From: tharinda221 at gmail.com (Tharinda Ehelepola) Date: Sun, 6 Mar 2016 13:22:08 +0530 Subject: [Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server In-Reply-To: References: Message-ID: 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 -rf :unifiedpush-admin-ui Thanks and Regards, Tharinda. On Sat, Mar 5, 2016 at 5:39 PM, Matthias Wessendorf 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 > 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 * >> *Blog* - http://tharindaehelepola.blogspot.com/ >> *Website*- https://tharinda.tk/ >> > > > > -- > Project lead AeroGear.org > -- *Tharinda Dilshan Ehelepola* *Faculty of Engineering,* *University Of Peradeniya.* *LinkedIn * *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/20160306/46ef4f0d/attachment.html From matzew at apache.org Sun Mar 6 07:31:36 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Sun, 6 Mar 2016 13:31:36 +0100 Subject: [Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server In-Reply-To: References: Message-ID: Hi Tharinda, not exactly sure what's going wrong. Can you run "mvn clean install -X" ? I think the odd Node.js frontend code sometimes causes nasty issues... On Sun, Mar 6, 2016 at 8:52 AM, Tharinda Ehelepola 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 -rf :unifiedpush-admin-ui > > Thanks and Regards, > Tharinda. > > > On Sat, Mar 5, 2016 at 5:39 PM, Matthias Wessendorf > 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 * >>> *Blog* - http://tharindaehelepola.blogspot.com/ >>> *Website*- https://tharinda.tk/ >>> >> >> >> >> -- >> Project lead AeroGear.org >> > > > > -- > *Tharinda Dilshan Ehelepola* > *Faculty of Engineering,* > *University Of Peradeniya.* > > *LinkedIn * > *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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160306/55978db7/attachment-0001.html From kurrent93 at gmail.com Sun Mar 6 08:23:24 2016 From: kurrent93 at gmail.com (Anton) Date: Sun, 6 Mar 2016 14:23:24 +0100 Subject: [Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server In-Reply-To: References: Message-ID: 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 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 -rf :unifiedpush-admin-ui > > Thanks and Regards, > Tharinda. > > > On Sat, Mar 5, 2016 at 5:39 PM, Matthias Wessendorf > 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 * >>> *Blog* - http://tharindaehelepola.blogspot.com/ >>> *Website*- https://tharinda.tk/ >>> >> >> >> >> -- >> Project lead AeroGear.org >> > > > > -- > *Tharinda Dilshan Ehelepola* > *Faculty of Engineering,* > *University Of Peradeniya.* > > *LinkedIn * > *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 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160306/df6e3e32/attachment.html From matzew at apache.org Tue Mar 8 04:00:40 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Tue, 8 Mar 2016 10:00:40 +0100 Subject: [Aerogear-users] UPS 1.1.1.Final Message-ID: Hi, the UPS 1.1.1.Final is now availabe! https://github.com/aerogear/aerogear-unifiedpush-server/releases/tag/1.1.1.Final Have fun! -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160308/35d0cdc3/attachment.html From matzew at apache.org Thu Mar 10 05:40:31 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Thu, 10 Mar 2016 11:40:31 +0100 Subject: [Aerogear-users] [aerogear-dev] UPS 1.1.1.Final In-Reply-To: <006d01d17ab4$0bb92500$232b6f00$@pinelabs.com> References: <006d01d17ab4$0bb92500$232b6f00$@pinelabs.com> Message-ID: can you add a few more details? how to reproduce this ? I will take a look On Thu, Mar 10, 2016 at 11:03 AM, Vivek Pandey wrote: > Great news!! > > > > I can confirm that the bug I logged > https://issues.jboss.org/browse/AGPUSH-1568 is fixed. > > However, on upgradation I ran into another problem > https://issues.jboss.org/browse/AGPUSH-1594 > > > > Thanks, > > Vivek > > > > *From:* aerogear-dev-bounces at lists.jboss.org [mailto: > aerogear-dev-bounces at lists.jboss.org] *On Behalf Of *Matthias Wessendorf > *Sent:* Tuesday, March 08, 2016 2:31 PM > *To:* AeroGear Developer Mailing List; aerogear-users at lists.jboss.org > *Subject:* [aerogear-dev] UPS 1.1.1.Final > > > > Hi, > > > > the UPS 1.1.1.Final is now availabe! > > > https://github.com/aerogear/aerogear-unifiedpush-server/releases/tag/1.1.1.Final > > > > Have fun! > > > > -- > > Matthias Wessendorf > > blog: http://matthiaswessendorf.wordpress.com/ > sessions: http://www.slideshare.net/mwessendorf > twitter: http://twitter.com/mwessendorf > > ------------------------------ > This message may contain privileged and confidential information and is > solely for the use of intended recipient. The views expressed in this email > are those of the sender and not of Pine Labs. The recipient should check > this email and attachments for the presence of viruses / malwares etc. Pine > Labs accepts no liability for any damage caused by any virus transmitted by > this email. Pine Labs may monitor and record all emails. > ------------------------------ > > > _______________________________________________ > aerogear-dev mailing list > aerogear-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-dev > -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160310/523ae17b/attachment-0001.html From matzew at apache.org Thu Mar 10 05:48:08 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Thu, 10 Mar 2016 11:48:08 +0100 Subject: [Aerogear-users] [aerogear-dev] UPS 1.1.1.Final In-Reply-To: References: <006d01d17ab4$0bb92500$232b6f00$@pinelabs.com> Message-ID: Looks like null is passed on the categories, for updating, the device metadata. On it On Thu, Mar 10, 2016 at 11:40 AM, Matthias Wessendorf wrote: > can you add a few more details? how to reproduce this ? > > I will take a look > > On Thu, Mar 10, 2016 at 11:03 AM, Vivek Pandey > wrote: > >> Great news!! >> >> >> >> I can confirm that the bug I logged >> https://issues.jboss.org/browse/AGPUSH-1568 is fixed. >> >> However, on upgradation I ran into another problem >> https://issues.jboss.org/browse/AGPUSH-1594 >> >> >> >> Thanks, >> >> Vivek >> >> >> >> *From:* aerogear-dev-bounces at lists.jboss.org [mailto: >> aerogear-dev-bounces at lists.jboss.org] *On Behalf Of *Matthias Wessendorf >> *Sent:* Tuesday, March 08, 2016 2:31 PM >> *To:* AeroGear Developer Mailing List; aerogear-users at lists.jboss.org >> *Subject:* [aerogear-dev] UPS 1.1.1.Final >> >> >> >> Hi, >> >> >> >> the UPS 1.1.1.Final is now availabe! >> >> >> https://github.com/aerogear/aerogear-unifiedpush-server/releases/tag/1.1.1.Final >> >> >> >> Have fun! >> >> >> >> -- >> >> Matthias Wessendorf >> >> blog: http://matthiaswessendorf.wordpress.com/ >> sessions: http://www.slideshare.net/mwessendorf >> twitter: http://twitter.com/mwessendorf >> >> ------------------------------ >> This message may contain privileged and confidential information and is >> solely for the use of intended recipient. The views expressed in this email >> are those of the sender and not of Pine Labs. The recipient should check >> this email and attachments for the presence of viruses / malwares etc. Pine >> Labs accepts no liability for any damage caused by any virus transmitted by >> this email. Pine Labs may monitor and record all emails. >> ------------------------------ >> >> >> _______________________________________________ >> aerogear-dev mailing list >> aerogear-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/aerogear-dev >> > > > > -- > Matthias Wessendorf > > blog: http://matthiaswessendorf.wordpress.com/ > sessions: http://www.slideshare.net/mwessendorf > twitter: http://twitter.com/mwessendorf > -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160310/0b0de88e/attachment.html From matzew at apache.org Thu Mar 10 06:24:14 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Thu, 10 Mar 2016 12:24:14 +0100 Subject: [Aerogear-users] [aerogear-dev] UPS 1.1.1.Final In-Reply-To: <009401d17abb$f5b09b00$e111d100$@pinelabs.com> References: <006d01d17ab4$0bb92500$232b6f00$@pinelabs.com> <009401d17abb$f5b09b00$e111d100$@pinelabs.com> Message-ID: Hi, Vivek, can you check here? https://github.com/aerogear/aerogear-unifiedpush-server/pull/686 On Thu, Mar 10, 2016 at 11:59 AM, Vivek Pandey wrote: > Thanks Matthias, I have updated the bug with additional info I had. > > > > *From:* mwessendorf at gmail.com [mailto:mwessendorf at gmail.com] *On Behalf > Of *Matthias Wessendorf > *Sent:* Thursday, March 10, 2016 4:18 PM > *To:* Vivek Pandey; AeroGear Developer Mailing List > *Cc:* aerogear-users at lists.jboss.org > *Subject:* Re: [aerogear-dev] UPS 1.1.1.Final > > > > Looks like null is passed on the categories, for updating, the device > metadata. > > > > On it > > > > On Thu, Mar 10, 2016 at 11:40 AM, Matthias Wessendorf > wrote: > > can you add a few more details? how to reproduce this ? > > > > I will take a look > > > > On Thu, Mar 10, 2016 at 11:03 AM, Vivek Pandey > wrote: > > Great news!! > > > > I can confirm that the bug I logged > https://issues.jboss.org/browse/AGPUSH-1568 is fixed. > > However, on upgradation I ran into another problem > https://issues.jboss.org/browse/AGPUSH-1594 > > > > Thanks, > > Vivek > > > > *From:* aerogear-dev-bounces at lists.jboss.org [mailto: > aerogear-dev-bounces at lists.jboss.org] *On Behalf Of *Matthias Wessendorf > *Sent:* Tuesday, March 08, 2016 2:31 PM > *To:* AeroGear Developer Mailing List; aerogear-users at lists.jboss.org > *Subject:* [aerogear-dev] UPS 1.1.1.Final > > > > Hi, > > > > the UPS 1.1.1.Final is now availabe! > > > https://github.com/aerogear/aerogear-unifiedpush-server/releases/tag/1.1.1.Final > > > > Have fun! > > > > -- > > Matthias Wessendorf > > blog: http://matthiaswessendorf.wordpress.com/ > sessions: http://www.slideshare.net/mwessendorf > twitter: http://twitter.com/mwessendorf > > > ------------------------------ > > This message may contain privileged and confidential information and is > solely for the use of intended recipient. The views expressed in this email > are those of the sender and not of Pine Labs. The recipient should check > this email and attachments for the presence of viruses / malwares etc. Pine > Labs accepts no liability for any damage caused by any virus transmitted by > this email. Pine Labs may monitor and record all emails. > ------------------------------ > > > > > > _______________________________________________ > aerogear-dev mailing list > aerogear-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-dev > > > > > > -- > > Matthias Wessendorf > > blog: http://matthiaswessendorf.wordpress.com/ > sessions: http://www.slideshare.net/mwessendorf > twitter: http://twitter.com/mwessendorf > > > > > > -- > > Matthias Wessendorf > > blog: http://matthiaswessendorf.wordpress.com/ > sessions: http://www.slideshare.net/mwessendorf > twitter: http://twitter.com/mwessendorf > > ------------------------------ > This message may contain privileged and confidential information and is > solely for the use of intended recipient. The views expressed in this email > are those of the sender and not of Pine Labs. The recipient should check > this email and attachments for the presence of viruses / malwares etc. Pine > Labs accepts no liability for any damage caused by any virus transmitted by > this email. Pine Labs may monitor and record all emails. > ------------------------------ > > -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160310/c1bce30b/attachment.html From vivek.pandey at pinelabs.com Thu Mar 10 05:03:07 2016 From: vivek.pandey at pinelabs.com (Vivek Pandey) Date: Thu, 10 Mar 2016 15:33:07 +0530 Subject: [Aerogear-users] [aerogear-dev] UPS 1.1.1.Final In-Reply-To: References: Message-ID: <006d01d17ab4$0bb92500$232b6f00$@pinelabs.com> Great news!! I can confirm that the bug I logged https://issues.jboss.org/browse/AGPUSH-1568 is fixed. However, on upgradation I ran into another problem https://issues.jboss.org/browse/AGPUSH-1594 Thanks, Vivek From: aerogear-dev-bounces at lists.jboss.org [mailto:aerogear-dev-bounces at lists.jboss.org] On Behalf Of Matthias Wessendorf Sent: Tuesday, March 08, 2016 2:31 PM To: AeroGear Developer Mailing List; aerogear-users at lists.jboss.org Subject: [aerogear-dev] UPS 1.1.1.Final Hi, the UPS 1.1.1.Final is now availabe! https://github.com/aerogear/aerogear-unifiedpush-server/releases/tag/1.1.1.Final Have fun! -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf This message may contain privileged and confidential information and is solely for the use of intended recipient. The views expressed in this email are those of the sender and not of Pine Labs. The recipient should check this email and attachments for the presence of viruses / malwares etc. Pine Labs accepts no liability for any damage caused by any virus transmitted by this email. Pine Labs may monitor and record all emails. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160310/ffd4fe1b/attachment-0001.html From vivek.pandey at pinelabs.com Thu Mar 10 05:59:46 2016 From: vivek.pandey at pinelabs.com (Vivek Pandey) Date: Thu, 10 Mar 2016 16:29:46 +0530 Subject: [Aerogear-users] [aerogear-dev] UPS 1.1.1.Final In-Reply-To: References: <006d01d17ab4$0bb92500$232b6f00$@pinelabs.com> Message-ID: <009401d17abb$f5b09b00$e111d100$@pinelabs.com> Thanks Matthias, I have updated the bug with additional info I had. From: mwessendorf at gmail.com [mailto:mwessendorf at gmail.com] On Behalf Of Matthias Wessendorf Sent: Thursday, March 10, 2016 4:18 PM To: Vivek Pandey; AeroGear Developer Mailing List Cc: aerogear-users at lists.jboss.org Subject: Re: [aerogear-dev] UPS 1.1.1.Final Looks like null is passed on the categories, for updating, the device metadata. On it On Thu, Mar 10, 2016 at 11:40 AM, Matthias Wessendorf wrote: can you add a few more details? how to reproduce this ? I will take a look On Thu, Mar 10, 2016 at 11:03 AM, Vivek Pandey wrote: Great news!! I can confirm that the bug I logged https://issues.jboss.org/browse/AGPUSH-1568 is fixed. However, on upgradation I ran into another problem https://issues.jboss.org/browse/AGPUSH-1594 Thanks, Vivek From: aerogear-dev-bounces at lists.jboss.org [mailto:aerogear-dev-bounces at lists.jboss.org] On Behalf Of Matthias Wessendorf Sent: Tuesday, March 08, 2016 2:31 PM To: AeroGear Developer Mailing List; aerogear-users at lists.jboss.org Subject: [aerogear-dev] UPS 1.1.1.Final Hi, the UPS 1.1.1.Final is now availabe! https://github.com/aerogear/aerogear-unifiedpush-server/releases/tag/1.1.1.Final Have fun! -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf _____ This message may contain privileged and confidential information and is solely for the use of intended recipient. The views expressed in this email are those of the sender and not of Pine Labs. The recipient should check this email and attachments for the presence of viruses / malwares etc. Pine Labs accepts no liability for any damage caused by any virus transmitted by this email. Pine Labs may monitor and record all emails. _____ _______________________________________________ aerogear-dev mailing list aerogear-dev at lists.jboss.org https://lists.jboss.org/mailman/listinfo/aerogear-dev -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf This message may contain privileged and confidential information and is solely for the use of intended recipient. The views expressed in this email are those of the sender and not of Pine Labs. The recipient should check this email and attachments for the presence of viruses / malwares etc. Pine Labs accepts no liability for any damage caused by any virus transmitted by this email. Pine Labs may monitor and record all emails. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160310/4fca161c/attachment.html From kaushik120288 at gmail.com Wed Mar 2 06:07:39 2016 From: kaushik120288 at gmail.com (Kaushik Saha) Date: Wed, 2 Mar 2016 16:37:39 +0530 Subject: [Aerogear-users] Not receiving Push Notification in my Android application Message-ID: Hi, Kaushik here. I have implemented the push notification in my android application and I have registered the same in AeroGear portal as well. The issue is, after I send a push notification from the web portal, I am seeing that the message is successfully sent, but the application is not receiving it. I have followed the exact steps mentioned in the user guide ( https://aerogear.org/docs/unifiedpush/aerogear-push-android/guides/#register-device) but to no avail. Also, I was wondering if push notification would work if my project DOES NOT have any variants on the AeroGear portal. Any help regarding this would be greatly appreciated. Thank you. -- Regards, Kaushik Saha (Mobile :- 09538410451) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160302/7e34fd2b/attachment.html From matzew at apache.org Thu Mar 10 10:56:27 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Thu, 10 Mar 2016 16:56:27 +0100 Subject: [Aerogear-users] Not receiving Push Notification in my Android application In-Reply-To: References: Message-ID: On Wed, Mar 2, 2016 at 12:07 PM, Kaushik Saha wrote: > Hi, > > Kaushik here. > > I have implemented the push notification in my android application and I > have registered the same in AeroGear portal as well. > > The issue is, after I send a push notification from the web portal, I am > seeing that the message is successfully sent, but the application is not > receiving it. > > I have followed the exact steps mentioned in the user guide ( > https://aerogear.org/docs/unifiedpush/aerogear-push-android/guides/#register-device) > but to no avail. > > Also, I was wondering if push notification would work if my project DOES > NOT have any variants on the AeroGear portal. > Nope, not sure I fully get the question. You register a device, but do not have a variant? That does not work > > Any help regarding this would be greatly appreciated. > > Thank you. > > -- > Regards, > Kaushik Saha > (Mobile :- 09538410451) > > _______________________________________________ > 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160310/2274ffcf/attachment.html From supittma at redhat.com Thu Mar 10 11:41:18 2016 From: supittma at redhat.com (Summers Pittman) Date: Thu, 10 Mar 2016 11:41:18 -0500 Subject: [Aerogear-users] Not receiving Push Notification in my Android application In-Reply-To: References: Message-ID: Do you have a project publicly available somewhere we can look at? On Wed, Mar 2, 2016 at 6:07 AM, Kaushik Saha wrote: > Hi, > > Kaushik here. > > I have implemented the push notification in my android application and I > have registered the same in AeroGear portal as well. > > The issue is, after I send a push notification from the web portal, I am > seeing that the message is successfully sent, but the application is not > receiving it. > > I have followed the exact steps mentioned in the user guide ( > https://aerogear.org/docs/unifiedpush/aerogear-push-android/guides/#register-device) > but to no avail. > > Also, I was wondering if push notification would work if my project DOES > NOT have any variants on the AeroGear portal. > > Any help regarding this would be greatly appreciated. > > Thank you. > > -- > Regards, > Kaushik Saha > (Mobile :- 09538410451) > > _______________________________________________ > Aerogear-users mailing list > Aerogear-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160310/97bae615/attachment-0001.html From chris at dealerrewards.net Fri Mar 11 23:03:49 2016 From: chris at dealerrewards.net (Christopher Fahey) Date: Fri, 11 Mar 2016 23:03:49 -0500 Subject: [Aerogear-users] Trying to get it to work Message-ID: <56E39525.1030607@dealerrewards.net> I have been slowly progressing through the installation and have finally managed to get the server running. Of course the goal is to add push notification to an existing mobile app that I have built using Javascript and Cordova. Then I have added all of the plugins that I could find into Cordova including the aerogear plugin and the cordova-plugin-pushplugin. The problem I am having is that when I run the mobile app in cordova using "cordova run browser" the Push is created and before it even registers itself, it receives an error "Missing Command Error". I have traced the call that fails to aerogear-push.js line 46: channel.onCordovaReady.subscribe(function() { exec(notify, undefined, 'PushPlugin', 'messageChannel', []); }); This takes it into cordova.js where it tries to pull up the PushPlugin from the CommandProxyMap but it hasn't been registered. I cannot think of what else to look for. I have been over the instructions backwards and forwards but no luck. Any suggestions on what plugin I might be missing? I -- Christopher Fahey DealerRewards, Inc. Maryland Branch Office (410) 924-3185 ------------------------------------------------------------------------ This electronic message transmission contains information from DealerRewards Inc. This message is confidential. It may also be privileged or otherwise protected by work-product immunity or other legal rules. If you have received it by mistake, please let us know by email reply and delete it from your system; you may not copy this message or disclose its contents to anyone. DISCLAIMER: Since 2006, the U.S. Government has been monitoring all internet communications. If you have information that you do not wish to have monitored, please send it using regular postal services to the address listed on our website. ------------------------------------------------------------------------ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160311/e5c6fafd/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: custom_rewards_logo.png Type: image/png Size: 24220 bytes Desc: not available Url : http://lists.jboss.org/pipermail/aerogear-users/attachments/20160311/e5c6fafd/attachment-0001.png From edewit at redhat.com Mon Mar 14 04:07:42 2016 From: edewit at redhat.com (Erik Jan de Wit) Date: Mon, 14 Mar 2016 09:07:42 +0100 Subject: [Aerogear-users] Trying to get it to work In-Reply-To: <56E39525.1030607@dealerrewards.net> References: <56E39525.1030607@dealerrewards.net> Message-ID: Hi Christopher, Sorry to hear that you are having problems, but I'm sure we can get you up and running. You don't need the cordova-pushplugin, the aerogear-push-plugin does the same things but better ;) At the moment we don't support the browser platform ( although we could ) The best way to test it is on an actual device or using the windows platform. Which documentation are you following? Because we want to be sure we mention all these things. On Sat, Mar 12, 2016 at 5:03 AM, Christopher Fahey wrote: > I have been slowly progressing through the installation and have finally > managed to get the server running. Of course the goal is to add push > notification to an existing mobile app that I have built using Javascript > and Cordova. Then I have added all of the plugins that I could find into > Cordova including the aerogear plugin and the cordova-plugin-pushplugin. > The problem I am having is that when I run the mobile app in cordova using > "cordova run browser" the Push is created and before it even registers > itself, it receives an error "Missing Command Error". I have traced the > call that fails to aerogear-push.js line 46: > > channel.onCordovaReady.subscribe(function() { > exec(notify, undefined, 'PushPlugin', 'messageChannel', []); > }); > > This takes it into cordova.js where it tries to pull up the PushPlugin > from the CommandProxyMap but it hasn't been registered. I cannot think of > what else to look for. I have been over the instructions backwards and > forwards but no luck. Any suggestions on what plugin I might be > missing? I > -- > > Christopher Fahey > DealerRewards, Inc. > Maryland Branch Office > (410) 924-3185 > ------------------------------ > This electronic message transmission contains information from > DealerRewards Inc. This message is confidential. It may also be privileged > or otherwise protected by work-product immunity or other legal rules. If > you have received it by mistake, please let us know by email reply and > delete it from your system; you may not copy this message or disclose its > contents to anyone. > DISCLAIMER: Since 2006, the U.S. Government has been monitoring all > internet communications. If you have information that you do not wish to > have monitored, please send it using regular postal services to the address > listed on our website. > ------------------------------ > > _______________________________________________ > Aerogear-users mailing list > Aerogear-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-users > > -- Cheers, Erik Jan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160314/5fc4eaa6/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: custom_rewards_logo.png Type: image/png Size: 24220 bytes Desc: not available Url : http://lists.jboss.org/pipermail/aerogear-users/attachments/20160314/5fc4eaa6/attachment-0001.png From chris at dealerrewards.net Mon Mar 14 09:36:42 2016 From: chris at dealerrewards.net (Christopher Fahey) Date: Mon, 14 Mar 2016 09:36:42 -0400 Subject: [Aerogear-users] Trying to get it to work In-Reply-To: References: <56E39525.1030607@dealerrewards.net> Message-ID: <56E6BE6A.60101@dealerrewards.net> Here is the links for the documentation I was using for the installation. I had to jump between each one quite a bit since each didn't work as expected and didn't explain things that the other did. https://aerogear.org/docs/unifiedpush/aerogear-push-android/guides/#google-setup https://aerogear.org/docs/unifiedpush/ups_userguide/index/#server-installation https://aerogear.org/docs/unifiedpush/aerogear-push-android/guides/#register-device https://aerogear.org/docs/guides/aerogear-cordova/AerogearCordovaPush/#_getting_started Also, I had an older version of Cordova, 3.6, that didn't seem to work with your software which caused problems until I updated it to v6.0. I was using the browser platform so I could figure out why the notifications were not working. I will try debugging the device again. It wasn't working before but I guess I made more progress with the notification integration so it may work now. It doesn't seem like it would take much to add support for the browser platform. Christopher Fahey DealerRewards, Inc. Maryland Branch Office (410) 924-3185 ------------------------------------------------------------------------ This electronic message transmission contains information from DealerRewards Inc. This message is confidential. It may also be privileged or otherwise protected by work-product immunity or other legal rules. If you have received it by mistake, please let us know by email reply and delete it from your system; you may not copy this message or disclose its contents to anyone. DISCLAIMER: Since 2006, the U.S. Government has been monitoring all internet communications. If you have information that you do not wish to have monitored, please send it using regular postal services to the address listed on our website. ------------------------------------------------------------------------ On 3/14/2016 4:07 AM, Erik Jan de Wit wrote: > Hi Christopher, > > Sorry to hear that you are having problems, but I'm sure we can get > you up and running. You don't need the cordova-pushplugin, the > aerogear-push-plugin does the same things but better ;) At the moment > we don't support the browser platform ( although we could ) The best > way to test it is on an actual device or using the windows platform. > Which documentation are you following? Because we want to be sure we > mention all these things. > > > On Sat, Mar 12, 2016 at 5:03 AM, Christopher Fahey > > wrote: > > I have been slowly progressing through the installation and have > finally managed to get the server running. Of course the goal is > to add push notification to an existing mobile app that I have > built using Javascript and Cordova. Then I have added all of the > plugins that I could find into Cordova including the aerogear > plugin and the cordova-plugin-pushplugin. The problem I am having > is that when I run the mobile app in cordova using "cordova run > browser" the Push is created and before it even registers itself, > it receives an error "Missing Command Error". I have traced the > call that fails to aerogear-push.js line 46: > > channel.onCordovaReady.subscribe(function() { > exec(notify, undefined, 'PushPlugin', 'messageChannel', []); > }); > > This takes it into cordova.js where it tries to pull up the > PushPlugin from the CommandProxyMap but it hasn't been > registered. I cannot think of what else to look for. I have been > over the instructions backwards and forwards but no luck. Any > suggestions on what plugin I might be missing? I > -- > > Christopher Fahey > DealerRewards, Inc. > Maryland Branch Office > (410) 924-3185 > ------------------------------------------------------------------------ > This electronic message transmission contains information from > DealerRewards Inc. This message is confidential. It may also be > privileged or otherwise protected by work-product immunity or > other legal rules. If you have received it by mistake, please let > us know by email reply and delete it from your system; you may not > copy this message or disclose its contents to anyone. > DISCLAIMER: Since 2006, the U.S. Government has been monitoring > all internet communications. If you have information that you do > not wish to have monitored, please send it using regular postal > services to the address listed on our website. > ------------------------------------------------------------------------ > > > _______________________________________________ > Aerogear-users mailing list > Aerogear-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-users > > > > > -- > Cheers, > Erik Jan > > > _______________________________________________ > Aerogear-users mailing list > Aerogear-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160314/0523cf2e/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: custom_rewards_logo.png Type: image/png Size: 24220 bytes Desc: not available Url : http://lists.jboss.org/pipermail/aerogear-users/attachments/20160314/0523cf2e/attachment-0002.png -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 24220 bytes Desc: not available Url : http://lists.jboss.org/pipermail/aerogear-users/attachments/20160314/0523cf2e/attachment-0003.png From edewit at redhat.com Tue Mar 15 03:22:33 2016 From: edewit at redhat.com (Erik Jan de Wit) Date: Tue, 15 Mar 2016 08:22:33 +0100 Subject: [Aerogear-users] Trying to get it to work In-Reply-To: <56E6BE6A.60101@dealerrewards.net> References: <56E39525.1030607@dealerrewards.net> <56E6BE6A.60101@dealerrewards.net> Message-ID: Hi Christopher, So the links to the documentation sound right the Cordova Push docs links to the others for the device specific setup that one needs to do for ups. If you would like to add browser support for the plugin, we accept pull requests. Did you get it up and running? On Mon, Mar 14, 2016 at 2:36 PM, Christopher Fahey wrote: > Here is the links for the documentation I was using for the installation. > I had to jump between each one quite a bit since each didn't work as > expected and didn't explain things that the other did. > > > https://aerogear.org/docs/unifiedpush/aerogear-push-android/guides/#google-setup > > https://aerogear.org/docs/unifiedpush/ups_userguide/index/#server-installation > > https://aerogear.org/docs/unifiedpush/aerogear-push-android/guides/#register-device > > https://aerogear.org/docs/guides/aerogear-cordova/AerogearCordovaPush/#_getting_started > > Also, I had an older version of Cordova, 3.6, that didn't seem to work > with your software which caused problems until I updated it to v6.0. > > I was using the browser platform so I could figure out why the > notifications were not working. I will try debugging the device again. It > wasn't working before but I guess I made more progress with the > notification integration so it may work now. It doesn't seem like it > would take much to add support for the browser platform. > > Christopher Fahey > DealerRewards, Inc. > Maryland Branch Office > (410) 924-3185 > ------------------------------ > This electronic message transmission contains information from > DealerRewards Inc. This message is confidential. It may also be privileged > or otherwise protected by work-product immunity or other legal rules. If > you have received it by mistake, please let us know by email reply and > delete it from your system; you may not copy this message or disclose its > contents to anyone. > DISCLAIMER: Since 2006, the U.S. Government has been monitoring all > internet communications. If you have information that you do not wish to > have monitored, please send it using regular postal services to the address > listed on our website. > ------------------------------ > On 3/14/2016 4:07 AM, Erik Jan de Wit wrote: > > Hi Christopher, > > Sorry to hear that you are having problems, but I'm sure we can get you up > and running. You don't need the cordova-pushplugin, the > aerogear-push-plugin does the same things but better ;) At the moment we > don't support the browser platform ( although we could ) The best way to > test it is on an actual device or using the windows platform. Which > documentation are you following? Because we want to be sure we mention all > these things. > > > On Sat, Mar 12, 2016 at 5:03 AM, Christopher Fahey < > chris at dealerrewards.net> wrote: > >> I have been slowly progressing through the installation and have finally >> managed to get the server running. Of course the goal is to add push >> notification to an existing mobile app that I have built using Javascript >> and Cordova. Then I have added all of the plugins that I could find into >> Cordova including the aerogear plugin and the cordova-plugin-pushplugin. >> The problem I am having is that when I run the mobile app in cordova using >> "cordova run browser" the Push is created and before it even registers >> itself, it receives an error "Missing Command Error". I have traced the >> call that fails to aerogear-push.js line 46: >> >> channel.onCordovaReady.subscribe(function() { >> exec(notify, undefined, 'PushPlugin', 'messageChannel', []); >> }); >> >> This takes it into cordova.js where it tries to pull up the PushPlugin >> from the CommandProxyMap but it hasn't been registered. I cannot think of >> what else to look for. I have been over the instructions backwards and >> forwards but no luck. Any suggestions on what plugin I might be >> missing? I >> -- >> >> Christopher Fahey >> DealerRewards, Inc. >> Maryland Branch Office >> (410) 924-3185 <%28410%29%20924-3185> >> ------------------------------ >> This electronic message transmission contains information from >> DealerRewards Inc. This message is confidential. It may also be privileged >> or otherwise protected by work-product immunity or other legal rules. If >> you have received it by mistake, please let us know by email reply and >> delete it from your system; you may not copy this message or disclose its >> contents to anyone. >> DISCLAIMER: Since 2006, the U.S. Government has been monitoring all >> internet communications. If you have information that you do not wish to >> have monitored, please send it using regular postal services to the address >> listed on our website. >> ------------------------------ >> >> _______________________________________________ >> Aerogear-users mailing list >> Aerogear-users at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/aerogear-users >> >> > > > -- > Cheers, > Erik Jan > > > _______________________________________________ > Aerogear-users mailing listAerogear-users at lists.jboss.orghttps://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 > > -- Cheers, Erik Jan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160315/65ee5820/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: custom_rewards_logo.png Type: image/png Size: 24220 bytes Desc: not available Url : http://lists.jboss.org/pipermail/aerogear-users/attachments/20160315/65ee5820/attachment-0002.png -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 24220 bytes Desc: not available Url : http://lists.jboss.org/pipermail/aerogear-users/attachments/20160315/65ee5820/attachment-0003.png From chris at dealerrewards.net Tue Mar 15 10:57:46 2016 From: chris at dealerrewards.net (Christopher Fahey) Date: Tue, 15 Mar 2016 10:57:46 -0400 Subject: [Aerogear-users] Trying to get it to work In-Reply-To: References: <56E39525.1030607@dealerrewards.net> <56E6BE6A.60101@dealerrewards.net> Message-ID: <56E822EA.3050207@dealerrewards.net> The documentation is a little disorganized. Getting to them was not straight forward. Additionally, some of the steps are in one document but not the others even though all of them cover installation of the software which makes it easy to miss something. I missed installing the plugin since it was in one of the documents that I followed through to the end and then discovered the other document when it wasn't running while troubleshooting. I would like browser support for the plugin but I am not sure I understand what your pull request is. I have not gotten it to run yet. Christopher Fahey DealerRewards, Inc. Maryland Branch Office (410) 924-3185 ------------------------------------------------------------------------ This electronic message transmission contains information from DealerRewards Inc. This message is confidential. It may also be privileged or otherwise protected by work-product immunity or other legal rules. If you have received it by mistake, please let us know by email reply and delete it from your system; you may not copy this message or disclose its contents to anyone. DISCLAIMER: Since 2006, the U.S. Government has been monitoring all internet communications. If you have information that you do not wish to have monitored, please send it using regular postal services to the address listed on our website. ------------------------------------------------------------------------ On 3/15/2016 3:22 AM, Erik Jan de Wit wrote: > Hi Christopher, > > So the links to the documentation sound right the Cordova Push docs > links to the others for the device specific setup that one needs to do > for ups. > > If you would like to add browser support for the plugin, we accept > pull requests. Did you get it up and running? > > On Mon, Mar 14, 2016 at 2:36 PM, Christopher Fahey > > wrote: > > Here is the links for the documentation I was using for the > installation. I had to jump between each one quite a bit since > each didn't work as expected and didn't explain things that the > other did. > > https://aerogear.org/docs/unifiedpush/aerogear-push-android/guides/#google-setup > https://aerogear.org/docs/unifiedpush/ups_userguide/index/#server-installation > https://aerogear.org/docs/unifiedpush/aerogear-push-android/guides/#register-device > https://aerogear.org/docs/guides/aerogear-cordova/AerogearCordovaPush/#_getting_started > > Also, I had an older version of Cordova, 3.6, that didn't seem to > work with your software which caused problems until I updated it > to v6.0. > > I was using the browser platform so I could figure out why the > notifications were not working. I will try debugging the device > again. It wasn't working before but I guess I made more progress > with the notification integration so it may work now. It doesn't > seem like it would take much to add support for the browser platform. > > > Christopher Fahey > DealerRewards, Inc. > Maryland Branch Office > (410) 924-3185 > ------------------------------------------------------------------------ > This electronic message transmission contains information from > DealerRewards Inc. This message is confidential. It may also be > privileged or otherwise protected by work-product immunity or > other legal rules. If you have received it by mistake, please let > us know by email reply and delete it from your system; you may not > copy this message or disclose its contents to anyone. > DISCLAIMER: Since 2006, the U.S. Government has been monitoring > all internet communications. If you have information that you do > not wish to have monitored, please send it using regular postal > services to the address listed on our website. > ------------------------------------------------------------------------ > > On 3/14/2016 4:07 AM, Erik Jan de Wit wrote: >> Hi Christopher, >> >> Sorry to hear that you are having problems, but I'm sure we can >> get you up and running. You don't need the cordova-pushplugin, >> the aerogear-push-plugin does the same things but better ;) At >> the moment we don't support the browser platform ( although we >> could ) The best way to test it is on an actual device or using >> the windows platform. Which documentation are you following? >> Because we want to be sure we mention all these things. >> >> >> On Sat, Mar 12, 2016 at 5:03 AM, Christopher Fahey >> > wrote: >> >> I have been slowly progressing through the installation and >> have finally managed to get the server running. Of course >> the goal is to add push notification to an existing mobile >> app that I have built using Javascript and Cordova. Then I >> have added all of the plugins that I could find into Cordova >> including the aerogear plugin and the >> cordova-plugin-pushplugin. The problem I am having is that >> when I run the mobile app in cordova using "cordova run >> browser" the Push is created and before it even registers >> itself, it receives an error "Missing Command Error". I have >> traced the call that fails to aerogear-push.js line 46: >> >> channel.onCordovaReady.subscribe(function() { >> exec(notify, undefined, 'PushPlugin', 'messageChannel', []); >> }); >> >> This takes it into cordova.js where it tries to pull up the >> PushPlugin from the CommandProxyMap but it hasn't been >> registered. I cannot think of what else to look for. I have >> been over the instructions backwards and forwards but no >> luck. Any suggestions on what plugin I might be missing? I >> -- >> >> >> Christopher Fahey >> DealerRewards, Inc. >> Maryland Branch Office >> (410) 924-3185 >> ------------------------------------------------------------------------ >> This electronic message transmission contains information >> from DealerRewards Inc. This message is confidential. It may >> also be privileged or otherwise protected by work-product >> immunity or other legal rules. If you have received it by >> mistake, please let us know by email reply and delete it from >> your system; you may not copy this message or disclose its >> contents to anyone. >> DISCLAIMER: Since 2006, the U.S. Government has been >> monitoring all internet communications. If you have >> information that you do not wish to have monitored, please >> send it using regular postal services to the address listed >> on our website. >> ------------------------------------------------------------------------ >> >> >> _______________________________________________ >> Aerogear-users mailing list >> Aerogear-users at lists.jboss.org >> >> https://lists.jboss.org/mailman/listinfo/aerogear-users >> >> >> >> >> -- >> Cheers, >> Erik Jan >> >> >> _______________________________________________ >> 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 > > > > > -- > Cheers, > Erik Jan > > > _______________________________________________ > Aerogear-users mailing list > Aerogear-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160315/0663d7e3/attachment.html From matzew at apache.org Tue Mar 15 11:03:25 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Tue, 15 Mar 2016 16:03:25 +0100 Subject: [Aerogear-users] Trying to get it to work In-Reply-To: <56E822EA.3050207@dealerrewards.net> References: <56E39525.1030607@dealerrewards.net> <56E6BE6A.60101@dealerrewards.net> <56E822EA.3050207@dealerrewards.net> Message-ID: Hi, On Tue, Mar 15, 2016 at 3:57 PM, Christopher Fahey wrote: > The documentation is a little disorganized. Getting to them was not > straight forward. Additionally, some of the steps are in one document but > not the others even though all of them cover installation of the software > which makes it easy to miss something. > we are happy to improve this. Can you provide us JIRA ticket (on AGPUSH), with some more details? > I missed installing the plugin since it was in one of the documents that I > followed through to the end and then discovered the other document when it > wasn't running while troubleshooting. > > I would like browser support for the plugin > Can you file a different JIRA for this? On https://issues.jboss.org/browse/AGCORDOVA ? > but I am not sure I understand what your pull request is. > A pull request is a fix, provided via github. We are happy to accept those for any improvments or fixes (e.g. support for cordova-browser) > > I have not gotten it to run yet. > > > Christopher Fahey > DealerRewards, Inc. > Maryland Branch Office > (410) 924-3185 > ------------------------------ > This electronic message transmission contains information from > DealerRewards Inc. This message is confidential. It may also be privileged > or otherwise protected by work-product immunity or other legal rules. If > you have received it by mistake, please let us know by email reply and > delete it from your system; you may not copy this message or disclose its > contents to anyone. > DISCLAIMER: Since 2006, the U.S. Government has been monitoring all > internet communications. If you have information that you do not wish to > have monitored, please send it using regular postal services to the address > listed on our website. > ------------------------------ > On 3/15/2016 3:22 AM, Erik Jan de Wit wrote: > > Hi Christopher, > > So the links to the documentation sound right the Cordova Push docs links > to the others for the device specific setup that one needs to do for ups. > > If you would like to add browser support for the plugin, we accept pull > requests. Did you get it up and running? > > On Mon, Mar 14, 2016 at 2:36 PM, Christopher Fahey < > chris at dealerrewards.net> wrote: > >> Here is the links for the documentation I was using for the >> installation. I had to jump between each one quite a bit since each didn't >> work as expected and didn't explain things that the other did. >> >> >> https://aerogear.org/docs/unifiedpush/aerogear-push-android/guides/#google-setup >> >> https://aerogear.org/docs/unifiedpush/ups_userguide/index/#server-installation >> >> https://aerogear.org/docs/unifiedpush/aerogear-push-android/guides/#register-device >> >> https://aerogear.org/docs/guides/aerogear-cordova/AerogearCordovaPush/#_getting_started >> >> Also, I had an older version of Cordova, 3.6, that didn't seem to work >> with your software which caused problems until I updated it to v6.0. >> >> I was using the browser platform so I could figure out why the >> notifications were not working. I will try debugging the device again. It >> wasn't working before but I guess I made more progress with the >> notification integration so it may work now. It doesn't seem like it >> would take much to add support for the browser platform. >> >> >> Christopher Fahey >> DealerRewards, Inc. >> Maryland Branch Office >> (410) 924-3185 <%28410%29%20924-3185> >> ------------------------------ >> This electronic message transmission contains information from >> DealerRewards Inc. This message is confidential. It may also be privileged >> or otherwise protected by work-product immunity or other legal rules. If >> you have received it by mistake, please let us know by email reply and >> delete it from your system; you may not copy this message or disclose its >> contents to anyone. >> DISCLAIMER: Since 2006, the U.S. Government has been monitoring all >> internet communications. If you have information that you do not wish to >> have monitored, please send it using regular postal services to the address >> listed on our website. >> ------------------------------ >> On 3/14/2016 4:07 AM, Erik Jan de Wit wrote: >> >> Hi Christopher, >> >> Sorry to hear that you are having problems, but I'm sure we can get you >> up and running. You don't need the cordova-pushplugin, the >> aerogear-push-plugin does the same things but better ;) At the moment we >> don't support the browser platform ( although we could ) The best way to >> test it is on an actual device or using the windows platform. Which >> documentation are you following? Because we want to be sure we mention all >> these things. >> >> >> On Sat, Mar 12, 2016 at 5:03 AM, Christopher Fahey < >> chris at dealerrewards.net> wrote: >> >>> I have been slowly progressing through the installation and have finally >>> managed to get the server running. Of course the goal is to add push >>> notification to an existing mobile app that I have built using Javascript >>> and Cordova. Then I have added all of the plugins that I could find into >>> Cordova including the aerogear plugin and the cordova-plugin-pushplugin. >>> The problem I am having is that when I run the mobile app in cordova using >>> "cordova run browser" the Push is created and before it even registers >>> itself, it receives an error "Missing Command Error". I have traced the >>> call that fails to aerogear-push.js line 46: >>> >>> channel.onCordovaReady.subscribe(function() { >>> exec(notify, undefined, 'PushPlugin', 'messageChannel', []); >>> }); >>> >>> This takes it into cordova.js where it tries to pull up the PushPlugin >>> from the CommandProxyMap but it hasn't been registered. I cannot think of >>> what else to look for. I have been over the instructions backwards and >>> forwards but no luck. Any suggestions on what plugin I might be >>> missing? I >>> -- >>> >>> >>> Christopher Fahey >>> DealerRewards, Inc. >>> Maryland Branch Office >>> (410) 924-3185 <%28410%29%20924-3185> >>> ------------------------------ >>> This electronic message transmission contains information from >>> DealerRewards Inc. This message is confidential. It may also be privileged >>> or otherwise protected by work-product immunity or other legal rules. If >>> you have received it by mistake, please let us know by email reply and >>> delete it from your system; you may not copy this message or disclose its >>> contents to anyone. >>> DISCLAIMER: Since 2006, the U.S. Government has been monitoring all >>> internet communications. If you have information that you do not wish to >>> have monitored, please send it using regular postal services to the address >>> listed on our website. >>> ------------------------------ >>> >>> _______________________________________________ >>> Aerogear-users mailing list >>> Aerogear-users at lists.jboss.org >>> https://lists.jboss.org/mailman/listinfo/aerogear-users >>> >>> >> >> >> -- >> Cheers, >> Erik Jan >> >> >> _______________________________________________ >> Aerogear-users mailing listAerogear-users at lists.jboss.orghttps://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 >> >> > > > -- > Cheers, > Erik Jan > > > _______________________________________________ > Aerogear-users mailing listAerogear-users at lists.jboss.orghttps://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 > > -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160315/bb1d8ad6/attachment-0001.html From matzew at apache.org Wed Mar 16 17:03:53 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Wed, 16 Mar 2016 22:03:53 +0100 Subject: [Aerogear-users] Multiple Android Push notifications In-Reply-To: <1455542287742-506.post@n5.nabble.com> References: <1455542287742-506.post@n5.nabble.com> Message-ID: Hello! to follow up on the other mails, for UPS 1.1.2 there will be code that actually performs a more sane way, by using the canonical id, once the push is delivered: https://github.com/aerogear/aerogear-unifiedpush-server/pull/691 On Mon, Feb 15, 2016 at 2:18 PM, aamagdi wrote: > Hi, > > I am facing the below scenario with android devices but I don't know if > there a workaround for it: > > 1- Install a mobile application that support push notification and > connected > to UPS server in android device > 2- User open the application and the device registered on UPS server > 3- User receive notification normally > 4- User uninstall the application without his device been unregistered from > UPS > 5- User install the application again and register his device in UPS > 6- User receive double notification of each notification instead of one > 7- with each new uninstall and reinstall of the same app, number of the > multiple notification increase by one > > Is there a solution for this issue > > Thanks > > > > -- > View this message in context: > http://aerogear-users.1116366.n5.nabble.com/Multiple-Android-Push-notifications-tp506.html > Sent from the aerogear-users mailing list archive at Nabble.com. > _______________________________________________ > 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160316/e43673a1/attachment.html From ag0ny at gmx.net Fri Mar 18 08:51:17 2016 From: ag0ny at gmx.net (ag0ny) Date: Fri, 18 Mar 2016 13:51:17 +0100 Subject: [Aerogear-users] Pushmessages to the browser Message-ID: <56EBF9C5.4010303@gmx.net> Hello together, I am trying to get push messages to the most common browsers (IE, Firefox, Chrome). The browser app is written using the Google Web Toolkit. As a starting point I tried to get the Simplepush example up and running using the following quickstart tutorial: https://github.com/aerogear/aerogear-js-cookbook/tree/master/simplepush-example The Simplepush-server is running, but the (Javascript in the) index.html of the simplepush-unifiedpush-example can't connect to it. I also still have some basic questions I did not find an answer for in the tutorial or anywhere else. - Do have Simplepush und AeroGear UPS have to communicate with each other? If so, how do they work together? - Is the Simplepush-server included in the AeroGear UPS? What does the simplePushUrl in the unifiedpush.js has to be set to? I would be happy to be enlightened :P Thanks in advance Cheers Sascha From lholmqui at redhat.com Fri Mar 18 09:37:56 2016 From: lholmqui at redhat.com (Luke Holmquist) Date: Fri, 18 Mar 2016 09:37:56 -0400 Subject: [Aerogear-users] Pushmessages to the browser In-Reply-To: <56EBF9C5.4010303@gmx.net> References: <56EBF9C5.4010303@gmx.net> Message-ID: On Fri, Mar 18, 2016 at 8:51 AM, ag0ny wrote: > Hello together, > > I am trying to get push messages to the most common browsers (IE, > Firefox, Chrome). The browser app is written using the Google Web Toolkit. > > As a starting point I tried to get the Simplepush example up and running > using the following quickstart tutorial: > > > https://github.com/aerogear/aerogear-js-cookbook/tree/master/simplepush-example > > The Simplepush-server is running, but the (Javascript in the) index.html > of the simplepush-unifiedpush-example can't connect to it. I also still > have some basic questions I did not find an answer for in the tutorial > or anywhere else. > > - Do have Simplepush und AeroGear UPS have to communicate with each > other? If so, how do they work together? > for that example, you don't need the UPS, there is an example in the aerogear-js-cookbook that interacts with both > > - Is the Simplepush-server included in the AeroGear UPS? What does the > simplePushUrl in the unifiedpush.js has to be set to? > I believe simplePush is included when running on open shift, but if you are not running on open shift, then it is not included by default > I would be happy to be enlightened :P Thanks in advance > One thing to note though with SimplePush is that the Browser and the page need to be open. Chrome And Firefox now have support for WebPush, which is basically the successor to SimplePush. I know push will work on Chrome using the UPS(you just need to use the Android Varian) but i'm not yet sure about FF. I can put a JIRA in place for that > > Cheers > > Sascha > _______________________________________________ > Aerogear-users mailing list > Aerogear-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160318/9e1b6685/attachment.html From lholmqui at redhat.com Fri Mar 18 09:41:40 2016 From: lholmqui at redhat.com (Luke Holmquist) Date: Fri, 18 Mar 2016 09:41:40 -0400 Subject: [Aerogear-users] Pushmessages to the browser In-Reply-To: References: <56EBF9C5.4010303@gmx.net> Message-ID: ha. looks like i already created a JIRA for WebPush on Firefox: https://issues.jboss.org/browse/AGPUSH-1579 On Fri, Mar 18, 2016 at 9:37 AM, Luke Holmquist wrote: > > > On Fri, Mar 18, 2016 at 8:51 AM, ag0ny wrote: > >> Hello together, >> >> I am trying to get push messages to the most common browsers (IE, >> Firefox, Chrome). The browser app is written using the Google Web Toolkit. >> >> As a starting point I tried to get the Simplepush example up and running >> using the following quickstart tutorial: >> >> >> https://github.com/aerogear/aerogear-js-cookbook/tree/master/simplepush-example >> >> The Simplepush-server is running, but the (Javascript in the) index.html >> of the simplepush-unifiedpush-example can't connect to it. I also still >> have some basic questions I did not find an answer for in the tutorial >> or anywhere else. >> >> - Do have Simplepush und AeroGear UPS have to communicate with each >> other? If so, how do they work together? >> > for that example, you don't need the UPS, there is an example in the > aerogear-js-cookbook that interacts with both > >> >> - Is the Simplepush-server included in the AeroGear UPS? What does the >> simplePushUrl in the unifiedpush.js has to be set to? >> > I believe simplePush is included when running on open shift, but if you > are not running on open shift, then it is not included by default > > > >> I would be happy to be enlightened :P Thanks in advance >> > > One thing to note though with SimplePush is that the Browser and the page > need to be open. Chrome And Firefox now have support for WebPush, which is > basically the successor to SimplePush. I know push will work on Chrome > using the UPS(you just need to use the Android Varian) but i'm not yet sure > about FF. I can put a JIRA in place for that > >> >> Cheers >> >> Sascha >> _______________________________________________ >> Aerogear-users mailing list >> Aerogear-users at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/aerogear-users >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160318/c9e09bb2/attachment.html From ag0ny at gmx.net Fri Mar 18 11:12:50 2016 From: ag0ny at gmx.net (ag0ny) Date: Fri, 18 Mar 2016 16:12:50 +0100 Subject: [Aerogear-users] Pushmessages to the browser In-Reply-To: References: <56EBF9C5.4010303@gmx.net> Message-ID: <56EC1AF2.9020004@gmx.net> Thanks Luke! I got a step further now. Had the wrong connection URI set for simplePushUrl variable in unifiedpush.js. The correct one, when running as standalone java process on localhost, is http://localhost:7777/simplepush :-) Now I am trying to get the SimplePush module running in Wildfly (not on OpenShift). When I run the wildfly-config.cli script to add the SimplePush extension to Wildfly I get the following error: --------------------- The batch failed with the following error (you are remaining in the batch editing mode to have a chance to correct the error): {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-3" => "WFLYCTL0063: Composite operation was rolled back","Operation step-4" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0172: sockjs-prefix is required"}}}} --------------------- Any idea what I am doing wrong or if the wildfly-config.cli script is simply not uptodate? I am sticking to the README.md of the project aerogear-simplepush-server. Am 18.03.2016 um 14:41 schrieb Luke Holmquist: > ha. looks like i already created a JIRA for WebPush on Firefox: > https://issues.jboss.org/browse/AGPUSH-1579 > > On Fri, Mar 18, 2016 at 9:37 AM, Luke Holmquist > wrote: > > > > On Fri, Mar 18, 2016 at 8:51 AM, ag0ny > wrote: > > Hello together, > > I am trying to get push messages to the most common browsers (IE, > Firefox, Chrome). The browser app is written using the Google > Web Toolkit. > > As a starting point I tried to get the Simplepush example up and > running > using the following quickstart tutorial: > > https://github.com/aerogear/aerogear-js-cookbook/tree/master/simplepush-example > > The Simplepush-server is running, but the (Javascript in the) > index.html > of the simplepush-unifiedpush-example can't connect to it. I > also still > have some basic questions I did not find an answer for in the > tutorial > or anywhere else. > > - Do have Simplepush und AeroGear UPS have to communicate with each > other? If so, how do they work together? > > for that example, you don't need the UPS, there is an example in the > aerogear-js-cookbook that interacts with both > > > - Is the Simplepush-server included in the AeroGear UPS? What > does the > simplePushUrl in the unifiedpush.js has to be set to? > > I believe simplePush is included when running on open shift, but if > you are not running on open shift, then it is not included by default > > > > I would be happy to be enlightened :P Thanks in advance > > > One thing to note though with SimplePush is that the Browser and the > page need to be open. Chrome And Firefox now have support for > WebPush, which is basically the successor to SimplePush. I know > push will work on Chrome using the UPS(you just need to use the > Android Varian) but i'm not yet sure about FF. I can put a JIRA in > place for that > > > Cheers > > Sascha > _______________________________________________ > 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 > From aamagdi at ejada.com Mon Mar 21 03:27:20 2016 From: aamagdi at ejada.com (aamagdi) Date: Mon, 21 Mar 2016 00:27:20 -0700 (MST) Subject: [Aerogear-users] Multiple Android Push notifications In-Reply-To: References: <1455542287742-506.post@n5.nabble.com> Message-ID: <1458545240541-557.post@n5.nabble.com> Great news, waiting for the new version . -- View this message in context: http://aerogear-users.1116366.n5.nabble.com/Multiple-Android-Push-notifications-tp506p557.html Sent from the aerogear-users mailing list archive at Nabble.com. From aamagdi at ejada.com Mon Mar 21 03:47:12 2016 From: aamagdi at ejada.com (aamagdi) Date: Mon, 21 Mar 2016 00:47:12 -0700 (MST) Subject: [Aerogear-users] UPS Server Activity Log Message-ID: <1458546432331-558.post@n5.nabble.com> Hello, >From the UPS server guide the below note state: "The collected metadata and payload is automatically deleted after 30 days, using a nightly job within the Unified Push Server." I was wondering about the 30 days period is it possible to configure it for any other values, or could I disable the automatic delete of the logs. Also would deleting the logs would reset also the statistics of total number of messages sent for an application and also per app variant. -- View this message in context: http://aerogear-users.1116366.n5.nabble.com/UPS-Server-Activity-Log-tp558.html Sent from the aerogear-users mailing list archive at Nabble.com. From matzew at apache.org Mon Mar 21 04:00:58 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Mon, 21 Mar 2016 09:00:58 +0100 Subject: [Aerogear-users] UPS Server Activity Log In-Reply-To: <1458546432331-558.post@n5.nabble.com> References: <1458546432331-558.post@n5.nabble.com> Message-ID: On Mon, Mar 21, 2016 at 8:47 AM, aamagdi wrote: > Hello, > > >From the UPS server guide the below note state: > "The collected metadata and payload is automatically deleted after 30 days, > using a nightly job within the Unified Push Server." > > I was wondering about the 30 days period is it possible to configure it for > any other values, or could I disable the automatic delete of the logs. > > Not yet, but the number of days where we store the push metrics in the DB can be configured with the up coming 1.2.0.-alpha.1 release: https://issues.jboss.org/browse/AGPUSH-1565 (using System properties) > Also would deleting the logs would reset also the statistics of total > number > of messages sent for an application and also per app variant. > > > > -- > View this message in context: > http://aerogear-users.1116366.n5.nabble.com/UPS-Server-Activity-Log-tp558.html > Sent from the aerogear-users mailing list archive at Nabble.com. > _______________________________________________ > 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160321/8c8d770d/attachment.html From aamagdi at ejada.com Mon Mar 21 04:07:55 2016 From: aamagdi at ejada.com (aamagdi) Date: Mon, 21 Mar 2016 01:07:55 -0700 (MST) Subject: [Aerogear-users] UPS Server Activity Log In-Reply-To: References: <1458546432331-558.post@n5.nabble.com> Message-ID: <1458547675257-560.post@n5.nabble.com> so in the current implementation, do deleting the logs also reset the statistics of total number of messages sent for an application and per app variant? -- View this message in context: http://aerogear-users.1116366.n5.nabble.com/UPS-Server-Activity-Log-tp558p560.html Sent from the aerogear-users mailing list archive at Nabble.com. From matzew at apache.org Mon Mar 21 04:16:20 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Mon, 21 Mar 2016 09:16:20 +0100 Subject: [Aerogear-users] UPS Server Activity Log In-Reply-To: <1458547675257-560.post@n5.nabble.com> References: <1458546432331-558.post@n5.nabble.com> <1458547675257-560.post@n5.nabble.com> Message-ID: On Mon, Mar 21, 2016 at 9:07 AM, aamagdi wrote: > so in the current implementation, do deleting the logs also reset the > statistics of total number of messages sent for an application and per app > variant? > the log files? no > > > > -- > View this message in context: > http://aerogear-users.1116366.n5.nabble.com/UPS-Server-Activity-Log-tp558p560.html > Sent from the aerogear-users mailing list archive at Nabble.com. > _______________________________________________ > 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160321/de048167/attachment.html From aamagdi at ejada.com Mon Mar 21 04:45:54 2016 From: aamagdi at ejada.com (aamagdi) Date: Mon, 21 Mar 2016 01:45:54 -0700 (MST) Subject: [Aerogear-users] UPS Server Activity Log In-Reply-To: References: <1458546432331-558.post@n5.nabble.com> <1458547675257-560.post@n5.nabble.com> Message-ID: <1458549954101-562.post@n5.nabble.com> I was asking about the number of messages statistics value, the ones in the shot below I think it being reset on the 30 days job, could you please confirm. -- View this message in context: http://aerogear-users.1116366.n5.nabble.com/UPS-Server-Activity-Log-tp558p562.html Sent from the aerogear-users mailing list archive at Nabble.com. From matzew at apache.org Mon Mar 21 04:58:58 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Mon, 21 Mar 2016 09:58:58 +0100 Subject: [Aerogear-users] UPS Server Activity Log In-Reply-To: <1458549954101-562.post@n5.nabble.com> References: <1458546432331-558.post@n5.nabble.com> <1458547675257-560.post@n5.nabble.com> <1458549954101-562.post@n5.nabble.com> Message-ID: the message stats will be deleted, after 30 days. The variants, not - well, only if you delete a variant :-) On Mon, Mar 21, 2016 at 9:45 AM, aamagdi wrote: > I was asking about the number of messages statistics value, the ones in the > shot below > > > I think it being reset on the 30 days job, could you please confirm. > > > > -- > View this message in context: > http://aerogear-users.1116366.n5.nabble.com/UPS-Server-Activity-Log-tp558p562.html > Sent from the aerogear-users mailing list archive at Nabble.com. > _______________________________________________ > 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160321/c04e8a34/attachment.html From aamagdi at ejada.com Mon Mar 21 05:03:34 2016 From: aamagdi at ejada.com (aamagdi) Date: Mon, 21 Mar 2016 02:03:34 -0700 (MST) Subject: [Aerogear-users] UPS Server Activity Log In-Reply-To: References: <1458546432331-558.post@n5.nabble.com> <1458547675257-560.post@n5.nabble.com> <1458549954101-562.post@n5.nabble.com> Message-ID: <1458551014805-564.post@n5.nabble.com> Thanks it is clear now, one last question is the 30 days counted from the date the server has been started or from each notification sent date, so if I restarted the server would the 30 days count reset? -- View this message in context: http://aerogear-users.1116366.n5.nabble.com/UPS-Server-Activity-Log-tp558p564.html Sent from the aerogear-users mailing list archive at Nabble.com. From matzew at apache.org Mon Mar 21 05:14:22 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Mon, 21 Mar 2016 10:14:22 +0100 Subject: [Aerogear-users] UPS Server Activity Log In-Reply-To: <1458551014805-564.post@n5.nabble.com> References: <1458546432331-558.post@n5.nabble.com> <1458547675257-560.post@n5.nabble.com> <1458549954101-562.post@n5.nabble.com> <1458551014805-564.post@n5.nabble.com> Message-ID: On Mon, Mar 21, 2016 at 10:03 AM, aamagdi wrote: > Thanks it is clear now, one last question > > is the 30 days counted from the date the server has been started or from > each notification sent date, per notification > so if I restarted the server would the 30 days > count reset? > > > > -- > View this message in context: > http://aerogear-users.1116366.n5.nabble.com/UPS-Server-Activity-Log-tp558p564.html > Sent from the aerogear-users mailing list archive at Nabble.com. > _______________________________________________ > 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160321/165100d1/attachment-0001.html From tharinda221 at gmail.com Mon Mar 21 11:22:21 2016 From: tharinda221 at gmail.com (Tharinda Ehelepola) Date: Mon, 21 Mar 2016 20:52:21 +0530 Subject: [Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server In-Reply-To: References: Message-ID: 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 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 > 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 -rf :unifiedpush-admin-ui >> >> Thanks and Regards, >> Tharinda. >> >> >> On Sat, Mar 5, 2016 at 5:39 PM, Matthias Wessendorf >> 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 * >>>> *Blog* - http://tharindaehelepola.blogspot.com/ >>>> *Website*- https://tharinda.tk/ >>>> >>> >>> >>> >>> -- >>> Project lead AeroGear.org >>> >> >> >> >> -- >> *Tharinda Dilshan Ehelepola* >> *Faculty of Engineering,* >> *University Of Peradeniya.* >> >> *LinkedIn * >> *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 * *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/20160321/b602dad9/attachment.html From matzew at apache.org Mon Mar 21 11:33:26 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Mon, 21 Mar 2016 16:33:26 +0100 Subject: [Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server In-Reply-To: References: Message-ID: 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 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 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 > > 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 -rf :unifiedpush-admin-ui >>> >>> Thanks and Regards, >>> Tharinda. >>> >>> >>> On Sat, Mar 5, 2016 at 5:39 PM, Matthias Wessendorf >> > 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 * >>>>> *Blog* - http://tharindaehelepola.blogspot.com/ >>>>> *Website*- https://tharinda.tk/ >>>>> >>>> >>>> >>>> >>>> -- >>>> Project lead AeroGear.org >>>> >>> >>> >>> >>> -- >>> *Tharinda Dilshan Ehelepola* >>> *Faculty of Engineering,* >>> *University Of Peradeniya.* >>> >>> *LinkedIn * >>> *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 * > *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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160321/cef315c8/attachment-0001.html From tharinda221 at gmail.com Tue Mar 22 02:42:06 2016 From: tharinda221 at gmail.com (Tharinda Ehelepola) Date: Tue, 22 Mar 2016 12:12:06 +0530 Subject: [Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server In-Reply-To: References: Message-ID: 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 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 > 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 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 -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 * >>>>>> *Blog* - http://tharindaehelepola.blogspot.com/ >>>>>> *Website*- https://tharinda.tk/ >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Project lead AeroGear.org >>>>> >>>> >>>> >>>> >>>> -- >>>> *Tharinda Dilshan Ehelepola* >>>> *Faculty of Engineering,* >>>> *University Of Peradeniya.* >>>> >>>> *LinkedIn * >>>> *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 * >> *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 * *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/88a299dc/attachment-0001.html From matzew at apache.org Tue Mar 22 03:21:21 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Tue, 22 Mar 2016 08:21:21 +0100 Subject: [Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server In-Reply-To: References: Message-ID: 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 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 > 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 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 -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 * >>>>>>> *Blog* - http://tharindaehelepola.blogspot.com/ >>>>>>> *Website*- https://tharinda.tk/ >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Project lead AeroGear.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> *Tharinda Dilshan Ehelepola* >>>>> *Faculty of Engineering,* >>>>> *University Of Peradeniya.* >>>>> >>>>> *LinkedIn * >>>>> *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 * >>> *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 * > *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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160322/eedd2c7a/attachment-0001.html From tharinda221 at gmail.com Tue Mar 22 03:55:55 2016 From: tharinda221 at gmail.com (Tharinda Ehelepola) Date: Tue, 22 Mar 2016 13:25:55 +0530 Subject: [Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server In-Reply-To: References: Message-ID: 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 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 > 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 >> 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 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 -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 * >>>>>>>> *Blog* - http://tharindaehelepola.blogspot.com/ >>>>>>>> *Website*- https://tharinda.tk/ >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Project lead AeroGear.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> *Tharinda Dilshan Ehelepola* >>>>>> *Faculty of Engineering,* >>>>>> *University Of Peradeniya.* >>>>>> >>>>>> *LinkedIn * >>>>>> *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 * >>>> *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 * >> *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 * *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/8be48256/attachment-0001.html From matzew at apache.org Tue Mar 22 05:24:44 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Tue, 22 Mar 2016 10:24:44 +0100 Subject: [Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server In-Reply-To: References: Message-ID: the entire (complete) stack... On Tue, Mar 22, 2016 at 8:55 AM, Tharinda Ehelepola 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 > 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 >>> 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 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 -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 * >>>>>>>>> *Blog* - http://tharindaehelepola.blogspot.com/ >>>>>>>>> *Website*- https://tharinda.tk/ >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Project lead AeroGear.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> *Tharinda Dilshan Ehelepola* >>>>>>> *Faculty of Engineering,* >>>>>>> *University Of Peradeniya.* >>>>>>> >>>>>>> *LinkedIn * >>>>>>> *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 * >>>>> *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 * >>> *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 * > *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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160322/d3e89d26/attachment-0001.html From tharinda221 at gmail.com Tue Mar 22 06:04:46 2016 From: tharinda221 at gmail.com (Tharinda Ehelepola) Date: Tue, 22 Mar 2016 15:34:46 +0530 Subject: [Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server In-Reply-To: References: Message-ID: Hi Matthias, I have updated it. Thanks, Tharinda. On Tue, Mar 22, 2016 at 2:54 PM, Matthias Wessendorf wrote: > the entire (complete) stack... > > On Tue, Mar 22, 2016 at 8:55 AM, Tharinda Ehelepola > 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 >> 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 >>> > 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 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 -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 * >>>>>>>>>> *Blog* - http://tharindaehelepola.blogspot.com/ >>>>>>>>>> *Website*- https://tharinda.tk/ >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Project lead AeroGear.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> *Tharinda Dilshan Ehelepola* >>>>>>>> *Faculty of Engineering,* >>>>>>>> *University Of Peradeniya.* >>>>>>>> >>>>>>>> *LinkedIn * >>>>>>>> *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 * >>>>>> *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 * >>>> *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 * >> *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 * *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 From matzew at apache.org Tue Mar 22 06:49:38 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Tue, 22 Mar 2016 11:49:38 +0100 Subject: [Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server In-Reply-To: References: Message-ID: there is a test failrue - but ... not sure how to say it, since you did not paste in the complete log of the build, I am unable to say what's going on.... please use latest master for builds. They work on our CI server. On Tue, Mar 22, 2016 at 11:04 AM, Tharinda Ehelepola wrote: > Hi Matthias, > > I have updated it. > > Thanks, > Tharinda. > > On Tue, Mar 22, 2016 at 2:54 PM, Matthias Wessendorf > 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 >> > 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 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 -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 * >>>>>>>>>>> *Blog* - http://tharindaehelepola.blogspot.com/ >>>>>>>>>>> *Website*- https://tharinda.tk/ >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> Project lead AeroGear.org >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> *Tharinda Dilshan Ehelepola* >>>>>>>>> *Faculty of Engineering,* >>>>>>>>> *University Of Peradeniya.* >>>>>>>>> >>>>>>>>> *LinkedIn * >>>>>>>>> *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 * >>>>>>> *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 * >>>>> *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 * >>> *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 * > *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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160322/b51ca2e8/attachment-0001.html From tharinda221 at gmail.com Tue Mar 22 07:39:21 2016 From: tharinda221 at gmail.com (Tharinda Ehelepola) Date: Tue, 22 Mar 2016 17:09:21 +0530 Subject: [Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server In-Reply-To: References: Message-ID: Hi Matthias, Sorry for the inconvenience occurred. You mean the entire build log write? I have update it in [1] . [1] - https://gist.github.com/tharinda221/74abaf102b4369cee899 Thanks, Tharinda. On Tue, Mar 22, 2016 at 4:19 PM, Matthias Wessendorf wrote: > there is a test failrue - but ... not sure how to say it, since you did > not paste in the complete log of the build, I am unable to say what's going > on.... > > > please use latest master for builds. They work on our CI server. > > > On Tue, Mar 22, 2016 at 11:04 AM, Tharinda Ehelepola < > tharinda221 at gmail.com> wrote: > >> Hi Matthias, >> >> I have updated it. >> >> Thanks, >> Tharinda. >> >> On Tue, Mar 22, 2016 at 2:54 PM, Matthias Wessendorf >> 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 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 -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 * >>>>>>>>>>>> *Blog* - http://tharindaehelepola.blogspot.com/ >>>>>>>>>>>> *Website*- https://tharinda.tk/ >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> Project lead AeroGear.org >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> *Tharinda Dilshan Ehelepola* >>>>>>>>>> *Faculty of Engineering,* >>>>>>>>>> *University Of Peradeniya.* >>>>>>>>>> >>>>>>>>>> *LinkedIn * >>>>>>>>>> *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 * >>>>>>>> *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 * >>>>>> *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 * >>>> *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 * >> *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 * *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/7b8d5b3c/attachment-0001.html From matzew at apache.org Tue Mar 22 07:49:04 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Tue, 22 Mar 2016 12:49:04 +0100 Subject: [Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server In-Reply-To: References: Message-ID: ok, thanks what happens if you instead build the 1.1.x-dev branch ? (which is a bit more stable) -M On Tue, Mar 22, 2016 at 12:39 PM, Tharinda Ehelepola wrote: > Hi Matthias, > > Sorry for the inconvenience occurred. You mean the entire build log write? > I have update it in [1] . > [1] - https://gist.github.com/tharinda221/74abaf102b4369cee899 > > Thanks, > Tharinda. > > On Tue, Mar 22, 2016 at 4:19 PM, Matthias Wessendorf > wrote: > >> there is a test failrue - but ... not sure how to say it, since you did >> not paste in the complete log of the build, I am unable to say what's going >> on.... >> >> >> please use latest master for builds. They work on our CI server. >> >> >> On Tue, Mar 22, 2016 at 11:04 AM, Tharinda Ehelepola < >> tharinda221 at gmail.com> wrote: >> >>> Hi Matthias, >>> >>> I have updated it. >>> >>> Thanks, >>> Tharinda. >>> >>> On Tue, Mar 22, 2016 at 2:54 PM, Matthias Wessendorf >>> 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 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 -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 * >>>>>>>>>>>>> *Blog* - http://tharindaehelepola.blogspot.com/ >>>>>>>>>>>>> *Website*- https://tharinda.tk/ >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> -- >>>>>>>>>>>> Project lead AeroGear.org >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> *Tharinda Dilshan Ehelepola* >>>>>>>>>>> *Faculty of Engineering,* >>>>>>>>>>> *University Of Peradeniya.* >>>>>>>>>>> >>>>>>>>>>> *LinkedIn * >>>>>>>>>>> *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 * >>>>>>>>> *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 * >>>>>>> *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 * >>>>> *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 * >>> *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 * > *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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160322/de78564f/attachment-0001.html From lukas.fryc at gmail.com Tue Mar 22 08:14:18 2016 From: lukas.fryc at gmail.com (=?UTF-8?B?THVrw6HFoSBGcnnEjQ==?=) Date: Tue, 22 Mar 2016 13:14:18 +0100 Subject: [Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server In-Reply-To: References: Message-ID: Hi Tharinda, that test is somewhat new on the master branch and it depends maybe too much on timing contraints. Failed tests: TestTokenLoaderTransactionFailForGCM.testAndroidTransactedRedelivery:126 all batches should be loaded within time limits Tests run: 37, Failures: 1, Errors: 0, Skipped: 2 Does it fail for you consistently? I mean does it fail always you try "mvn clean install" or was it just once? Could you maybe share a bit of details of the operating system you run it on? Thanks! ~ Lukas On Tue, Mar 22, 2016 at 12:49 PM, Matthias Wessendorf wrote: > ok, thanks > > what happens if you instead build the 1.1.x-dev branch ? (which is a bit > more stable) > > -M > > On Tue, Mar 22, 2016 at 12:39 PM, Tharinda Ehelepola < > tharinda221 at gmail.com> wrote: > >> Hi Matthias, >> >> Sorry for the inconvenience occurred. You mean the entire build log >> write? I have update it in [1] . >> [1] - https://gist.github.com/tharinda221/74abaf102b4369cee899 >> >> Thanks, >> Tharinda. >> >> On Tue, Mar 22, 2016 at 4:19 PM, Matthias Wessendorf >> wrote: >> >>> there is a test failrue - but ... not sure how to say it, since you did >>> not paste in the complete log of the build, I am unable to say what's going >>> on.... >>> >>> >>> please use latest master for builds. They work on our CI server. >>> >>> >>> On Tue, Mar 22, 2016 at 11:04 AM, Tharinda Ehelepola < >>> tharinda221 at gmail.com> wrote: >>> >>>> Hi Matthias, >>>> >>>> I have updated it. >>>> >>>> Thanks, >>>> Tharinda. >>>> >>>> On Tue, Mar 22, 2016 at 2:54 PM, Matthias Wessendorf >>> > 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 >>>>>>>>>> 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 -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 * >>>>>>>>>>>>>> *Blog* - http://tharindaehelepola.blogspot.com/ >>>>>>>>>>>>>> *Website*- https://tharinda.tk/ >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> -- >>>>>>>>>>>>> Project lead AeroGear.org >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> -- >>>>>>>>>>>> *Tharinda Dilshan Ehelepola* >>>>>>>>>>>> *Faculty of Engineering,* >>>>>>>>>>>> *University Of Peradeniya.* >>>>>>>>>>>> >>>>>>>>>>>> *LinkedIn * >>>>>>>>>>>> *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 * >>>>>>>>>> *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 * >>>>>>>> *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 * >>>>>> *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 * >>>> *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 * >> *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 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160322/e5aac6b9/attachment-0001.html From matzew at apache.org Tue Mar 22 09:20:51 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Tue, 22 Mar 2016 14:20:51 +0100 Subject: [Aerogear-users] AeroGear Push PHP Package Message-ID: Hi, a member of the AeroGear community now wrote a PHP library: https://github.com/Napp/AeroGear-Push -Matthias -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160322/abb1ec48/attachment.html From tharinda221 at gmail.com Wed Mar 23 09:08:26 2016 From: tharinda221 at gmail.com (Tharinda Ehelepola) Date: Wed, 23 Mar 2016 18:38:26 +0530 Subject: [Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server In-Reply-To: References: Message-ID: Hi Matthias, I was able to build the project in 1.1.x-dev branch. So where can I found the pack? Thanks, Tharinda. On Tue, Mar 22, 2016 at 5:44 PM, Luk?? Fry? wrote: > Hi Tharinda, > > that test is somewhat new on the master branch and it depends maybe too > much on timing contraints. > > Failed tests: > TestTokenLoaderTransactionFailForGCM.testAndroidTransactedRedelivery:126 all batches should be loaded within time limits > > Tests run: 37, Failures: 1, Errors: 0, Skipped: 2 > > > Does it fail for you consistently? I mean does it fail always you try "mvn > clean install" or was it just once? > > Could you maybe share a bit of details of the operating system you run it > on? > > > Thanks! > > ~ Lukas > > On Tue, Mar 22, 2016 at 12:49 PM, Matthias Wessendorf > wrote: > >> ok, thanks >> >> what happens if you instead build the 1.1.x-dev branch ? (which is a bit >> more stable) >> >> -M >> >> On Tue, Mar 22, 2016 at 12:39 PM, Tharinda Ehelepola < >> tharinda221 at gmail.com> wrote: >> >>> Hi Matthias, >>> >>> Sorry for the inconvenience occurred. You mean the entire build log >>> write? I have update it in [1] . >>> [1] - https://gist.github.com/tharinda221/74abaf102b4369cee899 >>> >>> Thanks, >>> Tharinda. >>> >>> On Tue, Mar 22, 2016 at 4:19 PM, Matthias Wessendorf >>> wrote: >>> >>>> there is a test failrue - but ... not sure how to say it, since you did >>>> not paste in the complete log of the build, I am unable to say what's going >>>> on.... >>>> >>>> >>>> please use latest master for builds. They work on our CI server. >>>> >>>> >>>> On Tue, Mar 22, 2016 at 11:04 AM, Tharinda Ehelepola < >>>> tharinda221 at gmail.com> wrote: >>>> >>>>> 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 >>>>>>>>>>> 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 -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 * >>>>>>>>>>>>>>> *Blog* - http://tharindaehelepola.blogspot.com/ >>>>>>>>>>>>>>> *Website*- https://tharinda.tk/ >>>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> -- >>>>>>>>>>>>>> Project lead AeroGear.org >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> -- >>>>>>>>>>>>> *Tharinda Dilshan Ehelepola* >>>>>>>>>>>>> *Faculty of Engineering,* >>>>>>>>>>>>> *University Of Peradeniya.* >>>>>>>>>>>>> >>>>>>>>>>>>> *LinkedIn * >>>>>>>>>>>>> *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 * >>>>>>>>>>> *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 * >>>>>>>>> *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 * >>>>>>> *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 * >>>>> *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 * >>> *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 >> >> > > _______________________________________________ > 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 * *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/20160323/ba031fd2/attachment-0001.html From matzew at apache.org Wed Mar 23 09:25:35 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Wed, 23 Mar 2016 14:25:35 +0100 Subject: [Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server In-Reply-To: References: Message-ID: On Wed, Mar 23, 2016 at 2:08 PM, Tharinda Ehelepola wrote: > Hi Matthias, > > I was able to build the project in 1.1.x-dev branch. So where can I found > the pack? > 'pack' ? Here is some documentation: https://aerogear.org/docs/unifiedpush/ups_userguide/index/#server-installation https://github.com/aerogear/aerogear-unifiedpush-server/tree/1.1.x-dev#deployment please read the material before asking these questions. If the material is not clear, I am happy to answer specific questions -M > > Thanks, > Tharinda. > > On Tue, Mar 22, 2016 at 5:44 PM, Luk?? Fry? wrote: > >> Hi Tharinda, >> >> that test is somewhat new on the master branch and it depends maybe too >> much on timing contraints. >> >> Failed tests: >> TestTokenLoaderTransactionFailForGCM.testAndroidTransactedRedelivery:126 all batches should be loaded within time limits >> >> Tests run: 37, Failures: 1, Errors: 0, Skipped: 2 >> >> >> Does it fail for you consistently? I mean does it fail always you try >> "mvn clean install" or was it just once? >> >> Could you maybe share a bit of details of the operating system you run it >> on? >> >> >> Thanks! >> >> ~ Lukas >> >> On Tue, Mar 22, 2016 at 12:49 PM, Matthias Wessendorf >> wrote: >> >>> ok, thanks >>> >>> what happens if you instead build the 1.1.x-dev branch ? (which is a bit >>> more stable) >>> >>> -M >>> >>> On Tue, Mar 22, 2016 at 12:39 PM, Tharinda Ehelepola < >>> tharinda221 at gmail.com> wrote: >>> >>>> Hi Matthias, >>>> >>>> Sorry for the inconvenience occurred. You mean the entire build log >>>> write? I have update it in [1] . >>>> [1] - https://gist.github.com/tharinda221/74abaf102b4369cee899 >>>> >>>> Thanks, >>>> Tharinda. >>>> >>>> On Tue, Mar 22, 2016 at 4:19 PM, Matthias Wessendorf >>> > wrote: >>>> >>>>> there is a test failrue - but ... not sure how to say it, since you >>>>> did not paste in the complete log of the build, I am unable to say what's >>>>> going on.... >>>>> >>>>> >>>>> please use latest master for builds. They work on our CI server. >>>>> >>>>> >>>>> On Tue, Mar 22, 2016 at 11:04 AM, Tharinda Ehelepola < >>>>> tharinda221 at gmail.com> wrote: >>>>> >>>>>> 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 >>>>>>>>>>>> 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 -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 * >>>>>>>>>>>>>>>> *Blog* - http://tharindaehelepola.blogspot.com/ >>>>>>>>>>>>>>>> *Website*- https://tharinda.tk/ >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>> Project lead AeroGear.org >>>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> -- >>>>>>>>>>>>>> *Tharinda Dilshan Ehelepola* >>>>>>>>>>>>>> *Faculty of Engineering,* >>>>>>>>>>>>>> *University Of Peradeniya.* >>>>>>>>>>>>>> >>>>>>>>>>>>>> *LinkedIn * >>>>>>>>>>>>>> *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 * >>>>>>>>>>>> *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 * >>>>>>>>>> *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 * >>>>>>>> *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 * >>>>>> *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 * >>>> *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 >>> >>> >> >> _______________________________________________ >> 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 * > *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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160323/48d976df/attachment-0001.html From FFRATICELLI at unog.ch Wed Mar 23 11:00:57 2016 From: FFRATICELLI at unog.ch (Fausto FRATICELLI) Date: Wed, 23 Mar 2016 16:00:57 +0100 Subject: [Aerogear-users] AUTO: CN=Fausto FRATICELLI/OU=UNOG/OU=GVA/O=UNO is out of the office. (returning 29.03.2016) Message-ID: I am out of the office until 29.03.2016. For questions related to the new intranet or web site development, please contact Mr. Ludek Chovanek. For questions related to mobile applications, please contact Mrs. Raquel Martinez-Diez. For other matters please contact Mr. Giorgos Tsiamitas. Note: This is an automated response to your message "Re: [Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server" sent on 23.03.2016 14:08:26. This is the only notification you will receive while this person is away. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160323/81d11e2d/attachment.html From tharinda221 at gmail.com Wed Mar 23 12:24:37 2016 From: tharinda221 at gmail.com (Tharinda Ehelepola) Date: Wed, 23 Mar 2016 21:54:37 +0530 Subject: [Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server In-Reply-To: References: Message-ID: Hi Matthias, Really sorry for inconvenienced occurred and bothering to you again and again. Finally I was able to build the code and run the server. Now I need to know some technical things. I am trying to get familiar with the implementation. remove picket link based auth with *Keycloak* for pure OAuth2 login So that mean currently in aerogear is using picketlink for authentication. Which picketlink version is using? convert the server to *WildFly Swarm* fat JARs, to run AeroDoc as a *Microservice*, in a scalable mode. Currently WildFly Swarm is not using in the product. Server should be coverted to WildFly Swarm in order to run aerogear server as a Microservice. Am I correct? And the below one is not very clear for me. Could you please explain it to me. iOS app update * port the application to Swift and use our Keycloak library for OAuth2 Please let me if I went anything wrong. :) Thanks, Tharinda. On Wed, Mar 23, 2016 at 6:55 PM, Matthias Wessendorf wrote: > > > On Wed, Mar 23, 2016 at 2:08 PM, Tharinda Ehelepola > wrote: > >> Hi Matthias, >> >> I was able to build the project in 1.1.x-dev branch. So where can I >> found the pack? >> > > 'pack' ? > > Here is some documentation: > > https://aerogear.org/docs/unifiedpush/ups_userguide/index/#server-installation > > https://github.com/aerogear/aerogear-unifiedpush-server/tree/1.1.x-dev#deployment > > please read the material before asking these questions. If the material is > not clear, I am happy to answer specific questions > > -M > > > > >> >> Thanks, >> Tharinda. >> >> On Tue, Mar 22, 2016 at 5:44 PM, Luk?? Fry? wrote: >> >>> Hi Tharinda, >>> >>> that test is somewhat new on the master branch and it depends maybe too >>> much on timing contraints. >>> >>> Failed tests: >>> TestTokenLoaderTransactionFailForGCM.testAndroidTransactedRedelivery:126 all batches should be loaded within time limits >>> >>> Tests run: 37, Failures: 1, Errors: 0, Skipped: 2 >>> >>> >>> Does it fail for you consistently? I mean does it fail always you try >>> "mvn clean install" or was it just once? >>> >>> Could you maybe share a bit of details of the operating system you run >>> it on? >>> >>> >>> Thanks! >>> >>> ~ Lukas >>> >>> On Tue, Mar 22, 2016 at 12:49 PM, Matthias Wessendorf >> > wrote: >>> >>>> ok, thanks >>>> >>>> what happens if you instead build the 1.1.x-dev branch ? (which is a >>>> bit more stable) >>>> >>>> -M >>>> >>>> On Tue, Mar 22, 2016 at 12:39 PM, Tharinda Ehelepola < >>>> tharinda221 at gmail.com> wrote: >>>> >>>>> Hi Matthias, >>>>> >>>>> Sorry for the inconvenience occurred. You mean the entire build log >>>>> write? I have update it in [1] . >>>>> [1] - https://gist.github.com/tharinda221/74abaf102b4369cee899 >>>>> >>>>> Thanks, >>>>> Tharinda. >>>>> >>>>> On Tue, Mar 22, 2016 at 4:19 PM, Matthias Wessendorf < >>>>> matzew at apache.org> wrote: >>>>> >>>>>> there is a test failrue - but ... not sure how to say it, since you >>>>>> did not paste in the complete log of the build, I am unable to say what's >>>>>> going on.... >>>>>> >>>>>> >>>>>> please use latest master for builds. They work on our CI server. >>>>>> >>>>>> >>>>>> On Tue, Mar 22, 2016 at 11:04 AM, Tharinda Ehelepola < >>>>>> tharinda221 at gmail.com> wrote: >>>>>> >>>>>>> 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 >>>>>>>>>>>>> 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 -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 * >>>>>>>>>>>>>>>>> *Blog* - http://tharindaehelepola.blogspot.com/ >>>>>>>>>>>>>>>>> *Website*- https://tharinda.tk/ >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>> Project lead AeroGear.org >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>> *Tharinda Dilshan Ehelepola* >>>>>>>>>>>>>>> *Faculty of Engineering,* >>>>>>>>>>>>>>> *University Of Peradeniya.* >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> *LinkedIn * >>>>>>>>>>>>>>> *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 * >>>>>>>>>>>>> *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 * >>>>>>>>>>> *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 * >>>>>>>>> *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 * >>>>>>> *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 * >>>>> *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 >>>> >>>> >>> >>> _______________________________________________ >>> 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 * >> *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 * *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/20160323/4282e3c0/attachment-0001.html From yves.nicolas at dynamease.com Wed Mar 23 14:57:33 2016 From: yves.nicolas at dynamease.com (Yves Nicolas) Date: Wed, 23 Mar 2016 19:57:33 +0100 Subject: [Aerogear-users] Docker image and 1.1.1 Message-ID: <56F2E71D.5000103@dynamease.com> I am trying to start the docker image of aerogear found on the docker hub library with the latest 1.1.1 final relase, as the docker library runs a 1.1.0-beta2 I followed mostly the instruction in the README.md at https://hub.docker.com/r/aerogear/unifiedpush-wildfly/ I have just built my own end image adapting the Dockerfile at https://github.com/aerogear/dockerfiles/blob/master/wildfly/unifiedpush-wildfly/Dockerfile I have downloaded the 1.1.1 archive from https://github.com/aerogear/aerogear-unifiedpush-server/releases/tag/1.1.1.Final then copied the auth-server and unified-push-server wars to the Dockerfile directory, modified the Dockerfile to copy the war files from the downloaded archives I did the docker build -t aerogear/unifiedpush-wildfly, started the 2 mysql containers and the ups container. I get an hibernate error not finding the adm_variant table and then a lot of missing dependencies. am I missing updates to be made at the wildfly image level? Here is the part of the trace INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: Undeployed "unifiedpush-server-wildfly.war" (runtime-name: "unifiedpush-server-wildfly.war") 18:17:12,267 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report WFLYCTL0184: New missing/unsatisfied dependencies: service jboss.deployment.unit."unifiedpush-server-wildfly.war".WeldBootstrapService (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".component."org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter".WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MessageHolderWithTokensProducer.WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MPNSPushMessageConsumer.WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.VariantMetricInformationProducer.WeldInterceptorBindingsService, WFLYCTL0208: ... and 45 more ] service jboss.deployment.unit."unifiedpush-server-wildfly.war".WeldStartService (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".component."org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter".WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MessageHolderWithTokensProducer.WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".component."com.sun.faces.config.ConfigureListener".WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".CdiValidatorFactoryService, WFLYCTL0208: ... and 52 more ] service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".deploymentCompleteService, service jboss.deployment.unit."unifiedpush-server-wildfly.war".moduleDeploymentRuntimeInformationStart, service jboss.undertow.deployment.default-server.default-host./ag-push.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./ag-push] service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.WeldInstantiator (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START] service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.ejb.non-functional-timerservice (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START] service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.CREATE (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.START] service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.START (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".deploymentCompleteService, service jboss.deployment.unit."unifie From matzew at apache.org Wed Mar 23 15:02:08 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Wed, 23 Mar 2016 20:02:08 +0100 Subject: [Aerogear-users] Docker image and 1.1.1 In-Reply-To: <56F2E71D.5000103@dynamease.com> References: <56F2E71D.5000103@dynamease.com> Message-ID: yeah, there is a problem with the database - the 1.1.x needs a migrator script; that's not yet supported on Docker. :-( On Wed, Mar 23, 2016 at 7:57 PM, Yves Nicolas wrote: > I am trying to start the docker image of aerogear found on the docker > hub library with the latest 1.1.1 final relase, as the docker library > runs a 1.1.0-beta2 > I followed mostly the instruction in the README.md at > https://hub.docker.com/r/aerogear/unifiedpush-wildfly/ > I have just built my own end image adapting the Dockerfile at > > https://github.com/aerogear/dockerfiles/blob/master/wildfly/unifiedpush-wildfly/Dockerfile > I have downloaded the 1.1.1 archive from > > https://github.com/aerogear/aerogear-unifiedpush-server/releases/tag/1.1.1.Final > then copied the auth-server and unified-push-server wars to the > Dockerfile directory, modified the Dockerfile to copy the war files > from the downloaded archives > I did the docker build -t aerogear/unifiedpush-wildfly, started the 2 > mysql containers and the ups container. > I get an hibernate error not finding the adm_variant table and then a > lot of missing dependencies. > > am I missing updates to be made at the wildfly image level? > > Here is the part of the trace > > INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: > Undeployed "unifiedpush-server-wildfly.war" (runtime-name: > "unifiedpush-server-wildfly.war") > 18:17:12,267 INFO [org.jboss.as.controller] (DeploymentScanner-threads - > 1) WFLYCTL0183: Service status report > WFLYCTL0184: New missing/unsatisfied dependencies: > service > jboss.deployment.unit."unifiedpush-server-wildfly.war".WeldBootstrapService > (missing) dependents: [service > jboss.deployment.unit."unifiedpush-server-wildfly.war".component."org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter".WeldInstantiator, > service > jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MessageHolderWithTokensProducer.WeldInstantiator, > service > jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MPNSPushMessageConsumer.WeldInstantiator, > service > jboss.deployment.unit."unifiedpush-server-wildfly.war".component.VariantMetricInformationProducer.WeldInterceptorBindingsService, > WFLYCTL0208: ... and 45 more ] > service > jboss.deployment.unit."unifiedpush-server-wildfly.war".WeldStartService > (missing) dependents: [service > jboss.deployment.unit."unifiedpush-server-wildfly.war".component."org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter".WeldInstantiator, > service > jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MessageHolderWithTokensProducer.WeldInstantiator, > service > jboss.deployment.unit."unifiedpush-server-wildfly.war".component."com.sun.faces.config.ConfigureListener".WeldInstantiator, > service > jboss.deployment.unit."unifiedpush-server-wildfly.war".CdiValidatorFactoryService, > WFLYCTL0208: ... and 52 more ] > service > jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START > (missing) dependents: [service > jboss.deployment.unit."unifiedpush-server-wildfly.war".deploymentCompleteService, > service > jboss.deployment.unit."unifiedpush-server-wildfly.war".moduleDeploymentRuntimeInformationStart, > service > jboss.undertow.deployment.default-server.default-host./ag-push.UndertowDeploymentInfoService, > service jboss.undertow.deployment.default-server.default-host./ag-push] > service > jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.WeldInstantiator > (missing) dependents: [service > jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START] > service > jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.ejb.non-functional-timerservice > (missing) dependents: [service > jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START] > service > jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.CREATE > (missing) dependents: [service > jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.START] > service > jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.START > (missing) dependents: [service > jboss.deployment.unit."unifiedpush-server-wildfly.war".deploymentCompleteService, > service jboss.deployment.unit."unifie > > _______________________________________________ > 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160323/c6c17999/attachment.html From matzew at apache.org Wed Mar 23 15:03:41 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Wed, 23 Mar 2016 20:03:41 +0100 Subject: [Aerogear-users] Docker image and 1.1.1 In-Reply-To: References: <56F2E71D.5000103@dynamease.com> Message-ID: I think we can change that :-) On Wed, Mar 23, 2016 at 8:02 PM, Matthias Wessendorf wrote: > yeah, there is a problem with the database - the 1.1.x needs a migrator > script; that's not yet supported on Docker. > > :-( > > On Wed, Mar 23, 2016 at 7:57 PM, Yves Nicolas > wrote: > >> I am trying to start the docker image of aerogear found on the docker >> hub library with the latest 1.1.1 final relase, as the docker library >> runs a 1.1.0-beta2 >> I followed mostly the instruction in the README.md at >> https://hub.docker.com/r/aerogear/unifiedpush-wildfly/ >> I have just built my own end image adapting the Dockerfile at >> >> https://github.com/aerogear/dockerfiles/blob/master/wildfly/unifiedpush-wildfly/Dockerfile >> I have downloaded the 1.1.1 archive from >> >> https://github.com/aerogear/aerogear-unifiedpush-server/releases/tag/1.1.1.Final >> then copied the auth-server and unified-push-server wars to the >> Dockerfile directory, modified the Dockerfile to copy the war files >> from the downloaded archives >> I did the docker build -t aerogear/unifiedpush-wildfly, started the 2 >> mysql containers and the ups container. >> I get an hibernate error not finding the adm_variant table and then >> a lot of missing dependencies. >> >> am I missing updates to be made at the wildfly image level? >> >> Here is the part of the trace >> >> INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: >> Undeployed "unifiedpush-server-wildfly.war" (runtime-name: >> "unifiedpush-server-wildfly.war") >> 18:17:12,267 INFO [org.jboss.as.controller] (DeploymentScanner-threads - >> 1) WFLYCTL0183: Service status report >> WFLYCTL0184: New missing/unsatisfied dependencies: >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".WeldBootstrapService >> (missing) dependents: [service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component."org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter".WeldInstantiator, >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MessageHolderWithTokensProducer.WeldInstantiator, >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MPNSPushMessageConsumer.WeldInstantiator, >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.VariantMetricInformationProducer.WeldInterceptorBindingsService, >> WFLYCTL0208: ... and 45 more ] >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".WeldStartService >> (missing) dependents: [service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component."org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter".WeldInstantiator, >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MessageHolderWithTokensProducer.WeldInstantiator, >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component."com.sun.faces.config.ConfigureListener".WeldInstantiator, >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".CdiValidatorFactoryService, >> WFLYCTL0208: ... and 52 more ] >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START >> (missing) dependents: [service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".deploymentCompleteService, >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".moduleDeploymentRuntimeInformationStart, >> service >> jboss.undertow.deployment.default-server.default-host./ag-push.UndertowDeploymentInfoService, >> service jboss.undertow.deployment.default-server.default-host./ag-push] >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.WeldInstantiator >> (missing) dependents: [service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START] >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.ejb.non-functional-timerservice >> (missing) dependents: [service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START] >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.CREATE >> (missing) dependents: [service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.START] >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.START >> (missing) dependents: [service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".deploymentCompleteService, >> service jboss.deployment.unit."unifie >> >> _______________________________________________ >> 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 > -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160323/0a486044/attachment-0001.html From yves.nicolas at dynamease.com Wed Mar 23 15:31:20 2016 From: yves.nicolas at dynamease.com (Yves Nicolas) Date: Wed, 23 Mar 2016 20:31:20 +0100 Subject: [Aerogear-users] Docker image and 1.1.1 In-Reply-To: References: Message-ID: <56F2EF08.1000303@dynamease.com> if the migrator is a mysql script existing somewhere I can include it in the docker file and propose a pull request to your docker git hub repo. Just tell me where to look Le 23/03/2016 20:04, aerogear-users-request at lists.jboss.org a ?crit : > Send Aerogear-users mailing list submissions to > aerogear-users at lists.jboss.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.jboss.org/mailman/listinfo/aerogear-users > or, via email, send a message with subject or body 'help' to > aerogear-users-request at lists.jboss.org > > You can reach the person managing the list at > aerogear-users-owner at lists.jboss.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Aerogear-users digest..." > > > Today's Topics: > > 1. Docker image and 1.1.1 (Yves Nicolas) > 2. Re: Docker image and 1.1.1 (Matthias Wessendorf) > 3. Re: Docker image and 1.1.1 (Matthias Wessendorf) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 23 Mar 2016 19:57:33 +0100 > From: Yves Nicolas > Subject: [Aerogear-users] Docker image and 1.1.1 > To: aerogear-users at lists.jboss.org > Message-ID: <56F2E71D.5000103 at dynamease.com> > Content-Type: text/plain; charset=utf-8; format=flowed > > I am trying to start the docker image of aerogear found on the docker > hub library with the latest 1.1.1 final relase, as the docker library > runs a 1.1.0-beta2 > I followed mostly the instruction in the README.md at > https://hub.docker.com/r/aerogear/unifiedpush-wildfly/ > I have just built my own end image adapting the Dockerfile at > https://github.com/aerogear/dockerfiles/blob/master/wildfly/unifiedpush-wildfly/Dockerfile > I have downloaded the 1.1.1 archive from > https://github.com/aerogear/aerogear-unifiedpush-server/releases/tag/1.1.1.Final > then copied the auth-server and unified-push-server wars to the > Dockerfile directory, modified the Dockerfile to copy the war files from the downloaded archives > I did the docker build -t aerogear/unifiedpush-wildfly, started the 2 > mysql containers and the ups container. > I get an hibernate error not finding the adm_variant table and then a lot of missing dependencies. > > am I missing updates to be made at the wildfly image level? > > Here is the part of the trace > > INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: Undeployed "unifiedpush-server-wildfly.war" (runtime-name: "unifiedpush-server-wildfly.war") > 18:17:12,267 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report > WFLYCTL0184: New missing/unsatisfied dependencies: > service jboss.deployment.unit."unifiedpush-server-wildfly.war".WeldBootstrapService (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".component."org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter".WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MessageHolderWithTokensProducer.WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MPNSPushMessageConsumer.WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.VariantMetricInformationProducer.WeldInterceptorBindingsService, WFLYCTL0208: ... and 45 more ] > service jboss.deployment.unit."unifiedpush-server-wildfly.war".WeldStartService (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".component."org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter".WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MessageHolderWithTokensProducer.WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".component."com.sun.faces.config.ConfigureListener".WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".CdiValidatorFactoryService, WFLYCTL0208: ... and 52 more ] > service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".deploymentCompleteService, service jboss.deployment.unit."unifiedpush-server-wildfly.war".moduleDeploymentRuntimeInformationStart, service jboss.undertow.deployment.default-server.default-host./ag-push.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./ag-push] > service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.WeldInstantiator (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START] > service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.ejb.non-functional-timerservice (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START] > service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.CREATE (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.START] > service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.START (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".deploymentCompleteService, service jboss.deployment.unit."unifie > > > > ------------------------------ > > Message: 2 > Date: Wed, 23 Mar 2016 20:02:08 +0100 > From: Matthias Wessendorf > Subject: Re: [Aerogear-users] Docker image and 1.1.1 > To: "aerogear-users at lists.jboss.org" > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > yeah, there is a problem with the database - the 1.1.x needs a migrator > script; that's not yet supported on Docker. > > :-( > > On Wed, Mar 23, 2016 at 7:57 PM, Yves Nicolas > wrote: > >> I am trying to start the docker image of aerogear found on the docker >> hub library with the latest 1.1.1 final relase, as the docker library >> runs a 1.1.0-beta2 >> I followed mostly the instruction in the README.md at >> https://hub.docker.com/r/aerogear/unifiedpush-wildfly/ >> I have just built my own end image adapting the Dockerfile at >> >> https://github.com/aerogear/dockerfiles/blob/master/wildfly/unifiedpush-wildfly/Dockerfile >> I have downloaded the 1.1.1 archive from >> >> https://github.com/aerogear/aerogear-unifiedpush-server/releases/tag/1.1.1.Final >> then copied the auth-server and unified-push-server wars to the >> Dockerfile directory, modified the Dockerfile to copy the war files >> from the downloaded archives >> I did the docker build -t aerogear/unifiedpush-wildfly, started the 2 >> mysql containers and the ups container. >> I get an hibernate error not finding the adm_variant table and then a >> lot of missing dependencies. >> >> am I missing updates to be made at the wildfly image level? >> >> Here is the part of the trace >> >> INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: >> Undeployed "unifiedpush-server-wildfly.war" (runtime-name: >> "unifiedpush-server-wildfly.war") >> 18:17:12,267 INFO [org.jboss.as.controller] (DeploymentScanner-threads - >> 1) WFLYCTL0183: Service status report >> WFLYCTL0184: New missing/unsatisfied dependencies: >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".WeldBootstrapService >> (missing) dependents: [service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component."org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter".WeldInstantiator, >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MessageHolderWithTokensProducer.WeldInstantiator, >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MPNSPushMessageConsumer.WeldInstantiator, >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.VariantMetricInformationProducer.WeldInterceptorBindingsService, >> WFLYCTL0208: ... and 45 more ] >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".WeldStartService >> (missing) dependents: [service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component."org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter".WeldInstantiator, >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MessageHolderWithTokensProducer.WeldInstantiator, >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component."com.sun.faces.config.ConfigureListener".WeldInstantiator, >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".CdiValidatorFactoryService, >> WFLYCTL0208: ... and 52 more ] >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START >> (missing) dependents: [service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".deploymentCompleteService, >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".moduleDeploymentRuntimeInformationStart, >> service >> jboss.undertow.deployment.default-server.default-host./ag-push.UndertowDeploymentInfoService, >> service jboss.undertow.deployment.default-server.default-host./ag-push] >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.WeldInstantiator >> (missing) dependents: [service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START] >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.ejb.non-functional-timerservice >> (missing) dependents: [service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START] >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.CREATE >> (missing) dependents: [service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.START] >> service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.START >> (missing) dependents: [service >> jboss.deployment.unit."unifiedpush-server-wildfly.war".deploymentCompleteService, >> service jboss.deployment.unit."unifie >> >> _______________________________________________ >> Aerogear-users mailing list >> Aerogear-users at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/aerogear-users >> > > From tharinda221 at gmail.com Thu Mar 24 18:25:37 2016 From: tharinda221 at gmail.com (Tharinda Ehelepola) Date: Fri, 25 Mar 2016 03:55:37 +0530 Subject: [Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server In-Reply-To: References: Message-ID: Hi, I have created a proposal. Could you please give me some comments on it. it can be found on [1]. [1] - https://docs.google.com/document/d/1566xcqOs4w67SD_JpaacfIqGFdaLcoA_byARk4NeMeo/edit?usp=sharing Thanks, Tharinda. On Wed, Mar 23, 2016 at 9:54 PM, Tharinda Ehelepola wrote: > Hi Matthias, > > Really sorry for inconvenienced occurred and bothering to you again and > again. Finally I was able to build the code and run the server. Now I need > to know some technical things. I am trying to get familiar with the > implementation. > > remove picket link based auth with *Keycloak* for pure OAuth2 login > So that mean currently in aerogear is using picketlink for authentication. > Which picketlink version is using? > > convert the server to *WildFly Swarm* fat JARs, to run AeroDoc as a > *Microservice*, in a scalable mode. > Currently WildFly Swarm is not using in the product. Server should be > coverted to WildFly Swarm in order to run aerogear server as a > Microservice. Am I correct? > > And the below one is not very clear for me. Could you please explain it to > me. > > iOS app update > > * port the application to Swift and use our Keycloak library for OAuth2 > > > Please let me if I went anything wrong. :) > > > Thanks, > > Tharinda. > > > On Wed, Mar 23, 2016 at 6:55 PM, Matthias Wessendorf > wrote: > >> >> >> On Wed, Mar 23, 2016 at 2:08 PM, Tharinda Ehelepola < >> tharinda221 at gmail.com> wrote: >> >>> Hi Matthias, >>> >>> I was able to build the project in 1.1.x-dev branch. So where can I >>> found the pack? >>> >> >> 'pack' ? >> >> Here is some documentation: >> >> https://aerogear.org/docs/unifiedpush/ups_userguide/index/#server-installation >> >> https://github.com/aerogear/aerogear-unifiedpush-server/tree/1.1.x-dev#deployment >> >> please read the material before asking these questions. If the material >> is not clear, I am happy to answer specific questions >> >> -M >> >> >> >> >>> >>> Thanks, >>> Tharinda. >>> >>> On Tue, Mar 22, 2016 at 5:44 PM, Luk?? Fry? >>> wrote: >>> >>>> Hi Tharinda, >>>> >>>> that test is somewhat new on the master branch and it depends maybe too >>>> much on timing contraints. >>>> >>>> Failed tests: >>>> TestTokenLoaderTransactionFailForGCM.testAndroidTransactedRedelivery:126 all batches should be loaded within time limits >>>> >>>> Tests run: 37, Failures: 1, Errors: 0, Skipped: 2 >>>> >>>> >>>> Does it fail for you consistently? I mean does it fail always you try >>>> "mvn clean install" or was it just once? >>>> >>>> Could you maybe share a bit of details of the operating system you run >>>> it on? >>>> >>>> >>>> Thanks! >>>> >>>> ~ Lukas >>>> >>>> On Tue, Mar 22, 2016 at 12:49 PM, Matthias Wessendorf < >>>> matzew at apache.org> wrote: >>>> >>>>> ok, thanks >>>>> >>>>> what happens if you instead build the 1.1.x-dev branch ? (which is a >>>>> bit more stable) >>>>> >>>>> -M >>>>> >>>>> On Tue, Mar 22, 2016 at 12:39 PM, Tharinda Ehelepola < >>>>> tharinda221 at gmail.com> wrote: >>>>> >>>>>> Hi Matthias, >>>>>> >>>>>> Sorry for the inconvenience occurred. You mean the entire build log >>>>>> write? I have update it in [1] . >>>>>> [1] - https://gist.github.com/tharinda221/74abaf102b4369cee899 >>>>>> >>>>>> Thanks, >>>>>> Tharinda. >>>>>> >>>>>> On Tue, Mar 22, 2016 at 4:19 PM, Matthias Wessendorf < >>>>>> matzew at apache.org> wrote: >>>>>> >>>>>>> there is a test failrue - but ... not sure how to say it, since you >>>>>>> did not paste in the complete log of the build, I am unable to say what's >>>>>>> going on.... >>>>>>> >>>>>>> >>>>>>> please use latest master for builds. They work on our CI server. >>>>>>> >>>>>>> >>>>>>> On Tue, Mar 22, 2016 at 11:04 AM, Tharinda Ehelepola < >>>>>>> tharinda221 at gmail.com> wrote: >>>>>>> >>>>>>>> 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 >>>>>>>>>>>>>> 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 -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 * >>>>>>>>>>>>>>>>>> *Blog* - http://tharindaehelepola.blogspot.com/ >>>>>>>>>>>>>>>>>> *Website*- https://tharinda.tk/ >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>> Project lead AeroGear.org >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>> *Tharinda Dilshan Ehelepola* >>>>>>>>>>>>>>>> *Faculty of Engineering,* >>>>>>>>>>>>>>>> *University Of Peradeniya.* >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> *LinkedIn * >>>>>>>>>>>>>>>> *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 * >>>>>>>>>>>>>> *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 * >>>>>>>>>>>> *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 * >>>>>>>>>> *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 * >>>>>>>> *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 * >>>>>> *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 >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> 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 * >>> *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 * > *Blog* - http://tharindaehelepola.blogspot.com/ > *Website*- https://tharinda.tk/ > -- *Tharinda Dilshan Ehelepola* *Faculty of Engineering,* *University Of Peradeniya.* *LinkedIn * *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/20160325/d3a37aa2/attachment-0001.html From yves.nicolas at dynamease.com Fri Mar 25 14:40:58 2016 From: yves.nicolas at dynamease.com (Yves Nicolas) Date: Fri, 25 Mar 2016 19:40:58 +0100 Subject: [Aerogear-users] Docker image and 1.1.1 Message-ID: <56F5863A.2070608@dynamease.com> I have modified the Dockerfiles to include the migrator process inside the docker container image. Everything works fine now. Modification on the Dockerfiles can be found on my github fork https://github.com/yvnicolas/dockerfiles/tree/migrator_in_Dockerfile which I have submitted as a pull request. Resulting image for 1.1.1 is currently being pushed on docker hub public repo yvnicolas/aerogear-unifiedpush I do not have a very good connection where I am so do not worry if you do not see it yet. Comments and suggestions welcomed. Great Easter to you all, Yves