AeroGear unified push notification
by Walto, David
Hi, I a new AeroGear unified push notification user. I am trying to create a simple push notification from a WebSphere java application.
I have created a couple of push notification classes to test (below) and both version I get the error:
SenderClient E Send did not succeed: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 64
I have the following jars for this application.
[cid:image001.png@01D0EB25.5E1F6EE0]
[cid:image003.png@01D0EB25.C89EC4F0]
Any direction how to resolve this would be greatly appreciated.
Thanks in advance.
David Walto
Senior Application Engineer | EMR Engineering and Integration
Baystate Health | Information & Technology
1550 Main Street, Springfield, MA 01199 | p: 413-794-0627 | f: 413-794-5570
----------------------------------------------------------------------
Please view our annual report at http://baystatehealth.org/annualreport
CONFIDENTIALITY NOTICE: This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its contents is prohibited. If you have received this communication in error, please reply to the sender immediately or by telephone at 413-794-0000 and destroy all copies of this communication and any attachments. For further information regarding Baystate Health's privacy policy, please visit our Internet site at http://baystatehealth.org.
7 years, 2 months
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
categories have been hijacked
by Kelvin Lunsford
Setting "categories" in the push payload was working for android and ios in cordova push plugin 1.1.1.
For version 2.0.2 "categories" only works for ios.
It looks like "categories" is being hijacked in android for a GCM feature called "topics".
I liked "categories". I was using it. Now it's gone. GCM topics is not a drop-in replacement. It's not the same thing.
New features should get new names and new commands.
- Kelvin
8 years, 2 months
Handshake issue when connecting to APNS (from OpenShift Online)
by Florian Traverse
Hi all :)
We encounter an issue since yesterday on our aerogear server running in
production for several months on OpenShift Online (
OPENSHIFT_AEROGEAR_PUSH_VERSION=1.0.3 ) :
Management interface would report the handshake error as well, and none of
all our iOS pushes, whatever the `application`, whatever the `variant`,
would work.
We're looking for what can go wrong in order to fix it. We still have both
RAM and disk available, and a `gear restart` would not help in the matter.
Here's what the stacktrace looks like in the logs, can anybody help ?
```
ERROR [com.notnoop.apns.internal.ApnsConnectionImpl] (EJB default - 4)
Couldn't send message after 3 retries.Message(Id=1; Token=<TOKEN>;
Payload={"<some_payload_property>":"<some numeric
value>","aps":{"alert":"<The notification text>","badge":-1}}):
javax.net.ssl.SSLHandshakeException:
sun.security.validator.ValidatorException: No trusted certificate found
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
[jsse.jar:1.7.0_85]
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1916)
[jsse.jar:1.7.0_85]
at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)
[jsse.jar:1.7.0_85]
at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)
[jsse.jar:1.7.0_85]
at
sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1469)
[jsse.jar:1.7.0_85]
at
sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:213)
[jsse.jar:1.7.0_85]
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
[jsse.jar:1.7.0_85]
at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
[jsse.jar:1.7.0_85]
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1035)
[jsse.jar:1.7.0_85]
at
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344)
[jsse.jar:1.7.0_85]
at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:721)
[jsse.jar:1.7.0_85]
at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:122)
[jsse.jar:1.7.0_85]
at java.io.OutputStream.write(OutputStream.java:75) [rt.jar:1.7.0_85]
at
com.notnoop.apns.internal.ApnsConnectionImpl.sendMessage(ApnsConnectionImpl.java:322)
[apns-1.0.0.Beta5.jar:]
at
com.notnoop.apns.internal.ApnsConnectionImpl.sendMessage(ApnsConnectionImpl.java:310)
[apns-1.0.0.Beta5.jar:]
at
com.notnoop.apns.internal.ApnsServiceImpl.push(ApnsServiceImpl.java:46)
[apns-1.0.0.Beta5.jar:]
at
com.notnoop.apns.internal.AbstractApnsService.push(AbstractApnsService.java:102)
[apns-1.0.0.Beta5.jar:]
at
com.notnoop.apns.internal.ApnsServiceImpl.push(ApnsServiceImpl.java:36)
[apns-1.0.0.Beta5.jar:]
at
org.jboss.aerogear.unifiedpush.message.sender.APNsPushNotificationSender.sendPushMessage(APNsPushNotificationSender.java:109)
[unifiedpush-push-1.0.3.jar:1.0.3]
at
org.jboss.aerogear.unifiedpush.message.SenderServiceImpl.send(SenderServiceImpl.java:116)
[unifiedpush-push-1.0.3.jar:1.0.3]
at sun.reflect.GeneratedMethodAccessor149.invoke(Unknown Source)
[:1.7.0_85]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.7.0_85]
at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_85]
at
org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
at
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407)
at
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:82)
[wildfly-weld-8.1.0.Final.jar:8.1.0.Final]
at
org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:93)
[wildfly-weld-8.1.0.Final.jar:8.1.0.Final]
at
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
at
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
[wildfly-ejb3-8.1.0.Final.jar:8.1.0.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
[wildfly-jpa-8.1.0.Final.jar:8.1.0.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:407)
at
org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:55)
[weld-core-impl-2.1.2.Final.jar:2014-01-09 09:23]
at
org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83)
[wildfly-weld-8.1.0.Final.jar:8.1.0.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
[wildfly-ee-8.1.0.Final.jar:8.1.0.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
at
org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.as.ejb3.component.interceptors.NonPooledEJBComponentInstanceAssociatingInterceptor.processInvocation(NonPooledEJBComponentInstanceAssociatingInterceptor.java:59)
[wildfly-ejb3-8.1.0.Final.jar:8.1.0.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:273)
[wildfly-ejb3-8.1.0.Final.jar:8.1.0.Final]
at
org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:340)
[wildfly-ejb3-8.1.0.Final.jar:8.1.0.Final]
at
org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:239)
[wildfly-ejb3-8.1.0.Final.jar:8.1.0.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
[wildfly-ejb3-8.1.0.Final.jar:8.1.0.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:43)
[wildfly-ejb3-8.1.0.Final.jar:8.1.0.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:95)
[wildfly-ejb3-8.1.0.Final.jar:8.1.0.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
[wildfly-ejb3-8.1.0.Final.jar:8.1.0.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59)
[wildfly-ejb3-8.1.0.Final.jar:8.1.0.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:55)
[wildfly-ejb3-8.1.0.Final.jar:8.1.0.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:64)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326)
at
org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:448)
at
org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:61)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:326)
at
org.jboss.invocation.PrivilegedWithCombinerInterceptor.processInvocation(PrivilegedWithCombinerInterceptor.java:80)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
at
org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:185)
at
org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:182)
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.as.ejb3.component.interceptors.LogDiagnosticContextRecoveryInterceptor.processInvocation(LogDiagnosticContextRecoveryInterceptor.java:79)
[wildfly-ejb3-8.1.0.Final.jar:8.1.0.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
at
org.jboss.as.ejb3.component.interceptors.AsyncFutureInterceptorFactory$1$2.runInvocation(AsyncFutureInterceptorFactory.java:97)
[wildfly-ejb3-8.1.0.Final.jar:8.1.0.Final]
at
org.jboss.as.ejb3.component.interceptors.AsyncInvocationTask.run(AsyncInvocationTask.java:73)
[wildfly-ejb3-8.1.0.Final.jar:8.1.0.Final]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[rt.jar:1.7.0_85]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[rt.jar:1.7.0_85]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_85]
at org.jboss.threads.JBossThread.run(JBossThread.java:122)
Caused by: sun.security.validator.ValidatorException: No trusted
certificate found
at
sun.security.validator.SimpleValidator.buildTrustedChain(SimpleValidator.java:394)
[rt.jar:1.7.0_85]
at
sun.security.validator.SimpleValidator.engineValidate(SimpleValidator.java:134)
[rt.jar:1.7.0_85]
at sun.security.validator.Validator.validate(Validator.java:260)
[rt.jar:1.7.0_85]
at
sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)
[jsse.jar:1.7.0_85]
at
sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
[jsse.jar:1.7.0_85]
at
sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:126)
[jsse.jar:1.7.0_85]
at
sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1451)
[jsse.jar:1.7.0_85]
... 87 more
2015-11-05 04:32:39,596 WARNING [APNsPushNotificationSender] (EJB default -
4) Error on 'ios' delivery
2015-11-05 04:40:00,169 WARN
[org.hibernate.hql.internal.ast.QueryTranslatorImpl] (default task-26)
HHH000104: firstResult/maxResults specified with collection fetch; applying
in memory!
2015-11-05 04:40:21,553 WARN
[org.hibernate.hql.internal.ast.QueryTranslatorImpl] (default task-30)
HHH000104: firstResult/maxResults specified with collection fetch; applying
in memory!
2015-11-05 04:40:26,675 WARN
[org.hibernate.hql.internal.ast.QueryTranslatorImpl] (default task-33)
HHH000104: firstResult/maxResults specified with collection fetch; applying
in memory!
2015-11-05 04:40:28,864 WARN
[org.hibernate.hql.internal.ast.QueryTranslatorImpl] (default task-34)
HHH000104: firstResult/maxResults specified with collection fetch; applying
in memory!
2015-11-05 04:40:30,969 WARN
[org.hibernate.hql.internal.ast.QueryTranslatorImpl] (default task-37)
HHH000104: firstResult/maxResults specified with collection fetch; applying
in memory!
2015-11-05 04:40:33,150 WARN
[org.hibernate.hql.internal.ast.QueryTranslatorImpl] (default task-36)
HHH000104: firstResult/maxResults specified with collection fetch; applying
in memory!
2015-11-05 04:40:36,375 WARN
[org.hibernate.hql.internal.ast.QueryTranslatorImpl] (default task-39)
HHH000104: firstResult/maxResults specified with collection fetch; applying
in memory!
2015-11-05 04:40:43,324 WARN
[org.hibernate.hql.internal.ast.QueryTranslatorImpl] (default task-43)
HHH000104: firstResult/maxResults specified with collection fetch; applying
in memory!
2015-11-05 04:40:46,273 WARN
[org.hibernate.hql.internal.ast.QueryTranslatorImpl] (default task-41)
HHH000104: firstResult/maxResults specified with collection fetch; applying
in memory!
2015-11-05 04:40:48,448 WARN
[org.hibernate.hql.internal.ast.QueryTranslatorImpl] (default task-40)
HHH000104: firstResult/maxResults specified with collection fetch; applying
in memory!
2015-11-05 04:40:50,514 WARN
[org.hibernate.hql.internal.ast.QueryTranslatorImpl] (default task-42)
HHH000104: firstResult/maxResults specified with collection fetch; applying
in memory!
2015-11-05 04:40:52,733 WARN
[org.hibernate.hql.internal.ast.QueryTranslatorImpl] (default task-45)
HHH000104: firstResult/maxResults specified with collection fetch; applying
in memory!
2015-11-05 04:40:55,093 WARN
[org.hibernate.hql.internal.ast.QueryTranslatorImpl] (default task-46)
HHH000104: firstResult/maxResults specified with collection fetch; applying
in memory!
2015-11-05 04:40:56,742 WARN
[org.hibernate.hql.internal.ast.QueryTranslatorImpl] (default task-44)
HHH000104: firstResult/maxResults specified with collection fetch; applying
in memory!
2015-11-05 04:40:58,947 WARN
[org.hibernate.hql.internal.ast.QueryTranslatorImpl] (default task-51)
HHH000104: firstResult/maxResults specified with collection fetch; applying
in memory!
2015-11-05 04:41:01,469 WARN
[org.hibernate.hql.internal.ast.QueryTranslatorImpl] (default task-50)
HHH000104: firstResult/maxResults specified with collection fetch; applying
in memory!
2015-11-05 04:41:03,297 WARN
[org.hibernate.hql.internal.ast.QueryTranslatorImpl] (default task-52)
HHH000104: firstResult/maxResults specified with collection fetch; applying
in memory!
2015-11-05 04:41:09,376 WARN
[org.hibernate.hql.internal.ast.QueryTranslatorImpl] (default task-55)
HHH000104: firstResult/maxResults specified with collection fetch; applying
in memory!
--
Florian TRAVERSE
Software Architect
Allocab, votre chauffeur sur-mesure
M. +33 6 12 39 66 50
A. 7 impasse Charles Petit, 75011 Paris
W. www.allocab.com
E. florian.traverse(a)allocab.com
8 years, 6 months
Re: [Aerogear-users] Docker image and 1.1.1
by Yves Nicolas
I have modified the Dockerfiles to include the migrator process inside
the docker container image.
Everything works fine now.
Modification on the Dockerfiles can be found on my github fork
https://github.com/yvnicolas/dockerfiles/tree/migrator_in_Dockerfile
which I have submitted as a pull request.
Resulting image for 1.1.1 is currently being pushed on docker hub public
repo yvnicolas/aerogear-unifiedpush
I do not have a very good connection where I am so do not worry if you
do not see it yet.
Comments and suggestions welcomed.
Great Easter to you all,
Yves
8 years, 8 months
Re: [Aerogear-users] [JBoss][GSoC 2016] Push Notification demo case for Unified Push Server
by Tharinda Ehelepola
Hi Matthias,
According to your advises I have familiarized with the product by watching
youtube demo and and reading the documentation. And I have forked and
cloned the project. When i build it I got the below error. Can you please
help me to solve this out?
[INFO] Reactor Summary:
[INFO]
[INFO] AeroGear UnifiedPush Server ....................... SUCCESS
[2:20.504s]
[INFO] UnifiedPush Model Layer ........................... SUCCESS [0.129s]
[INFO] UnifiedPush Server Model API ...................... SUCCESS [20.778s]
[INFO] UnifiedPush Common classes and utils .............. SUCCESS [1.171s]
[INFO] UnifiedPush Server Model JPA implementation ....... SUCCESS
[1:58.162s]
[INFO] UnifiedPush Database Migrator ..................... SUCCESS
[5:25.732s]
[INFO] UnifiedPush Service Layer ......................... SUCCESS
[3:06.127s]
[INFO] UnifiedPush Sender Module ......................... SUCCESS [0.326s]
[INFO] UnifiedPush Push Message Model .................... SUCCESS [2.393s]
[INFO] UnifiedPush Push Notification Networks ............ SUCCESS
[1:40.665s]
[INFO] UnifiedPush RESTful Endpoint ...................... SUCCESS
[2:56.562s]
[INFO] UnifiedPush Server (Admin UI) ..................... FAILURE [3.403s]
[INFO] UnifiedPush Dependencies Parent ................... SKIPPED
[INFO] UnifiedPush Server Dependencies Server ............ SKIPPED
[INFO] UnifiedPush Auth Server ........................... SKIPPED
[INFO] UnifiedPush Server for JBossAS (WAR) .............. SKIPPED
[INFO] UnifiedPush Server for Wildfly (WAR) .............. SKIPPED
[INFO] UnifiedPush Servers Parent ........................ SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 18:06.753s
[INFO] Finished at: Sun Mar 06 13:10:20 IST 2016
[INFO] Final Memory: 71M/147M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:0.0.26:install-node-and-npm
(install node and npm) on project unifiedpush-admin-ui: The plugin
com.github.eirslett:frontend-maven-plugin:0.0.26 requires Maven version
3.1.0 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/PluginIncompatibleException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR] mvn <goals> -rf :unifiedpush-admin-ui
Thanks and Regards,
Tharinda.
On Sat, Mar 5, 2016 at 5:39 PM, Matthias Wessendorf <mwessend(a)redhat.com>
wrote:
> Hi Tharinda,
>
> the project is about a showcase / demo app, for our UnifiedPush Server
> (UPS):
> https://github.com/aerogear/aerogear-unifiedpush-server
> https://aerogear.org/push/
>
> There is an existing demo called AeroDoc, and we'd like to renew that with
> the technologies listed on the wiki, describing the project. UPS does
> support APNs and delivery of push is the critical part of the demo project
> :)
>
> The project will be developed in the open, so I think signing up on our
> mailing lists is a first good start:
> https://aerogear.org/community/#contact
>
> Make yourself comfortable with our community and feel free to checkout the
> server. For any questions about UPS etc, I think the mailing list are best
> resource. Btw. we also do like IRC :)
>
> For direct questions about GSoC etc, let's use this channel.
>
> PS: I've deleted the email tweet, since you got in touch w/ me :)
>
> Greetings,
> Matthias
>
>
> On Sat, Mar 5, 2016 at 11:48 AM, Tharinda Ehelepola <tharinda221(a)gmail.com
> > wrote:
>
>> Hi,
>>
>> I am Tharinda Ehelepola, Final year undergraduate of Department of
>> computer engineering, Faculty of Engineering, University of Peradeniya, Sri
>> Lanka. I am very much interesting about the above project. I have
>> experienced with working on EMM. I would like to know more information
>> about the projects. Is this project about MDM server. I mean can we use
>> APNS for push iOS notification.
>>
>> Thanks and Regards,
>> Tharinda.
>> --
>> *Tharinda Dilshan Ehelepola*
>> *Faculty of Engineering,*
>> *University Of Peradeniya.*
>>
>> *LinkedIn <https://lk.linkedin.com/in/tharindadilshan>*
>> *Blog* - http://tharindaehelepola.blogspot.com/
>> *Website*- https://tharinda.tk/
>>
>
>
>
> --
> Project lead AeroGear.org
>
--
*Tharinda Dilshan Ehelepola*
*Faculty of Engineering,*
*University Of Peradeniya.*
*LinkedIn <https://lk.linkedin.com/in/tharindadilshan>*
*Blog* - http://tharindaehelepola.blogspot.com/
*Website*- https://tharinda.tk/
8 years, 8 months
Re: [Aerogear-users] Docker image and 1.1.1
by Yves Nicolas
if the migrator is a mysql script existing somewhere I can include it in
the docker file and propose a pull request to your docker git hub repo.
Just tell me where to look
Le 23/03/2016 20:04, aerogear-users-request(a)lists.jboss.org a écrit :
> Send Aerogear-users mailing list submissions to
> aerogear-users(a)lists.jboss.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.jboss.org/mailman/listinfo/aerogear-users
> or, via email, send a message with subject or body 'help' to
> aerogear-users-request(a)lists.jboss.org
>
> You can reach the person managing the list at
> aerogear-users-owner(a)lists.jboss.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Aerogear-users digest..."
>
>
> Today's Topics:
>
> 1. Docker image and 1.1.1 (Yves Nicolas)
> 2. Re: Docker image and 1.1.1 (Matthias Wessendorf)
> 3. Re: Docker image and 1.1.1 (Matthias Wessendorf)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 23 Mar 2016 19:57:33 +0100
> From: Yves Nicolas <yves.nicolas(a)dynamease.com>
> Subject: [Aerogear-users] Docker image and 1.1.1
> To: aerogear-users(a)lists.jboss.org
> Message-ID: <56F2E71D.5000103(a)dynamease.com>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> I am trying to start the docker image of aerogear found on the docker
> hub library with the latest 1.1.1 final relase, as the docker library
> runs a 1.1.0-beta2
> I followed mostly the instruction in the README.md at
> https://hub.docker.com/r/aerogear/unifiedpush-wildfly/
> I have just built my own end image adapting the Dockerfile at
> https://github.com/aerogear/dockerfiles/blob/master/wildfly/unifiedpush-w...
> I have downloaded the 1.1.1 archive from
> https://github.com/aerogear/aerogear-unifiedpush-server/releases/tag/1.1....
> then copied the auth-server and unified-push-server wars to the
> Dockerfile directory, modified the Dockerfile to copy the war files from the downloaded archives
> I did the docker build -t aerogear/unifiedpush-wildfly, started the 2
> mysql containers and the ups container.
> I get an hibernate error not finding the adm_variant table and then a lot of missing dependencies.
>
> am I missing updates to be made at the wildfly image level?
>
> Here is the part of the trace
>
> INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: Undeployed "unifiedpush-server-wildfly.war" (runtime-name: "unifiedpush-server-wildfly.war")
> 18:17:12,267 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report
> WFLYCTL0184: New missing/unsatisfied dependencies:
> service jboss.deployment.unit."unifiedpush-server-wildfly.war".WeldBootstrapService (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".component."org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter".WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MessageHolderWithTokensProducer.WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MPNSPushMessageConsumer.WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.VariantMetricInformationProducer.WeldInterceptorBindingsService, WFLYCTL0208: ... and 45 more ]
> service jboss.deployment.unit."unifiedpush-server-wildfly.war".WeldStartService (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".component."org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter".WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MessageHolderWithTokensProducer.WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".component."com.sun.faces.config.ConfigureListener".WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".CdiValidatorFactoryService, WFLYCTL0208: ... and 52 more ]
> service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".deploymentCompleteService, service jboss.deployment.unit."unifiedpush-server-wildfly.war".moduleDeploymentRuntimeInformationStart, service jboss.undertow.deployment.default-server.default-host./ag-push.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./ag-push]
> service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.WeldInstantiator (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START]
> service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.ejb.non-functional-timerservice (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START]
> service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.CREATE (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.START]
> service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.START (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".deploymentCompleteService, service jboss.deployment.unit."unifie
>
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 23 Mar 2016 20:02:08 +0100
> From: Matthias Wessendorf <matzew(a)apache.org>
> Subject: Re: [Aerogear-users] Docker image and 1.1.1
> To: "aerogear-users(a)lists.jboss.org" <aerogear-users(a)lists.jboss.org>
> Message-ID:
> <CAAg5f2RcKAkaimPfgqWWQifS_jCO+PD30Yos0dtLKNLqfhQ=6w(a)mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> yeah, there is a problem with the database - the 1.1.x needs a migrator
> script; that's not yet supported on Docker.
>
> :-(
>
> On Wed, Mar 23, 2016 at 7:57 PM, Yves Nicolas <yves.nicolas(a)dynamease.com>
> wrote:
>
>> I am trying to start the docker image of aerogear found on the docker
>> hub library with the latest 1.1.1 final relase, as the docker library
>> runs a 1.1.0-beta2
>> I followed mostly the instruction in the README.md at
>> https://hub.docker.com/r/aerogear/unifiedpush-wildfly/
>> I have just built my own end image adapting the Dockerfile at
>>
>> https://github.com/aerogear/dockerfiles/blob/master/wildfly/unifiedpush-w...
>> I have downloaded the 1.1.1 archive from
>>
>> https://github.com/aerogear/aerogear-unifiedpush-server/releases/tag/1.1....
>> then copied the auth-server and unified-push-server wars to the
>> Dockerfile directory, modified the Dockerfile to copy the war files
>> from the downloaded archives
>> I did the docker build -t aerogear/unifiedpush-wildfly, started the 2
>> mysql containers and the ups container.
>> I get an hibernate error not finding the adm_variant table and then a
>> lot of missing dependencies.
>>
>> am I missing updates to be made at the wildfly image level?
>>
>> Here is the part of the trace
>>
>> INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009:
>> Undeployed "unifiedpush-server-wildfly.war" (runtime-name:
>> "unifiedpush-server-wildfly.war")
>> 18:17:12,267 INFO [org.jboss.as.controller] (DeploymentScanner-threads -
>> 1) WFLYCTL0183: Service status report
>> WFLYCTL0184: New missing/unsatisfied dependencies:
>> service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".WeldBootstrapService
>> (missing) dependents: [service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".component."org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter".WeldInstantiator,
>> service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MessageHolderWithTokensProducer.WeldInstantiator,
>> service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MPNSPushMessageConsumer.WeldInstantiator,
>> service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.VariantMetricInformationProducer.WeldInterceptorBindingsService,
>> WFLYCTL0208: ... and 45 more ]
>> service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".WeldStartService
>> (missing) dependents: [service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".component."org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter".WeldInstantiator,
>> service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MessageHolderWithTokensProducer.WeldInstantiator,
>> service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".component."com.sun.faces.config.ConfigureListener".WeldInstantiator,
>> service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".CdiValidatorFactoryService,
>> WFLYCTL0208: ... and 52 more ]
>> service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START
>> (missing) dependents: [service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".deploymentCompleteService,
>> service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".moduleDeploymentRuntimeInformationStart,
>> service
>> jboss.undertow.deployment.default-server.default-host./ag-push.UndertowDeploymentInfoService,
>> service jboss.undertow.deployment.default-server.default-host./ag-push]
>> service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.WeldInstantiator
>> (missing) dependents: [service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START]
>> service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.ejb.non-functional-timerservice
>> (missing) dependents: [service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START]
>> service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.CREATE
>> (missing) dependents: [service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.START]
>> service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.START
>> (missing) dependents: [service
>> jboss.deployment.unit."unifiedpush-server-wildfly.war".deploymentCompleteService,
>> service jboss.deployment.unit."unifie
>>
>> _______________________________________________
>> Aerogear-users mailing list
>> Aerogear-users(a)lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/aerogear-users
>>
>
>
8 years, 8 months
Docker image and 1.1.1
by Yves Nicolas
I am trying to start the docker image of aerogear found on the docker
hub library with the latest 1.1.1 final relase, as the docker library
runs a 1.1.0-beta2
I followed mostly the instruction in the README.md at
https://hub.docker.com/r/aerogear/unifiedpush-wildfly/
I have just built my own end image adapting the Dockerfile at
https://github.com/aerogear/dockerfiles/blob/master/wildfly/unifiedpush-w...
I have downloaded the 1.1.1 archive from
https://github.com/aerogear/aerogear-unifiedpush-server/releases/tag/1.1....
then copied the auth-server and unified-push-server wars to the
Dockerfile directory, modified the Dockerfile to copy the war files from the downloaded archives
I did the docker build -t aerogear/unifiedpush-wildfly, started the 2
mysql containers and the ups container.
I get an hibernate error not finding the adm_variant table and then a lot of missing dependencies.
am I missing updates to be made at the wildfly image level?
Here is the part of the trace
INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: Undeployed "unifiedpush-server-wildfly.war" (runtime-name: "unifiedpush-server-wildfly.war")
18:17:12,267 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report
WFLYCTL0184: New missing/unsatisfied dependencies:
service jboss.deployment.unit."unifiedpush-server-wildfly.war".WeldBootstrapService (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".component."org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter".WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MessageHolderWithTokensProducer.WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MPNSPushMessageConsumer.WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.VariantMetricInformationProducer.WeldInterceptorBindingsService, WFLYCTL0208: ... and 45 more ]
service jboss.deployment.unit."unifiedpush-server-wildfly.war".WeldStartService (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".component."org.jboss.aerogear.unifiedpush.service.filter.HttpContextFilter".WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.MessageHolderWithTokensProducer.WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".component."com.sun.faces.config.ConfigureListener".WeldInstantiator, service jboss.deployment.unit."unifiedpush-server-wildfly.war".CdiValidatorFactoryService, WFLYCTL0208: ... and 52 more ]
service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".deploymentCompleteService, service jboss.deployment.unit."unifiedpush-server-wildfly.war".moduleDeploymentRuntimeInformationStart, service jboss.undertow.deployment.default-server.default-host./ag-push.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./ag-push]
service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.WeldInstantiator (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START]
service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.ejb.non-functional-timerservice (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsPushMessageConsumer.START]
service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.CREATE (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.START]
service jboss.deployment.unit."unifiedpush-server-wildfly.war".component.APNsTokenBatchConsumer.START (missing) dependents: [service jboss.deployment.unit."unifiedpush-server-wildfly.war".deploymentCompleteService, service jboss.deployment.unit."unifie
8 years, 8 months
AUTO: CN=Fausto FRATICELLI/OU=UNOG/OU=GVA/O=UNO is out of the office. (returning 29.03.2016)
by Fausto FRATICELLI
I am out of the office until 29.03.2016.
For questions related to the new intranet or web site development, please
contact Mr. Ludek Chovanek.
For questions related to mobile applications, please contact Mrs. Raquel
Martinez-Diez.
For other matters please contact Mr. Giorgos Tsiamitas.
Note: This is an automated response to your message "Re: [Aerogear-users]
[JBoss][GSoC 2016] Push Notification demo case for Unified Push Server" sent on
23.03.2016 14:08:26.
This is the only notification you will receive while this person is away.
8 years, 8 months