Ios 8 notifications error at app

Notifications get error when open another apps

Could you please be more specific and describe exactly what the error says, and where it is, and what app you're opening?

Similar Messages

  • SMP 3.0 SP03 iOS Push Notification Error

    Hi Gurus,
    I am creating a SMP 3.0.3 Phonegap Based iOS Project which runs the index.html, datajs-1.0.3.js and OData.read function collectively fetching data from Backend. Up-to this level iOS app is running fine and giving correct data.(XCode Proj.jpg attached to explain)
    Now I want to receive Push Notification on iOS device initially for testing i am using iPad. For this
    iOS app is compiled with Dev Provisional Profile.
    iOS app has Development(Sandbox) Push Notfication Certificate.
    AppId registered to SMP 3.0.3 Cockpit(Please check SMP 3.0 User registration.jpg)
    User Also registered with AppId with valid RegistrationId(Connection id)
    App is getting Device Token and able to register with CID.( Please check XCode Proj.jpg)
    Now error I am getting when I am using the REST Client to Push the notification to registered device. Rest Client comes with status 200 ok but in SMP 3.0.3 cockpit I can see one error Under Log - PUSH Section. (please see attached file Error Log PUSH.jpg )
    Notification failed java.net.ConnectException:Connection timed out: connect
    Please guide me how to rectify this error.
    Regards
    Syed Ashkar Rizvi
    Asstt Mgr IT
    OTE Group of Companies,Oman
    Error Log :
    2014-07-21 12:00:05.455#DEBUG#SMPCorrelatedLoggingHandler#smpAdmin#POST
    2014-07-21 12:00:05.461#INFO#PushNotificationDelegator#smpAdmin#Notification is forwarded to PushNotificationDelegator handle()
    2014-07-21 12:00:05.462#DEBUG#PushNotificationDelegator#smpAdmin#----------request URI obtained for notification is--------/Notification/com.oteint.VehicleApprDev
    2014-07-21 12:00:05.463#DEBUG#APNSNotificationDelegate#smpAdmin#Inside getAPNSNotification()
    2014-07-21 12:00:05.465#DEBUG#APNSNotificationDelegate#smpAdmin#Non-SAP Gateway Notification
    2014-07-21 12:00:05.465#DEBUG#APNSNotificationDelegate#smpAdmin#Reading Notification data from headers
    2014-07-21 12:00:05.467#INFO#APNSNotificationProcessor#smpAdmin####### APNSProcessor processing notification...
    2014-07-21 12:00:05.468#DEBUG#APNSNotificationProcessor#smpAdmin# Alert : Alert with Text
    2014-07-21 12:00:05.47#WARNING#APNSNotificationProcessor#smpAdmin# Not a json object...
    2014-07-21 12:00:05.471#DEBUG#APNSNotificationProcessor#smpAdmin# Sound : default
    2014-07-21 12:00:05.472#DEBUG#APNSNotificationProcessor#smpAdmin# Data : {apns_data=my data}
    2014-07-21 12:00:05.472#DEBUG#APNSNotificationProcessor#smpAdmin# Push payload - {"apns_data":"my data","aps":{"sound":"default","alert":"Alert with Text"}}
    2014-07-21 12:00:05.474#INFO#APNSNotificationProcessor#smpAdmin# Device token - 2f141125eda1a394cce6f01cec1b05ca5916924e84bc0cf6e4f0f19be03a3784
    2014-07-21 12:00:05.699#DEBUG#APNSNotificationProcessor#smpAdmin# APNS server address - gateway.sandbox.push.apple.com
    2014-07-21 12:00:05.7#DEBUG#APNSNotificationProcessor#smpAdmin# APNS server port - 2195
    2014-07-21 12:00:05.701#DEBUG#APNSNotificationProcessor#smpAdmin# APNS feedback address - feedback.sandbox.push.apple.com
    2014-07-21 12:00:05.702#DEBUG#APNSNotificationProcessor#smpAdmin# APNS feedback port - 2196
    2014-07-21 12:00:05.703#DEBUG#APNSNotificationProcessor#smpAdmin# APNS certificate length - 3215
    2014-07-21 12:01:14.847#ERROR#APNSNotificationProcessor#smpAdmin#######: NetworkIOException: : com.notnoop.exceptions.NetworkIOException: java.net.ConnectException: Connection timed out: connect :: [com.notnoop.apns.internal.Utilities.wrapAndThrowAsRuntimeException(Utilities.java:268), com.notnoop.apns.internal.ApnsFeedbackConnection.getInactiveDevices(ApnsFeedbackConnection.java:75), com.notnoop.apns.internal.AbstractApnsService.getInactiveDevices(AbstractApnsService.java:99), com.notnoop.apns.internal.ApnsServiceImpl.getInactiveDevices(ApnsServiceImpl.java:36), com.sap.mobile.platform.server.notifications.apns.handler.APNSNotificationProcessor.deviceIsInactive(APNSNotificationProcessor.java:291), com.sap.mobile.platform.server.notifications.apns.handler.APNSNotificationProcessor.process(APNSNotificationProcessor.java:108), com.sap.mobile.platform.server.notifications.apns.handler.APNSNotificationDelegate.handle(APNSNotificationDelegate.java:78), sun.reflect.GeneratedMethodAccessor377.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:606), org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:70), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:53), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202), com.sun.proxy.$Proxy212.handle(Unknown Source), com.sap.mobile.platform.server.notifications.handler.PushNotificationDelegator.handle(PushNotificationDelegator.java:173), sun.reflect.GeneratedMethodAccessor165.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:606), org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:70), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:53), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202), com.sun.proxy.$Proxy214.handle(Unknown Source), com.sap.mobile.platform.server.notifications.http.PushListenerServlet.doPost(PushListenerServlet.java:94), javax.servlet.http.HttpServlet.service(HttpServlet.java:755), javax.servlet.http.HttpServlet.service(HttpServlet.java:848), org.springframework.web.servlet.mvc.ServletWrappingController.handleRequestInternal(ServletWrappingController.java:159), org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153), sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:606), org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:70), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:53), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202), com.sun.proxy.$Proxy111.handleRequest(Unknown Source), org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48), org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923), org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852), org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882), com.sap.mobile.platform.server.dispatcher.servlet.DispatcherServlet.service(DispatcherServlet.java:132), org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305), org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330), com.sap.mobile.platform.server.foundation.security.filter.DoAsFilter$1.run(DoAsFilter.java:58), java.security.AccessController.doPrivileged(Native Method), javax.security.auth.Subject.doAsPrivileged(Subject.java:536), com.sap.mobile.platform.server.foundation.security.filter.DoAsFilter.doFilter(DoAsFilter.java:65), sun.reflect.GeneratedMethodAccessor142.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:606), org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:70), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:53), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202), com.sun.proxy.$Proxy113.doFilter(Unknown Source), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330), com.sap.mobile.platform.server.foundation.security.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:98), sun.reflect.GeneratedMethodAccessor142.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:606), org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:70), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:53), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202), com.sun.proxy.$Proxy113.doFilter(Unknown Source), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330), com.sap.mobile.platform.server.notifications.security.filter.SMPNotificationsSecurityHandler.doFilter(SMPNotificationsSecurityHandler.java:32), sun.reflect.GeneratedMethodAccessor142.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:606), org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:70), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:53), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202), com.sun.proxy.$Proxy113.doFilter(Unknown Source), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330), com.sap.mobile.platform.server.online.filter.correlatedlogging.SMPCorrelatedLoggingHandler.doFilter(SMPCorrelatedLoggingHandler.java:105), sun.reflect.GeneratedMethodAccessor142.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:606), org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:70), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:53), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202), com.sun.proxy.$Proxy113.doFilter(Unknown Source), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:186), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330), com.sap.mobile.platform.server.dispatcher.filter.ServerStatusFilter.doFilter(ServerStatusFilter.java:76), sun.reflect.GeneratedMethodAccessor142.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:606), org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56), org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:70), org.eclipse.gemini.blueprint.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:53), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131), org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119), org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172), org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202), com.sun.proxy.$Proxy113.doFilter(Unknown Source), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:166), org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342), org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192), org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160), com.sap.mobile.platform.server.dispatcher.servlet.FilterChain.doFilter(FilterChain.java:384), com.sap.mobile.platform.server.dispatcher.servlet.ControlFilter.doFilter(ControlFilter.java:202), com.sap.mobile.platform.server.dispatcher.servlet.ControlFilter.doFilter(ControlFilter.java:174), org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346), org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259), org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243), org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210), org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222), org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123), org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472), org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171), org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99), com.sap.core.js.monitoring.tomcat.valve.RequestTracingValve.invoke(RequestTracingValve.java:27), org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118), org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:341), com.sybase.security.integration.tomcat7.CSISupportValve.invoke(CSISupportValve.java:101), com.sap.mobile.platform.server.http.control.RejectWarAccessOnAdminConnectorTomcatValve.invoke(RejectWarAccessOnAdminConnectorTomcatValve.java:34), org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408), org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1008), org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589), org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615), java.lang.Thread.run(Thread.java:791)]
    2014-07-21 12:01:14.849#ERROR#PushNotificationDelegator#smpAdmin#SMP: Push: End time for processing Push Notification (UTC): 1405929674849
    Message was edited by: Syed Ashkar Rizvi

    Sure I will share my experience.
    In Our case we are getting error in SMP303 NetworkIOException: : com.notnoop.exceptions.NetworkIOException: java.net.ConnectException: Connection timed out: connect.
    At SMP303 Server's Services, one Service Need to be Checked.To come out of this we changed User of Windows Service "SAP Mobile Platform" from Local User to one of our Networks Domain  User(Domain User has the Internet Access through Proxy).
    After this NetworkIOException cleared and SMP303 started sending Push Notifications.
    Regards
    Syed Ashkar Rizvi
    Asstt Mgr IT
    OTE Group Of Companies,Oman

  • Ipad 3 on ios 6.0.1 wont activate imessage, icloud and facetime. And i wont get notifications FROM ANY APP WHATSOEVER!!

    I recently updated my ipad 3 to ios 6.0.1 and there are a **** lot of problems. My imessage and facetime wont activate - it keeps saying couldnt sign in check ur net connection. And safari sometimes says it couldnt open the sight because it couldnt connect to the server. My net is going perfectly fine but ios isnt. And then i wont get push notifications for any app, no matter wat i do. Ive restored it twice, but nothings working watsoever. If anyone has any idea how i can sign in to imsg, facetime and icloud or get my notifications to come plzzz do tell me i cant find a solution anywhere!!!!!!!!
    And apple u really need to fix these problems in the next update!!!!
    Thank u.

    hi there,
    i think i know whats wrong. one thing you could do is: try holding the home butoon and the power button together and shut down the ipad. you have to press both of them together!!! then to switch it back on, do the same thing again. it should start up. if it still doesnt work, you could try going to setttings, then "notifications" and turn on notifications for the apps you want. About safari, if it doesnt work from step 1, you could go to wifi or cellular and just reconnect your ipad to the internet.

  • After upgrade to iOS 6, one of my apps won't load. It seems to, then just ends. Is there an error log I can check?

    After upgrade to iOS 6, one of my apps won't load. It seems to, then just ends. Is there an error log I can check?

    so your starting it up and its just crashing right away, yes? can you tell me what app it acutally is? as iOS6 is so new my thought would be that its probably incompatable with it at this time, im having trouble with my networks app that just will not let me log in at all!
    id suggest going to the page of the app on the app store and look to see if it says if its compatable or not? as for a error log its in usage data, which is in settings > general > about, and i think its near the bottom.

  • Air 3.4 iOS Push Notification is not fired when app is not running and is not in background

    Hello,
    I'm making an Air iOS application which uses the iOS Push Notification from Air 3.4.
    All is working perfectly except when I receive notifications when the app is not running and is not in background (The app is killed).
    I suppose the RemoteNotificationEvent.NOTIFICATION must be dispatched when I receive a notification even if my app is not currently running or in background ?
    Do you have already get the same issue ? Do you know what can prevent the notification to be handled ?
    Thanks,
    Loïc

    issue has been fixed in the build available at http://labs.adobe.com/downloads/air3-5.html.
    You would now have to attach listener to InvokeEvent. For cases, when application is killed, InvokeEventReason will be InvokeEventReason.NOTIFICATION. The notification payload can be accessed by the following code
    protected function onInvokeEvent(event:InvokeEvent):void
         trace("Invokehandler called .... \n");
         trace("reason: " + event.reason + "\n");
         if( event.reason == InvokeEventReason.NOTIFICATION)
                        var payload:Object = Object(event.arguments[0]);
              for (var i:String in payload)
                    trace("Key:value pair " + i + ":" + payload[i] + "\n");
              // TODO: DO THE NEEDFUL ON RECIEVING A NOTIFICATION HERE

  • Why won't my push notifications for the app snapchat work after yesterday's iOS update?

    After yesterday's update the app snapchat won't send me push notifications anymore

    Hello Nhuphham,
    It sounds like you are not receiving your Snapchat notifications on your iPhone.  I found an article with steps that might help with this:
    Additional Information
    If you have an app that could send frequent notifications (for example, Mail with high-traffic email accounts, Twitter apps, and so on), your iOS device could wake frequently to display the notification (and affect battery life). You can disable "View in Lock Screen" for a particular app in Settings > Notifications > <app name>.
    Troubleshooting notifications
    Push notifications require an active Wi-Fi or cellular connection. If you are not receiving notifications for a specific app, try these steps:
    Verify that the app supports notifications.
    After installing an app or restoring a backup to a different iOS device, open the app at least once to begin receiving notifications.
    If the app requires entering or logging in to an account, you will need to do this before receiving notifications.
    Check Settings > Notifications to ensure that the app is configured for notifications.
    If notifications do not appear only in the Notification Center, verify that the Notification Center setting for the app is enabled.
    If you are still unable to receive notifications and you are using a Wi-Fi connection, verify that the network or firewall is not blocking access to port 5223.
    You can find the full article here:
    iOS: Understanding Notifications
    http://support.apple.com/kb/ht3576
    If you are still not receiving the notifications for Snapchat after following those steps, I recommend continuing with the steps in the following article:
    iOS: Troubleshooting apps purchased from the App Store
    http://support.apple.com/kb/ts1702
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Error public app to store

    I All,
    I submit app to store windowphone and it have error below:
    App Policies: 10.8.2 Billing & Account Info
    If your app includes in-app billing functionality or captures financial account information but does not use a Microsoft in-app purchase API, the following requirements apply:
    For all accounts,
    At the time of the transaction or when you collect any payment or financial information from the customer, your app must identify the commerce transaction provider, authenticate
    the user, and obtain user confirmation for the transaction. The app can offer the user the ability to save this authentication, but the user must have the ability to either require an authentication on every transaction or to turn off in-app transactions.
    If your app collects credit card information or uses a third-party payment processor that collects credit card information, the payment processing must meet the current PCI Data Security Standard (PCI DSS).
    For Individual and Student accounts,
    Your app cannot collect sensitive financial account information or payment within the app.
    You may accept payment outside the app through a pre-existing billing relationship and you may collect payment and personal account information outside of the app through
    a secure HTTPS website.
    Notification/Action Requested:
    [Copy the appropriate failure template text below to the Notes to Developer section. If the template text needs to be modified to clearly identify the failure, ESCALATE to T3.] -------------------- The user is prompted for payment
    information from within the app or captures financial account information. Transactions must occur external to the app via a secure (HTTPS) website, or through a hosted control where the address bar is visible to verify the URL and HTTPS security.
    I am don't understand this error, please help me.
    Thanks!

    Hi!
    I'm also using Air SDK 15 and I'm getting  Invalid Bundle Error:
    Adobe Air iOS Invalid Bundle
    The bundle does not support the minimum version os specified in info.plisthttp://stackoverflow.com/questions/26047837/adobe-air-ios-invalid-bundle-the-bundle-does-n ot-support-the-minimum-version-os
    Really need help
    Michael

  • How do I stop iOS update notifications in the middle of the night?

    How do I stop the iOS update notifications in the night. I do not need bright white update message while sleeping.  

    Settings App > Notification Center > App Store. You can take it out of Notifications altogether, or adjust the settings. (Turning OFF Show in Lock Screen might be enough).

  • Push notifications for specific apps not working even though the badge updates (Facebook, Google  etc.)

    So this has been happening for months now. I was expecting iOS 5 to fix it, but it hasn't. Push notifications for specific apps do not work. Some come through just fine, but Facebook and Google+ in particular don't work correctly. Facebook push notifications seem to work when the notification is generated from an action performed on a mobile device (ie: someone writes on my wall from another iPhone); if they do the same thing on the desktop, the notification doesn't seem to come through.
    As for Google+, I've never seen a single push notification come through as it should, even though I've seen other iPhones with the same app reciving these notifications with no issue.
    This is particularly strange because the badge on the app icon usually updates (though it feels like fetch, not push), but the notifications simply don't make it into the notification center (or on the lock screen as they should). As I said, this has been happening for months, long before iOS 5, and the problem has persisted now that I'm running iOS 5.
    I've checked and rechecked all notifiation settings for these apps. I've uninstalled and reinstalled them. I've called Apple support and they couldn't offer me any help. Does anyone have any idea what's going on here?
    Thanks for your time.

    I got an iPhone 4s and I'm experiencing the same problems.  I used facebook messenger, and used to get the push notifications to that app, but now that i've deleted it I no longer get the messages directly to the facebook app.
    I have push on in the mail settings and notification center for facebook are on as well.  I also have push notifications on in the settings for facebook.
    I've tried deleting the app and reinstalling, no fix.  I haven't tried a hard reset yet.
    So far, I figured out that it's not iOS or the facebook app, somehow it is a problem with my account.  I logged into my wife's account on my iphone and her account is able to recieve push notifications to my iphone.
    Any thoughts?

  • Errors in app submission phase.

    When I attempt to submit an app to the app-store via application loader I get hit with a wall of errors.
    (The app is intended only to test submission process before I move onto the next phase which, is rapid prototyping all it'sjust a simple abstract drawing on frame 1 with no action script.)
    (I used FL CS6 with the latest updates)
    (I do all of my developing in windows the mac is strictly for submitting apps)
    (I put in .png icons for every size available within FLCS6 which is 29x29,57x57,114x114,512x512,48x48,72x72,50x50,58x58,100x100,144x144,1024x1024.)
    Here is the .fla file I used to spawn the .ipa http://www.filedropper.com/betatestinglol
    And here is the .ipa  http://www.filedropper.com/betatestinglol_1
    (I am primarily a windows user and I am hoping for windows/cross platform solutions.)
    ERROR ITMS-90096: "Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch diplay on iPhone 5 and must include a launch image with the -568h size modifier immediately following the <basename> portion of the launch image's filename. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the 'IOS HUman Interface Gudelines' at https://developer.appl.ecom/library/ios/documentation/UserExpiereince/Conceptual/MobileHIG /IconsIMages/IconsImages.html#//apple_ref/doc/uid/TP400065560-CH14-SW5' and the "iOS App Programming Guide' at developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/ App-RElatedResources/App-RelatedResources.html#//apple_ref/doc/uid/TP40007072-CH6-SW12
    ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'betatestinglol.app/betatestinglol' does not have proper segment alignment. Try rebuilding the app with the latest Xcode verison."
    ERROR ITMS 90025 Missing recommended icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >=7.0
    ERROR ITMS-90026: "Missing recommended icon file. The bundle does not contain an app icon for ipad of exactly '76x76' pixels, in .png format for iOS versions >=7.0
    Warning ITMS-90080 "The executable 'Payload/betastinglol.app' is not a position Independent Executable. Please ensure that your build settings are configured to create PIE executables. For more information refer to Technical Q&A QA1788-Building a Position Independent Executable in the iOS Developer Library."
    INFO ITMS-90111 "Your app is built with a beta verision of xcode or IOS SDK. Only apps distributed for beta testing may be built with beta software. To submit an app for distribution on App Store, you will need to build the app with release versions of Xcode and iOS SDK
    Although I made the .ipa in FL I am okay with a 100% Fb workaround.

    Dear Mohan,
    There are search helps configured for the dataelements in ACTUPG.ELG. These search helps were created by mistake by the system.
    The search helps can be deleted manually in the shadow instance.
    In this case you should remove these fields in se11 (in your shadow instance) as the Search help shouldn't exist.
    You should do this step for all data elements shown in the log ACTUPG.ELG:
    For example: SE11 -> /BI0/OICH_AT -> Change -> Tab "Further characteristics"
    1. Goto SE11:
    2. Select Data type and fill "/BI0/OICH_AT" and display
    3. Select the tab "Further Characteristics" and
    4. Remove the values for fields "Name" and "Parameters"
       then click on icon "Activate"
    Please do the same for the other object.
    But before performing above steps you need to unlock the shadow instance by the following command:
    SAPup unlockshd <SID>
    (if using SAPup)
    SAPehpi unlockshd <SID>
    (if using SAPehpi)
    Also do not forget to lock the shadow system again after performing the steps and continuing the upgrade by the following command:
    SAPup lockshd <SID>
    (if using SAPup)
    SAPehpi lockshd <SID>
    (if using SAPehpi)
    You can logon to your shadow system with any different user than DDIC.
    Best Regards,
    Abhishek
    Edited by: Abhishek Srivastava on Oct 17, 2011 6:26 PM

  • TS1702 Getting an error on app download to Ipod touch

    Getting an error on app downloading to ipod. 0xE8000004 is the error. These are new purchases and it is frustrating that the games will not load after the purchase. Can anyone help with this problem?
    thanks

    Maybe
    iOS: Unknown error containing '0xE' when connecting to a Windows PC
    0XE error

  • Local Event ERROR : oracle.apps.ar.applications.CashApp.

    Hi,
    I am getting frequent error notifications in my production system with error message:
    Local Event ERROR : oracle.apps.ar.applications.CashApp.apply / oracle.apps.ar.applications.CashApp.apply_3336277_03-04-2012 14:31:15
    these notifications are generated in 100's per day and reached more than 200 thousand now.
    Please suggest how to resolve this issue.
    Thank you.

    Event Details.
    Event Field Value
    Event Name oracle.apps.ar.applications.CashApp.apply
    Event Key oracle.apps.ar.applications.CashApp.apply_3491076_05-04-2012 13:19:33
    To Agent
    To System
    From Agent
    From System
    Send Date 13-05-1433 13:19:33
    Receive Date
    Priority 0
    Correlation ID
    Parameter : USER_ID 1844
    Parameter : RESP_ID 50862
    Parameter : RESP_APPL_ID 222
    Parameter : SECURITY_GROUP_ID 1107
    Parameter : ORG_ID 127
    Parameter : RECEIVABLE_APPLICATION_ID 3491076
    Parameter : TRX_PS_STATUS CL
    Parameter : RCPT_PS_STATUS OP
    Parameter : TRX_DUE_DATE 2456052
    Parameter : TRX_APP_AMT 1350
    Parameter : ERROR_TYPE ERROR
    Parameter : SKIP_ERROR_SUB 669603A288DE8CA7E040
    Parameter : SUB_GUID A242DC2FF79D70A7E030

  • IOS 5 Notifications won't show mail

    I upgraded to iOS 5, which I love. A small problem, however, is that my email won't show up through Notifications. They don't appear as a banner when they come in, on the Lock Screen, or on the drop-down Notifcations menu.
    Mail is listed in "In Notification Center" when I check the settings. It's set to "ON", with Banner alert style, Badge App Icon ON, Show Preview ON, View in Lock Screen ON.
    I have 3 emails accounts: Gmail, Exchange, and a @me.com. None of them will show up.
    My iPad is set up the same. Emails, through Exchange and Gmail, show up just fine in Notifications.
    Any help is appreciated.
    Thanks.

    Hi,
    I had the same problem too. The real issue comes down to what your primary email address is associated with your Apple ID. I don't think the notifications will work for all three email accounts, unless you set email forwarding to one, and have that as your Apple ID's primary email address.
    I wrote the procedure here,
    http://take-a-tech-tip.blogspot.com/2011/10/ios-5-notifications-center.html
    If your problem was the same as mine, it should help!

  • How to get notifications from facebook app like wh...

    I am using nokia x2-00. It supports notifications. Now i am getting an alert whenever i get a msg in line messenger or whatsapp even i am offline. How to get the same from facebook mobile app..?

    See:
    iOS: Understanding Notifications
    Go to Settings>Mail>Fetch new data and make sure that Push is On and the Fetch is set to a time other than Manually. Not all Mail account support Push so yo have to have the iPod to periodically check the mail server for new messages.

  • Expense notification error - FND_NO_DATABASE_CONNECTION After applying Rup6

    Expense notification error - FND_NO_DATABASE_CONNECTION After applying Rup6
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_NO_DATABASE_CONNECTION.
         at oracle.apps.fnd.framework.server.OANullDBTransactionImpl.noDatabaseConnection(OANullDBTransactionImpl.java:653)
         at oracle.apps.fnd.framework.server.OANullDBTransactionImpl.isLoggingEnabled(OANullDBTransactionImpl.java:930)
         at oracle.apps.fnd.framework.webui.OAPageContextImpl.isLoggingEnabled(OAPageContextImpl.java:5383)
         at oracle.apps.fnd.framework.webui.OAAboutUtils.collectAboutPageData(OAAboutUtils.java:314)
         at oracle.apps.fnd.framework.webui.OAPageBean.handleExceptionInFinalizeRequest(OAPageBean.java:4340)
         at oracle.apps.fnd.framework.webui.OAPageBean.finalizeRequest(OAPageBean.java:4283)
         at OA.jspService(_OA.java:242)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Regards
    Manish

    Manish,
    Was this working before applying RUP6? Did you verify if you have any invalid objects in the database that could be relevant?
    If the above does not helps, then I would suggest you log a SR as no similar issue is reported in Metalink.
    Regards,
    Hussein

Maybe you are looking for

  • Invoking a BPEL process from an email

    Hi I have a BPEL process where i have two flows. Aysnc flow followed by a Sync flow. 1) An Async flow where an email is being sent to user - The process stops here unless user clicks the activation link provided in his email. 2) The user clicks an em

  • Lookup failed: javax.jnlp.UnavailableServiceException: uninitialized

    When U deployed *.war file to App Server and I call JNLP to launch program and display its on Java Web Start. But If i call as below      System.out.println("Before Step1");      System.out.println(ServiceManager.getServiceNames());      basicService

  • Canvas won't display video, only see black w/ audio

    I cannot get the timeline to display video. This happens randomly when insert new clips into the timeline or change the length of current clips in the timeline. I'm working w/ .mp4 video and about half of the footage is SD, but I'm working on an 1080

  • Error in the mail step

    Hi Friends, We are implementing "Project Systems" in SAP. Here i am supposed to send a mail to the applicant once all the necessary approvals are done via workflow. The entire workflow is working fine except the last step which is for sending mail. T

  • Graceful exits

    Hi, Is there any way we can design some graceful exits for the portal Web Dynpro applications. Sometimes if the Web Dynpro applications are not deployed properly, it throws a blue screen with message: WD applicaiton not deployed properly OR null poin