Skip to content

Instantly share code, notes, and snippets.

@corinnekrych
Last active December 18, 2015 01:39
Show Gist options
  • Save corinnekrych/5705480 to your computer and use it in GitHub Desktop.
Save corinnekrych/5705480 to your computer and use it in GitHub Desktop.
14:12:57,911 ERROR [org.jboss.weld.Bean] (http--0.0.0.0-8080-1) WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.PushApplicationDaoImpl] with qualifiers [@Any @Default] of org.aerogear.connectivity.jpa.dao.PushApplicationDaoImpl@2c9d9b0c
14:12:57,912 ERROR [org.jboss.weld.Bean] (http--0.0.0.0-8080-1) WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.SimplePushApplicationDaoImpl] with qualifiers [@Any @Default] of org.aerogear.connectivity.jpa.dao.SimplePushApplicationDaoImpl@6250cd56
14:12:57,914 ERROR [org.jboss.ejb3.invocation] (http--0.0.0.0-8080-1) JBAS014134: EJB Invocation failed on component SenderEndpoint for method public javax.ws.rs.core.Response org.aerogear.connectivity.rest.SenderEndpoint.notifyGivenChannels(java.util.Map,java.lang.String): javax.ejb.EJBException: java.lang.NullPointerException
at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInOurTx(CMTTxInterceptor.java:166) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:230) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:304) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:190) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:32) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:173) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.aerogear.connectivity.rest.SenderEndpoint$$$view2.notifyGivenChannels(Unknown Source) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:264) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:52) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:137) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:260) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:111) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:105) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.aerogear.connectivity.rest.SenderEndpoint$Proxy$_$$_Weld$Proxy$.notifyGivenChannels(SenderEndpoint$Proxy$_$$_Weld$Proxy$.java) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:155) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:257) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:222) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:211) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:525) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:502) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.3.2.Final.jar:]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:62) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:]
at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_15]
Caused by: java.lang.NullPointerException
at org.aerogear.connectivity.rest.SenderEndpoint.notifyGivenChannels(SenderEndpoint.java:112) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:127) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:135) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:82) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:228) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
... 64 more
14:12:57,934 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/ag-push].[org.aerogear.connectivity.RestApplication]] (http--0.0.0.0-8080-1) Servlet.service() for servlet org.aerogear.connectivity.RestApplication threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.NullPointerException
at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:340) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:540) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:502) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.3.2.Final.jar:]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:62) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:]
at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_15]
Caused by: java.lang.NullPointerException
at org.aerogear.connectivity.rest.SenderEndpoint.notifyGivenChannels(SenderEndpoint.java:112) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:127) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:135) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:82) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:228) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:304) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:190) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:32) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:173) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.aerogear.connectivity.rest.SenderEndpoint$$$view2.notifyGivenChannels(Unknown Source) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:264) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:52) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:137) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:260) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:111) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:105) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.aerogear.connectivity.rest.SenderEndpoint$Proxy$_$$_Weld$Proxy$.notifyGivenChannels(SenderEndpoint$Proxy$_$$_Weld$Proxy$.java) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:155) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:257) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:222) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:211) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:525) [resteasy-jaxrs-2.3.2.Final.jar:]
... 23 more
^C14:14:02,464 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011942: Stopping OSGi Framework
14:14:02,467 INFO [org.jboss.as.logging] JBAS011503: Restored bootstrap log handlers
14:14:02,471 INFO [org.apache.catalina.core.StandardContext] Container org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/] has not been started
14:14:02,487 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl] with qualifiers [@Any @Default] of org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl@edb3e9f
14:14:02,489 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl] with qualifiers [@Any @Default] of org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl@1a685229
14:14:02,490 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl] with qualifiers [@Any @Default] of org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl@66355607
14:14:02,491 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl] with qualifiers [@Any @Default] of org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl@653e4aba
14:14:02,492 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl] with qualifiers [@Any @Default] of org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl@5c9c2d43
14:14:02,493 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl] with qualifiers [@Any @Default] of org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl@115fb935
14:14:02,495 INFO [org.jboss.weld.deployer] JBAS016009: Stopping weld service for deployment ag-push.war
14:14:02,498 INFO [org.jboss.as.jpa] JBAS011403: Stopping Persistence Unit Service 'ag-push.war#forge-default'
14:14:02,506 INFO [com.arjuna.ats.jbossatx] ARJUNA032018: Destroying TransactionManagerService
14:14:02,506 INFO [com.arjuna.ats.jbossatx] ARJUNA032014: Stopping transaction recovery manager
14:14:02,517 INFO [org.jboss.as.server.deployment] JBAS015877: Stopped deployment ag-push.war in 63ms
14:14:02,668 INFO [org.apache.coyote.http11.Http11Protocol] Pausing Coyote HTTP/1.1 on http--0.0.0.0-8080
14:14:02,669 INFO [org.apache.coyote.http11.Http11Protocol] Stopping Coyote HTTP/1.1 on http--0.0.0.0-8080
14:14:02,674 INFO [org.jboss.as] JBAS015950: JBoss AS 7.1.1.Final "Brontes" stopped in 216ms
corinne-mbp:jboss-as-7.1.1.Final corinne$
corinne-mbp:jboss-as-7.1.1.Final corinne$ bin/standalone.sh -b 0.0.0.0
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /Users/corinne/jboss-as-7.1.1.Final
JAVA: java
JAVA_OPTS: -server -XX:+UseCompressedOops -XX:+TieredCompilation -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml
=========================================================================
14:14:11,206 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
14:14:11,340 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
14:14:11,378 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting
14:14:11,921 INFO [org.xnio] XNIO Version 3.0.3.GA
14:14:11,922 INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
14:14:11,932 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
14:14:11,939 INFO [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
14:14:11,952 INFO [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
14:14:11,956 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 26) JBAS016200: Activating ConfigAdmin Subsystem
14:14:11,966 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem.
14:14:11,972 INFO [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013101: Activating Security Subsystem
14:14:11,976 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem
14:14:11,976 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011940: Activating OSGi Subsystem
14:14:11,979 INFO [org.jboss.as.security] (MSC service thread 1-12) JBAS013100: Current PicketBox version=4.0.7.Final
14:14:11,996 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
14:14:12,014 INFO [org.jboss.as.connector] (MSC service thread 1-7) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
14:14:12,054 INFO [org.jboss.as.naming] (MSC service thread 1-4) JBAS011802: Starting Naming Service
14:14:12,068 INFO [org.jboss.as.mail.extension] (MSC service thread 1-11) JBAS015400: Bound mail session [java:jboss/mail/Default]
14:14:12,096 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
14:14:12,099 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-1) JBoss Web Services - Stack CXF Server 4.0.2.GA
14:14:12,227 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Starting Coyote HTTP/1.1 on http--0.0.0.0-8080
14:14:12,387 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "ag-push.war"
14:14:12,390 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-16) JBAS015012: Started FileSystemDeploymentService for directory /Users/corinne/jboss-as-7.1.1.Final/standalone/deployments
14:14:12,399 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /127.0.0.1:9999
14:14:12,401 INFO [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on /0.0.0.0:4447
14:14:12,483 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
14:14:12,931 INFO [org.jboss.as.pojo] (MSC service thread 1-2) JBAS017000: Found legacy bean/pojo namespace: urn:jboss:bean-deployer:2.0 - might be missing some xml features (potential exceptions).
14:14:12,938 WARN [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016003: Found beans.xml file in non-standard location: "/content/ag-push.war/WEB-INF/classes/META-INF/beans.xml", war deployments should place beans.xml files into WEB-INF/beans.xml
14:14:13,072 INFO [org.jboss.as.jpa] (MSC service thread 1-2) JBAS011401: Read persistence.xml for forge-default
14:14:13,178 INFO [org.jboss.weld.deployer] (MSC service thread 1-8) JBAS016002: Processing weld deployment ag-push.war
14:14:13,184 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-8) JNDI bindings for session bean named PushApplicationEndpoint in deployment unit deployment "ag-push.war" are as follows:
java:global/ag-push/PushApplicationEndpoint!org.aerogear.connectivity.rest.PushApplicationEndpoint
java:app/ag-push/PushApplicationEndpoint!org.aerogear.connectivity.rest.PushApplicationEndpoint
java:module/PushApplicationEndpoint!org.aerogear.connectivity.rest.PushApplicationEndpoint
java:global/ag-push/PushApplicationEndpoint
java:app/ag-push/PushApplicationEndpoint
java:module/PushApplicationEndpoint
14:14:13,185 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-8) JNDI bindings for session bean named SenderEndpoint in deployment unit deployment "ag-push.war" are as follows:
java:global/ag-push/SenderEndpoint!org.aerogear.connectivity.rest.SenderEndpoint
java:app/ag-push/SenderEndpoint!org.aerogear.connectivity.rest.SenderEndpoint
java:module/SenderEndpoint!org.aerogear.connectivity.rest.SenderEndpoint
java:global/ag-push/SenderEndpoint
java:app/ag-push/SenderEndpoint
java:module/SenderEndpoint
14:14:13,186 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-8) JNDI bindings for session bean named MobileApplicationInstanceEndpoint in deployment unit deployment "ag-push.war" are as follows:
java:global/ag-push/MobileApplicationInstanceEndpoint!org.aerogear.connectivity.rest.MobileApplicationInstanceEndpoint
java:app/ag-push/MobileApplicationInstanceEndpoint!org.aerogear.connectivity.rest.MobileApplicationInstanceEndpoint
java:module/MobileApplicationInstanceEndpoint!org.aerogear.connectivity.rest.MobileApplicationInstanceEndpoint
java:global/ag-push/MobileApplicationInstanceEndpoint
java:app/ag-push/MobileApplicationInstanceEndpoint
java:module/MobileApplicationInstanceEndpoint
14:14:13,360 INFO [org.jboss.weld.deployer] (MSC service thread 1-15) JBAS016005: Starting Services for CDI deployment: ag-push.war
14:14:13,380 INFO [org.jboss.weld.Version] (MSC service thread 1-15) WELD-000900 1.1.5 (AS71)
14:14:13,404 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-13) JBAS010400: Bound data source [jboss/datasources/PushEEDS]
14:14:13,404 INFO [org.jboss.as.jpa] (MSC service thread 1-8) JBAS011402: Starting Persistence Unit Service 'ag-push.war#forge-default'
14:14:13,511 INFO [org.hibernate.annotations.common.Version] (MSC service thread 1-8) HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
14:14:13,516 INFO [org.hibernate.Version] (MSC service thread 1-8) HHH000412: Hibernate Core {4.0.1.Final}
14:14:13,518 INFO [org.hibernate.cfg.Environment] (MSC service thread 1-8) HHH000206: hibernate.properties not found
14:14:13,519 INFO [org.hibernate.cfg.Environment] (MSC service thread 1-8) HHH000021: Bytecode provider name : javassist
14:14:13,531 INFO [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-8) HHH000204: Processing PersistenceUnitInfo [
name: forge-default
...]
14:14:13,552 WARN [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-8) HHH000059: Defining hibernate.transaction.flush_before_completion=true ignored in HEM
14:14:13,701 INFO [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (MSC service thread 1-8) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
14:14:13,959 INFO [org.hibernate.dialect.Dialect] (MSC service thread 1-8) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
14:14:13,962 WARN [org.hibernate.dialect.H2Dialect] (MSC service thread 1-8) HHH000431: Unable to determine H2 database version, certain features may not work
14:14:13,964 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (MSC service thread 1-8) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
14:14:13,971 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-8) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
14:14:13,973 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-8) HHH000397: Using ASTQueryTranslatorFactory
14:14:13,992 INFO [org.hibernate.validator.util.Version] (MSC service thread 1-8) Hibernate Validator 4.2.0.Final
14:14:14,111 WARN [org.hibernate.id.UUIDHexGenerator] (MSC service thread 1-8) HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
14:14:14,238 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-8) HHH000228: Running hbm2ddl schema update
14:14:14,239 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-8) HHH000102: Fetching database metadata
14:14:14,244 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-8) HHH000396: Updating schema
14:14:14,257 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.ABSTRACTMOBILEAPPLICATION
14:14:14,257 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000037: Columns: [id, description, name]
14:14:14,258 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000108: Foreign keys: []
14:14:14,258 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000126: Indexes: [primary_key_1]
14:14:14,262 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.ABSTRACTMOBILEAPPLICATION_MOBILEAPPLICATIONINSTANCE
14:14:14,263 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000037: Columns: [abstractmobileapplication_id, instances_id]
14:14:14,263 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000108: Foreign keys: [fkf9456290488b4252, fkf9456290c00eacd7]
14:14:14,264 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000126: Indexes: [constraint_index_b, primary_key_b]
14:14:14,269 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.ANDROIDAPPLICATION
14:14:14,269 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000037: Columns: [id, googlekey]
14:14:14,270 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000108: Foreign keys: [fk37122781da994cbf]
14:14:14,270 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000126: Indexes: [primary_key_c]
14:14:14,273 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.MOBILEAPPLICATIONINSTANCE
14:14:14,274 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000037: Columns: [id, mobileoperatingsystem, category, clientidentifier, devicetype, devicetoken, osversion]
14:14:14,275 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000108: Foreign keys: []
14:14:14,275 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000126: Indexes: [primary_key_2]
14:14:14,280 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.PUSHAPPLICATION
14:14:14,280 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000037: Columns: [id, description, name]
14:14:14,281 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000108: Foreign keys: []
14:14:14,281 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000126: Indexes: [primary_key_6]
14:14:14,286 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.PUSHAPPLICATION_ANDROIDAPPLICATION
14:14:14,286 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000037: Columns: [androidapps_id, pushapplication_id]
14:14:14,287 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000108: Foreign keys: [fkc21a14aa35f7b2c2, fkc21a14aaf77d8032]
14:14:14,287 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000126: Indexes: [constraint_index_a, primary_key_a]
14:14:14,291 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.PUSHAPPLICATION_SIMPLEPUSHAPPLICATION
14:14:14,292 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000037: Columns: [pushapplication_id, simplepushapps_id]
14:14:14,292 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000108: Foreign keys: [fk31f7fbdbf77d8032, fk31f7fbdb4f128ad8]
14:14:14,293 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000126: Indexes: [primary_key_13, constraint_index_1]
14:14:14,298 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.PUSHAPPLICATION_IOSAPPLICATION
14:14:14,300 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000037: Columns: [pushapplication_id, iosapps_id]
14:14:14,302 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000108: Foreign keys: [fkc663e8acf77d8032, fkc663e8acf1923ee6]
14:14:14,302 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000126: Indexes: [primary_key_5, constraint_index_5]
14:14:14,306 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.SIMPLEPUSHAPPLICATION
14:14:14,307 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000037: Columns: [id, pushnetworkurl]
14:14:14,307 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000108: Foreign keys: [fk29065a4da994cbf]
14:14:14,308 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000126: Indexes: [primary_key_9]
14:14:14,311 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.IOSAPPLICATION
14:14:14,312 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000037: Columns: [id, cert, passphrase]
14:14:14,312 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000108: Foreign keys: [fk7d0cff03da994cbf]
14:14:14,313 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000126: Indexes: [primary_key_5e]
14:14:14,314 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-8) HHH000232: Schema update complete
@corinnekrych
Copy link
Author

14:12:57,911 ERROR org.jboss.weld.Bean WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.PushApplicationDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.PushApplicationDaoImpl@2c9d9b0c
14:12:57,912 ERROR org.jboss.weld.Bean WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.SimplePushApplicationDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.SimplePushApplicationDaoImpl@6250cd56
14:12:57,914 ERROR org.jboss.ejb3.invocation JBAS014134: EJB Invocation failed on component SenderEndpoint for method public javax.ws.rs.core.Response org.aerogear.connectivity.rest.SenderEndpoint.notifyGivenChannels(java.util.Map,java.lang.String): javax.ejb.EJBException: java.lang.NullPointerException
at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInOurTx(CMTTxInterceptor.java:166) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:230) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:304) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:190) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:32) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:173) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.aerogear.connectivity.rest.SenderEndpoint$$$view2.notifyGivenChannels(Unknown Source) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:264) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:52) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:137) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:260) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:111) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:105) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.aerogear.connectivity.rest.SenderEndpoint$Proxy$_$$Weld$Proxy$.notifyGivenChannels(SenderEndpoint$Proxy$$$_Weld$Proxy$.java) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:155) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:257) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:222) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:211) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:525) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:502) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.3.2.Final.jar:]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:62) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:]
at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_15]
Caused by: java.lang.NullPointerException
at org.aerogear.connectivity.rest.SenderEndpoint.notifyGivenChannels(SenderEndpoint.java:112) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:127) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:135) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:82) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:228) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
... 64 more

14:12:57,934 ERROR org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/ag-push].[org.aerogear.connectivity.RestApplication] Servlet.service() for servlet org.aerogear.connectivity.RestApplication threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.NullPointerException
at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:340) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:540) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:502) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.3.2.Final.jar:]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:62) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:]
at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_15]
Caused by: java.lang.NullPointerException
at org.aerogear.connectivity.rest.SenderEndpoint.notifyGivenChannels(SenderEndpoint.java:112) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:127) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:135) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:82) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:228) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:304) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:190) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:32) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:173) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.aerogear.connectivity.rest.SenderEndpoint$$$view2.notifyGivenChannels(Unknown Source) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:264) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:52) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:137) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:260) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:111) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:105) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.aerogear.connectivity.rest.SenderEndpoint$Proxy$_$$Weld$Proxy$.notifyGivenChannels(SenderEndpoint$Proxy$$$_Weld$Proxy$.java) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:155) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:257) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:222) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:211) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:525) [resteasy-jaxrs-2.3.2.Final.jar:]
... 23 more

^C14:14:02,464 INFO [org.jboss.as.osgi](MSC service thread 1-6) JBAS011942: Stopping OSGi Framework
14:14:02,467 INFO [org.jboss.as.logging] JBAS011503: Restored bootstrap log handlers
14:14:02,471 INFO [org.apache.catalina.core.StandardContext] Container org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/] has not been started
14:14:02,487 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl@edb3e9f
14:14:02,489 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl@1a685229
14:14:02,490 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl@66355607
14:14:02,491 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl@653e4aba
14:14:02,492 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl@5c9c2d43
14:14:02,493 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl@115fb935
14:14:02,495 INFO [org.jboss.weld.deployer] JBAS016009: Stopping weld service for deployment ag-push.war
14:14:02,498 INFO [org.jboss.as.jpa] JBAS011403: Stopping Persistence Unit Service 'ag-push.war#forge-default'
14:14:02,506 INFO [com.arjuna.ats.jbossatx] ARJUNA032018: Destroying TransactionManagerService
14:14:02,506 INFO [com.arjuna.ats.jbossatx] ARJUNA032014: Stopping transaction recovery manager
14:14:02,517 INFO [org.jboss.as.server.deployment] JBAS015877: Stopped deployment ag-push.war in 63ms
14:14:02,668 INFO [org.apache.coyote.http11.Http11Protocol] Pausing Coyote HTTP/1.1 on http--0.0.0.0-8080
14:14:02,669 INFO [org.apache.coyote.http11.Http11Protocol] Stopping Coyote HTTP/1.1 on http--0.0.0.0-8080
14:14:02,674 INFO [org.jboss.as] JBAS015950: JBoss AS 7.1.1.Final "Brontes" stopped in 216ms
corinne-mbp:jboss-as-7.1.1.Final corinne$

corinne-mbp:jboss-as-7.1.1.Final corinne$ bin/standalone.sh -b 0.0.0.0

JBoss Bootstrap Environment

JBOSS_HOME: /Users/corinne/jboss-as-7.1.1.Final

JAVA: java

JAVA_OPTS: -server -XX:+UseCompressedOops -XX:+TieredCompilation -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml

14:14:11,206 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
14:14:11,340 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
14:14:11,378 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting
14:14:11,921 INFO [org.xnio] XNIO Version 3.0.3.GA
14:14:11,922 INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
14:14:11,932 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
14:14:11,939 INFO [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
14:14:11,952 INFO [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
14:14:11,956 INFO [org.jboss.as.configadmin](ServerService Thread Pool -- 26) JBAS016200: Activating ConfigAdmin Subsystem
14:14:11,966 INFO [org.jboss.as.clustering.infinispan](ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem.
14:14:11,972 INFO [org.jboss.as.security](ServerService Thread Pool -- 44) JBAS013101: Activating Security Subsystem
14:14:11,976 INFO [org.jboss.as.naming](ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem
14:14:11,976 INFO [org.jboss.as.osgi](ServerService Thread Pool -- 39) JBAS011940: Activating OSGi Subsystem
14:14:11,979 INFO [org.jboss.as.security](MSC service thread 1-12) JBAS013100: Current PicketBox version=4.0.7.Final
14:14:11,996 INFO [org.jboss.as.webservices](ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
14:14:12,014 INFO [org.jboss.as.connector](MSC service thread 1-7) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
14:14:12,054 INFO [org.jboss.as.naming](MSC service thread 1-4) JBAS011802: Starting Naming Service
14:14:12,068 INFO [org.jboss.as.mail.extension](MSC service thread 1-11) JBAS015400: Bound mail session [java:jboss/mail/Default]
14:14:12,096 INFO [org.jboss.as.connector.subsystems.datasources](ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
14:14:12,099 INFO [org.jboss.ws.common.management.AbstractServerConfig](MSC service thread 1-1) JBoss Web Services - Stack CXF Server 4.0.2.GA
14:14:12,227 INFO [org.apache.coyote.http11.Http11Protocol](MSC service thread 1-1) Starting Coyote HTTP/1.1 on http--0.0.0.0-8080
14:14:12,387 INFO [org.jboss.as.server.deployment](MSC service thread 1-8) JBAS015876: Starting deployment of "ag-push.war"
14:14:12,390 INFO [org.jboss.as.server.deployment.scanner](MSC service thread 1-16) JBAS015012: Started FileSystemDeploymentService for directory /Users/corinne/jboss-as-7.1.1.Final/standalone/deployments
14:14:12,399 INFO [org.jboss.as.remoting](MSC service thread 1-1) JBAS017100: Listening on /127.0.0.1:9999
14:14:12,401 INFO [org.jboss.as.remoting](MSC service thread 1-2) JBAS017100: Listening on /0.0.0.0:4447
14:14:12,483 INFO [org.jboss.as.connector.subsystems.datasources](MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
14:14:12,931 INFO [org.jboss.as.pojo](MSC service thread 1-2) JBAS017000: Found legacy bean/pojo namespace: urn:jboss:bean-deployer:2.0 - might be missing some xml features (potential exceptions).
14:14:12,938 WARN [org.jboss.weld.deployer](MSC service thread 1-2) JBAS016003: Found beans.xml file in non-standard location: "/content/ag-push.war/WEB-INF/classes/META-INF/beans.xml", war deployments should place beans.xml files into WEB-INF/beans.xml
14:14:13,072 INFO [org.jboss.as.jpa](MSC service thread 1-2) JBAS011401: Read persistence.xml for forge-default
14:14:13,178 INFO [org.jboss.weld.deployer](MSC service thread 1-8) JBAS016002: Processing weld deployment ag-push.war
14:14:13,184 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor](MSC service thread 1-8) JNDI bindings for session bean named PushApplicationEndpoint in deployment unit deployment "ag-push.war" are as follows:

java:global/ag-push/PushApplicationEndpoint!org.aerogear.connectivity.rest.PushApplicationEndpoint
java:app/ag-push/PushApplicationEndpoint!org.aerogear.connectivity.rest.PushApplicationEndpoint
java:module/PushApplicationEndpoint!org.aerogear.connectivity.rest.PushApplicationEndpoint
java:global/ag-push/PushApplicationEndpoint
java:app/ag-push/PushApplicationEndpoint
java:module/PushApplicationEndpoint

14:14:13,185 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor](MSC service thread 1-8) JNDI bindings for session bean named SenderEndpoint in deployment unit deployment "ag-push.war" are as follows:

java:global/ag-push/SenderEndpoint!org.aerogear.connectivity.rest.SenderEndpoint
java:app/ag-push/SenderEndpoint!org.aerogear.connectivity.rest.SenderEndpoint
java:module/SenderEndpoint!org.aerogear.connectivity.rest.SenderEndpoint
java:global/ag-push/SenderEndpoint
java:app/ag-push/SenderEndpoint
java:module/SenderEndpoint

14:14:13,186 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor](MSC service thread 1-8) JNDI bindings for session bean named MobileApplicationInstanceEndpoint in deployment unit deployment "ag-push.war" are as follows:

java:global/ag-push/MobileApplicationInstanceEndpoint!org.aerogear.connectivity.rest.MobileApplicationInstanceEndpoint
java:app/ag-push/MobileApplicationInstanceEndpoint!org.aerogear.connectivity.rest.MobileApplicationInstanceEndpoint
java:module/MobileApplicationInstanceEndpoint!org.aerogear.connectivity.rest.MobileApplicationInstanceEndpoint
java:global/ag-push/MobileApplicationInstanceEndpoint
java:app/ag-push/MobileApplicationInstanceEndpoint
java:module/MobileApplicationInstanceEndpoint

14:14:13,360 INFO [org.jboss.weld.deployer](MSC service thread 1-15) JBAS016005: Starting Services for CDI deployment: ag-push.war
14:14:13,380 INFO [org.jboss.weld.Version](MSC service thread 1-15) WELD-000900 1.1.5 (AS71)
14:14:13,404 INFO [org.jboss.as.connector.subsystems.datasources](MSC service thread 1-13) JBAS010400: Bound data source [jboss/datasources/PushEEDS]
14:14:13,404 INFO [org.jboss.as.jpa](MSC service thread 1-8) JBAS011402: Starting Persistence Unit Service 'ag-push.war#forge-default'
14:14:13,511 INFO [org.hibernate.annotations.common.Version](MSC service thread 1-8) HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
14:14:13,516 INFO [org.hibernate.Version](MSC service thread 1-8) HHH000412: Hibernate Core {4.0.1.Final}
14:14:13,518 INFO [org.hibernate.cfg.Environment](MSC service thread 1-8) HHH000206: hibernate.properties not found
14:14:13,519 INFO [org.hibernate.cfg.Environment](MSC service thread 1-8) HHH000021: Bytecode provider name : javassist
14:14:13,531 INFO [org.hibernate.ejb.Ejb3Configuration](MSC service thread 1-8) HHH000204: Processing PersistenceUnitInfo [
name: forge-default
...]
14:14:13,552 WARN [org.hibernate.ejb.Ejb3Configuration](MSC service thread 1-8) HHH000059: Defining hibernate.transaction.flush_before_completion=true ignored in HEM
14:14:13,701 INFO [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator](MSC service thread 1-8) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
14:14:13,959 INFO [org.hibernate.dialect.Dialect](MSC service thread 1-8) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
14:14:13,962 WARN [org.hibernate.dialect.H2Dialect](MSC service thread 1-8) HHH000431: Unable to determine H2 database version, certain features may not work
14:14:13,964 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder](MSC service thread 1-8) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
14:14:13,971 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator](MSC service thread 1-8) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
14:14:13,973 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory](MSC service thread 1-8) HHH000397: Using ASTQueryTranslatorFactory
14:14:13,992 INFO [org.hibernate.validator.util.Version](MSC service thread 1-8) Hibernate Validator 4.2.0.Final
14:14:14,111 WARN [org.hibernate.id.UUIDHexGenerator](MSC service thread 1-8) HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
14:14:14,238 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate](MSC service thread 1-8) HHH000228: Running hbm2ddl schema update
14:14:14,239 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate](MSC service thread 1-8) HHH000102: Fetching database metadata
14:14:14,244 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate](MSC service thread 1-8) HHH000396: Updating schema
14:14:14,257 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.ABSTRACTMOBILEAPPLICATION
14:14:14,257 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [id, description, name]
14:14:14,258 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: []
14:14:14,258 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_1]
14:14:14,262 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.ABSTRACTMOBILEAPPLICATION_MOBILEAPPLICATIONINSTANCE
14:14:14,263 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [abstractmobileapplication_id, instances_id]
14:14:14,263 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fkf9456290488b4252, fkf9456290c00eacd7]
14:14:14,264 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [constraint_index_b, primary_key_b]
14:14:14,269 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.ANDROIDAPPLICATION
14:14:14,269 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [id, googlekey]
14:14:14,270 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fk37122781da994cbf]
14:14:14,270 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_c]
14:14:14,273 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.MOBILEAPPLICATIONINSTANCE
14:14:14,274 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [id, mobileoperatingsystem, category, clientidentifier, devicetype, devicetoken, osversion]
14:14:14,275 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: []
14:14:14,275 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_2]
14:14:14,280 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.PUSHAPPLICATION
14:14:14,280 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [id, description, name]
14:14:14,281 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: []
14:14:14,281 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_6]
14:14:14,286 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.PUSHAPPLICATION_ANDROIDAPPLICATION
14:14:14,286 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [androidapps_id, pushapplication_id]
14:14:14,287 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fkc21a14aa35f7b2c2, fkc21a14aaf77d8032]
14:14:14,287 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [constraint_index_a, primary_key_a]
14:14:14,291 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.PUSHAPPLICATION_SIMPLEPUSHAPPLICATION
14:14:14,292 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [pushapplication_id, simplepushapps_id]
14:14:14,292 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fk31f7fbdbf77d8032, fk31f7fbdb4f128ad8]
14:14:14,293 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_13, constraint_index_1]
14:14:14,298 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.PUSHAPPLICATION_IOSAPPLICATION
14:14:14,300 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [pushapplication_id, iosapps_id]
14:14:14,302 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fkc663e8acf77d8032, fkc663e8acf1923ee6]
14:14:14,302 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_5, constraint_index_5]
14:14:14,306 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.SIMPLEPUSHAPPLICATION
14:14:14,307 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [id, pushnetworkurl]
14:14:14,307 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fk29065a4da994cbf]
14:14:14,308 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_9]
14:14:14,311 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.IOSAPPLICATION
14:14:14,312 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [id, cert, passphrase]
14:14:14,312 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fk7d0cff03da994cbf]
14:14:14,313 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_5e]
14:14:14,314 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate](MSC service thread 1-8) HHH000232: Schema update complete

@corinnekrych
Copy link
Author

14:12:57,911 ERROR org.jboss.weld.Bean WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.PushApplicationDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.PushApplicationDaoImpl@2c9d9b0c
14:12:57,912 ERROR org.jboss.weld.Bean WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.SimplePushApplicationDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.SimplePushApplicationDaoImpl@6250cd56
14:12:57,914 ERROR org.jboss.ejb3.invocation JBAS014134: EJB Invocation failed on component SenderEndpoint for method public javax.ws.rs.core.Response org.aerogear.connectivity.rest.SenderEndpoint.notifyGivenChannels(java.util.Map,java.lang.String): javax.ejb.EJBException: java.lang.NullPointerException
at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInOurTx(CMTTxInterceptor.java:166) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:230) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:304) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:190) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:32) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:173) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.aerogear.connectivity.rest.SenderEndpoint$$$view2.notifyGivenChannels(Unknown Source) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:264) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:52) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:137) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:260) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:111) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:105) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.aerogear.connectivity.rest.SenderEndpoint$Proxy$_$$Weld$Proxy$.notifyGivenChannels(SenderEndpoint$Proxy$$$_Weld$Proxy$.java) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:155) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:257) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:222) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:211) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:525) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:502) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.3.2.Final.jar:]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:62) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:]
at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_15]
Caused by: java.lang.NullPointerException
at org.aerogear.connectivity.rest.SenderEndpoint.notifyGivenChannels(SenderEndpoint.java:112) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:127) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:135) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:82) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:228) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
... 64 more

14:12:57,934 ERROR org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/ag-push].[org.aerogear.connectivity.RestApplication] Servlet.service() for servlet org.aerogear.connectivity.RestApplication threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.NullPointerException
at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:340) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:540) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:502) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.3.2.Final.jar:]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:62) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:]
at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_15]
Caused by: java.lang.NullPointerException
at org.aerogear.connectivity.rest.SenderEndpoint.notifyGivenChannels(SenderEndpoint.java:112) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:127) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:135) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:82) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:228) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:304) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:190) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:32) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:173) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.aerogear.connectivity.rest.SenderEndpoint$$$view2.notifyGivenChannels(Unknown Source) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:264) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:52) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:137) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:260) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:111) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:105) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.aerogear.connectivity.rest.SenderEndpoint$Proxy$_$$Weld$Proxy$.notifyGivenChannels(SenderEndpoint$Proxy$$$_Weld$Proxy$.java) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:155) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:257) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:222) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:211) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:525) [resteasy-jaxrs-2.3.2.Final.jar:]
... 23 more

^C14:14:02,464 INFO [org.jboss.as.osgi](MSC service thread 1-6) JBAS011942: Stopping OSGi Framework
14:14:02,467 INFO [org.jboss.as.logging] JBAS011503: Restored bootstrap log handlers
14:14:02,471 INFO [org.apache.catalina.core.StandardContext] Container org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/] has not been started
14:14:02,487 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl@edb3e9f
14:14:02,489 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl@1a685229
14:14:02,490 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl@66355607
14:14:02,491 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl@653e4aba
14:14:02,492 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl@5c9c2d43
14:14:02,493 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl@115fb935
14:14:02,495 INFO [org.jboss.weld.deployer] JBAS016009: Stopping weld service for deployment ag-push.war
14:14:02,498 INFO [org.jboss.as.jpa] JBAS011403: Stopping Persistence Unit Service 'ag-push.war#forge-default'
14:14:02,506 INFO [com.arjuna.ats.jbossatx] ARJUNA032018: Destroying TransactionManagerService
14:14:02,506 INFO [com.arjuna.ats.jbossatx] ARJUNA032014: Stopping transaction recovery manager
14:14:02,517 INFO [org.jboss.as.server.deployment] JBAS015877: Stopped deployment ag-push.war in 63ms
14:14:02,668 INFO [org.apache.coyote.http11.Http11Protocol] Pausing Coyote HTTP/1.1 on http--0.0.0.0-8080
14:14:02,669 INFO [org.apache.coyote.http11.Http11Protocol] Stopping Coyote HTTP/1.1 on http--0.0.0.0-8080
14:14:02,674 INFO [org.jboss.as] JBAS015950: JBoss AS 7.1.1.Final "Brontes" stopped in 216ms
corinne-mbp:jboss-as-7.1.1.Final corinne$

corinne-mbp:jboss-as-7.1.1.Final corinne$ bin/standalone.sh -b 0.0.0.0

JBoss Bootstrap Environment

JBOSS_HOME: /Users/corinne/jboss-as-7.1.1.Final

JAVA: java

JAVA_OPTS: -server -XX:+UseCompressedOops -XX:+TieredCompilation -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml

14:14:11,206 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
14:14:11,340 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
14:14:11,378 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting
14:14:11,921 INFO [org.xnio] XNIO Version 3.0.3.GA
14:14:11,922 INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
14:14:11,932 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
14:14:11,939 INFO [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
14:14:11,952 INFO [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
14:14:11,956 INFO [org.jboss.as.configadmin](ServerService Thread Pool -- 26) JBAS016200: Activating ConfigAdmin Subsystem
14:14:11,966 INFO [org.jboss.as.clustering.infinispan](ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem.
14:14:11,972 INFO [org.jboss.as.security](ServerService Thread Pool -- 44) JBAS013101: Activating Security Subsystem
14:14:11,976 INFO [org.jboss.as.naming](ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem
14:14:11,976 INFO [org.jboss.as.osgi](ServerService Thread Pool -- 39) JBAS011940: Activating OSGi Subsystem
14:14:11,979 INFO [org.jboss.as.security](MSC service thread 1-12) JBAS013100: Current PicketBox version=4.0.7.Final
14:14:11,996 INFO [org.jboss.as.webservices](ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
14:14:12,014 INFO [org.jboss.as.connector](MSC service thread 1-7) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
14:14:12,054 INFO [org.jboss.as.naming](MSC service thread 1-4) JBAS011802: Starting Naming Service
14:14:12,068 INFO [org.jboss.as.mail.extension](MSC service thread 1-11) JBAS015400: Bound mail session [java:jboss/mail/Default]
14:14:12,096 INFO [org.jboss.as.connector.subsystems.datasources](ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
14:14:12,099 INFO [org.jboss.ws.common.management.AbstractServerConfig](MSC service thread 1-1) JBoss Web Services - Stack CXF Server 4.0.2.GA
14:14:12,227 INFO [org.apache.coyote.http11.Http11Protocol](MSC service thread 1-1) Starting Coyote HTTP/1.1 on http--0.0.0.0-8080
14:14:12,387 INFO [org.jboss.as.server.deployment](MSC service thread 1-8) JBAS015876: Starting deployment of "ag-push.war"
14:14:12,390 INFO [org.jboss.as.server.deployment.scanner](MSC service thread 1-16) JBAS015012: Started FileSystemDeploymentService for directory /Users/corinne/jboss-as-7.1.1.Final/standalone/deployments
14:14:12,399 INFO [org.jboss.as.remoting](MSC service thread 1-1) JBAS017100: Listening on /127.0.0.1:9999
14:14:12,401 INFO [org.jboss.as.remoting](MSC service thread 1-2) JBAS017100: Listening on /0.0.0.0:4447
14:14:12,483 INFO [org.jboss.as.connector.subsystems.datasources](MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
14:14:12,931 INFO [org.jboss.as.pojo](MSC service thread 1-2) JBAS017000: Found legacy bean/pojo namespace: urn:jboss:bean-deployer:2.0 - might be missing some xml features (potential exceptions).
14:14:12,938 WARN [org.jboss.weld.deployer](MSC service thread 1-2) JBAS016003: Found beans.xml file in non-standard location: "/content/ag-push.war/WEB-INF/classes/META-INF/beans.xml", war deployments should place beans.xml files into WEB-INF/beans.xml
14:14:13,072 INFO [org.jboss.as.jpa](MSC service thread 1-2) JBAS011401: Read persistence.xml for forge-default
14:14:13,178 INFO [org.jboss.weld.deployer](MSC service thread 1-8) JBAS016002: Processing weld deployment ag-push.war
14:14:13,184 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor](MSC service thread 1-8) JNDI bindings for session bean named PushApplicationEndpoint in deployment unit deployment "ag-push.war" are as follows:

java:global/ag-push/PushApplicationEndpoint!org.aerogear.connectivity.rest.PushApplicationEndpoint
java:app/ag-push/PushApplicationEndpoint!org.aerogear.connectivity.rest.PushApplicationEndpoint
java:module/PushApplicationEndpoint!org.aerogear.connectivity.rest.PushApplicationEndpoint
java:global/ag-push/PushApplicationEndpoint
java:app/ag-push/PushApplicationEndpoint
java:module/PushApplicationEndpoint

14:14:13,185 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor](MSC service thread 1-8) JNDI bindings for session bean named SenderEndpoint in deployment unit deployment "ag-push.war" are as follows:

java:global/ag-push/SenderEndpoint!org.aerogear.connectivity.rest.SenderEndpoint
java:app/ag-push/SenderEndpoint!org.aerogear.connectivity.rest.SenderEndpoint
java:module/SenderEndpoint!org.aerogear.connectivity.rest.SenderEndpoint
java:global/ag-push/SenderEndpoint
java:app/ag-push/SenderEndpoint
java:module/SenderEndpoint

14:14:13,186 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor](MSC service thread 1-8) JNDI bindings for session bean named MobileApplicationInstanceEndpoint in deployment unit deployment "ag-push.war" are as follows:

java:global/ag-push/MobileApplicationInstanceEndpoint!org.aerogear.connectivity.rest.MobileApplicationInstanceEndpoint
java:app/ag-push/MobileApplicationInstanceEndpoint!org.aerogear.connectivity.rest.MobileApplicationInstanceEndpoint
java:module/MobileApplicationInstanceEndpoint!org.aerogear.connectivity.rest.MobileApplicationInstanceEndpoint
java:global/ag-push/MobileApplicationInstanceEndpoint
java:app/ag-push/MobileApplicationInstanceEndpoint
java:module/MobileApplicationInstanceEndpoint

14:14:13,360 INFO [org.jboss.weld.deployer](MSC service thread 1-15) JBAS016005: Starting Services for CDI deployment: ag-push.war
14:14:13,380 INFO [org.jboss.weld.Version](MSC service thread 1-15) WELD-000900 1.1.5 (AS71)
14:14:13,404 INFO [org.jboss.as.connector.subsystems.datasources](MSC service thread 1-13) JBAS010400: Bound data source [jboss/datasources/PushEEDS]
14:14:13,404 INFO [org.jboss.as.jpa](MSC service thread 1-8) JBAS011402: Starting Persistence Unit Service 'ag-push.war#forge-default'
14:14:13,511 INFO [org.hibernate.annotations.common.Version](MSC service thread 1-8) HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
14:14:13,516 INFO [org.hibernate.Version](MSC service thread 1-8) HHH000412: Hibernate Core {4.0.1.Final}
14:14:13,518 INFO [org.hibernate.cfg.Environment](MSC service thread 1-8) HHH000206: hibernate.properties not found
14:14:13,519 INFO [org.hibernate.cfg.Environment](MSC service thread 1-8) HHH000021: Bytecode provider name : javassist
14:14:13,531 INFO [org.hibernate.ejb.Ejb3Configuration](MSC service thread 1-8) HHH000204: Processing PersistenceUnitInfo [
name: forge-default
...]
14:14:13,552 WARN [org.hibernate.ejb.Ejb3Configuration](MSC service thread 1-8) HHH000059: Defining hibernate.transaction.flush_before_completion=true ignored in HEM
14:14:13,701 INFO [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator](MSC service thread 1-8) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
14:14:13,959 INFO [org.hibernate.dialect.Dialect](MSC service thread 1-8) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
14:14:13,962 WARN [org.hibernate.dialect.H2Dialect](MSC service thread 1-8) HHH000431: Unable to determine H2 database version, certain features may not work
14:14:13,964 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder](MSC service thread 1-8) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
14:14:13,971 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator](MSC service thread 1-8) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
14:14:13,973 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory](MSC service thread 1-8) HHH000397: Using ASTQueryTranslatorFactory
14:14:13,992 INFO [org.hibernate.validator.util.Version](MSC service thread 1-8) Hibernate Validator 4.2.0.Final
14:14:14,111 WARN [org.hibernate.id.UUIDHexGenerator](MSC service thread 1-8) HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
14:14:14,238 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate](MSC service thread 1-8) HHH000228: Running hbm2ddl schema update
14:14:14,239 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate](MSC service thread 1-8) HHH000102: Fetching database metadata
14:14:14,244 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate](MSC service thread 1-8) HHH000396: Updating schema
14:14:14,257 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.ABSTRACTMOBILEAPPLICATION
14:14:14,257 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [id, description, name]
14:14:14,258 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: []
14:14:14,258 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_1]
14:14:14,262 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.ABSTRACTMOBILEAPPLICATION_MOBILEAPPLICATIONINSTANCE
14:14:14,263 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [abstractmobileapplication_id, instances_id]
14:14:14,263 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fkf9456290488b4252, fkf9456290c00eacd7]
14:14:14,264 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [constraint_index_b, primary_key_b]
14:14:14,269 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.ANDROIDAPPLICATION
14:14:14,269 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [id, googlekey]
14:14:14,270 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fk37122781da994cbf]
14:14:14,270 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_c]
14:14:14,273 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.MOBILEAPPLICATIONINSTANCE
14:14:14,274 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [id, mobileoperatingsystem, category, clientidentifier, devicetype, devicetoken, osversion]
14:14:14,275 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: []
14:14:14,275 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_2]
14:14:14,280 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.PUSHAPPLICATION
14:14:14,280 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [id, description, name]
14:14:14,281 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: []
14:14:14,281 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_6]
14:14:14,286 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.PUSHAPPLICATION_ANDROIDAPPLICATION
14:14:14,286 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [androidapps_id, pushapplication_id]
14:14:14,287 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fkc21a14aa35f7b2c2, fkc21a14aaf77d8032]
14:14:14,287 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [constraint_index_a, primary_key_a]
14:14:14,291 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.PUSHAPPLICATION_SIMPLEPUSHAPPLICATION
14:14:14,292 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [pushapplication_id, simplepushapps_id]
14:14:14,292 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fk31f7fbdbf77d8032, fk31f7fbdb4f128ad8]
14:14:14,293 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_13, constraint_index_1]
14:14:14,298 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.PUSHAPPLICATION_IOSAPPLICATION
14:14:14,300 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [pushapplication_id, iosapps_id]
14:14:14,302 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fkc663e8acf77d8032, fkc663e8acf1923ee6]
14:14:14,302 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_5, constraint_index_5]
14:14:14,306 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.SIMPLEPUSHAPPLICATION
14:14:14,307 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [id, pushnetworkurl]
14:14:14,307 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fk29065a4da994cbf]
14:14:14,308 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_9]
14:14:14,311 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.IOSAPPLICATION
14:14:14,312 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [id, cert, passphrase]
14:14:14,312 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fk7d0cff03da994cbf]
14:14:14,313 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_5e]
14:14:14,314 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate](MSC service thread 1-8) HHH000232: Schema update complete

@corinnekrych
Copy link
Author

14:12:57,911 ERROR org.jboss.weld.Bean WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.PushApplicationDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.PushApplicationDaoImpl@2c9d9b0c
14:12:57,912 ERROR org.jboss.weld.Bean WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.SimplePushApplicationDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.SimplePushApplicationDaoImpl@6250cd56
14:12:57,914 ERROR org.jboss.ejb3.invocation JBAS014134: EJB Invocation failed on component SenderEndpoint for method public javax.ws.rs.core.Response org.aerogear.connectivity.rest.SenderEndpoint.notifyGivenChannels(java.util.Map,java.lang.String): javax.ejb.EJBException: java.lang.NullPointerException
at org.jboss.as.ejb3.tx.CMTTxInterceptor.handleExceptionInOurTx(CMTTxInterceptor.java:166) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:230) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:304) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:190) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:32) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:173) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.aerogear.connectivity.rest.SenderEndpoint$$$view2.notifyGivenChannels(Unknown Source) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:264) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:52) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:137) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:260) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:111) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:105) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.aerogear.connectivity.rest.SenderEndpoint$Proxy$_$$Weld$Proxy$.notifyGivenChannels(SenderEndpoint$Proxy$$$_Weld$Proxy$.java) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:155) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:257) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:222) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:211) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:525) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:502) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.3.2.Final.jar:]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:62) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:]
at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_15]
Caused by: java.lang.NullPointerException
at org.aerogear.connectivity.rest.SenderEndpoint.notifyGivenChannels(SenderEndpoint.java:112) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:127) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:135) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:82) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:228) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
... 64 more

14:12:57,934 ERROR org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/ag-push].[org.aerogear.connectivity.RestApplication] Servlet.service() for servlet org.aerogear.connectivity.RestApplication threw exception: org.jboss.resteasy.spi.UnhandledException: java.lang.NullPointerException
at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:340) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:214) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:190) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:540) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:502) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.3.2.Final.jar:]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:62) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:]
at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_15]
Caused by: java.lang.NullPointerException
at org.aerogear.connectivity.rest.SenderEndpoint.notifyGivenChannels(SenderEndpoint.java:112) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:127) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:135) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:82) [jboss-as-weld-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:228) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:304) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:190) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:32) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:173) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61) [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at org.aerogear.connectivity.rest.SenderEndpoint$$$view2.notifyGivenChannels(Unknown Source) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:264) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:52) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:137) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:260) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:111) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:105) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
at org.aerogear.connectivity.rest.SenderEndpoint$Proxy$_$$Weld$Proxy$.notifyGivenChannels(SenderEndpoint$Proxy$$$_Weld$Proxy$.java) [classes:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_15]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_15]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_15]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_15]
at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:155) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:257) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:222) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:211) [resteasy-jaxrs-2.3.2.Final.jar:]
at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:525) [resteasy-jaxrs-2.3.2.Final.jar:]
... 23 more

^C14:14:02,464 INFO [org.jboss.as.osgi](MSC service thread 1-6) JBAS011942: Stopping OSGi Framework
14:14:02,467 INFO [org.jboss.as.logging] JBAS011503: Restored bootstrap log handlers
14:14:02,471 INFO [org.apache.catalina.core.StandardContext] Container org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/] has not been started
14:14:02,487 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl@edb3e9f
14:14:02,489 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl@1a685229
14:14:02,490 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl@66355607
14:14:02,491 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl@653e4aba
14:14:02,492 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.MobileApplicationInstanceDaoImpl@5c9c2d43
14:14:02,493 ERROR [org.jboss.weld.Bean] WELD-000019 Error destroying an instance Managed Bean [class org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl] with qualifiers [@Any @default] of org.aerogear.connectivity.jpa.dao.MobileApplicationDaoImpl@115fb935
14:14:02,495 INFO [org.jboss.weld.deployer] JBAS016009: Stopping weld service for deployment ag-push.war
14:14:02,498 INFO [org.jboss.as.jpa] JBAS011403: Stopping Persistence Unit Service 'ag-push.war#forge-default'
14:14:02,506 INFO [com.arjuna.ats.jbossatx] ARJUNA032018: Destroying TransactionManagerService
14:14:02,506 INFO [com.arjuna.ats.jbossatx] ARJUNA032014: Stopping transaction recovery manager
14:14:02,517 INFO [org.jboss.as.server.deployment] JBAS015877: Stopped deployment ag-push.war in 63ms
14:14:02,668 INFO [org.apache.coyote.http11.Http11Protocol] Pausing Coyote HTTP/1.1 on http--0.0.0.0-8080
14:14:02,669 INFO [org.apache.coyote.http11.Http11Protocol] Stopping Coyote HTTP/1.1 on http--0.0.0.0-8080
14:14:02,674 INFO [org.jboss.as] JBAS015950: JBoss AS 7.1.1.Final "Brontes" stopped in 216ms
corinne-mbp:jboss-as-7.1.1.Final corinne$

corinne-mbp:jboss-as-7.1.1.Final corinne$ bin/standalone.sh -b 0.0.0.0

JBoss Bootstrap Environment

JBOSS_HOME: /Users/corinne/jboss-as-7.1.1.Final

JAVA: java

JAVA_OPTS: -server -XX:+UseCompressedOops -XX:+TieredCompilation -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml

14:14:11,206 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
14:14:11,340 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
14:14:11,378 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting
14:14:11,921 INFO [org.xnio] XNIO Version 3.0.3.GA
14:14:11,922 INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
14:14:11,932 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
14:14:11,939 INFO [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
14:14:11,952 INFO [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
14:14:11,956 INFO [org.jboss.as.configadmin](ServerService Thread Pool -- 26) JBAS016200: Activating ConfigAdmin Subsystem
14:14:11,966 INFO [org.jboss.as.clustering.infinispan](ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem.
14:14:11,972 INFO [org.jboss.as.security](ServerService Thread Pool -- 44) JBAS013101: Activating Security Subsystem
14:14:11,976 INFO [org.jboss.as.naming](ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem
14:14:11,976 INFO [org.jboss.as.osgi](ServerService Thread Pool -- 39) JBAS011940: Activating OSGi Subsystem
14:14:11,979 INFO [org.jboss.as.security](MSC service thread 1-12) JBAS013100: Current PicketBox version=4.0.7.Final
14:14:11,996 INFO [org.jboss.as.webservices](ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
14:14:12,014 INFO [org.jboss.as.connector](MSC service thread 1-7) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
14:14:12,054 INFO [org.jboss.as.naming](MSC service thread 1-4) JBAS011802: Starting Naming Service
14:14:12,068 INFO [org.jboss.as.mail.extension](MSC service thread 1-11) JBAS015400: Bound mail session [java:jboss/mail/Default]
14:14:12,096 INFO [org.jboss.as.connector.subsystems.datasources](ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
14:14:12,099 INFO [org.jboss.ws.common.management.AbstractServerConfig](MSC service thread 1-1) JBoss Web Services - Stack CXF Server 4.0.2.GA
14:14:12,227 INFO [org.apache.coyote.http11.Http11Protocol](MSC service thread 1-1) Starting Coyote HTTP/1.1 on http--0.0.0.0-8080
14:14:12,387 INFO [org.jboss.as.server.deployment](MSC service thread 1-8) JBAS015876: Starting deployment of "ag-push.war"
14:14:12,390 INFO [org.jboss.as.server.deployment.scanner](MSC service thread 1-16) JBAS015012: Started FileSystemDeploymentService for directory /Users/corinne/jboss-as-7.1.1.Final/standalone/deployments
14:14:12,399 INFO [org.jboss.as.remoting](MSC service thread 1-1) JBAS017100: Listening on /127.0.0.1:9999
14:14:12,401 INFO [org.jboss.as.remoting](MSC service thread 1-2) JBAS017100: Listening on /0.0.0.0:4447
14:14:12,483 INFO [org.jboss.as.connector.subsystems.datasources](MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
14:14:12,931 INFO [org.jboss.as.pojo](MSC service thread 1-2) JBAS017000: Found legacy bean/pojo namespace: urn:jboss:bean-deployer:2.0 - might be missing some xml features (potential exceptions).
14:14:12,938 WARN [org.jboss.weld.deployer](MSC service thread 1-2) JBAS016003: Found beans.xml file in non-standard location: "/content/ag-push.war/WEB-INF/classes/META-INF/beans.xml", war deployments should place beans.xml files into WEB-INF/beans.xml
14:14:13,072 INFO [org.jboss.as.jpa](MSC service thread 1-2) JBAS011401: Read persistence.xml for forge-default
14:14:13,178 INFO [org.jboss.weld.deployer](MSC service thread 1-8) JBAS016002: Processing weld deployment ag-push.war
14:14:13,184 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor](MSC service thread 1-8) JNDI bindings for session bean named PushApplicationEndpoint in deployment unit deployment "ag-push.war" are as follows:

java:global/ag-push/PushApplicationEndpoint!org.aerogear.connectivity.rest.PushApplicationEndpoint
java:app/ag-push/PushApplicationEndpoint!org.aerogear.connectivity.rest.PushApplicationEndpoint
java:module/PushApplicationEndpoint!org.aerogear.connectivity.rest.PushApplicationEndpoint
java:global/ag-push/PushApplicationEndpoint
java:app/ag-push/PushApplicationEndpoint
java:module/PushApplicationEndpoint

14:14:13,185 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor](MSC service thread 1-8) JNDI bindings for session bean named SenderEndpoint in deployment unit deployment "ag-push.war" are as follows:

java:global/ag-push/SenderEndpoint!org.aerogear.connectivity.rest.SenderEndpoint
java:app/ag-push/SenderEndpoint!org.aerogear.connectivity.rest.SenderEndpoint
java:module/SenderEndpoint!org.aerogear.connectivity.rest.SenderEndpoint
java:global/ag-push/SenderEndpoint
java:app/ag-push/SenderEndpoint
java:module/SenderEndpoint

14:14:13,186 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor](MSC service thread 1-8) JNDI bindings for session bean named MobileApplicationInstanceEndpoint in deployment unit deployment "ag-push.war" are as follows:

java:global/ag-push/MobileApplicationInstanceEndpoint!org.aerogear.connectivity.rest.MobileApplicationInstanceEndpoint
java:app/ag-push/MobileApplicationInstanceEndpoint!org.aerogear.connectivity.rest.MobileApplicationInstanceEndpoint
java:module/MobileApplicationInstanceEndpoint!org.aerogear.connectivity.rest.MobileApplicationInstanceEndpoint
java:global/ag-push/MobileApplicationInstanceEndpoint
java:app/ag-push/MobileApplicationInstanceEndpoint
java:module/MobileApplicationInstanceEndpoint

14:14:13,360 INFO [org.jboss.weld.deployer](MSC service thread 1-15) JBAS016005: Starting Services for CDI deployment: ag-push.war
14:14:13,380 INFO [org.jboss.weld.Version](MSC service thread 1-15) WELD-000900 1.1.5 (AS71)
14:14:13,404 INFO [org.jboss.as.connector.subsystems.datasources](MSC service thread 1-13) JBAS010400: Bound data source [jboss/datasources/PushEEDS]
14:14:13,404 INFO [org.jboss.as.jpa](MSC service thread 1-8) JBAS011402: Starting Persistence Unit Service 'ag-push.war#forge-default'
14:14:13,511 INFO [org.hibernate.annotations.common.Version](MSC service thread 1-8) HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
14:14:13,516 INFO [org.hibernate.Version](MSC service thread 1-8) HHH000412: Hibernate Core {4.0.1.Final}
14:14:13,518 INFO [org.hibernate.cfg.Environment](MSC service thread 1-8) HHH000206: hibernate.properties not found
14:14:13,519 INFO [org.hibernate.cfg.Environment](MSC service thread 1-8) HHH000021: Bytecode provider name : javassist
14:14:13,531 INFO [org.hibernate.ejb.Ejb3Configuration](MSC service thread 1-8) HHH000204: Processing PersistenceUnitInfo [
name: forge-default
...]
14:14:13,552 WARN [org.hibernate.ejb.Ejb3Configuration](MSC service thread 1-8) HHH000059: Defining hibernate.transaction.flush_before_completion=true ignored in HEM
14:14:13,701 INFO [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator](MSC service thread 1-8) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
14:14:13,959 INFO [org.hibernate.dialect.Dialect](MSC service thread 1-8) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
14:14:13,962 WARN [org.hibernate.dialect.H2Dialect](MSC service thread 1-8) HHH000431: Unable to determine H2 database version, certain features may not work
14:14:13,964 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder](MSC service thread 1-8) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
14:14:13,971 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator](MSC service thread 1-8) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
14:14:13,973 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory](MSC service thread 1-8) HHH000397: Using ASTQueryTranslatorFactory
14:14:13,992 INFO [org.hibernate.validator.util.Version](MSC service thread 1-8) Hibernate Validator 4.2.0.Final
14:14:14,111 WARN [org.hibernate.id.UUIDHexGenerator](MSC service thread 1-8) HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
14:14:14,238 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate](MSC service thread 1-8) HHH000228: Running hbm2ddl schema update
14:14:14,239 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate](MSC service thread 1-8) HHH000102: Fetching database metadata
14:14:14,244 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate](MSC service thread 1-8) HHH000396: Updating schema
14:14:14,257 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.ABSTRACTMOBILEAPPLICATION
14:14:14,257 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [id, description, name]
14:14:14,258 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: []
14:14:14,258 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_1]
14:14:14,262 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.ABSTRACTMOBILEAPPLICATION_MOBILEAPPLICATIONINSTANCE
14:14:14,263 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [abstractmobileapplication_id, instances_id]
14:14:14,263 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fkf9456290488b4252, fkf9456290c00eacd7]
14:14:14,264 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [constraint_index_b, primary_key_b]
14:14:14,269 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.ANDROIDAPPLICATION
14:14:14,269 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [id, googlekey]
14:14:14,270 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fk37122781da994cbf]
14:14:14,270 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_c]
14:14:14,273 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.MOBILEAPPLICATIONINSTANCE
14:14:14,274 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [id, mobileoperatingsystem, category, clientidentifier, devicetype, devicetoken, osversion]
14:14:14,275 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: []
14:14:14,275 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_2]
14:14:14,280 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.PUSHAPPLICATION
14:14:14,280 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [id, description, name]
14:14:14,281 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: []
14:14:14,281 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_6]
14:14:14,286 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.PUSHAPPLICATION_ANDROIDAPPLICATION
14:14:14,286 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [androidapps_id, pushapplication_id]
14:14:14,287 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fkc21a14aa35f7b2c2, fkc21a14aaf77d8032]
14:14:14,287 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [constraint_index_a, primary_key_a]
14:14:14,291 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.PUSHAPPLICATION_SIMPLEPUSHAPPLICATION
14:14:14,292 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [pushapplication_id, simplepushapps_id]
14:14:14,292 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fk31f7fbdbf77d8032, fk31f7fbdb4f128ad8]
14:14:14,293 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_13, constraint_index_1]
14:14:14,298 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.PUSHAPPLICATION_IOSAPPLICATION
14:14:14,300 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [pushapplication_id, iosapps_id]
14:14:14,302 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fkc663e8acf77d8032, fkc663e8acf1923ee6]
14:14:14,302 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_5, constraint_index_5]
14:14:14,306 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.SIMPLEPUSHAPPLICATION
14:14:14,307 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [id, pushnetworkurl]
14:14:14,307 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fk29065a4da994cbf]
14:14:14,308 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_9]
14:14:14,311 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000261: Table found: PUSHEE.PUBLIC.IOSAPPLICATION
14:14:14,312 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000037: Columns: [id, cert, passphrase]
14:14:14,312 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000108: Foreign keys: [fk7d0cff03da994cbf]
14:14:14,313 INFO [org.hibernate.tool.hbm2ddl.TableMetadata](MSC service thread 1-8) HHH000126: Indexes: [primary_key_5e]
14:14:14,314 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate](MSC service thread 1-8) HHH000232: Schema update complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment