From nixadsmith at gmail.com Wed Jul 6 05:32:36 2016 From: nixadsmith at gmail.com (Nixad Smith) Date: Wed, 6 Jul 2016 15:02:36 +0530 Subject: [Aerogear-users] Aerogear with phonegap plugin Message-ID: Hi , I'm trying to implement push notification with Aerogear unified push server and phonegap plugin(phonegap-plugin-push). One the application is installed and lauched , it registers with GCM and the devicetoken is registered with Aerogear UPS using the RESTful api. I was able to send push notification from Aerogear admin console to the mobile application if any one criteria ( variant/alias/devicetype) is provided. If none of the criteria is being set then the notifications are not being received. Any inputs on this would be really helpful. Regards, Nixad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160706/0f1c6c3b/attachment.html From matzew at apache.org Wed Jul 6 05:45:29 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Wed, 6 Jul 2016 11:45:29 +0200 Subject: [Aerogear-users] Aerogear with phonegap plugin In-Reply-To: References: Message-ID: Hi, not sure the phonegab push plugin works really works.. We have our own plugin, allowing you to send device metadata, like categories or alias: https://github.com/aerogear/aerogear-cordova-push On Wed, Jul 6, 2016 at 11:32 AM, Nixad Smith wrote: > Hi , > > I'm trying to implement push notification with Aerogear unified push > server and phonegap plugin(phonegap-plugin-push). > One the application is installed and lauched , it registers with GCM and > the devicetoken is registered with Aerogear UPS using the RESTful api. > > I was able to send push notification from Aerogear admin console to the > mobile application if any one criteria ( variant/alias/devicetype) is > provided. > If none of the criteria is being set then the notifications are not being > received. > > Any inputs on this would be really helpful. > > Regards, > Nixad > > _______________________________________________ > 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/20160706/a637cbdf/attachment.html From tingl at voicebox.com Wed Jul 6 19:37:36 2016 From: tingl at voicebox.com (Ting Liu) Date: Wed, 6 Jul 2016 23:37:36 +0000 Subject: [Aerogear-users] does the Android API support new user sign up? Message-ID: Hi, I am interested in using Aerogear's Android API for user login and new user sign up. I have tried org.jboss.aerogear.android.authorization.AuthorizationManager, with the sample app shootandshare(https://github.com/aerogear/aerogear-android-cookbook/tree/master/ShootAndShare), and it seems that it works with existing user log in. I wonder whether it supports new user sign up or not? If so, what API to call? And how to set up on the server side? Thanks. Ting -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160706/15a3b3e2/attachment-0001.html From supittma at redhat.com Thu Jul 7 08:48:12 2016 From: supittma at redhat.com (Summers Pittman) Date: Thu, 7 Jul 2016 08:48:12 -0400 Subject: [Aerogear-users] does the Android API support new user sign up? In-Reply-To: References: Message-ID: Hi Ting! The Authz module implements OAuth2 which does not specify a method for user sign up. Therefore you need to set up the server to handle sign up. If you are using Keycloak you can enable it on in Realm Settings' Login tab. (See attached). Then, as part of sign in, the user will be able to create an account. This is compatible with the Android Authz library (and if it isn't it is a bug and we need to fix it). Summers On Wed, Jul 6, 2016 at 7:37 PM, Ting Liu wrote: > Hi, > > > > I am interested in using Aerogear?s Android API for user login and new user sign up. I have tried org.jboss.aerogear.android.authorization.AuthorizationManager, with the sample app shootandshare(https://github.com/aerogear/aerogear-android-cookbook/tree/master/ShootAndShare), and it seems that it works with existing user log in. > > > > I wonder whether it supports new user sign up or not? If so, what API to call? And how to set up on the server side? Thanks. > > > > > > Ting > > > > > > _______________________________________________ > 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/20160707/adb5a48b/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot from 2016-07-07 08-46-18.png Type: image/png Size: 72088 bytes Desc: not available Url : http://lists.jboss.org/pipermail/aerogear-users/attachments/20160707/adb5a48b/attachment-0001.png From nixadsmith at gmail.com Fri Jul 8 02:15:36 2016 From: nixadsmith at gmail.com (Nixad Smith) Date: Fri, 8 Jul 2016 11:45:36 +0530 Subject: [Aerogear-users] Aerogear with phonegap plugin In-Reply-To: References: Message-ID: > > Thanks for your response. One of our requirement is the client to be independent of the push server (as the notification would be coming for GCM/APNS etc) so we decided to go with phonegap. Could this be a bug at the push server? Because I do not get the notification when there is no criteria set but I get the notification when I provide the variantid or alias or device type. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160708/3dd15055/attachment.html From matzew at apache.org Fri Jul 8 02:47:25 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Fri, 8 Jul 2016 08:47:25 +0200 Subject: [Aerogear-users] Aerogear with phonegap plugin In-Reply-To: References: Message-ID: On Fri, Jul 8, 2016 at 8:15 AM, Nixad Smith wrote: > Thanks for your response. > > One of our requirement is the client to be independent of the push server > (as the notification would be coming for GCM/APNS etc) so we decided to go > with phonegap. > Could this be a bug at the push server? Because I do not get the > notification when there is no criteria > if no criteria is present we auto register the client on a FCM topic: https://github.com/aerogear/aerogear-android-push/blob/master/aerogear-android-push/src/main/java/org/jboss/aerogear/android/unifiedpush/fcm/AeroGearFCMPushRegistrar.java#L191 So, that's why - becuase PhoneGab does not do that. It's a feature of the UPS and it's SDKs. > set but I get the notification when I provide the variantid or alias or > device type. > correct, these things are excluded, and not handled via GCM/FCM topics, see: * https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/push/sender/src/main/java/org/jboss/aerogear/unifiedpush/message/token/TokenLoader.java#L144-L146 * https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/push/sender/src/main/java/org/jboss/aerogear/unifiedpush/message/token/TokenLoaderUtils.java#L82-L84 > > _______________________________________________ > 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/20160708/1d806d4c/attachment.html From edewit at redhat.com Fri Jul 8 03:01:15 2016 From: edewit at redhat.com (Erik Jan de Wit) Date: Fri, 8 Jul 2016 09:01:15 +0200 Subject: [Aerogear-users] Aerogear with phonegap plugin In-Reply-To: References: Message-ID: > > One of our requirement is the client to be independent of the push server > (as the notification would be coming for GCM/APNS etc) so we decided to go > with phonegap. > > What would be the difference between using the phonegap plugin and after registration letting UPS know about this new installation. Or having a plugin that does what the phonegap plugin does and automatically let's UPS know as well? -- Cheers, Erik Jan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160708/fa1939c3/attachment.html From chrisbristol at LIVE.COM Thu Jul 14 16:12:50 2016 From: chrisbristol at LIVE.COM (chris bristol) Date: Thu, 14 Jul 2016 20:12:50 +0000 Subject: [Aerogear-users] First time installation on Windows 10 Message-ID: Hi AeroGear user community. I have just begun the installation process and am having a difficult time of it. I am hoping there are users that have been down this road who can offer a helpful word or two to get me started sending push notifications to may awesome app. I have Wildfly installed and working on Windows 10 - I have other projects up and using MySQL successfully. I have been trying to follow the installation instructions at https://aerogear.org/docs/unifiedpush/ups_userguide/index/ The steps seem to be intended for Unix users. Some of the files, I cannot find in the bundle, like jms-setup-wildfly.cli There also seems to be a presumption that installer us is using maven - not necessarily the case. If you have snippets of your standalone.xml for the database and jms configuration - maybe that would be helpful. Thanks - I'd really like to get running and using the UI for configuration. Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160714/6dfc0bb6/attachment.html From Philipp.Koetz at mvise.de Fri Jul 15 05:23:42 2016 From: Philipp.Koetz at mvise.de (Philipp Koetz, mVISE AG) Date: Fri, 15 Jul 2016 09:23:42 +0000 Subject: [Aerogear-users] First time installation on Windows 10 In-Reply-To: References: Message-ID: Hello Chris, the jms installation is intended to be for the version 1.2 which isn't the stable build right now, you can skip this if you have a minor version. With the maven install I had also problems, in this case you can download the jar from maven central and place it in the module folder. Here are the steps we used to install the MySQL Connector: copy aerogear-unifiedpush-server-1.1.3.final/databases/src/main/resources/modules/com* to wildfly/modules/system/layers/base/ copy mysql-connector-java-5.1.18.jar to wildfly/modules/system/layers/base/com/mysql/jdbc/main/ Regards, Philipp Von: aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] Im Auftrag von chris bristol Gesendet: Donnerstag, 14. Juli 2016 22:13 An: Aerogear-users at lists.jboss.org Betreff: [Aerogear-users] First time installation on Windows 10 Hi AeroGear user community. I have just begun the installation process and am having a difficult time of it. I am hoping there are users that have been down this road who can offer a helpful word or two to get me started sending push notifications to may awesome app. I have Wildfly installed and working on Windows 10 - I have other projects up and using MySQL successfully. I have been trying to follow the installation instructions at https://aerogear.org/docs/unifiedpush/ups_userguide/index/ The steps seem to be intended for Unix users. Some of the files, I cannot find in the bundle, like jms-setup-wildfly.cli There also seems to be a presumption that installer us is using maven - not necessarily the case. If you have snippets of your standalone.xml for the database and jms configuration - maybe that would be helpful. Thanks - I'd really like to get running and using the UI for configuration. Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160715/7cd76699/attachment-0001.html From ganesh.prasad1 at hp.com Mon Jul 18 03:37:47 2016 From: ganesh.prasad1 at hp.com (gprasad) Date: Mon, 18 Jul 2016 00:37:47 -0700 (MST) Subject: [Aerogear-users] Android push application crashed Message-ID: <1468827467173-741.post@n5.nabble.com> Android app crashed when clicking on received push message, stack trace below E/AndroidRuntime(11239): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1195) E/AndroidRuntime(11239): Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'int java.util.Map.size()' on a null object reference E/AndroidRuntime(11239): at org.jboss.aerogear.cordova.push.Message.toBundle(Message.java:105) E/AndroidRuntime(11239): at org.jboss.aerogear.cordova.push.PushHandlerActivity.processPushBundle(PushHandlerActivity.java:63) E/AndroidRuntime(11239): at org.jboss.aerogear.cordova.push.PushHandlerActivity.onCreate(PushHandlerActivity.java:45) E/AndroidRuntime(11239): at android.app.Activity.performCreate(Activity.java:6289) E/AndroidRuntime(11239): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1119) E/AndroidRuntime(11239): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2655) -- View this message in context: http://aerogear-users.1116366.n5.nabble.com/Android-push-application-crashed-tp741.html Sent from the aerogear-users mailing list archive at Nabble.com. From matzew at apache.org Mon Jul 18 07:38:09 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Mon, 18 Jul 2016 13:38:09 +0200 Subject: [Aerogear-users] Android push application crashed In-Reply-To: <1468827467173-741.post@n5.nabble.com> References: <1468827467173-741.post@n5.nabble.com> Message-ID: hrm - looks like "userData" is null: https://github.com/aerogear/aerogear-cordova-push/blob/master/src/android/org/jboss/aerogear/cordova/push/Message.java#L105 so, this happend when the app was running in the background, and the notifcation in the status bar was hit ? On Mon, Jul 18, 2016 at 9:37 AM, gprasad wrote: > > > Android app crashed when clicking on received push message, stack trace > below > > E/AndroidRuntime(11239): at > com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1195) > E/AndroidRuntime(11239): Caused by: java.lang.NullPointerException: Attempt > to invoke interface method 'int java.util.Map.size()' on a null object > reference > E/AndroidRuntime(11239): at > org.jboss.aerogear.cordova.push.Message.toBundle(Message.java:105) > E/AndroidRuntime(11239): at > > org.jboss.aerogear.cordova.push.PushHandlerActivity.processPushBundle(PushHandlerActivity.java:63) > E/AndroidRuntime(11239): at > > org.jboss.aerogear.cordova.push.PushHandlerActivity.onCreate(PushHandlerActivity.java:45) > E/AndroidRuntime(11239): at > android.app.Activity.performCreate(Activity.java:6289) > E/AndroidRuntime(11239): at > android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1119) > E/AndroidRuntime(11239): at > android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2655) > > > > > -- > View this message in context: > http://aerogear-users.1116366.n5.nabble.com/Android-push-application-crashed-tp741.html > Sent from the aerogear-users mailing list archive at Nabble.com. > _______________________________________________ > Aerogear-users mailing list > Aerogear-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-users > -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ twitter: http://twitter.com/mwessendorf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160718/00a6a8b8/attachment.html From matzew at apache.org Mon Jul 18 07:42:57 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Mon, 18 Jul 2016 13:42:57 +0200 Subject: [Aerogear-users] Android push application crashed In-Reply-To: References: <1468827467173-741.post@n5.nabble.com> Message-ID: I've create a JIRA ticket for this: https://issues.jboss.org/browse/AGCORDOVA-156 We will take a look, thanks for reporting! On Mon, Jul 18, 2016 at 1:38 PM, Matthias Wessendorf wrote: > hrm - looks like "userData" is null: > > https://github.com/aerogear/aerogear-cordova-push/blob/master/src/android/org/jboss/aerogear/cordova/push/Message.java#L105 > > so, this happend when the app was running in the background, and the > notifcation in the status bar was hit ? > > On Mon, Jul 18, 2016 at 9:37 AM, gprasad wrote: > >> >> >> Android app crashed when clicking on received push message, stack trace >> below >> >> E/AndroidRuntime(11239): at >> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1195) >> E/AndroidRuntime(11239): Caused by: java.lang.NullPointerException: >> Attempt >> to invoke interface method 'int java.util.Map.size()' on a null object >> reference >> E/AndroidRuntime(11239): at >> org.jboss.aerogear.cordova.push.Message.toBundle(Message.java:105) >> E/AndroidRuntime(11239): at >> >> org.jboss.aerogear.cordova.push.PushHandlerActivity.processPushBundle(PushHandlerActivity.java:63) >> E/AndroidRuntime(11239): at >> >> org.jboss.aerogear.cordova.push.PushHandlerActivity.onCreate(PushHandlerActivity.java:45) >> E/AndroidRuntime(11239): at >> android.app.Activity.performCreate(Activity.java:6289) >> E/AndroidRuntime(11239): at >> >> android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1119) >> E/AndroidRuntime(11239): at >> android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2655) >> >> >> >> >> -- >> View this message in context: >> http://aerogear-users.1116366.n5.nabble.com/Android-push-application-crashed-tp741.html >> Sent from the aerogear-users mailing list archive at Nabble.com. >> _______________________________________________ >> Aerogear-users mailing list >> Aerogear-users at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/aerogear-users >> > > > > -- > Matthias Wessendorf > > blog: http://matthiaswessendorf.wordpress.com/ > twitter: http://twitter.com/mwessendorf > -- 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/20160718/f95eedb2/attachment.html From matzew at apache.org Mon Jul 18 08:34:25 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Mon, 18 Jul 2016 14:34:25 +0200 Subject: [Aerogear-users] Android push application crashed In-Reply-To: References: <1468827467173-741.post@n5.nabble.com> Message-ID: Hello Ganesh, I've fixed the issue on our 3.0.x branch: https://github.com/aerogear/aerogear-cordova-push/pull/102 and ported it back to master branch as well: https://github.com/aerogear/aerogear-cordova-push/pull/103 Thanks for reporting -Matthias On Mon, Jul 18, 2016 at 1:42 PM, Matthias Wessendorf wrote: > I've create a JIRA ticket for this: > https://issues.jboss.org/browse/AGCORDOVA-156 > > We will take a look, thanks for reporting! > > On Mon, Jul 18, 2016 at 1:38 PM, Matthias Wessendorf > wrote: > >> hrm - looks like "userData" is null: >> >> https://github.com/aerogear/aerogear-cordova-push/blob/master/src/android/org/jboss/aerogear/cordova/push/Message.java#L105 >> >> so, this happend when the app was running in the background, and the >> notifcation in the status bar was hit ? >> >> On Mon, Jul 18, 2016 at 9:37 AM, gprasad wrote: >> >>> >>> >>> Android app crashed when clicking on received push message, stack trace >>> below >>> >>> E/AndroidRuntime(11239): at >>> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1195) >>> E/AndroidRuntime(11239): Caused by: java.lang.NullPointerException: >>> Attempt >>> to invoke interface method 'int java.util.Map.size()' on a null object >>> reference >>> E/AndroidRuntime(11239): at >>> org.jboss.aerogear.cordova.push.Message.toBundle(Message.java:105) >>> E/AndroidRuntime(11239): at >>> >>> org.jboss.aerogear.cordova.push.PushHandlerActivity.processPushBundle(PushHandlerActivity.java:63) >>> E/AndroidRuntime(11239): at >>> >>> org.jboss.aerogear.cordova.push.PushHandlerActivity.onCreate(PushHandlerActivity.java:45) >>> E/AndroidRuntime(11239): at >>> android.app.Activity.performCreate(Activity.java:6289) >>> E/AndroidRuntime(11239): at >>> >>> android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1119) >>> E/AndroidRuntime(11239): at >>> >>> android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2655) >>> >>> >>> >>> >>> -- >>> View this message in context: >>> http://aerogear-users.1116366.n5.nabble.com/Android-push-application-crashed-tp741.html >>> Sent from the aerogear-users mailing list archive at Nabble.com. >>> _______________________________________________ >>> Aerogear-users mailing list >>> Aerogear-users at lists.jboss.org >>> https://lists.jboss.org/mailman/listinfo/aerogear-users >>> >> >> >> >> -- >> Matthias Wessendorf >> >> blog: http://matthiaswessendorf.wordpress.com/ >> twitter: http://twitter.com/mwessendorf >> > > > > -- > Matthias Wessendorf > > blog: http://matthiaswessendorf.wordpress.com/ > twitter: http://twitter.com/mwessendorf > -- 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/20160718/a33544aa/attachment-0001.html From ganesh.prasad1 at hp.com Mon Jul 18 09:37:48 2016 From: ganesh.prasad1 at hp.com (Prasad, Ganesh) Date: Mon, 18 Jul 2016 13:37:48 +0000 Subject: [Aerogear-users] Android push application crashed In-Reply-To: References: <1468827467173-741.post@n5.nabble.com> Message-ID: Thanks Mathias , will test and provide the update From: aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] On Behalf Of Matthias Wessendorf Sent: Monday, July 18, 2016 6:04 PM To: aerogear-users at lists.jboss.org Subject: Re: [Aerogear-users] Android push application crashed Hello Ganesh, I've fixed the issue on our 3.0.x branch: https://github.com/aerogear/aerogear-cordova-push/pull/102 and ported it back to master branch as well: https://github.com/aerogear/aerogear-cordova-push/pull/103 Thanks for reporting -Matthias On Mon, Jul 18, 2016 at 1:42 PM, Matthias Wessendorf > wrote: I've create a JIRA ticket for this: https://issues.jboss.org/browse/AGCORDOVA-156 We will take a look, thanks for reporting! On Mon, Jul 18, 2016 at 1:38 PM, Matthias Wessendorf > wrote: hrm - looks like "userData" is null: https://github.com/aerogear/aerogear-cordova-push/blob/master/src/android/org/jboss/aerogear/cordova/push/Message.java#L105 so, this happend when the app was running in the background, and the notifcation in the status bar was hit ? On Mon, Jul 18, 2016 at 9:37 AM, gprasad > wrote: Android app crashed when clicking on received push message, stack trace below E/AndroidRuntime(11239): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1195) E/AndroidRuntime(11239): Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'int java.util.Map.size()' on a null object reference E/AndroidRuntime(11239): at org.jboss.aerogear.cordova.push.Message.toBundle(Message.java:105) E/AndroidRuntime(11239): at org.jboss.aerogear.cordova.push.PushHandlerActivity.processPushBundle(PushHandlerActivity.java:63) E/AndroidRuntime(11239): at org.jboss.aerogear.cordova.push.PushHandlerActivity.onCreate(PushHandlerActivity.java:45) E/AndroidRuntime(11239): at android.app.Activity.performCreate(Activity.java:6289) E/AndroidRuntime(11239): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1119) E/AndroidRuntime(11239): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2655) -- View this message in context: http://aerogear-users.1116366.n5.nabble.com/Android-push-application-crashed-tp741.html Sent from the aerogear-users mailing list archive at Nabble.com. _______________________________________________ Aerogear-users mailing list Aerogear-users at lists.jboss.org https://lists.jboss.org/mailman/listinfo/aerogear-users -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ twitter: http://twitter.com/mwessendorf -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ twitter: http://twitter.com/mwessendorf -- 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/20160718/4290cddc/attachment.html From chris at dealerrewards.net Mon Jul 18 16:38:52 2016 From: chris at dealerrewards.net (Christopher Fahey) Date: Mon, 18 Jul 2016 15:38:52 -0500 Subject: [Aerogear-users] Wildfly port change and Internet requests Message-ID: <44af4072-0092-6ca7-e7dc-dd6f0587337c@dealerrewards.net> Hopefully someone can help me. I want to progress to the next step of development by configuring our server to handle requests from over the internet. Currently the server is only handling internal lan requests but it is somewhat limiting. The port number of 8080 is not an available port number for our IP address through the firewall so I changed the Wildfly port number to 8623 and altered the firewall accordingly. I can still access the AeroGear server on the local lan IP using the new port number and I can access the Wildfly server over the internet on port 8623 but when I try to access the application on the port over the internet, I receive an error "Internal Server Error". Does anyone know why I am receiving this error and how to fix it? I am familiar with Tomcat but clueless about Wildfly and even more so on how AeroGear works within Wildfly. Any help is appreciated. Christopher Fahey -- Christopher Fahey DealerRewards, Inc. Maryland Branch Office (410) 924-3185 ------------------------------------------------------------------------ This electronic message transmission contains information from DealerRewards Inc. This message is confidential. It may also be privileged or otherwise protected by work-product immunity or other legal rules. If you have received it by mistake, please let us know by email reply and delete it from your system; you may not copy this message or disclose its contents to anyone. DISCLAIMER: Since 2006, the U.S. Government has been monitoring all internet communications. If you have information that you do not wish to have monitored, please send it using regular postal services to the address listed on our website. ------------------------------------------------------------------------ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160718/4e14f206/attachment.html From supittma at redhat.com Mon Jul 18 16:45:30 2016 From: supittma at redhat.com (Summers Pittman) Date: Mon, 18 Jul 2016 16:45:30 -0400 Subject: [Aerogear-users] Wildfly port change and Internet requests In-Reply-To: <44af4072-0092-6ca7-e7dc-dd6f0587337c@dealerrewards.net> References: <44af4072-0092-6ca7-e7dc-dd6f0587337c@dealerrewards.net> Message-ID: On Mon, Jul 18, 2016 at 4:38 PM, Christopher Fahey wrote: > Hopefully someone can help me. I want to progress to the next step of > development by configuring our server to handle requests from over the > internet. Currently the server is only handling internal lan requests but > it is somewhat limiting. The port number of 8080 is not an available port > number for our IP address through the firewall so I changed the Wildfly > port number to 8623 and altered the firewall accordingly. I can still > access the AeroGear server on the local lan IP using the new port number > and I can access the Wildfly server over the internet on port 8623 but when > I try to access the application on the port over the internet, I receive an > error "Internal Server Error". > Can you get us a gist of the logs? That may help. Additionally, is the request that goes through the firewall actually making it to WildFly. IE is WildFly serving the internal server error. > > Does anyone know why I am receiving this error and how to fix it? I am > familiar with Tomcat but clueless about Wildfly and even more so on how > AeroGear works within Wildfly. Any help is appreciated. > > Christopher Fahey > > -- > > Christopher Fahey > DealerRewards, Inc. > Maryland Branch Office > (410) 924-3185 > ------------------------------ > This electronic message transmission contains information from > DealerRewards Inc. This message is confidential. It may also be privileged > or otherwise protected by work-product immunity or other legal rules. If > you have received it by mistake, please let us know by email reply and > delete it from your system; you may not copy this message or disclose its > contents to anyone. > DISCLAIMER: Since 2006, the U.S. Government has been monitoring all > internet communications. If you have information that you do not wish to > have monitored, please send it using regular postal services to the address > listed on our website. > ------------------------------ > > _______________________________________________ > Aerogear-users mailing list > Aerogear-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160718/8607eb2e/attachment-0001.html From chris at dealerrewards.net Tue Jul 19 10:04:22 2016 From: chris at dealerrewards.net (Christopher Fahey) Date: Tue, 19 Jul 2016 09:04:22 -0500 Subject: [Aerogear-users] Wildfly port change and Internet requests In-Reply-To: References: <44af4072-0092-6ca7-e7dc-dd6f0587337c@dealerrewards.net> Message-ID: Here is the log. I believe that Wildfly is serving up the error since I can get through to Wildfly when I initially try that URL without the application path. Chris On 7/18/2016 3:45 PM, Summers Pittman wrote: > > > On Mon, Jul 18, 2016 at 4:38 PM, Christopher Fahey > > wrote: > > Hopefully someone can help me. I want to progress to the next > step of development by configuring our server to handle requests > from over the internet. Currently the server is only handling > internal lan requests but it is somewhat limiting. The port > number of 8080 is not an available port number for our IP address > through the firewall so I changed the Wildfly port number to 8623 > and altered the firewall accordingly. I can still access the > AeroGear server on the local lan IP using the new port number and > I can access the Wildfly server over the internet on port 8623 but > when I try to access the application on the port over the > internet, I receive an error "Internal Server Error". > > > Can you get us a gist of the logs? That may help. > > Additionally, is the request that goes through the firewall actually > making it to WildFly. IE is WildFly serving the internal server error. > > > Does anyone know why I am receiving this error and how to fix it? > I am familiar with Tomcat but clueless about Wildfly and even more > so on how AeroGear works within Wildfly. Any help is appreciated. > > Christopher Fahey > > -- > > Christopher Fahey > DealerRewards, Inc. > Maryland Branch Office > (410) 924-3185 > ------------------------------------------------------------------------ > This electronic message transmission contains information from > DealerRewards Inc. This message is confidential. It may also be > privileged or otherwise protected by work-product immunity or > other legal rules. If you have received it by mistake, please let > us know by email reply and delete it from your system; you may not > copy this message or disclose its contents to anyone. > DISCLAIMER: Since 2006, the U.S. Government has been monitoring > all internet communications. If you have information that you do > not wish to have monitored, please send it using regular postal > services to the address listed on our website. > ------------------------------------------------------------------------ > > > _______________________________________________ > Aerogear-users mailing list > Aerogear-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-users > > > > > _______________________________________________ > 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/20160719/8d7adbf9/attachment-0001.html -------------- next part -------------- 2016-07-18 15:26:44,189 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.3.Final 2016-07-18 15:26:45,188 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.2.Final 2016-07-18 15:26:45,346 INFO [org.jboss.as] (MSC service thread 1-6) JBAS015899: WildFly 8.2.1.Final "Tweek" starting 2016-07-18 15:26:45,360 DEBUG [org.jboss.as.config] (MSC service thread 1-6) Configured system properties: awt.toolkit = sun.awt.windows.WToolkit file.encoding = Cp1252 file.encoding.pkg = sun.io file.separator = \ java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.awt.printerjob = sun.awt.windows.WPrinterJob java.class.path = C:\Program Files (x86)\wildfly-8.2.1.Final\jboss-modules.jar java.class.version = 51.0 java.endorsed.dirs = C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\endorsed java.ext.dirs = C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\ext;C:\Windows\Sun\Java\lib\ext java.home = C:\Program Files (x86)\Java\jdk1.7.0_80\jre java.io.tmpdir = C:\Users\admin\AppData\Local\Temp\ java.library.path = C:\Program Files (x86)\Java\jdk1.7.0_80\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Java\jdk1.7.0_80\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\VisualSVN Server\bin;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;. java.net.preferIPv4Stack = true java.runtime.name = Java(TM) SE Runtime Environment java.runtime.version = 1.7.0_80-b15 java.specification.name = Java Platform API Specification java.specification.vendor = Oracle Corporation java.specification.version = 1.7 java.util.logging.manager = org.jboss.logmanager.LogManager java.vendor = Oracle Corporation java.vendor.url = http://java.oracle.com/ java.vendor.url.bug = http://bugreport.sun.com/bugreport/ java.version = 1.7.0_80 java.vm.info = mixed mode, sharing java.vm.name = Java HotSpot(TM) Client VM java.vm.specification.name = Java Virtual Machine Specification java.vm.specification.vendor = Oracle Corporation java.vm.specification.version = 1.7 java.vm.vendor = Oracle Corporation java.vm.version = 24.80-b11 javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder javax.xml.datatype.DatatypeFactory = __redirected.__DatatypeFactory javax.xml.parsers.DocumentBuilderFactory = __redirected.__DocumentBuilderFactory javax.xml.parsers.SAXParserFactory = __redirected.__SAXParserFactory javax.xml.stream.XMLEventFactory = __redirected.__XMLEventFactory javax.xml.stream.XMLInputFactory = __redirected.__XMLInputFactory javax.xml.stream.XMLOutputFactory = __redirected.__XMLOutputFactory javax.xml.transform.TransformerFactory = __redirected.__TransformerFactory javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema = __redirected.__SchemaFactory javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom = __redirected.__XPathFactory jboss.bind.address = 192.168.1.101 jboss.home.dir = C:\Program Files (x86)\wildfly-8.2.1.Final jboss.host.name = server1 jboss.modules.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\modules jboss.modules.system.pkgs = org.jboss.byteman jboss.node.name = server1 jboss.qualified.host.name = server1 jboss.server.base.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone jboss.server.config.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\configuration jboss.server.data.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\data jboss.server.deploy.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\data\content jboss.server.log.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\log jboss.server.name = server1 jboss.server.persist.config = true jboss.server.temp.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\tmp line.separator = logging.configuration = file:C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\configuration/logging.properties module.path = C:\Program Files (x86)\wildfly-8.2.1.Final\modules org.jboss.boot.log.file = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\log\server.log org.jboss.resolver.warning = true org.xml.sax.driver = __redirected.__XMLReaderFactory os.arch = x86 os.name = Windows Server 2008 R2 os.version = 6.1 path.separator = ; program.name = standalone.bat sun.arch.data.model = 32 sun.boot.class.path = C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\resources.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\rt.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\sunrsasign.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\jsse.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\jce.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\charsets.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\jfr.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\classes sun.boot.library.path = C:\Program Files (x86)\Java\jdk1.7.0_80\jre\bin sun.cpu.endian = little sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 sun.desktop = windows sun.io.unicode.encoding = UnicodeLittle sun.java.command = C:\Program Files (x86)\wildfly-8.2.1.Final\jboss-modules.jar -mp C:\Program Files (x86)\wildfly-8.2.1.Final\modules -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -Djboss.home.dir=C:\Program Files (x86)\wildfly-8.2.1.Final --server-config=standalone-full-ha.xml -b 192.168.1.101 sun.java.launcher = SUN_STANDARD sun.jnu.encoding = Cp1252 sun.management.compiler = HotSpot Client Compiler sun.os.patch.level = Service Pack 1 user.country = US user.dir = C:\Windows\System32 user.home = C:\Users\admin user.language = en user.name = admin user.script = user.timezone = America/New_York user.variant = 2016-07-18 15:26:45,364 DEBUG [org.jboss.as.config] (MSC service thread 1-6) VM Arguments: -Dprogram.name=standalone.bat -Xms64M -Xmx512M -XX:MaxPermSize=256M -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Dorg.jboss.boot.log.file=C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\log\server.log -Dlogging.configuration=file:C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\configuration/logging.properties 2016-07-18 15:26:50,134 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http) 2016-07-18 15:26:50,214 INFO [org.xnio] (MSC service thread 1-1) XNIO version 3.3.0.Final 2016-07-18 15:26:50,229 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.3.0.Final 2016-07-18 15:26:50,287 INFO [org.jboss.as.security] (ServerService Thread Pool -- 55) JBAS013171: Activating Security Subsystem 2016-07-18 15:26:50,285 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 56) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique. 2016-07-18 15:26:50,409 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 42) JBAS010260: Activating JGroups subsystem. 2016-07-18 15:26:50,409 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 38) JBAS016300: Activating JacORB Subsystem 2016-07-18 15:26:50,416 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 37) JBAS010280: Activating Infinispan subsystem. 2016-07-18 15:26:50,418 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 45) JBAS012615: Activated the following JSF Implementations: [main] 2016-07-18 15:26:50,423 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 50) JBAS011800: Activating Naming Subsystem 2016-07-18 15:26:50,435 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 36) WFLYIO001: Worker 'default' has auto-configured to 16 core threads with 128 task threads based on your 8 available processors 2016-07-18 15:26:50,437 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 58) JBAS015537: Activating WebServices Extension 2016-07-18 15:26:50,487 INFO [org.jboss.as.security] (MSC service thread 1-13) JBAS013170: Current PicketBox version=4.0.21.Final 2016-07-18 15:26:50,496 INFO [org.jboss.as.connector.logging] (MSC service thread 1-6) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.9.Final) 2016-07-18 15:26:50,734 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 57) JBAS017502: Undertow 1.1.8.Final starting 2016-07-18 15:26:50,759 INFO [org.jboss.as.naming] (MSC service thread 1-6) JBAS011802: Starting Naming Service 2016-07-18 15:26:50,759 INFO [org.wildfly.extension.undertow] (MSC service thread 1-12) JBAS017502: Undertow 1.1.8.Final starting 2016-07-18 15:26:50,761 INFO [org.jboss.as.mail.extension] (MSC service thread 1-16) JBAS015400: Bound mail session [java:jboss/mail/Default] 2016-07-18 15:26:51,195 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 57) JBAS017527: Creating file handler for path C:\Program Files (x86)\wildfly-8.2.1.Final/welcome-content 2016-07-18 15:26:51,227 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 32) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3) 2016-07-18 15:26:51,231 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) JBAS010417: Started Driver service with driver-name = h2 2016-07-18 15:26:51,297 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 32) JBAS010404: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 9.4) 2016-07-18 15:26:51,299 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) JBAS010417: Started Driver service with driver-name = psqlup 2016-07-18 15:26:51,471 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) JBAS017525: Started server default-server. 2016-07-18 15:26:51,487 INFO [org.wildfly.extension.undertow] (MSC service thread 1-16) JBAS017531: Host default-host starting 2016-07-18 15:26:51,489 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.7.Final 2016-07-18 15:26:51,548 INFO [org.wildfly.extension.undertow] (MSC service thread 1-13) JBAS017519: Undertow AJP listener ajp listening on /192.168.1.101:8009 2016-07-18 15:26:51,556 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 60) MODCLUSTER000001: Initializing mod_cluster version 1.3.0.Final 2016-07-18 15:26:51,559 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on /192.168.1.101:8080 2016-07-18 15:26:51,810 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 60) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364 2016-07-18 15:26:51,831 WARN [org.jboss.as.messaging] (MSC service thread 1-8) JBAS011600: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal 2016-07-18 15:26:52,032 WARN [jacorb.codeset] (MSC service thread 1-14) Warning - unknown codeset (Cp1252) - defaulting to ISO-8859-1 2016-07-18 15:26:52,167 INFO [org.jboss.as.jacorb] (MSC service thread 1-14) JBAS016330: CORBA ORB Service started 2016-07-18 15:26:52,173 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221000: live server is starting with configuration HornetQ Configuration (clustered=true,backup=false,sharedStore=true,journalDirectory=C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\data\messagingjournal,bindingsDirectory=C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\data\messagingbindings,largeMessagesDirectory=C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\data\messaginglargemessages,pagingDirectory=C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\data\messagingpaging) 2016-07-18 15:26:52,177 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221006: Waiting to obtain live lock 2016-07-18 15:26:52,245 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221013: Using NIO Journal 2016-07-18 15:26:52,256 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-11) JBAS015012: Started FileSystemDeploymentService for directory C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\deployments 2016-07-18 15:26:52,261 INFO [org.jboss.as.server.deployment] (MSC service thread 1-12) JBAS015876: Starting deployment of "unifiedpush-auth-server.war" (runtime-name: "unifiedpush-auth-server.war") 2016-07-18 15:26:52,261 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "unifiedpush-server-wildfly.war" (runtime-name: "unifiedpush-server-wildfly.war") 2016-07-18 15:26:52,673 INFO [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 60) Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability. 2016-07-18 15:26:52,722 INFO [org.jboss.as.jacorb] (MSC service thread 1-6) JBAS016328: CORBA Naming Service started 2016-07-18 15:26:52,839 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) JBAS010400: Bound data source [java:jboss/datasources/UnifiedPushDS] 2016-07-18 15:26:52,838 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-10) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS] 2016-07-18 15:26:52,838 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-15) JBAS010400: Bound data source [java:jboss/datasources/KeycloakDS] 2016-07-18 15:26:53,165 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support CORE 2016-07-18 15:26:53,342 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support AMQP 2016-07-18 15:26:53,347 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support STOMP 2016-07-18 15:26:53,524 INFO [org.jboss.ws.common.management] (MSC service thread 1-16) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.3.2.Final 2016-07-18 15:26:53,635 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221034: Waiting to obtain live lock 2016-07-18 15:26:53,636 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221035: Live Server Obtained live lock 2016-07-18 15:26:54,337 INFO [org.jboss.messaging] (MSC service thread 1-10) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor 2016-07-18 15:26:54,337 INFO [org.jboss.messaging] (MSC service thread 1-4) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor 2016-07-18 15:26:54,513 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221007: Server is now live 2016-07-18 15:26:54,514 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221001: HornetQ Server version 2.4.5.FINAL (Wild Hornet, 124) [b43de365-e79b-11e5-ac4f-ebb6245b4780] 2016-07-18 15:26:54,518 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221003: trying to deploy queue jms.queue.ExpiryQueue 2016-07-18 15:26:54,529 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:/jms/queue/ExpiryQueue 2016-07-18 15:26:54,616 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory 2016-07-18 15:26:54,618 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory 2016-07-18 15:26:54,619 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 63) HQ221003: trying to deploy queue jms.queue.DLQ 2016-07-18 15:26:54,621 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 63) JBAS011601: Bound messaging object to jndi name java:/jms/queue/DLQ 2016-07-18 15:26:55,001 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-14) JBAS010406: Registered connection factory java:/JmsXA 2016-07-18 15:26:55,116 INFO [org.hornetq.ra] (MSC service thread 1-14) HornetQ resource adaptor started 2016-07-18 15:26:55,117 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-14) IJ020002: Deployed: file://RaActivatorhornetq-ra 2016-07-18 15:26:55,120 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-11) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA] 2016-07-18 15:26:55,121 INFO [org.jboss.as.messaging] (MSC service thread 1-3) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory 2016-07-18 15:26:56,520 WARN [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015960: Class Path entry lib/snakeyaml-1.13.jar in /C:/Windows/System32/content/unifiedpush-auth-server.war/WEB-INF/lib/liquibase-core-3.3.5.jar does not point to a valid jar for a Class-Path reference. 2016-07-18 15:26:56,745 INFO [org.jboss.as.jpa] (MSC service thread 1-7) JBAS011401: Read persistence.xml for keycloak-default 2016-07-18 15:26:57,298 WARN [org.jboss.as.dependency.private] (MSC service thread 1-14) JBAS018567: Deployment "deployment.unifiedpush-auth-server.war" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice. 2016-07-18 15:26:57,300 WARN [org.jboss.as.dependency.private] (MSC service thread 1-14) JBAS018567: Deployment "deployment.unifiedpush-auth-server.war" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice. 2016-07-18 15:26:57,302 WARN [org.jboss.as.dependency.private] (MSC service thread 1-14) JBAS018567: Deployment "deployment.unifiedpush-auth-server.war" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice. 2016-07-18 15:26:57,303 WARN [org.jboss.as.dependency.private] (MSC service thread 1-14) JBAS018567: Deployment "deployment.unifiedpush-auth-server.war" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice. 2016-07-18 15:26:57,305 WARN [org.jboss.as.dependency.private] (MSC service thread 1-14) JBAS018567: Deployment "deployment.unifiedpush-auth-server.war" is using a private module ("org.infinispan:main") which may be changed or removed in future versions without notice. 2016-07-18 15:26:57,306 WARN [org.jboss.as.dependency.private] (MSC service thread 1-14) JBAS018567: Deployment "deployment.unifiedpush-auth-server.war" is using a private module ("org.infinispan:main") which may be changed or removed in future versions without notice. 2016-07-18 15:26:58,278 INFO [org.jboss.as.jpa] (MSC service thread 1-2) JBAS011401: Read persistence.xml for unifiedpush-default 2016-07-18 15:26:59,274 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 64) JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'unifiedpush-server-wildfly.war#unifiedpush-default' 2016-07-18 15:26:59,307 INFO [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 64) HHH000204: Processing PersistenceUnitInfo [ name: unifiedpush-default ...] 2016-07-18 15:26:59,370 INFO [org.keycloak.services.resources.KeycloakApplication] (MSC service thread 1-4) Load config from vfs:/C:/Windows/System32/content/unifiedpush-auth-server.war/WEB-INF/classes/META-INF/keycloak-server.json 2016-07-18 15:26:59,520 INFO [org.hibernate.Version] (ServerService Thread Pool -- 64) HHH000412: Hibernate Core {4.3.7.Final} 2016-07-18 15:26:59,522 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 64) HHH000206: hibernate.properties not found 2016-07-18 15:26:59,526 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 64) HHH000021: Bytecode provider name : javassist 2016-07-18 15:27:00,162 INFO [org.jboss.weld.deployer] (MSC service thread 1-16) JBAS016002: Processing weld deployment unifiedpush-server-wildfly.war 2016-07-18 15:27:00,275 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-16) HV000001: Hibernate Validator 5.1.3.Final 2016-07-18 15:27:00,392 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-16) JNDI bindings for session bean named GenericVariantServiceImpl in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/GenericVariantServiceImpl!org.jboss.aerogear.unifiedpush.service.GenericVariantService java:app/ag-push/GenericVariantServiceImpl!org.jboss.aerogear.unifiedpush.service.GenericVariantService java:module/GenericVariantServiceImpl!org.jboss.aerogear.unifiedpush.service.GenericVariantService java:global/ag-push/GenericVariantServiceImpl java:app/ag-push/GenericVariantServiceImpl java:module/GenericVariantServiceImpl 2016-07-18 15:27:00,397 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-16) JNDI bindings for session bean named DeleteOldPushMessageInformationScheduler in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/DeleteOldPushMessageInformationScheduler!org.jboss.aerogear.unifiedpush.service.metrics.DeleteOldPushMessageInformationScheduler java:app/ag-push/DeleteOldPushMessageInformationScheduler!org.jboss.aerogear.unifiedpush.service.metrics.DeleteOldPushMessageInformationScheduler java:module/DeleteOldPushMessageInformationScheduler!org.jboss.aerogear.unifiedpush.service.metrics.DeleteOldPushMessageInformationScheduler java:global/ag-push/DeleteOldPushMessageInformationScheduler java:app/ag-push/DeleteOldPushMessageInformationScheduler java:module/DeleteOldPushMessageInformationScheduler 2016-07-18 15:27:00,402 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-16) JNDI bindings for session bean named HealthNetworkServiceImpl in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/HealthNetworkServiceImpl!org.jboss.aerogear.unifiedpush.message.HealthNetworkService java:app/ag-push/HealthNetworkServiceImpl!org.jboss.aerogear.unifiedpush.message.HealthNetworkService java:module/HealthNetworkServiceImpl!org.jboss.aerogear.unifiedpush.message.HealthNetworkService java:global/ag-push/HealthNetworkServiceImpl java:app/ag-push/HealthNetworkServiceImpl java:module/HealthNetworkServiceImpl 2016-07-18 15:27:00,406 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-16) JNDI bindings for session bean named TokenLoader in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/TokenLoader!org.jboss.aerogear.unifiedpush.message.TokenLoader java:app/ag-push/TokenLoader!org.jboss.aerogear.unifiedpush.message.TokenLoader java:module/TokenLoader!org.jboss.aerogear.unifiedpush.message.TokenLoader java:global/ag-push/TokenLoader java:app/ag-push/TokenLoader java:module/TokenLoader 2016-07-18 15:27:00,411 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-16) JNDI bindings for session bean named PushApplicationServiceImpl in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/PushApplicationServiceImpl!org.jboss.aerogear.unifiedpush.service.PushApplicationService java:app/ag-push/PushApplicationServiceImpl!org.jboss.aerogear.unifiedpush.service.PushApplicationService java:module/PushApplicationServiceImpl!org.jboss.aerogear.unifiedpush.service.PushApplicationService java:global/ag-push/PushApplicationServiceImpl java:app/ag-push/PushApplicationServiceImpl java:module/PushApplicationServiceImpl 2016-07-18 15:27:00,414 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-16) JNDI bindings for session bean named ClientInstallationServiceImpl in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/ClientInstallationServiceImpl!org.jboss.aerogear.unifiedpush.service.ClientInstallationService java:app/ag-push/ClientInstallationServiceImpl!org.jboss.aerogear.unifiedpush.service.ClientInstallationService java:module/ClientInstallationServiceImpl!org.jboss.aerogear.unifiedpush.service.ClientInstallationService java:global/ag-push/ClientInstallationServiceImpl java:app/ag-push/ClientInstallationServiceImpl java:module/ClientInstallationServiceImpl 2016-07-18 15:27:00,418 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-16) JNDI bindings for session bean named JmsClient in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/JmsClient!org.jboss.aerogear.unifiedpush.message.util.JmsClient java:app/ag-push/JmsClient!org.jboss.aerogear.unifiedpush.message.util.JmsClient java:module/JmsClient!org.jboss.aerogear.unifiedpush.message.util.JmsClient java:global/ag-push/JmsClient java:app/ag-push/JmsClient java:module/JmsClient 2016-07-18 15:27:00,421 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-16) JNDI bindings for session bean named HealthServiceImpl in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/HealthServiceImpl!org.jboss.aerogear.unifiedpush.service.HealthDBService java:app/ag-push/HealthServiceImpl!org.jboss.aerogear.unifiedpush.service.HealthDBService java:module/HealthServiceImpl!org.jboss.aerogear.unifiedpush.service.HealthDBService java:global/ag-push/HealthServiceImpl java:app/ag-push/HealthServiceImpl java:module/HealthServiceImpl 2016-07-18 15:27:00,425 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-16) JNDI bindings for session bean named NotificationDispatcher in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/NotificationDispatcher!org.jboss.aerogear.unifiedpush.message.NotificationDispatcher java:app/ag-push/NotificationDispatcher!org.jboss.aerogear.unifiedpush.message.NotificationDispatcher java:module/NotificationDispatcher!org.jboss.aerogear.unifiedpush.message.NotificationDispatcher java:global/ag-push/NotificationDispatcher java:app/ag-push/NotificationDispatcher java:module/NotificationDispatcher 2016-07-18 15:27:00,429 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-16) JNDI bindings for session bean named VariantMetricInformationProducer in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/VariantMetricInformationProducer!org.jboss.aerogear.unifiedpush.message.jms.VariantMetricInformationProducer java:app/ag-push/VariantMetricInformationProducer!org.jboss.aerogear.unifiedpush.message.jms.VariantMetricInformationProducer java:module/VariantMetricInformationProducer!org.jboss.aerogear.unifiedpush.message.jms.VariantMetricInformationProducer java:global/ag-push/VariantMetricInformationProducer java:app/ag-push/VariantMetricInformationProducer java:module/VariantMetricInformationProducer 2016-07-18 15:27:00,432 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-16) JNDI bindings for session bean named MessageHolderWithVariantsProducer in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/MessageHolderWithVariantsProducer!org.jboss.aerogear.unifiedpush.message.jms.MessageHolderWithVariantsProducer java:app/ag-push/MessageHolderWithVariantsProducer!org.jboss.aerogear.unifiedpush.message.jms.MessageHolderWithVariantsProducer java:module/MessageHolderWithVariantsProducer!org.jboss.aerogear.unifiedpush.message.jms.MessageHolderWithVariantsProducer java:global/ag-push/MessageHolderWithVariantsProducer java:app/ag-push/MessageHolderWithVariantsProducer java:module/MessageHolderWithVariantsProducer 2016-07-18 15:27:00,435 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-16) JNDI bindings for session bean named MessageHolderWithTokensProducer in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/MessageHolderWithTokensProducer!org.jboss.aerogear.unifiedpush.message.jms.MessageHolderWithTokensProducer java:app/ag-push/MessageHolderWithTokensProducer!org.jboss.aerogear.unifiedpush.message.jms.MessageHolderWithTokensProducer java:module/MessageHolderWithTokensProducer!org.jboss.aerogear.unifiedpush.message.jms.MessageHolderWithTokensProducer java:global/ag-push/MessageHolderWithTokensProducer java:app/ag-push/MessageHolderWithTokensProducer java:module/MessageHolderWithTokensProducer 2016-07-18 15:27:00,438 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-16) JNDI bindings for session bean named PushMessageMetricsService in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/PushMessageMetricsService!org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService java:app/ag-push/PushMessageMetricsService!org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService java:module/PushMessageMetricsService!org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService java:global/ag-push/PushMessageMetricsService java:app/ag-push/PushMessageMetricsService java:module/PushMessageMetricsService 2016-07-18 15:27:00,442 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-16) JNDI bindings for session bean named NotificationRouter in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/NotificationRouter!org.jboss.aerogear.unifiedpush.message.NotificationRouter java:app/ag-push/NotificationRouter!org.jboss.aerogear.unifiedpush.message.NotificationRouter java:module/NotificationRouter!org.jboss.aerogear.unifiedpush.message.NotificationRouter java:global/ag-push/NotificationRouter java:app/ag-push/NotificationRouter java:module/NotificationRouter 2016-07-18 15:27:00,445 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-16) JNDI bindings for session bean named MetricsCollector in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/MetricsCollector!org.jboss.aerogear.unifiedpush.message.MetricsCollector java:app/ag-push/MetricsCollector!org.jboss.aerogear.unifiedpush.message.MetricsCollector java:module/MetricsCollector!org.jboss.aerogear.unifiedpush.message.MetricsCollector java:global/ag-push/MetricsCollector java:app/ag-push/MetricsCollector java:module/MetricsCollector 2016-07-18 15:27:01,448 INFO [org.jboss.weld.deployer] (MSC service thread 1-8) JBAS016005: Starting Services for CDI deployment: unifiedpush-server-wildfly.war 2016-07-18 15:27:01,682 INFO [org.jboss.weld.Version] (MSC service thread 1-8) WELD-000900: 2.2.6 (Final) 2016-07-18 15:27:01,715 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 67) HQ221003: trying to deploy queue jms.queue.SimplePushTokenBatchQueue 2016-07-18 15:27:01,719 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 67) JBAS011601: Bound messaging object to jndi name /queue/SimplePushTokenBatchQueue 2016-07-18 15:27:01,720 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 75) HQ221003: trying to deploy queue jms.queue.APNsPushMessageQueue 2016-07-18 15:27:01,720 INFO [org.jboss.weld.deployer] (MSC service thread 1-7) JBAS016008: Starting weld service for deployment unifiedpush-server-wildfly.war 2016-07-18 15:27:01,723 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 75) JBAS011601: Bound messaging object to jndi name /queue/APNsPushMessageQueue 2016-07-18 15:27:01,724 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 74) HQ221003: trying to deploy queue jms.queue.GCMPushMessageQueue 2016-07-18 15:27:01,727 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 74) JBAS011601: Bound messaging object to jndi name /queue/GCMPushMessageQueue 2016-07-18 15:27:01,729 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 73) HQ221003: trying to deploy queue jms.queue.AdmTokenBatchQueue 2016-07-18 15:27:01,731 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 73) JBAS011601: Bound messaging object to jndi name /queue/AdmTokenBatchQueue 2016-07-18 15:27:01,732 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 71) HQ221003: trying to deploy queue jms.queue.SimplePushMessageQueue 2016-07-18 15:27:01,735 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 71) JBAS011601: Bound messaging object to jndi name /queue/SimplePushMessageQueue 2016-07-18 15:27:01,736 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 72) HQ221003: trying to deploy queue jms.queue.AdmPushMessageQueue 2016-07-18 15:27:01,738 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 72) JBAS011601: Bound messaging object to jndi name /queue/AdmPushMessageQueue 2016-07-18 15:27:01,739 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 69) HQ221003: trying to deploy queue jms.queue.MPNSTokenBatchQueue 2016-07-18 15:27:01,741 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 69) JBAS011601: Bound messaging object to jndi name /queue/MPNSTokenBatchQueue 2016-07-18 15:27:01,742 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 70) HQ221003: trying to deploy queue jms.queue.MetricsQueue 2016-07-18 15:27:01,744 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 70) JBAS011601: Bound messaging object to jndi name /queue/MetricsQueue 2016-07-18 15:27:01,745 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221003: trying to deploy queue jms.queue.GCMTokenBatchQueue 2016-07-18 15:27:01,747 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name /queue/GCMTokenBatchQueue 2016-07-18 15:27:01,747 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 68) HQ221003: trying to deploy queue jms.queue.BatchLoadedQueue 2016-07-18 15:27:01,750 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 68) JBAS011601: Bound messaging object to jndi name /queue/BatchLoadedQueue 2016-07-18 15:27:01,751 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 63) HQ221003: trying to deploy queue jms.queue.WNSPushMessageQueue 2016-07-18 15:27:01,753 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 63) JBAS011601: Bound messaging object to jndi name /queue/WNSPushMessageQueue 2016-07-18 15:27:01,787 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 65) HQ221003: trying to deploy queue jms.queue.AllBatchesLoadedQueue 2016-07-18 15:27:01,790 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 65) JBAS011601: Bound messaging object to jndi name /queue/AllBatchesLoadedQueue 2016-07-18 15:27:01,791 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 66) HQ221003: trying to deploy queue jms.queue.APNsTokenBatchQueue 2016-07-18 15:27:01,793 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 66) JBAS011601: Bound messaging object to jndi name /queue/APNsTokenBatchQueue 2016-07-18 15:27:01,794 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221003: trying to deploy queue jms.queue.MPNSPushMessageQueue 2016-07-18 15:27:01,796 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name /queue/MPNSPushMessageQueue 2016-07-18 15:27:01,797 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 61) HQ221003: trying to deploy queue jms.queue.WNSTokenBatchQueue 2016-07-18 15:27:01,800 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name /queue/WNSTokenBatchQueue 2016-07-18 15:27:01,863 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) JBAS014142: Started message driven bean 'AdmPushMessageConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:27:01,864 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) JBAS014142: Started message driven bean 'APNsPushMessageConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:27:01,865 INFO [org.jboss.as.ejb3] (MSC service thread 1-8) JBAS014142: Started message driven bean 'MPNSPushMessageConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:27:01,867 INFO [org.jboss.as.ejb3] (MSC service thread 1-12) JBAS014142: Started message driven bean 'APNsTokenBatchConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:27:01,868 INFO [org.jboss.as.ejb3] (MSC service thread 1-15) JBAS014142: Started message driven bean 'WNSPushMessageConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:27:01,869 INFO [org.jboss.as.ejb3] (MSC service thread 1-14) JBAS014142: Started message driven bean 'SimplePushTokenBatchConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:27:01,870 INFO [org.jboss.as.ejb3] (MSC service thread 1-11) JBAS014142: Started message driven bean 'WNSTokenBatchConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:27:01,871 INFO [org.jboss.as.ejb3] (MSC service thread 1-16) JBAS014142: Started message driven bean 'MPNSTokenBatchConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:27:01,872 INFO [org.jboss.as.ejb3] (MSC service thread 1-13) JBAS014142: Started message driven bean 'GCMPushMessageConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:27:01,874 INFO [org.jboss.as.ejb3] (MSC service thread 1-10) JBAS014142: Started message driven bean 'AdmTokenBatchConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:27:01,875 INFO [org.jboss.as.ejb3] (MSC service thread 1-5) JBAS014142: Started message driven bean 'MetricsConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:27:01,876 INFO [org.jboss.as.ejb3] (MSC service thread 1-9) JBAS014142: Started message driven bean 'GCMTokenBatchConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:27:01,877 INFO [org.jboss.as.ejb3] (MSC service thread 1-6) JBAS014142: Started message driven bean 'SimplePushMessageConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:27:02,935 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 64) JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'unifiedpush-server-wildfly.war#unifiedpush-default' 2016-07-18 15:27:02,946 WARN [org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl] (ServerService Thread Pool -- 64) HHH000059: Defining hibernate.transaction.flush_before_completion=true ignored in HEM 2016-07-18 15:27:03,117 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated. 2016-07-18 15:27:03,131 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated. 2016-07-18 15:27:03,150 INFO [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 64) HCANN000001: Hibernate Commons Annotations {4.0.4.Final} 2016-07-18 15:27:03,729 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 61) ISPN000078: Starting JGroups Channel 2016-07-18 15:27:03,836 INFO [stdout] (ServerService Thread Pool -- 61) 2016-07-18 15:27:03,836 INFO [stdout] (ServerService Thread Pool -- 61) ------------------------------------------------------------------- 2016-07-18 15:27:03,837 INFO [stdout] (ServerService Thread Pool -- 61) GMS: address=server1/ejb, cluster=ejb, physical address=192.168.1.101:55200 2016-07-18 15:27:03,838 INFO [stdout] (ServerService Thread Pool -- 61) ------------------------------------------------------------------- 2016-07-18 15:27:03,883 WARN [org.hibernate.internal.util.xml.DTDEntityResolver] (ServerService Thread Pool -- 64) HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide! 2016-07-18 15:27:03,917 WARN [org.hibernate.internal.util.xml.DTDEntityResolver] (ServerService Thread Pool -- 64) HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide! 2016-07-18 15:27:03,940 WARN [org.hibernate.internal.util.xml.DTDEntityResolver] (ServerService Thread Pool -- 64) HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide! 2016-07-18 15:27:03,959 WARN [org.hibernate.internal.util.xml.DTDEntityResolver] (ServerService Thread Pool -- 64) HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide! 2016-07-18 15:27:04,485 INFO [org.hibernate.jpa.internal.util.LogHelper] (MSC service thread 1-4) HHH000204: Processing PersistenceUnitInfo [ name: keycloak-default ...] 2016-07-18 15:27:04,525 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 64) HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL9Dialect 2016-07-18 15:27:04,552 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (ServerService Thread Pool -- 64) HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException 2016-07-18 15:27:04,661 WARN [org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader] (ServerService Thread Pool -- 64) HHH000207: Property org.jboss.aerogear.unifiedpush.api.iOSVariant.certificateData not found in class but described in (possible typo error) 2016-07-18 15:27:04,746 WARN [org.hibernate.cfg.AnnotationBinder] (ServerService Thread Pool -- 64) HHH000457: Joined inheritance hierarchy [org.jboss.aerogear.unifiedpush.api.Variant] defined explicit @DiscriminatorColumn. Legacy Hibernate behavior was to ignore the @DiscriminatorColumn. However, as part of issue HHH-6911 we now apply the explicit @DiscriminatorColumn. If you would prefer the legacy behavior, enable the `hibernate.discriminator.ignore_explicit_for_joined` setting (hibernate.discriminator.ignore_explicit_for_joined=true) 2016-07-18 15:27:04,934 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 64) HHH000397: Using ASTQueryTranslatorFactory 2016-07-18 15:27:04,941 INFO [org.hibernate.dialect.Dialect] (MSC service thread 1-4) HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL9Dialect 2016-07-18 15:27:04,943 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (MSC service thread 1-4) HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException 2016-07-18 15:27:05,417 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-4) HHH000397: Using ASTQueryTranslatorFactory 2016-07-18 15:27:06,001 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 61) ISPN000094: Received new cluster view: [server1/ejb|0] (1) [server1/ejb] 2016-07-18 15:27:06,004 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 61) ISPN000079: Cache local address is server1/ejb, physical addresses are [192.168.1.101:55200] 2016-07-18 15:27:06,010 INFO [org.infinispan.factories.GlobalComponentRegistry] (ServerService Thread Pool -- 61) ISPN000128: Infinispan version: Infinispan 'Infinium' 6.0.2.Final 2016-07-18 15:27:06,336 INFO [org.infinispan.jmx.CacheJmxRegistration] (ServerService Thread Pool -- 61) ISPN000031: MBeans were successfully registered to the platform MBean server. 2016-07-18 15:27:06,356 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) JBAS010281: Started dist cache from ejb container 2016-07-18 15:27:06,586 INFO [org.hibernate.tool.hbm2ddl.SchemaValidator] (ServerService Thread Pool -- 64) HHH000229: Running schema validator 2016-07-18 15:27:06,587 INFO [org.hibernate.tool.hbm2ddl.SchemaValidator] (ServerService Thread Pool -- 64) HHH000102: Fetching database metadata 2016-07-18 15:27:06,628 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000261: Table found: public.adm_variant 2016-07-18 15:27:06,629 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000037: Columns: [id, client_secret, client_id] 2016-07-18 15:27:06,638 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000261: Table found: public.android_variant 2016-07-18 15:27:06,639 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000037: Columns: [id, google_key, project_number] 2016-07-18 15:27:06,646 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000261: Table found: public.category 2016-07-18 15:27:06,647 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000037: Columns: [id, name] 2016-07-18 15:27:06,655 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000261: Table found: public.installation 2016-07-18 15:27:06,656 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000037: Columns: [id, platform, enabled, device_token, alias, device_type, variant_id, operating_system, os_version] 2016-07-18 15:27:06,665 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000261: Table found: public.installation_category 2016-07-18 15:27:06,666 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000037: Columns: [installation_id, category_id] 2016-07-18 15:27:06,675 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000261: Table found: public.ios_variant 2016-07-18 15:27:06,676 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000037: Columns: [id, passphrase, production, cert_data] 2016-07-18 15:27:06,685 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000261: Table found: public.push_application 2016-07-18 15:27:06,686 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000037: Columns: [id, master_secret, api_key, developer, description, name] 2016-07-18 15:27:06,695 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000261: Table found: public.push_message_info 2016-07-18 15:27:06,696 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000037: Columns: [id, ip_address, first_open_date, client_identifier, served_variants, last_open_date, push_application_id, submit_date, app_open_counter, total_receivers, raw_json_message, total_variants] 2016-07-18 15:27:07,686 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000261: Table found: public.simple_push_variant 2016-07-18 15:27:07,687 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000037: Columns: [id] 2016-07-18 15:27:07,696 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000261: Table found: public.variant 2016-07-18 15:27:07,697 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000037: Columns: [id, api_key, developer, description, push_application_id, name, secret, variant_type, type] 2016-07-18 15:27:07,706 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000261: Table found: public.variant_metric_info 2016-07-18 15:27:07,707 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000037: Columns: [total_batches, id, delivery_status, variant_open_counter, reason, variant_id, push_message_info_id, served_batches, receivers] 2016-07-18 15:27:07,716 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000261: Table found: public.windows_mpns_variant 2016-07-18 15:27:07,717 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000037: Columns: [id] 2016-07-18 15:27:07,726 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000261: Table found: public.windows_wns_variant 2016-07-18 15:27:07,727 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 64) HHH000037: Columns: [id, sid, client_secret] 2016-07-18 15:27:10,850 INFO [org.keycloak.services.resources.KeycloakApplication] (MSC service thread 1-4) Not importing realm aerogear from resource /WEB-INF/ups-realm.json. It already exists. 2016-07-18 15:27:10,907 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-4) Deploying javax.ws.rs.core.Application: class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 15:27:10,908 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-4) Adding class resource org.keycloak.services.resources.WelcomeResource from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 15:27:10,909 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-4) Adding class resource org.keycloak.services.resources.JsResource from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 15:27:10,910 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-4) Adding class resource org.keycloak.services.resources.ThemeResource from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 15:27:10,911 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-4) Adding class resource org.keycloak.services.resources.QRCodeResource from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 15:27:10,911 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-4) Adding provider class org.keycloak.SkeletonKeyContextResolver from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 15:27:10,912 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-4) Adding singleton resource org.keycloak.services.resources.RealmsResource from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 15:27:10,913 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-4) Adding singleton resource org.keycloak.services.resources.ServerVersionResource from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 15:27:10,914 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-4) Adding singleton resource org.keycloak.services.resources.admin.AdminRoot from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 15:27:10,915 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-4) Adding provider singleton org.keycloak.services.resources.ModelExceptionMapper from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 15:27:11,543 INFO [org.jboss.aerogear.unifiedpush.jpa.dao.impl.JPAPushMessageInformationDao] (EJB default - 1) Deleting ['0'] outdated PushMessageInformation objects 2016-07-18 15:27:11,558 INFO [org.jboss.aerogear.unifiedpush.jpa.dao.impl.JPAPushMessageInformationDao] (EJB default - 3) Deleting ['0'] outdated PushMessageInformation objects 2016-07-18 15:27:11,567 INFO [org.jboss.aerogear.unifiedpush.jpa.dao.impl.JPAPushMessageInformationDao] (EJB default - 2) Deleting ['0'] outdated PushMessageInformation objects 2016-07-18 15:27:11,701 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-16) Deploying javax.ws.rs.core.Application: class org.jboss.aerogear.unifiedpush.rest.RestApplication$Proxy$_$$_WeldClientProxy 2016-07-18 15:27:11,752 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) JBAS017534: Registered web context: /auth 2016-07-18 15:27:11,879 INFO [org.wildfly.extension.undertow] (MSC service thread 1-16) JBAS017534: Registered web context: /ag-push 2016-07-18 15:27:12,030 INFO [org.jboss.as.server] (ServerService Thread Pool -- 33) JBAS018559: Deployed "unifiedpush-server-wildfly.war" (runtime-name : "unifiedpush-server-wildfly.war") 2016-07-18 15:27:12,032 INFO [org.jboss.as.server] (ServerService Thread Pool -- 33) JBAS018559: Deployed "unifiedpush-auth-server.war" (runtime-name : "unifiedpush-auth-server.war") 2016-07-18 15:27:12,179 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management 2016-07-18 15:27:12,181 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990 2016-07-18 15:27:12,181 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.2.1.Final "Tweek" started in 29469ms - Started 834 of 949 services (211 services are lazy, passive or on-demand) 2016-07-18 15:31:14,304 INFO [org.jboss.aerogear.unifiedpush.message.NotificationRouter] (default task-88) Processing send request with 'Message{, alert='Test', sound='default', badge=-1, consolidationKey=null, user-data={}, simple-push='version=1468870446653'}' payload 2016-07-18 15:31:14,660 INFO [org.jboss.aerogear.unifiedpush.rest.sender.PushNotificationSenderEndpoint] (default task-88) Message submitted to PushNetworks for further processing 2016-07-18 15:31:14,754 INFO [org.jboss.aerogear.unifiedpush.message.sender.GCMPushNotificationSender] (Thread-15 (HornetQ-client-global-threads-1511301)) Sending payload for [2] devices to GCM 2016-07-18 15:31:16,116 INFO [org.jboss.aerogear.unifiedpush.message.sender.GCMPushNotificationSender] (Thread-15 (HornetQ-client-global-threads-1511301)) Message batch to GCM has been submitted 2016-07-18 15:31:41,445 INFO [org.jboss.aerogear.unifiedpush.message.NotificationRouter] (default task-97) Processing send request with 'Message{, alert='test', sound='default', badge=-1, consolidationKey=null, user-data={}, simple-push='version=1468870473621'}' payload 2016-07-18 15:31:41,584 INFO [org.jboss.aerogear.unifiedpush.rest.sender.PushNotificationSenderEndpoint] (default task-97) Message submitted to PushNetworks for further processing 2016-07-18 15:31:59,066 INFO [org.jboss.aerogear.unifiedpush.message.NotificationRouter] (default task-108) Processing send request with 'Message{, alert='test', sound='default', badge=-1, consolidationKey=null, user-data={}, simple-push='version=1468870491515'}' payload 2016-07-18 15:31:59,203 INFO [org.jboss.aerogear.unifiedpush.rest.sender.PushNotificationSenderEndpoint] (default task-108) Message submitted to PushNetworks for further processing 2016-07-18 15:46:48,101 WARN [org.keycloak.events] (default task-31) type=LOGIN_ERROR, realmId=cd098097-4b15-4331-ad92-ae98888ef359, clientId=unified-push-server-js, userId=da34362a-a47c-46d4-b2a3-8d4536e92b6f, ipAddress=192.168.10.20, error=invalid_user_credentials, username=admin, response_type=code, redirect_uri=http://192.168.1.101:8080/ag-push/?redirect_fragment=%2Fapp%2Fb02322b6-7840-4748-9632-623045ca112f%2Factivity, auth_method=form, code_id=adfd56d7-8281-48d0-a54a-91c0005bcad3 2016-07-18 15:54:24,796 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) JBAS010409: Unbound data source [java:jboss/datasources/KeycloakDS] 2016-07-18 15:54:24,799 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017535: Unregistered web context: /ag-push 2016-07-18 15:54:24,799 INFO [org.wildfly.extension.undertow] (MSC service thread 1-14) JBAS017535: Unregistered web context: /auth 2016-07-18 15:54:24,805 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 107) MODCLUSTER000002: Initiating mod_cluster shutdown 2016-07-18 15:54:24,811 WARN [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (ServerService Thread Pool -- 116) IJ000615: Destroying active connection in pool: KeycloakDS (org.jboss.jca.adapters.jdbc.local.LocalManagedConnection at f62568) 2016-07-18 15:54:24,820 INFO [org.wildfly.extension.undertow] (MSC service thread 1-16) JBAS017532: Host default-host stopping 2016-07-18 15:54:24,877 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 110) JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'unifiedpush-server-wildfly.war#unifiedpush-default' 2016-07-18 15:54:24,879 INFO [org.jboss.as.messaging] (MSC service thread 1-13) JBAS011605: Unbound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory 2016-07-18 15:54:24,879 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS] 2016-07-18 15:54:24,880 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 94) JBAS011605: Unbound messaging object to jndi name java:/queue/AdmTokenBatchQueue 2016-07-18 15:54:24,880 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-7) JBAS010410: Unbound JCA ConnectionFactory [java:/JmsXA] 2016-07-18 15:54:24,881 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) JBAS010418: Stopped Driver service with driver-name = h2 2016-07-18 15:54:24,880 INFO [org.jboss.weld.deployer] (MSC service thread 1-6) JBAS016009: Stopping weld service for deployment unifiedpush-server-wildfly.war 2016-07-18 15:54:24,886 INFO [org.infinispan.eviction.PassivationManagerImpl] (ServerService Thread Pool -- 110) ISPN000029: Passivating all entries to disk 2016-07-18 15:54:24,888 INFO [org.hornetq.ra] (ServerService Thread Pool -- 127) HQ151003: HornetQ resource adaptor stopped 2016-07-18 15:54:24,892 INFO [org.wildfly.extension.undertow] (MSC service thread 1-11) JBAS017521: Undertow AJP listener ajp suspending 2016-07-18 15:54:24,892 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 96) JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'unifiedpush-server-wildfly.war#unifiedpush-default' 2016-07-18 15:54:24,895 INFO [org.infinispan.eviction.PassivationManagerImpl] (ServerService Thread Pool -- 110) ISPN000030: Passivated 0 entries in 7 milliseconds 2016-07-18 15:54:24,898 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) JBAS010409: Unbound data source [java:jboss/datasources/UnifiedPushDS] 2016-07-18 15:54:24,899 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-10) JBAS010418: Stopped Driver service with driver-name = psqlup 2016-07-18 15:54:24,898 INFO [org.wildfly.extension.undertow] (MSC service thread 1-11) JBAS017520: Undertow AJP listener ajp stopped, was bound to /192.168.1.101:8009 2016-07-18 15:54:24,904 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 110) JBAS010282: Stopped dist cache from ejb container 2016-07-18 15:54:24,928 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-10) ISPN000080: Disconnecting JGroups Channel 2016-07-18 15:54:24,932 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-10) ISPN000082: Stopping the RpcDispatcher 2016-07-18 15:54:25,240 INFO [org.jboss.as.server.deployment] (MSC service thread 1-12) JBAS015877: Stopped deployment unifiedpush-auth-server.war (runtime-name: unifiedpush-auth-server.war) in 464ms 2016-07-18 15:54:25,349 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 127) HQ221002: HornetQ Server version 2.4.5.FINAL (Wild Hornet, 124) [b43de365-e79b-11e5-ac4f-ebb6245b4780] stopped 2016-07-18 15:54:25,353 INFO [org.wildfly.extension.undertow] (MSC service thread 1-16) JBAS017521: Undertow HTTP listener default suspending 2016-07-18 15:54:25,356 INFO [org.wildfly.extension.undertow] (MSC service thread 1-16) JBAS017520: Undertow HTTP listener default stopped, was bound to /192.168.1.101:8080 2016-07-18 15:54:25,357 INFO [org.wildfly.extension.undertow] (MSC service thread 1-16) JBAS017506: Undertow 1.1.8.Final stopping 2016-07-18 15:54:25,533 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment unifiedpush-server-wildfly.war (runtime-name: unifiedpush-server-wildfly.war) in 755ms 2016-07-18 15:54:25,558 INFO [org.jboss.as] (MSC service thread 1-10) JBAS015950: WildFly 8.2.1.Final "Tweek" stopped in 780ms 2016-07-18 15:57:03,937 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.3.Final 2016-07-18 15:57:04,188 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.2.Final 2016-07-18 15:57:04,305 INFO [org.jboss.as] (MSC service thread 1-6) JBAS015899: WildFly 8.2.1.Final "Tweek" starting 2016-07-18 15:57:04,315 DEBUG [org.jboss.as.config] (MSC service thread 1-6) Configured system properties: awt.toolkit = sun.awt.windows.WToolkit file.encoding = Cp1252 file.encoding.pkg = sun.io file.separator = \ java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.awt.printerjob = sun.awt.windows.WPrinterJob java.class.path = C:\Program Files (x86)\wildfly-8.2.1.Final\jboss-modules.jar java.class.version = 51.0 java.endorsed.dirs = C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\endorsed java.ext.dirs = C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\ext;C:\Windows\Sun\Java\lib\ext java.home = C:\Program Files (x86)\Java\jdk1.7.0_80\jre java.io.tmpdir = C:\Users\admin\AppData\Local\Temp\ java.library.path = C:\Program Files (x86)\Java\jdk1.7.0_80\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Java\jdk1.7.0_80\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\VisualSVN Server\bin;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;. java.net.preferIPv4Stack = true java.runtime.name = Java(TM) SE Runtime Environment java.runtime.version = 1.7.0_80-b15 java.specification.name = Java Platform API Specification java.specification.vendor = Oracle Corporation java.specification.version = 1.7 java.util.logging.manager = org.jboss.logmanager.LogManager java.vendor = Oracle Corporation java.vendor.url = http://java.oracle.com/ java.vendor.url.bug = http://bugreport.sun.com/bugreport/ java.version = 1.7.0_80 java.vm.info = mixed mode, sharing java.vm.name = Java HotSpot(TM) Client VM java.vm.specification.name = Java Virtual Machine Specification java.vm.specification.vendor = Oracle Corporation java.vm.specification.version = 1.7 java.vm.vendor = Oracle Corporation java.vm.version = 24.80-b11 javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder javax.xml.datatype.DatatypeFactory = __redirected.__DatatypeFactory javax.xml.parsers.DocumentBuilderFactory = __redirected.__DocumentBuilderFactory javax.xml.parsers.SAXParserFactory = __redirected.__SAXParserFactory javax.xml.stream.XMLEventFactory = __redirected.__XMLEventFactory javax.xml.stream.XMLInputFactory = __redirected.__XMLInputFactory javax.xml.stream.XMLOutputFactory = __redirected.__XMLOutputFactory javax.xml.transform.TransformerFactory = __redirected.__TransformerFactory javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema = __redirected.__SchemaFactory javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom = __redirected.__XPathFactory jboss.bind.address = 192.168.1.101 jboss.home.dir = C:\Program Files (x86)\wildfly-8.2.1.Final jboss.host.name = server1 jboss.modules.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\modules jboss.modules.system.pkgs = org.jboss.byteman jboss.node.name = server1 jboss.qualified.host.name = server1 jboss.server.base.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone jboss.server.config.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\configuration jboss.server.data.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\data jboss.server.deploy.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\data\content jboss.server.log.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\log jboss.server.name = server1 jboss.server.persist.config = true jboss.server.temp.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\tmp line.separator = logging.configuration = file:C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\configuration/logging.properties module.path = C:\Program Files (x86)\wildfly-8.2.1.Final\modules org.jboss.boot.log.file = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\log\server.log org.jboss.resolver.warning = true org.xml.sax.driver = __redirected.__XMLReaderFactory os.arch = x86 os.name = Windows Server 2008 R2 os.version = 6.1 path.separator = ; program.name = standalone.bat sun.arch.data.model = 32 sun.boot.class.path = C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\resources.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\rt.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\sunrsasign.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\jsse.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\jce.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\charsets.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\jfr.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\classes sun.boot.library.path = C:\Program Files (x86)\Java\jdk1.7.0_80\jre\bin sun.cpu.endian = little sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 sun.desktop = windows sun.io.unicode.encoding = UnicodeLittle sun.java.command = C:\Program Files (x86)\wildfly-8.2.1.Final\jboss-modules.jar -mp C:\Program Files (x86)\wildfly-8.2.1.Final\modules -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -Djboss.home.dir=C:\Program Files (x86)\wildfly-8.2.1.Final --server-config=standalone-full-ha.xml -b 192.168.1.101 sun.java.launcher = SUN_STANDARD sun.jnu.encoding = Cp1252 sun.management.compiler = HotSpot Client Compiler sun.os.patch.level = Service Pack 1 user.country = US user.dir = C:\Windows\System32 user.home = C:\Users\admin user.language = en user.name = admin user.script = user.timezone = America/New_York user.variant = 2016-07-18 15:57:04,318 DEBUG [org.jboss.as.config] (MSC service thread 1-6) VM Arguments: -Dprogram.name=standalone.bat -Xms64M -Xmx512M -XX:MaxPermSize=256M -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Dorg.jboss.boot.log.file=C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\log\server.log -Dlogging.configuration=file:C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\configuration/logging.properties 2016-07-18 15:57:06,205 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http) 2016-07-18 15:57:06,231 INFO [org.xnio] (MSC service thread 1-5) XNIO version 3.3.0.Final 2016-07-18 15:57:06,243 INFO [org.xnio.nio] (MSC service thread 1-5) XNIO NIO Implementation Version 3.3.0.Final 2016-07-18 15:57:06,400 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 38) JBAS016300: Activating JacORB Subsystem 2016-07-18 15:57:06,401 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 42) JBAS010260: Activating JGroups subsystem. 2016-07-18 15:57:06,402 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 37) JBAS010280: Activating Infinispan subsystem. 2016-07-18 15:57:06,410 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 56) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique. 2016-07-18 15:57:06,410 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 50) JBAS011800: Activating Naming Subsystem 2016-07-18 15:57:06,416 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 58) JBAS015537: Activating WebServices Extension 2016-07-18 15:57:06,418 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 45) JBAS012615: Activated the following JSF Implementations: [main] 2016-07-18 15:57:06,423 INFO [org.jboss.as.security] (ServerService Thread Pool -- 55) JBAS013171: Activating Security Subsystem 2016-07-18 15:57:06,427 INFO [org.jboss.as.security] (MSC service thread 1-8) JBAS013170: Current PicketBox version=4.0.21.Final 2016-07-18 15:57:06,462 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 36) WFLYIO001: Worker 'default' has auto-configured to 16 core threads with 128 task threads based on your 8 available processors 2016-07-18 15:57:06,464 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) JBAS017502: Undertow 1.1.8.Final starting 2016-07-18 15:57:06,467 INFO [org.jboss.as.connector.logging] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.9.Final) 2016-07-18 15:57:06,471 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 57) JBAS017502: Undertow 1.1.8.Final starting 2016-07-18 15:57:06,483 INFO [org.jboss.as.naming] (MSC service thread 1-14) JBAS011802: Starting Naming Service 2016-07-18 15:57:06,487 INFO [org.jboss.as.mail.extension] (MSC service thread 1-4) JBAS015400: Bound mail session [java:jboss/mail/Default] 2016-07-18 15:57:06,488 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 32) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3) 2016-07-18 15:57:06,496 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-11) JBAS010417: Started Driver service with driver-name = h2 2016-07-18 15:57:06,509 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 32) JBAS010404: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 9.4) 2016-07-18 15:57:06,512 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-11) JBAS010417: Started Driver service with driver-name = psqlup 2016-07-18 15:57:06,747 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 57) JBAS017527: Creating file handler for path C:\Program Files (x86)\wildfly-8.2.1.Final/welcome-content 2016-07-18 15:57:06,763 INFO [org.wildfly.extension.undertow] (MSC service thread 1-12) JBAS017525: Started server default-server. 2016-07-18 15:57:06,770 INFO [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 4.0.7.Final 2016-07-18 15:57:06,784 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) JBAS017531: Host default-host starting 2016-07-18 15:57:06,868 INFO [org.wildfly.extension.undertow] (MSC service thread 1-14) JBAS017519: Undertow HTTP listener default listening on /192.168.1.101:10080 2016-07-18 15:57:06,870 INFO [org.wildfly.extension.undertow] (MSC service thread 1-12) JBAS017519: Undertow AJP listener ajp listening on /192.168.1.101:10009 2016-07-18 15:57:06,882 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 60) MODCLUSTER000001: Initializing mod_cluster version 1.3.0.Final 2016-07-18 15:57:06,902 WARN [org.jboss.as.messaging] (MSC service thread 1-14) JBAS011600: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal 2016-07-18 15:57:06,906 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 60) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364 2016-07-18 15:57:07,156 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221000: live server is starting with configuration HornetQ Configuration (clustered=true,backup=false,sharedStore=true,journalDirectory=C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\data\messagingjournal,bindingsDirectory=C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\data\messagingbindings,largeMessagesDirectory=C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\data\messaginglargemessages,pagingDirectory=C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\data\messagingpaging) 2016-07-18 15:57:07,161 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221006: Waiting to obtain live lock 2016-07-18 15:57:07,205 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221013: Using NIO Journal 2016-07-18 15:57:07,235 WARN [jacorb.codeset] (MSC service thread 1-10) Warning - unknown codeset (Cp1252) - defaulting to ISO-8859-1 2016-07-18 15:57:07,237 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-11) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS] 2016-07-18 15:57:07,238 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-14) JBAS010400: Bound data source [java:jboss/datasources/UnifiedPushDS] 2016-07-18 15:57:07,237 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-13) JBAS010400: Bound data source [java:jboss/datasources/KeycloakDS] 2016-07-18 15:57:07,244 INFO [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 60) Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability. 2016-07-18 15:57:07,505 INFO [org.jboss.as.jacorb] (MSC service thread 1-10) JBAS016330: CORBA ORB Service started 2016-07-18 15:57:07,534 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support CORE 2016-07-18 15:57:07,543 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support AMQP 2016-07-18 15:57:07,548 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support STOMP 2016-07-18 15:57:07,614 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-6) JBAS015012: Started FileSystemDeploymentService for directory C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\deployments 2016-07-18 15:57:07,620 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "unifiedpush-auth-server.war" (runtime-name: "unifiedpush-auth-server.war") 2016-07-18 15:57:07,620 INFO [org.jboss.as.server.deployment] (MSC service thread 1-11) JBAS015876: Starting deployment of "unifiedpush-server-wildfly.war" (runtime-name: "unifiedpush-server-wildfly.war") 2016-07-18 15:57:07,646 INFO [org.jboss.as.jacorb] (MSC service thread 1-9) JBAS016328: CORBA Naming Service started 2016-07-18 15:57:07,713 INFO [org.jboss.ws.common.management] (MSC service thread 1-12) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.3.2.Final 2016-07-18 15:57:07,758 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221034: Waiting to obtain live lock 2016-07-18 15:57:07,759 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221035: Live Server Obtained live lock 2016-07-18 15:57:08,296 INFO [org.jboss.messaging] (MSC service thread 1-8) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor 2016-07-18 15:57:08,296 INFO [org.jboss.messaging] (MSC service thread 1-2) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor 2016-07-18 15:57:08,588 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221007: Server is now live 2016-07-18 15:57:08,589 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221001: HornetQ Server version 2.4.5.FINAL (Wild Hornet, 124) [b43de365-e79b-11e5-ac4f-ebb6245b4780] 2016-07-18 15:57:08,594 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221003: trying to deploy queue jms.queue.DLQ 2016-07-18 15:57:08,602 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:/jms/queue/DLQ 2016-07-18 15:57:08,665 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 63) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory 2016-07-18 15:57:08,667 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory 2016-07-18 15:57:08,668 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 61) HQ221003: trying to deploy queue jms.queue.ExpiryQueue 2016-07-18 15:57:08,670 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:/jms/queue/ExpiryQueue 2016-07-18 15:57:08,712 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-12) JBAS010406: Registered connection factory java:/JmsXA 2016-07-18 15:57:08,788 INFO [org.hornetq.ra] (MSC service thread 1-12) HornetQ resource adaptor started 2016-07-18 15:57:08,789 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-12) IJ020002: Deployed: file://RaActivatorhornetq-ra 2016-07-18 15:57:08,793 INFO [org.jboss.as.messaging] (MSC service thread 1-8) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory 2016-07-18 15:57:08,793 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-15) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA] 2016-07-18 15:57:10,677 WARN [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015960: Class Path entry lib/snakeyaml-1.13.jar in /C:/Windows/System32/content/unifiedpush-auth-server.war/WEB-INF/lib/liquibase-core-3.3.5.jar does not point to a valid jar for a Class-Path reference. 2016-07-18 15:57:10,809 INFO [org.jboss.as.jpa] (MSC service thread 1-13) JBAS011401: Read persistence.xml for keycloak-default 2016-07-18 15:57:11,283 WARN [org.jboss.as.dependency.private] (MSC service thread 1-16) JBAS018567: Deployment "deployment.unifiedpush-auth-server.war" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice. 2016-07-18 15:57:11,285 WARN [org.jboss.as.dependency.private] (MSC service thread 1-16) JBAS018567: Deployment "deployment.unifiedpush-auth-server.war" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice. 2016-07-18 15:57:11,287 WARN [org.jboss.as.dependency.private] (MSC service thread 1-16) JBAS018567: Deployment "deployment.unifiedpush-auth-server.war" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice. 2016-07-18 15:57:11,288 WARN [org.jboss.as.dependency.private] (MSC service thread 1-16) JBAS018567: Deployment "deployment.unifiedpush-auth-server.war" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice. 2016-07-18 15:57:11,290 WARN [org.jboss.as.dependency.private] (MSC service thread 1-16) JBAS018567: Deployment "deployment.unifiedpush-auth-server.war" is using a private module ("org.infinispan:main") which may be changed or removed in future versions without notice. 2016-07-18 15:57:11,291 WARN [org.jboss.as.dependency.private] (MSC service thread 1-16) JBAS018567: Deployment "deployment.unifiedpush-auth-server.war" is using a private module ("org.infinispan:main") which may be changed or removed in future versions without notice. 2016-07-18 15:57:12,122 INFO [org.jboss.as.jpa] (MSC service thread 1-2) JBAS011401: Read persistence.xml for unifiedpush-default 2016-07-18 15:57:12,490 INFO [org.keycloak.services.resources.KeycloakApplication] (MSC service thread 1-13) Load config from vfs:/C:/Windows/System32/content/unifiedpush-auth-server.war/WEB-INF/classes/META-INF/keycloak-server.json 2016-07-18 15:57:12,679 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 63) JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'unifiedpush-server-wildfly.war#unifiedpush-default' 2016-07-18 15:57:12,722 INFO [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 63) HHH000204: Processing PersistenceUnitInfo [ name: unifiedpush-default ...] 2016-07-18 15:57:13,151 INFO [org.hibernate.Version] (ServerService Thread Pool -- 63) HHH000412: Hibernate Core {4.3.7.Final} 2016-07-18 15:57:13,153 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 63) HHH000206: hibernate.properties not found 2016-07-18 15:57:13,156 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 63) HHH000021: Bytecode provider name : javassist 2016-07-18 15:57:13,296 INFO [org.jboss.weld.deployer] (MSC service thread 1-5) JBAS016002: Processing weld deployment unifiedpush-server-wildfly.war 2016-07-18 15:57:13,370 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-5) HV000001: Hibernate Validator 5.1.3.Final 2016-07-18 15:57:13,451 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named GenericVariantServiceImpl in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/GenericVariantServiceImpl!org.jboss.aerogear.unifiedpush.service.GenericVariantService java:app/ag-push/GenericVariantServiceImpl!org.jboss.aerogear.unifiedpush.service.GenericVariantService java:module/GenericVariantServiceImpl!org.jboss.aerogear.unifiedpush.service.GenericVariantService java:global/ag-push/GenericVariantServiceImpl java:app/ag-push/GenericVariantServiceImpl java:module/GenericVariantServiceImpl 2016-07-18 15:57:13,456 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named DeleteOldPushMessageInformationScheduler in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/DeleteOldPushMessageInformationScheduler!org.jboss.aerogear.unifiedpush.service.metrics.DeleteOldPushMessageInformationScheduler java:app/ag-push/DeleteOldPushMessageInformationScheduler!org.jboss.aerogear.unifiedpush.service.metrics.DeleteOldPushMessageInformationScheduler java:module/DeleteOldPushMessageInformationScheduler!org.jboss.aerogear.unifiedpush.service.metrics.DeleteOldPushMessageInformationScheduler java:global/ag-push/DeleteOldPushMessageInformationScheduler java:app/ag-push/DeleteOldPushMessageInformationScheduler java:module/DeleteOldPushMessageInformationScheduler 2016-07-18 15:57:13,459 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named HealthNetworkServiceImpl in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/HealthNetworkServiceImpl!org.jboss.aerogear.unifiedpush.message.HealthNetworkService java:app/ag-push/HealthNetworkServiceImpl!org.jboss.aerogear.unifiedpush.message.HealthNetworkService java:module/HealthNetworkServiceImpl!org.jboss.aerogear.unifiedpush.message.HealthNetworkService java:global/ag-push/HealthNetworkServiceImpl java:app/ag-push/HealthNetworkServiceImpl java:module/HealthNetworkServiceImpl 2016-07-18 15:57:13,463 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named TokenLoader in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/TokenLoader!org.jboss.aerogear.unifiedpush.message.TokenLoader java:app/ag-push/TokenLoader!org.jboss.aerogear.unifiedpush.message.TokenLoader java:module/TokenLoader!org.jboss.aerogear.unifiedpush.message.TokenLoader java:global/ag-push/TokenLoader java:app/ag-push/TokenLoader java:module/TokenLoader 2016-07-18 15:57:13,466 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named PushApplicationServiceImpl in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/PushApplicationServiceImpl!org.jboss.aerogear.unifiedpush.service.PushApplicationService java:app/ag-push/PushApplicationServiceImpl!org.jboss.aerogear.unifiedpush.service.PushApplicationService java:module/PushApplicationServiceImpl!org.jboss.aerogear.unifiedpush.service.PushApplicationService java:global/ag-push/PushApplicationServiceImpl java:app/ag-push/PushApplicationServiceImpl java:module/PushApplicationServiceImpl 2016-07-18 15:57:13,469 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named ClientInstallationServiceImpl in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/ClientInstallationServiceImpl!org.jboss.aerogear.unifiedpush.service.ClientInstallationService java:app/ag-push/ClientInstallationServiceImpl!org.jboss.aerogear.unifiedpush.service.ClientInstallationService java:module/ClientInstallationServiceImpl!org.jboss.aerogear.unifiedpush.service.ClientInstallationService java:global/ag-push/ClientInstallationServiceImpl java:app/ag-push/ClientInstallationServiceImpl java:module/ClientInstallationServiceImpl 2016-07-18 15:57:13,472 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named JmsClient in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/JmsClient!org.jboss.aerogear.unifiedpush.message.util.JmsClient java:app/ag-push/JmsClient!org.jboss.aerogear.unifiedpush.message.util.JmsClient java:module/JmsClient!org.jboss.aerogear.unifiedpush.message.util.JmsClient java:global/ag-push/JmsClient java:app/ag-push/JmsClient java:module/JmsClient 2016-07-18 15:57:13,474 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named HealthServiceImpl in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/HealthServiceImpl!org.jboss.aerogear.unifiedpush.service.HealthDBService java:app/ag-push/HealthServiceImpl!org.jboss.aerogear.unifiedpush.service.HealthDBService java:module/HealthServiceImpl!org.jboss.aerogear.unifiedpush.service.HealthDBService java:global/ag-push/HealthServiceImpl java:app/ag-push/HealthServiceImpl java:module/HealthServiceImpl 2016-07-18 15:57:13,477 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named NotificationDispatcher in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/NotificationDispatcher!org.jboss.aerogear.unifiedpush.message.NotificationDispatcher java:app/ag-push/NotificationDispatcher!org.jboss.aerogear.unifiedpush.message.NotificationDispatcher java:module/NotificationDispatcher!org.jboss.aerogear.unifiedpush.message.NotificationDispatcher java:global/ag-push/NotificationDispatcher java:app/ag-push/NotificationDispatcher java:module/NotificationDispatcher 2016-07-18 15:57:13,480 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named VariantMetricInformationProducer in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/VariantMetricInformationProducer!org.jboss.aerogear.unifiedpush.message.jms.VariantMetricInformationProducer java:app/ag-push/VariantMetricInformationProducer!org.jboss.aerogear.unifiedpush.message.jms.VariantMetricInformationProducer java:module/VariantMetricInformationProducer!org.jboss.aerogear.unifiedpush.message.jms.VariantMetricInformationProducer java:global/ag-push/VariantMetricInformationProducer java:app/ag-push/VariantMetricInformationProducer java:module/VariantMetricInformationProducer 2016-07-18 15:57:13,483 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named MessageHolderWithVariantsProducer in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/MessageHolderWithVariantsProducer!org.jboss.aerogear.unifiedpush.message.jms.MessageHolderWithVariantsProducer java:app/ag-push/MessageHolderWithVariantsProducer!org.jboss.aerogear.unifiedpush.message.jms.MessageHolderWithVariantsProducer java:module/MessageHolderWithVariantsProducer!org.jboss.aerogear.unifiedpush.message.jms.MessageHolderWithVariantsProducer java:global/ag-push/MessageHolderWithVariantsProducer java:app/ag-push/MessageHolderWithVariantsProducer java:module/MessageHolderWithVariantsProducer 2016-07-18 15:57:13,486 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named MessageHolderWithTokensProducer in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/MessageHolderWithTokensProducer!org.jboss.aerogear.unifiedpush.message.jms.MessageHolderWithTokensProducer java:app/ag-push/MessageHolderWithTokensProducer!org.jboss.aerogear.unifiedpush.message.jms.MessageHolderWithTokensProducer java:module/MessageHolderWithTokensProducer!org.jboss.aerogear.unifiedpush.message.jms.MessageHolderWithTokensProducer java:global/ag-push/MessageHolderWithTokensProducer java:app/ag-push/MessageHolderWithTokensProducer java:module/MessageHolderWithTokensProducer 2016-07-18 15:57:13,489 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named PushMessageMetricsService in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/PushMessageMetricsService!org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService java:app/ag-push/PushMessageMetricsService!org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService java:module/PushMessageMetricsService!org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService java:global/ag-push/PushMessageMetricsService java:app/ag-push/PushMessageMetricsService java:module/PushMessageMetricsService 2016-07-18 15:57:13,492 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named NotificationRouter in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/NotificationRouter!org.jboss.aerogear.unifiedpush.message.NotificationRouter java:app/ag-push/NotificationRouter!org.jboss.aerogear.unifiedpush.message.NotificationRouter java:module/NotificationRouter!org.jboss.aerogear.unifiedpush.message.NotificationRouter java:global/ag-push/NotificationRouter java:app/ag-push/NotificationRouter java:module/NotificationRouter 2016-07-18 15:57:13,495 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named MetricsCollector in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/MetricsCollector!org.jboss.aerogear.unifiedpush.message.MetricsCollector java:app/ag-push/MetricsCollector!org.jboss.aerogear.unifiedpush.message.MetricsCollector java:module/MetricsCollector!org.jboss.aerogear.unifiedpush.message.MetricsCollector java:global/ag-push/MetricsCollector java:app/ag-push/MetricsCollector java:module/MetricsCollector 2016-07-18 15:57:14,357 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016005: Starting Services for CDI deployment: unifiedpush-server-wildfly.war 2016-07-18 15:57:14,407 INFO [org.jboss.weld.Version] (MSC service thread 1-3) WELD-000900: 2.2.6 (Final) 2016-07-18 15:57:14,431 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221003: trying to deploy queue jms.queue.MPNSPushMessageQueue 2016-07-18 15:57:14,434 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name /queue/MPNSPushMessageQueue 2016-07-18 15:57:14,436 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 74) HQ221003: trying to deploy queue jms.queue.AdmPushMessageQueue 2016-07-18 15:57:14,437 INFO [org.jboss.weld.deployer] (MSC service thread 1-16) JBAS016008: Starting weld service for deployment unifiedpush-server-wildfly.war 2016-07-18 15:57:14,439 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 74) JBAS011601: Bound messaging object to jndi name /queue/AdmPushMessageQueue 2016-07-18 15:57:14,440 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 73) HQ221003: trying to deploy queue jms.queue.WNSPushMessageQueue 2016-07-18 15:57:14,443 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 73) JBAS011601: Bound messaging object to jndi name /queue/WNSPushMessageQueue 2016-07-18 15:57:14,444 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 72) HQ221003: trying to deploy queue jms.queue.GCMPushMessageQueue 2016-07-18 15:57:14,447 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 72) JBAS011601: Bound messaging object to jndi name /queue/GCMPushMessageQueue 2016-07-18 15:57:14,449 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 71) HQ221003: trying to deploy queue jms.queue.BatchLoadedQueue 2016-07-18 15:57:14,489 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 71) JBAS011601: Bound messaging object to jndi name /queue/BatchLoadedQueue 2016-07-18 15:57:14,497 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 70) HQ221003: trying to deploy queue jms.queue.GCMTokenBatchQueue 2016-07-18 15:57:14,501 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 70) JBAS011601: Bound messaging object to jndi name /queue/GCMTokenBatchQueue 2016-07-18 15:57:14,505 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 69) HQ221003: trying to deploy queue jms.queue.SimplePushMessageQueue 2016-07-18 15:57:14,512 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 69) JBAS011601: Bound messaging object to jndi name /queue/SimplePushMessageQueue 2016-07-18 15:57:14,515 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 68) HQ221003: trying to deploy queue jms.queue.SimplePushTokenBatchQueue 2016-07-18 15:57:14,521 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 68) JBAS011601: Bound messaging object to jndi name /queue/SimplePushTokenBatchQueue 2016-07-18 15:57:14,525 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221003: trying to deploy queue jms.queue.APNsPushMessageQueue 2016-07-18 15:57:14,529 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 64) JBAS011601: Bound messaging object to jndi name /queue/APNsPushMessageQueue 2016-07-18 15:57:14,530 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 67) HQ221003: trying to deploy queue jms.queue.AdmTokenBatchQueue 2016-07-18 15:57:14,533 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 67) JBAS011601: Bound messaging object to jndi name /queue/AdmTokenBatchQueue 2016-07-18 15:57:14,534 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 65) HQ221003: trying to deploy queue jms.queue.APNsTokenBatchQueue 2016-07-18 15:57:14,535 INFO [org.jboss.as.ejb3] (MSC service thread 1-12) JBAS014142: Started message driven bean 'APNsPushMessageConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:57:14,536 INFO [org.jboss.as.ejb3] (MSC service thread 1-1) JBAS014142: Started message driven bean 'WNSTokenBatchConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:57:14,537 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 65) JBAS011601: Bound messaging object to jndi name /queue/APNsTokenBatchQueue 2016-07-18 15:57:14,538 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) JBAS014142: Started message driven bean 'GCMPushMessageConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:57:14,537 INFO [org.jboss.as.ejb3] (MSC service thread 1-8) JBAS014142: Started message driven bean 'MPNSPushMessageConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:57:14,540 INFO [org.jboss.as.ejb3] (MSC service thread 1-7) JBAS014142: Started message driven bean 'MetricsConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:57:14,539 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 66) HQ221003: trying to deploy queue jms.queue.AllBatchesLoadedQueue 2016-07-18 15:57:14,541 INFO [org.jboss.as.ejb3] (MSC service thread 1-5) JBAS014142: Started message driven bean 'MPNSTokenBatchConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:57:14,542 INFO [org.jboss.as.ejb3] (MSC service thread 1-4) JBAS014142: Started message driven bean 'SimplePushMessageConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:57:14,543 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 66) JBAS011601: Bound messaging object to jndi name /queue/AllBatchesLoadedQueue 2016-07-18 15:57:14,544 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) JBAS014142: Started message driven bean 'APNsTokenBatchConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:57:14,544 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 61) HQ221003: trying to deploy queue jms.queue.MetricsQueue 2016-07-18 15:57:14,545 INFO [org.jboss.as.ejb3] (MSC service thread 1-6) JBAS014142: Started message driven bean 'AdmPushMessageConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:57:14,546 INFO [org.jboss.as.ejb3] (MSC service thread 1-11) JBAS014142: Started message driven bean 'WNSPushMessageConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:57:14,547 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name /queue/MetricsQueue 2016-07-18 15:57:14,547 INFO [org.jboss.as.ejb3] (MSC service thread 1-15) JBAS014142: Started message driven bean 'AdmTokenBatchConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:57:14,548 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221003: trying to deploy queue jms.queue.MPNSTokenBatchQueue 2016-07-18 15:57:14,549 INFO [org.jboss.as.ejb3] (MSC service thread 1-10) JBAS014142: Started message driven bean 'GCMTokenBatchConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:57:14,550 INFO [org.jboss.as.ejb3] (MSC service thread 1-14) JBAS014142: Started message driven bean 'SimplePushTokenBatchConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 15:57:14,551 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name /queue/MPNSTokenBatchQueue 2016-07-18 15:57:14,552 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 74) HQ221003: trying to deploy queue jms.queue.WNSTokenBatchQueue 2016-07-18 15:57:14,554 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 74) JBAS011601: Bound messaging object to jndi name /queue/WNSTokenBatchQueue 2016-07-18 15:57:15,111 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 74) JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'unifiedpush-server-wildfly.war#unifiedpush-default' 2016-07-18 15:57:15,116 WARN [org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl] (ServerService Thread Pool -- 74) HHH000059: Defining hibernate.transaction.flush_before_completion=true ignored in HEM 2016-07-18 15:57:15,227 INFO [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 74) HCANN000001: Hibernate Commons Annotations {4.0.4.Final} 2016-07-18 15:57:15,384 WARN [org.hibernate.internal.util.xml.DTDEntityResolver] (ServerService Thread Pool -- 74) HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide! 2016-07-18 15:57:15,417 WARN [org.hibernate.internal.util.xml.DTDEntityResolver] (ServerService Thread Pool -- 74) HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide! 2016-07-18 15:57:15,439 WARN [org.hibernate.internal.util.xml.DTDEntityResolver] (ServerService Thread Pool -- 74) HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide! 2016-07-18 15:57:15,456 WARN [org.hibernate.internal.util.xml.DTDEntityResolver] (ServerService Thread Pool -- 74) HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide! 2016-07-18 15:57:15,555 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 62) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated. 2016-07-18 15:57:15,565 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 62) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated. 2016-07-18 15:57:16,057 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 63) ISPN000078: Starting JGroups Channel 2016-07-18 15:57:16,162 INFO [stdout] (ServerService Thread Pool -- 63) 2016-07-18 15:57:16,162 INFO [stdout] (ServerService Thread Pool -- 63) ------------------------------------------------------------------- 2016-07-18 15:57:16,163 INFO [stdout] (ServerService Thread Pool -- 63) GMS: address=server1/ejb, cluster=ejb, physical address=192.168.1.101:57200 2016-07-18 15:57:16,163 INFO [stdout] (ServerService Thread Pool -- 63) ------------------------------------------------------------------- 2016-07-18 15:57:16,214 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 74) HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL9Dialect 2016-07-18 15:57:16,226 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (ServerService Thread Pool -- 74) HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException 2016-07-18 15:57:16,297 WARN [org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader] (ServerService Thread Pool -- 74) HHH000207: Property org.jboss.aerogear.unifiedpush.api.iOSVariant.certificateData not found in class but described in (possible typo error) 2016-07-18 15:57:16,363 INFO [org.hibernate.jpa.internal.util.LogHelper] (MSC service thread 1-13) HHH000204: Processing PersistenceUnitInfo [ name: keycloak-default ...] 2016-07-18 15:57:16,366 WARN [org.hibernate.cfg.AnnotationBinder] (ServerService Thread Pool -- 74) HHH000457: Joined inheritance hierarchy [org.jboss.aerogear.unifiedpush.api.Variant] defined explicit @DiscriminatorColumn. Legacy Hibernate behavior was to ignore the @DiscriminatorColumn. However, as part of issue HHH-6911 we now apply the explicit @DiscriminatorColumn. If you would prefer the legacy behavior, enable the `hibernate.discriminator.ignore_explicit_for_joined` setting (hibernate.discriminator.ignore_explicit_for_joined=true) 2016-07-18 15:57:16,477 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 74) HHH000397: Using ASTQueryTranslatorFactory 2016-07-18 15:57:16,766 INFO [org.hibernate.dialect.Dialect] (MSC service thread 1-13) HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL9Dialect 2016-07-18 15:57:16,769 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (MSC service thread 1-13) HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException 2016-07-18 15:57:17,414 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-13) HHH000397: Using ASTQueryTranslatorFactory 2016-07-18 15:57:17,601 INFO [org.hibernate.tool.hbm2ddl.SchemaValidator] (ServerService Thread Pool -- 74) HHH000229: Running schema validator 2016-07-18 15:57:17,602 INFO [org.hibernate.tool.hbm2ddl.SchemaValidator] (ServerService Thread Pool -- 74) HHH000102: Fetching database metadata 2016-07-18 15:57:17,618 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000261: Table found: public.adm_variant 2016-07-18 15:57:17,619 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000037: Columns: [id, client_secret, client_id] 2016-07-18 15:57:17,627 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000261: Table found: public.android_variant 2016-07-18 15:57:17,627 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000037: Columns: [id, google_key, project_number] 2016-07-18 15:57:17,634 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000261: Table found: public.category 2016-07-18 15:57:17,635 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000037: Columns: [id, name] 2016-07-18 15:57:17,642 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000261: Table found: public.installation 2016-07-18 15:57:17,643 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000037: Columns: [id, platform, enabled, device_token, alias, device_type, variant_id, operating_system, os_version] 2016-07-18 15:57:17,650 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000261: Table found: public.installation_category 2016-07-18 15:57:17,651 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000037: Columns: [installation_id, category_id] 2016-07-18 15:57:17,659 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000261: Table found: public.ios_variant 2016-07-18 15:57:17,659 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000037: Columns: [id, passphrase, production, cert_data] 2016-07-18 15:57:17,667 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000261: Table found: public.push_application 2016-07-18 15:57:17,667 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000037: Columns: [id, master_secret, api_key, developer, description, name] 2016-07-18 15:57:17,675 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000261: Table found: public.push_message_info 2016-07-18 15:57:17,676 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000037: Columns: [id, ip_address, first_open_date, client_identifier, served_variants, last_open_date, push_application_id, submit_date, app_open_counter, total_receivers, raw_json_message, total_variants] 2016-07-18 15:57:17,684 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000261: Table found: public.simple_push_variant 2016-07-18 15:57:17,684 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000037: Columns: [id] 2016-07-18 15:57:17,691 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000261: Table found: public.variant 2016-07-18 15:57:17,692 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000037: Columns: [id, api_key, developer, description, push_application_id, name, secret, variant_type, type] 2016-07-18 15:57:17,700 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000261: Table found: public.variant_metric_info 2016-07-18 15:57:17,701 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000037: Columns: [total_batches, id, delivery_status, variant_open_counter, reason, variant_id, push_message_info_id, served_batches, receivers] 2016-07-18 15:57:17,743 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000261: Table found: public.windows_mpns_variant 2016-07-18 15:57:17,744 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000037: Columns: [id] 2016-07-18 15:57:17,752 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000261: Table found: public.windows_wns_variant 2016-07-18 15:57:17,753 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 74) HHH000037: Columns: [id, sid, client_secret] 2016-07-18 15:57:18,181 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 63) ISPN000094: Received new cluster view: [server1/ejb|0] (1) [server1/ejb] 2016-07-18 15:57:18,184 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 63) ISPN000079: Cache local address is server1/ejb, physical addresses are [192.168.1.101:57200] 2016-07-18 15:57:18,190 INFO [org.infinispan.factories.GlobalComponentRegistry] (ServerService Thread Pool -- 63) ISPN000128: Infinispan version: Infinispan 'Infinium' 6.0.2.Final 2016-07-18 15:57:18,442 INFO [org.infinispan.jmx.CacheJmxRegistration] (ServerService Thread Pool -- 63) ISPN000031: MBeans were successfully registered to the platform MBean server. 2016-07-18 15:57:18,461 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 63) JBAS010281: Started dist cache from ejb container 2016-07-18 15:57:19,989 INFO [org.keycloak.services.resources.KeycloakApplication] (MSC service thread 1-13) Not importing realm aerogear from resource /WEB-INF/ups-realm.json. It already exists. 2016-07-18 15:57:20,603 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-13) Deploying javax.ws.rs.core.Application: class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 15:57:20,604 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-13) Adding class resource org.keycloak.services.resources.ThemeResource from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 15:57:20,605 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-13) Adding provider class org.keycloak.SkeletonKeyContextResolver from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 15:57:20,606 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-13) Adding class resource org.keycloak.services.resources.WelcomeResource from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 15:57:20,608 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-13) Adding class resource org.keycloak.services.resources.JsResource from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 15:57:20,609 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-13) Adding class resource org.keycloak.services.resources.QRCodeResource from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 15:57:20,610 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-13) Adding singleton resource org.keycloak.services.resources.ServerVersionResource from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 15:57:20,611 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-13) Adding singleton resource org.keycloak.services.resources.admin.AdminRoot from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 15:57:20,612 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-13) Adding provider singleton org.keycloak.services.resources.ModelExceptionMapper from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 15:57:20,613 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-13) Adding singleton resource org.keycloak.services.resources.RealmsResource from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 15:57:20,825 INFO [org.wildfly.extension.undertow] (MSC service thread 1-13) JBAS017534: Registered web context: /auth 2016-07-18 15:57:20,891 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-1) Deploying javax.ws.rs.core.Application: class org.jboss.aerogear.unifiedpush.rest.RestApplication$Proxy$_$$_WeldClientProxy 2016-07-18 15:57:21,104 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017534: Registered web context: /ag-push 2016-07-18 15:57:21,165 INFO [org.jboss.as.server] (ServerService Thread Pool -- 33) JBAS018559: Deployed "unifiedpush-server-wildfly.war" (runtime-name : "unifiedpush-server-wildfly.war") 2016-07-18 15:57:21,167 INFO [org.jboss.as.server] (ServerService Thread Pool -- 33) JBAS018559: Deployed "unifiedpush-auth-server.war" (runtime-name : "unifiedpush-auth-server.war") 2016-07-18 15:57:21,467 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:11990/management 2016-07-18 15:57:21,467 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:11990 2016-07-18 15:57:21,468 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.2.1.Final "Tweek" started in 17896ms - Started 834 of 949 services (211 services are lazy, passive or on-demand) 2016-07-18 16:00:08,706 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010409: Unbound data source [java:jboss/datasources/KeycloakDS] 2016-07-18 16:00:08,707 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) JBAS017535: Unregistered web context: /ag-push 2016-07-18 16:00:08,708 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) JBAS017535: Unregistered web context: /auth 2016-07-18 16:00:08,709 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 94) MODCLUSTER000002: Initiating mod_cluster shutdown 2016-07-18 16:00:08,717 WARN [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (ServerService Thread Pool -- 97) IJ000615: Destroying active connection in pool: KeycloakDS (org.jboss.jca.adapters.jdbc.local.LocalManagedConnection at 1c26272) 2016-07-18 16:00:08,729 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) JBAS017532: Host default-host stopping 2016-07-18 16:00:08,828 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 98) JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'unifiedpush-server-wildfly.war#unifiedpush-default' 2016-07-18 16:00:08,829 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010409: Unbound data source [java:jboss/datasources/ExampleDS] 2016-07-18 16:00:08,830 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-9) JBAS010410: Unbound JCA ConnectionFactory [java:/JmsXA] 2016-07-18 16:00:08,829 INFO [org.jboss.as.messaging] (MSC service thread 1-4) JBAS011605: Unbound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory 2016-07-18 16:00:08,831 INFO [org.jboss.weld.deployer] (MSC service thread 1-15) JBAS016009: Stopping weld service for deployment unifiedpush-server-wildfly.war 2016-07-18 16:00:08,831 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) JBAS010418: Stopped Driver service with driver-name = h2 2016-07-18 16:00:08,830 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 77) JBAS011605: Unbound messaging object to jndi name java:/queue/AdmPushMessageQueue 2016-07-18 16:00:08,836 INFO [org.hornetq.ra] (ServerService Thread Pool -- 102) HQ151003: HornetQ resource adaptor stopped 2016-07-18 16:00:08,837 INFO [org.infinispan.eviction.PassivationManagerImpl] (ServerService Thread Pool -- 91) ISPN000029: Passivating all entries to disk 2016-07-18 16:00:08,842 INFO [org.infinispan.eviction.PassivationManagerImpl] (ServerService Thread Pool -- 91) ISPN000030: Passivated 0 entries in 4 milliseconds 2016-07-18 16:00:08,846 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) JBAS017521: Undertow AJP listener ajp suspending 2016-07-18 16:00:08,847 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 83) JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'unifiedpush-server-wildfly.war#unifiedpush-default' 2016-07-18 16:00:08,848 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) JBAS017520: Undertow AJP listener ajp stopped, was bound to /192.168.1.101:10009 2016-07-18 16:00:08,848 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-13) JBAS010409: Unbound data source [java:jboss/datasources/UnifiedPushDS] 2016-07-18 16:00:08,849 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) JBAS010418: Stopped Driver service with driver-name = psqlup 2016-07-18 16:00:08,848 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 91) JBAS010282: Stopped dist cache from ejb container 2016-07-18 16:00:08,855 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-10) ISPN000080: Disconnecting JGroups Channel 2016-07-18 16:00:08,860 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-10) ISPN000082: Stopping the RpcDispatcher 2016-07-18 16:00:09,144 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment unifiedpush-auth-server.war (runtime-name: unifiedpush-auth-server.war) in 460ms 2016-07-18 16:00:09,228 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 79) HQ221002: HornetQ Server version 2.4.5.FINAL (Wild Hornet, 124) [b43de365-e79b-11e5-ac4f-ebb6245b4780] stopped 2016-07-18 16:00:09,231 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) JBAS017521: Undertow HTTP listener default suspending 2016-07-18 16:00:09,234 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) JBAS017520: Undertow HTTP listener default stopped, was bound to /192.168.1.101:10080 2016-07-18 16:00:09,236 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) JBAS017506: Undertow 1.1.8.Final stopping 2016-07-18 16:00:09,410 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment unifiedpush-server-wildfly.war (runtime-name: unifiedpush-server-wildfly.war) in 715ms 2016-07-18 16:00:09,431 INFO [org.jboss.as] (MSC service thread 1-7) JBAS015950: WildFly 8.2.1.Final "Tweek" stopped in 735ms 2016-07-18 16:00:53,783 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.3.Final 2016-07-18 16:00:54,034 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.2.Final 2016-07-18 16:00:54,153 INFO [org.jboss.as] (MSC service thread 1-6) JBAS015899: WildFly 8.2.1.Final "Tweek" starting 2016-07-18 16:00:54,164 DEBUG [org.jboss.as.config] (MSC service thread 1-6) Configured system properties: awt.toolkit = sun.awt.windows.WToolkit file.encoding = Cp1252 file.encoding.pkg = sun.io file.separator = \ java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.awt.printerjob = sun.awt.windows.WPrinterJob java.class.path = C:\Program Files (x86)\wildfly-8.2.1.Final\jboss-modules.jar java.class.version = 51.0 java.endorsed.dirs = C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\endorsed java.ext.dirs = C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\ext;C:\Windows\Sun\Java\lib\ext java.home = C:\Program Files (x86)\Java\jdk1.7.0_80\jre java.io.tmpdir = C:\Users\admin\AppData\Local\Temp\ java.library.path = C:\Program Files (x86)\Java\jdk1.7.0_80\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Java\jdk1.7.0_80\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\VisualSVN Server\bin;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;. java.net.preferIPv4Stack = true java.runtime.name = Java(TM) SE Runtime Environment java.runtime.version = 1.7.0_80-b15 java.specification.name = Java Platform API Specification java.specification.vendor = Oracle Corporation java.specification.version = 1.7 java.util.logging.manager = org.jboss.logmanager.LogManager java.vendor = Oracle Corporation java.vendor.url = http://java.oracle.com/ java.vendor.url.bug = http://bugreport.sun.com/bugreport/ java.version = 1.7.0_80 java.vm.info = mixed mode, sharing java.vm.name = Java HotSpot(TM) Client VM java.vm.specification.name = Java Virtual Machine Specification java.vm.specification.vendor = Oracle Corporation java.vm.specification.version = 1.7 java.vm.vendor = Oracle Corporation java.vm.version = 24.80-b11 javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder javax.xml.datatype.DatatypeFactory = __redirected.__DatatypeFactory javax.xml.parsers.DocumentBuilderFactory = __redirected.__DocumentBuilderFactory javax.xml.parsers.SAXParserFactory = __redirected.__SAXParserFactory javax.xml.stream.XMLEventFactory = __redirected.__XMLEventFactory javax.xml.stream.XMLInputFactory = __redirected.__XMLInputFactory javax.xml.stream.XMLOutputFactory = __redirected.__XMLOutputFactory javax.xml.transform.TransformerFactory = __redirected.__TransformerFactory javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema = __redirected.__SchemaFactory javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom = __redirected.__XPathFactory jboss.bind.address = 192.168.1.101 jboss.home.dir = C:\Program Files (x86)\wildfly-8.2.1.Final jboss.host.name = server1 jboss.modules.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\modules jboss.modules.system.pkgs = org.jboss.byteman jboss.node.name = server1 jboss.qualified.host.name = server1 jboss.server.base.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone jboss.server.config.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\configuration jboss.server.data.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\data jboss.server.deploy.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\data\content jboss.server.log.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\log jboss.server.name = server1 jboss.server.persist.config = true jboss.server.temp.dir = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\tmp line.separator = logging.configuration = file:C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\configuration/logging.properties module.path = C:\Program Files (x86)\wildfly-8.2.1.Final\modules org.jboss.boot.log.file = C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\log\server.log org.jboss.resolver.warning = true org.xml.sax.driver = __redirected.__XMLReaderFactory os.arch = x86 os.name = Windows Server 2008 R2 os.version = 6.1 path.separator = ; program.name = standalone.bat sun.arch.data.model = 32 sun.boot.class.path = C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\resources.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\rt.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\sunrsasign.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\jsse.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\jce.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\charsets.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\lib\jfr.jar;C:\Program Files (x86)\Java\jdk1.7.0_80\jre\classes sun.boot.library.path = C:\Program Files (x86)\Java\jdk1.7.0_80\jre\bin sun.cpu.endian = little sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 sun.desktop = windows sun.io.unicode.encoding = UnicodeLittle sun.java.command = C:\Program Files (x86)\wildfly-8.2.1.Final\jboss-modules.jar -mp C:\Program Files (x86)\wildfly-8.2.1.Final\modules -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -Djboss.home.dir=C:\Program Files (x86)\wildfly-8.2.1.Final --server-config=standalone-full-ha.xml -b 192.168.1.101 sun.java.launcher = SUN_STANDARD sun.jnu.encoding = Cp1252 sun.management.compiler = HotSpot Client Compiler sun.os.patch.level = Service Pack 1 user.country = US user.dir = C:\Windows\System32 user.home = C:\Users\admin user.language = en user.name = admin user.script = user.timezone = America/New_York user.variant = 2016-07-18 16:00:54,167 DEBUG [org.jboss.as.config] (MSC service thread 1-6) VM Arguments: -Dprogram.name=standalone.bat -Xms64M -Xmx512M -XX:MaxPermSize=256M -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Dorg.jboss.boot.log.file=C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\log\server.log -Dlogging.configuration=file:C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\configuration/logging.properties 2016-07-18 16:00:56,106 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http) 2016-07-18 16:00:56,132 INFO [org.xnio] (MSC service thread 1-15) XNIO version 3.3.0.Final 2016-07-18 16:00:56,144 INFO [org.xnio.nio] (MSC service thread 1-15) XNIO NIO Implementation Version 3.3.0.Final 2016-07-18 16:00:56,311 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 56) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique. 2016-07-18 16:00:56,315 INFO [org.jboss.as.security] (ServerService Thread Pool -- 55) JBAS013171: Activating Security Subsystem 2016-07-18 16:00:56,318 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 37) JBAS010280: Activating Infinispan subsystem. 2016-07-18 16:00:56,318 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 42) JBAS010260: Activating JGroups subsystem. 2016-07-18 16:00:56,322 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 58) JBAS015537: Activating WebServices Extension 2016-07-18 16:00:56,323 INFO [org.jboss.as.security] (MSC service thread 1-6) JBAS013170: Current PicketBox version=4.0.21.Final 2016-07-18 16:00:56,327 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 36) WFLYIO001: Worker 'default' has auto-configured to 16 core threads with 128 task threads based on your 8 available processors 2016-07-18 16:00:56,328 INFO [org.jboss.as.jacorb] (ServerService Thread Pool -- 38) JBAS016300: Activating JacORB Subsystem 2016-07-18 16:00:56,331 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 50) JBAS011800: Activating Naming Subsystem 2016-07-18 16:00:56,362 INFO [org.wildfly.extension.undertow] (MSC service thread 1-11) JBAS017502: Undertow 1.1.8.Final starting 2016-07-18 16:00:56,366 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 57) JBAS017502: Undertow 1.1.8.Final starting 2016-07-18 16:00:56,372 INFO [org.jboss.as.connector.logging] (MSC service thread 1-3) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.9.Final) 2016-07-18 16:00:56,386 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 45) JBAS012615: Activated the following JSF Implementations: [main] 2016-07-18 16:00:56,389 INFO [org.jboss.as.naming] (MSC service thread 1-8) JBAS011802: Starting Naming Service 2016-07-18 16:00:56,394 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default] 2016-07-18 16:00:56,429 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 32) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3) 2016-07-18 16:00:56,470 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) JBAS010417: Started Driver service with driver-name = h2 2016-07-18 16:00:56,489 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 32) JBAS010404: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 9.4) 2016-07-18 16:00:56,494 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-13) JBAS010417: Started Driver service with driver-name = psqlup 2016-07-18 16:00:56,651 INFO [org.jboss.remoting] (MSC service thread 1-15) JBoss Remoting version 4.0.7.Final 2016-07-18 16:00:56,674 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 57) JBAS017527: Creating file handler for path C:\Program Files (x86)\wildfly-8.2.1.Final/welcome-content 2016-07-18 16:00:56,703 INFO [org.wildfly.extension.undertow] (MSC service thread 1-11) JBAS017525: Started server default-server. 2016-07-18 16:00:56,724 INFO [org.wildfly.extension.undertow] (MSC service thread 1-16) JBAS017531: Host default-host starting 2016-07-18 16:00:56,755 INFO [org.wildfly.extension.undertow] (MSC service thread 1-11) JBAS017519: Undertow AJP listener ajp listening on /192.168.1.101:8552 2016-07-18 16:00:56,796 INFO [org.wildfly.extension.undertow] (MSC service thread 1-12) JBAS017519: Undertow HTTP listener default listening on /192.168.1.101:8623 2016-07-18 16:00:56,799 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 60) MODCLUSTER000001: Initializing mod_cluster version 1.3.0.Final 2016-07-18 16:00:56,814 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 60) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364 2016-07-18 16:00:57,102 WARN [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011600: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal 2016-07-18 16:00:57,126 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-13) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS] 2016-07-18 16:00:57,126 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) JBAS010400: Bound data source [java:jboss/datasources/KeycloakDS] 2016-07-18 16:00:57,126 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) JBAS010400: Bound data source [java:jboss/datasources/UnifiedPushDS] 2016-07-18 16:00:57,156 WARN [jacorb.codeset] (MSC service thread 1-14) Warning - unknown codeset (Cp1252) - defaulting to ISO-8859-1 2016-07-18 16:00:57,171 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221000: live server is starting with configuration HornetQ Configuration (clustered=true,backup=false,sharedStore=true,journalDirectory=C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\data\messagingjournal,bindingsDirectory=C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\data\messagingbindings,largeMessagesDirectory=C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\data\messaginglargemessages,pagingDirectory=C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\data\messagingpaging) 2016-07-18 16:00:57,175 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221006: Waiting to obtain live lock 2016-07-18 16:00:57,215 INFO [org.jboss.as.jacorb] (MSC service thread 1-14) JBAS016330: CORBA ORB Service started 2016-07-18 16:00:57,230 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221013: Using NIO Journal 2016-07-18 16:00:57,473 INFO [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 60) Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability. 2016-07-18 16:00:57,530 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-13) JBAS015012: Started FileSystemDeploymentService for directory C:\Program Files (x86)\wildfly-8.2.1.Final\standalone\deployments 2016-07-18 16:00:57,538 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "unifiedpush-auth-server.war" (runtime-name: "unifiedpush-auth-server.war") 2016-07-18 16:00:57,538 INFO [org.jboss.as.server.deployment] (MSC service thread 1-16) JBAS015876: Starting deployment of "unifiedpush-server-wildfly.war" (runtime-name: "unifiedpush-server-wildfly.war") 2016-07-18 16:00:57,543 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support CORE 2016-07-18 16:00:57,549 INFO [org.jboss.as.jacorb] (MSC service thread 1-14) JBAS016328: CORBA Naming Service started 2016-07-18 16:00:57,551 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support AMQP 2016-07-18 16:00:57,556 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221043: Adding protocol support STOMP 2016-07-18 16:00:57,609 INFO [org.jboss.ws.common.management] (MSC service thread 1-12) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.3.2.Final 2016-07-18 16:00:57,717 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221034: Waiting to obtain live lock 2016-07-18 16:00:57,718 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221035: Live Server Obtained live lock 2016-07-18 16:00:58,096 INFO [org.jboss.messaging] (MSC service thread 1-1) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor 2016-07-18 16:00:58,096 INFO [org.jboss.messaging] (MSC service thread 1-10) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor 2016-07-18 16:00:58,435 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221007: Server is now live 2016-07-18 16:00:58,436 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221001: HornetQ Server version 2.4.5.FINAL (Wild Hornet, 124) [b43de365-e79b-11e5-ac4f-ebb6245b4780] 2016-07-18 16:00:58,441 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 60) HQ221003: trying to deploy queue jms.queue.DLQ 2016-07-18 16:00:58,453 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 60) JBAS011601: Bound messaging object to jndi name java:/jms/queue/DLQ 2016-07-18 16:00:58,532 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory 2016-07-18 16:00:58,535 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 63) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory 2016-07-18 16:00:58,537 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 61) HQ221003: trying to deploy queue jms.queue.ExpiryQueue 2016-07-18 16:00:58,538 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name java:/jms/queue/ExpiryQueue 2016-07-18 16:00:58,571 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-12) JBAS010406: Registered connection factory java:/JmsXA 2016-07-18 16:00:58,644 INFO [org.hornetq.ra] (MSC service thread 1-12) HornetQ resource adaptor started 2016-07-18 16:00:58,646 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-12) IJ020002: Deployed: file://RaActivatorhornetq-ra 2016-07-18 16:00:58,650 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-14) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA] 2016-07-18 16:00:58,650 INFO [org.jboss.as.messaging] (MSC service thread 1-6) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory 2016-07-18 16:01:00,531 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015960: Class Path entry lib/snakeyaml-1.13.jar in /C:/Windows/System32/content/unifiedpush-auth-server.war/WEB-INF/lib/liquibase-core-3.3.5.jar does not point to a valid jar for a Class-Path reference. 2016-07-18 16:01:00,662 INFO [org.jboss.as.jpa] (MSC service thread 1-2) JBAS011401: Read persistence.xml for keycloak-default 2016-07-18 16:01:01,181 WARN [org.jboss.as.dependency.private] (MSC service thread 1-5) JBAS018567: Deployment "deployment.unifiedpush-auth-server.war" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice. 2016-07-18 16:01:01,183 WARN [org.jboss.as.dependency.private] (MSC service thread 1-5) JBAS018567: Deployment "deployment.unifiedpush-auth-server.war" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice. 2016-07-18 16:01:01,184 WARN [org.jboss.as.dependency.private] (MSC service thread 1-5) JBAS018567: Deployment "deployment.unifiedpush-auth-server.war" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice. 2016-07-18 16:01:01,186 WARN [org.jboss.as.dependency.private] (MSC service thread 1-5) JBAS018567: Deployment "deployment.unifiedpush-auth-server.war" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice. 2016-07-18 16:01:01,187 WARN [org.jboss.as.dependency.private] (MSC service thread 1-5) JBAS018567: Deployment "deployment.unifiedpush-auth-server.war" is using a private module ("org.infinispan:main") which may be changed or removed in future versions without notice. 2016-07-18 16:01:01,188 WARN [org.jboss.as.dependency.private] (MSC service thread 1-5) JBAS018567: Deployment "deployment.unifiedpush-auth-server.war" is using a private module ("org.infinispan:main") which may be changed or removed in future versions without notice. 2016-07-18 16:01:02,241 INFO [org.jboss.as.jpa] (MSC service thread 1-8) JBAS011401: Read persistence.xml for unifiedpush-default 2016-07-18 16:01:02,431 INFO [org.keycloak.services.resources.KeycloakApplication] (MSC service thread 1-10) Load config from vfs:/C:/Windows/System32/content/unifiedpush-auth-server.war/WEB-INF/classes/META-INF/keycloak-server.json 2016-07-18 16:01:02,847 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 60) JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'unifiedpush-server-wildfly.war#unifiedpush-default' 2016-07-18 16:01:03,178 INFO [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 60) HHH000204: Processing PersistenceUnitInfo [ name: unifiedpush-default ...] 2016-07-18 16:01:03,274 INFO [org.hibernate.Version] (ServerService Thread Pool -- 60) HHH000412: Hibernate Core {4.3.7.Final} 2016-07-18 16:01:03,277 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 60) HHH000206: hibernate.properties not found 2016-07-18 16:01:03,280 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 60) HHH000021: Bytecode provider name : javassist 2016-07-18 16:01:03,422 INFO [org.jboss.weld.deployer] (MSC service thread 1-7) JBAS016002: Processing weld deployment unifiedpush-server-wildfly.war 2016-07-18 16:01:03,497 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-7) HV000001: Hibernate Validator 5.1.3.Final 2016-07-18 16:01:04,037 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named GenericVariantServiceImpl in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/GenericVariantServiceImpl!org.jboss.aerogear.unifiedpush.service.GenericVariantService java:app/ag-push/GenericVariantServiceImpl!org.jboss.aerogear.unifiedpush.service.GenericVariantService java:module/GenericVariantServiceImpl!org.jboss.aerogear.unifiedpush.service.GenericVariantService java:global/ag-push/GenericVariantServiceImpl java:app/ag-push/GenericVariantServiceImpl java:module/GenericVariantServiceImpl 2016-07-18 16:01:04,042 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named DeleteOldPushMessageInformationScheduler in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/DeleteOldPushMessageInformationScheduler!org.jboss.aerogear.unifiedpush.service.metrics.DeleteOldPushMessageInformationScheduler java:app/ag-push/DeleteOldPushMessageInformationScheduler!org.jboss.aerogear.unifiedpush.service.metrics.DeleteOldPushMessageInformationScheduler java:module/DeleteOldPushMessageInformationScheduler!org.jboss.aerogear.unifiedpush.service.metrics.DeleteOldPushMessageInformationScheduler java:global/ag-push/DeleteOldPushMessageInformationScheduler java:app/ag-push/DeleteOldPushMessageInformationScheduler java:module/DeleteOldPushMessageInformationScheduler 2016-07-18 16:01:04,045 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named HealthNetworkServiceImpl in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/HealthNetworkServiceImpl!org.jboss.aerogear.unifiedpush.message.HealthNetworkService java:app/ag-push/HealthNetworkServiceImpl!org.jboss.aerogear.unifiedpush.message.HealthNetworkService java:module/HealthNetworkServiceImpl!org.jboss.aerogear.unifiedpush.message.HealthNetworkService java:global/ag-push/HealthNetworkServiceImpl java:app/ag-push/HealthNetworkServiceImpl java:module/HealthNetworkServiceImpl 2016-07-18 16:01:04,050 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named TokenLoader in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/TokenLoader!org.jboss.aerogear.unifiedpush.message.TokenLoader java:app/ag-push/TokenLoader!org.jboss.aerogear.unifiedpush.message.TokenLoader java:module/TokenLoader!org.jboss.aerogear.unifiedpush.message.TokenLoader java:global/ag-push/TokenLoader java:app/ag-push/TokenLoader java:module/TokenLoader 2016-07-18 16:01:04,053 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named PushApplicationServiceImpl in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/PushApplicationServiceImpl!org.jboss.aerogear.unifiedpush.service.PushApplicationService java:app/ag-push/PushApplicationServiceImpl!org.jboss.aerogear.unifiedpush.service.PushApplicationService java:module/PushApplicationServiceImpl!org.jboss.aerogear.unifiedpush.service.PushApplicationService java:global/ag-push/PushApplicationServiceImpl java:app/ag-push/PushApplicationServiceImpl java:module/PushApplicationServiceImpl 2016-07-18 16:01:04,057 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named ClientInstallationServiceImpl in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/ClientInstallationServiceImpl!org.jboss.aerogear.unifiedpush.service.ClientInstallationService java:app/ag-push/ClientInstallationServiceImpl!org.jboss.aerogear.unifiedpush.service.ClientInstallationService java:module/ClientInstallationServiceImpl!org.jboss.aerogear.unifiedpush.service.ClientInstallationService java:global/ag-push/ClientInstallationServiceImpl java:app/ag-push/ClientInstallationServiceImpl java:module/ClientInstallationServiceImpl 2016-07-18 16:01:04,060 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named JmsClient in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/JmsClient!org.jboss.aerogear.unifiedpush.message.util.JmsClient java:app/ag-push/JmsClient!org.jboss.aerogear.unifiedpush.message.util.JmsClient java:module/JmsClient!org.jboss.aerogear.unifiedpush.message.util.JmsClient java:global/ag-push/JmsClient java:app/ag-push/JmsClient java:module/JmsClient 2016-07-18 16:01:04,063 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named HealthServiceImpl in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/HealthServiceImpl!org.jboss.aerogear.unifiedpush.service.HealthDBService java:app/ag-push/HealthServiceImpl!org.jboss.aerogear.unifiedpush.service.HealthDBService java:module/HealthServiceImpl!org.jboss.aerogear.unifiedpush.service.HealthDBService java:global/ag-push/HealthServiceImpl java:app/ag-push/HealthServiceImpl java:module/HealthServiceImpl 2016-07-18 16:01:04,065 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named NotificationDispatcher in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/NotificationDispatcher!org.jboss.aerogear.unifiedpush.message.NotificationDispatcher java:app/ag-push/NotificationDispatcher!org.jboss.aerogear.unifiedpush.message.NotificationDispatcher java:module/NotificationDispatcher!org.jboss.aerogear.unifiedpush.message.NotificationDispatcher java:global/ag-push/NotificationDispatcher java:app/ag-push/NotificationDispatcher java:module/NotificationDispatcher 2016-07-18 16:01:04,068 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named VariantMetricInformationProducer in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/VariantMetricInformationProducer!org.jboss.aerogear.unifiedpush.message.jms.VariantMetricInformationProducer java:app/ag-push/VariantMetricInformationProducer!org.jboss.aerogear.unifiedpush.message.jms.VariantMetricInformationProducer java:module/VariantMetricInformationProducer!org.jboss.aerogear.unifiedpush.message.jms.VariantMetricInformationProducer java:global/ag-push/VariantMetricInformationProducer java:app/ag-push/VariantMetricInformationProducer java:module/VariantMetricInformationProducer 2016-07-18 16:01:04,071 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named MessageHolderWithVariantsProducer in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/MessageHolderWithVariantsProducer!org.jboss.aerogear.unifiedpush.message.jms.MessageHolderWithVariantsProducer java:app/ag-push/MessageHolderWithVariantsProducer!org.jboss.aerogear.unifiedpush.message.jms.MessageHolderWithVariantsProducer java:module/MessageHolderWithVariantsProducer!org.jboss.aerogear.unifiedpush.message.jms.MessageHolderWithVariantsProducer java:global/ag-push/MessageHolderWithVariantsProducer java:app/ag-push/MessageHolderWithVariantsProducer java:module/MessageHolderWithVariantsProducer 2016-07-18 16:01:04,074 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named MessageHolderWithTokensProducer in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/MessageHolderWithTokensProducer!org.jboss.aerogear.unifiedpush.message.jms.MessageHolderWithTokensProducer java:app/ag-push/MessageHolderWithTokensProducer!org.jboss.aerogear.unifiedpush.message.jms.MessageHolderWithTokensProducer java:module/MessageHolderWithTokensProducer!org.jboss.aerogear.unifiedpush.message.jms.MessageHolderWithTokensProducer java:global/ag-push/MessageHolderWithTokensProducer java:app/ag-push/MessageHolderWithTokensProducer java:module/MessageHolderWithTokensProducer 2016-07-18 16:01:04,076 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named PushMessageMetricsService in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/PushMessageMetricsService!org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService java:app/ag-push/PushMessageMetricsService!org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService java:module/PushMessageMetricsService!org.jboss.aerogear.unifiedpush.service.metrics.PushMessageMetricsService java:global/ag-push/PushMessageMetricsService java:app/ag-push/PushMessageMetricsService java:module/PushMessageMetricsService 2016-07-18 16:01:04,079 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named NotificationRouter in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/NotificationRouter!org.jboss.aerogear.unifiedpush.message.NotificationRouter java:app/ag-push/NotificationRouter!org.jboss.aerogear.unifiedpush.message.NotificationRouter java:module/NotificationRouter!org.jboss.aerogear.unifiedpush.message.NotificationRouter java:global/ag-push/NotificationRouter java:app/ag-push/NotificationRouter java:module/NotificationRouter 2016-07-18 16:01:04,081 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-7) JNDI bindings for session bean named MetricsCollector in deployment unit deployment "unifiedpush-server-wildfly.war" are as follows: java:global/ag-push/MetricsCollector!org.jboss.aerogear.unifiedpush.message.MetricsCollector java:app/ag-push/MetricsCollector!org.jboss.aerogear.unifiedpush.message.MetricsCollector java:module/MetricsCollector!org.jboss.aerogear.unifiedpush.message.MetricsCollector java:global/ag-push/MetricsCollector java:app/ag-push/MetricsCollector java:module/MetricsCollector 2016-07-18 16:01:04,539 INFO [org.jboss.weld.deployer] (MSC service thread 1-12) JBAS016005: Starting Services for CDI deployment: unifiedpush-server-wildfly.war 2016-07-18 16:01:04,590 INFO [org.jboss.weld.Version] (MSC service thread 1-12) WELD-000900: 2.2.6 (Final) 2016-07-18 16:01:04,613 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 67) HQ221003: trying to deploy queue jms.queue.GCMPushMessageQueue 2016-07-18 16:01:04,618 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 67) JBAS011601: Bound messaging object to jndi name /queue/GCMPushMessageQueue 2016-07-18 16:01:04,619 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 72) HQ221003: trying to deploy queue jms.queue.AllBatchesLoadedQueue 2016-07-18 16:01:04,619 INFO [org.jboss.weld.deployer] (MSC service thread 1-11) JBAS016008: Starting weld service for deployment unifiedpush-server-wildfly.war 2016-07-18 16:01:04,621 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 72) JBAS011601: Bound messaging object to jndi name /queue/AllBatchesLoadedQueue 2016-07-18 16:01:04,622 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 71) HQ221003: trying to deploy queue jms.queue.BatchLoadedQueue 2016-07-18 16:01:04,625 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 71) JBAS011601: Bound messaging object to jndi name /queue/BatchLoadedQueue 2016-07-18 16:01:04,626 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 70) HQ221003: trying to deploy queue jms.queue.WNSPushMessageQueue 2016-07-18 16:01:04,629 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 70) JBAS011601: Bound messaging object to jndi name /queue/WNSPushMessageQueue 2016-07-18 16:01:04,630 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 68) HQ221003: trying to deploy queue jms.queue.SimplePushMessageQueue 2016-07-18 16:01:04,648 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 68) JBAS011601: Bound messaging object to jndi name /queue/SimplePushMessageQueue 2016-07-18 16:01:04,650 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 69) HQ221003: trying to deploy queue jms.queue.WNSTokenBatchQueue 2016-07-18 16:01:04,657 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 69) JBAS011601: Bound messaging object to jndi name /queue/WNSTokenBatchQueue 2016-07-18 16:01:04,659 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 65) HQ221003: trying to deploy queue jms.queue.APNsPushMessageQueue 2016-07-18 16:01:04,667 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 65) JBAS011601: Bound messaging object to jndi name /queue/APNsPushMessageQueue 2016-07-18 16:01:04,672 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 63) HQ221003: trying to deploy queue jms.queue.MPNSTokenBatchQueue 2016-07-18 16:01:04,674 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 63) JBAS011601: Bound messaging object to jndi name /queue/MPNSTokenBatchQueue 2016-07-18 16:01:04,676 INFO [org.jboss.as.ejb3] (MSC service thread 1-6) JBAS014142: Started message driven bean 'SimplePushTokenBatchConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 16:01:04,676 INFO [org.jboss.as.ejb3] (MSC service thread 1-1) JBAS014142: Started message driven bean 'AdmPushMessageConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 16:01:04,676 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 66) HQ221003: trying to deploy queue jms.queue.AdmPushMessageQueue 2016-07-18 16:01:04,680 INFO [org.jboss.as.ejb3] (MSC service thread 1-8) JBAS014142: Started message driven bean 'APNsTokenBatchConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 16:01:04,682 INFO [org.jboss.as.ejb3] (MSC service thread 1-4) JBAS014142: Started message driven bean 'AdmTokenBatchConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 16:01:04,681 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 66) JBAS011601: Bound messaging object to jndi name /queue/AdmPushMessageQueue 2016-07-18 16:01:04,683 INFO [org.jboss.as.ejb3] (MSC service thread 1-9) JBAS014142: Started message driven bean 'MetricsConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 16:01:04,684 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 62) HQ221003: trying to deploy queue jms.queue.AdmTokenBatchQueue 2016-07-18 16:01:04,684 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) JBAS014142: Started message driven bean 'SimplePushMessageConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 16:01:04,686 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) JBAS014142: Started message driven bean 'WNSPushMessageConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 16:01:04,685 INFO [org.jboss.as.ejb3] (MSC service thread 1-14) JBAS014142: Started message driven bean 'WNSTokenBatchConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 16:01:04,688 INFO [org.jboss.as.ejb3] (MSC service thread 1-7) JBAS014142: Started message driven bean 'MPNSTokenBatchConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 16:01:04,686 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 62) JBAS011601: Bound messaging object to jndi name /queue/AdmTokenBatchQueue 2016-07-18 16:01:04,689 INFO [org.jboss.as.ejb3] (MSC service thread 1-13) JBAS014142: Started message driven bean 'GCMPushMessageConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 16:01:04,689 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 61) HQ221003: trying to deploy queue jms.queue.SimplePushTokenBatchQueue 2016-07-18 16:01:04,690 INFO [org.jboss.as.ejb3] (MSC service thread 1-15) JBAS014142: Started message driven bean 'GCMTokenBatchConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 16:01:04,692 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 61) JBAS011601: Bound messaging object to jndi name /queue/SimplePushTokenBatchQueue 2016-07-18 16:01:04,692 INFO [org.jboss.as.ejb3] (MSC service thread 1-5) JBAS014142: Started message driven bean 'APNsPushMessageConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 16:01:04,691 INFO [org.jboss.as.ejb3] (MSC service thread 1-12) JBAS014142: Started message driven bean 'MPNSPushMessageConsumer' with 'hornetq-ra.rar' resource adapter 2016-07-18 16:01:04,693 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221003: trying to deploy queue jms.queue.MetricsQueue 2016-07-18 16:01:04,696 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 64) JBAS011601: Bound messaging object to jndi name /queue/MetricsQueue 2016-07-18 16:01:04,697 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 67) HQ221003: trying to deploy queue jms.queue.APNsTokenBatchQueue 2016-07-18 16:01:04,698 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 67) JBAS011601: Bound messaging object to jndi name /queue/APNsTokenBatchQueue 2016-07-18 16:01:04,699 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 74) HQ221003: trying to deploy queue jms.queue.GCMTokenBatchQueue 2016-07-18 16:01:04,701 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 74) JBAS011601: Bound messaging object to jndi name /queue/GCMTokenBatchQueue 2016-07-18 16:01:04,702 INFO [org.hornetq.core.server] (ServerService Thread Pool -- 73) HQ221003: trying to deploy queue jms.queue.MPNSPushMessageQueue 2016-07-18 16:01:04,706 INFO [org.jboss.as.messaging] (ServerService Thread Pool -- 73) JBAS011601: Bound messaging object to jndi name /queue/MPNSPushMessageQueue 2016-07-18 16:01:05,273 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 73) JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'unifiedpush-server-wildfly.war#unifiedpush-default' 2016-07-18 16:01:05,277 WARN [org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl] (ServerService Thread Pool -- 73) HHH000059: Defining hibernate.transaction.flush_before_completion=true ignored in HEM 2016-07-18 16:01:05,389 INFO [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 73) HCANN000001: Hibernate Commons Annotations {4.0.4.Final} 2016-07-18 16:01:05,452 WARN [org.hibernate.internal.util.xml.DTDEntityResolver] (ServerService Thread Pool -- 73) HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide! 2016-07-18 16:01:05,538 WARN [org.hibernate.internal.util.xml.DTDEntityResolver] (ServerService Thread Pool -- 73) HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide! 2016-07-18 16:01:05,598 WARN [org.hibernate.internal.util.xml.DTDEntityResolver] (ServerService Thread Pool -- 73) HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide! 2016-07-18 16:01:05,617 WARN [org.hibernate.internal.util.xml.DTDEntityResolver] (ServerService Thread Pool -- 73) HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide! 2016-07-18 16:01:05,771 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 74) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated. 2016-07-18 16:01:05,782 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 74) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated. 2016-07-18 16:01:06,309 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 60) ISPN000078: Starting JGroups Channel 2016-07-18 16:01:06,411 INFO [stdout] (ServerService Thread Pool -- 60) 2016-07-18 16:01:06,412 INFO [stdout] (ServerService Thread Pool -- 60) ------------------------------------------------------------------- 2016-07-18 16:01:06,412 INFO [stdout] (ServerService Thread Pool -- 60) GMS: address=server1/ejb, cluster=ejb, physical address=192.168.1.101:55743 2016-07-18 16:01:06,412 INFO [stdout] (ServerService Thread Pool -- 60) ------------------------------------------------------------------- 2016-07-18 16:01:06,420 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 73) HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL9Dialect 2016-07-18 16:01:06,428 INFO [org.hibernate.jpa.internal.util.LogHelper] (MSC service thread 1-10) HHH000204: Processing PersistenceUnitInfo [ name: keycloak-default ...] 2016-07-18 16:01:06,434 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (ServerService Thread Pool -- 73) HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException 2016-07-18 16:01:06,501 WARN [org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader] (ServerService Thread Pool -- 73) HHH000207: Property org.jboss.aerogear.unifiedpush.api.iOSVariant.certificateData not found in class but described in (possible typo error) 2016-07-18 16:01:06,573 WARN [org.hibernate.cfg.AnnotationBinder] (ServerService Thread Pool -- 73) HHH000457: Joined inheritance hierarchy [org.jboss.aerogear.unifiedpush.api.Variant] defined explicit @DiscriminatorColumn. Legacy Hibernate behavior was to ignore the @DiscriminatorColumn. However, as part of issue HHH-6911 we now apply the explicit @DiscriminatorColumn. If you would prefer the legacy behavior, enable the `hibernate.discriminator.ignore_explicit_for_joined` setting (hibernate.discriminator.ignore_explicit_for_joined=true) 2016-07-18 16:01:06,689 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 73) HHH000397: Using ASTQueryTranslatorFactory 2016-07-18 16:01:06,837 INFO [org.hibernate.dialect.Dialect] (MSC service thread 1-10) HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL9Dialect 2016-07-18 16:01:06,838 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (MSC service thread 1-10) HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException 2016-07-18 16:01:07,557 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-10) HHH000397: Using ASTQueryTranslatorFactory 2016-07-18 16:01:07,878 INFO [org.hibernate.tool.hbm2ddl.SchemaValidator] (ServerService Thread Pool -- 73) HHH000229: Running schema validator 2016-07-18 16:01:07,878 INFO [org.hibernate.tool.hbm2ddl.SchemaValidator] (ServerService Thread Pool -- 73) HHH000102: Fetching database metadata 2016-07-18 16:01:07,895 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000261: Table found: public.adm_variant 2016-07-18 16:01:07,896 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000037: Columns: [id, client_secret, client_id] 2016-07-18 16:01:07,904 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000261: Table found: public.android_variant 2016-07-18 16:01:07,904 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000037: Columns: [id, google_key, project_number] 2016-07-18 16:01:07,912 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000261: Table found: public.category 2016-07-18 16:01:07,912 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000037: Columns: [id, name] 2016-07-18 16:01:07,920 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000261: Table found: public.installation 2016-07-18 16:01:07,921 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000037: Columns: [id, platform, enabled, device_token, alias, device_type, variant_id, operating_system, os_version] 2016-07-18 16:01:07,963 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000261: Table found: public.installation_category 2016-07-18 16:01:07,964 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000037: Columns: [installation_id, category_id] 2016-07-18 16:01:07,972 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000261: Table found: public.ios_variant 2016-07-18 16:01:07,973 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000037: Columns: [id, passphrase, production, cert_data] 2016-07-18 16:01:07,981 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000261: Table found: public.push_application 2016-07-18 16:01:07,981 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000037: Columns: [id, master_secret, api_key, developer, description, name] 2016-07-18 16:01:07,990 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000261: Table found: public.push_message_info 2016-07-18 16:01:07,990 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000037: Columns: [id, ip_address, first_open_date, client_identifier, served_variants, last_open_date, push_application_id, submit_date, app_open_counter, total_receivers, raw_json_message, total_variants] 2016-07-18 16:01:07,998 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000261: Table found: public.simple_push_variant 2016-07-18 16:01:07,999 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000037: Columns: [id] 2016-07-18 16:01:08,006 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000261: Table found: public.variant 2016-07-18 16:01:08,007 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000037: Columns: [id, api_key, developer, description, push_application_id, name, secret, variant_type, type] 2016-07-18 16:01:08,015 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000261: Table found: public.variant_metric_info 2016-07-18 16:01:08,015 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000037: Columns: [total_batches, id, delivery_status, variant_open_counter, reason, variant_id, push_message_info_id, served_batches, receivers] 2016-07-18 16:01:08,023 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000261: Table found: public.windows_mpns_variant 2016-07-18 16:01:08,024 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000037: Columns: [id] 2016-07-18 16:01:08,032 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000261: Table found: public.windows_wns_variant 2016-07-18 16:01:08,033 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 73) HHH000037: Columns: [id, sid, client_secret] 2016-07-18 16:01:08,432 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 60) ISPN000094: Received new cluster view: [server1/ejb|0] (1) [server1/ejb] 2016-07-18 16:01:08,434 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (ServerService Thread Pool -- 60) ISPN000079: Cache local address is server1/ejb, physical addresses are [192.168.1.101:55743] 2016-07-18 16:01:08,440 INFO [org.infinispan.factories.GlobalComponentRegistry] (ServerService Thread Pool -- 60) ISPN000128: Infinispan version: Infinispan 'Infinium' 6.0.2.Final 2016-07-18 16:01:08,701 INFO [org.infinispan.jmx.CacheJmxRegistration] (ServerService Thread Pool -- 60) ISPN000031: MBeans were successfully registered to the platform MBean server. 2016-07-18 16:01:08,720 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 60) JBAS010281: Started dist cache from ejb container 2016-07-18 16:01:10,086 INFO [org.keycloak.services.resources.KeycloakApplication] (MSC service thread 1-10) Not importing realm aerogear from resource /WEB-INF/ups-realm.json. It already exists. 2016-07-18 16:01:10,110 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-10) Deploying javax.ws.rs.core.Application: class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 16:01:10,110 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-10) Adding class resource org.keycloak.services.resources.WelcomeResource from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 16:01:10,110 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-10) Adding class resource org.keycloak.services.resources.JsResource from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 16:01:10,111 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-10) Adding class resource org.keycloak.services.resources.ThemeResource from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 16:01:10,111 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-10) Adding provider class org.keycloak.SkeletonKeyContextResolver from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 16:01:10,111 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-10) Adding class resource org.keycloak.services.resources.QRCodeResource from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 16:01:10,111 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-10) Adding singleton resource org.keycloak.services.resources.admin.AdminRoot from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 16:01:10,112 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-10) Adding singleton resource org.keycloak.services.resources.ServerVersionResource from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 16:01:10,112 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-10) Adding provider singleton org.keycloak.services.resources.ModelExceptionMapper from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 16:01:10,112 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-10) Adding singleton resource org.keycloak.services.resources.RealmsResource from Application class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication 2016-07-18 16:01:10,774 INFO [org.wildfly.extension.undertow] (MSC service thread 1-10) JBAS017534: Registered web context: /auth 2016-07-18 16:01:11,053 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-8) Deploying javax.ws.rs.core.Application: class org.jboss.aerogear.unifiedpush.rest.RestApplication$Proxy$_$$_WeldClientProxy 2016-07-18 16:01:11,218 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) JBAS017534: Registered web context: /ag-push 2016-07-18 16:01:11,275 INFO [org.jboss.as.server] (ServerService Thread Pool -- 33) JBAS018559: Deployed "unifiedpush-server-wildfly.war" (runtime-name : "unifiedpush-server-wildfly.war") 2016-07-18 16:01:11,276 INFO [org.jboss.as.server] (ServerService Thread Pool -- 33) JBAS018559: Deployed "unifiedpush-auth-server.war" (runtime-name : "unifiedpush-auth-server.war") 2016-07-18 16:01:13,272 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:10533/management 2016-07-18 16:01:13,273 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:10533 2016-07-18 16:01:13,274 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.2.1.Final "Tweek" started in 19859ms - Started 834 of 949 services (211 services are lazy, passive or on-demand) 2016-07-18 16:02:57,154 WARN [org.keycloak.events] (default task-94) type=LOGIN_ERROR, realmId=cd098097-4b15-4331-ad92-ae98888ef359, clientId=null, userId=null, ipAddress=50.50.155.54, error=ssl_required 2016-07-18 16:02:57,481 ERROR [org.keycloak.adapters.AdapterDeploymentContext] (default task-100) request scheme: http ssl required 2016-07-18 16:02:57,482 ERROR [io.undertow.request] (default task-100) UT005023: Exception handling request to /ag-push/styles/login.css: java.lang.RuntimeException: Can't resolve relative url from adapter config. at org.keycloak.adapters.AdapterDeploymentContext.getBaseBuilder(AdapterDeploymentContext.java:434) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.AdapterDeploymentContext.resolveUrls(AdapterDeploymentContext.java:94) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.AdapterDeploymentContext.resolveDeployment(AdapterDeploymentContext.java:81) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.PreAuthActionsHandler.preflightCors(PreAuthActionsHandler.java:71) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.PreAuthActionsHandler.handleRequest(PreAuthActionsHandler.java:47) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.undertow.ServletPreAuthActionsHandler.handleRequest(ServletPreAuthActionsHandler.java:68) [keycloak-undertow-adapter-1.3.1.Final.jar:1.3.1.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:261) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:248) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:77) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:167) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:761) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_80] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_80] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_80] 2016-07-18 16:04:59,609 ERROR [org.keycloak.adapters.AdapterDeploymentContext] (default task-18) request scheme: http ssl required 2016-07-18 16:04:59,609 ERROR [io.undertow.request] (default task-18) UT005023: Exception handling request to /ag-push/index.html: java.lang.RuntimeException: Can't resolve relative url from adapter config. at org.keycloak.adapters.AdapterDeploymentContext.getBaseBuilder(AdapterDeploymentContext.java:434) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.AdapterDeploymentContext.resolveUrls(AdapterDeploymentContext.java:94) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.AdapterDeploymentContext.resolveDeployment(AdapterDeploymentContext.java:81) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.PreAuthActionsHandler.preflightCors(PreAuthActionsHandler.java:71) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.PreAuthActionsHandler.handleRequest(PreAuthActionsHandler.java:47) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.undertow.ServletPreAuthActionsHandler.handleRequest(ServletPreAuthActionsHandler.java:68) [keycloak-undertow-adapter-1.3.1.Final.jar:1.3.1.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:261) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:248) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:77) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:167) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:761) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_80] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_80] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_80] 2016-07-18 16:05:31,977 ERROR [org.keycloak.adapters.AdapterDeploymentContext] (default task-17) request scheme: http ssl required 2016-07-18 16:05:31,978 ERROR [io.undertow.request] (default task-17) UT005023: Exception handling request to /ag-push/index.html: java.lang.RuntimeException: Can't resolve relative url from adapter config. at org.keycloak.adapters.AdapterDeploymentContext.getBaseBuilder(AdapterDeploymentContext.java:434) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.AdapterDeploymentContext.resolveUrls(AdapterDeploymentContext.java:94) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.AdapterDeploymentContext.resolveDeployment(AdapterDeploymentContext.java:81) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.PreAuthActionsHandler.preflightCors(PreAuthActionsHandler.java:71) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.PreAuthActionsHandler.handleRequest(PreAuthActionsHandler.java:47) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.undertow.ServletPreAuthActionsHandler.handleRequest(ServletPreAuthActionsHandler.java:68) [keycloak-undertow-adapter-1.3.1.Final.jar:1.3.1.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:261) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:248) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:77) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:167) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:761) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_80] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_80] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_80] 2016-07-18 16:06:32,128 ERROR [org.keycloak.adapters.AdapterDeploymentContext] (default task-43) request scheme: http ssl required 2016-07-18 16:06:32,129 ERROR [io.undertow.request] (default task-43) UT005023: Exception handling request to /ag-push/index.html: java.lang.RuntimeException: Can't resolve relative url from adapter config. at org.keycloak.adapters.AdapterDeploymentContext.getBaseBuilder(AdapterDeploymentContext.java:434) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.AdapterDeploymentContext.resolveUrls(AdapterDeploymentContext.java:94) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.AdapterDeploymentContext.resolveDeployment(AdapterDeploymentContext.java:81) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.PreAuthActionsHandler.preflightCors(PreAuthActionsHandler.java:71) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.PreAuthActionsHandler.handleRequest(PreAuthActionsHandler.java:47) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.undertow.ServletPreAuthActionsHandler.handleRequest(ServletPreAuthActionsHandler.java:68) [keycloak-undertow-adapter-1.3.1.Final.jar:1.3.1.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:261) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:248) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:77) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:167) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:761) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_80] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_80] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_80] 2016-07-18 16:06:37,418 ERROR [org.keycloak.adapters.AdapterDeploymentContext] (default task-40) request scheme: http ssl required 2016-07-18 16:06:37,419 ERROR [io.undertow.request] (default task-40) UT005023: Exception handling request to /ag-push/index.html: java.lang.RuntimeException: Can't resolve relative url from adapter config. at org.keycloak.adapters.AdapterDeploymentContext.getBaseBuilder(AdapterDeploymentContext.java:434) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.AdapterDeploymentContext.resolveUrls(AdapterDeploymentContext.java:94) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.AdapterDeploymentContext.resolveDeployment(AdapterDeploymentContext.java:81) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.PreAuthActionsHandler.preflightCors(PreAuthActionsHandler.java:71) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.PreAuthActionsHandler.handleRequest(PreAuthActionsHandler.java:47) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.undertow.ServletPreAuthActionsHandler.handleRequest(ServletPreAuthActionsHandler.java:68) [keycloak-undertow-adapter-1.3.1.Final.jar:1.3.1.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:261) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:248) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:77) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:167) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:761) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_80] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_80] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_80] 2016-07-18 16:08:29,779 ERROR [org.keycloak.adapters.AdapterDeploymentContext] (default task-44) request scheme: http ssl required 2016-07-18 16:08:29,780 ERROR [io.undertow.request] (default task-44) UT005023: Exception handling request to /ag-push/index.html: java.lang.RuntimeException: Can't resolve relative url from adapter config. at org.keycloak.adapters.AdapterDeploymentContext.getBaseBuilder(AdapterDeploymentContext.java:434) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.AdapterDeploymentContext.resolveUrls(AdapterDeploymentContext.java:94) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.AdapterDeploymentContext.resolveDeployment(AdapterDeploymentContext.java:81) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.PreAuthActionsHandler.preflightCors(PreAuthActionsHandler.java:71) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.PreAuthActionsHandler.handleRequest(PreAuthActionsHandler.java:47) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.undertow.ServletPreAuthActionsHandler.handleRequest(ServletPreAuthActionsHandler.java:68) [keycloak-undertow-adapter-1.3.1.Final.jar:1.3.1.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:261) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:248) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:77) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:167) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:761) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_80] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_80] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_80] 2016-07-18 16:08:50,230 ERROR [org.keycloak.adapters.AdapterDeploymentContext] (default task-52) request scheme: http ssl required 2016-07-18 16:08:50,230 ERROR [io.undertow.request] (default task-52) UT005023: Exception handling request to /ag-push/index.html: java.lang.RuntimeException: Can't resolve relative url from adapter config. at org.keycloak.adapters.AdapterDeploymentContext.getBaseBuilder(AdapterDeploymentContext.java:434) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.AdapterDeploymentContext.resolveUrls(AdapterDeploymentContext.java:94) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.AdapterDeploymentContext.resolveDeployment(AdapterDeploymentContext.java:81) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.PreAuthActionsHandler.preflightCors(PreAuthActionsHandler.java:71) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.PreAuthActionsHandler.handleRequest(PreAuthActionsHandler.java:47) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.undertow.ServletPreAuthActionsHandler.handleRequest(ServletPreAuthActionsHandler.java:68) [keycloak-undertow-adapter-1.3.1.Final.jar:1.3.1.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:261) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:248) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:77) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:167) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:761) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_80] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_80] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_80] 2016-07-18 16:26:04,797 ERROR [org.keycloak.adapters.AdapterDeploymentContext] (default task-53) request scheme: http ssl required 2016-07-18 16:26:04,798 ERROR [io.undertow.request] (default task-53) UT005023: Exception handling request to /ag-push/index.html: java.lang.RuntimeException: Can't resolve relative url from adapter config. at org.keycloak.adapters.AdapterDeploymentContext.getBaseBuilder(AdapterDeploymentContext.java:434) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.AdapterDeploymentContext.resolveUrls(AdapterDeploymentContext.java:94) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.AdapterDeploymentContext.resolveDeployment(AdapterDeploymentContext.java:81) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.PreAuthActionsHandler.preflightCors(PreAuthActionsHandler.java:71) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.PreAuthActionsHandler.handleRequest(PreAuthActionsHandler.java:47) [keycloak-adapter-core-1.3.1.Final.jar:1.3.1.Final] at org.keycloak.adapters.undertow.ServletPreAuthActionsHandler.handleRequest(ServletPreAuthActionsHandler.java:68) [keycloak-undertow-adapter-1.3.1.Final.jar:1.3.1.Final] at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:261) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:248) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:77) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:167) [undertow-servlet-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:199) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:761) [undertow-core-1.1.8.Final.jar:1.1.8.Final] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_80] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_80] at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_80] From scm.blanc at gmail.com Tue Jul 19 10:20:45 2016 From: scm.blanc at gmail.com (Sebastien Blanc) Date: Tue, 19 Jul 2016 16:20:45 +0200 Subject: [Aerogear-users] Wildfly port change and Internet requests In-Reply-To: References: <44af4072-0092-6ca7-e7dc-dd6f0587337c@dealerrewards.net> Message-ID: Looking at the logs, I think it's KeyCloak that can not resolve the UPS url since it's using a relative URL (/ag-push) and you change the port ... Try to go your Keycloak console and change the baseURL(and redirect URIs) of the unified-push-server-js application. You might some CORS issues after that but at least you can try. On Tue, Jul 19, 2016 at 4:04 PM, Christopher Fahey wrote: > Here is the log. I believe that Wildfly is serving up the error since I > can get through to Wildfly when I initially try that URL without the > application path. > > Chris > > On 7/18/2016 3:45 PM, Summers Pittman wrote: > > > > On Mon, Jul 18, 2016 at 4:38 PM, Christopher Fahey < > chris at dealerrewards.net> wrote: > >> Hopefully someone can help me. I want to progress to the next step of >> development by configuring our server to handle requests from over the >> internet. Currently the server is only handling internal lan requests but >> it is somewhat limiting. The port number of 8080 is not an available port >> number for our IP address through the firewall so I changed the Wildfly >> port number to 8623 and altered the firewall accordingly. I can still >> access the AeroGear server on the local lan IP using the new port number >> and I can access the Wildfly server over the internet on port 8623 but when >> I try to access the application on the port over the internet, I receive an >> error "Internal Server Error". >> > > Can you get us a gist of the logs? That may help. > > Additionally, is the request that goes through the firewall actually > making it to WildFly. IE is WildFly serving the internal server error. > > >> >> Does anyone know why I am receiving this error and how to fix it? I am >> familiar with Tomcat but clueless about Wildfly and even more so on how >> AeroGear works within Wildfly. Any help is appreciated. >> >> Christopher Fahey >> >> -- >> >> Christopher Fahey >> DealerRewards, Inc. >> Maryland Branch Office >> (410) 924-3185 <%28410%29%20924-3185> >> ------------------------------ >> This electronic message transmission contains information from >> DealerRewards Inc. This message is confidential. It may also be privileged >> or otherwise protected by work-product immunity or other legal rules. If >> you have received it by mistake, please let us know by email reply and >> delete it from your system; you may not copy this message or disclose its >> contents to anyone. >> DISCLAIMER: Since 2006, the U.S. Government has been monitoring all >> internet communications. If you have information that you do not wish to >> have monitored, please send it using regular postal services to the address >> listed on our website. >> ------------------------------ >> >> _______________________________________________ >> Aerogear-users mailing list >> Aerogear-users at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/aerogear-users >> >> > > > _______________________________________________ > Aerogear-users mailing listAerogear-users at lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/aerogear-users > > > > _______________________________________________ > Aerogear-users mailing list > Aerogear-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160719/5c7c2d7e/attachment.html From chris at dealerrewards.net Tue Jul 19 10:57:37 2016 From: chris at dealerrewards.net (Christopher Fahey) Date: Tue, 19 Jul 2016 09:57:37 -0500 Subject: [Aerogear-users] Wildfly port change and Internet requests In-Reply-To: References: <44af4072-0092-6ca7-e7dc-dd6f0587337c@dealerrewards.net> Message-ID: <95ff5fc3-a8a0-a40d-3c81-1c7599380eb3@dealerrewards.net> Thanks, I will try changing the settings in KeyCloak. Christopher Fahey DealerRewards, Inc. Maryland Branch Office (410) 924-3185 ------------------------------------------------------------------------ This electronic message transmission contains information from DealerRewards Inc. This message is confidential. It may also be privileged or otherwise protected by work-product immunity or other legal rules. If you have received it by mistake, please let us know by email reply and delete it from your system; you may not copy this message or disclose its contents to anyone. DISCLAIMER: Since 2006, the U.S. Government has been monitoring all internet communications. If you have information that you do not wish to have monitored, please send it using regular postal services to the address listed on our website. ------------------------------------------------------------------------ On 7/19/2016 9:20 AM, Sebastien Blanc wrote: > Looking at the logs, I think it's KeyCloak that can not resolve the > UPS url since it's using a relative URL (/ag-push) and you change the > port ... Try to go your Keycloak console and change the baseURL(and > redirect URIs) of the unified-push-server-js application. You might > some CORS issues after that but at least you can try. > > > On Tue, Jul 19, 2016 at 4:04 PM, Christopher Fahey > > wrote: > > Here is the log. I believe that Wildfly is serving up the error > since I can get through to Wildfly when I initially try that URL > without the application path. > > Chris > > > > On 7/18/2016 3:45 PM, Summers Pittman wrote: >> >> >> On Mon, Jul 18, 2016 at 4:38 PM, Christopher Fahey >> > wrote: >> >> Hopefully someone can help me. I want to progress to the >> next step of development by configuring our server to handle >> requests from over the internet. Currently the server is only >> handling internal lan requests but it is somewhat limiting. >> The port number of 8080 is not an available port number for >> our IP address through the firewall so I changed the Wildfly >> port number to 8623 and altered the firewall accordingly. I >> can still access the AeroGear server on the local lan IP >> using the new port number and I can access the Wildfly server >> over the internet on port 8623 but when I try to access the >> application on the port over the internet, I receive an error >> "Internal Server Error". >> >> >> Can you get us a gist of the logs? That may help. >> >> Additionally, is the request that goes through the firewall >> actually making it to WildFly. IE is WildFly serving the >> internal server error. >> >> >> Does anyone know why I am receiving this error and how to fix >> it? I am familiar with Tomcat but clueless about Wildfly and >> even more so on how AeroGear works within Wildfly. Any help >> is appreciated. >> >> Christopher Fahey >> >> -- >> >> Christopher Fahey >> DealerRewards, Inc. >> Maryland Branch Office >> (410) 924-3185 >> ------------------------------------------------------------------------ >> This electronic message transmission contains information >> from DealerRewards Inc. This message is confidential. It may >> also be privileged or otherwise protected by work-product >> immunity or other legal rules. If you have received it by >> mistake, please let us know by email reply and delete it from >> your system; you may not copy this message or disclose its >> contents to anyone. >> DISCLAIMER: Since 2006, the U.S. Government has been >> monitoring all internet communications. If you have >> information that you do not wish to have monitored, please >> send it using regular postal services to the address listed >> on our website. >> ------------------------------------------------------------------------ >> >> >> _______________________________________________ >> Aerogear-users mailing list >> Aerogear-users at lists.jboss.org >> >> https://lists.jboss.org/mailman/listinfo/aerogear-users >> >> >> >> >> _______________________________________________ >> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160719/ad58d3c2/attachment-0001.html From chris at dealerrewards.net Tue Jul 19 13:48:52 2016 From: chris at dealerrewards.net (Christopher Fahey) Date: Tue, 19 Jul 2016 12:48:52 -0500 Subject: [Aerogear-users] Wildfly port change and Internet requests In-Reply-To: References: <44af4072-0092-6ca7-e7dc-dd6f0587337c@dealerrewards.net> Message-ID: <53e49c74-3d15-bbe9-ecfa-9a72f96b67c1@dealerrewards.net> Thanks but that did not change anything. I am still getting the same error both in the logs and in the browser after changing the baseUrl setting in Keycloak. Any other thoughts? I can access keycloak from the internet and my local network but cannot access Aerogear from the Internet, only the local network. Christopher Fahey DealerRewards, Inc. Maryland Branch Office (410) 924-3185 ------------------------------------------------------------------------ This electronic message transmission contains information from DealerRewards Inc. This message is confidential. It may also be privileged or otherwise protected by work-product immunity or other legal rules. If you have received it by mistake, please let us know by email reply and delete it from your system; you may not copy this message or disclose its contents to anyone. DISCLAIMER: Since 2006, the U.S. Government has been monitoring all internet communications. If you have information that you do not wish to have monitored, please send it using regular postal services to the address listed on our website. ------------------------------------------------------------------------ On 7/19/2016 9:20 AM, Sebastien Blanc wrote: > Looking at the logs, I think it's KeyCloak that can not resolve the > UPS url since it's using a relative URL (/ag-push) and you change the > port ... Try to go your Keycloak console and change the baseURL(and > redirect URIs) of the unified-push-server-js application. You might > some CORS issues after that but at least you can try. > > > On Tue, Jul 19, 2016 at 4:04 PM, Christopher Fahey > > wrote: > > Here is the log. I believe that Wildfly is serving up the error > since I can get through to Wildfly when I initially try that URL > without the application path. > > Chris > > > > On 7/18/2016 3:45 PM, Summers Pittman wrote: >> >> >> On Mon, Jul 18, 2016 at 4:38 PM, Christopher Fahey >> > wrote: >> >> Hopefully someone can help me. I want to progress to the >> next step of development by configuring our server to handle >> requests from over the internet. Currently the server is only >> handling internal lan requests but it is somewhat limiting. >> The port number of 8080 is not an available port number for >> our IP address through the firewall so I changed the Wildfly >> port number to 8623 and altered the firewall accordingly. I >> can still access the AeroGear server on the local lan IP >> using the new port number and I can access the Wildfly server >> over the internet on port 8623 but when I try to access the >> application on the port over the internet, I receive an error >> "Internal Server Error". >> >> >> Can you get us a gist of the logs? That may help. >> >> Additionally, is the request that goes through the firewall >> actually making it to WildFly. IE is WildFly serving the >> internal server error. >> >> >> Does anyone know why I am receiving this error and how to fix >> it? I am familiar with Tomcat but clueless about Wildfly and >> even more so on how AeroGear works within Wildfly. Any help >> is appreciated. >> >> Christopher Fahey >> >> -- >> >> Christopher Fahey >> DealerRewards, Inc. >> Maryland Branch Office >> (410) 924-3185 >> ------------------------------------------------------------------------ >> This electronic message transmission contains information >> from DealerRewards Inc. This message is confidential. It may >> also be privileged or otherwise protected by work-product >> immunity or other legal rules. If you have received it by >> mistake, please let us know by email reply and delete it from >> your system; you may not copy this message or disclose its >> contents to anyone. >> DISCLAIMER: Since 2006, the U.S. Government has been >> monitoring all internet communications. If you have >> information that you do not wish to have monitored, please >> send it using regular postal services to the address listed >> on our website. >> ------------------------------------------------------------------------ >> >> >> _______________________________________________ >> Aerogear-users mailing list >> Aerogear-users at lists.jboss.org >> >> https://lists.jboss.org/mailman/listinfo/aerogear-users >> >> >> >> >> _______________________________________________ >> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160719/79296b4d/attachment.html From chris at dealerrewards.net Tue Jul 19 17:51:46 2016 From: chris at dealerrewards.net (Christopher Fahey) Date: Tue, 19 Jul 2016 16:51:46 -0500 Subject: [Aerogear-users] Wildfly port change and Internet requests In-Reply-To: <53e49c74-3d15-bbe9-ecfa-9a72f96b67c1@dealerrewards.net> References: <44af4072-0092-6ca7-e7dc-dd6f0587337c@dealerrewards.net> <53e49c74-3d15-bbe9-ecfa-9a72f96b67c1@dealerrewards.net> Message-ID: <250d2966-bc7f-b680-01bc-26014c487e53@dealerrewards.net> So it seems that the problem revolves around the use of SSL in the settings. You can administer and access it locally using HTTP but as soon as you access it from the internet, it requires SSL. But now I changed it to require SSL all of the time, and I cannot log in at all since it says I need HTTPS to get to the login screen. Is there a setting somewhere I can change to put it back the way it was? Christopher Fahey DealerRewards, Inc. Maryland Branch Office (410) 924-3185 ------------------------------------------------------------------------ This electronic message transmission contains information from DealerRewards Inc. This message is confidential. It may also be privileged or otherwise protected by work-product immunity or other legal rules. If you have received it by mistake, please let us know by email reply and delete it from your system; you may not copy this message or disclose its contents to anyone. DISCLAIMER: Since 2006, the U.S. Government has been monitoring all internet communications. If you have information that you do not wish to have monitored, please send it using regular postal services to the address listed on our website. ------------------------------------------------------------------------ On 7/19/2016 12:48 PM, Christopher Fahey wrote: > > Thanks but that did not change anything. I am still getting the same > error both in the logs and in the browser after changing the baseUrl > setting in Keycloak. Any other thoughts? I can access keycloak from > the internet and my local network but cannot access Aerogear from the > Internet, only the local network. > > > Christopher Fahey > DealerRewards, Inc. > Maryland Branch Office > (410) 924-3185 > ------------------------------------------------------------------------ > This electronic message transmission contains information from > DealerRewards Inc. This message is confidential. It may also be > privileged or otherwise protected by work-product immunity or other > legal rules. If you have received it by mistake, please let us know by > email reply and delete it from your system; you may not copy this > message or disclose its contents to anyone. > DISCLAIMER: Since 2006, the U.S. Government has been monitoring all > internet communications. If you have information that you do not wish > to have monitored, please send it using regular postal services to the > address listed on our website. > ------------------------------------------------------------------------ > > On 7/19/2016 9:20 AM, Sebastien Blanc wrote: >> Looking at the logs, I think it's KeyCloak that can not resolve the >> UPS url since it's using a relative URL (/ag-push) and you change the >> port ... Try to go your Keycloak console and change the baseURL(and >> redirect URIs) of the unified-push-server-js application. You might >> some CORS issues after that but at least you can try. >> >> >> On Tue, Jul 19, 2016 at 4:04 PM, Christopher Fahey >> wrote: >> >> Here is the log. I believe that Wildfly is serving up the error >> since I can get through to Wildfly when I initially try that URL >> without the application path. >> >> Chris >> >> >> >> On 7/18/2016 3:45 PM, Summers Pittman wrote: >>> >>> >>> On Mon, Jul 18, 2016 at 4:38 PM, Christopher Fahey >>> wrote: >>> >>> Hopefully someone can help me. I want to progress to the >>> next step of development by configuring our server to handle >>> requests from over the internet. Currently the server is >>> only handling internal lan requests but it is somewhat >>> limiting. The port number of 8080 is not an available port >>> number for our IP address through the firewall so I changed >>> the Wildfly port number to 8623 and altered the firewall >>> accordingly. I can still access the AeroGear server on the >>> local lan IP using the new port number and I can access the >>> Wildfly server over the internet on port 8623 but when I try >>> to access the application on the port over the internet, I >>> receive an error "Internal Server Error". >>> >>> >>> Can you get us a gist of the logs? That may help. >>> >>> Additionally, is the request that goes through the firewall >>> actually making it to WildFly. IE is WildFly serving the >>> internal server error. >>> >>> >>> Does anyone know why I am receiving this error and how to >>> fix it? I am familiar with Tomcat but clueless about >>> Wildfly and even more so on how AeroGear works within >>> Wildfly. Any help is appreciated. >>> >>> Christopher Fahey >>> >>> -- >>> >>> Christopher Fahey >>> DealerRewards, Inc. >>> Maryland Branch Office >>> (410) 924-3185 >>> ------------------------------------------------------------------------ >>> This electronic message transmission contains information >>> from DealerRewards Inc. This message is confidential. It may >>> also be privileged or otherwise protected by work-product >>> immunity or other legal rules. If you have received it by >>> mistake, please let us know by email reply and delete it >>> from your system; you may not copy this message or disclose >>> its contents to anyone. >>> DISCLAIMER: Since 2006, the U.S. Government has been >>> monitoring all internet communications. If you have >>> information that you do not wish to have monitored, please >>> send it using regular postal services to the address listed >>> on our website. >>> ------------------------------------------------------------------------ >>> >>> >>> _______________________________________________ >>> Aerogear-users mailing list >>> Aerogear-users at lists.jboss.org >>> >>> https://lists.jboss.org/mailman/listinfo/aerogear-users >>> >>> >>> >>> >>> _______________________________________________ >>> 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 > > > > _______________________________________________ > 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/20160719/e14a4992/attachment-0001.html From supittma at redhat.com Wed Jul 20 08:50:56 2016 From: supittma at redhat.com (Summers Pittman) Date: Wed, 20 Jul 2016 08:50:56 -0400 Subject: [Aerogear-users] Wildfly port change and Internet requests In-Reply-To: <250d2966-bc7f-b680-01bc-26014c487e53@dealerrewards.net> References: <44af4072-0092-6ca7-e7dc-dd6f0587337c@dealerrewards.net> <53e49c74-3d15-bbe9-ecfa-9a72f96b67c1@dealerrewards.net> <250d2966-bc7f-b680-01bc-26014c487e53@dealerrewards.net> Message-ID: So I have Apache proxying SSL to a wildfly instance because I didn't want to set up the same certificate in Wildfly. I ended up having to add "proxy-address-forwarding="true" to my http listener stanza. I know it isn't the same thing you have but it sounds like a similar problem IE WildFly isn't getting the https memo correctly. On Tue, Jul 19, 2016 at 5:51 PM, Christopher Fahey wrote: > So it seems that the problem revolves around the use of SSL in the > settings. You can administer and access it locally using HTTP but as soon > as you access it from the internet, it requires SSL. But now I changed it > to require SSL all of the time, and I cannot log in at all since it says I > need HTTPS to get to the login screen. Is there a setting somewhere I can > change to put it back the way it was? > > Christopher Fahey > DealerRewards, Inc. > Maryland Branch Office > (410) 924-3185 > ------------------------------ > This electronic message transmission contains information from > DealerRewards Inc. This message is confidential. It may also be privileged > or otherwise protected by work-product immunity or other legal rules. If > you have received it by mistake, please let us know by email reply and > delete it from your system; you may not copy this message or disclose its > contents to anyone. > DISCLAIMER: Since 2006, the U.S. Government has been monitoring all > internet communications. If you have information that you do not wish to > have monitored, please send it using regular postal services to the address > listed on our website. > ------------------------------ > On 7/19/2016 12:48 PM, Christopher Fahey wrote: > > Thanks but that did not change anything. I am still getting the same > error both in the logs and in the browser after changing the baseUrl > setting in Keycloak. Any other thoughts? I can access keycloak from the > internet and my local network but cannot access Aerogear from the Internet, > only the local network. > > Christopher Fahey > DealerRewards, Inc. > Maryland Branch Office > (410) 924-3185 > ------------------------------ > This electronic message transmission contains information from > DealerRewards Inc. This message is confidential. It may also be privileged > or otherwise protected by work-product immunity or other legal rules. If > you have received it by mistake, please let us know by email reply and > delete it from your system; you may not copy this message or disclose its > contents to anyone. > DISCLAIMER: Since 2006, the U.S. Government has been monitoring all > internet communications. If you have information that you do not wish to > have monitored, please send it using regular postal services to the address > listed on our website. > ------------------------------ > On 7/19/2016 9:20 AM, Sebastien Blanc wrote: > > Looking at the logs, I think it's KeyCloak that can not resolve the UPS > url since it's using a relative URL (/ag-push) and you change the port ... > Try to go your Keycloak console and change the baseURL(and redirect URIs) > of the unified-push-server-js application. You might some CORS issues > after that but at least you can try. > > > On Tue, Jul 19, 2016 at 4:04 PM, Christopher Fahey < > chris at dealerrewards.net> wrote: > >> Here is the log. I believe that Wildfly is serving up the error since I >> can get through to Wildfly when I initially try that URL without the >> application path. >> >> Chris >> >> >> On 7/18/2016 3:45 PM, Summers Pittman wrote: >> >> >> >> On Mon, Jul 18, 2016 at 4:38 PM, Christopher Fahey < >> chris at dealerrewards.net> wrote: >> >>> Hopefully someone can help me. I want to progress to the next step of >>> development by configuring our server to handle requests from over the >>> internet. Currently the server is only handling internal lan requests but >>> it is somewhat limiting. The port number of 8080 is not an available port >>> number for our IP address through the firewall so I changed the Wildfly >>> port number to 8623 and altered the firewall accordingly. I can still >>> access the AeroGear server on the local lan IP using the new port number >>> and I can access the Wildfly server over the internet on port 8623 but when >>> I try to access the application on the port over the internet, I receive an >>> error "Internal Server Error". >>> >> >> Can you get us a gist of the logs? That may help. >> >> Additionally, is the request that goes through the firewall actually >> making it to WildFly. IE is WildFly serving the internal server error. >> >> >>> >>> Does anyone know why I am receiving this error and how to fix it? I am >>> familiar with Tomcat but clueless about Wildfly and even more so on how >>> AeroGear works within Wildfly. Any help is appreciated. >>> >>> Christopher Fahey >>> >>> -- >>> >>> Christopher Fahey >>> DealerRewards, Inc. >>> Maryland Branch Office >>> (410) 924-3185 <%28410%29%20924-3185> >>> ------------------------------ >>> This electronic message transmission contains information from >>> DealerRewards Inc. This message is confidential. It may also be privileged >>> or otherwise protected by work-product immunity or other legal rules. If >>> you have received it by mistake, please let us know by email reply and >>> delete it from your system; you may not copy this message or disclose its >>> contents to anyone. >>> DISCLAIMER: Since 2006, the U.S. Government has been monitoring all >>> internet communications. If you have information that you do not wish to >>> have monitored, please send it using regular postal services to the address >>> listed on our website. >>> ------------------------------ >>> >>> _______________________________________________ >>> Aerogear-users mailing list >>> Aerogear-users at lists.jboss.org >>> https://lists.jboss.org/mailman/listinfo/aerogear-users >>> >>> >> >> >> _______________________________________________ >> Aerogear-users mailing listAerogear-users at lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/aerogear-users >> >> >> >> _______________________________________________ >> Aerogear-users mailing list >> Aerogear-users at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/aerogear-users >> >> > > > _______________________________________________ > Aerogear-users mailing listAerogear-users at lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/aerogear-users > > > > > _______________________________________________ > Aerogear-users mailing listAerogear-users at lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/aerogear-users > > > > _______________________________________________ > Aerogear-users mailing list > Aerogear-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160720/ed1d09f1/attachment.html From chris at dealerrewards.net Wed Jul 20 10:17:48 2016 From: chris at dealerrewards.net (Christopher Fahey) Date: Wed, 20 Jul 2016 09:17:48 -0500 Subject: [Aerogear-users] Wildfly port change and Internet requests In-Reply-To: References: <44af4072-0092-6ca7-e7dc-dd6f0587337c@dealerrewards.net> <53e49c74-3d15-bbe9-ecfa-9a72f96b67c1@dealerrewards.net> <250d2966-bc7f-b680-01bc-26014c487e53@dealerrewards.net> Message-ID: <6d814750-9950-dfcc-88ee-35cb9cdbc645@dealerrewards.net> Any ideas on how to reset my configuration back to SSL External? I cannot access the application anymore to change the configurations. It is rejecting everything saying HTTPS Required but the SSL connection is not working. Christopher Fahey DealerRewards, Inc. Maryland Branch Office (410) 924-3185 ------------------------------------------------------------------------ This electronic message transmission contains information from DealerRewards Inc. This message is confidential. It may also be privileged or otherwise protected by work-product immunity or other legal rules. If you have received it by mistake, please let us know by email reply and delete it from your system; you may not copy this message or disclose its contents to anyone. DISCLAIMER: Since 2006, the U.S. Government has been monitoring all internet communications. If you have information that you do not wish to have monitored, please send it using regular postal services to the address listed on our website. ------------------------------------------------------------------------ On 7/20/2016 7:50 AM, Summers Pittman wrote: > So I have Apache proxying SSL to a wildfly instance because I didn't > want to set up the same certificate in Wildfly. I ended up having to > add "proxy-address-forwarding="true" to my http listener stanza. > > I know it isn't the same thing you have but it sounds like a similar > problem IE WildFly isn't getting the https memo correctly. > > On Tue, Jul 19, 2016 at 5:51 PM, Christopher Fahey > > wrote: > > So it seems that the problem revolves around the use of SSL in the > settings. You can administer and access it locally using HTTP but > as soon as you access it from the internet, it requires SSL. But > now I changed it to require SSL all of the time, and I cannot log > in at all since it says I need HTTPS to get to the login screen. > Is there a setting somewhere I can change to put it back the way > it was? > > > Christopher Fahey > DealerRewards, Inc. > Maryland Branch Office > (410) 924-3185 > ------------------------------------------------------------------------ > This electronic message transmission contains information from > DealerRewards Inc. This message is confidential. It may also be > privileged or otherwise protected by work-product immunity or > other legal rules. If you have received it by mistake, please let > us know by email reply and delete it from your system; you may not > copy this message or disclose its contents to anyone. > DISCLAIMER: Since 2006, the U.S. Government has been monitoring > all internet communications. If you have information that you do > not wish to have monitored, please send it using regular postal > services to the address listed on our website. > ------------------------------------------------------------------------ > > On 7/19/2016 12:48 PM, Christopher Fahey wrote: >> >> Thanks but that did not change anything. I am still getting the >> same error both in the logs and in the browser after changing the >> baseUrl setting in Keycloak. Any other thoughts? I can access >> keycloak from the internet and my local network but cannot access >> Aerogear from the Internet, only the local network. >> >> >> Christopher Fahey >> DealerRewards, Inc. >> Maryland Branch Office >> (410) 924-3185 >> ------------------------------------------------------------------------ >> This electronic message transmission contains information from >> DealerRewards Inc. This message is confidential. It may also be >> privileged or otherwise protected by work-product immunity or >> other legal rules. If you have received it by mistake, please let >> us know by email reply and delete it from your system; you may >> not copy this message or disclose its contents to anyone. >> DISCLAIMER: Since 2006, the U.S. Government has been monitoring >> all internet communications. If you have information that you do >> not wish to have monitored, please send it using regular postal >> services to the address listed on our website. >> ------------------------------------------------------------------------ >> >> On 7/19/2016 9:20 AM, Sebastien Blanc wrote: >>> Looking at the logs, I think it's KeyCloak that can not resolve >>> the UPS url since it's using a relative URL (/ag-push) and you >>> change the port ... Try to go your Keycloak console and change >>> the baseURL(and redirect URIs) of the unified-push-server-js >>> application. You might some CORS issues after that but at least >>> you can try. >>> >>> >>> On Tue, Jul 19, 2016 at 4:04 PM, Christopher Fahey >>> > wrote: >>> >>> Here is the log. I believe that Wildfly is serving up the >>> error since I can get through to Wildfly when I initially >>> try that URL without the application path. >>> >>> Chris >>> >>> >>> >>> On 7/18/2016 3:45 PM, Summers Pittman wrote: >>>> >>>> >>>> On Mon, Jul 18, 2016 at 4:38 PM, Christopher Fahey >>>> > >>>> wrote: >>>> >>>> Hopefully someone can help me. I want to progress to >>>> the next step of development by configuring our server >>>> to handle requests from over the internet. Currently >>>> the server is only handling internal lan requests but >>>> it is somewhat limiting. The port number of 8080 is >>>> not an available port number for our IP address through >>>> the firewall so I changed the Wildfly port number to >>>> 8623 and altered the firewall accordingly. I can >>>> still access the AeroGear server on the local lan IP >>>> using the new port number and I can access the Wildfly >>>> server over the internet on port 8623 but when I try to >>>> access the application on the port over the internet, I >>>> receive an error "Internal Server Error". >>>> >>>> >>>> Can you get us a gist of the logs? That may help. >>>> >>>> Additionally, is the request that goes through the firewall >>>> actually making it to WildFly. IE is WildFly serving the >>>> internal server error. >>>> >>>> >>>> Does anyone know why I am receiving this error and how >>>> to fix it? I am familiar with Tomcat but clueless >>>> about Wildfly and even more so on how AeroGear works >>>> within Wildfly. Any help is appreciated. >>>> >>>> Christopher Fahey >>>> >>>> -- >>>> >>>> Christopher Fahey >>>> DealerRewards, Inc. >>>> Maryland Branch Office >>>> (410) 924-3185 >>>> ------------------------------------------------------------------------ >>>> This electronic message transmission contains >>>> information from DealerRewards Inc. This message is >>>> confidential. It may also be privileged or otherwise >>>> protected by work-product immunity or other legal >>>> rules. If you have received it by mistake, please let >>>> us know by email reply and delete it from your system; >>>> you may not copy this message or disclose its contents >>>> to anyone. >>>> DISCLAIMER: Since 2006, the U.S. Government has been >>>> monitoring all internet communications. If you have >>>> information that you do not wish to have monitored, >>>> please send it using regular postal services to the >>>> address listed on our website. >>>> ------------------------------------------------------------------------ >>>> >>>> >>>> _______________________________________________ >>>> Aerogear-users mailing list >>>> Aerogear-users at lists.jboss.org >>>> >>>> https://lists.jboss.org/mailman/listinfo/aerogear-users >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> 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 >> >> >> >> _______________________________________________ >> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160720/d3a95ecc/attachment-0001.html From chris at dealerrewards.net Wed Jul 20 11:04:34 2016 From: chris at dealerrewards.net (Christopher Fahey) Date: Wed, 20 Jul 2016 10:04:34 -0500 Subject: [Aerogear-users] Wildfly port change and Internet requests In-Reply-To: References: <44af4072-0092-6ca7-e7dc-dd6f0587337c@dealerrewards.net> <53e49c74-3d15-bbe9-ecfa-9a72f96b67c1@dealerrewards.net> <250d2966-bc7f-b680-01bc-26014c487e53@dealerrewards.net> Message-ID: Still unable to login. I got past the SSL issue but it seems there is another configuration issue. How about how to handle this error: Invalid parameter: redirect_uri Christopher Fahey DealerRewards, Inc. Maryland Branch Office (410) 924-3185 ------------------------------------------------------------------------ This electronic message transmission contains information from DealerRewards Inc. This message is confidential. It may also be privileged or otherwise protected by work-product immunity or other legal rules. If you have received it by mistake, please let us know by email reply and delete it from your system; you may not copy this message or disclose its contents to anyone. DISCLAIMER: Since 2006, the U.S. Government has been monitoring all internet communications. If you have information that you do not wish to have monitored, please send it using regular postal services to the address listed on our website. ------------------------------------------------------------------------ On 7/20/2016 7:50 AM, Summers Pittman wrote: > So I have Apache proxying SSL to a wildfly instance because I didn't > want to set up the same certificate in Wildfly. I ended up having to > add "proxy-address-forwarding="true" to my http listener stanza. > > I know it isn't the same thing you have but it sounds like a similar > problem IE WildFly isn't getting the https memo correctly. > > On Tue, Jul 19, 2016 at 5:51 PM, Christopher Fahey > > wrote: > > So it seems that the problem revolves around the use of SSL in the > settings. You can administer and access it locally using HTTP but > as soon as you access it from the internet, it requires SSL. But > now I changed it to require SSL all of the time, and I cannot log > in at all since it says I need HTTPS to get to the login screen. > Is there a setting somewhere I can change to put it back the way > it was? > > > Christopher Fahey > DealerRewards, Inc. > Maryland Branch Office > (410) 924-3185 > ------------------------------------------------------------------------ > This electronic message transmission contains information from > DealerRewards Inc. This message is confidential. It may also be > privileged or otherwise protected by work-product immunity or > other legal rules. If you have received it by mistake, please let > us know by email reply and delete it from your system; you may not > copy this message or disclose its contents to anyone. > DISCLAIMER: Since 2006, the U.S. Government has been monitoring > all internet communications. If you have information that you do > not wish to have monitored, please send it using regular postal > services to the address listed on our website. > ------------------------------------------------------------------------ > > On 7/19/2016 12:48 PM, Christopher Fahey wrote: >> >> Thanks but that did not change anything. I am still getting the >> same error both in the logs and in the browser after changing the >> baseUrl setting in Keycloak. Any other thoughts? I can access >> keycloak from the internet and my local network but cannot access >> Aerogear from the Internet, only the local network. >> >> >> Christopher Fahey >> DealerRewards, Inc. >> Maryland Branch Office >> (410) 924-3185 >> ------------------------------------------------------------------------ >> This electronic message transmission contains information from >> DealerRewards Inc. This message is confidential. It may also be >> privileged or otherwise protected by work-product immunity or >> other legal rules. If you have received it by mistake, please let >> us know by email reply and delete it from your system; you may >> not copy this message or disclose its contents to anyone. >> DISCLAIMER: Since 2006, the U.S. Government has been monitoring >> all internet communications. If you have information that you do >> not wish to have monitored, please send it using regular postal >> services to the address listed on our website. >> ------------------------------------------------------------------------ >> >> On 7/19/2016 9:20 AM, Sebastien Blanc wrote: >>> Looking at the logs, I think it's KeyCloak that can not resolve >>> the UPS url since it's using a relative URL (/ag-push) and you >>> change the port ... Try to go your Keycloak console and change >>> the baseURL(and redirect URIs) of the unified-push-server-js >>> application. You might some CORS issues after that but at least >>> you can try. >>> >>> >>> On Tue, Jul 19, 2016 at 4:04 PM, Christopher Fahey >>> > wrote: >>> >>> Here is the log. I believe that Wildfly is serving up the >>> error since I can get through to Wildfly when I initially >>> try that URL without the application path. >>> >>> Chris >>> >>> >>> >>> On 7/18/2016 3:45 PM, Summers Pittman wrote: >>>> >>>> >>>> On Mon, Jul 18, 2016 at 4:38 PM, Christopher Fahey >>>> > >>>> wrote: >>>> >>>> Hopefully someone can help me. I want to progress to >>>> the next step of development by configuring our server >>>> to handle requests from over the internet. Currently >>>> the server is only handling internal lan requests but >>>> it is somewhat limiting. The port number of 8080 is >>>> not an available port number for our IP address through >>>> the firewall so I changed the Wildfly port number to >>>> 8623 and altered the firewall accordingly. I can >>>> still access the AeroGear server on the local lan IP >>>> using the new port number and I can access the Wildfly >>>> server over the internet on port 8623 but when I try to >>>> access the application on the port over the internet, I >>>> receive an error "Internal Server Error". >>>> >>>> >>>> Can you get us a gist of the logs? That may help. >>>> >>>> Additionally, is the request that goes through the firewall >>>> actually making it to WildFly. IE is WildFly serving the >>>> internal server error. >>>> >>>> >>>> Does anyone know why I am receiving this error and how >>>> to fix it? I am familiar with Tomcat but clueless >>>> about Wildfly and even more so on how AeroGear works >>>> within Wildfly. Any help is appreciated. >>>> >>>> Christopher Fahey >>>> >>>> -- >>>> >>>> Christopher Fahey >>>> DealerRewards, Inc. >>>> Maryland Branch Office >>>> (410) 924-3185 >>>> ------------------------------------------------------------------------ >>>> This electronic message transmission contains >>>> information from DealerRewards Inc. This message is >>>> confidential. It may also be privileged or otherwise >>>> protected by work-product immunity or other legal >>>> rules. If you have received it by mistake, please let >>>> us know by email reply and delete it from your system; >>>> you may not copy this message or disclose its contents >>>> to anyone. >>>> DISCLAIMER: Since 2006, the U.S. Government has been >>>> monitoring all internet communications. If you have >>>> information that you do not wish to have monitored, >>>> please send it using regular postal services to the >>>> address listed on our website. >>>> ------------------------------------------------------------------------ >>>> >>>> >>>> _______________________________________________ >>>> Aerogear-users mailing list >>>> Aerogear-users at lists.jboss.org >>>> >>>> https://lists.jboss.org/mailman/listinfo/aerogear-users >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> 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 >> >> >> >> _______________________________________________ >> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160720/32f93daa/attachment-0001.html From sonu.gupta at skymetweather.com Thu Jul 21 03:27:24 2016 From: sonu.gupta at skymetweather.com (talk2gupta) Date: Thu, 21 Jul 2016 00:27:24 -0700 (MST) Subject: [Aerogear-users] Reset "UNIFIED PUSH SERVER" admin password Message-ID: <1469086044672-756.post@n5.nabble.com> Sir, I want to reset my admin password for aerogear unified push server because I'm not able to login with the default credentials for admin user.... http://localhost:8080/ag-push..... NOTE: default username=admin, default password=admin123.... plz help me. Thanks, Sonu Kumar Gupta -- View this message in context: http://aerogear-users.1116366.n5.nabble.com/Reset-UNIFIED-PUSH-SERVER-admin-password-tp756.html Sent from the aerogear-users mailing list archive at Nabble.com. From supittma at redhat.com Thu Jul 21 11:05:12 2016 From: supittma at redhat.com (Summers Pittman) Date: Thu, 21 Jul 2016 11:05:12 -0400 Subject: [Aerogear-users] Reset "UNIFIED PUSH SERVER" admin password In-Reply-To: <1469086044672-756.post@n5.nabble.com> References: <1469086044672-756.post@n5.nabble.com> Message-ID: Have you ever been able to log in and just lost your credentials, or is this a fresh installation? On Thu, Jul 21, 2016 at 3:27 AM, talk2gupta wrote: > Sir, > I want to reset my admin password for aerogear unified push server because > I'm not able to login with the default credentials for admin user.... > http://localhost:8080/ag-push..... NOTE: default username=admin, default > password=admin123.... plz help me. > > > > Thanks, > Sonu Kumar Gupta > > > > -- > View this message in context: > http://aerogear-users.1116366.n5.nabble.com/Reset-UNIFIED-PUSH-SERVER-admin-password-tp756.html > Sent from the aerogear-users mailing list archive at Nabble.com. > _______________________________________________ > Aerogear-users mailing list > Aerogear-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160721/790a3d7c/attachment.html From sonu.gupta at skymetweather.com Thu Jul 21 12:18:07 2016 From: sonu.gupta at skymetweather.com (Sonu Kumar Gupta) Date: Thu, 21 Jul 2016 16:18:07 +0000 Subject: [Aerogear-users] Reset "UNIFIED PUSH SERVER" admin password In-Reply-To: References: <1469086044672-756.post@n5.nabble.com> Message-ID: Sir, This is a fresh Installation. From: aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] On Behalf Of Summers Pittman Sent: Thursday, July 21, 2016 8:35 PM To: aerogear-users at lists.jboss.org Subject: Re: [Aerogear-users] Reset "UNIFIED PUSH SERVER" admin password Have you ever been able to log in and just lost your credentials, or is this a fresh installation? On Thu, Jul 21, 2016 at 3:27 AM, talk2gupta > wrote: Sir, I want to reset my admin password for aerogear unified push server because I'm not able to login with the default credentials for admin user.... http://localhost:8080/ag-push..... NOTE: default username=admin, default password=admin123.... plz help me. Thanks, Sonu Kumar Gupta -- View this message in context: http://aerogear-users.1116366.n5.nabble.com/Reset-UNIFIED-PUSH-SERVER-admin-password-tp756.html Sent from the aerogear-users mailing list archive at Nabble.com. _______________________________________________ Aerogear-users mailing list Aerogear-users at lists.jboss.org https://lists.jboss.org/mailman/listinfo/aerogear-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160721/34149a3e/attachment.html From chris at dealerrewards.net Thu Jul 21 12:52:49 2016 From: chris at dealerrewards.net (Christopher Fahey) Date: Thu, 21 Jul 2016 11:52:49 -0500 Subject: [Aerogear-users] SSL Recommendations In-Reply-To: <1469086044672-756.post@n5.nabble.com> References: <1469086044672-756.post@n5.nabble.com> Message-ID: <9f9ed22f-2cd3-9502-1f9b-dadf38fa2d83@dealerrewards.net> Finally have it running! Not even sure what I did. Now I am running into an SSL certificate error. It seems that android has a self-signed certificate acceptance issue in the device when using SSL to accept notices. What is everyone else using when connecting with SSL? Is anyone using a Trust Manager? Christopher Fahey DealerRewards, Inc. Maryland Branch Office (410) 924-3185 ------------------------------------------------------------------------ This electronic message transmission contains information from DealerRewards Inc. This message is confidential. It may also be privileged or otherwise protected by work-product immunity or other legal rules. If you have received it by mistake, please let us know by email reply and delete it from your system; you may not copy this message or disclose its contents to anyone. DISCLAIMER: Since 2006, the U.S. Government has been monitoring all internet communications. If you have information that you do not wish to have monitored, please send it using regular postal services to the address listed on our website. ------------------------------------------------------------------------ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160721/ee2734f3/attachment.html From supittma at redhat.com Thu Jul 21 13:42:59 2016 From: supittma at redhat.com (Summers Pittman) Date: Thu, 21 Jul 2016 13:42:59 -0400 Subject: [Aerogear-users] SSL Recommendations In-Reply-To: <9f9ed22f-2cd3-9502-1f9b-dadf38fa2d83@dealerrewards.net> References: <1469086044672-756.post@n5.nabble.com> <9f9ed22f-2cd3-9502-1f9b-dadf38fa2d83@dealerrewards.net> Message-ID: I used Android N and pin a certificate. https://blog.sagaoftherealms.net/?p=578 On Thu, Jul 21, 2016 at 12:52 PM, Christopher Fahey wrote: > Finally have it running! Not even sure what I did. Now I am running into > an SSL certificate error. It seems that android has a self-signed > certificate acceptance issue in the device when using SSL to accept > notices. What is everyone else using when connecting with SSL? Is anyone > using a Trust Manager? > > Christopher Fahey > DealerRewards, Inc. > Maryland Branch Office > (410) 924-3185 > ------------------------------ > This electronic message transmission contains information from > DealerRewards Inc. This message is confidential. It may also be privileged > or otherwise protected by work-product immunity or other legal rules. If > you have received it by mistake, please let us know by email reply and > delete it from your system; you may not copy this message or disclose its > contents to anyone. > DISCLAIMER: Since 2006, the U.S. Government has been monitoring all > internet communications. If you have information that you do not wish to > have monitored, please send it using regular postal services to the address > listed on our website. > ------------------------------ > > > _______________________________________________ > Aerogear-users mailing list > Aerogear-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160721/d67fcec3/attachment-0001.html From supittma at redhat.com Thu Jul 21 13:45:09 2016 From: supittma at redhat.com (Summers Pittman) Date: Thu, 21 Jul 2016 13:45:09 -0400 Subject: [Aerogear-users] SSL Recommendations In-Reply-To: References: <1469086044672-756.post@n5.nabble.com> <9f9ed22f-2cd3-9502-1f9b-dadf38fa2d83@dealerrewards.net> Message-ID: Sorry, hit reply a bit faster than I meant to. You can also use https://www.openshift.com/ to host an instance of the push server, run the push server on port 8080, set up your own DNS configuration and add the signing certificate to Android's certificate store. On Thu, Jul 21, 2016 at 1:42 PM, Summers Pittman wrote: > I used Android N and pin a certificate. > > https://blog.sagaoftherealms.net/?p=578 > > > > On Thu, Jul 21, 2016 at 12:52 PM, Christopher Fahey < > chris at dealerrewards.net> wrote: > >> Finally have it running! Not even sure what I did. Now I am running >> into an SSL certificate error. It seems that android has a self-signed >> certificate acceptance issue in the device when using SSL to accept >> notices. What is everyone else using when connecting with SSL? Is anyone >> using a Trust Manager? >> >> Christopher Fahey >> DealerRewards, Inc. >> Maryland Branch Office >> (410) 924-3185 >> ------------------------------ >> This electronic message transmission contains information from >> DealerRewards Inc. This message is confidential. It may also be privileged >> or otherwise protected by work-product immunity or other legal rules. If >> you have received it by mistake, please let us know by email reply and >> delete it from your system; you may not copy this message or disclose its >> contents to anyone. >> DISCLAIMER: Since 2006, the U.S. Government has been monitoring all >> internet communications. If you have information that you do not wish to >> have monitored, please send it using regular postal services to the address >> listed on our website. >> ------------------------------ >> >> >> _______________________________________________ >> Aerogear-users mailing list >> Aerogear-users at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/aerogear-users >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160721/725e652d/attachment.html From supittma at redhat.com Thu Jul 21 14:03:44 2016 From: supittma at redhat.com (Summers Pittman) Date: Thu, 21 Jul 2016 14:03:44 -0400 Subject: [Aerogear-users] Reset "UNIFIED PUSH SERVER" admin password In-Reply-To: References: <1469086044672-756.post@n5.nabble.com> Message-ID: Ok so we aren't trying to preserve any data. I recommend dropping the database and starting fresh. If you have data you want to preserve then we can think of other options. Are you using Docker to host your database and application? If you are then you can just delete the containers and restart them. If you are not then you will need to delete the tablespace in your database that was created for UPS and recreate it. This WILL reset the password to its default state. On Thu, Jul 21, 2016 at 12:18 PM, Sonu Kumar Gupta < sonu.gupta at skymetweather.com> wrote: > Sir, > > > > > > This is a fresh Installation. > > > > > > > > *From:* aerogear-users-bounces at lists.jboss.org [mailto: > aerogear-users-bounces at lists.jboss.org] *On Behalf Of *Summers Pittman > *Sent:* Thursday, July 21, 2016 8:35 PM > *To:* aerogear-users at lists.jboss.org > *Subject:* Re: [Aerogear-users] Reset "UNIFIED PUSH SERVER" admin password > > > > Have you ever been able to log in and just lost your credentials, or is > this a fresh installation? > > > > On Thu, Jul 21, 2016 at 3:27 AM, talk2gupta > wrote: > > Sir, > I want to reset my admin password for aerogear unified push server because > I'm not able to login with the default credentials for admin user.... > http://localhost:8080/ag-push..... NOTE: default username=admin, default > password=admin123.... plz help me. > > > > Thanks, > Sonu Kumar Gupta > > > > -- > View this message in context: > http://aerogear-users.1116366.n5.nabble.com/Reset-UNIFIED-PUSH-SERVER-admin-password-tp756.html > Sent from the aerogear-users mailing list archive at Nabble.com. > _______________________________________________ > Aerogear-users mailing list > Aerogear-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-users > > > > _______________________________________________ > 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/20160721/866dd136/attachment.html From chris at dealerrewards.net Thu Jul 21 14:13:52 2016 From: chris at dealerrewards.net (Christopher Fahey) Date: Thu, 21 Jul 2016 13:13:52 -0500 Subject: [Aerogear-users] SSL Recommendations In-Reply-To: References: <1469086044672-756.post@n5.nabble.com> <9f9ed22f-2cd3-9502-1f9b-dadf38fa2d83@dealerrewards.net> Message-ID: <395de0ca-d93d-9bee-449c-b00cf19e90b6@dealerrewards.net> Thank you. I didn't know what to look for and these helped. Christopher Fahey DealerRewards, Inc. Maryland Branch Office (410) 924-3185 ------------------------------------------------------------------------ This electronic message transmission contains information from DealerRewards Inc. This message is confidential. It may also be privileged or otherwise protected by work-product immunity or other legal rules. If you have received it by mistake, please let us know by email reply and delete it from your system; you may not copy this message or disclose its contents to anyone. DISCLAIMER: Since 2006, the U.S. Government has been monitoring all internet communications. If you have information that you do not wish to have monitored, please send it using regular postal services to the address listed on our website. ------------------------------------------------------------------------ On 7/21/2016 12:45 PM, Summers Pittman wrote: > Sorry, hit reply a bit faster than I meant to. > > You can also use https://www.openshift.com/ to host an instance of the > push server, run the push server on port 8080, set up your own DNS > configuration and add the signing certificate to Android's certificate > store. > > > > On Thu, Jul 21, 2016 at 1:42 PM, Summers Pittman > wrote: > > I used Android N and pin a certificate. > > https://blog.sagaoftherealms.net/?p=578 > > > > On Thu, Jul 21, 2016 at 12:52 PM, Christopher Fahey > > wrote: > > Finally have it running! Not even sure what I did. Now I am > running into an SSL certificate error. It seems that android > has a self-signed certificate acceptance issue in the device > when using SSL to accept notices. What is everyone else using > when connecting with SSL? Is anyone using a Trust Manager? > > > Christopher Fahey > DealerRewards, Inc. > Maryland Branch Office > (410) 924-3185 > ------------------------------------------------------------------------ > This electronic message transmission contains information from > DealerRewards Inc. This message is confidential. It may also > be privileged or otherwise protected by work-product immunity > or other legal rules. If you have received it by mistake, > please let us know by email reply and delete it from your > system; you may not copy this message or disclose its contents > to anyone. > DISCLAIMER: Since 2006, the U.S. Government has been > monitoring all internet communications. If you have > information that you do not wish to have monitored, please > send it using regular postal services to the address listed on > our website. > ------------------------------------------------------------------------ > > > > _______________________________________________ > Aerogear-users mailing list > Aerogear-users at lists.jboss.org > > https://lists.jboss.org/mailman/listinfo/aerogear-users > > > > > > _______________________________________________ > 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/20160721/edf2fb2d/attachment-0001.html From jusanche at redhat.com Thu Jul 21 14:14:04 2016 From: jusanche at redhat.com (Julio Cesar Sanchez Hernandez) Date: Thu, 21 Jul 2016 20:14:04 +0200 Subject: [Aerogear-users] Reset "UNIFIED PUSH SERVER" admin password In-Reply-To: References: <1469086044672-756.post@n5.nabble.com> Message-ID: Or you can try to log in with: username=admin default password=123 On Thu, Jul 21, 2016 at 8:03 PM, Summers Pittman wrote: > Ok so we aren't trying to preserve any data. I recommend dropping the > database and starting fresh. If you have data you want to preserve then we > can think of other options. > > Are you using Docker to host your database and application? > > If you are then you can just delete the containers and restart them. If > you are not then you will need to delete the tablespace in your database > that was created for UPS and recreate it. This WILL reset the password to > its default state. > > On Thu, Jul 21, 2016 at 12:18 PM, Sonu Kumar Gupta < > sonu.gupta at skymetweather.com> wrote: > >> Sir, >> >> >> >> >> >> This is a fresh Installation. >> >> >> >> >> >> >> >> *From:* aerogear-users-bounces at lists.jboss.org [mailto: >> aerogear-users-bounces at lists.jboss.org] *On Behalf Of *Summers Pittman >> *Sent:* Thursday, July 21, 2016 8:35 PM >> *To:* aerogear-users at lists.jboss.org >> *Subject:* Re: [Aerogear-users] Reset "UNIFIED PUSH SERVER" admin >> password >> >> >> >> Have you ever been able to log in and just lost your credentials, or is >> this a fresh installation? >> >> >> >> On Thu, Jul 21, 2016 at 3:27 AM, talk2gupta >> wrote: >> >> Sir, >> I want to reset my admin password for aerogear unified push server because >> I'm not able to login with the default credentials for admin user.... >> http://localhost:8080/ag-push..... NOTE: default username=admin, default >> password=admin123.... plz help me. >> >> >> >> Thanks, >> Sonu Kumar Gupta >> >> >> >> -- >> View this message in context: >> http://aerogear-users.1116366.n5.nabble.com/Reset-UNIFIED-PUSH-SERVER-admin-password-tp756.html >> Sent from the aerogear-users mailing list archive at Nabble.com. >> _______________________________________________ >> Aerogear-users mailing list >> Aerogear-users at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/aerogear-users >> >> >> >> _______________________________________________ >> 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/20160721/60233217/attachment.html From sonu.gupta at skymetweather.com Fri Jul 22 01:51:08 2016 From: sonu.gupta at skymetweather.com (Sonu Kumar Gupta) Date: Fri, 22 Jul 2016 05:51:08 +0000 Subject: [Aerogear-users] Reset "UNIFIED PUSH SERVER" admin password In-Reply-To: References: <1469086044672-756.post@n5.nabble.com> Message-ID: Thanks . It?s working. Regards, Sonu Kumar Gupta From: aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] On Behalf Of Julio Cesar Sanchez Hernandez Sent: Thursday, July 21, 2016 11:44 PM To: aerogear-users at lists.jboss.org Subject: Re: [Aerogear-users] Reset "UNIFIED PUSH SERVER" admin password Or you can try to log in with: username=admin default password=123 On Thu, Jul 21, 2016 at 8:03 PM, Summers Pittman > wrote: Ok so we aren't trying to preserve any data. I recommend dropping the database and starting fresh. If you have data you want to preserve then we can think of other options. Are you using Docker to host your database and application? If you are then you can just delete the containers and restart them. If you are not then you will need to delete the tablespace in your database that was created for UPS and recreate it. This WILL reset the password to its default state. On Thu, Jul 21, 2016 at 12:18 PM, Sonu Kumar Gupta > wrote: Sir, This is a fresh Installation. From: aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] On Behalf Of Summers Pittman Sent: Thursday, July 21, 2016 8:35 PM To: aerogear-users at lists.jboss.org Subject: Re: [Aerogear-users] Reset "UNIFIED PUSH SERVER" admin password Have you ever been able to log in and just lost your credentials, or is this a fresh installation? On Thu, Jul 21, 2016 at 3:27 AM, talk2gupta > wrote: Sir, I want to reset my admin password for aerogear unified push server because I'm not able to login with the default credentials for admin user.... http://localhost:8080/ag-push..... NOTE: default username=admin, default password=admin123.... plz help me. Thanks, Sonu Kumar Gupta -- View this message in context: http://aerogear-users.1116366.n5.nabble.com/Reset-UNIFIED-PUSH-SERVER-admin-password-tp756.html Sent from the aerogear-users mailing list archive at Nabble.com. _______________________________________________ Aerogear-users mailing list Aerogear-users at lists.jboss.org https://lists.jboss.org/mailman/listinfo/aerogear-users _______________________________________________ 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/20160722/2baad7b2/attachment-0001.html From scm.blanc at gmail.com Mon Jul 25 08:45:17 2016 From: scm.blanc at gmail.com (Sebastien Blanc) Date: Mon, 25 Jul 2016 14:45:17 +0200 Subject: [Aerogear-users] UnifiedPush Go Sender Library Message-ID: Hi folk, A few days ago I started to play with Go and the result of that is a small Sender Library for the UnifiedPush Server : https://github.com/sebastienblanc/upsgosender Usage is pretty simple : criteria := &Criteria{Alias: []string{"seb", "bob"}}message := &Message{Alert: "hello from #golang sender"}unifiedMessage := &UnifiedMessage{Message: *message, Criteria: *criteria}settings := &Settings{ URL: "https://mypushserver.com/ag-push", ApplicationID: "58f87fb7-829c-4c6f-a0eb-326d3017a94c", MasterSecret: "3366736b-d52c-4115-87d3-c08095e87955"}sender := NewSender(*settings) sender.send(*unifiedMessage) Since, I'm a newbie on Go, PRs are mote than welcome to polish the code or remove any anti-Go-patterns I could have used ;) I still need to implement Proxy and Truststore support and add more test but I think it's a good start. Sebi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160725/67e9eb09/attachment.html From mcrj777 at gmail.com Wed Jul 27 10:20:13 2016 From: mcrj777 at gmail.com (LinkZ) Date: Wed, 27 Jul 2016 07:20:13 -0700 (MST) Subject: [Aerogear-users] Latin Characters in Push Notification Message-ID: <1469629213817-767.post@n5.nabble.com> Hi Folks, I am trying to send push notifications using following code... *curl:* "curl -u "XXXXXXXXXXXX" -v -H "Accept: application/json" -H "Content-type: application/json;charset=UTF-8" -X POST -d '{"alias" : ["12345678912"], "ttl" : 3600, "message": { "alert":"Do it fa?a.", "sound":"default", "badge":0, "idNotificacao":1}}' pushserver.pt/rest/sender *My Handler:* ... public class NotificationBarMessageHandler implements MessageHandler { public static final int NOTIFICATION_ID = 1; private Context context; public static final NotificationBarMessageHandler instance = new NotificationBarMessageHandler(); public NotificationBarMessageHandler() { } @Override public void onMessage(Context context, Bundle bundle) { this.context = context; //Here I get the message without latin character. //message = "Do it faa". String message = bundle.getString(UnifiedPushMessage.ALERT_KEY); NFPApplication application = (NFPApplication) context.getApplicationContext(); application.addMessage(message); notify(bundle); } ... } *AndroidManifest*: ... ... *VMOptions*: ... -Dfile.encoding=UTF-8 ... When the message is in English, latin charset, everything works. However, when I try other languages or the character ?, they are deleted from the string. Note: When I test the iPhone everything works fine, but when I test on Android have this problem to the same message. It's encoded in utf-8, my database is MySQL deployed on a Linux server. Thanks in advance. -- View this message in context: http://aerogear-users.1116366.n5.nabble.com/Latin-Characters-in-Push-Notification-tp767.html Sent from the aerogear-users mailing list archive at Nabble.com. From supittma at redhat.com Wed Jul 27 10:28:19 2016 From: supittma at redhat.com (Summers Pittman) Date: Wed, 27 Jul 2016 10:28:19 -0400 Subject: [Aerogear-users] Latin Characters in Push Notification In-Reply-To: <1469629213817-767.post@n5.nabble.com> References: <1469629213817-767.post@n5.nabble.com> Message-ID: Which versions of Android, aerogear-android-push, and unified push server are you using? On Wed, Jul 27, 2016 at 10:20 AM, LinkZ wrote: > Hi Folks, > > I am trying to send push notifications using following code... > > *curl:* > "curl -u "XXXXXXXXXXXX" -v -H "Accept: application/json" -H "Content-type: > application/json;charset=UTF-8" -X POST -d '{"alias" : ["12345678912"], > "ttl" : 3600, "message": { "alert":"Do it fa?a.", "sound":"default", > "badge":0, "idNotificacao":1}}' pushserver.pt/rest/sender > > *My Handler:* > ... > public class NotificationBarMessageHandler implements MessageHandler { > public static final int NOTIFICATION_ID = 1; > private Context context; > > public static final NotificationBarMessageHandler instance = new > NotificationBarMessageHandler(); > > public NotificationBarMessageHandler() { > } > > @Override > public void onMessage(Context context, Bundle bundle) { > this.context = context; > //Here I get the message without latin character. > //message = "Do it faa". > String message = bundle.getString(UnifiedPushMessage.ALERT_KEY); > NFPApplication application = (NFPApplication) > context.getApplicationContext(); > application.addMessage(message); > notify(bundle); > } > ... > } > > *AndroidManifest*: > ... > > > android:name="org.jboss.aerogear.android.unifiedpush.gcm.AeroGearGCMMessageReceiver" > android:permission="com.google.android.c2dm.permission.SEND"> > > > /> > > > android:name="DEFAULT_MESSAGE_HANDLER_KEY" > > > android:value="br.empresa.cliente.projeto.handler.NotificationBarMessageHandler" > /> > > ... > > *VMOptions*: > ... > -Dfile.encoding=UTF-8 > ... > > When the message is in English, latin charset, everything works. However, > when I try other languages or the character ?, they are deleted from the > string. > > Note: When I test the iPhone everything works fine, but when I test on > Android have this problem to the same message. > It's encoded in utf-8, my database is MySQL deployed on a Linux server. > > > Thanks in advance. > > > > -- > View this message in context: > http://aerogear-users.1116366.n5.nabble.com/Latin-Characters-in-Push-Notification-tp767.html > Sent from the aerogear-users mailing list archive at Nabble.com. > > _______________________________________________ > Aerogear-users mailing list > Aerogear-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160727/fee6cc0e/attachment.html From mcrj777 at gmail.com Wed Jul 27 13:40:46 2016 From: mcrj777 at gmail.com (LinkZ) Date: Wed, 27 Jul 2016 10:40:46 -0700 (MST) Subject: [Aerogear-users] Latin Characters in Push Notification In-Reply-To: References: <1469629213817-767.post@n5.nabble.com> Message-ID: <1469641246519-769.post@n5.nabble.com> I'm using: -Moto G1 running Android 5.1 and Samsung Galaxy Note 10.1 running Android 4.1.2; -Aerogear Unifiedpush Server 1.0.3; -Aerogear Android Push 2.2.1; -- View this message in context: http://aerogear-users.1116366.n5.nabble.com/Latin-Characters-in-Push-Notification-tp767p769.html Sent from the aerogear-users mailing list archive at Nabble.com. From ganesh.prasad1 at hp.com Wed Jul 27 13:48:06 2016 From: ganesh.prasad1 at hp.com (Prasad, Ganesh) Date: Wed, 27 Jul 2016 17:48:06 +0000 Subject: [Aerogear-users] Aerogear issue for project creation - Push plugin Message-ID: n Aerogear Push, while project creation: After executing following 5 basic commands, build fails with following error: 1. >cordova create MyApp 2. >cd MyCrdvaApp 3. >cordova platform add android 4. >cordova plugin add https://github.com/aerogear/aerogear-cordova-push.git 5. >cordova build android FAILURE: Build failed with an exception. * Where: Script '~\WKSPS\MyCrdvaApp\platforms\android\aerogear-cordova-push\hellocordova-dependencies.gradle' line: 15 * What went wrong: A problem occurred evaluating root project 'android'. > Failed to apply plugin [id 'com.google.gms.google-services'] > Plugin with id 'com.google.gms.google-services' not found. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 4.376 secs Thanks ganesh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160727/7b04c11e/attachment-0001.html From matzew at apache.org Wed Jul 27 15:57:07 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Wed, 27 Jul 2016 21:57:07 +0200 Subject: [Aerogear-users] Aerogear issue for project creation - Push plugin In-Reply-To: References: Message-ID: Hello, what's the SDK android version (and build tools) you have installed? -Matthias On Wed, Jul 27, 2016 at 7:48 PM, Prasad, Ganesh wrote: > > > > > n Aerogear Push, while project creation: > > > > After executing following 5 basic commands, build fails with following > error: > > > > > > 1. >cordova create MyApp > > 2. >cd MyCrdvaApp > > 3. >cordova platform add android > > 4. >cordova plugin add > https://github.com/aerogear/aerogear-cordova-push.git > > 5. >cordova build android > > > > > > FAILURE: Build failed with an exception. > > > > * Where: > > Script > '~\WKSPS\MyCrdvaApp\platforms\android\aerogear-cordova-push\hellocordova-dependencies.gradle' > line: 15 > > > > * What went wrong: > > A problem occurred evaluating root project 'android'. > > > Failed to apply plugin [id 'com.google.gms.google-services'] > > > Plugin with id 'com.google.gms.google-services' not found. > > > > * Try: > > Run with --stacktrace option to get the stack trace. Run with --info or > --debug option to get more log output. > > > > BUILD FAILED > > > > Total time: 4.376 secs > > > > > > Thanks > > ganesh > > _______________________________________________ > 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/20160727/dd90325e/attachment.html From supittma at redhat.com Wed Jul 27 16:08:09 2016 From: supittma at redhat.com (Summers Pittman) Date: Wed, 27 Jul 2016 16:08:09 -0400 Subject: [Aerogear-users] Latin Characters in Push Notification In-Reply-To: <1469641246519-769.post@n5.nabble.com> References: <1469629213817-767.post@n5.nabble.com> <1469641246519-769.post@n5.nabble.com> Message-ID: I was able to get the ? character to push successfully using UPS 1.2.0-alpha.1 and AeroGear-Android-Push 2.2.2 on Lollipop, Marshmallow, and Nougat (a mixture of emulators and devices). There are several things you can do to figure out where the encoding error is happening. First I would try sending a push message to your device bypassing UPS. If you have access to a bash shell you can try the following gist : https://gist.github.com/secondsun/f659a34a43dd41c2a6509f2e5733f23f Please note you will need to provide your own server ID and device ID (and both are available in UPS). If this works then the problem is between UPS and GCM and we can continue debugging from there. On Wed, Jul 27, 2016 at 1:40 PM, LinkZ wrote: > I'm using: > > -Moto G1 running Android 5.1 and Samsung Galaxy Note 10.1 running Android > 4.1.2; > -Aerogear Unifiedpush Server 1.0.3; > -Aerogear Android Push 2.2.1; > > > > -- > View this message in context: > http://aerogear-users.1116366.n5.nabble.com/Latin-Characters-in-Push-Notification-tp767p769.html > Sent from the aerogear-users mailing list archive at Nabble.com. > _______________________________________________ > Aerogear-users mailing list > Aerogear-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160727/e46c094b/attachment.html From edewit at redhat.com Thu Jul 28 00:58:53 2016 From: edewit at redhat.com (Erik Jan de Wit) Date: Thu, 28 Jul 2016 06:58:53 +0200 Subject: [Aerogear-users] Aerogear issue for project creation - Push plugin In-Reply-To: References: Message-ID: Hi, What is the version of you cordova-android platform e.g. what version of cordova do you have? On Wed, Jul 27, 2016 at 9:57 PM, Matthias Wessendorf wrote: > Hello, > > what's the SDK android version (and build tools) you have installed? > > -Matthias > > On Wed, Jul 27, 2016 at 7:48 PM, Prasad, Ganesh > wrote: > >> >> >> >> >> n Aerogear Push, while project creation: >> >> >> >> After executing following 5 basic commands, build fails with following >> error: >> >> >> >> >> >> 1. >cordova create MyApp >> >> 2. >cd MyCrdvaApp >> >> 3. >cordova platform add android >> >> 4. >cordova plugin add >> https://github.com/aerogear/aerogear-cordova-push.git >> >> 5. >cordova build android >> >> >> >> >> >> FAILURE: Build failed with an exception. >> >> >> >> * Where: >> >> Script >> '~\WKSPS\MyCrdvaApp\platforms\android\aerogear-cordova-push\hellocordova-dependencies.gradle' >> line: 15 >> >> >> >> * What went wrong: >> >> A problem occurred evaluating root project 'android'. >> >> > Failed to apply plugin [id 'com.google.gms.google-services'] >> >> > Plugin with id 'com.google.gms.google-services' not found. >> >> >> >> * Try: >> >> Run with --stacktrace option to get the stack trace. Run with --info or >> --debug option to get more log output. >> >> >> >> BUILD FAILED >> >> >> >> Total time: 4.376 secs >> >> >> >> >> >> Thanks >> >> ganesh >> >> _______________________________________________ >> 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 > > -- Cheers, Erik Jan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160728/691f214f/attachment-0001.html From ganesh.prasad1 at hp.com Thu Jul 28 01:57:22 2016 From: ganesh.prasad1 at hp.com (Prasad, Ganesh) Date: Thu, 28 Jul 2016 05:57:22 +0000 Subject: [Aerogear-users] Aerogear issue for project creation - Push plugin In-Reply-To: References: Message-ID: Android SDK ? t arget=android-23 Cordova version ? 6.2.0 Please let us know if you need more info Thanks ganesh From: aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] On Behalf Of Erik Jan de Wit Sent: Thursday, July 28, 2016 10:29 AM To: aerogear-users at lists.jboss.org Subject: Re: [Aerogear-users] Aerogear issue for project creation - Push plugin Hi, What is the version of you cordova-android platform e.g. what version of cordova do you have? On Wed, Jul 27, 2016 at 9:57 PM, Matthias Wessendorf > wrote: Hello, what's the SDK android version (and build tools) you have installed? -Matthias On Wed, Jul 27, 2016 at 7:48 PM, Prasad, Ganesh > wrote: n Aerogear Push, while project creation: After executing following 5 basic commands, build fails with following error: 1. >cordova create MyApp 2. >cd MyCrdvaApp 3. >cordova platform add android 4. >cordova plugin add https://github.com/aerogear/aerogear-cordova-push.git 5. >cordova build android FAILURE: Build failed with an exception. * Where: Script '~\WKSPS\MyCrdvaApp\platforms\android\aerogear-cordova-push\hellocordova-dependencies.gradle' line: 15 * What went wrong: A problem occurred evaluating root project 'android'. > Failed to apply plugin [id 'com.google.gms.google-services'] > Plugin with id 'com.google.gms.google-services' not found. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 4.376 secs Thanks ganesh _______________________________________________ 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 -- Cheers, Erik Jan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160728/71dfe47e/attachment.html From jusanche at redhat.com Thu Jul 28 05:29:41 2016 From: jusanche at redhat.com (Julio Cesar Sanchez Hernandez) Date: Thu, 28 Jul 2016 11:29:41 +0200 Subject: [Aerogear-users] Aerogear issue for project creation - Push plugin In-Reply-To: References: Message-ID: Hi, Try running this command to install all the Android SDK files needed to use push notifications android update sdk --no-ui --filter "extra" On Thu, Jul 28, 2016 at 7:57 AM, Prasad, Ganesh wrote: > Android SDK ? t arget=android-23 > > > > > > Cordova version ? 6.2.0 > > > > Please let us know if you need more info > > > > Thanks > > ganesh > > *From:* aerogear-users-bounces at lists.jboss.org [mailto: > aerogear-users-bounces at lists.jboss.org] *On Behalf Of *Erik Jan de Wit > *Sent:* Thursday, July 28, 2016 10:29 AM > *To:* aerogear-users at lists.jboss.org > *Subject:* Re: [Aerogear-users] Aerogear issue for project creation - > Push plugin > > > > Hi, > > > > What is the version of you cordova-android platform e.g. what version of > cordova do you have? > > > > On Wed, Jul 27, 2016 at 9:57 PM, Matthias Wessendorf > wrote: > > Hello, > > > > what's the SDK android version (and build tools) you have installed? > > > > -Matthias > > > > On Wed, Jul 27, 2016 at 7:48 PM, Prasad, Ganesh > wrote: > > > > > > n Aerogear Push, while project creation: > > > > After executing following 5 basic commands, build fails with following > error: > > > > > > 1. >cordova create MyApp > > 2. >cd MyCrdvaApp > > 3. >cordova platform add android > > 4. >cordova plugin add > https://github.com/aerogear/aerogear-cordova-push.git > > 5. >cordova build android > > > > > > FAILURE: Build failed with an exception. > > > > * Where: > > Script > '~\WKSPS\MyCrdvaApp\platforms\android\aerogear-cordova-push\hellocordova-dependencies.gradle' > line: 15 > > > > * What went wrong: > > A problem occurred evaluating root project 'android'. > > > Failed to apply plugin [id 'com.google.gms.google-services'] > > > Plugin with id 'com.google.gms.google-services' not found. > > > > * Try: > > Run with --stacktrace option to get the stack trace. Run with --info or > --debug option to get more log output. > > > > BUILD FAILED > > > > Total time: 4.376 secs > > > > > > Thanks > > ganesh > > > > _______________________________________________ > 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 > > > > > > -- > > Cheers, > > Erik Jan > > _______________________________________________ > Aerogear-users mailing list > Aerogear-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/aerogear-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160728/3ffac85f/attachment-0001.html From ganesh.prasad1 at hp.com Thu Jul 28 12:25:19 2016 From: ganesh.prasad1 at hp.com (Prasad, Ganesh) Date: Thu, 28 Jul 2016 16:25:19 +0000 Subject: [Aerogear-users] Aerogear Plugin issue - Notification opened metric Message-ID: Hello We were testing the usage of notification opened metric and our application is Cordova based pushConfig: { 'pushServerURL': 'url', 'alias': 'app name', 'sendMetricInfo': 'true', Below are the observation 1. Clicking on the push notification while the app is in the background increments the opened count 2. If the app is completely shut down, on receiving push notification : * Clicking on the push notification starts the app but does not increment the opened count Is there any fix available for #2 ? Thanks ganesh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20160728/c2f90f58/attachment.html From matzew at apache.org Thu Jul 28 14:22:09 2016 From: matzew at apache.org (Matthias Wessendorf) Date: Thu, 28 Jul 2016 20:22:09 +0200 Subject: [Aerogear-users] Aerogear Plugin issue - Notification opened metric In-Reply-To: References: Message-ID: Hello, Ganesh, thanks for reporting another issue :-) I have hammered it into JIRA for our planning: https://issues.jboss.org/browse/AGCORDOVA-158 Perhaps some of our Cordova experts have already an idea on a fix for this On Thu, Jul 28, 2016 at 6:25 PM, Prasad, Ganesh wrote: > Hello > > > > We were testing the usage of notification opened metric and our > application is Cordova based > > > > pushConfig: { > > 'pushServerURL': 'url', > > 'alias': 'app name', > > 'sendMetricInfo': ?true?, > > > > > > Below are the observation > > > > 1. Clicking on the push notification while the app is in the > background increments the opened count > > *2. **If the app is completely shut down, on receiving push > notification :* > > ? *Clicking on the push notification starts the app but does not > increment the opened count* > > > > Is there any fix available for #2 ? > > > > Thanks > > ganesh > > _______________________________________________ > 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/20160728/d7000be0/attachment.html From ganesh.prasad1 at hp.com Fri Jul 29 03:22:01 2016 From: ganesh.prasad1 at hp.com (Prasad, Ganesh) Date: Fri, 29 Jul 2016 07:22:01 +0000 Subject: [Aerogear-users] Aerogear Plugin issue - Notification opened metric In-Reply-To: References: Message-ID: Thanks Matthias , looking forward for the fix From: aerogear-users-bounces at lists.jboss.org [mailto:aerogear-users-bounces at lists.jboss.org] On Behalf Of Matthias Wessendorf Sent: Thursday, July 28, 2016 11:52 PM To: aerogear-users at lists.jboss.org Subject: Re: [Aerogear-users] Aerogear Plugin issue - Notification opened metric Hello, Ganesh, thanks for reporting another issue :-) I have hammered it into JIRA for our planning: https://issues.jboss.org/browse/AGCORDOVA-158 Perhaps some of our Cordova experts have already an idea on a fix for this On Thu, Jul 28, 2016 at 6:25 PM, Prasad, Ganesh > wrote: Hello We were testing the usage of notification opened metric and our application is Cordova based pushConfig: { 'pushServerURL': 'url', 'alias': 'app name', 'sendMetricInfo': ?true?, Below are the observation 1. Clicking on the push notification while the app is in the background increments the opened count 2. If the app is completely shut down, on receiving push notification : ? Clicking on the push notification starts the app but does not increment the opened count Is there any fix available for #2 ? Thanks ganesh _______________________________________________ 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/20160729/dd2ecb8b/attachment-0001.html