From xfdeng at hotmail.com Mon Oct 2 10:06:53 2017 From: xfdeng at hotmail.com (jeff01) Date: Mon, 2 Oct 2017 07:06:53 -0700 (MST) Subject: [Aerogear-users] Is Jboss EAP 6.4.0 GA still supported by Aerogear UPS? In-Reply-To: References: <1478797794575-948.post@n5.nabble.com> <1506546845223-0.post@n5.nabble.com> Message-ID: <1506953213101-0.post@n5.nabble.com> Thanks Mr. Matthias Wessendorf. We are using Jboss EAP 6.4, trying to upgrade to Aerogear UPS 1.2.0-Final (JDK 1.8 required). Will Aerogear UPS 1.2.0-Final run in Jboss EAP 6.4, do do we have to upgrade to Jboss EAP 7 first? What is the minimum version number of Jboss EAP to run Aerogear UPS 1.2.0-Final ? -- Sent from: http://aerogear-users.1116366.n5.nabble.com/ From Philipp.Koetz at mvise.de Wed Oct 4 03:46:02 2017 From: Philipp.Koetz at mvise.de (Philipp Koetz, mVISE AG) Date: Wed, 4 Oct 2017 07:46:02 +0000 Subject: [Aerogear-users] iOS 11 Support In-Reply-To: References: Message-ID: <4eff2662c2ae451f956550841d839c93@MVI-VWS-MSX01.intranet.local> Hello, I build the message as following: UnifiedMessage.withMessage() .apns().contentAvailable().build() .userData("message", MessageParser.parseMessageToJSON(inputMessage)) .config().timeToLive(lifetime).message() .build(); Von: aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] Im Auftrag von Julio Cesar Sanchez Hernandez Gesendet: Freitag, 29. September 2017 17:59 An: aerogear-users at lists.jboss.org Betreff: Re: [Aerogear-users] iOS 11 Support How are you sending the push notifications? Can you provide a code sample of how do you build silent push payload? On Fri, Sep 29, 2017 at 10:57 AM, Philipp Koetz, mVISE AG > wrote: Forgot to mention that it is about silent notifications (https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CreatingtheNotificationPayload.html) Von: aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] Im Auftrag von Philipp Koetz, mVISE AG Gesendet: Donnerstag, 28. September 2017 14:51 An: aerogear-users at lists.jboss.org Betreff: [Aerogear-users] iOS 11 Support Dear Aerogear Team, does the 1.2 release works fine for iOS 11? We have right now the problem that messages will be rejected if there is an alert, badge or sound key in the message. In the current version of Aerogear push server we are using (1.1.3) is the alert key everytime attached to the messages json. Regards, Philipp Koetz _______________________________________________ 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/20171004/e1a81de4/attachment-0001.html From Philipp.Koetz at mvise.de Wed Oct 4 09:48:18 2017 From: Philipp.Koetz at mvise.de (Philipp Koetz, mVISE AG) Date: Wed, 4 Oct 2017 13:48:18 +0000 Subject: [Aerogear-users] iOS 11 Support In-Reply-To: <4eff2662c2ae451f956550841d839c93@MVI-VWS-MSX01.intranet.local> References: <4eff2662c2ae451f956550841d839c93@MVI-VWS-MSX01.intranet.local> Message-ID: <4ee9578efa624577b8b3dde542a4f0d4@MVI-VWS-MSX01.intranet.local> Sending with PushSender.send(UnifiedMessage), send was build using DefaultPushSender (withRootServerURL, pushApplicationId and masterSecret) Von: aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] Im Auftrag von Philipp Koetz, mVISE AG Gesendet: Mittwoch, 4. Oktober 2017 09:46 An: aerogear-users at lists.jboss.org Betreff: Re: [Aerogear-users] iOS 11 Support Hello, I build the message as following: UnifiedMessage.withMessage() .apns().contentAvailable().build() .userData("message", MessageParser.parseMessageToJSON(inputMessage)) .config().timeToLive(lifetime).message() .build(); Von: aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] Im Auftrag von Julio Cesar Sanchez Hernandez Gesendet: Freitag, 29. September 2017 17:59 An: aerogear-users at lists.jboss.org Betreff: Re: [Aerogear-users] iOS 11 Support How are you sending the push notifications? Can you provide a code sample of how do you build silent push payload? On Fri, Sep 29, 2017 at 10:57 AM, Philipp Koetz, mVISE AG > wrote: Forgot to mention that it is about silent notifications (https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CreatingtheNotificationPayload.html) Von: aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] Im Auftrag von Philipp Koetz, mVISE AG Gesendet: Donnerstag, 28. September 2017 14:51 An: aerogear-users at lists.jboss.org Betreff: [Aerogear-users] iOS 11 Support Dear Aerogear Team, does the 1.2 release works fine for iOS 11? We have right now the problem that messages will be rejected if there is an alert, badge or sound key in the message. In the current version of Aerogear push server we are using (1.1.3) is the alert key everytime attached to the messages json. Regards, Philipp Koetz _______________________________________________ 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/20171004/7dfa659e/attachment.html From jusanche at redhat.com Wed Oct 4 10:33:43 2017 From: jusanche at redhat.com (Julio Cesar Sanchez Hernandez) Date: Wed, 4 Oct 2017 16:33:43 +0200 Subject: [Aerogear-users] aerogear-ios-push 3.0.0 for Swift 4 and aerogear-ios-push-objc 2.0.0 released Message-ID: Hi, We have updated aerogear-ios-push to Swift 4 and it has been released in CocoaPods as AeroGearPush-Swift 3.0.0. We have moved the Objective-C version to a new repo and also released it as AeroGearPush 2.0.0. Both of them drop support for iOS 8. Notice that the names have been changed for consistency with our other libs, so you will have to edit your podfiles from pod 'AeroGear-Push-Swift' to pod 'AeroGearPush-Swift' and pod 'AeroGear-Push' to pod 'AeroGearPush' Searching on CocoaPods website will show the old ones deprecated in favour of the new ones. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171004/df8ed71e/attachment.html From xfdeng at hotmail.com Wed Oct 4 11:22:22 2017 From: xfdeng at hotmail.com (jeff01) Date: Wed, 4 Oct 2017 08:22:22 -0700 (MST) Subject: [Aerogear-users] Error when deploying Aerogear UPS 1.2.--Final .war into Jboss EAP7: Illegal character in path at index 1: ${ups.auth.server.url} Message-ID: <1507130542542-0.post@n5.nabble.com> Hi, I followed the instructions at https://aerogear.org/docs/unifiedpush/ups_userguide/index/#server-installation. I am close to get ag-push (Aerogear UPS 1.2.0-Final) deployed, but it threw the following error: "{\"WFLYCTL0080: Failed services\" => {\"jboss.undertow.deployment.default-server.default-host./ag-push\" => \"org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./ag-push: java.lang.IllegalArgumentException: Illegal character in path at index 1: ${ups.auth.server.url} Caused by: java.lang.IllegalArgumentException: Illegal character in path at index 1: ${ups.auth.server.url} Caused by: java.net.URISyntaxException: Illegal character in path at index 1: ${ups.auth.server.url}\"}}" What does this mean? Should I download auth-server war file (keycloak) somewhere first? The servers folder in 1.1.x used to have a auth-server war file, but NOT in 1.2.0-Final distribution bundle. So where should I download this auth-server war file and what version? Any online documentation mentions that? Thank you. -- Sent from: http://aerogear-users.1116366.n5.nabble.com/ From matzew at apache.org Wed Oct 4 11:44:30 2017 From: matzew at apache.org (Matthias Wessendorf) Date: Wed, 4 Oct 2017 17:44:30 +0200 Subject: [Aerogear-users] Error when deploying Aerogear UPS 1.2.--Final .war into Jboss EAP7: Illegal character in path at index 1: ${ups.auth.server.url} In-Reply-To: <1507130542542-0.post@n5.nabble.com> References: <1507130542542-0.post@n5.nabble.com> Message-ID: Hola, the doc is a bit outdated. With the UPS 1.2.0, you need to bring your own Keycloak server. UPS needs to be linked against its URL. Here is a sample for Keycloak in docker, and how to get the connection between them: https://github.com/aerogear/aerogear-unifiedpush-server/tree/master/docker-compose/development HTH, Matthias On Wed, Oct 4, 2017 at 5:22 PM, jeff01 wrote: > Hi, > > I followed the instructions at > https://aerogear.org/docs/unifiedpush/ups_userguide/ > index/#server-installation. > I am close to get ag-push (Aerogear UPS 1.2.0-Final) deployed, but it threw > the following error: > > "{\"WFLYCTL0080: Failed services\" => > {\"jboss.undertow.deployment.default-server.default-host./ag-push\" => > \"org.jboss.msc.service.StartException in service > jboss.undertow.deployment.default-server.default-host./ag-push: > java.lang.IllegalArgumentException: Illegal character in path at index 1: > ${ups.auth.server.url} > Caused by: java.lang.IllegalArgumentException: Illegal character in > path > at index 1: ${ups.auth.server.url} > Caused by: java.net.URISyntaxException: Illegal character in path at > index 1: ${ups.auth.server.url}\"}}" > > What does this mean? Should I download auth-server war file (keycloak) > somewhere first? The servers folder in 1.1.x used to have a auth-server war > file, but NOT in 1.2.0-Final distribution bundle. So where should I > download > this auth-server war file and what version? Any online documentation > mentions that? > > Thank you. > > > > > > > > -- > Sent from: http://aerogear-users.1116366.n5.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/ twitter: http://twitter.com/mwessendorf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171004/345f50cf/attachment-0001.html From xfdeng at hotmail.com Wed Oct 4 16:13:12 2017 From: xfdeng at hotmail.com (jeff01) Date: Wed, 4 Oct 2017 13:13:12 -0700 (MST) Subject: [Aerogear-users] Is Jboss EAP 6.4.0 GA still supported by Aerogear UPS? In-Reply-To: References: <1478797794575-948.post@n5.nabble.com> <1506546845223-0.post@n5.nabble.com> Message-ID: <1507147992265-0.post@n5.nabble.com> Thanks for the reply. Has this only .war file included in the 1.2.0-Final distribution, i.e., unifiedpush-server-wildfly.war, ever being tested working with JBoss EAP7? Where is the unifiedpush-auth-server.war included in previous releases? Is it NOT required in 1.2.0-Final release as it is NOT included in the release bundle. However, no documentations ever mentioned unifiedpush-auth-server.war or unifiedpush-server-as7.war in 1.2.0-Final release, yet neither of them is included in the official release. Now after I dropped the unifiedpush-server-wildfly.war as suggested into Jboss EAP7 running JDK 1.8, unifiedpush-server-wildfly.war.failed shows this error: "{\"WFLYCTL0080: Failed services\" => {\"jboss.undertow.deployment.default-server.default-host./ag-push\" => \"org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./ag-push: java.lang.IllegalArgumentException: Illegal character in path at index 1: ${ups.auth.server.url} Caused by: java.lang.IllegalArgumentException: Illegal character in path at index 1: ${ups.auth.server.url} Caused by: java.net.URISyntaxException: Illegal character in path at index 1: ${ups.auth.server.url}\"}}" What does this really mean? Can anyone help? I followed the instructions by word at: https://aerogear.org/docs/unifiedpush/ups_userguide/index/#deploy To Aerogear UPS team, We may really need to spend some time on the documentation as this is impacting adoption. I have advocated this product since early stages but now the documentation is really out of sync. Now I have concerns recommending this product to new projects if this does not seem to improve. It is now so confusing to get Aerogear UPS up and running from anew or from an older version in the case of upgrade. I can volunteer my time but we need someone from the team who knows the new version of this product to step up and lead this effort. Thank you. -- Sent from: http://aerogear-users.1116366.n5.nabble.com/ From xfdeng at hotmail.com Wed Oct 4 16:16:02 2017 From: xfdeng at hotmail.com (jeff01) Date: Wed, 4 Oct 2017 13:16:02 -0700 (MST) Subject: [Aerogear-users] Is Jboss EAP 6.4.0 GA still supported by Aerogear UPS? In-Reply-To: References: <1478797794575-948.post@n5.nabble.com> <1506546845223-0.post@n5.nabble.com> Message-ID: <1507148162434-0.post@n5.nabble.com> Thanks for the reply. Has this only .war file included in the 1.2.0-Final distribution, i.e., unifiedpush-server-wildfly.war, ever being tested working with JBoss EAP7? Where is the unifiedpush-auth-server.war included in previous releases? Is it NOT required in 1.2.0-Final release as it is NOT included in the release bundle. However, no documentations ever mentioned unifiedpush-auth-server.war or unifiedpush-server-as7.war in 1.2.0-Final release, yet neither of them is included in the official release. Now after I dropped the unifiedpush-server-wildfly.war as suggested into Jboss EAP7 running JDK 1.8, unifiedpush-server-wildfly.war.failed shows this error: "{\"WFLYCTL0080: Failed services\" => {\"jboss.undertow.deployment.default-server.default-host./ag-push\" => \"org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./ag-push: java.lang.IllegalArgumentException: Illegal character in path at index 1: ${ups.auth.server.url} Caused by: java.lang.IllegalArgumentException: Illegal character in path at index 1: ${ups.auth.server.url} Caused by: java.net.URISyntaxException: Illegal character in path at index 1: ${ups.auth.server.url}\"}}" What does this really mean? Can anyone help? I followed the instructions by word at: https://aerogear.org/docs/unifiedpush/ups_userguide/index/#deploy To Aerogear UPS team, We may really need to spend some time on the documentation as this is impacting adoption. I have advocated this product since early stages but now the documentation is really out of sync. Now I have concerns recommending this product to new projects if this does not seem to improve. It is now so confusing to get Aerogear UPS up and running from anew or from an older version in the case of upgrade. I can volunteer my time but we need someone from the team who knows the new version of this product to step up and lead this effort. Thank you. -- Sent from: http://aerogear-users.1116366.n5.nabble.com/ From matzew at apache.org Wed Oct 4 17:14:32 2017 From: matzew at apache.org (Matthias Wessendorf) Date: Wed, 4 Oct 2017 23:14:32 +0200 Subject: [Aerogear-users] Is Jboss EAP 6.4.0 GA still supported by Aerogear UPS? In-Reply-To: <1507147992265-0.post@n5.nabble.com> References: <1478797794575-948.post@n5.nabble.com> <1506546845223-0.post@n5.nabble.com> <1507147992265-0.post@n5.nabble.com> Message-ID: On Wed, Oct 4, 2017 at 10:13 PM, jeff01 wrote: > Thanks for the reply. > > Has this only .war file included in the 1.2.0-Final distribution, i.e., > unifiedpush-server-wildfly.war, ever being tested working with JBoss EAP7? > correct - as said before: bring your own Keycloak. 1.2.0 only has the ups specific war. tested on WildFly 10.x and 11-CR1. We also have full docker support, w/ WF 10.1: https://github.com/aerogear/dockerfiles/tree/master/wildfly/unifiedpush-wildfly > > Where is the unifiedpush-auth-server.war included in previous releases? Is > it NOT required in 1.2.0-Final release as it is NOT included in the release > bundle. > bring your own keycloak (aka auth server) > > However, no documentations ever mentioned unifiedpush-auth-server.war or > unifiedpush-server-as7.war in 1.2.0-Final release, yet neither of them is > included in the official release. > the as7 thing is gone, so is auth (keycloak). doc is, like said before not up to date, but I have gave several pointers to the READMEs on the ag repo > > Now after I dropped the unifiedpush-server-wildfly.war as suggested into > Jboss EAP7 running JDK 1.8, unifiedpush-server-wildfly.war.failed shows > this > error: > > "{\"WFLYCTL0080: Failed services\" => > {\"jboss.undertow.deployment.default-server.default-host./ag-push\" => > \"org.jboss.msc.service.StartException in service > jboss.undertow.deployment.default-server.default-host./ag-push: > java.lang.IllegalArgumentException: Illegal character in path at index 1: > ${ups.auth.server.url} > Caused by: java.lang.IllegalArgumentException: Illegal character in > path > at index 1: ${ups.auth.server.url} > Caused by: java.net.URISyntaxException: Illegal character in path at > index 1: ${ups.auth.server.url}\"}}" > > What does this really mean? Can anyone help? I followed the instructions by > word at: https://aerogear.org/docs/unifiedpush/ups_userguide/index/#deploy as said before, here are is the latest doc: * https://github.com/aerogear/aerogear-unifiedpush-server/tree/master/docker-compose/ups-release * https://github.com/aerogear/aerogear-unifiedpush-server/tree/master/docker-compose/development or directly on our dockerfiles repo * https://github.com/aerogear/dockerfiles/tree/master/wildfly/unifiedpush-wildfly Please go w/ that, since the website is currently not up to date. > > > > To Aerogear UPS team, > > We may really need to spend some time on the documentation as this is > impacting adoption. I have advocated this product since early stages but > now > the documentation is really out of sync. Now I have concerns recommending > this product to new projects if this does not seem to improve. It is now so > confusing to get Aerogear UPS up and running from anew or from an older > version in the case of upgrade. I can volunteer my time but we need someone > from the team who knows the new version of this product to step up and lead > this effort. > Thanks - I will also try to scratch something, will share PR for improvements. Thanks for the offer! PS: Keycloak has their own docs, on keycloak.org > > Thank you. > > > > > -- > Sent from: http://aerogear-users.1116366.n5.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/ twitter: http://twitter.com/mwessendorf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171004/72478f3d/attachment.html From lfitzger at redhat.com Fri Oct 6 05:58:39 2017 From: lfitzger at redhat.com (Laura Fitzgerald) Date: Fri, 6 Oct 2017 10:58:39 +0100 Subject: [Aerogear-users] [aerogear-dev] AeroGear Digger Logo In-Reply-To: References: Message-ID: Hi Ali, Is there a copy of the logo which doesn't include the small text in the corner? On Thu, Jun 29, 2017 at 9:05 PM, Ali Ok wrote: > Hello, > > According to the voting, logo #6 is the most favorite one. Here is the > summary: > > [image: Inline image 1] > > I am delighted to present you AeroGear Digger's logo: > > [image: Inline image 2] > > Cheers, > Ali > > On Mon, Jun 19, 2017 at 10:40 AM, Ali Ok wrote: > >> Hello, >> >> We would like to pick a logo for the new AeroGear module, Digger [1]. >> >> James Cobb has already prepared some great designs and now we vote to >> pick the best one [2]. >> >> We have prepared a Google poll (no login required) here: >> https://goo.gl/forms/WdUoHecQtrshMkBg1 >> >> The poll will be open for 10 days (until June 29th 10:00 AM UTC). >> >> >> [1] : https://github.com/aerogear/digger-jenkins >> [2] : https://issues.jboss.org/browse/DESIGN-943 >> >> Cheers, >> Ali >> > > > _______________________________________________ > aerogear-dev mailing list > aerogear-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-dev > -- LAURA FITZGERALD Red Hat Mobile Communications House, Cork Road Waterford City, Ireland X91NY33 lfitzger at redhat.com IM: lfitzgerald -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171006/48d600f8/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: Screen Shot 2017-06-29 at 22.58.31.png Type: image/png Size: 77274 bytes Desc: not available Url : http://lists.jboss.org/pipermail/aerogear-users/attachments/20171006/48d600f8/attachment-0002.png -------------- next part -------------- A non-text attachment was scrubbed... Name: aerogeardigger_logo_r1v6.png Type: image/png Size: 30735 bytes Desc: not available Url : http://lists.jboss.org/pipermail/aerogear-users/attachments/20171006/48d600f8/attachment-0003.png From Romain.Javornik at saint-gobain.com Thu Oct 12 04:43:18 2017 From: Romain.Javornik at saint-gobain.com (Javornik, Romain) Date: Thu, 12 Oct 2017 08:43:18 +0000 Subject: [Aerogear-users] Push Problem on 1.1.1.Final Push Message-ID: <144EA958C5BCB144849B6DF3DD05867C2730CA8C@EXMB1EU21.za.if.atcsg.net> Hello, We are currently running Aerogear Push 1.1.1.Final on a Jboss EAP 6.4 since a year now without any issues. However, a problem that we had prior 1.1.0 release (http://lists.jboss.org/pipermail/aerogear-users/2016-June/000821.html) is coming back. When we are making a push we got this error (sometimes) : 08:29:08,265 WARNING [org.jboss.aerogear.unifiedpush.message.sender.APNsPushNotificationSender] (MonitoringThread-1) Internal cache size exceeded, new size is: 150 08:29:08,265 SEVERE [org.jboss.aerogear.unifiedpush.message.sender.APNsPushNotificationSender] (MonitoringThread-1) Error sending payload to APNs server: com.notnoop.exceptions.ApnsDeliveryErrorException: Failed to deliver notification with error code 8 at com.notnoop.apns.internal.ApnsConnectionImpl$2.run(ApnsConnectionImpl.java:199) [apns-1.0.0.Beta6.jar:] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_75] Do you know where the problem might come from ? Best Regards, Romain Javornik -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171012/d3b44b24/attachment.html From Romain.Javornik at saint-gobain.com Mon Oct 16 05:17:19 2017 From: Romain.Javornik at saint-gobain.com (Javornik, Romain) Date: Mon, 16 Oct 2017 09:17:19 +0000 Subject: [Aerogear-users] Push Problem on 1.1.1.Final Push In-Reply-To: <144EA958C5BCB144849B6DF3DD05867C2730CA8C@EXMB1EU21.za.if.atcsg.net> References: <144EA958C5BCB144849B6DF3DD05867C2730CA8C@EXMB1EU21.za.if.atcsg.net> Message-ID: <144EA958C5BCB144849B6DF3DD05867C27323941@EXMB1EU11.za.if.atcsg.net> Hello, Did anyone had this issue before ? Did there is a way to provide more information to solve this ? Best Regards, Romain Javornik De : aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] Envoy? : jeudi 12 octobre 2017 10:43 ? : aerogear-users at lists.jboss.org Objet : [%Suspicious sender ?%][Aerogear-users] Push Problem on 1.1.1.Final Push Hello, We are currently running Aerogear Push 1.1.1.Final on a Jboss EAP 6.4 since a year now without any issues. However, a problem that we had prior 1.1.0 release (http://lists.jboss.org/pipermail/aerogear-users/2016-June/000821.html) is coming back. When we are making a push we got this error (sometimes) : 08:29:08,265 WARNING [org.jboss.aerogear.unifiedpush.message.sender.APNsPushNotificationSender] (MonitoringThread-1) Internal cache size exceeded, new size is: 150 08:29:08,265 SEVERE [org.jboss.aerogear.unifiedpush.message.sender.APNsPushNotificationSender] (MonitoringThread-1) Error sending payload to APNs server: com.notnoop.exceptions.ApnsDeliveryErrorException: Failed to deliver notification with error code 8 at com.notnoop.apns.internal.ApnsConnectionImpl$2.run(ApnsConnectionImpl.java:199) [apns-1.0.0.Beta6.jar:] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_75] Do you know where the problem might come from ? Best Regards, Romain Javornik -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171016/ab073023/attachment.html From jusanche at redhat.com Mon Oct 16 05:34:22 2017 From: jusanche at redhat.com (Julio Cesar Sanchez Hernandez) Date: Mon, 16 Oct 2017 11:34:22 +0200 Subject: [Aerogear-users] Push Problem on 1.1.1.Final Push In-Reply-To: <144EA958C5BCB144849B6DF3DD05867C27323941@EXMB1EU11.za.if.atcsg.net> References: <144EA958C5BCB144849B6DF3DD05867C2730CA8C@EXMB1EU21.za.if.atcsg.net> <144EA958C5BCB144849B6DF3DD05867C27323941@EXMB1EU11.za.if.atcsg.net> Message-ID: Error 8 is returned by APNs when there is an invalid token (i.e, you register a device with development build and try to send a production push or vice versa). I think the push server shouldn't show that warning, it should handle the device appropriately (delete it from the list as it's invalid). I use 1.1.3 Final and I think it works that way, so you should try to update to 1.1.3, or even to 1.2. On Mon, Oct 16, 2017 at 11:17 AM, Javornik, Romain < Romain.Javornik at saint-gobain.com> wrote: > Hello, > > > > Did anyone had this issue before ? > > Did there is a way to provide more information to solve this ? > > > > Best Regards, > > Romain Javornik > > > > *De :* aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users- > bounces at lists.jboss.org] > *Envoy? :* jeudi 12 octobre 2017 10:43 > *? :* aerogear-users at lists.jboss.org > *Objet :* [%Suspicious sender ?%][Aerogear-users] Push Problem on > 1.1.1.Final Push > > > > Hello, > > > > We are currently running Aerogear Push 1.1.1.Final on a Jboss EAP 6.4 > since a year now without any issues. > > > > However, a problem that we had prior 1.1.0 release ( > http://lists.jboss.org/pipermail/aerogear-users/2016-June/000821.html) is > coming back. > > > > When we are making a push we got this error (sometimes) : > > > > 08:29:08,265 WARNING [org.jboss.aerogear.unifiedpush.message.sender.APNsPushNotificationSender] > (MonitoringThread-1) Internal cache size exceeded, new size is: 150 > > 08:29:08,265 SEVERE [org.jboss.aerogear.unifiedpush.message.sender.APNsPushNotificationSender] > (MonitoringThread-1) Error sending payload to APNs server: > com.notnoop.exceptions.ApnsDeliveryErrorException: Failed to deliver > notification with error code 8 > > at com.notnoop.apns.internal.ApnsConnectionImpl$2.run(ApnsConnectionImpl.java:199) > [apns-1.0.0.Beta6.jar:] > > at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_75] > > > > > > Do you know where the problem might come from ? > > > > Best Regards, > > Romain Javornik > > _______________________________________________ > 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/20171016/5bdd3bee/attachment.html From Romain.Javornik at saint-gobain.com Mon Oct 16 08:16:31 2017 From: Romain.Javornik at saint-gobain.com (Javornik, Romain) Date: Mon, 16 Oct 2017 12:16:31 +0000 Subject: [Aerogear-users] Push Problem on 1.1.1.Final Push In-Reply-To: References: <144EA958C5BCB144849B6DF3DD05867C2730CA8C@EXMB1EU21.za.if.atcsg.net> <144EA958C5BCB144849B6DF3DD05867C27323941@EXMB1EU11.za.if.atcsg.net> Message-ID: <144EA958C5BCB144849B6DF3DD05867C27324D6C@EXMB1EU11.za.if.atcsg.net> Hello, We are going to try 1.2.0 Final, but this issue was normally fixed in 1.1.0 Final. Did there is any guarantees that the upgrade will definitely fix the problem ? Best Regards, Romain Javornik De : aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] De la part de Julio Cesar Sanchez Hernandez Envoy? : lundi 16 octobre 2017 11:34 ? : aerogear-users at lists.jboss.org Objet : Re: [Aerogear-users] Push Problem on 1.1.1.Final Push Error 8 is returned by APNs when there is an invalid token (i.e, you register a device with development build and try to send a production push or vice versa). I think the push server shouldn't show that warning, it should handle the device appropriately (delete it from the list as it's invalid). I use 1.1.3 Final and I think it works that way, so you should try to update to 1.1.3, or even to 1.2. On Mon, Oct 16, 2017 at 11:17 AM, Javornik, Romain > wrote: Hello, Did anyone had this issue before ? Did there is a way to provide more information to solve this ? Best Regards, Romain Javornik De : aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] Envoy? : jeudi 12 octobre 2017 10:43 ? : aerogear-users at lists.jboss.org Objet : [%Suspicious sender ?%][Aerogear-users] Push Problem on 1.1.1.Final Push Hello, We are currently running Aerogear Push 1.1.1.Final on a Jboss EAP 6.4 since a year now without any issues. However, a problem that we had prior 1.1.0 release (http://lists.jboss.org/pipermail/aerogear-users/2016-June/000821.html) is coming back. When we are making a push we got this error (sometimes) : 08:29:08,265 WARNING [org.jboss.aerogear.unifiedpush.message.sender.APNsPushNotificationSender] (MonitoringThread-1) Internal cache size exceeded, new size is: 150 08:29:08,265 SEVERE [org.jboss.aerogear.unifiedpush.message.sender.APNsPushNotificationSender] (MonitoringThread-1) Error sending payload to APNs server: com.notnoop.exceptions.ApnsDeliveryErrorException: Failed to deliver notification with error code 8 at com.notnoop.apns.internal.ApnsConnectionImpl$2.run(ApnsConnectionImpl.java:199) [apns-1.0.0.Beta6.jar:] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_75] Do you know where the problem might come from ? Best Regards, Romain Javornik _______________________________________________ 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/20171016/13f154ba/attachment-0001.html From ya at sherpa-solutions.com Mon Oct 16 15:21:17 2017 From: ya at sherpa-solutions.com (Yoann Archambault) Date: Mon, 16 Oct 2017 15:21:17 -0400 Subject: [Aerogear-users] DB Migration failing (1.1.3 to 1.2.0) Message-ID: Hello, I'm trying to upgrade to 1.2.0 so i cloned our production database and am trying to run the ups-migrator but i'm getting a strange error about one of the new tables. I'm running a postgresql 9.6 database on centos 6.9 and wildfly 10.1 I'm attaching the full output of the migrator (.txt) as well as the contents of my changelog table (.xls) Any help getting unstuck would be greatly appreciated! Yoann Archambault ---- DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-16::matzew (generated): Computed checksum for addPrimaryKey:[ columnNames="id" constraintName="PRIMARY" tableName="flat_push_message_info" ] as 3464de402322ecb56aa2ec149c55bd6d DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-16::matzew (generated): Computed checksum for 7:3464de402322ecb56aa2ec149c55bd6d: as d120fdfbd02d16d8f644519467ff5b87 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated): Running Changeset:liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated) DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated): Changeset liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated) DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated): Reading ChangeSet: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated) DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated): Executing Statement: liquibase.statement.core.AddPrimaryKeyStatement at 54eb2b70 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated): Executing EXECUTE database command: ALTER TABLE public.variant_error_status ADD CONSTRAINT "PRIMARY" PRIMARY KEY (push_message_variant_id) SEVERE 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated): Change Set liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated) failed. Error: org.postgresql.util.PSQLException: ERROR: relation "PRIMARY" already exists liquibase.exception.DatabaseException: org.postgresql.util.PSQLException: ERROR: relation "PRIMARY" already exists at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:316) at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55) at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:122) at liquibase.database.AbstractJdbcDatabase.execute(AbstractJdbcDatabase.java:1227) at liquibase.database.AbstractJdbcDatabase.executeStatements(AbstractJdbcDatabase.java:1210) at liquibase.changelog.ChangeSet.execute(ChangeSet.java:550) at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:43) at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:73) at liquibase.Liquibase.update(Liquibase.java:200) at liquibase.integration.commandline.Main.doMigration(Main.java:1044) at liquibase.integration.commandline.Main.run(Main.java:175) at liquibase.integration.commandline.Main.main(Main.java:94) Caused by: org.postgresql.util.PSQLException: ERROR: relation "PRIMARY" already exists at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2157) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1886) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:559) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:403) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:395) at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:314) ... 11 more DEBUG 10/16/17 2:43 PM: liquibase: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated): Release Database Lock -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171016/18764869/attachment-0001.html -------------- next part -------------- DEBUG 10/16/17 2:43 PM: liquibase: Connected to unifiedpush at jdbc:postgresql://XXX.XXX.XXX.XXX:XXXX/unifiedpushtest DEBUG 10/16/17 2:43 PM: liquibase: Setting auto commit to false from true DEBUG 10/16/17 2:43 PM: liquibase: Computed checksum for 1508179434724 as 054bec6090ac031ef7e1d3872b8a2a5c DEBUG 10/16/17 2:43 PM: liquibase: Executing QUERY database command: select count(*) from public.ups_db_changeloglock DEBUG 10/16/17 2:43 PM: liquibase: Executing QUERY database command: SELECT LOCKED FROM public.ups_db_changeloglock WHERE ID=1 DEBUG 10/16/17 2:43 PM: liquibase: Lock Database DEBUG 10/16/17 2:43 PM: liquibase: Executing UPDATE database command: UPDATE public.ups_db_changeloglock SET LOCKED = TRUE, LOCKEDBY = 'localhost.localdomain (fe80:0:0:0:a00:27ff:fea5:6301%eth0)', LOCKGRANTED = '2017-10-16 14:43:54.929' WHERE ID = 1 AND LOCKED = FALSE INFO 10/16/17 2:43 PM: liquibase: Successfully acquired change log lock DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd is liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.1.xsd DEBUG 10/16/17 2:43 PM: liquibase: Resolving XML entity name='null', publicId='null', baseURI='null', systemId='http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.3.xsd' DEBUG 10/16/17 2:43 PM: liquibase: Found namespace details class liquibase.parser.core.xml.StandardNamespaceDetails for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.3.xsd DEBUG 10/16/17 2:43 PM: liquibase: Local path for http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.3.xsd is liquibase/parser/core/xml/dbchangelog-3.3.xsd DEBUG 10/16/17 2:43 PM: liquibase: Successfully loaded XSD from liquibase/parser/core/xml/dbchangelog-3.3.xsd DEBUG 10/16/17 2:43 PM: liquibase: Executing QUERY database command: SELECT MD5SUM FROM public.ups_db_changelog WHERE MD5SUM IS NOT NULL INFO 10/16/17 2:43 PM: liquibase: Reading from public.ups_db_changelog DEBUG 10/16/17 2:43 PM: liquibase: Executing QUERY database command: SELECT FILENAME,AUTHOR,ID,MD5SUM,DATEEXECUTED,ORDEREXECUTED,EXECTYPE,DESCRIPTION,COMMENTS,TAG,LIQUIBASE FROM public.ups_db_changelog ORDER BY DATEEXECUTED ASC, ORDEREXECUTED ASC DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::001::generated: Computed checksum for createTable:[ columns=[ [ [ nullable="false" ] name="googlekey" type="VARCHAR(255)" ], [ name="projectnumber" type="VARCHAR(255)" ], [ [ nullable="false" ] name="id" type="VARCHAR(255)" ] ] tableName="androidvariant" ] as 74f752339df39ad3dbfd9f2c36256002 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::001::generated: Computed checksum for 7:74f752339df39ad3dbfd9f2c36256002: as 5b061837544f5bd9194fc5c4e76ea578 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::002::generated: Computed checksum for createTable:[ columns=[ [ [ nullable="false" ] name="clientid" type="VARCHAR(255)" ], [ [ nullable="false" ] name="clientsecret" type="VARCHAR(255)" ], [ [ nullable="false" ] name="refreshtoken" type="VARCHAR(255)" ], [ [ ... [truncated in log] as 5ba70fd0cebaf707a9bf1d49cf831f42 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::002::generated: Computed checksum for 7:5ba70fd0cebaf707a9bf1d49cf831f42: as f78fa5ab0e562f0297a19e047b60bb05 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::003::generated: Computed checksum for createTable:[ columns=[ [ [ nullable="false" ] name="id" type="VARCHAR(255)" ], [ name="alias" type="VARCHAR(255)" ], [ name="devicetoken" type="VARCHAR(4096)" ], [ name="devicetype" type="VARCHAR(255)" ], [ [ nullable="false" ] name="e... [truncated in log] as 7976655cd8b949809a33c162743a62b6 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::003::generated: Computed checksum for 7:7976655cd8b949809a33c162743a62b6: as 9237feff8f5702b0e8813bba9a2da6c4 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::004::generated: Computed checksum for createTable:[ columns=[ [ [ nullable="false" ] name="installation_id" type="VARCHAR(255)" ], [ name="categories" type="VARCHAR(255)" ] ] tableName="installation_categories" ] as cd6923fcf7b57497fef4da35d06fc528 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::004::generated: Computed checksum for 7:cd6923fcf7b57497fef4da35d06fc528: as 3ba70e4cb4116c119cba94e653c0ddc7 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::005::generated: Computed checksum for createTable:[ columns=[ [ [ nullable="false" ] name="id" type="VARCHAR(255)" ], [ name="description" type="VARCHAR(255)" ], [ name="developer" type="VARCHAR(255)" ], [ name="mastersecret" type="VARCHAR(255)" ], [ [ nullable="false" ] na... [truncated in log] as 0abeeb1fd6911ddace987a8b16d22099 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::005::generated: Computed checksum for 7:0abeeb1fd6911ddace987a8b16d22099: as 9b0a636fdec2e1378bfcaeab2c4f9337 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::006::generated: Computed checksum for createTable:[ columns=[ [ [ nullable="false" ] name="id" type="VARCHAR(255)" ], [ name="clientidentifier" type="VARCHAR(255)" ], [ name="ipaddress" type="VARCHAR(255)" ], [ [ nullable="false" ] name="pushapplicationid" type="VARCHAR(255)" ], [ ... [truncated in log] as 4b2bc8516ae7a1f7eb412431ebb6ee63 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::006::generated: Computed checksum for 7:4b2bc8516ae7a1f7eb412431ebb6ee63: as 097737c3f7b0f67e4ec7aef9a907f79e DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::007::generated: Computed checksum for createTable:[ columns=[ [ [ nullable="false" ] name="id" type="VARCHAR(255)" ] ] tableName="simplepushvariant" ] as c952df464334fa0d308c651bebdf343c DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::007::generated: Computed checksum for 7:c952df464334fa0d308c651bebdf343c: as f780caa0cc2fb6ea871709483e3b8800 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::008::generated: Computed checksum for createTable:[ columns=[ [ [ nullable="false" ] name="VARIANT_TYPE" type="VARCHAR(31)" ], [ [ nullable="false" ] name="id" type="VARCHAR(255)" ], [ name="description" type="VARCHAR(255)" ], [ name="developer" type="VARCHAR(255)" ], [ nam... [truncated in log] as 14ba91c7ed9d59ce41d035d66603024a DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::008::generated: Computed checksum for 7:14ba91c7ed9d59ce41d035d66603024a: as 594d0759e532c1296f412b27e7dd085d DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::009::generated: Computed checksum for createTable:[ columns=[ [ [ nullable="false" ] name="id" type="VARCHAR(255)" ], [ name="deliverystatus" type="BOOLEAN" ], [ name="reason" type="VARCHAR(255)" ], [ [ nullable="false" ] name="receivers" type="BIGINT" ], [ [ ... [truncated in log] as 235a8650731d9da7352a39873684f73e DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::009::generated: Computed checksum for 7:235a8650731d9da7352a39873684f73e: as 37814024374f7d6fbc1dc410add5e016 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::010::generated: Computed checksum for createTable:[ columns=[ [ [ nullable="false" ] name="certificate" type="OID" ], [ [ nullable="false" ] name="passphrase" type="VARCHAR(255)" ], [ [ nullable="false" ] name="production" type="BOOLEAN" ], [ [ nullable="fal... [truncated in log] as 1ff95da3c9bb92dec5c4191062b599b4 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::010::generated: Computed checksum for 7:1ff95da3c9bb92dec5c4191062b599b4: as 2d9cf917690f7394bbce4c5cccc00276 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::011::generated: Computed checksum for addPrimaryKey:[ columnNames="id" constraintName="androidvariant_pkey" tableName="androidvariant" ] as 140cab5cc77dbdc61a53592a9b2a8acb DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::011::generated: Computed checksum for 7:140cab5cc77dbdc61a53592a9b2a8acb: as 8da54c3df0644261d1f5b19686066746 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::012::generated: Computed checksum for addPrimaryKey:[ columnNames="id" constraintName="chromepackagedappvariant_pkey" tableName="chromepackagedappvariant" ] as aff58868ff5e6908ea65af61541bd3b8 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::012::generated: Computed checksum for 7:aff58868ff5e6908ea65af61541bd3b8: as f21afbd5273118c415ba88f67a3410cc DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::013::generated: Computed checksum for addPrimaryKey:[ columnNames="id" constraintName="installation_pkey" tableName="installation" ] as dc416d303aae26890f96bf9ec13fbd4f DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::013::generated: Computed checksum for 7:dc416d303aae26890f96bf9ec13fbd4f: as 7d3b3f89d22f08d9b064d4b378ccd17d DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::014::generated: Computed checksum for addPrimaryKey:[ columnNames="id" constraintName="pushapplication_pkey" tableName="pushapplication" ] as a5abd935c04b219fbd09c2cf475a2ae7 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::014::generated: Computed checksum for 7:a5abd935c04b219fbd09c2cf475a2ae7: as b29ae2d89b720707d3e5cdd68a44c80a DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::015::generated: Computed checksum for addPrimaryKey:[ columnNames="id" constraintName="pushmessageinformation_pkey" tableName="pushmessageinformation" ] as 164b6fc2d6a68e405af172877689aca8 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::015::generated: Computed checksum for 7:164b6fc2d6a68e405af172877689aca8: as 58a8be1b0929f6285fa8730d37f34ecb DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::016::generated: Computed checksum for addPrimaryKey:[ columnNames="id" constraintName="simplepushvariant_pkey" tableName="simplepushvariant" ] as 7c0d6d6a61d0657b0de00b2e6d61f3c6 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::016::generated: Computed checksum for 7:7c0d6d6a61d0657b0de00b2e6d61f3c6: as f04bdfebb1400a65e5fb564c9fda1090 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::017::generated: Computed checksum for addPrimaryKey:[ columnNames="id" constraintName="variant_pkey" tableName="variant" ] as ec4d5b83af17c24a357e27f2f738d1f9 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::017::generated: Computed checksum for 7:ec4d5b83af17c24a357e27f2f738d1f9: as e593ac5f075b5ba3ba18dd1bfddfd8de DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::018::generated: Computed checksum for addPrimaryKey:[ columnNames="id" constraintName="variantmetricinformation_pkey" tableName="variantmetricinformation" ] as 61a96d28b1370429809f40d95c73be18 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::018::generated: Computed checksum for 7:61a96d28b1370429809f40d95c73be18: as eceea0f1736474a4418b3f201d9ba03c DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::019::generated: Computed checksum for addPrimaryKey:[ columnNames="id" constraintName="iosvariant_pkey" tableName="iosvariant" ] as be85c73f48da849361584534a0095bfc DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::019::generated: Computed checksum for 7:be85c73f48da849361584534a0095bfc: as 74a4dc6e1a4da1e7489faa7c919992c6 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::020::generated: Computed checksum for addUniqueConstraint:[ columnNames="variantid" constraintName="uk_jlpkx1qkcjaps25wqhp4nkfel" deferrable="false" disabled="false" initiallyDeferred="false" tableName="variant" ] as 672506de8142b618a7590e8c26e04c51 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::020::generated: Computed checksum for 7:672506de8142b618a7590e8c26e04c51: as 6a26f4740b2b25ebd4fcdffafeb2f515 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::021::generated: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="installation_id" baseTableName="installation_categories" constraintName="fk_7jk4ols9cel7xo5bi10yk1gvl" deferrable="false" initiallyDeferred="false" onDelete="NO ACTION" onUpdate="NO ACTION" referencedColumnNames="id" referencedTableName="installation" ] as 6af90151fa4ed307592a34911b54e983 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::021::generated: Computed checksum for 7:6af90151fa4ed307592a34911b54e983: as 8cf2670c804e3b110c12be9a1c99868b DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::022::generated: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="variants_id" baseTableName="variant" constraintName="fk_7vjqh1lbqvlh4ni98qnh8hxkr" deferrable="false" initiallyDeferred="false" onDelete="NO ACTION" onUpdate="NO ACTION" referencedColumnNames="id" referencedTableName="pushapplication" ] as 10617fda7a2393e1385b2edc940c78a9 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::022::generated: Computed checksum for 7:10617fda7a2393e1385b2edc940c78a9: as 53bf85770ba432af6952f3954fc8bca2 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::023::generated: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="id" baseTableName="iosvariant" constraintName="fk_a7ndfcxa9m4wt4m2x2mxajr56" deferrable="false" initiallyDeferred="false" onDelete="NO ACTION" onUpdate="NO ACTION" referencedColumnNames="id" referencedTableName="variant" ] as 0d8afc0d9cc542698774f537052e31bb DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::023::generated: Computed checksum for 7:0d8afc0d9cc542698774f537052e31bb: as 2af061d028434c87e720247aab7223f1 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::024::generated: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="id" baseTableName="androidvariant" constraintName="fk_abna7p5c0p8ju2pf4ucqv5cby" deferrable="false" initiallyDeferred="false" onDelete="NO ACTION" onUpdate="NO ACTION" referencedColumnNames="id" referencedTableName="variant" ] as b2dd32034d6e28e011a8d6a3b1b3ab2d DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::024::generated: Computed checksum for 7:b2dd32034d6e28e011a8d6a3b1b3ab2d: as e49245011909ef7d549d482786f1153f DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::025::generated: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="variantinformations_id" baseTableName="variantmetricinformation" constraintName="fk_ci9sa3eevtel9l172w9b0musj" deferrable="false" initiallyDeferred="false" onDelete="NO ACTION" onUpdate="NO ACTION" referencedColumnNames="id" referencedTableName="pushmessageinformation" ] as 364ec3c6a2cf18bc224d160e266804fb DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::025::generated: Computed checksum for 7:364ec3c6a2cf18bc224d160e266804fb: as 5793c635c55b546abbf0023083ddcfa2 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::026::generated: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="id" baseTableName="chromepackagedappvariant" constraintName="fk_craam2a14eghbd6ohlnbbe7bq" deferrable="false" initiallyDeferred="false" onDelete="NO ACTION" onUpdate="NO ACTION" referencedColumnNames="id" referencedTableName="variant" ] as 0ff94257ab8867c8b7dceef056d4c04f DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::026::generated: Computed checksum for 7:0ff94257ab8867c8b7dceef056d4c04f: as aed2d8febfb16c2ec4d4d469303744f8 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::027::generated: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="id" baseTableName="simplepushvariant" constraintName="fk_hombuwogx5wv7hnup407gnwpg" deferrable="false" initiallyDeferred="false" onDelete="NO ACTION" onUpdate="NO ACTION" referencedColumnNames="id" referencedTableName="variant" ] as 07a5df255a3a3ef54656bd6283a1d6b2 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::027::generated: Computed checksum for 7:07a5df255a3a3ef54656bd6283a1d6b2: as af6c115209ce029e022e15cc08afd957 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::028::generated: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="variantid" baseTableName="installation" constraintName="fk_se07q3nt9pb7v949p4ia77uvc" deferrable="false" initiallyDeferred="false" onDelete="NO ACTION" onUpdate="NO ACTION" referencedColumnNames="variantid" referencedTableName="variant" ] as 5d2901f9dd9bf3dcd2a9f7b58e3942ed DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.0.Final/initial-pgsql.xml::028::generated: Computed checksum for 7:5d2901f9dd9bf3dcd2a9f7b58e3942ed: as 75fa70e83c1df08281177760d376f6b2 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.2/2014-12-17-keycloak-fixes.xml::001::generated: Computed checksum for renameTable:[ newTableName="REALM_EVENTS_LISTENERS" oldTableName="REALM_AUDIT_LISTENERS" ] as 3e10854a9c86d4cb10f4c03805f66261 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.2/2014-12-17-keycloak-fixes.xml::001::generated: Computed checksum for 7:3e10854a9c86d4cb10f4c03805f66261: as 9745afa3151bdd7c13212990642e4966 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.2/2014-12-17-keycloak-fixes.xml::002::generated: Computed checksum for renameColumn:[ columnDataType="BIT(1)" newColumnName="EVENTS_ENABLED" oldColumnName="AUDIT_ENABLED" tableName="REALM" ] as 5d328fda3a0a460a901b25086cd12e23 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.2/2014-12-17-keycloak-fixes.xml::002::generated: Computed checksum for 7:5d328fda3a0a460a901b25086cd12e23: as 1af142bc49b25c88dfd58b469fe1bf18 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.2/2014-12-17-keycloak-fixes.xml::003::generated: Computed checksum for renameColumn:[ columnDataType="BIGINT(20)" newColumnName="EVENTS_EXPIRATION" oldColumnName="AUDIT_EXPIRATION" tableName="REALM" ] as f3e53af6706c8c3ab44f4a8ef00496bc DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.2/2014-12-17-keycloak-fixes.xml::003::generated: Computed checksum for 7:f3e53af6706c8c3ab44f4a8ef00496bc: as 25fcfa730e75d1391cbcae6e594503fe DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2015-02-27-normalize_installations_table.xml::002p::qmx: Computed checksum for dropForeignKeyConstraint:[ baseTableName="installation" constraintName="fk_se07q3nt9pb7v949p4ia77uvc" ] as 5ab5e299a8bdb2cebb1b4064506ac3ac DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2015-02-27-normalize_installations_table.xml::002p::qmx: Computed checksum for 7:5ab5e299a8bdb2cebb1b4064506ac3ac: as fcc85ade54617a80b8fbdede7398f6ae DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2015-02-27-normalize_installations_table.xml::003p::qmx: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="variantid" baseTableName="installation" constraintName="fk_na86cvm4h3gytxsyqdugc2o74" deferrable="false" initiallyDeferred="false" onDelete="NO ACTION" onUpdate="NO ACTION" referencedColumnNames="variantid" referencedTableName="variant" ] as 11562ff1fd16b9336c34b8e64783055e DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2015-02-27-normalize_installations_table.xml::003p::qmx: Computed checksum for 7:11562ff1fd16b9336c34b8e64783055e: as fef196bab1af40c24421f4b6cb20a91b DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::001::generated: Computed checksum for createTable:[ columns=[ [ [ nullable="false" primaryKey="true" primaryKeyName="category_pkey" ] name="id" type="BIGINT" ], [ name="name" type="VARCHAR(255)" ] ] tableName="category" ] as 99576ded8c061edeee0b534c4573155c DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::001::generated: Computed checksum for 7:99576ded8c061edeee0b534c4573155c: as bc007ca8397c01c3b2c27d782b6657be DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::002p::generated: Computed checksum for inputStream as b99f3390e7250ac1d9d31bb21809d5bf DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::002p::generated: Computed checksum for 7:b99f3390e7250ac1d9d31bb21809d5bf: as 2a00e8386f133e161d1122a0cd62a1ab DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::003p::generated: Computed checksum for createSequence:[ sequenceName="category_seq" ] as 5f8cb6a5816ac22ce47d0a5242ec2642 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::003p::generated: Computed checksum for 7:5f8cb6a5816ac22ce47d0a5242ec2642: as 2c71c4b11cddad3a47650e72a187716d DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::004::generated: Computed checksum for customChange:[ class="org.jboss.aerogear.unifiedpush.migrator.CategoriesMigration" param=[] ] as 0b5016276de768b858950c58669a7917 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::004::generated: Computed checksum for 7:0b5016276de768b858950c58669a7917: as fba59a75e13e2d554c854e461468ccb3 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::004a::generated: Computed checksum for renameColumn:[ columnDataType="BIGINT" newColumnName="category_id" oldColumnName="categories_id" tableName="installation_category" ] as fa5b054d0bff3596a5f9a7ab2afb9776 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::004a::generated: Computed checksum for 7:fa5b054d0bff3596a5f9a7ab2afb9776: as 198dcb6d67e4e95ad4858a61dabd31dd DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::005::generated: Computed checksum for createTable:[ columns=[ [ [ nullable="false" ] name="installation_id" type="VARCHAR(255)" ], [ [ nullable="false" ] name="category_id" type="BIGINT" ] ] tableName="installation_category" ] as 3bfb20096a7264a1d275a9787c5c75a3 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::005::generated: Computed checksum for addPrimaryKey:[ columnNames="installation_id, category_id" constraintName="installation_category_pkey" tableName="installation_category" ] as e186fee9adb3c5c76e46371d66b49834 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::005::generated: Computed checksum for 7:3bfb20096a7264a1d275a9787c5c75a3:7:e186fee9adb3c5c76e46371d66b49834: as 094e6b5e7676e4384d5bb8ac275d08b3 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::006p::generated: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="installation_id" baseTableName="installation_category" constraintName="fk_dttushnsf13kdwywyba8njqv7" referencedColumnNames="id" referencedTableName="installation" ] as 1f428111b00cf5f17eedb6d09bc2358f DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::006p::generated: Computed checksum for 7:1f428111b00cf5f17eedb6d09bc2358f: as 63063353fcd6332f09973f40ac394a62 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::007p::generated: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="category_id" baseTableName="installation_category" constraintName="fk_ox56uwmry1x6kfoi3dkw1to8o" referencedColumnNames="id" referencedTableName="category" ] as 55d8e0e2c5f45b8e455bc1ace3c599cd DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::007p::generated: Computed checksum for 7:55d8e0e2c5f45b8e455bc1ace3c599cd: as bcb60741ef574d75dec1f7ab2f4ac14f DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::008::generated: Computed checksum for inputStream as 2f0a1d792e24f0ffcce7254117493147 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::008::generated: Computed checksum for 7:2f0a1d792e24f0ffcce7254117493147: as 6984bf6f963a2f6a97ca881172343343 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::009p::generated: Computed checksum for dropTable:[ tableName="installation_categories" ] as 918c74ef31ea161de8c2a2229f085917 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2014-10-16-add-category-entity.xml::009p::generated: Computed checksum for 7:918c74ef31ea161de8c2a2229f085917: as 2cdcaf9196e6eb930ebd2d0714b87b09 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2015-01-22-change-blob-into-a-base64-string.xml::001p::qmx: Computed checksum for renameTable:[ newTableName="ios_variant" oldTableName="iosvariant" ] as 6024fcdecda96d21773c0308eedd474b DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2015-01-22-change-blob-into-a-base64-string.xml::001p::qmx: Computed checksum for 7:6024fcdecda96d21773c0308eedd474b: as 2f581ea408cd9bb8caa776152d4352ba DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2015-01-22-change-blob-into-a-base64-string.xml::002::qmx: Computed checksum for addColumn:[ columns=[ [ name="cert_data" type="TEXT" ] ] tableName="ios_variant" ] as 9b48e1a15560def4aa63d9e4c0419b87 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2015-01-22-change-blob-into-a-base64-string.xml::002::qmx: Computed checksum for 7:9b48e1a15560def4aa63d9e4c0419b87: as e569b0516623d0e6aa82febced80b27a DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2015-01-22-change-blob-into-a-base64-string.xml::003::qmx: Computed checksum for customChange:[ class="org.jboss.aerogear.unifiedpush.migrator.CertificateBlobToBase64" param=[] ] as f2ec4505730450b81cd87db01c29869b DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2015-01-22-change-blob-into-a-base64-string.xml::003::qmx: Computed checksum for addNotNullConstraint:[ columnDataType="TEXT" columnName="cert_data" tableName="ios_variant" ] as 9a4e5f2806bef8fc1c59d10b3392d2c7 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2015-01-22-change-blob-into-a-base64-string.xml::003::qmx: Computed checksum for 7:f2ec4505730450b81cd87db01c29869b:7:9a4e5f2806bef8fc1c59d10b3392d2c7: as 87871c38ed94247c25c7efe6992880c0 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2015-01-22-change-blob-into-a-base64-string.xml::004::qmx: Computed checksum for dropColumn:[ columnName="certificate" tableName="ios_variant" ] as fb951b4a0103b90061fe237d7e513489 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2015-01-22-change-blob-into-a-base64-string.xml::004::qmx: Computed checksum for 7:fb951b4a0103b90061fe237d7e513489: as 176902f1158ec92cdeae10c7285b1e32 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2015-01-22-change-blob-into-a-base64-string.xml::005::qmx: Computed checksum for addDefaultValue:[ columnName="production" defaultValueBoolean="false" tableName="ios_variant" ] as 1e6cd1f22b7cd04b4fec2130ad7ebd9f DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.0.3/2015-01-22-change-blob-into-a-base64-string.xml::005::qmx: Computed checksum for 7:1e6cd1f22b7cd04b4fec2130ad7ebd9f: as f7f00d846a86684ac83ad7e690587929 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::02p::qmx: Computed checksum for dropForeignKeyConstraint:[ baseTableName="ios_variant" constraintName="fk_a7ndfcxa9m4wt4m2x2mxajr56" ] as 89f175579f5fcc3262cc8825ac168ca4 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::02p::qmx: Computed checksum for 7:89f175579f5fcc3262cc8825ac168ca4: as ed335d2e4c1064951c5b72b1955cd2eb DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::05p::qmx: Computed checksum for dropForeignKeyConstraint:[ baseTableName="installation_category" constraintName="fk_dttushnsf13kdwywyba8njqv7" ] as 5142106953abd2893c2658af28603dbf DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::05p::qmx: Computed checksum for 7:5142106953abd2893c2658af28603dbf: as d94bf28319a007c2fc10bfb3d0d1cd86 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::07p::qmx: Computed checksum for dropForeignKeyConstraint:[ baseTableName="installation_category" constraintName="fk_ox56uwmry1x6kfoi3dkw1to8o" ] as ea3028206710ab02bbfb1fbaee579efa DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::07p::qmx: Computed checksum for 7:ea3028206710ab02bbfb1fbaee579efa: as 9cadb54325f17269c415d9f625957602 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::08::qmx: Computed checksum for dropForeignKeyConstraint:[ baseTableName="windows_mpns_variant" constraintName="fk_649wp2ys69m1jxb33tl3trjig" ] as ccf4a6038b24c688e2399f9b7c940eca DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::08::qmx: Computed checksum for 7:ccf4a6038b24c688e2399f9b7c940eca: as 7dcc412a2bc4a3d9bdd3398ee4b6feb3 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::09::qmx: Computed checksum for dropForeignKeyConstraint:[ baseTableName="adm_variant" constraintName="fk_ajv3xb38jdgfme5l27o7obvnt" ] as 82e9456ebf38250a9a483d60b0f369a2 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::09::qmx: Computed checksum for 7:82e9456ebf38250a9a483d60b0f369a2: as f6e3265affe70815b0c48d7a5cbcaf9c DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::10::qmx: Computed checksum for dropForeignKeyConstraint:[ baseTableName="windows_wns_variant" constraintName="fk_omslx9kb1rm4p2s8t5qvf4wrp" ] as 5fdf5b638b8a5be38e036f04eed58e4d DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::10::qmx: Computed checksum for 7:5fdf5b638b8a5be38e036f04eed58e4d: as 5acdf36d70175d3e7d4c0e7ed0d7b245 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::11::qmx: Computed checksum for dropForeignKeyConstraint:[ baseTableName="installation" constraintName="fk_q1c2n4kjui158w3t1llg99koq" ] as a8dff3c6cf73f398112c3d8717486077 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::11::qmx: Computed checksum for 7:a8dff3c6cf73f398112c3d8717486077: as 9b010ca13564470652f5f1cc1128533c DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::13::qmx: Computed checksum for dropForeignKeyConstraint:[ baseTableName="variant" constraintName="fk_7vjqh1lbqvlh4ni98qnh8hxkr" ] as d9e2481c252b153391068763fb5494ab DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::13::qmx: Computed checksum for 7:d9e2481c252b153391068763fb5494ab: as 2580e8ff76e80651fb37b60015854fba DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::15::qmx: Computed checksum for dropForeignKeyConstraint:[ baseTableName="androidvariant" constraintName="fk_abna7p5c0p8ju2pf4ucqv5cby" ] as 44bdf7e8c7fa35d29631e76e080fb683 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::15::qmx: Computed checksum for 7:44bdf7e8c7fa35d29631e76e080fb683: as 9b8d30b46fc2929082f14484e901318d DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::17::qmx: Computed checksum for dropForeignKeyConstraint:[ baseTableName="variantmetricinformation" constraintName="fk_ci9sa3eevtel9l172w9b0musj" ] as 8e7f463b3ce1be01506952d460baf3c3 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::17::qmx: Computed checksum for 7:8e7f463b3ce1be01506952d460baf3c3: as c1f47ca2a0f3c102b66b7fa1dd73754a DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::19::qmx: Computed checksum for dropForeignKeyConstraint:[ baseTableName="chromepackagedappvariant" constraintName="fk_craam2a14eghbd6ohlnbbe7bq" ] as e19ea7d8015c1f016970c33155f0a7e2 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::19::qmx: Computed checksum for 7:e19ea7d8015c1f016970c33155f0a7e2: as aea518b4933e52d384dbb5a107abacb6 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::21::qmx: Computed checksum for dropForeignKeyConstraint:[ baseTableName="simplepushvariant" constraintName="fk_hombuwogx5wv7hnup407gnwpg" ] as 619333ba46f92b72090ff76b4f104112 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::21::qmx: Computed checksum for 7:619333ba46f92b72090ff76b4f104112: as 9f5d25613be4c4a0c91977a6ff58e1d0 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::1436899291492-6::qmx: Computed checksum for dropForeignKeyConstraint:[ baseTableName="installation" constraintName="fk_na86cvm4h3gytxsyqdugc2o74" ] as 00b8ae57231900fa2759f18a38fab984 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::1436899291492-6::qmx: Computed checksum for 7:00b8ae57231900fa2759f18a38fab984: as 52709ca0f8f9622b53794eb75003dd5f DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::1436899291492-7::qmx: Computed checksum for dropUniqueConstraint:[ constraintName="UK_jlpkx1qkcjaps25wqhp4nkfel" tableName="Variant" ] as 318c3c94bb7bfdfc0c79c4de5f0dbe90 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-disable-constraints.xml::1436899291492-7::qmx: Computed checksum for 7:318c3c94bb7bfdfc0c79c4de5f0dbe90: as 31554806133320db043975b90f03c8a0 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-variants.xml::02::qmx: Computed checksum for renameColumn:[ columnDataType="VARCHAR(255)" newColumnName="push_application_id" oldColumnName="variants_id" tableName="variant" ] as c36c3a07c34e7dea54b67a3de807dbc3 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-variants.xml::02::qmx: Computed checksum for 7:c36c3a07c34e7dea54b67a3de807dbc3: as a3139bb8002e520c65f120d0cf8970a4 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-variants.xml::04::qmx: Computed checksum for renameColumn:[ columnDataType="VARCHAR(255)" newColumnName="api_key" oldColumnName="variantid" tableName="variant" ] as bb59afcc9d8dbd42e1479ba66165cc68 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-variants.xml::04::qmx: Computed checksum for 7:bb59afcc9d8dbd42e1479ba66165cc68: as f8d0a8e5c27fe64fdec93fb58ce7132e DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-variants.xml::06::qmx: Computed checksum for renameTable:[ newTableName="simple_push_variant" oldTableName="simplepushvariant" ] as cec19c7bd0960be63e946f583eccf419 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-variants.xml::06::qmx: Computed checksum for 7:cec19c7bd0960be63e946f583eccf419: as a0c03d18db1fd0cc914cb53e9e5d8d87 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-variants.xml::08::qmx: Computed checksum for renameTable:[ newTableName="android_variant" oldTableName="androidvariant" ] as 402ae9677f9bbaa3394ca6118ed192b5 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-variants.xml::08::qmx: Computed checksum for 7:402ae9677f9bbaa3394ca6118ed192b5: as cd3b0cc8451f9cbf23b6d03644491d31 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-variants.xml::10::qmx: Computed checksum for renameColumn:[ columnDataType="VARCHAR(255)" newColumnName="google_key" oldColumnName="googlekey" tableName="android_variant" ] as 1a39e5f794356cc80b5a117f3ccdb6cf DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-variants.xml::10::qmx: Computed checksum for 7:1a39e5f794356cc80b5a117f3ccdb6cf: as 54e6f7e471a5d44cca69350800a0c631 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-variants.xml::12::qmx: Computed checksum for renameColumn:[ columnDataType="VARCHAR(255)" newColumnName="project_number" oldColumnName="projectnumber" tableName="android_variant" ] as 04c19c5ab4fc1b09722639c76e9a719d DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-variants.xml::12::qmx: Computed checksum for 7:04c19c5ab4fc1b09722639c76e9a719d: as e78cd18a6c620185e3752dde1ab0730d DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-variants.xml::13::qmx: Computed checksum for addNotNullConstraint:[ columnDataType="varchar(255)" columnName="google_key" tableName="android_variant" ] as 4d92c2642a14c5be21c996c9228cd785 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-variants.xml::13::qmx: Computed checksum for 7:4d92c2642a14c5be21c996c9228cd785: as c86cb451ce931d234615640c096ff7b9 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-application.xml::2::qmx: Computed checksum for renameTable:[ newTableName="push_application" oldTableName="pushapplication" ] as 10918927864b37a81e24c8fefb76cbc1 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-application.xml::2::qmx: Computed checksum for 7:10918927864b37a81e24c8fefb76cbc1: as 35e0ca67471730cf9b3c622976ba2565 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-application.xml::4::qmx: Computed checksum for renameColumn:[ columnDataType="VARCHAR(255)" newColumnName="master_secret" oldColumnName="mastersecret" tableName="push_application" ] as 5a0529acc2bd572990f3e372a103f4a3 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-application.xml::4::qmx: Computed checksum for 7:5a0529acc2bd572990f3e372a103f4a3: as afeb3a85d6b0c1394436883cf9917ba9 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-application.xml::6::qmx: Computed checksum for renameColumn:[ columnDataType="VARCHAR(255)" newColumnName="api_key" oldColumnName="pushapplicationid" tableName="push_application" ] as 8ff1ecb431f9a2142d60fff9c57dbf32 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-application.xml::6::qmx: Computed checksum for 7:8ff1ecb431f9a2142d60fff9c57dbf32: as f2e40d0c3cb4b49b73adb553c506aa0f DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-installation.xml::02::qmx: Computed checksum for renameColumn:[ columnDataType="VARCHAR(4096)" newColumnName="device_token" oldColumnName="devicetoken" tableName="installation" ] as a1b33392901786a0a445d5112c525260 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-installation.xml::02::qmx: Computed checksum for 7:a1b33392901786a0a445d5112c525260: as 283db871758b49779d5c2c97c2b7bcf0 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-installation.xml::04::qmx: Computed checksum for renameColumn:[ columnDataType="VARCHAR(255)" newColumnName="device_type" oldColumnName="devicetype" tableName="installation" ] as f6003f2b9a50a545422498e03e0b61ff DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-installation.xml::04::qmx: Computed checksum for 7:f6003f2b9a50a545422498e03e0b61ff: as 5ba7ff63d6a5cb5e8b657a6334c31f50 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-installation.xml::06::qmx: Computed checksum for renameColumn:[ columnDataType="VARCHAR(255)" newColumnName="operating_system" oldColumnName="operatingsystem" tableName="installation" ] as a39a13706efeff435a300c69545e9919 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-installation.xml::06::qmx: Computed checksum for 7:a39a13706efeff435a300c69545e9919: as 5059da86c1d783a2366fbf19a260d80e DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-installation.xml::08::qmx: Computed checksum for renameColumn:[ columnDataType="VARCHAR(255)" newColumnName="os_version" oldColumnName="osversion" tableName="installation" ] as 97c7ccf521001be549ce38c9090a8baa DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-installation.xml::08::qmx: Computed checksum for 7:97c7ccf521001be549ce38c9090a8baa: as 4b658ff4662e61b3ff10255e8128fc8c DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-installation.xml::10::qmx: Computed checksum for renameColumn:[ columnDataType="VARCHAR(255)" newColumnName="variant_id" oldColumnName="variantid" tableName="installation" ] as 544a9f25fd473863f3e0a9e575edb278 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-installation.xml::10::qmx: Computed checksum for 7:544a9f25fd473863f3e0a9e575edb278: as a4293f49276ca228a5c686dc1702836f DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::02::qmx: Computed checksum for renameTable:[ newTableName="push_message_info" oldTableName="pushmessageinformation" ] as ec0dfb8d44b19f0edba924ab115ffdfd DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::02::qmx: Computed checksum for 7:ec0dfb8d44b19f0edba924ab115ffdfd: as 3e5b9e2dfff8ecceb4cc264a13641b0a DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::04::qmx: Computed checksum for renameColumn:[ columnDataType="VARCHAR(4500)" newColumnName="raw_json_message" oldColumnName="rawjsonmessage" tableName="push_message_info" ] as 989597b58b9bd106e829f5e4b7ba8142 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::04::qmx: Computed checksum for 7:989597b58b9bd106e829f5e4b7ba8142: as b191e50e60342d2edc4142a703da82f7 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::06::qmx: Computed checksum for renameColumn:[ columnDataType="VARCHAR(255)" newColumnName="ip_address" oldColumnName="ipaddress" tableName="push_message_info" ] as 9a8b3547efdbdc2c7972f221aecb4d7b DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::06::qmx: Computed checksum for 7:9a8b3547efdbdc2c7972f221aecb4d7b: as c4d4738cb9e969ed96321a76d403414d DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::08::qmx: Computed checksum for renameColumn:[ columnDataType="DATETIME" newColumnName="submit_date" oldColumnName="submitdate" tableName="push_message_info" ] as a9eed02afa0ec0212680bbbc9628873a DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::08::qmx: Computed checksum for 7:a9eed02afa0ec0212680bbbc9628873a: as d35a049c31a72957b223f25be043fa6d DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::10::qmx: Computed checksum for renameColumn:[ columnDataType="BIGINT" newColumnName="total_receivers" oldColumnName="totalreceivers" tableName="push_message_info" ] as c418ce7cef8b7e0f6ff68127a3cff24e DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::10::qmx: Computed checksum for 7:c418ce7cef8b7e0f6ff68127a3cff24e: as a7722dabf568afb69a7b153d0eb59c9c DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::12::qmx: Computed checksum for renameColumn:[ columnDataType="VARCHAR(255)" newColumnName="client_identifier" oldColumnName="clientidentifier" tableName="push_message_info" ] as 52029f7c5d31ef7a59c68ba474cff49e DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::12::qmx: Computed checksum for 7:52029f7c5d31ef7a59c68ba474cff49e: as 45aa1674d716fdc98f3028e23577d831 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::14::qmx: Computed checksum for renameColumn:[ columnDataType="VARCHAR(255)" newColumnName="push_application_id" oldColumnName="pushapplicationid" tableName="push_message_info" ] as 331ddcbdc2edcfd3a68e59bbdfe4449e DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::14::qmx: Computed checksum for 7:331ddcbdc2edcfd3a68e59bbdfe4449e: as 0ddaf04598fca0d97be534fc39367e96 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::15::qmx: Computed checksum for addColumn:[ columns=[ [ name="app_open_counter" type="BIGINT" ] ] tableName="push_message_info" ] as 11656dac58e9bc7b6eb8d0e813500cfa DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::15::qmx: Computed checksum for 7:11656dac58e9bc7b6eb8d0e813500cfa: as 4d306136f16b5ab6627ce046491b9002 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::16::qmx: Computed checksum for addColumn:[ columns=[ [ name="first_open_date" type="DATETIME" ] ] tableName="push_message_info" ] as bf9f7994b8e0dcf3212c2ef6082e9ac1 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::16::qmx: Computed checksum for 7:bf9f7994b8e0dcf3212c2ef6082e9ac1: as 5b3b9dec3338e2a305766f6297b16117 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::17::qmx: Computed checksum for addColumn:[ columns=[ [ name="last_open_date" type="DATETIME" ] ] tableName="push_message_info" ] as db0a437548bfcf692d91c3ad6a89b953 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::17::qmx: Computed checksum for 7:db0a437548bfcf692d91c3ad6a89b953: as 580209ed1139f71cf6326b006aac645a DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::18::qmx: Computed checksum for addColumn:[ columns=[ [ name="served_variants" type="INT" ] ] tableName="push_message_info" ] as 706076064003249093f96ce7f823a0b7 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::18::qmx: Computed checksum for 7:706076064003249093f96ce7f823a0b7: as 7327af6bb4a9a0ce5b0a47ded922342e DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::19::qmx: Computed checksum for addColumn:[ columns=[ [ name="total_variants" type="INT" ] ] tableName="push_message_info" ] as 9d3366f5fd767596f953affa7b454bb4 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::19::qmx: Computed checksum for 7:9d3366f5fd767596f953affa7b454bb4: as e8c4e95b6ef2aa59169fa38ec7648088 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::20::qmx: Computed checksum for createIndex:[ columns=[ [ name="app_open_counter" ] ] indexName="app_open_counter_idx" tableName="push_message_info" unique="false" ] as b7ac60005995525b73cb6e466c8584dc DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::20::qmx: Computed checksum for 7:b7ac60005995525b73cb6e466c8584dc: as 8d9cd192c74ef2b6e561e3962a9b92d1 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::21::qmx: Computed checksum for createIndex:[ columns=[ [ name="push_application_id" ] ] indexName="push_application_id_index" tableName="push_message_info" unique="false" ] as 61f2002a369d9aa59b135e38d2f9316a DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::21::qmx: Computed checksum for 7:61f2002a369d9aa59b135e38d2f9316a: as 80b89cff1210b6797de55b41ec2a39d4 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::22::qmx: Computed checksum for createIndex:[ columns=[ [ name="submit_date" ] ] indexName="submit_date_idx" tableName="push_message_info" unique="false" ] as b0d9679692a78889dcaa573cbebeb643 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::22::qmx: Computed checksum for 7:b0d9679692a78889dcaa573cbebeb643: as e8e1bf015993e365755e93f75e6429ed DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::23::qmx: Computed checksum for createIndex:[ columns=[ [ name="total_receivers" ] ] indexName="total_receivers_idx" tableName="push_message_info" unique="false" ] as a5b38460b001d96a69d0bcf065eee002 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::23::qmx: Computed checksum for 7:a5b38460b001d96a69d0bcf065eee002: as 0c477c9d4b7ed2503d16b9667ca83f38 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::24::qmx: Computed checksum for addNotNullConstraint:[ columnDataType="varchar(255)" columnName="push_application_id" tableName="push_message_info" ] as 957722f57c7636fd5bda9675ecc34ee0 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-normalize-push-message-information.xml::24::qmx: Computed checksum for 7:957722f57c7636fd5bda9675ecc34ee0: as d000ad2e64d88c95e85b11706c4340d4 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-normalize-variant-metric-information.xml::02::qmx: Computed checksum for renameTable:[ newTableName="variant_metric_info" oldTableName="variantmetricinformation" ] as b59af0249bdb846ae303bf7c8edd65de DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-normalize-variant-metric-information.xml::02::qmx: Computed checksum for 7:b59af0249bdb846ae303bf7c8edd65de: as 214ce354cfd90203be81c1c7ac9680d0 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-normalize-variant-metric-information.xml::04::qmx: Computed checksum for renameColumn:[ columnDataType="BOOLEAN" newColumnName="delivery_status" oldColumnName="deliverystatus" tableName="variant_metric_info" ] as 9fe591809f529e676c457c9841538a35 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-normalize-variant-metric-information.xml::04::qmx: Computed checksum for 7:9fe591809f529e676c457c9841538a35: as 88f253873850bc67a4e7ec295a6b7a5f DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-normalize-variant-metric-information.xml::06::qmx: Computed checksum for renameColumn:[ columnDataType="VARCHAR(255)" newColumnName="push_message_info_id" oldColumnName="variantinformations_id" tableName="variant_metric_info" ] as 8e4b2244bbeba70922abc01f40faf4ca DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-normalize-variant-metric-information.xml::06::qmx: Computed checksum for 7:8e4b2244bbeba70922abc01f40faf4ca: as c2178410e4ce22c431274ecf1a811082 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-normalize-variant-metric-information.xml::08::qmx: Computed checksum for renameColumn:[ columnDataType="VARCHAR(255)" newColumnName="variant_id" oldColumnName="variantid" tableName="variant_metric_info" ] as 754ee2475b38d91552cc786d64a30475 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-normalize-variant-metric-information.xml::08::qmx: Computed checksum for 7:754ee2475b38d91552cc786d64a30475: as 5538b98773d5db7229212ac8d13f4a8f DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-normalize-variant-metric-information.xml::09::qmx: Computed checksum for addColumn:[ columns=[ [ name="served_batches" type="INT" ] ] tableName="variant_metric_info" ] as 67c33819df8c7df0a176d6ff18ccdce5 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-normalize-variant-metric-information.xml::09::qmx: Computed checksum for 7:67c33819df8c7df0a176d6ff18ccdce5: as caee73d78702fd162321e0b460f7c386 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-normalize-variant-metric-information.xml::10::qmx: Computed checksum for addColumn:[ columns=[ [ name="total_batches" type="INT" ] ] tableName="variant_metric_info" ] as 159e6f1a1948fa3d4977f729609346a8 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-normalize-variant-metric-information.xml::10::qmx: Computed checksum for 7:159e6f1a1948fa3d4977f729609346a8: as 08ddf072facb86ca46468c3975a30604 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-normalize-variant-metric-information.xml::11::qmx: Computed checksum for addColumn:[ columns=[ [ name="variant_open_counter" type="BIGINT" ] ] tableName="variant_metric_info" ] as 93e82f2cca2df87c717eee72142486f3 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-normalize-variant-metric-information.xml::11::qmx: Computed checksum for 7:93e82f2cca2df87c717eee72142486f3: as 5756fda2b12e14205ecef65997843813 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-normalize-variant-metric-information.xml::12::qmx: Computed checksum for createIndex:[ columns=[ [ name="variant_id" ] ] indexName="variant_idx" tableName="variant_metric_info" unique="false" ] as a2e6243fed1a91dfbb2d5670c5bea0b6 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-normalize-variant-metric-information.xml::12::qmx: Computed checksum for 7:a2e6243fed1a91dfbb2d5670c5bea0b6: as 366dec33adf3506914476f99884b11dd DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-normalize-variant-metric-information.xml::13::qmx: Computed checksum for addNotNullConstraint:[ columnDataType="VARCHAR(255)" columnName="variant_id" tableName="variant_metric_info" ] as ee980546b7777c4c7255d58d0f9547ea DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-normalize-variant-metric-information.xml::13::qmx: Computed checksum for 7:ee980546b7777c4c7255d58d0f9547ea: as 462ba2d652e908a88dafe23c983340e7 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-normalize-variant-metric-information.xml::14::qmx: Computed checksum for dropNotNullConstraint:[ columnDataType="BIGINT" columnName="receivers" tableName="variant_metric_info" ] as 955dba6bca86ffd94170e85113796084 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-normalize-variant-metric-information.xml::14::qmx: Computed checksum for 7:955dba6bca86ffd94170e85113796084: as b8eb703e9c6f62dfe48bc2df92090656 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-add-adm-variant-entity.xml::1::qmx: Computed checksum for createTable:[ columns=[ [ [ nullable="false" ] name="id" type="VARCHAR(255)" ], [ [ nullable="false" ] name="client_id" type="VARCHAR(255)" ], [ name="client_secret" type="VARCHAR(255)" ] ] tableName="adm_variant" ] as 8095217afdd8df15a22db630fed89ff2 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-add-adm-variant-entity.xml::1::qmx: Computed checksum for 7:8095217afdd8df15a22db630fed89ff2: as ca933e97d437fc0802859838157db50a DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-add-adm-variant-entity.xml::2::qmx: Computed checksum for addPrimaryKey:[ columnNames="id" constraintName="adm_variant_pkey" tableName="adm_variant" ] as c7ea9b92ffba5805af428051056662fb DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-add-adm-variant-entity.xml::2::qmx: Computed checksum for 7:c7ea9b92ffba5805af428051056662fb: as cfea3742f8f85170daca501c2f0761f3 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-add-windows-variant-entities.xml::1::qmx: Computed checksum for createTable:[ columns=[ [ [ nullable="false" ] name="id" type="VARCHAR(255)" ] ] tableName="windows_mpns_variant" ] as f3b4db7dc020aef57ef35f2ecad11122 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-add-windows-variant-entities.xml::1::qmx: Computed checksum for addPrimaryKey:[ columnNames="id" constraintName="windows_mpns_variant_pkey" tableName="windows_mpns_variant" ] as db32a144ee47d5ce6ca370ff959dc6c0 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-add-windows-variant-entities.xml::1::qmx: Computed checksum for 7:f3b4db7dc020aef57ef35f2ecad11122:7:db32a144ee47d5ce6ca370ff959dc6c0: as b9475cdb03f15df5f5e502f4591b26c7 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-add-windows-variant-entities.xml::2::qmx: Computed checksum for createTable:[ columns=[ [ [ nullable="false" ] name="id" type="VARCHAR(255)" ], [ [ nullable="false" ] name="client_secret" type="VARCHAR(255)" ], [ [ nullable="false" ] name="sid" type="VARCHAR(255)" ] ] tableName="windows_wns_variant" ] as 0ce73b315bf7651f181bc9f20f04edb4 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-add-windows-variant-entities.xml::2::qmx: Computed checksum for addPrimaryKey:[ columnNames="id" constraintName="windows_wns_variant_pkey" tableName="windows_wns_variant" ] as 7618b281ec914d0c62a2a88a194c8711 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-08-add-windows-variant-entities.xml::2::qmx: Computed checksum for 7:0ce73b315bf7651f181bc9f20f04edb4:7:7618b281ec914d0c62a2a88a194c8711: as d59b0dd54785c0203724051edf275fe4 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-drop-chromepackagedapp-variant.xml::2::qmx: Computed checksum for dropTable:[ tableName="chromepackagedappvariant" ] as a175aed3da9b693c517d338ce7f09f20 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-09-drop-chromepackagedapp-variant.xml::2::qmx: Computed checksum for 7:a175aed3da9b693c517d338ce7f09f20: as 7b48c2e67e6e72d5c879717c5bc87e82 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-1::qmx: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="id" baseTableName="windows_mpns_variant" constraintName="fk_649wp2ys69m1jxb33tl3trjig" deferrable="false" initiallyDeferred="false" onDelete="NO ACTION" onUpdate="NO ACTION" referencedColumnNames="id" referencedTableName="variant" ] as 8c717dd5ad6dfd589391fb5b09f65f5b DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-1::qmx: Computed checksum for 7:8c717dd5ad6dfd589391fb5b09f65f5b: as 8e8bce6c39a0c284f28ee9a9d9edde75 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-2::qmx: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="push_application_id" baseTableName="variant" constraintName="fk_7vjqh1lbqvlh4ni98qnh8hxkr" deferrable="false" initiallyDeferred="false" onDelete="NO ACTION" onUpdate="NO ACTION" referencedColumnNames="id" referencedTableName="push_application" ] as 4609da3680d713fdc06f34e0d01fc5a0 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-2::qmx: Computed checksum for 7:4609da3680d713fdc06f34e0d01fc5a0: as 0a944451eb8544e01395aefae0f0bc46 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-3::qmx: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="id" baseTableName="ios_variant" constraintName="fk_a7ndfcxa9m4wt4m2x2mxajr56" deferrable="false" initiallyDeferred="false" onDelete="NO ACTION" onUpdate="NO ACTION" referencedColumnNames="id" referencedTableName="variant" ] as 644f717b83036e79ffbf06da828899b1 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-3::qmx: Computed checksum for 7:644f717b83036e79ffbf06da828899b1: as 122a9d4fe0a82f1b444376d9151152b2 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-4::qmx: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="id" baseTableName="android_variant" constraintName="fk_abna7p5c0p8ju2pf4ucqv5cby" deferrable="false" initiallyDeferred="false" onDelete="NO ACTION" onUpdate="NO ACTION" referencedColumnNames="id" referencedTableName="variant" ] as 89ac07c658d9b54cfa0ca15407cca458 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-4::qmx: Computed checksum for 7:89ac07c658d9b54cfa0ca15407cca458: as 3adcc0b54998088adbb81737be681f6b DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-5::qmx: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="push_message_info_id" baseTableName="variant_metric_info" constraintName="fk_ci9sa3eevtel9l172w9b0musj" deferrable="false" initiallyDeferred="false" onDelete="NO ACTION" onUpdate="NO ACTION" referencedColumnNames="id" referencedTableName="push_message_info" ] as fc57e0fb72ee12287da57cf5210eefc5 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-5::qmx: Computed checksum for 7:fc57e0fb72ee12287da57cf5210eefc5: as 948d8ec281fed3ae5a1d3168b7a974ff DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-6::qmx: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="installation_id" baseTableName="installation_category" constraintName="fk_dttushnsf13kdwywyba8njqv7" deferrable="false" initiallyDeferred="false" onDelete="NO ACTION" onUpdate="NO ACTION" referencedColumnNames="id" referencedTableName="installation" ] as 226b834ca3b5e85985fbfbeaa7b74a0b DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-6::qmx: Computed checksum for 7:226b834ca3b5e85985fbfbeaa7b74a0b: as e9fde0b4e60784833d7dddbcb7dc0b42 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-7::qmx: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="id" baseTableName="simple_push_variant" constraintName="fk_hombuwogx5wv7hnup407gnwpg" deferrable="false" initiallyDeferred="false" onDelete="NO ACTION" onUpdate="NO ACTION" referencedColumnNames="id" referencedTableName="variant" ] as da5b9d06c488df803815cb5486c98be1 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-7::qmx: Computed checksum for 7:da5b9d06c488df803815cb5486c98be1: as 5e931981136ba30c8c832cfcd57f9fe0 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-8::qmx: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="id" baseTableName="windows_wns_variant" constraintName="fk_omslx9kb1rm4p2s8t5qvf4wrp" deferrable="false" initiallyDeferred="false" onDelete="NO ACTION" onUpdate="NO ACTION" referencedColumnNames="id" referencedTableName="variant" ] as 629a20ff4b5db4f06add7574e8269b9f DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-8::qmx: Computed checksum for 7:629a20ff4b5db4f06add7574e8269b9f: as a437f880957c294a50a5ed0d258afa35 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-9::qmx: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="category_id" baseTableName="installation_category" constraintName="fk_ox56uwmry1x6kfoi3dkw1to8o" deferrable="false" initiallyDeferred="false" onDelete="NO ACTION" onUpdate="NO ACTION" referencedColumnNames="id" referencedTableName="category" ] as de713461aa68999b1e8969df1a7faed3 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-9::qmx: Computed checksum for 7:de713461aa68999b1e8969df1a7faed3: as 37af34cc9b93e6d74935eda39e892321 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-10::qmx: Computed checksum for customChange:[ class="org.jboss.aerogear.unifiedpush.migrator.GetRidOfApiKeysMigration" param=[] ] as 475bf427266eafd98c517f142ececf74 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-10::qmx: Computed checksum for 7:475bf427266eafd98c517f142ececf74: as d8dbfeca21c36310a933368289553562 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-11::qmx: Computed checksum for addForeignKeyConstraint:[ baseColumnNames="variant_id" baseTableName="installation" constraintName="fk_q1c2n4kjui158w3t1llg99koq" deferrable="false" initiallyDeferred="false" onDelete="NO ACTION" onUpdate="NO ACTION" referencedColumnNames="id" referencedTableName="variant" ] as 33643cc418e4bc63d9b3836d9265e9fd DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-11::qmx: Computed checksum for 7:33643cc418e4bc63d9b3836d9265e9fd: as 076b6a0beb408464125cde4bad1978ae DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-12::danbev: Computed checksum for addNotNullConstraint:[ columnDataType="INT" columnName="total_variants" defaultNullValue="0" tableName="push_message_info" ] as 0eb5000496d2b55d4795e74f44d2cad2 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-12::danbev: Computed checksum for 7:0eb5000496d2b55d4795e74f44d2cad2: as a5f929dcc18ad5a4ba27cb1ac941b202 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-13::danbev: Computed checksum for addNotNullConstraint:[ columnDataType="INT" columnName="served_variants" defaultNullValue="0" tableName="push_message_info" ] as 9277eb2370afaea91cbe65f8c946d476 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-13::danbev: Computed checksum for 7:9277eb2370afaea91cbe65f8c946d476: as 4ccc875c3e7ce653550bb340a52d7c79 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-14::danbev: Computed checksum for addNotNullConstraint:[ columnDataType="BIGINT" columnName="app_open_counter" defaultNullValue="0" tableName="push_message_info" ] as 901528c10e836a8300d79ec61e59c401 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-14::danbev: Computed checksum for 7:901528c10e836a8300d79ec61e59c401: as 3431998e711570f510cce4858557d1c3 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-15::danbev: Computed checksum for addNotNullConstraint:[ columnDataType="BIGINT" columnName="total_receivers" defaultNullValue="0" tableName="push_message_info" ] as 00844cee269c4b9d10970e9916569ec8 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-15::danbev: Computed checksum for 7:00844cee269c4b9d10970e9916569ec8: as 1bbe079945fb769f00267e8db74e5775 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-16::danbev: Computed checksum for addNotNullConstraint:[ columnDataType="BIGINT" columnName="receivers" defaultNullValue="0" tableName="variant_metric_info" ] as 716d800051c0926a430558fa7020d705 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-16::danbev: Computed checksum for 7:716d800051c0926a430558fa7020d705: as 38806a3905172321b3ee6e80d66c159d DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-17::danbev: Computed checksum for addNotNullConstraint:[ columnDataType="BIGINT" columnName="variant_open_counter" defaultNullValue="0" tableName="variant_metric_info" ] as 7630598fa9b3c4653b108cb25054c7ac DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-17::danbev: Computed checksum for 7:7630598fa9b3c4653b108cb25054c7ac: as 089e9628092b92cc8a280310352d3a20 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-18::danbev: Computed checksum for addNotNullConstraint:[ columnDataType="INT" columnName="total_batches" defaultNullValue="0" tableName="variant_metric_info" ] as 3deb0deeddb301f7207eebe8a48e506c DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-18::danbev: Computed checksum for 7:3deb0deeddb301f7207eebe8a48e506c: as e135565b670a1803a3edbaab146941b4 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-19::danbev: Computed checksum for addNotNullConstraint:[ columnDataType="INT" columnName="served_batches" defaultNullValue="0" tableName="variant_metric_info" ] as 640b32557ce0b6709275450b8319e382 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.1.0-Final/2015-07-10-reenable-constraints.xml::1436957323846-19::danbev: Computed checksum for 7:640b32557ce0b6709275450b8319e382: as 1d4a2bbf2a8ddbf4d11afbdac72ade02 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-5::matzew (generated): Computed checksum for createTable:[ columns=[ [ [ nullable="false" ] name="id" type="VARCHAR(255)" ], [ [ nullable="false" ] name="push_application_id" type="VARCHAR(255)" ], [ name="raw_json_message" type="VARCHAR(4500)" ], [ name="ip_address" type="VARCHAR(255)" ], [ ... [truncated in log] as 4e0e6014c487ca5e93352dd6b1bb0be1 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-5::matzew (generated): Computed checksum for 7:4e0e6014c487ca5e93352dd6b1bb0be1: as 796ab3695dcef10cbd37b36058ddb332 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-11::matzew (generated): Computed checksum for createTable:[ columns=[ [ [ nullable="false" ] name="push_message_variant_id" type="VARCHAR(255)" ], [ name="error_reason" type="VARCHAR(255)" ], [ name="variant_id" type="VARCHAR(255)" ], [ name="push_job_id" type="VARCHAR(255)" ] ] tableName="variant_error_status" ] as d5640a6e876b85a6c8bb49131e873301 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-11::matzew (generated): Computed checksum for 7:d5640a6e876b85a6c8bb49131e873301: as a9873e46121ef3431024c8634620819c DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-16::matzew (generated): Computed checksum for addPrimaryKey:[ columnNames="id" constraintName="PRIMARY" tableName="flat_push_message_info" ] as 3464de402322ecb56aa2ec149c55bd6d DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-16::matzew (generated): Computed checksum for 7:3464de402322ecb56aa2ec149c55bd6d: as d120fdfbd02d16d8f644519467ff5b87 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated): Running Changeset:liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated) DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated): Changeset liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated) DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated): Reading ChangeSet: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated) DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated): Executing Statement: liquibase.statement.core.AddPrimaryKeyStatement at 54eb2b70 DEBUG 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated): Executing EXECUTE database command: ALTER TABLE public.variant_error_status ADD CONSTRAINT "PRIMARY" PRIMARY KEY (push_message_variant_id) SEVERE 10/16/17 2:43 PM: liquibase: liquibase/master.xml: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated): Change Set liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated) failed. Error: org.postgresql.util.PSQLException: ERROR: relation "PRIMARY" already exists liquibase.exception.DatabaseException: org.postgresql.util.PSQLException: ERROR: relation "PRIMARY" already exists at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:316) at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55) at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:122) at liquibase.database.AbstractJdbcDatabase.execute(AbstractJdbcDatabase.java:1227) at liquibase.database.AbstractJdbcDatabase.executeStatements(AbstractJdbcDatabase.java:1210) at liquibase.changelog.ChangeSet.execute(ChangeSet.java:550) at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:43) at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:73) at liquibase.Liquibase.update(Liquibase.java:200) at liquibase.integration.commandline.Main.doMigration(Main.java:1044) at liquibase.integration.commandline.Main.run(Main.java:175) at liquibase.integration.commandline.Main.main(Main.java:94) Caused by: org.postgresql.util.PSQLException: ERROR: relation "PRIMARY" already exists at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2157) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1886) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:559) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:403) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:395) at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:314) ... 11 more DEBUG 10/16/17 2:43 PM: liquibase: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated): Release Database Lock DEBUG 10/16/17 2:43 PM: liquibase: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated): Executing UPDATE database command: UPDATE public.ups_db_changeloglock SET LOCKED = FALSE, LOCKEDBY = NULL, LOCKGRANTED = NULL WHERE ID = 1 INFO 10/16/17 2:43 PM: liquibase: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated): Successfully released change log lock Unexpected error running Liquibase: org.postgresql.util.PSQLException: ERROR: relation "PRIMARY" already exists SEVERE 10/16/17 2:43 PM: liquibase: liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated): org.postgresql.util.PSQLException: ERROR: relation "PRIMARY" already exists liquibase.exception.MigrationFailedException: Migration failed for change set liquibase/1.2.0/2017-09-06-flat-model-entities.xml::1504688114371-22::matzew (generated): Reason: liquibase.exception.DatabaseException: org.postgresql.util.PSQLException: ERROR: relation "PRIMARY" already exists at liquibase.changelog.ChangeSet.execute(ChangeSet.java:586) at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:43) at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:73) at liquibase.Liquibase.update(Liquibase.java:200) at liquibase.integration.commandline.Main.doMigration(Main.java:1044) at liquibase.integration.commandline.Main.run(Main.java:175) at liquibase.integration.commandline.Main.main(Main.java:94) Caused by: liquibase.exception.DatabaseException: org.postgresql.util.PSQLException: ERROR: relation "PRIMARY" already exists at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:316) at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55) at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:122) at liquibase.database.AbstractJdbcDatabase.execute(AbstractJdbcDatabase.java:1227) at liquibase.database.AbstractJdbcDatabase.executeStatements(AbstractJdbcDatabase.java:1210) at liquibase.changelog.ChangeSet.execute(ChangeSet.java:550) ... 6 more Caused by: org.postgresql.util.PSQLException: ERROR: relation "PRIMARY" already exists at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2157) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1886) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:559) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:403) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:395) at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:314) ... 11 more For more information, use the --logLevel flag -------------- next part -------------- A non-text attachment was scrubbed... Name: ups_db_changelog.xls Type: application/vnd.ms-excel Size: 32256 bytes Desc: not available Url : http://lists.jboss.org/pipermail/aerogear-users/attachments/20171016/18764869/attachment-0001.xls From Romain.Javornik at saint-gobain.com Wed Oct 18 05:27:00 2017 From: Romain.Javornik at saint-gobain.com (Javornik, Romain) Date: Wed, 18 Oct 2017 09:27:00 +0000 Subject: [Aerogear-users] Push Problem on 1.1.1.Final Push In-Reply-To: <144EA958C5BCB144849B6DF3DD05867C27324D6C@EXMB1EU11.za.if.atcsg.net> References: <144EA958C5BCB144849B6DF3DD05867C2730CA8C@EXMB1EU21.za.if.atcsg.net> <144EA958C5BCB144849B6DF3DD05867C27323941@EXMB1EU11.za.if.atcsg.net> <144EA958C5BCB144849B6DF3DD05867C27324D6C@EXMB1EU11.za.if.atcsg.net> Message-ID: <144EA958C5BCB144849B6DF3DD05867C2732923C@EXMB1EU11.za.if.atcsg.net> Also, did there is a way to find all the devices with an invalid token ? De : aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] Envoy? : lundi 16 octobre 2017 14:17 ? : aerogear-users at lists.jboss.org Objet : [%Suspicious sender ?%]Re: [Aerogear-users] Push Problem on 1.1.1.Final Push Hello, We are going to try 1.2.0 Final, but this issue was normally fixed in 1.1.0 Final. Did there is any guarantees that the upgrade will definitely fix the problem ? Best Regards, Romain Javornik De : aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] De la part de Julio Cesar Sanchez Hernandez Envoy? : lundi 16 octobre 2017 11:34 ? : aerogear-users at lists.jboss.org Objet : Re: [Aerogear-users] Push Problem on 1.1.1.Final Push Error 8 is returned by APNs when there is an invalid token (i.e, you register a device with development build and try to send a production push or vice versa). I think the push server shouldn't show that warning, it should handle the device appropriately (delete it from the list as it's invalid). I use 1.1.3 Final and I think it works that way, so you should try to update to 1.1.3, or even to 1.2. On Mon, Oct 16, 2017 at 11:17 AM, Javornik, Romain > wrote: Hello, Did anyone had this issue before ? Did there is a way to provide more information to solve this ? Best Regards, Romain Javornik De : aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] Envoy? : jeudi 12 octobre 2017 10:43 ? : aerogear-users at lists.jboss.org Objet : [%Suspicious sender ?%][Aerogear-users] Push Problem on 1.1.1.Final Push Hello, We are currently running Aerogear Push 1.1.1.Final on a Jboss EAP 6.4 since a year now without any issues. However, a problem that we had prior 1.1.0 release (http://lists.jboss.org/pipermail/aerogear-users/2016-June/000821.html) is coming back. When we are making a push we got this error (sometimes) : 08:29:08,265 WARNING [org.jboss.aerogear.unifiedpush.message.sender.APNsPushNotificationSender] (MonitoringThread-1) Internal cache size exceeded, new size is: 150 08:29:08,265 SEVERE [org.jboss.aerogear.unifiedpush.message.sender.APNsPushNotificationSender] (MonitoringThread-1) Error sending payload to APNs server: com.notnoop.exceptions.ApnsDeliveryErrorException: Failed to deliver notification with error code 8 at com.notnoop.apns.internal.ApnsConnectionImpl$2.run(ApnsConnectionImpl.java:199) [apns-1.0.0.Beta6.jar:] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_75] Do you know where the problem might come from ? Best Regards, Romain Javornik _______________________________________________ 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/20171018/6d63644e/attachment.html From aliok at redhat.com Thu Oct 19 04:11:23 2017 From: aliok at redhat.com (Ali Ok) Date: Thu, 19 Oct 2017 11:11:23 +0300 Subject: [Aerogear-users] AeroGear Digger - installation and E2E app building demo Message-ID: Hello, I would like to share this demo video of AeroGear Digger with you: https://youtu.be/DxPgJcD6KSY It basically shows everything you need to kick start AeroGear Digger: - Starting up an OpenShift cluster to install AeroGear Digger on it - Installing a AeroGear Digger instance from scratch - Building a sample application and installing it on a device - Using AeroGear Digger CLI Instructions used in the demo video is available in the README file in the repository: https://github.com/aerogear/digger-jenkins Thanks Laura Fitzgerald for the nice voice over! Greetings, Ali -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171019/1b4655db/attachment.html From kurrent93 at gmail.com Mon Oct 23 17:54:56 2017 From: kurrent93 at gmail.com (Anton) Date: Tue, 24 Oct 2017 10:54:56 +1300 Subject: [Aerogear-users] AeroGear Digger - installation and E2E app building demo In-Reply-To: References: Message-ID: Thanks Ali Question - Can Aerogear Digger also build an iOS app using Jenkins? On 19 October 2017 at 21:11, Ali Ok wrote: > Hello, > > I would like to share this demo video of AeroGear Digger with you: > https://youtu.be/DxPgJcD6KSY > > It basically shows everything you need to kick start AeroGear Digger: > > - Starting up an OpenShift cluster to install AeroGear Digger on it > - Installing a AeroGear Digger instance from scratch > - Building a sample application and installing it on a device > - Using AeroGear Digger CLI > > Instructions used in the demo video is available in the README file in the > repository: https://github.com/aerogear/digger-jenkins > > Thanks Laura Fitzgerald for the nice voice over! > > Greetings, > Ali > > _______________________________________________ > 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/20171024/bdd1c547/attachment-0001.html From aliok at redhat.com Tue Oct 24 02:28:02 2017 From: aliok at redhat.com (Ali Ok) Date: Tue, 24 Oct 2017 09:28:02 +0300 Subject: [Aerogear-users] AeroGear Digger - installation and E2E app building demo In-Reply-To: References: Message-ID: Hi Anton, Yes, it can also build IOS apps. We have the documentation for it here (not yet published on http://aerogear.org): * https://github.com/aerogear/aerogear.org/tree/Build-Farm-2/docs/digger/installation * https://github.com/aerogear/aerogear.org/tree/Build-Farm-2/docs/digger/developer Cheers, Ali On Tue, Oct 24, 2017 at 12:54 AM, Anton wrote: > Thanks Ali > > Question - Can Aerogear Digger also build an iOS app using Jenkins? > > On 19 October 2017 at 21:11, Ali Ok wrote: > >> Hello, >> >> I would like to share this demo video of AeroGear Digger with you: >> https://youtu.be/DxPgJcD6KSY >> >> It basically shows everything you need to kick start AeroGear Digger: >> >> - Starting up an OpenShift cluster to install AeroGear Digger on it >> - Installing a AeroGear Digger instance from scratch >> - Building a sample application and installing it on a device >> - Using AeroGear Digger CLI >> >> Instructions used in the demo video is available in the README file in >> the repository: https://github.com/aerogear/digger-jenkins >> >> Thanks Laura Fitzgerald for the nice voice over! >> >> Greetings, >> Ali >> >> _______________________________________________ >> 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 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171024/12e9a430/attachment.html From matzew at apache.org Tue Oct 24 02:57:07 2017 From: matzew at apache.org (Matthias Wessendorf) Date: Tue, 24 Oct 2017 08:57:07 +0200 Subject: [Aerogear-users] AeroGear Digger - installation and E2E app building demo In-Reply-To: References: Message-ID: sounds like you and Laura need to do a second video :-) "Building iOS apps with AeroGear Digger and Jenkins, IN DA CLOUD!" :-) On Tue, Oct 24, 2017 at 8:28 AM, Ali Ok wrote: > Hi Anton, > > Yes, it can also build IOS apps. We have the documentation for it here > (not yet published on http://aerogear.org): > > * https://github.com/aerogear/aerogear.org/tree/Build-Farm- > 2/docs/digger/installation > * https://github.com/aerogear/aerogear.org/tree/Build-Farm- > 2/docs/digger/developer > > Cheers, > Ali > > > > On Tue, Oct 24, 2017 at 12:54 AM, Anton wrote: > >> Thanks Ali >> >> Question - Can Aerogear Digger also build an iOS app using Jenkins? >> >> On 19 October 2017 at 21:11, Ali Ok wrote: >> >>> Hello, >>> >>> I would like to share this demo video of AeroGear Digger with you: >>> https://youtu.be/DxPgJcD6KSY >>> >>> It basically shows everything you need to kick start AeroGear Digger: >>> >>> - Starting up an OpenShift cluster to install AeroGear Digger on it >>> - Installing a AeroGear Digger instance from scratch >>> - Building a sample application and installing it on a device >>> - Using AeroGear Digger CLI >>> >>> Instructions used in the demo video is available in the README file in >>> the repository: https://github.com/aerogear/digger-jenkins >>> >>> Thanks Laura Fitzgerald for the nice voice over! >>> >>> Greetings, >>> Ali >>> >>> _______________________________________________ >>> 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 >> >> > > _______________________________________________ > 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/ twitter: http://twitter.com/mwessendorf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171024/a3a0526f/attachment.html From aliok at redhat.com Tue Oct 24 03:32:23 2017 From: aliok at redhat.com (Ali Ok) Date: Tue, 24 Oct 2017 10:32:23 +0300 Subject: [Aerogear-users] AeroGear Digger - installation and E2E app building demo In-Reply-To: References: Message-ID: Yeah :) On Tue, Oct 24, 2017 at 9:57 AM, Matthias Wessendorf wrote: > sounds like you and Laura need to do a second video :-) > > "Building iOS apps with AeroGear Digger and Jenkins, IN DA CLOUD!" :-) > > On Tue, Oct 24, 2017 at 8:28 AM, Ali Ok wrote: > >> Hi Anton, >> >> Yes, it can also build IOS apps. We have the documentation for it here >> (not yet published on http://aerogear.org): >> >> * https://github.com/aerogear/aerogear.org/tree/Build-Farm-2/ >> docs/digger/installation >> * https://github.com/aerogear/aerogear.org/tree/Build-Farm-2 >> /docs/digger/developer >> >> Cheers, >> Ali >> >> >> >> On Tue, Oct 24, 2017 at 12:54 AM, Anton wrote: >> >>> Thanks Ali >>> >>> Question - Can Aerogear Digger also build an iOS app using Jenkins? >>> >>> On 19 October 2017 at 21:11, Ali Ok wrote: >>> >>>> Hello, >>>> >>>> I would like to share this demo video of AeroGear Digger with you: >>>> https://youtu.be/DxPgJcD6KSY >>>> >>>> It basically shows everything you need to kick start AeroGear Digger: >>>> >>>> - Starting up an OpenShift cluster to install AeroGear Digger on it >>>> - Installing a AeroGear Digger instance from scratch >>>> - Building a sample application and installing it on a device >>>> - Using AeroGear Digger CLI >>>> >>>> Instructions used in the demo video is available in the README file in >>>> the repository: https://github.com/aerogear/digger-jenkins >>>> >>>> Thanks Laura Fitzgerald for the nice voice over! >>>> >>>> Greetings, >>>> Ali >>>> >>>> _______________________________________________ >>>> 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 >>> >>> >> >> _______________________________________________ >> 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/ > 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/20171024/14e7605e/attachment-0001.html From matzew at apache.org Tue Oct 24 04:13:33 2017 From: matzew at apache.org (Matthias Wessendorf) Date: Tue, 24 Oct 2017 10:13:33 +0200 Subject: [Aerogear-users] AeroGear Digger - installation and E2E app building demo In-Reply-To: References: Message-ID: want a JIRA ? On Tue, Oct 24, 2017 at 9:32 AM, Ali Ok wrote: > Yeah :) > > On Tue, Oct 24, 2017 at 9:57 AM, Matthias Wessendorf > wrote: > >> sounds like you and Laura need to do a second video :-) >> >> "Building iOS apps with AeroGear Digger and Jenkins, IN DA CLOUD!" :-) >> >> On Tue, Oct 24, 2017 at 8:28 AM, Ali Ok wrote: >> >>> Hi Anton, >>> >>> Yes, it can also build IOS apps. We have the documentation for it here >>> (not yet published on http://aerogear.org): >>> >>> * https://github.com/aerogear/aerogear.org/tree/Build-Farm-2/d >>> ocs/digger/installation >>> * https://github.com/aerogear/aerogear.org/tree/Build-Farm-2 >>> /docs/digger/developer >>> >>> Cheers, >>> Ali >>> >>> >>> >>> On Tue, Oct 24, 2017 at 12:54 AM, Anton wrote: >>> >>>> Thanks Ali >>>> >>>> Question - Can Aerogear Digger also build an iOS app using Jenkins? >>>> >>>> On 19 October 2017 at 21:11, Ali Ok wrote: >>>> >>>>> Hello, >>>>> >>>>> I would like to share this demo video of AeroGear Digger with you: >>>>> https://youtu.be/DxPgJcD6KSY >>>>> >>>>> It basically shows everything you need to kick start AeroGear Digger: >>>>> >>>>> - Starting up an OpenShift cluster to install AeroGear Digger on it >>>>> - Installing a AeroGear Digger instance from scratch >>>>> - Building a sample application and installing it on a device >>>>> - Using AeroGear Digger CLI >>>>> >>>>> Instructions used in the demo video is available in the README file in >>>>> the repository: https://github.com/aerogear/digger-jenkins >>>>> >>>>> Thanks Laura Fitzgerald for the nice voice over! >>>>> >>>>> Greetings, >>>>> Ali >>>>> >>>>> _______________________________________________ >>>>> 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 >>>> >>>> >>> >>> _______________________________________________ >>> 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/ >> 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 > > -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ twitter: http://twitter.com/mwessendorf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171024/21dc8f55/attachment.html From lfitzger at redhat.com Tue Oct 24 04:16:09 2017 From: lfitzger at redhat.com (Laura Fitzgerald) Date: Tue, 24 Oct 2017 09:16:09 +0100 Subject: [Aerogear-users] AeroGear Digger - installation and E2E app building demo In-Reply-To: References: Message-ID: Yeah, pop one in the backlog for us. :) On Tue, Oct 24, 2017 at 9:13 AM, Matthias Wessendorf wrote: > want a JIRA ? > > On Tue, Oct 24, 2017 at 9:32 AM, Ali Ok wrote: > >> Yeah :) >> >> On Tue, Oct 24, 2017 at 9:57 AM, Matthias Wessendorf >> wrote: >> >>> sounds like you and Laura need to do a second video :-) >>> >>> "Building iOS apps with AeroGear Digger and Jenkins, IN DA CLOUD!" :-) >>> >>> On Tue, Oct 24, 2017 at 8:28 AM, Ali Ok wrote: >>> >>>> Hi Anton, >>>> >>>> Yes, it can also build IOS apps. We have the documentation for it here >>>> (not yet published on http://aerogear.org): >>>> >>>> * https://github.com/aerogear/aerogear.org/tree/Build-Farm-2/d >>>> ocs/digger/installation >>>> * https://github.com/aerogear/aerogear.org/tree/Build-Farm-2 >>>> /docs/digger/developer >>>> >>>> Cheers, >>>> Ali >>>> >>>> >>>> >>>> On Tue, Oct 24, 2017 at 12:54 AM, Anton wrote: >>>> >>>>> Thanks Ali >>>>> >>>>> Question - Can Aerogear Digger also build an iOS app using Jenkins? >>>>> >>>>> On 19 October 2017 at 21:11, Ali Ok wrote: >>>>> >>>>>> Hello, >>>>>> >>>>>> I would like to share this demo video of AeroGear Digger with you: >>>>>> https://youtu.be/DxPgJcD6KSY >>>>>> >>>>>> It basically shows everything you need to kick start AeroGear Digger: >>>>>> >>>>>> - Starting up an OpenShift cluster to install AeroGear Digger on it >>>>>> - Installing a AeroGear Digger instance from scratch >>>>>> - Building a sample application and installing it on a device >>>>>> - Using AeroGear Digger CLI >>>>>> >>>>>> Instructions used in the demo video is available in the README file >>>>>> in the repository: https://github.com/aerogear/digger-jenkins >>>>>> >>>>>> Thanks Laura Fitzgerald for the nice voice over! >>>>>> >>>>>> Greetings, >>>>>> Ali >>>>>> >>>>>> _______________________________________________ >>>>>> 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 >>>>> >>>>> >>>> >>>> _______________________________________________ >>>> 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/ >>> 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 >> >> > > > -- > Matthias Wessendorf > > blog: http://matthiaswessendorf.wordpress.com/ > twitter: http://twitter.com/mwessendorf > > _______________________________________________ > Aerogear-users mailing list > Aerogear-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-users > > -- LAURA FITZGERALD Red Hat Mobile Communications House, Cork Road Waterford City, Ireland X91NY33 lfitzger at redhat.com IM: lfitzgerald -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171024/7df38459/attachment-0001.html From matzew at apache.org Tue Oct 24 04:21:12 2017 From: matzew at apache.org (Matthias Wessendorf) Date: Tue, 24 Oct 2017 10:21:12 +0200 Subject: [Aerogear-users] AeroGear Digger - installation and E2E app building demo In-Reply-To: References: Message-ID: Laura, here we go: https://issues.jboss.org/browse/AGDIGGER-234 :-) On Tue, Oct 24, 2017 at 10:16 AM, Laura Fitzgerald wrote: > Yeah, pop one in the backlog for us. :) > > On Tue, Oct 24, 2017 at 9:13 AM, Matthias Wessendorf > wrote: > >> want a JIRA ? >> >> On Tue, Oct 24, 2017 at 9:32 AM, Ali Ok wrote: >> >>> Yeah :) >>> >>> On Tue, Oct 24, 2017 at 9:57 AM, Matthias Wessendorf >>> wrote: >>> >>>> sounds like you and Laura need to do a second video :-) >>>> >>>> "Building iOS apps with AeroGear Digger and Jenkins, IN DA CLOUD!" :-) >>>> >>>> On Tue, Oct 24, 2017 at 8:28 AM, Ali Ok wrote: >>>> >>>>> Hi Anton, >>>>> >>>>> Yes, it can also build IOS apps. We have the documentation for it here >>>>> (not yet published on http://aerogear.org): >>>>> >>>>> * https://github.com/aerogear/aerogear.org/tree/Build-Farm-2/d >>>>> ocs/digger/installation >>>>> * https://github.com/aerogear/aerogear.org/tree/Build-Farm-2 >>>>> /docs/digger/developer >>>>> >>>>> Cheers, >>>>> Ali >>>>> >>>>> >>>>> >>>>> On Tue, Oct 24, 2017 at 12:54 AM, Anton wrote: >>>>> >>>>>> Thanks Ali >>>>>> >>>>>> Question - Can Aerogear Digger also build an iOS app using Jenkins? >>>>>> >>>>>> On 19 October 2017 at 21:11, Ali Ok wrote: >>>>>> >>>>>>> Hello, >>>>>>> >>>>>>> I would like to share this demo video of AeroGear Digger with you: >>>>>>> https://youtu.be/DxPgJcD6KSY >>>>>>> >>>>>>> It basically shows everything you need to kick start AeroGear Digger: >>>>>>> >>>>>>> - Starting up an OpenShift cluster to install AeroGear Digger on it >>>>>>> - Installing a AeroGear Digger instance from scratch >>>>>>> - Building a sample application and installing it on a device >>>>>>> - Using AeroGear Digger CLI >>>>>>> >>>>>>> Instructions used in the demo video is available in the README file >>>>>>> in the repository: https://github.com/aerogear/digger-jenkins >>>>>>> >>>>>>> Thanks Laura Fitzgerald for the nice voice over! >>>>>>> >>>>>>> Greetings, >>>>>>> Ali >>>>>>> >>>>>>> _______________________________________________ >>>>>>> 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 >>>>>> >>>>>> >>>>> >>>>> _______________________________________________ >>>>> 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/ >>>> 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 >>> >>> >> >> >> -- >> Matthias Wessendorf >> >> blog: http://matthiaswessendorf.wordpress.com/ >> twitter: http://twitter.com/mwessendorf >> >> _______________________________________________ >> Aerogear-users mailing list >> Aerogear-users at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/aerogear-users >> >> > > > -- > > LAURA FITZGERALD > > Red Hat Mobile > > Communications House, Cork Road > > Waterford City, Ireland X91NY33 > > lfitzger at redhat.com IM: lfitzgerald > > > > _______________________________________________ > 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/ twitter: http://twitter.com/mwessendorf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171024/fc4e28bc/attachment.html From Romain.Javornik at saint-gobain.com Wed Oct 25 11:25:43 2017 From: Romain.Javornik at saint-gobain.com (Javornik, Romain) Date: Wed, 25 Oct 2017 15:25:43 +0000 Subject: [Aerogear-users] Push Problem on 1.1.1.Final Push In-Reply-To: <144EA958C5BCB144849B6DF3DD05867C2732923C@EXMB1EU11.za.if.atcsg.net> References: <144EA958C5BCB144849B6DF3DD05867C2730CA8C@EXMB1EU21.za.if.atcsg.net> <144EA958C5BCB144849B6DF3DD05867C27323941@EXMB1EU11.za.if.atcsg.net> <144EA958C5BCB144849B6DF3DD05867C27324D6C@EXMB1EU11.za.if.atcsg.net> <144EA958C5BCB144849B6DF3DD05867C2732923C@EXMB1EU11.za.if.atcsg.net> Message-ID: <144EA958C5BCB144849B6DF3DD05867C2733F091@EXMB1EU21.za.if.atcsg.net> Hello, Did anyone had this issue in the past ? Best Regards, Romain Javornik De : aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] Envoy? : mercredi 18 octobre 2017 11:27 ? : aerogear-users at lists.jboss.org Objet : [%Suspicious sender ?%]Re: [Aerogear-users] Push Problem on 1.1.1.Final Push Also, did there is a way to find all the devices with an invalid token ? De : aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] Envoy? : lundi 16 octobre 2017 14:17 ? : aerogear-users at lists.jboss.org Objet : [%Suspicious sender ?%]Re: [Aerogear-users] Push Problem on 1.1.1.Final Push Hello, We are going to try 1.2.0 Final, but this issue was normally fixed in 1.1.0 Final. Did there is any guarantees that the upgrade will definitely fix the problem ? Best Regards, Romain Javornik De : aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] De la part de Julio Cesar Sanchez Hernandez Envoy? : lundi 16 octobre 2017 11:34 ? : aerogear-users at lists.jboss.org Objet : Re: [Aerogear-users] Push Problem on 1.1.1.Final Push Error 8 is returned by APNs when there is an invalid token (i.e, you register a device with development build and try to send a production push or vice versa). I think the push server shouldn't show that warning, it should handle the device appropriately (delete it from the list as it's invalid). I use 1.1.3 Final and I think it works that way, so you should try to update to 1.1.3, or even to 1.2. On Mon, Oct 16, 2017 at 11:17 AM, Javornik, Romain > wrote: Hello, Did anyone had this issue before ? Did there is a way to provide more information to solve this ? Best Regards, Romain Javornik De : aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] Envoy? : jeudi 12 octobre 2017 10:43 ? : aerogear-users at lists.jboss.org Objet : [%Suspicious sender ?%][Aerogear-users] Push Problem on 1.1.1.Final Push Hello, We are currently running Aerogear Push 1.1.1.Final on a Jboss EAP 6.4 since a year now without any issues. However, a problem that we had prior 1.1.0 release (http://lists.jboss.org/pipermail/aerogear-users/2016-June/000821.html) is coming back. When we are making a push we got this error (sometimes) : 08:29:08,265 WARNING [org.jboss.aerogear.unifiedpush.message.sender.APNsPushNotificationSender] (MonitoringThread-1) Internal cache size exceeded, new size is: 150 08:29:08,265 SEVERE [org.jboss.aerogear.unifiedpush.message.sender.APNsPushNotificationSender] (MonitoringThread-1) Error sending payload to APNs server: com.notnoop.exceptions.ApnsDeliveryErrorException: Failed to deliver notification with error code 8 at com.notnoop.apns.internal.ApnsConnectionImpl$2.run(ApnsConnectionImpl.java:199) [apns-1.0.0.Beta6.jar:] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_75] Do you know where the problem might come from ? Best Regards, Romain Javornik _______________________________________________ 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/20171025/9cf06db8/attachment-0001.html From dpassos at redhat.com Mon Oct 30 07:56:50 2017 From: dpassos at redhat.com (Daniel Passos) Date: Mon, 30 Oct 2017 09:56:50 -0200 Subject: [Aerogear-users] AeroGear Sync Maintain Message-ID: Hi We are not investing time on AeroGear Sync for a long time and now we are working in a Sync feature for Feedhenry Sync. Should we deprecate it and add a notice on the README repos? -- -- Passos -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171030/4eb1abae/attachment.html From dpassos at redhat.com Mon Oct 30 08:00:11 2017 From: dpassos at redhat.com (Daniel Passos) Date: Mon, 30 Oct 2017 10:00:11 -0200 Subject: [Aerogear-users] AeroGear Android Offline Message-ID: A long time ago we try to draft an offline library, we have created an aerogear-android-offline GH repo, but we did not work too much on it there and never released it. Should we delete this repo or only add a notice on the README -- -- Passos -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171030/4b1853d5/attachment.html From matzew at apache.org Tue Oct 31 05:13:54 2017 From: matzew at apache.org (Matthias Wessendorf) Date: Tue, 31 Oct 2017 10:13:54 +0100 Subject: [Aerogear-users] [aerogear-dev] AeroGear Sync Maintain In-Reply-To: References: Message-ID: sounds right to me ... On Mon, Oct 30, 2017 at 12:56 PM, Daniel Passos wrote: > Hi > > We are not investing time on AeroGear Sync for a long time and now we are > working in a Sync feature for Feedhenry Sync. > > Should we deprecate it and add a notice on the README repos? > > -- > -- Passos > > > _______________________________________________ > 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/ twitter: http://twitter.com/mwessendorf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171031/84930f34/attachment.html From matzew at apache.org Tue Oct 31 05:14:12 2017 From: matzew at apache.org (Matthias Wessendorf) Date: Tue, 31 Oct 2017 10:14:12 +0100 Subject: [Aerogear-users] [aerogear-dev] AeroGear Android Offline In-Reply-To: References: Message-ID: adding a notice is fine, IMO - deleting not needed ... On Mon, Oct 30, 2017 at 1:00 PM, Daniel Passos wrote: > A long time ago we try to draft an offline library, we have created an > aerogear-android-offline GH repo, but we did not work too much on it there > and never released it. > > Should we delete this repo or only add a notice on the README > > -- > -- Passos > > _______________________________________________ > 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/ twitter: http://twitter.com/mwessendorf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171031/52766765/attachment.html From jfrizell at redhat.com Fri Oct 6 07:10:30 2017 From: jfrizell at redhat.com (John Frizelle) Date: Fri, 06 Oct 2017 11:10:30 -0000 Subject: [Aerogear-users] [aerogear-dev] AeroGear Digger Logo In-Reply-To: References: Message-ID: Here you go - I just cropped the other one to remove the small text. -- John Frizelle Chief Architect, Red Hat Mobile Consulting Engineer mobile: *+353 87 290 1644 * twitter:* @johnfriz* skype: *john_frizelle* mail: *jfrizell at redhat.com * On 6 October 2017 at 10:58, Laura Fitzgerald wrote: > Hi Ali, > > Is there a copy of the logo which doesn't include the small text in the > corner? > > On Thu, Jun 29, 2017 at 9:05 PM, Ali Ok wrote: > >> Hello, >> >> According to the voting, logo #6 is the most favorite one. Here is the >> summary: >> >> [image: Inline image 1] >> >> I am delighted to present you AeroGear Digger's logo: >> >> [image: Inline image 2] >> >> Cheers, >> Ali >> >> On Mon, Jun 19, 2017 at 10:40 AM, Ali Ok wrote: >> >>> Hello, >>> >>> We would like to pick a logo for the new AeroGear module, Digger [1]. >>> >>> James Cobb has already prepared some great designs and now we vote to >>> pick the best one [2]. >>> >>> We have prepared a Google poll (no login required) here: >>> https://goo.gl/forms/WdUoHecQtrshMkBg1 >>> >>> The poll will be open for 10 days (until June 29th 10:00 AM UTC). >>> >>> >>> [1] : https://github.com/aerogear/digger-jenkins >>> [2] : https://issues.jboss.org/browse/DESIGN-943 >>> >>> Cheers, >>> Ali >>> >> >> >> _______________________________________________ >> aerogear-dev mailing list >> aerogear-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/aerogear-dev >> > > > > -- > > LAURA FITZGERALD > > Red Hat Mobile > > Communications House, Cork Road > > Waterford City, Ireland X91NY33 > > lfitzger at redhat.com IM: lfitzgerald > > > > _______________________________________________ > aerogear-dev mailing list > aerogear-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20171006/39e912d6/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: aerogeardigger_logo_r1v6.png Type: image/png Size: 30735 bytes Desc: not available Url : http://lists.jboss.org/pipermail/aerogear-users/attachments/20171006/39e912d6/attachment-0004.png -------------- next part -------------- A non-text attachment was scrubbed... Name: Screen Shot 2017-06-29 at 22.58.31.png Type: image/png Size: 77274 bytes Desc: not available Url : http://lists.jboss.org/pipermail/aerogear-users/attachments/20171006/39e912d6/attachment-0005.png -------------- next part -------------- A non-text attachment was scrubbed... Name: logo.png Type: image/png Size: 11472 bytes Desc: not available Url : http://lists.jboss.org/pipermail/aerogear-users/attachments/20171006/39e912d6/attachment-0006.png -------------- next part -------------- A non-text attachment was scrubbed... Name: aerogeardigger_logo_r1v6.png Type: image/png Size: 20777 bytes Desc: not available Url : http://lists.jboss.org/pipermail/aerogear-users/attachments/20171006/39e912d6/attachment-0007.png