MobileMe/iCal Error: "The server has not specified a calendar home for the account at..."

Hi everyone,
I get a problem when trying to add my MobileMe account in iCal. The error message I receive after trying to add ("+") my MobileMe account to iCal is:
"The account information was not found. The server has not specified a calendar home for the account at "/ -- https://cal.me.com/".
Attached the screenshot: http://grab.by/cPDP
Any idea's on what could be going wrong?
Thanks,
Michael

Hi everyone,
I get a problem when trying to add my MobileMe account in iCal. The error message I receive after trying to add ("+") my MobileMe account to iCal is:
"The account information was not found. The server has not specified a calendar home for the account at "/ -- https://cal.me.com/".
Attached the screenshot: http://grab.by/cPDP
Any idea's on what could be going wrong?
Thanks,
Michael

Similar Messages

  • Restlet Error "The server has not found anything matching the request URI"

    I want to serve some static html pages along with my restlet services from the same app ( running in Tomcat )
    Here is my web.xml
    <?xml version="1.0" encoding="UTF-8"?> 
    <web-app id="WebApp_ID" version="2.4" 
                xmlns="http://java.sun.com/xml/ns/j2ee" 
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
                xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
                     http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> 
       <display-name>first steps servlet</display-name> 
       <!-- Application class name --> 
       <context-param> 
          <param-name>org.restlet.application</param-name> 
          <param-value> 
             firstSteps.FirstStepsApplication 
          </param-value> 
       </context-param> 
       <!-- Restlet adapter --> 
       <servlet> 
          <servlet-name>RestletServlet</servlet-name> 
          <servlet-class> 
             org.restlet.ext.servlet.ServerServlet 
          </servlet-class> 
       </servlet> 
       <!-- Catch all requests --> 
       <servlet-mapping> 
          <servlet-name>RestletServlet</servlet-name> 
          <url-pattern>/*</url-pattern> 
       </servlet-mapping> 
    </web-app>
    Here is my Application router class
    public class FirstStepsApplication extends Application
         @Override
         public synchronized Restlet createInboundRoot()
              Router router = new Router(getContext());
              // Defines only one route
              router.attach("/hello", HelloWorldResource.class);
              router.attach("/login", LoginResource.class);
              router.attach("/", BasicResource.class);
              return router;
    }I've gone back to the basic first steps example.
    It works fine if the url pattern is <url-pattern>/*</url-pattern>
    localhost/rest/login returns a string from my LoginResource, same too for /hello
    However a static html page I have /Mypage.html does not get returned when I enter the URL /MyPage.html
    However, if I then modify the url pattern to be
    <url-pattern>/login</url-pattern>
    and then enter the url /MyPage.html I will get the html page.
    But ...... I get the error "The server has not found anything matching the request URI" when I enter the url /login which worked ok the first case.
    What must I do in order for both Restlet & Static HTML resources to work together?
    Thanks ... J

    yes, basicResource is my own class. It's a catch all for restlet requests that don't match any of the other ones. It just returns String = "My catch all resource"
    Because you highlighted it I decided to try and remove it from my Restlet Router. Presto, it now works, the login & hello requests are serviced by my Restlet resources and the MyPage.html requests are served the mypage.html file. This now brings another question. If from my servlet mapping in web.xml all urls are to be handled by restlet "/*", how then does a mypage.html request not get serviced by my restlet? Seems to be just passed through the restlet framework when there is no router to match it? what do you think?

  • AADSTS65005: The request has failed because the client has not specified this resource in its requiredResourceAccess list

    Hello,
    I'm trying to acess an OData feed using Power Query.
    The service is guarded by an AAD OWIN middleware and is registered in AAD.
    If I try to consume the service, a popup appears which allows me to login, but after login I get the following error:
    AADSTS65005: The client application has requested access to resource <resource>. This request has failed because the client has not specified this resource in its requiredResourceAccess list.
    Trace ID: acdb2c32-4249-46e4-8afe-38db0aad991b
    Correlation ID: aed596d5-b663-42ae-8621-64a8e04dc8fa
    Does anyone know what might be the problem?
    Thanks!

    Hi,
    By default, a registered app is configured to request "Read the user's profile", which once consented to by the user, allows the app to get a user token (id token if using OpenID Connect) and read the signed in user's profile (including their mail
    address or addresses) when calling the Azure AD Graph API. 
    Please try setting the resource in your request to Azure AD,
    Please refer to the similar thread:
    http://stackoverflow.com/questions/26093954/oauth-integration-with-o365-fails-with-error-aadsts65005
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Weblogic - 10.4.5 404 Not Found - The server has not found anything matchin

    if you create a new web project in the WSAD IDE and then add a new JSP file it puts it in the web content directory. is this the default directory that will be searched for JSPs? the web.xml file has <welcome-file> entries for index.jsp but when i type
    'http://localhost:7001/Test/'
    at the browser i get the error message..
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI........
    could you tell me what the possible causes of this error are

    Make sure that u have deployed ur Test application in the weblogic server and not in the WSAD server...
    regards
    shanu

  • 10.4.5 404 Not Found The server has not found anything matching Request URL

    hello all.. :)
    i have problem with server, when i'm loading and make link to another page...
    i got error like this...
    *10.4.5 404 Not Found*
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    anyone help me...
    thx
    agungdmt

    I read the 6.1 doc, it did said there is an editing tool for deployment
    descriptor.
    But I can't find it.
    Thanks,
    Michael Girdley wrote:
    This tool has been removed. In 6.1, this summer, we're adding features to
    replace it.
    Michael Girdley
    BEA Systems
    Learning WebLogic? http://learnweblogic.com
    "Daniele" <[email protected]> wrote in message
    news:3b139510$[email protected]..
    Good morning,
    I read in the documentation of WebLogicBuilder Tool, that u can downloadit at
    the URL :
    http://developer.bea.com/circuit/code.html
    but the response of the browser is
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URL. No indicationis given
    as to whether the condition is temporary or permanent.
    If you typed in the URL location manually, please doublecheck what youtyped.
    You may be able to find what you were looking for by following one ofthese links:
    BEA Developer Center
    BEA Systems
    Please adjust your bookmarks accordingly to avoid getting this erroragain, or
    notify the administrator of the site whose link you followed to get here.
    How can I find it!!

  • I am using iPhoto version 9.6 and I can no longer get an email sent with a photo attached. I get an error message saying the email did not go through because the server did not reply. I can send the photo with Mail. Help!

    I have upgraded to Yosemite and also updated the iPhoto application to version 9.6. I am no longer able to send a photo from iPhoto via email. I get an error message saying the server is not responding. But, when using the same server in Mail, I can attach the photo and send it. My wife is using the older version of iPhoto and it works fine.
    I have checked the settings for the outgoing server, etc. and the Mail settings match those in iPhoto.
    Could this be due to either the Yosemite upgrade or the iPhoto upgrade?

    This solution is for those of you using 2-step verification for your Apple ID and are using iCloud as the mail server that you are trying to mail photos with.
    I too had this issue. The problem in my case occurred because I had setup 2-step authentication for my Apple ID. If you have done this then you will get the error message "the mail server did not recognize your email/password...". To solve the problem go to:
    https://appleid.apple.com
    Click "Manage Your Apple ID"
    Verify your identity with the device you selected (if this step does not show up then you have not likely set up 2-step authentication and this is not your solution)
    Click Password and Security in the left column
    Click Generate an app-specific password
    Enter iPhoto as the name of the app
    Copy the password and paste this into the password box in iPhoto where you would normally enter your apple ID (in the mail account section in iPhoto preferences).
    And...voila' (I hope)

  • My iPhone 3GS (working on iOS 6.1.3) has not backed up to iCloud for the past 10 weeks.

    My iPhone 3GS (working on iOS 6.1.3) has not backed up to iCloud for the past 10 weeks. And whenever I try Backing up to iTunes or to iCloud via either a pc or a Mac, I get the message: "Itunes could not backup the iPhone because an error occured". I tried turning off all apps for backup, but that did not help. I tried deleting all the photos and that did not help either. I tried the backup trobelshooting and I have tried using different computers. I'm completely stomped.

    Hi ShakedG,
    I'm not sure if this is what you were referring to, but I just wanted to make sure that you had seen the following article:
    iOS: Troubleshooting backup issues in iTunes
    http://support.apple.com/kb/ts2529
    Regards,
    - Brenden

  • Powerview Cannot connect to the server due to a security issue. The server may not have been able to match the host for silverlight

    Hello,
    I have a sharepoint 2010 sp1 CU Dec 2011 server with a SQL Server 2012 SP1 CU4 reporting services instance.  I am able to open Power View and use it normally when bypassing the ISA Reverse Proxy server.  However when going thru ISA I receive the
    following Error.
    Power View  Cannot connect to the server due to a security issue.  The server may not have been able to match the host for Silverlight.  This error appears after I click yes on an Internet Explorer Display Mixed Mode prompt.
    I've seen a couple references to this issue but not much.  This one mentions a clientaccesspolicy.xml file but I haven't had any luck with that.  http://connect.microsoft.com/SQLServer/feedback/details/716433/cannot-connect-to-the-server-due-to-a-security-issue-the-server-may-not-have-been-able-to-match-the-host-for-silverlight
    Any Ideas?  Thanks.
    Ryan

    Hi Ryan,
    Based on my research, the issue should occur due to a by design behavior in Threat Management Gateway (TMG). To work around this issue, you can use SSL between the TMG and the SharePoint Web Server.
    Hope this helps.
    Regards,
    Mike Yin
    TechNet Community Support

  • I cannot email photos from within iPhoto (v. 9.5.1). When I hit send I get a message: "Your email did not go through because the server did not reply." This happens for both my iCloud account and my Shaw account. What to do???

    I cannot email photos from within iPhoto (v. 9.5.1). When I hit send I get a message: "Your email did not go through because the server did not reply." This happens for both my iCloud account and my Shaw account. What to do???

    Are you able to email from Mail with those two accounts?  If so:
    1 - go to iPhoto's Accounts preference pane and delete both accounts. Now add them back and try again.
    2 - a better solution IMO is to set Mail as the email client for iPhoto is iPhoto's General preference pane.  This gives you better access to your contacts, a sent copy of all emails and, if you want a layout similar to iPhoto's, photo layouts located in Mail's stationary.

  • The Mac Book Pro is not charging. The led is green with the connection and the computer is not charging. Thank you for the help

    The Mac Book pro is not charging. The led is green with the connection and the computer is not charging. Thank you for the help

        Reset SMC.     http://support.apple.com/kb/HT3964
        Choose the method for:
        "Resetting SMC on portables with a battery you should not remove on your own".
    If this does not help, contact Apple.
    Best.

  • My iPhone 5 gives a busy tone whenever someone calls the first time. The person has to call a second time for the ringtone to be heard? How o I tux this issue? I have a missed call every time and then a ringtone.

    My iPhone 5 gives the caller a busy tone the first time when the phone is actually not in use. The caller has to make another call to get the ringtone. I will get the first call as missed with no ringtone and then the second time it will ring. What can be fond to solve this problem ?

    Turn off Do Not Disturb.
    http://support.apple.com/kb/HT5463?viewlocale=en_US&locale=en_US

  • SPD "The server could not complete your request" while "Saving the XOML file"

    Greetz!
    I'm trying to resolve an issue where a SharePoint Designer Approval workflow on a list fails while "Saving the XOML file". The workflow has been reduced to a single step for tests and it still fails.The more details dialog is empty.
    The Event Viewer does not record the event and no unexpected events show up in the logs.
    Any ideas on what might be causing this?
    Thanks!
    Love them all...regardless. - Buddha

    Hello Kansas,
      Did you ever get a solution for your publishing issue. I have been seeing the same problem and I am reading blogs that is pointing to a Feburary 2011 CU as the possible solution. http://support.microsoft.com/kb/2557533

  • HT2500 I have just bought a new Mac Air. I am usually a PC user. It has not brought any emails in for the past two days. (My husband picked it up from the Apple shop 2 days ago and it has the emails from when the apple store had it) but not the past 2 day

    I have just bought a MacAir. The Mac shop moved my data over two days ago and my husband picked it up. The apple shop down loaded my emails up until 2 days ago. But I have just started the computer and it has not brought in emails from the past 2 days. Can anyone advize me what to do? I am an Apple virgin after only ever using PCs.

    Are you connected to an ISP? Have you set up your Mail preferences per your ISP's requirements?

  • Very frustrated that Verizon has not release Windows 8.1 for the Lumia Icon.  When will it be released?  Early 2015 is not an acceptable answer.

    As I'm certain many others who bought this phone are, I am increasingly irritated that Verizon has not released the Windows 8.1 update.
    When will it be release?  Early 2015 is not an acceptable answer.

    "Early 2015" is the best answer you are going to get. I suggest that it is less stressful to accept what is rather than reject it. Taking the stance of "not acceptable" for something like this does nothing but disturb your peace of mind.
    Really though, to me it is very good news in the sense that we now know we WILL eventually be getting 8.1, Cyan, and Denim. Verizon has made no official statement at all about this. Now we have Joe Belfiore specifically telling us MS is working with Verizon to get the update out and it will come for the ICON. Not as informative as we would like, but much better than what we had before!

  • Error Message: Code could not be generated successful​ly for the VI

    I created a simplified model of an 8-pole DC servo motor with friction brakes that drives an actuator through a gear train. I can't get past the subject error message. The error is about the VI named ""Sermat 3-Phase 8-Pole Motor with Friction Brake"" in the package attached. One thing I noticed is that when I make any minor modification to this VI, even a trivial one (like multiplying a signal by a gain of one, or changing the value of a gain from a to b) the VI stops complaining for a while and simulates/runs well. But as soon as you close the VI and open it up again, it goes back crazy on you again.
    I appreciate if someone can guide me as to why this happens an what am I doing wrong here. Appreciate the help :-)!
    Regards,
    Akif
    Attachments:
    Motor VIs.zip ‏508 KB

    I am getting this same error which you have already helped somebody else with. Could you be kind enough to help me too. I am attaching my VI, it contains only a Mathscript node whose commands  work perfect when typed individually on the Mathscript window.
    Regards,
    Karan Batra
    Attachments:
    mathscript_tests.vi ‏16 KB

Maybe you are looking for

  • If I delete my iCloud backup will it wipe all the content from my phone?

    If I want to delete my iCloud back up to clear the iCloud memory, will it delete the content on my phone? I want to delete it then back it up again hoping I'll have more iCloud space available afterwards but I don't want to lose everything! Thanks

  • Output only the Interactive Reporting document in an IR job/output?

    Hello, I have created an Interactive Reporting job using the File->Import->File as Job. I have walked through the various screens to supply oce connection information, output directory etc. The output however, shows up as a Table of Contents - 1) Int

  • MCX Managed printers problem with Adobe CS5.5

    I manage 300 or so Macs running 10.6x with a 10.6 server using Workgroup Manager. I am having a problem where the managed printers multiply exponentially in Adobe applications, so that on some machines there may be 15 or so versions of  the same prin

  • HP 5520e and Mac OS 10.9 Mavericks

    I can't print photographs on photo paper at the moment.  Could this be something to do with my using a wireless connection?  I'm using Adobe Elements 12. My wife is on OS 10.6.11 and can print wirelessly  from iphoto without reported problems so it m

  • Sound Blaster PCI Express - No option for AUDIO CREATION mode.

    I need help. ?I purchased another computer from Dell, with a Sound Blaster board just as I have done with three other computers. ?This makes four. I ordered it with the Sound Blaster board because of the THREE MODES, Entertainment Mode, Gaming Mode,