Anyone else getting this error: unable to connect to itunes in the cloud?

After iTunes 11 upgrade, I now get this error all the time and syncing and backing up my iDevices won't work.

Same here. Posted earlier:
mculmore
Dec 13, 2012 5:56 PM 
All the items purchased and in Cloud disappeared and the little cloud icon shows the wavy diagonal lines trying to connect, it fails to connect and a dialog informs that it "cannot connect to the cloud", but no other internet problems are present. Then the little cloud icon just disappeared and does not or has not come back. Movies, TV shows, Music are all gone right now. Anyone else with this issue? Apple System Status says all is green.

Similar Messages

  • Getting an error unable to connect to iTunes when I try to download games through apples app, says try again when I do it gives me an Fatal error unable to connect?

    Getting an error unable to connect to iTunes when I try to download games through apples app, says try again when I do it gives me an Fatal error unable to connect?

    Hi LeAnn,
    There have been several posts tonight with this issue. I would suggest waiting until tomorrow and then try again. There may be an issue with the server you are connecting to.
    Cheers,
    GB

  • Is anyone else getting this error message when deploying hellows SOAP app?

    I am trying to deploy the hellows SOAP service manually and get this error when running the HelloClient:
    D:\j2sdk1.4.0\bin\javaw.exe -client -classpath D:\development\projects\sandbox\SOAPTest\bin;D:\development\projects\sandbox\SOAPTest\client\helloService.jar;D:\oracle\jdev9i\jdev\lib\jdev-rt.jar;D:\oracle\jdev9i\jdbc\lib\classes12.jar;D:\oracle\jdev9i\jdbc\lib\nls_charset12.jar;D:\oracle\jdev9i\lib\xmlparserv2.jar;D:\oracle\jdev9i\lib\xmlcomp.jar;D:\oracle\jdev9i\lib\oraclexsql.jar;D:\oracle\jdev9i\rdbms\jlib\xsu12.jar;D:\oracle\jdev9i\lib\xsqlserializers.jar;D:\oracle\jdev9i\lib\xmlparserv2.jar;D:\oracle\jdev9i\soap\lib\soap.jar;D:\oracle\jdev9i\lib\xmlparserv2.jar;D:\oracle\jdev9i\jlib\javax-ssl-1_2.jar;D:\oracle\jdev9i\jlib\jssl-1_2.jar;D:\oracle\jdev9i\j2ee\home\activation.jar;D:\oracle\jdev9i\j2ee\home\mail.jar;D:\oracle\jdev9i\j2ee\home\lib\http_client.jar HelloClient
    [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type "text/html", must be: "text/xml". Response was:
    <HTML><HEAD><TITLE>500 Internal Server Error</TITLE></HEAD><BODY><H1>500 Internal Server Error</H1><PRE>oracle.j2ee.xanadu.JasperGenerationError: no source generated during code generation!: error: error message 'class.format' not found<br>binary class definition not found: Hello<br><br>     at java.lang.Throwable.fillInStackTrace(Native Method)<br>     at java.lang.Throwable.fillInStackTrace(Compiled Code)<br>     at java.lang.Throwable.&lt;init&gt;(Compiled Code)<br>     at java.lang.Exception.&lt;init&gt;(Compiled Code)<br>     at java.lang.RuntimeException.&lt;init&gt;(RuntimeException.java:47)<br>     at oracle.j2ee.xanadu.JasperGenerationError.&lt;init&gt;(JasperGenerationError.java:11)<br>     at oracle.j2ee.ws.JavaWrapperGenerator.generate(JavaWrapperGenerator.java:267)<br>     at oracle.j2ee.ws.RpcWebService.generateWrapperClass(RpcWebService.java:627)<br>     at oracle.j2ee.ws.RpcWebService.generate(Compiled Code)<br>     at oracle.j2ee.ws.RpcWebService.getWrapper(Compiled Code)<br>     at oracle.j2ee.ws.RpcWebService.doPost(Compiled Code)<br>     at javax.servlet.http.HttpServlet.service(Compiled Code)<br>     at javax.servlet.http.HttpServlet.service(Compiled Code)<br>     at javax.servlet.http.HttpServlet.service(Compiled Code)<br>     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(Compiled Code)<br>     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(Compiled Code)<br>     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(Compiled Code)<br>     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(Compiled Code)<br>     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(Compiled Code)<br></PRE></BODY></HTML>
         at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:175)
         at org.apache.soap.rpc.Call.invoke(Call.java:225)
         at HelloProxy.makeSOAPCallRPC(HelloProxy.java:48)
         at HelloProxy.sayHello(HelloProxy.java:32)
         at HelloClient.main(HelloClient.java:8)
    Exception in thread "main"
    Process exited with exit code 1.
    Ryan

    Yes, it happens to me too. Btw, where can I get the copy of OC4J with javax-ssl-1_2.jar and jsse-1_2.jar? Because my copy of OC4J only provide javax-ssl-1_1.jar and jsse-1_1.jar.

  • Adding a Subreport to existing report and getting this error, "Unable to connect: incorrect log on parameters"

    I have taken on an existing vb.net project done in Visual Studio 2008 with crystal reports version Crystal Report XI.
    The reports on their own work very well. Problem is I need to add information to my report which is a 'many-to-one' situation where for each Project Id that I am displaying I need to display several attached documents and the report I am working on is for several Project Id's.
    I figured this would be a perfect situation for a SubReport. I created a separate report which calls a stored procedure to get all of the Attached Documents for a specific Project Id. I thought if I were to add this new SubReport to the Original Report and link the Project Id's, easy-peazy, I would be done.
    This is not the case. I have vb code that loads the Original Report with a stored procedure and when this code runs with the setup I described above it fails when it is creating the final report with the following error:
    Logon failed. Details: crdb_adoplus : Object reference not set to an instance of an object. Error in File C:\~\ProjectDescriptionReport {6BA19F79-2A12-4826-B1F6-456EF799963B}.rpt: Unable to connect: incorrect log on parameters.
    I have no specific connections in my vb code for the reports. If I do not add the subreport to the main report, it loads correctly, so I know the error is caused by the subreport.
    This is the code that creates the original report (sorry for dumping the code here, i just thought it would be easier to see all the code) :
    Public Function LoadReport(ByVal inProjectNum As Integer, ByVal strProjectName As String) As DataTable ', ByVal inFiscalYear As Integer, ByVal inCompany As String) As DataTable
            Dim cnn As SqlConnection = Nothing
            Dim cmd As Data.SqlClient.SqlCommand
            Dim obj As New clsDataClass
            Dim dataAdapter As SqlClient.SqlDataAdapter
            Try
                LoadReport = New DataTable("DescriptionReport")
                cmd = New SqlCommand()      
                cnn = obj.Create_Connection()
                With cmd
                    .CommandType = Data.CommandType.StoredProcedure
                    .Connection = cnn
                    .CommandTimeout = "60"
                    .CommandText = "usp_GetProjectGroupSpecsCR"              
                    .Parameters.AddWithValue("@ProjectNumber", inProjectNum)
                    .Parameters.AddWithValue("@ProjectName", strProjectName)
                End With
                dataAdapter = New System.Data.SqlClient.SqlDataAdapter
                dataAdapter.SelectCommand = cmd
                dataAdapter.Fill(LoadReport)
                Dim oRpt As New ReportDocument()
                oRpt.Load(Server.MapPath("ProjectDescriptionReport.rpt"))
                oRpt.Refresh()
                oRpt.SetDataSource(LoadReport)
                'oRpt.OpenSubreport("AttachmentsReport").SetDataSource(LAR)
                oRpt.SetParameterValue("inProjectNum", inProjectNum)
                oRpt.SetParameterValue("strProjectName", strProjectName)
                oRpt.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response, True, "Projects_DescriptionReport") 'inCompany & "ProjectsReport_Description" & inFiscalYear) <-- Line where the error occures.
    What I need to know is what is the proper way to add a subreport to a vb.net application?
    From the ways I have tried it is clearly not working and I am out of ideas. I am fairly new to Crystal Reports and this way of coding it.
    Any help for this would be greatly appreciated, I've been stuck on this for a while and am finally reaching out to the Crystal Report Specialists.
    Thank you in advance,
    Bryan

    Hi Bryan,
    You may want to check the Connection properties also. I think the MS Data.SqlClient.SqlCommand is using the MDAC driver, or could be modified.
    If you are connecting to SQL Server 2008 or above you should be using the SQL Native 10 or 11 Client.
    As Dell suggests have a look at the samples and if you can use a DSN ( 32 bit or 64 bit ODBC Admin )
    Also search for "CRlogger", you'll find how to enable CR's database logging component and may help show you what part is failing.
    Don

  • W350 2101 mSATA not detected, anyone else getting this error?

    Hi guys im loving my W350 but on start up I get an error message saying 2101 error miniSata drive not detected.
    It has also done this once whle in use which is more worrying.
    I have taken the keyboard off, removed the 16gb mSata and replaced it, but it still is not being detected.
    If anyone has any thoughts Id be really grateful.
    Cheers, Al.

    Hi there, thanks for the response.
    Im having trouble identifying the drivers as the drive isnt showing in the device manager anymore. While it briefly did show up aftrer the BIOS update reboot, it searched and said the drivers were correct but I didnt note the number..
    is there a way i can find this out?
    Also, is this problem generally caused by drivers rather than a faulty hardware etc? Ill hang fire on sending the drive back if maybe I can fix it..
    thanks
    al

  • Update not available - anyone else getting this problem?

    I have LR4 and just clicked 'Check for Updates' and keep getting update check unsucessful and its keeps telling me to check internet connection even though thats working.
    Anyone else getting this error? I'm just wondering if its maybe with the update being released soon perhaps?

    There's another thread running: "No check for updates"

  • Ios6.1, now unable to connect to junos pulse. anyone else getting this message.  connecting using safari

    ios6.1, now unable to connect to junos pulse. anyone else getting this message.  connecting using safari

    Hello Irian and Sue,
    I can connect to the Oracle database using SQL Plus. Now when i TNSPING ORACLE from command line i get the following message :
    Used parameter files:
    D:\app\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST =localhost
    *)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = ORACLE)))*
    TNS-12537: TNS:connection closed
    Thanks for your response to my initial post.Do u have any other methods to resolve this?

  • When I try to use the internal hard drive as a scratch disk I get this error "unable to set scratch disk- the selected directory is on write protect or non-writable media.  Any ideas on how to fix this.  It only happens in fcp.

    When I try to use the internal hard drive as a scratch disk I get this error "unable to set scratch disk- the selected directory is on write protect or non-writable media.  Any ideas on how to fix this.  It only happens in fcp.

    By internal, I assume you're referring to your systems (boot) drive. Is it, by chance, a partitioned dive?
    Also…although many people successfully use their systems drives as scratch disks, over time you'll have better results using a dedicated drive for your media.
    Good luck.
    Russ

  • TS3899 getting an error, "unable to connect to server" when trying to access his yahoo email account. no different user name/wifi is off.

    getting an error, "unable to connect to server" when trying to access yahoo email account.  I did not change my password, but now everytime I try to access my email from my IPhone 4s, I get the error.

    Try the Yahoo mail app.

  • I'm trying to export a list to Excel and I'm getting this error: "unable to download owssvr.dll"

    Hi, 
    Help, please.
    I’m trying to export a list to Excel and I’m getting this error: "unable to download owssvr.dll"
    Thanks in advanced.

    Hi,
    According to your post, my understanding is that you got the error "unable to download owssvr.dll" when exporting a list to Excel.
    owssvr.dll is the module given by Microsoft to read the data from SharePoint Lists using remote procedure call.
    You can find the OWSSVR.DLL in SharePoint 2010 Server Physical Path: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\ISAPI.
    Please check whether it exists in SharePoint 2010 Server Physical Path.
    Please check whether you export a list to Excel correctly.
    Generally, the issue is caused by the brower. Please reset the IE to check whether it works.
    In addition, you can repair the Office to check whether it works.
    Here is a similar thread for your reference:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/5f471d53-e980-4acc-a6cb-7c8722571ec0/problem-with-export-to-spreadsheet?forum=sharepointgenerallegacy
    More information:
    SharePoint RPC Protocols Examples Using OWSSVR.DLL
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • I get this error message when trying to upgrade software "The Iphone update software server could not be contacted"  Can anyone help?

    I get this error message when trying to upgrade software "The Iphone update software server could not be contacted"  Can anyone help?

    I'd start with the following document:
    iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server

  • TS3694 I am trying to update my iPodtouch & keep getting this error message:  There was a problem downloading the software for the iPod.  The network connection timed out.  Make sure your network settings are correct and your network connection is active.

    I am trying to update my iPod touch & keep getting this error message:  There was a problem downloading the software for the iPod.  The network connection timed out.  Make sure your network settings are correct and your network connection is active.  Help!

    Temporarily disable or turn off your Firewall and Anti-Virus software and try the download again.

  • Anyone else getting this case?

    Hey all!
    Anyone else getting this case from Verizon Wireless? http://www.verizonwireless.com/apple-iphone-4-belkin-standard-silicone-black.shtml. It is the Incipio Double Cover case...I got mine in black. I also got a pack of the screen protectors Verizon was selling, just to be safe! I will have Verizon put it on for me tomorrow!

    xtremex wrote:
    I ordered that same one too...You can have Verizon put your screen protector on for you? They never did that for me ...haha
    Yea I like the case - I actually went into a Verizon store to look at it physically and it is really nice. And yep! I have them put my screen protectors on for me lol - they are nice about doing that for me

  • Using Pintrest getting a message " you hit the rate limit" anyone else getting this message?

    I am using my wifi at home not sure what this rate limit is all about. Anyone else getting this message on Pintrest?

    As I understand it, you would need to go back before Mavericks. Such as, wipe your Mac and install a clone of your old Snow Leopard installation. Make sure the old iWork apps were installed and upgrade to Mavericks.
    What occurred when I upgraded from Mt Lion to Mavericks, is the MAS detected my installed iWork '09 apps, alerted me to available updates and presented the Mavericks versions of iWork in the Purchases pane for me to accept into my account. After I accepted them into my account, it then proceeded to install the Mavericks versions in the Apps folder and at the same time sequestered my previously installed iWork '09 apps in a folder in the Apps folder named iWork '09. Later, when I upgraded to OS X Yosemite, the MAS alerted me to upgrades for the Mavericks iWork apps and updated them to the Yosemite versions.

  • TS3212 Still unable to download itunes to my pc. Tried with IE, Mozilla and Google Chrome. Keep getting an error message :"Windows cannot open itunes.exe the file is corrupt contact support."previous itunes files were wipped out by "disk cleaner." Any hel

    Still unable to download itunes to my pc. Tried with IE, Mozilla and Google Chrome. Keep getting an error message :"Windows cannot open itunes.exe the file is corrupt contact support."previous itunes files were wipped out by "disk cleaner." Any help??
    Please!
    Thanks!

    If anyone is reading this still looking for what caused the issue and how to fix it here is what I discovered.
    The antivirus program our company uses, Bitdefender Antivirus Plus, was causing some of the PDF files not to open. After troubleshooting the different modules and settings the culprit was..
    Scan SSL in Privacy Control Settings. Turning it OFF solved the problem and all the PDF files that previously would not open now open just fine. This issue has been sent to Bitdefender for them to review. If you use a different antivirus program and are having this issue try locating the Scan SSL setting and see if turning it off solves the problem.

Maybe you are looking for

  • Allow multiple users to log on to a pcs

    Hello I work for a company and at the minute we have 8 meeting rooms and in those meeting rooms there is 8 mini pcs. At the moment the only people that are allowed to log on to this pc are admins because in ad under our accounts we have the option 'l

  • Upgrading to Leopard from Tiger. Should I clean install, or is archiving ok

    I have the capability to backup up everything myself and clean install, but my only issue is... I'm running a couple of programs that could be...might be....cracked versions. And I'm also running my own copy of the CS3 Adobe Master Collection, which

  • Encore CS5 - Slide Show Error

    When I try to import my Canon 21 MB still .JPG images into Encore's CS5 slide show application I get the following message below.  On the other hand, if I use Camera Raw or Photoshop to convert the image sizes to 1920 x 1080 which reduces the overall

  • Importing synonym

    Hi, I am unable to import synpnym into designer. I have selected use a synonym to lookup objects and I also checked the only select objects that match the pattern option. I used % and _ options also. Even though i am not able to import. Please give m

  • New Version of ActiveX DLL

    Hi, I use in my VI external ActiveX DLL.  I wanted update my VI to the new version of this Dll. 1. I unregistered the old one and registered the new one. 2. After this I opened my VI and tryed to execute it. I couldn't execute my VI, because for ever