<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi all,<div><br></div><div>I was trying out unified push server with my production app. Here are some of the issues I encountered. Any helps and directions are appreciated.</div><div><br></div><div>1- I cloned aerogear-unified-push-server master branch, and imported to eclipse. it was not compiling (I think because of m2e issues). I have seen in pom.xml file a fix for that already, but on my machine that fix was not working either. so, I needed to change maven-compiler-plugin's execution id to "test-compile". it then compiled, and deployed successfully.</div><div><br></div><div>2- Then I followed the instructions here:&nbsp;<a href="https://github.com/aerogear/aerogear-unified-push-server">https://github.com/aerogear/aerogear-unified-push-server</a></div><div>Here, login command hangs with a message saying "no chunk, no close, no size. Assume close to signal end". And I hit Ctrl + C. Then tried again, same thing. And then I proceeded (with Ctrl + C), and everything else seem fine, and I could add my app and variants.</div><div><br></div><div>3- While adding the iOS variants, readme says {PUSH_ID}, but it is not clear if it means "pushApplicationId" or "id" (in the output of app creation command, there are two id's, none is called "PUSH_ID").</div><div><br></div><div>4- In the server side, "pushee" and "ag-push" are used together I believe. Example commands use "ag-push", while the repo deploys the server as "pushee" (but then it tries to navigate to "ag-push" on the browser, and cannot find). I simply renamed the project to "ag-push" after importing (so it deploys as "ag-push"), and it is working well, but I still see some logs printing "pushee".</div><div><br></div><div>5- Development certificate and sending push to development app is working well (as it was always the case :) ). But I'm still getting error on production app. Here is the server logs (I didn't know the payload, kept same with the last one I tried (i.e. there is a staging input in the payload). It sends to dev, but fails to send to prod.):</div><div><br></div><div>(first I thought the certificate_error is related to my .p12 file, and I reproduced the .p12 and added new variant and then tried again, but still no luck).</div><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">15:13:28,812 INFO&nbsp; [org.jboss.aerogear.connectivity.rest.sender.PushNotificationSenderEndpoint] (http--0.0.0.0-8080-2) Message submitted to PushNetworks for further processing</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">15:13:28,814 INFO&nbsp; [org.jboss.aerogear.connectivity.service.sender.impl.SenderServiceImpl] (EJB default - 9) Processing broadcast request with 'BroadcastMessage [simplePush=null, alert=try prod cert, sound=null, badge=1, data={staging=production}]' payload</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">15:13:29,814 INFO&nbsp; [com.notnoop.apns.internal.ApnsConnectionImpl] (Thread-102) Exception while waiting for error code: <span style="text-decoration: underline ; color: #011993">java.net.SocketException</span>: Socket closed</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.net.SocketInputStream.socketRead0(<span style="text-decoration: underline ; color: #011993">Native Method</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.net.SocketInputStream.read(<span style="text-decoration: underline ; color: #011993">SocketInputStream.java:129</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.InputRecord.readFully(<span style="text-decoration: underline ; color: #011993">InputRecord.java:422</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.InputRecord.read(<span style="text-decoration: underline ; color: #011993">InputRecord.java:460</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:863</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:820</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.AppInputStream.read(<span style="text-decoration: underline ; color: #011993">AppInputStream.java:75</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.io.InputStream.read(<span style="text-decoration: underline ; color: #011993">InputStream.java:82</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsConnectionImpl$1MonitoringThread.run(<span style="text-decoration: underline ; color: #011993">ApnsConnectionImpl.java:114</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; min-height: 15px; "><br></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">15:13:31,743 INFO&nbsp; [com.notnoop.apns.internal.ApnsConnectionImpl] (Thread-105) Exception while waiting for error code: <span style="text-decoration: underline ; color: #011993">java.net.SocketException</span>: Socket is closed</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkEOF(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:1334</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.AppInputStream.read(<span style="text-decoration: underline ; color: #011993">AppInputStream.java:76</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.io.InputStream.read(<span style="text-decoration: underline ; color: #011993">InputStream.java:82</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsConnectionImpl$1MonitoringThread.run(<span style="text-decoration: underline ; color: #011993">ApnsConnectionImpl.java:114</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; min-height: 15px; "><br></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">15:13:32,150 INFO&nbsp; [com.notnoop.apns.internal.ApnsConnectionImpl] (Thread-106) Exception while waiting for error code: <span style="text-decoration: underline ; color: #011993">java.net.SocketException</span>: Socket is closed</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkEOF(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:1334</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.AppInputStream.read(<span style="text-decoration: underline ; color: #011993">AppInputStream.java:76</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.io.InputStream.read(<span style="text-decoration: underline ; color: #011993">InputStream.java:82</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsConnectionImpl$1MonitoringThread.run(<span style="text-decoration: underline ; color: #011993">ApnsConnectionImpl.java:114</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; min-height: 15px; "><br></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">15:13:32,150 INFO&nbsp; [com.notnoop.apns.internal.ApnsConnectionImpl] (EJB default - 9) Failed to send message Message(Id=1; Token=004DF5E9CBDB6160F3115D777A29EF64193D5BB34ACF82B8DBF42B8CF212BC9E; Payload={"staging":"production","aps":{"alert":"try prod cert","badge":1}})... trying again after delay: <span style="text-decoration: underline ; color: #011993">javax.net.ssl.SSLHandshakeException</span>: Received fatal alert: certificate_unknown</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(<span style="text-decoration: underline ; color: #011993">Alerts.java:174</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(<span style="text-decoration: underline ; color: #011993">Alerts.java:136</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:1822</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:1004</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:1188</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:654</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.AppOutputStream.write(<span style="text-decoration: underline ; color: #011993">AppOutputStream.java:100</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.io.OutputStream.write(<span style="text-decoration: underline ; color: #011993">OutputStream.java:58</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsConnectionImpl.sendMessage(<span style="text-decoration: underline ; color: #011993">ApnsConnectionImpl.java:240</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsConnectionImpl.sendMessage(<span style="text-decoration: underline ; color: #011993">ApnsConnectionImpl.java:230</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsServiceImpl.push(<span style="text-decoration: underline ; color: #011993">ApnsServiceImpl.java:46</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.AbstractApnsService.push(<span style="text-decoration: underline ; color: #011993">AbstractApnsService.java:89</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsServiceImpl.push(<span style="text-decoration: underline ; color: #011993">ApnsServiceImpl.java:36</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.aerogear.connectivity.message.sender.APNsPushNotificationSender.sendPushMessage(<span style="text-decoration: underline ; color: #011993">APNsPushNotificationSender.java:79</span>) [classes:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.aerogear.connectivity.service.sender.impl.SenderServiceImpl.sendToAPNs(<span style="text-decoration: underline ; color: #011993">SenderServiceImpl.java:188</span>) [classes:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.aerogear.connectivity.service.sender.impl.SenderServiceImpl.broadcast(<span style="text-decoration: underline ; color: #011993">SenderServiceImpl.java:160</span>) [classes:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at sun.reflect.NativeMethodAccessorImpl.invoke0(<span style="text-decoration: underline ; color: #011993">Native Method</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at sun.reflect.NativeMethodAccessorImpl.invoke(<span style="text-decoration: underline ; color: #011993">NativeMethodAccessorImpl.java:39</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at sun.reflect.DelegatingMethodAccessorImpl.invoke(<span style="text-decoration: underline ; color: #011993">DelegatingMethodAccessorImpl.java:25</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.lang.reflect.Method.invoke(<span style="text-decoration: underline ; color: #011993">Method.java:597</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">ManagedReferenceMethodInterceptorFactory.java:72</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext$Invocation.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:374</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(<span style="text-decoration: underline ; color: #011993">Jsr299BindingsInterceptor.java:127</span>) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">Jsr299BindingsInterceptor.java:135</span>) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(<span style="text-decoration: underline ; color: #011993">UserInterceptorFactory.java:36</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.WeavedInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">WeavedInterceptor.java:53</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(<span style="text-decoration: underline ; color: #011993">UserInterceptorFactory.java:36</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">SBInvocationInterceptor.java:47</span>) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">EjbRequestScopeActivationInterceptor.java:101</span>) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InitialInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">InitialInterceptor.java:21</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.ChainedInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">ChainedInterceptor.java:61</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">ComponentDispatcherInterceptor.java:53</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">PooledInstanceInterceptor.java:51</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(<span style="text-decoration: underline ; color: #011993">CMTTxInterceptor.java:228</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(<span style="text-decoration: underline ; color: #011993">CMTTxInterceptor.java:304</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">CMTTxInterceptor.java:190</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">CurrentInvocationContextInterceptor.java:41</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">LoggingInterceptor.java:59</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">NamespaceContextInterceptor.java:50</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">AdditionalSetupInterceptor.java:43</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">TCCLInterceptor.java:45</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.ChainedInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">ChainedInterceptor.java:61</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.ViewService$View.invoke(<span style="text-decoration: underline ; color: #011993">ViewService.java:165</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.ViewDescription$1.processInvocation(<span style="text-decoration: underline ; color: #011993">ViewDescription.java:173</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.component.interceptors.AsyncVoidInterceptorFactory$Task.run(<span style="text-decoration: underline ; color: #011993">AsyncVoidInterceptorFactory.java:75</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(<span style="text-decoration: underline ; color: #011993">ThreadPoolExecutor.java:895</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.util.concurrent.ThreadPoolExecutor$Worker.run(<span style="text-decoration: underline ; color: #011993">ThreadPoolExecutor.java:918</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.lang.Thread.run(<span style="text-decoration: underline ; color: #011993">Thread.java:680</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.threads.JBossThread.run(<span style="text-decoration: underline ; color: #011993">JBossThread.java:122</span>)</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; min-height: 15px; "><br></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">15:13:33,463 INFO&nbsp; [com.notnoop.apns.internal.ApnsConnectionImpl] (Thread-107) Exception while waiting for error code: <span style="text-decoration: underline ; color: #011993">java.net.SocketException</span>: Socket is closed</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.checkEOF(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:1334</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.AppInputStream.read(<span style="text-decoration: underline ; color: #011993">AppInputStream.java:76</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.io.InputStream.read(<span style="text-decoration: underline ; color: #011993">InputStream.java:82</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsConnectionImpl$1MonitoringThread.run(<span style="text-decoration: underline ; color: #011993">ApnsConnectionImpl.java:114</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; min-height: 15px; "><br></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">15:13:33,463 ERROR [com.notnoop.apns.internal.ApnsConnectionImpl] (EJB default - 9) Couldn't send message after 3 retries.Message(Id=1; Token=004DF5E9CBDB6160F3115D777A29EF64193D5BB34ACF82B8DBF42B8CF212BC9E; Payload={"staging":"production","aps":{"alert":"try prod cert","badge":1}}): <span style="text-decoration: underline ; color: #011993">javax.net.ssl.SSLHandshakeException</span>: Received fatal alert: certificate_unknown</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(<span style="text-decoration: underline ; color: #011993">Alerts.java:174</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(<span style="text-decoration: underline ; color: #011993">Alerts.java:136</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:1822</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:1004</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:1188</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:654</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.AppOutputStream.write(<span style="text-decoration: underline ; color: #011993">AppOutputStream.java:100</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.io.OutputStream.write(<span style="text-decoration: underline ; color: #011993">OutputStream.java:58</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsConnectionImpl.sendMessage(<span style="text-decoration: underline ; color: #011993">ApnsConnectionImpl.java:240</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsConnectionImpl.sendMessage(<span style="text-decoration: underline ; color: #011993">ApnsConnectionImpl.java:230</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsServiceImpl.push(<span style="text-decoration: underline ; color: #011993">ApnsServiceImpl.java:46</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.AbstractApnsService.push(<span style="text-decoration: underline ; color: #011993">AbstractApnsService.java:89</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsServiceImpl.push(<span style="text-decoration: underline ; color: #011993">ApnsServiceImpl.java:36</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.aerogear.connectivity.message.sender.APNsPushNotificationSender.sendPushMessage(<span style="text-decoration: underline ; color: #011993">APNsPushNotificationSender.java:79</span>) [classes:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.aerogear.connectivity.service.sender.impl.SenderServiceImpl.sendToAPNs(<span style="text-decoration: underline ; color: #011993">SenderServiceImpl.java:188</span>) [classes:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.aerogear.connectivity.service.sender.impl.SenderServiceImpl.broadcast(<span style="text-decoration: underline ; color: #011993">SenderServiceImpl.java:160</span>) [classes:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at sun.reflect.NativeMethodAccessorImpl.invoke0(<span style="text-decoration: underline ; color: #011993">Native Method</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at sun.reflect.NativeMethodAccessorImpl.invoke(<span style="text-decoration: underline ; color: #011993">NativeMethodAccessorImpl.java:39</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at sun.reflect.DelegatingMethodAccessorImpl.invoke(<span style="text-decoration: underline ; color: #011993">DelegatingMethodAccessorImpl.java:25</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.lang.reflect.Method.invoke(<span style="text-decoration: underline ; color: #011993">Method.java:597</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">ManagedReferenceMethodInterceptorFactory.java:72</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext$Invocation.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:374</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(<span style="text-decoration: underline ; color: #011993">Jsr299BindingsInterceptor.java:127</span>) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">Jsr299BindingsInterceptor.java:135</span>) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(<span style="text-decoration: underline ; color: #011993">UserInterceptorFactory.java:36</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.WeavedInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">WeavedInterceptor.java:53</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(<span style="text-decoration: underline ; color: #011993">UserInterceptorFactory.java:36</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">SBInvocationInterceptor.java:47</span>) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">EjbRequestScopeActivationInterceptor.java:101</span>) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InitialInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">InitialInterceptor.java:21</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.ChainedInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">ChainedInterceptor.java:61</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">ComponentDispatcherInterceptor.java:53</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">PooledInstanceInterceptor.java:51</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(<span style="text-decoration: underline ; color: #011993">CMTTxInterceptor.java:228</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(<span style="text-decoration: underline ; color: #011993">CMTTxInterceptor.java:304</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">CMTTxInterceptor.java:190</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">CurrentInvocationContextInterceptor.java:41</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">LoggingInterceptor.java:59</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">NamespaceContextInterceptor.java:50</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">AdditionalSetupInterceptor.java:43</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">TCCLInterceptor.java:45</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.ChainedInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">ChainedInterceptor.java:61</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.ViewService$View.invoke(<span style="text-decoration: underline ; color: #011993">ViewService.java:165</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.ViewDescription$1.processInvocation(<span style="text-decoration: underline ; color: #011993">ViewDescription.java:173</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.component.interceptors.AsyncVoidInterceptorFactory$Task.run(<span style="text-decoration: underline ; color: #011993">AsyncVoidInterceptorFactory.java:75</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(<span style="text-decoration: underline ; color: #011993">ThreadPoolExecutor.java:895</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.util.concurrent.ThreadPoolExecutor$Worker.run(<span style="text-decoration: underline ; color: #011993">ThreadPoolExecutor.java:918</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.lang.Thread.run(<span style="text-decoration: underline ; color: #011993">Thread.java:680</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.threads.JBossThread.run(<span style="text-decoration: underline ; color: #011993">JBossThread.java:122</span>)</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; min-height: 15px; "><br></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">15:13:33,483 ERROR [org.jboss.weld.Bean] (EJB default - 9) WELD-000019 Error destroying an instance Managed Bean [class org.jboss.aerogear.connectivity.jpa.dao.impl.VariantDaoImpl] with qualifiers [@Any @Default] of org.jboss.aerogear.connectivity.jpa.dao.impl.VariantDaoImpl@fb0bb09</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">15:13:33,484 ERROR [org.jboss.ejb3.invocation] (EJB default - 9) JBAS014134: EJB Invocation failed on component SenderServiceImpl for method public abstract void org.jboss.aerogear.connectivity.service.sender.SenderService.broadcast(org.jboss.aerogear.connectivity.model.PushApplication,org.jboss.aerogear.connectivity.service.sender.message.BroadcastMessage): <span style="text-decoration: underline ; color: #011993">javax.ejb.EJBException</span>: <span style="text-decoration: underline ; color: #011993">com.notnoop.exceptions.NetworkIOException</span>: <span style="text-decoration: underline ; color: #011993">javax.net.ssl.SSLHandshakeException</span>: Received fatal alert: certificate_unknown</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInOurTx(<span style="text-decoration: underline ; color: #011993">CMTTxInterceptor.java:166</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(<span style="text-decoration: underline ; color: #011993">CMTTxInterceptor.java:230</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(<span style="text-decoration: underline ; color: #011993">CMTTxInterceptor.java:304</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">CMTTxInterceptor.java:190</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">CurrentInvocationContextInterceptor.java:41</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">LoggingInterceptor.java:59</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">NamespaceContextInterceptor.java:50</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">AdditionalSetupInterceptor.java:43</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">TCCLInterceptor.java:45</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.ChainedInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">ChainedInterceptor.java:61</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.ViewService$View.invoke(<span style="text-decoration: underline ; color: #011993">ViewService.java:165</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.ViewDescription$1.processInvocation(<span style="text-decoration: underline ; color: #011993">ViewDescription.java:173</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.component.interceptors.AsyncVoidInterceptorFactory$Task.run(<span style="text-decoration: underline ; color: #011993">AsyncVoidInterceptorFactory.java:75</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(<span style="text-decoration: underline ; color: #011993">ThreadPoolExecutor.java:895</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.util.concurrent.ThreadPoolExecutor$Worker.run(<span style="text-decoration: underline ; color: #011993">ThreadPoolExecutor.java:918</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.lang.Thread.run(<span style="text-decoration: underline ; color: #011993">Thread.java:680</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.threads.JBossThread.run(<span style="text-decoration: underline ; color: #011993">JBossThread.java:122</span>)</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(1, 25, 147); "><span style="color: #000000">Caused by: </span><span style="text-decoration: underline">com.notnoop.exceptions.NetworkIOException</span><span style="color: #000000">: </span><span style="text-decoration: underline">javax.net.ssl.SSLHandshakeException</span><span style="color: #000000">: Received fatal alert: certificate_unknown</span></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.Utilities.wrapAndThrowAsRuntimeException(<span style="text-decoration: underline ; color: #011993">Utilities.java:277</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsConnectionImpl.sendMessage(<span style="text-decoration: underline ; color: #011993">ApnsConnectionImpl.java:257</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsConnectionImpl.sendMessage(<span style="text-decoration: underline ; color: #011993">ApnsConnectionImpl.java:230</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsServiceImpl.push(<span style="text-decoration: underline ; color: #011993">ApnsServiceImpl.java:46</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.AbstractApnsService.push(<span style="text-decoration: underline ; color: #011993">AbstractApnsService.java:89</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsServiceImpl.push(<span style="text-decoration: underline ; color: #011993">ApnsServiceImpl.java:36</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.aerogear.connectivity.message.sender.APNsPushNotificationSender.sendPushMessage(<span style="text-decoration: underline ; color: #011993">APNsPushNotificationSender.java:79</span>) [classes:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.aerogear.connectivity.service.sender.impl.SenderServiceImpl.sendToAPNs(<span style="text-decoration: underline ; color: #011993">SenderServiceImpl.java:188</span>) [classes:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.aerogear.connectivity.service.sender.impl.SenderServiceImpl.broadcast(<span style="text-decoration: underline ; color: #011993">SenderServiceImpl.java:160</span>) [classes:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at sun.reflect.NativeMethodAccessorImpl.invoke0(<span style="text-decoration: underline ; color: #011993">Native Method</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at sun.reflect.NativeMethodAccessorImpl.invoke(<span style="text-decoration: underline ; color: #011993">NativeMethodAccessorImpl.java:39</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at sun.reflect.DelegatingMethodAccessorImpl.invoke(<span style="text-decoration: underline ; color: #011993">DelegatingMethodAccessorImpl.java:25</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.lang.reflect.Method.invoke(<span style="text-decoration: underline ; color: #011993">Method.java:597</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">ManagedReferenceMethodInterceptorFactory.java:72</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext$Invocation.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:374</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(<span style="text-decoration: underline ; color: #011993">Jsr299BindingsInterceptor.java:127</span>) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">Jsr299BindingsInterceptor.java:135</span>) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(<span style="text-decoration: underline ; color: #011993">UserInterceptorFactory.java:36</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.WeavedInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">WeavedInterceptor.java:53</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(<span style="text-decoration: underline ; color: #011993">UserInterceptorFactory.java:36</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">SBInvocationInterceptor.java:47</span>) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">EjbRequestScopeActivationInterceptor.java:101</span>) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InitialInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">InitialInterceptor.java:21</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.ChainedInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">ChainedInterceptor.java:61</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">ComponentDispatcherInterceptor.java:53</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">PooledInstanceInterceptor.java:51</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(<span style="text-decoration: underline ; color: #011993">CMTTxInterceptor.java:228</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>... 22 more</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">Caused by: <span style="text-decoration: underline ; color: #011993">javax.net.ssl.SSLHandshakeException</span>: Received fatal alert: certificate_unknown</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(<span style="text-decoration: underline ; color: #011993">Alerts.java:174</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(<span style="text-decoration: underline ; color: #011993">Alerts.java:136</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:1822</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:1004</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:1188</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:654</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.AppOutputStream.write(<span style="text-decoration: underline ; color: #011993">AppOutputStream.java:100</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.io.OutputStream.write(<span style="text-decoration: underline ; color: #011993">OutputStream.java:58</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsConnectionImpl.sendMessage(<span style="text-decoration: underline ; color: #011993">ApnsConnectionImpl.java:240</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>... 55 more</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; min-height: 15px; "><br></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">15:13:33,500 ERROR [org.jboss.as.ejb3] (EJB default - 9) JBAS014102: Asynchronous invocation failed: <span style="text-decoration: underline ; color: #011993">javax.ejb.EJBException</span>: <span style="text-decoration: underline ; color: #011993">com.notnoop.exceptions.NetworkIOException</span>: <span style="text-decoration: underline ; color: #011993">javax.net.ssl.SSLHandshakeException</span>: Received fatal alert: certificate_unknown</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInOurTx(<span style="text-decoration: underline ; color: #011993">CMTTxInterceptor.java:166</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(<span style="text-decoration: underline ; color: #011993">CMTTxInterceptor.java:230</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(<span style="text-decoration: underline ; color: #011993">CMTTxInterceptor.java:304</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">CMTTxInterceptor.java:190</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">CurrentInvocationContextInterceptor.java:41</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">LoggingInterceptor.java:59</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">NamespaceContextInterceptor.java:50</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">AdditionalSetupInterceptor.java:43</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">TCCLInterceptor.java:45</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.ChainedInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">ChainedInterceptor.java:61</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.ViewService$View.invoke(<span style="text-decoration: underline ; color: #011993">ViewService.java:165</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.ViewDescription$1.processInvocation(<span style="text-decoration: underline ; color: #011993">ViewDescription.java:173</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.component.interceptors.AsyncVoidInterceptorFactory$Task.run(<span style="text-decoration: underline ; color: #011993">AsyncVoidInterceptorFactory.java:75</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(<span style="text-decoration: underline ; color: #011993">ThreadPoolExecutor.java:895</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.util.concurrent.ThreadPoolExecutor$Worker.run(<span style="text-decoration: underline ; color: #011993">ThreadPoolExecutor.java:918</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.lang.Thread.run(<span style="text-decoration: underline ; color: #011993">Thread.java:680</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.threads.JBossThread.run(<span style="text-decoration: underline ; color: #011993">JBossThread.java:122</span>)</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(1, 25, 147); "><span style="color: #000000">Caused by: </span><span style="text-decoration: underline">com.notnoop.exceptions.NetworkIOException</span><span style="color: #000000">: </span><span style="text-decoration: underline">javax.net.ssl.SSLHandshakeException</span><span style="color: #000000">: Received fatal alert: certificate_unknown</span></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.Utilities.wrapAndThrowAsRuntimeException(<span style="text-decoration: underline ; color: #011993">Utilities.java:277</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsConnectionImpl.sendMessage(<span style="text-decoration: underline ; color: #011993">ApnsConnectionImpl.java:257</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsConnectionImpl.sendMessage(<span style="text-decoration: underline ; color: #011993">ApnsConnectionImpl.java:230</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsServiceImpl.push(<span style="text-decoration: underline ; color: #011993">ApnsServiceImpl.java:46</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.AbstractApnsService.push(<span style="text-decoration: underline ; color: #011993">AbstractApnsService.java:89</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsServiceImpl.push(<span style="text-decoration: underline ; color: #011993">ApnsServiceImpl.java:36</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.aerogear.connectivity.message.sender.APNsPushNotificationSender.sendPushMessage(<span style="text-decoration: underline ; color: #011993">APNsPushNotificationSender.java:79</span>) [classes:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.aerogear.connectivity.service.sender.impl.SenderServiceImpl.sendToAPNs(<span style="text-decoration: underline ; color: #011993">SenderServiceImpl.java:188</span>) [classes:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.aerogear.connectivity.service.sender.impl.SenderServiceImpl.broadcast(<span style="text-decoration: underline ; color: #011993">SenderServiceImpl.java:160</span>) [classes:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at sun.reflect.NativeMethodAccessorImpl.invoke0(<span style="text-decoration: underline ; color: #011993">Native Method</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at sun.reflect.NativeMethodAccessorImpl.invoke(<span style="text-decoration: underline ; color: #011993">NativeMethodAccessorImpl.java:39</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at sun.reflect.DelegatingMethodAccessorImpl.invoke(<span style="text-decoration: underline ; color: #011993">DelegatingMethodAccessorImpl.java:25</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.lang.reflect.Method.invoke(<span style="text-decoration: underline ; color: #011993">Method.java:597</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">ManagedReferenceMethodInterceptorFactory.java:72</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext$Invocation.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:374</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(<span style="text-decoration: underline ; color: #011993">Jsr299BindingsInterceptor.java:127</span>) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">Jsr299BindingsInterceptor.java:135</span>) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(<span style="text-decoration: underline ; color: #011993">UserInterceptorFactory.java:36</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.WeavedInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">WeavedInterceptor.java:53</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(<span style="text-decoration: underline ; color: #011993">UserInterceptorFactory.java:36</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">SBInvocationInterceptor.java:47</span>) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">EjbRequestScopeActivationInterceptor.java:101</span>) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InitialInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">InitialInterceptor.java:21</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.ChainedInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">ChainedInterceptor.java:61</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">ComponentDispatcherInterceptor.java:53</span>) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(<span style="text-decoration: underline ; color: #011993">PooledInstanceInterceptor.java:51</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.invocation.InterceptorContext.proceed(<span style="text-decoration: underline ; color: #011993">InterceptorContext.java:288</span>) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(<span style="text-decoration: underline ; color: #011993">CMTTxInterceptor.java:228</span>) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>... 22 more</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">Caused by: <span style="text-decoration: underline ; color: #011993">javax.net.ssl.SSLHandshakeException</span>: Received fatal alert: certificate_unknown</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(<span style="text-decoration: underline ; color: #011993">Alerts.java:174</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(<span style="text-decoration: underline ; color: #011993">Alerts.java:136</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:1822</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:1004</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:1188</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(<span style="text-decoration: underline ; color: #011993">SSLSocketImpl.java:654</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.sun.net.ssl.internal.ssl.AppOutputStream.write(<span style="text-decoration: underline ; color: #011993">AppOutputStream.java:100</span>) [jsse.jar:1.6]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at java.io.OutputStream.write(<span style="text-decoration: underline ; color: #011993">OutputStream.java:58</span>) [classes.jar:1.6.0_51]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>at com.notnoop.apns.internal.ApnsConnectionImpl.sendMessage(<span style="text-decoration: underline ; color: #011993">ApnsConnectionImpl.java:240</span>) [apns-0.2.3.jar:]</div><div style="margin: 0px; font-size: 11px; font-family: Monaco; "><span class="Apple-tab-span" style="white-space:pre">        </span>... 55 more</div></div><div><div><br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">Kind regards,</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><br class="Apple-interchange-newline">---</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">Yavuz Selim Yilmaz</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">SUNY at Buffalo</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">Computer Science and Engineering</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">PhD Candidate</div>
</div>
<br></div></body></html>