Unified push server development environment setup
by mo
Hi,
I'm trying to run the unified push server in a development environment to
troubleshoot and understand it better. I'm wondering if there is any
documentation available to assist me with setting up development environment
for it. I've looked though documents under "Contributing to AeroGear", but
I am in need of a more detailed guide. I'd like to get to a point where I
can run unified push, break point, and inspect variables, and so on.
So far I've managed to run 'mvn test' successfully on the unified push
server source code. I use Eclipse, so I wanted to import the project. I
get quite a lot of errors in doing so.
I am troubleshooting version 1.0.2. We use OpenShift to deploy the aerogear
server.
I appreciate any help. Thank you.
Michi Oshima
--
View this message in context: http://aerogear-users.1116366.n5.nabble.com/Unified-push-server-developme...
Sent from the aerogear-users mailing list archive at Nabble.com.
8 years, 1 month
IllegalArgumentException: argument cannot be null
by eduyayo
Hi,
theese last days I´ve found I cannot send push notificactions to GCM they
always fail and I donñt have a clue about the null argument that is
failing...
Any idea on this? Stacktrace follows:
2015-04-30 12:00:37,504 SEVERE
[org.jboss.aerogear.unifiedpush.message.sender.GCMPushNotificationSender]
(EJB default - 1) Error sending payload to GCM server:
java.lang.IllegalArgumentException: argument cannot be null
at com.google.android.gcm.server.Sender.nonNull(Sender.java:553)
[gcm-server-1.0.2.jar:]
at com.google.android.gcm.server.Sender.getString(Sender.java:534)
[gcm-server-1.0.2.jar:]
at com.google.android.gcm.server.Sender.sendNoRetry(Sender.java:365)
[gcm-server-1.0.2.jar:]
at com.google.android.gcm.server.Sender.send(Sender.java:261)
[gcm-server-1.0.2.jar:]
--
View this message in context: http://aerogear-users.1116366.n5.nabble.com/IllegalArgumentException-argu...
Sent from the aerogear-users mailing list archive at Nabble.com.
9 years, 6 months
How to configure logging on OpenShift?
by mo
Hi,
I'm trying to get more log messages out of AeroGear Unified Server. We used
"AeroGear Unified Push Server 1.0.2 on JBoss" cartridge to host the server
on OpenShift. How should I go about customizing logging in this
environment?
I've naively added a "./.openshift/config/standalone.xml" (with custom
logging) to my template repository. It did not get deployed.
Thank you,
Michi Oshima
P.S.: I'm currently setting up my development environment by following the
instructions provided in another thread. Summers, thank you very much for
the info.
--
View this message in context: http://aerogear-users.1116366.n5.nabble.com/How-to-configure-logging-on-O...
Sent from the aerogear-users mailing list archive at Nabble.com.
9 years, 6 months
AeroGear Unified Push on other application servers?
by Raimund Klein
Hi everyone,
We are considering the use of the AeroGear Unified Push Server in our
current project, but I'm afraid there will be quite some resistance against
using the WildFly or JBoss EAP servers in our environments (and no, we
don't have Docker yet, either - I'm trying to push for that on another
line, but there are even more stakeholders involved...). So far, our
infrastructure team supports only another application server.
How deep are the links between the application and the server? I briefly
talked to Matze after this JAX talk last week and he mentioned that there
are direct uses of HornetQ. Is that the only restriction, and how heavily
is this used? Are there plans to make this tie-in optional?
Please excuse all these questions, but they're only some of the problems
I'm facing in pushing this forward. I would really like to use it in order
to reduce the headaches I had over the past months, but in a bigger
organisation you have more people asking this kind of thing. ;-)
Cheers
Raimund
9 years, 6 months
Nodejs Proxying
by Matthias Geisriegler
Hi!
I am interested in the nodejs solution of aerogear. However, I am forced to use a proxy - is it possibly to configure proxy settings? I found it in the Java solution, but couldn't find anything for nodejs. Another question is, does anybody know if devices in a WiFi with proxy will ever receive GCM, APNS or WPS notifications? Or is this impossible.
Thank you,
Matthias
9 years, 7 months