App.setInterval issues

I have added the code:
gameform.money_game.start_time::click - (JavaScript, client)
function TimedOut() {
app.alert ("The time has elapsed");
// cancel the timer:
app.clearInterval(timerout);
// Prompt for number of seconds
var secondCount = app.response("Enter number of seconds", "Number of Seconds", "", "")
// Start counter
if (secondCount >= 0)
// Timer set for thousandths of a second
var timerout = app.setInterval("TimedOut();",1000*secondCount);
It will properly ask for the amount of time and the secondCount variable is stored properly, but I never end up with an app.alert telling me I'm finished.  What is wrong with that code?
Edit: I found one of my issues.  It was related to the absolute path for the function as shown here:
var timerout = app.setInterval("xfa.form.gameform.money_game.start_time.TimedOut()", 1000*secondCount);
I never managed to get the setInterval to work but I was able to get setTimeOut to for for 8 seconds or less.

I have added the code:
gameform.money_game.start_time::click - (JavaScript, client)
function TimedOut() {
app.alert ("The time has elapsed");
// cancel the timer:
app.clearInterval(timerout);
// Prompt for number of seconds
var secondCount = app.response("Enter number of seconds", "Number of Seconds", "", "")
// Start counter
if (secondCount >= 0)
// Timer set for thousandths of a second
var timerout = app.setInterval("TimedOut();",1000*secondCount);
It will properly ask for the amount of time and the secondCount variable is stored properly, but I never end up with an app.alert telling me I'm finished.  What is wrong with that code?
Edit: I found one of my issues.  It was related to the absolute path for the function as shown here:
var timerout = app.setInterval("xfa.form.gameform.money_game.start_time.TimedOut()", 1000*secondCount);
I never managed to get the setInterval to work but I was able to get setTimeOut to for for 8 seconds or less.

Similar Messages

  • App.setInterval issue on doc.

    Hi all
    I have looked at this ex. http://www.pdfscripting.com/public/FreeStuff/PDFSamples/JavaScriptClock.pdf and I can see it working fine, but there is alot of elements that i do not need, so i have tryed to make the document with only date and time, and Start/Stop button, but I get empty fields - i have added the page Javascript, can someone see whats wrong ?
    I have uploadet the file here and im new to this Back-End Javascript on PDF files.http://speedyshare.com/rXn5z/pdfclocktest.pdf

    Maybe you think you do not need the elements but the PDF knows it does need them.

  • Current app compatibility issues on iPod Touch!

    I have a 2nd Generation iPod Touch which I've had for a couple of years and I've never experienced any problems with it until the most recent update on the version of software it's running. Since the 4.2.1 update I am no longer able to run some apps on my device and I can't understand why. The two apps in question that won't run are...
    djay for iPhone & iPod touch (Version 1.2)
    The 7th Guest (Version 7.2)
    Everytime I attempt to sync either of these two apps it comes up with an error message stating "The app was not installed on the iPod because it is not compatible with this iPod". Now I've looked around at other problems with app compatibility issues and most people say that you should simply update the iPod. My device is currently up to date so I can't understand why these apps aren't working. Is it because the hardware itself on the 2nd Gen iPod is simply out of date? Any help or insight into this matter would be greatly appreciated.
    Cheers.

    Your iPod's hardware is insufficient. djay for iPhone & iPod touch requires an iPod touch 3rd generation or later (per the developer's web site), and The 7th Guest requires iOS 4.3 or later which will only run on a 3rd-gen iPod touch. If you want to run these two apps, you'll need to get a new, or at least newer, iPod.
    Regards.

  • Any charge for free app and issues at Apple Store?

    In case we need to create free issues or even apps for iPad (from a non-profit organization), what will the incurred costs be through the whole process?
    i.e. From the time of development of issues and the app in which the issues may work - is there any registration or license fees involved, till it reaches all customers - provided the package is for free?
    Any charge for free app and issues at Apple Store for iOS apps for iPad?

    You must pay the USD$99 fee to join the Individual Developer Program.
    After that, there is no fee to put free apps into the iOS App Store.

  • Adobe AIR app installation issue due to certificate problem on mac 10.9.5

    Im trying to upgrade and then reinstall an Adobe Air application but get the error message failing to install due to a certificate issue.
    The developer says the fix is to uninstall the app and install again but this also fails.
    Checked my machine clock - saved but that didnt work
    The adobe AIR uninstaller simply says I have the latest version? Cant seem to delete and reinstall although other adobe air apps work so I dont think this is the issue
    I have gone through the troubleshooting guide: Troubleshoot AIR installation | Mac OS but still have the issue?
    Any ideas would be great.

    I suspect your Mac OS install was an in place upgrade from an earlier version. This is something I would never even consider with a production machine.

  • Remote app, firewall issue?

    I can't connect my iphone with my computer using the Remote app. I've tried all the help I can find, and it is not working. Here is my issue.
    When I go to connect the "remote" app with my computer, it says that it can't connect due to either my wifi network or my firewall. I can tell you know that it is my firewall. I'm using the same wifi network for both the computer and the iphone, I have also check the IP addresses, they are the same. And it is strickly my computer, both me and my girlfriend have laptops, and it will work on her computer, and not mine (they are both connected on the same wifi network). So next would be to check my firewall settings...In firewall settings the "don't allow exceptions" box is NOT checked. Under the "exceptions" tab, the following boxes are checked: "Bonjour", "iTunes", "Remote Assistance", "File and printer sharing", Network diagonstics for windows XP", and "windows messenger".
    I'm not understanding what the issue is. My iphone will show up under devices and allow me to enter the 4-digit code to connect each other, but after that it says that it is my firewall or network. Hope you can help, thanks.

    Out of curiosity, I did some logging of my network to see what communication took place between my iPhone and iTunes:
    When I turned on my iPhone, there were a 2 of packets on port 5353 (Bonjour) sent by iPhone, sent to 224.0.0.251 (mDNS).
    When I fired up the Remote app, there were a 14 more packets on port 5353 sent by iPhone to 224.0.0.251, with a little more info in it. At this point, iTunes on my PC recognized the iPhone and prompted me for the PIN.
    When I entered in the PIN, it looks like iTunes opens connection to iPhone in order to validate the PIN number, originating the conversation from a port number of its choosing, and using a destination port number that the iPhone advertised in it's last Bonjour packet. There were a dozen packets involved in this little handshake, originated by the PC.
    Finally, the iPhone initiates a communication to iTunes on the PC, opening a connection to port 3689 on the computer. It looks like this is where the bulk of the "remote" app functions.
    All this tells me that if you saw the screen to enter the PIN, then your PC successfully noticed the Bonjour advertisement the iPhone broadcasted on UDP port 5353. But the fact that it ceased to communicate after the PIN was entered tells me that most likely there is a problem with the PC accepting communications on TCP port 3689 (iTunes sharing). I guess it's possible that the firewall is preventing the computer from confirming the PIN with the iPhone, but that's a communication originated by iTunes, and usually firewalls are fairly permissive about what ports apps open going out, just really strict about what ports it accepts communications into.

  • Remote app upgrade issues..question. help!!!

    I have been using my iPad with the remote app to control my iTunes music that is on my Mac mini in my living room. I have had the same app on my iPod and Iphone where all 3 units could request, communicate and interact with iTunes dj...and we could all promote songs by using the vote feature..which would put the hearts next to a song if folks voted to move the song up the list....well with the Remote app upgrade ..the interface is totally different on the iPad now...than it is on the iPod or phone...much more robust...but what has changed ...or maybe I just can't find it.... Is the ability to vote for songs on my iPad to move the, up the list in iTunes dj...all I can do is delete or play it immediately... Abiltiy to vote is enabled in iTunes... Anybody know how to do this in remote app upgrade?
    Any help?

    Ok, problem not solved.  I don't understand why my ATV3 disappears when sleeping.  I wonder if it has to do with the ethernet only.  I am going to try wi-fi only again and see if this resolves the issue.  Other thoughts are that whenever my iMac is doing a back-up ill behavior occurs - which is the only activity I see that has transpired since all was well.

  • Videos App Playback Issues (Out of Sync)

    Hi,
    As of last night I've been experiencing issues with playback in the Videos app on my iPad. It's an iPad4 with the most recent software update, which has been done for a while.
    The issue: when playing a video in the Videos app (purchased from iTunes) on the iPad (so not using AirPlay) the video very rapidly begins to lag behind the audio. It becomes jerky and speeds up and then returns to normal speed when it catches up with the audio and then falls immediately behind again. If I try to exit the app when it happens it freezes the iPad (although after waiting a while it will eventually exit, it's just a looooong lag).
    It's not a buffering issue as the internet connection is fine and the video playback from other apps (YouTube, NowTV, etc) are all fine.
    It's driving me mad - does anyone have any suggestions? I've obviously tried closing all apps, restarting the iPad, etc.
    Ta muchly,

    Update: This is still happening - however these same episode files play perfectly fine through AppleTV (not AirPlay - but accessing direct through the Apple TV box).
    Any ideas folks? I presume the problem is with the Videos App or the iPad (although all other video-related apps still work perfectly fine).

  • IPad IOS 8.1 full screen safari web app display issue

    My company produces a web app that is intended to be used from the iPad's Full Screen Home Screen launch.
    we are using the tags:
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" >
    Since taking the updates to IOS 8, 8.1, & 8.2, when the app is launched in full screen mode from the home screen, the iPad's top line including the text "iPad", its signal strength, VPN status, current time, battery life, and blue-tooth indicators are superimposed on the top line of every page - making it difficult to read that top line of data coming from our app.
    Additionally, there appears to now be a blank white band that shows up on the footer of the web app.  Both of these new additions to the full screen appearance is yielding a somewhat less professional appearance.
    Is there some sort of tag or other setting that we can use to hide these new areas that are appearing?

    This is a better illustration.   I'm thinking that the white band at the bottom of the screen should be at the top of the screen (like the iphone does) and the web content should be shifted down that amount of space.
    the white band is hard to see with this white background however, but its obvious on the ipad in full screen mode... so go to the link on your device, save it to the home screen and relaunch...
    http://www.initlabs.com/sample/ios7mobileweb.html
    Is anyone else seeing this issue?

  • Can someone help me with App Store Issues?

    When I go on my phone to re-download old apps on my phone, my purchased section is cleared and there is nothing there, but the weird thing is when I sign into my iTunes account on my computer, all my apps are in the "Purchased" section on there. I have purchased dozens of things and I only have one apple ID so there is no confusion there. Has anyone had a similar problem and/or know a solution to this? I have tried to reset and hard reset, but nothing seems to fix the issue. I have also tried to sign out and back in but nothing.

    Ok so I fixed the issue.
    First I went to the App Store, clicked my ID, then clicked "View Apple ID" on the App Store and clicked "Remove This Device."
    Then went on to Sign out of iTunes & App Store (Settings > iTunes & App Store).
    After this I went on my computer version of iTunes and I Unautharized my computer and reauthorized it (it is done from the Store tab on iTunes).
    I did a hard reset of my phone and connected it to my computer and let it sync.
    While connected I signed back in to iTunes from the same "iTunes & App Store" section in the settings.
    I then installed a previously "Purchased" app from the computer version of iTunes
    When it finished installing I went to my purchased section and all my apps were back:)
    Ok so I'm honestly not sure whether these steps were the reason for the fix (or if there was unnecessary steps), but it did fix the problem I was having with my purchased apps not appearing.

  • SharePoint 2013 multi App domain issues

    Hello,
    All urls on purpose have a space character, this is because the forum didn't let me enter URLs.
    We have a problem with the new feature of SharePoint 2013 March PU “New-SPWebApplicationAppDomain”.
    We are implementing this feature for a client in Windows Azure. This lead to several technical issues to overcome and in previous LAB tests it seems that we have overcome these problems, using named binding instead of wildcard, and SNI.
    Goal:
    1 Webapplication with three zones:
    Default zone: https: //portal-ntlm.contoso.com
    Intranet zone: https: //portal-adfs.contoso.com
    Extranet zone: https: //portal-fba.contoso.com
    Default zone in NTLM of course is to make Search work.
    With the new feature described in http ://technet.microsoft.com/en-us/library/dn144963.aspx we should be able to get App Domains working on all three (or at least two out of three zones).
    In my LAB (Single server farm, running SP2013 SP1) I currently configured two zones, both NTLM to test the basics.
    Default zone: https: //portal.contoso.com Intranet zone: https: //portal-ta.contoso.com
    I have enabled the feature using these commands:
    $contentService = [Microsoft.SharePoint.Administration.SPWebService]::ContentService
    $contentService.SupportMultipleAppDomains = $true
    $contentService.Update()
    Iisreset
    Then I do this:
    New-SPWebApplicationAppDomain -AppDomain app1.fabrikam.com -WebApplication https: //portal.contoso.com -zone default -port 443 –SecureSocketsLayer       (This command works)
    and then:
    New-SPWebApplicationAppDomain -AppDomain app2.fabrikam.com -WebApplication https: //portal-ta.contoso.com -zone intranet -port 443 –SecureSocketsLayer   (This one doesn’t)
    Then we get this powershell error in RED:
    New-SPWebApplicationAppDomain : The IIS Web Site you have selected is in use
    by SharePoint.  You must select another port or hostname.
    At line:1 char:1
    + New-SPWebApplicationAppDomain -AppDomain apps2-ta.talentenik.nl
    -WebApplication  ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~
        + CategoryInfo          : InvalidData: (Microsoft.Share...cationAppDomain:
       SPCmdletNewWebApplicationAppDomain) [New-SPWebApplicationAppDomain], Argum
      entException
        + FullyQualifiedErrorId : Microsoft.SharePoint.Administration.SPAppCmdlets
       .SPCmdletNewWebApplicationAppDomain
    Extra info:
    I have tried using a single IP, multi IP, remove current IIS Binding, add the binding already etc. Nothing seems to work.
    When I change the PORT number of the second command to anything else it binds to the expected IIS Site but on the wrong port nr.
    The most strange thing also: I have a working set of VMs that actually works. I created a snapshot of the working situation. Reverted back to the before snapshot and tried to replay my steps but I keep running into issues when I try to add the second app-domain.
    Can anyone help me set this up.
    Thx
    Stefan Peters
                       

    I was in the same situation with my on-premises environment. I did a little bit more investigation and checked the code behind New-SPWebApplicationAppDomain. I wrote a full article about this issue
    http://www.vioreliftode.com/index.php/new-spwebapplicationappdomain-the-iis-web-site-you-have-selected-is-in-use-by-sharepoint-you-must-select-another-port-or-hostname/
    I also provided a way to bypass the limitation and be able to reuse the 80 and 443 ports for multiple app domains.

  • Multiple App syncing issues...

    Hello, all.
    I am having multiple application synching issues. I have a half dozen devices and have never had any of these issues before about a week ago. May have had an iTunes update? Here are the issues.
    1.     Some Apps re-installing even though no update was available.
    2.     Some apps not completely installing and showing with an empty progress bar through the icon.
    3.     Apps that are not supposed to sync to a particular device are.
    4.     Apps re-installing outside of their designated folders.
    Anyone having any of these issues? It is pretty frustrating since I never know what I am going to end up with after a sync.

    Sure.
    Only select the apps that you want to sync.
    It will only sync what you tell it to sync to each device.

  • How to troubleshoot Windows 8 Mail app connectivity issues with Google Business Apps?

    My company went to Google Apps last year. I am unable to connect Mail App on Windows 8 to my corporate Google account. I am using m.google.com for server with SSL enabled, but no luck. I also enabled bit locker as my company policy requires device encryption.
    Mail App does not give a clear error message. It simple states that this PC does not meet security policies enforced by Google. Please advice. I already made peace when my Nokia Lumia 920 running windows phone 8 does not connect to Google
    apps because of a bug that would not turn on device encryption unless requested by Active Sync and it would not turn on with Google sync.
    These are annoying issues that Microsoft must fix to gain enterprise support. Here are the settings from my mobile settings page:

    Answer is of no use. I tried all the forums and websites. I am not able to connect to corporate google apps because it requires SD card encryption. How do I enable this on windows 8.
    Please discuss this with your boss and other peers before answering. This is an advanced question. I am going to paint this a little bit more..
    Today's enterprise requires that most devices support device encryption and Windows Phone does support device encryption but here is the problem- there is no support for SD card encryption. Even for phones like Lumia 920 that does not have an SD card cannot
    connect to Microsoft Exchange ActiveSync due to a bug in the implementation.
    When the policy parameter Require Encryption on Storage Card is enabled, Windows 8 and Windows Phone 8 devices misreport the presence of an SD card, even if the device has no SD card slot. The policy enforcement occurs, provisioning fails, and the device
    cannot be synchronized.  You can read more on their support site:
    http://support.microsoft.com/kb/2464593
    This long thread on the Microsoft community is a testament to this problem:
    http://answers.microsoft.com/e...3ce3-49e4-8069-ecdccd55a5f9
    This is also a problem for those enterprises that are using google apps and running Microsoft exchange activesync. Take a look at this request and policy that will throw the 85010013 error on your windows phone.
    Request :
    https://m.google.com/Microsoft-Server-ActiveSync
    Server Data:Provision/Policies/Policy/Data/EASProvisionDoc/RequireStorageCardEncryption=1
    Overall, I hope Microsoft fixes this issue soon

  • SharePoint 2013 - Office web apps intermittent issue

    From past few weeks we are seeing issue while opening the documents from sites error message says “Sorry something went wrong + An unexpected error occur on the Server”.  This happens with individual users accounts(Since it is
    expected behavior with Service account for Office web Apps). After identifying on which server we are seeing the issue we are performing the
    IIS reset on that effected Server and then issue will resolve but after a week or 10 days this is repeated again.    If anyone has seen this issue in(SP2013+OWA) please share your inputs for permanent fix.
    Subhash

    Hi Cristian,
    Below is the Log file. Please refer.
    08/06/2014 11:41:09.73 w3wp.exe (0x1688) 0x4764 SharePoint Foundation DistributedCache air4a Monitorable Token Cache: Failed to get token from distributed cache for '0).w|s-1-5-21-2146773085-903363285-719344707-1611799'.(This
    is expected during the process warm up or if data cache Initialization is getting done by some other thread). ccecab9c-73c6-e096-b4ac-251e2bb15206
    08/06/2014 11:41:09.73 w3wp.exe (0x1688) 0x4764 SharePoint Foundation DistributedCache air4b Monitorable Token Cache: Reverting to local cache to get the token for '0).w|s-1-5-21-2146773085-903363285-719344707-1611799'. ccecab9c-73c6-e096-b4ac-251e2bb15206
    08/06/2014 11:41:09.78 w3wp.exe (0x1688) 0x4764 SharePoint Foundation Application Authentication aiv3c Exception System.ServiceModel.CommunicationObjectFaultedException: The communication object, System.ServiceModel.Configuration.ConfigurationChannelFactory`1[Microsoft.SharePoint.IdentityServices.IApplicationSecurityTokenServiceContract],
    cannot be used for communication because it is in the Faulted state.     at System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposed()     at System.ServiceModel.ChannelFactory.EnsureOpened()    
    at System.ServiceModel.ChannelFactory`1.CreateChannel(EndpointAddress address, Uri via)     at Microsoft.SharePoint.IdentityServices.SPApplicationSecurityTokenServiceClient.GetInternalAppStsChannel()     at Microsoft.SharePoint.IdentityServices.SPApplicationSecurityTokenServiceClient.<>c__DisplayClass2.<RequestSelfIssuedToken>b__0()    
    at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode)     at Microsoft.SharePoint.IdentityServices.SPApplicationSecurityTokenServiceClient.RequestSelfIssuedToken(RequestApplicationSecurityToken rst)
    StackTrace:  at onetnative.dll: (sig=6aba1f5f-ccc4-4590-af00-b8ffe7fe99a0|2|onetnative.pdb, offset=28BE6) at onetnative.dll: (offset=152A9) ccecab9c-73c6-e096-b4ac-251e2bb15206
    08/06/2014 11:41:09.78 w3wp.exe (0x1688) 0x4764 SharePoint Foundation Unified Logging Service c91s Monitorable Watson bucket parameters: Microsoft SharePoint Foundation 4, ULSException14, 269cd32d "sharepoint foundation",
    0f001144 "15.0.4420.0", b2c61fc4 "system.servicemodel", 0400766f "4.0.30319.0", 51d7762b "fri jul 05 18:43:07 2013", 000000e4 "000000e4", 00000063 "00000063", 96a3e724 "communicationobjectfaultedexception",
    00215742 "aiv3c" ccecab9c-73c6-e096-b4ac-251e2bb15206
    08/06/2014 11:41:09.78 w3wp.exe (0x1688) 0x4764 SharePoint Foundation Application Authentication agmxo Exception System.ServiceModel.CommunicationObjectFaultedException: The communication object, System.ServiceModel.Configuration.ConfigurationChannelFactory`1[Microsoft.SharePoint.IdentityServices.IApplicationSecurityTokenServiceContract],
    cannot be used for communication because it is in the Faulted state.     at System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposed()     at System.ServiceModel.ChannelFactory.EnsureOpened()    
    at System.ServiceModel.ChannelFactory`1.CreateChannel(EndpointAddress address, Uri via)     at Microsoft.SharePoint.IdentityServices.SPApplicationSecurityTokenServiceClient.GetInternalAppStsChannel()     at Microsoft.SharePoint.IdentityServices.SPApplicationSecurityTokenServiceClient.<>c__DisplayClass2.<RequestSelfIssuedToken>b__0()    
    at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode)     at Microsoft.SharePoint.IdentityServices.SPApplicationSecurityTokenServiceClient.RequestSelfIssuedToken(RequestApplicationSecurityToken rst)    
    at Microsoft.SharePoint.IdentityModel.OAuth2.SPOAuth2SecurityTokenManager.RequestRawLoopbackToken(OAuth2EndpointIdentity endpointIdentity, JsonWebSecurityToken onBehalfOf, String applicationContext)     at Microsoft.SharePoint.IdentityModel.OAuth2.SPOAuth2SecurityTokenManager.IssueLoopbackTokenString(Uri
    endpointAddress, SPIdentityContext identityContext, String applicationContext, DateTime& validTo) StackTrace:  at onetnative.dll: (sig=6aba1f5f-ccc4-4590-af00-b8ffe7fe99a0|2|onetnative.pdb, offset=28BE6) at onetnative.dll: (offset=152A9) ccecab9c-73c6-e096-b4ac-251e2bb15206
    08/06/2014 11:41:09.78 w3wp.exe (0x1688) 0x4764 SharePoint Foundation Unified Logging Service c91s Monitorable Watson bucket parameters: Microsoft SharePoint Foundation 4, ULSException14, 269cd32d "sharepoint foundation",
    0f001144 "15.0.4420.0", b2c61fc4 "system.servicemodel", 0400766f "4.0.30319.0", 51d7762b "fri jul 05 18:43:07 2013", 000000e4 "000000e4", 00000063 "00000063", 96a3e724 "communicationobjectfaultedexception",
    0018c5ce "agmxo" ccecab9c-73c6-e096-b4ac-251e2bb15206
    08/06/2014 11:41:09.78 w3wp.exe (0x1688) 0x4764 SharePoint Foundation WOPI ajc39 Unexpected WOPIFrame - Unhandled exception: System.ServiceModel.CommunicationObjectFaultedException: The communication object, System.ServiceModel.Configuration.ConfigurationChannelFactory`1[Microsoft.SharePoint.IdentityServices.IApplicationSecurityTokenServiceContract],
    cannot be used for communication because it is in the Faulted state.     at System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposed()     at System.ServiceModel.ChannelFactory.EnsureOpened()    
    at System.ServiceModel.ChannelFactory`1.CreateChannel(EndpointAddress address, Uri via)     at Microsoft.SharePoint.IdentityServices.SPApplicationSecurityTokenServiceClient.GetInternalAppStsChannel()     at Microsoft.SharePoint.IdentityServices.SPApplicationSecurityTokenServiceClient.<>c__DisplayClass2.<RequestSelfIssuedToken>b__0()    
    at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode)     at Microsoft.SharePoint.IdentityServices.SPApplicationSecurityTokenServiceClient.RequestSelfIssuedToken(RequestApplicationSecurityToken rst)    
    at Microsoft.SharePoint.IdentityModel.OAuth2.SPOAuth2SecurityTokenManager.RequestRawLoopbackToken(OAuth2EndpointIdentity endpointIdentity, JsonWebSecurityToken onBehalfOf, String applicationContext)     at Microsoft.SharePoint.IdentityModel.OAuth2.SPOAuth2SecurityTokenManager.IssueLoopbackTokenString(Uri
    endpointAddress, SPIdentityContext identityContext, String applicationContext, DateTime& validTo)     at Microsoft.SharePoint.IdentityModel.OAuth2.SPOAuth2SecurityTokenManager.IssueLoopbackTokenString(Uri endpointAddress, SPUser user,
    String applicationContext, DateTime& validTo)     at Microsoft.SharePoint.Utilities.SPWOPIHost.GetAccessToken(SPWeb web, Guid uniqueId, String proofKeyId, SPUrlZone zone, SPBasePermissions perms, Boolean hasEditLicense, Int64& ttl)    
    at Microsoft.SharePoint.Utilities.SPWOPIHost.GetAccessToken(SPFile file, String proofKeyId, SPUrlZone zone, Int64& ttl)     at Microsoft.SharePoint.Utilities.SPWOPIHost.GetWOPITargetInternal(HttpContext httpContext, SPWeb web, Object&
    spPrimeObject, SPWOPIAction& requestedAction, SPRegionalSettings spSettings, String& wopiAppUrl, String& wopiFavIconUrl, String& wopiAccessToken, Int64& wopiAccessTokenTtl, String& errorMessageToDisplay, String& redirectUrl)    
    at Microsoft.SharePoint.ApplicationPages.WOPIFrameHelper.OnLoadHelper(WOPIFrame frame)     at Microsoft.SharePoint.ApplicationPages.WOPIFrameHelper.OnLoad(WOPIFrame frame) ccecab9c-73c6-e096-b4ac-251e2bb15206
    08/06/2014 11:41:09.78 w3wp.exe (0x1688) 0x4764 SharePoint Foundation General aat87 Monitorable An error has occurred on the server. ccecab9c-73c6-e096-b4ac-251e2bb15206
    08/06/2014 11:41:09.78 w3wp.exe (0x1688) 0x4764 SharePoint Foundation DistributedCache ah24q Unexpected SPDistributedCachePointerWrapper::InitializeDataCacheFactory - No cache hosts are present in the farm. ccecab9c-73c6-e096-b4ac-251e2bb15206
    08/06/2014 11:41:09.78 w3wp.exe (0x1688) 0x4764 SharePoint Foundation DistributedCache ah24w Unexpected Unexpected Exception in SPDistributedCachePointerWrapper::InitializeDataCacheFactory for usage 'DistributedViewStateCache'
    - Exception 'System.InvalidOperationException: SPDistributedCachePointerWrapper::InitializeDataCacheFactory - No cache hosts present in the farm.     at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()'. ccecab9c-73c6-e096-b4ac-251e2bb15206
    08/06/2014 11:41:09.78 w3wp.exe (0x1688) 0x4764 SharePoint Foundation General ajb4s Monitorable ViewStateLog: Failed to write to the velocity cache: Documents/Srikanth_excel test.xlsx&action=default ccecab9c-73c6-e096-b4ac-251e2bb15206
    08/06/2014 11:41:19.97 w3wp.exe (0x1688) 0x4764 SharePoint Foundation DistributedCache ah24q Unexpected SPDistributedCachePointerWrapper::InitializeDataCacheFactory - No cache hosts are present in the farm. ccecab9c-73c6-e096-b4ac-251e2bb15206
    08/06/2014 11:41:19.97 w3wp.exe (0x1688) 0x4764 SharePoint Foundation DistributedCache ah24w Unexpected Unexpected Exception in SPDistributedCachePointerWrapper::InitializeDataCacheFactory for usage 'DistributedLogonTokenCache'
    - Exception 'System.InvalidOperationException: SPDistributedCachePointerWrapper::InitializeDataCacheFactory - No cache hosts present in the farm.     at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()'. ccecab9c-73c6-e096-b4ac-251e2bb15206
    08/06/2014 11:41:19.97 w3wp.exe (0x1688) 0x4764 SharePoint Foundation DistributedCache air4g Monitorable Token Cache: Failed to initialize SPDistributedSecurityTokenCache  Exception: 'System.InvalidOperationException:
    SPDistributedCachePointerWrapper::InitializeDataCacheFactory - No cache hosts present in the farm.     at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()     at Microsoft.SharePoint.DistributedCaching.SPDistributedCache..ctor(String
    name, TimeSpan timeToLive, SPDistributedCacheContainerType containerType, Boolean encryptData)     at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCache..ctor(String name, TimeSpan timeToLive, SPDistributedCacheContainerType
    containerType, Boolean encrptyData, TimeSpan minimumTokenExpirationWindow)     at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCacheInitializer.Init(Object state)'. ccecab9c-73c6-e096-b4ac-251e2bb15206

  • How to resolve itunes app purchase issues in India

    I purchased a package from DailyYoga app which I got billed for via itunes, but the package is not enabled on my ipad after 3 days of when the purchase amount showed up in my credit card. I've contacted the DailyYoga folks directly via their website as well as from my email, and haven't received any replies after 2 days. I've been trying to escalate this via itunes support, but I find that online support isn't available for India, so how do I formally complain and escalate this to Apple support in India so I can move towards resolution of the particular issue?
    -Ramesh.

    The iTunes stor support staff are at: http://www.apple.com/emea/support/itunes/contact.html and the Apple support numbers for world-wide are: http://support.apple.com/kb/HE57

Maybe you are looking for

  • Error while opening sld page of server

    Hi All, When i m trying to open the sld page of the server using link "http://cgnsap15:50000/sld", i am asked for userid & password which is accepted but the following page shows error : 500 Internal Server Error Unexpected error in parsing request f

  • HT201209 I have credit but have not got my old redemption code. I dont need it (according to the help on apple) but cant purchase as I am been asked for the code how do I get around this?

    I have redeemed a code a few months back and bought some music. I have credit left but am still being asked for a redemption code. I no longer have the code, but according to apples help topics I do not need it. How do I purchase without the code?

  • Upgrade BO X1 R2 SP1 to SP5/SP6

    Hi, We are working on a migration project where we are upgrading the Oracle Database version from Oracle 10.2.0.4 to Oracle 11g. BO is used as a reporting tool in teh application and we need to upgrade teh service pack from BO X1 R2 SP1 to SP5/SP6. C

  • PSE 3.0 Mac版+iMac24でJPEG保存ができない

    PSE 3.0 Mac版+iMac24 Intel Core 2 Duo 2.33GHz 2GB NVIDIA GF7600GT MacOS X 10.4.8で「複数ファイルをバッチ処理」を使いJPEG保存をしようとすると次のエラー. エラー: 「保存」コマンドのパラメータが無効です.(-25923) 手動で個別のファイルを別名保存しようとしてもJPEGの保存オプションが現れません.PowerMacでは正常にJPEG保存ができています.

  • Adobe connect, see  with password

    dear, I  have  adobe connect 8. I  have lots of meetings link on web site. But I dont want the people who I  dont know or ı dont have their info like e-mail open these link without share contact  info (e-mail, name, like this). İs it possible this id