Unable to connect to updates repositories

Hi all,
I have problems connecting to updates repositories from eclipse (Linux Ubuntu 11.10 64 bit, Eclipse 3.7.1, Java 1.6.0).
Trying to connect to http:/ /download.eclipse.org/releases/indigo gives this log:
Quote:
Unable to read repository at http:/ /download.eclipse.org/releases/indigo/content.xml.
Unable to read repository at http:/ /download.eclipse.org/releases/indigo/content.xml.
Connection reset
Connecting to http:/ /download.eclipse.org/eclipse/updates/3.7, 3.6, etc. gives similar results. (The "space" in links is on purpose, I can't post here links)
But connection to projects repositories like Mylin or ADT works fine.
I tried several solutions, none soleved my problem:
- Switched to official Sun JDK (1.6.0_25)
- Downloaded eclipse instead of using Ubuntu repository
- Defined in ini file "-Djava.net.preferIPv4Stack=true" flag
- deleted cache folder
- Do not use proxy
- It's not a transport/firewall/antivirus problem
From what I see in "wireshark", eclipse tries to retrieve "content.xml" from the update repositories, this file isn't there and it gives up. For some strange reason it does not try to download the right file - compositeContent.jar.
I found a similar bug occurred only on 64 bit systems, but it was almost a year ago and it appears fixed.
Please help!
Eclipse version:
Version: 3.7.1
Build id: M20110909-1335
Java version:
java version "1.6.0_25"
Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.0-b11, mixed mode)
OS Version:
Ubuntu 11.10 - 64 bit

Hi Aleksander,
I really tried hard to develop a theory for your problem, but I must admit that I can't find any indications for a
software defect. That doesn't mean there aren't any. I looked especially carefully because of
http://bugs.eclipse.org/bugs/show_bug.cgi?id=470900 but that's really not about "Connection reset". To be 100% sure,
please delete your ${user.home}/.eclipse/org.eclipse.oomph.p2/cache folder. Again, I would bet that it doesn't address
your problem. But then I'd have no better theory than network-level issues on your end.
Cheers
/Eike
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper
Am 03.07.2015 um 15:12 schrieb Aleksander:
> Hi Eike, this is my error: eclipse.buildId=4.5.0.I20150603-2000
> java.version=1.8.0_45
> java.vendor=Oracle Corporation
> BootLoader constants: OS=win32, ARCH=x86_64, WS=win32
> Framework arguments: -product org.eclipse.epp.package.rcp.product
> Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.rcp.product
>
> org.eclipse.equinox.p2.transport.ecf
> Error
> Fri Jul 03 14:57:04 CEST 2015
> Unable to read repository at http://download.eclipse.org/releases/mars/compositeContent.jar.
>
> java.net.SocketException: Connection reset
> at java.net.SocketInputStream.read(Unknown Source)
> at java.net.SocketInputStream.read(Unknown Source)
> at org.apache.http.impl.io.AbstractSessionInputBuffer.read(AbstractSessionInputBuffer.java:198)
> at org.apache.http.impl.io.IdentityInputStream.read(IdentityInputStream.java:95)
> at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:137)
> at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
> at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
> at sun.nio.cs.StreamDecoder.read(Unknown Source)
> at java.io.InputStreamReader.read(Unknown Source)
> at java.io.Reader.read(Unknown Source)
> at org.apache.http.util.EntityUtils.toString(EntityUtils.java:244)
> at org.apache.http.util.EntityUtils.toString(EntityUtils.java:288)
> at
> org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer.openStreams(HttpClientRetrieveFileTransfer.java:660)
> at
> org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:885)
> at
> org.eclipse.ecf.provider.filetransfer.retrieve.MultiProtocolRetrieveAdapter.sendRetrieveRequest(MultiProtocolRetrieveAdapter.java:146)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.sendRetrieveRequest(FileReader.java:424)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.readInto(FileReader.java:358)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:101)
> at org.eclipse.oomph.p2.internal.core.CachingTransport.download(CachingTransport.java:178)
> at org.eclipse.oomph.p2.internal.core.CachingTransport.download(CachingTransport.java:219)
> at org.eclipse.equinox.internal.p2.repository.CacheManager.updateCache(CacheManager.java:402)
> at org.eclipse.equinox.internal.p2.repository.CacheManager.createCache(CacheManager.java:259)
> at
> org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepositoryFactory.getLocalFile(CompositeMetadataRepositoryFactory.java:73)
> at
> org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepositoryFactory.load(CompositeMetadataRepositoryFactory.java:98)
> at
> org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad(MetadataRepositoryManager.java:57)
> at
> org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:768)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.oomph.util.ReflectUtil.invokeMethod(ReflectUtil.java:116)
> at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager.loadRepository(CachingRepositoryManager.java:344)
> at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager.loadRepository(CachingRepositoryManager.java:146)
> at
> org.eclipse.oomph.p2.internal.core.CachingRepositoryManager$Metadata.loadRepository(CachingRepositoryManager.java:394)
> at
> org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
> at
> org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:92)
> at org.eclipse.equinox.p2.ui.LoadMetadataRepositoryJob.doLoad(LoadMetadataRepositoryJob.java:117)
> at org.eclipse.equinox.p2.ui.LoadMetadataRepositoryJob.runModal(LoadMetadataRepositoryJob.java:102)
> at org.eclipse.equinox.internal.p2.ui.sdk.PreloadingRepositoryHandler$2.runModal(PreloadingRepositoryHandler.java:83)
> at org.eclipse.equinox.p2.operations.ProvisioningJob.run(ProvisioningJob.java:177)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>
>
> I've tried to add Eclipse in exceptions rules in the firewall and even to cut it. Funny thing is that I tried to
> update my Eclipse installation from Luna to Mars, everything went smoothly but when I tried to update I received same
> error.
> I tried to use the new Eclipse installer which gave me this error below:
> [2015-07-03 15:04:15] Executing bootstrap tasks
> [2015-07-03 15:04:15] Product org.eclipse.products.epp.package.rcp.mars
> [2015-07-03 15:04:15] Bundle org.eclipse.oomph.setup 1.1.0.v20150610-1559, build=1478,
> branch=f9c6c715c05a4d780d0aea1f878f0ed756e9fa41, commit=f9c6c715c05a4d780d0aea1f878f0ed756e9fa41
> [2015-07-03 15:04:15] Bundle org.eclipse.oomph.setup.core 1.1.0.v20150619-0556, build=1478,
> branch=f9c6c715c05a4d780d0aea1f878f0ed756e9fa41, commit=f9c6c715c05a4d780d0aea1f878f0ed756e9fa41
> [2015-07-03 15:04:15] Bundle org.eclipse.oomph.setup.p2 1.1.0.v20150609-0914, build=1478,
> branch=f9c6c715c05a4d780d0aea1f878f0ed756e9fa41, commit=f9c6c715c05a4d780d0aea1f878f0ed756e9fa41
> [2015-07-03 15:04:15] Performing P2 Director (Eclipse for RCP and RAP Developers (Mars))
> [2015-07-03 15:04:15] Offline = false
> [2015-07-03 15:04:15] Mirrors = true
> [2015-07-03 15:04:15] Resolving 6 requirements from 3 repositories to C:\Users\a.xxx\rcp-mars2\eclipse
> [2015-07-03 15:04:15] Requirement epp.package.rcp [4.5.0,4.6.0)
> [2015-07-03 15:04:15] Requirement org.eclipse.platform.feature.group [4.5.0,4.6.0)
> [2015-07-03 15:04:15] Requirement org.eclipse.rcp.feature.group [4.5.0,4.6.0)
> [2015-07-03 15:04:15] Requirement org.eclipse.jdt.feature.group [3.11.0,3.12.0)
> [2015-07-03 15:04:15] Requirement org.eclipse.pde.feature.group [3.11.0,3.12.0)
> [2015-07-03 15:04:15] Requirement org.eclipse.oomph.setup.feature.group
> [2015-07-03 15:04:15] Repository http://download.eclipse.org/technology/epp/packages/mars/R
> [2015-07-03 15:04:15] Repository http://download.eclipse.org/releases/mars/201506241002
> [2015-07-03 15:04:15] Repository http://download.eclipse.org/oomph/updates/milestone/latest
> [2015-07-03 15:04:16] ERROR: org.eclipse.equinox.p2.transport.ecf code=1002 Unable to read repository at
> http://download.eclipse.org/releases/mars/201506241002/content.jar.
> java.net.SocketException: Connection reset
> at java.net.SocketInputStream.read(Unknown Source)
> at java.net.SocketInputStream.read(Unknown Source)
> at org.apache.http.impl.io.AbstractSessionInputBuffer.read(AbstractSessionInputBuffer.java:198)
> at org.apache.http.impl.io.IdentityInputStream.read(IdentityInputStream.java:95)
> at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:137)
> at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
> at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
> at sun.nio.cs.StreamDecoder.read(Unknown Source)
> at java.io.InputStreamReader.read(Unknown Source)
> at java.io.Reader.read(Unknown Source)
> at org.apache.http.util.EntityUtils.toString(EntityUtils.java:244)
> at org.apache.http.util.EntityUtils.toString(EntityUtils.java:288)
> at
> org.eclipse.ecf.provider.filetransfer.httpclient4.HttpClientRetrieveFileTransfer.openStreams(HttpClientRetrieveFileTransfer.java:660)
> at
> org.eclipse.ecf.provider.filetransfer.retrieve.AbstractRetrieveFileTransfer.sendRetrieveRequest(AbstractRetrieveFileTransfer.java:885)
> at
> org.eclipse.ecf.provider.filetransfer.retrieve.MultiProtocolRetrieveAdapter.sendRetrieveRequest(MultiProtocolRetrieveAdapter.java:146)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.sendRetrieveRequest(FileReader.java:424)
> at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.readInto(FileReader.java:358)
> at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:101)
> at org.eclipse.oomph.p2.internal.core.CachingTransport.download(CachingTransport.java:178)
> at org.eclipse.oomph.p2.internal.core.CachingTransport.download(CachingTransport.java:219)
> at org.eclipse.equinox.internal.p2.repository.CacheManager.updateCache(CacheManager.java:402)
> at org.eclipse.equinox.internal.p2.repository.CacheManager.createCache(CacheManager.java:259)
> at
> org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory.getLocalFile(SimpleMetadataRepositoryFactory.java:66)
> at
> org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory.load(SimpleMetadataRepositoryFactory.java:88)
> at
> org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad(MetadataRepositoryManager.java:57)
> at
> org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:768)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.oomph.util.ReflectUtil.invokeMethod(ReflectUtil.java:116)
> at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager.loadRepository(CachingRepositoryManager.java:344)
> at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager.loadRepository(CachingRepositoryManager.java:146)
> at org.eclipse.oomph.p2.internal.core.CachingRepositoryManager$Metadata.loadRepository(CachingRepositoryManager.java:394)
> at
> org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
> at
> org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:92)
> at
> org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl$RepositoryLoader$Worker.perform(ProfileTransactionImpl.java:1338)
> at org.eclipse.oomph.util.WorkerPool$Worker.run(WorkerPool.java:416)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
>
> [2015-07-03 15:04:16]
> Thank you for your concerns Eike and for you immense work on EMF.

Similar Messages

  • I am wanting to update iphone to 4.3.3, however I am connected to the internet, yet itunes is telling me it is unable to connect to update server because i am not connected to the internet... please help

    I am wanting to update iphone to 4.3.3 software. however itunes is telling me it is unable to connect to update server as i am not connect to the internet. yet i clearly am connected... Please help

    Looks like I've asked a really old/common question - toonz posted the answer - I've copied it below.  Thanks toonz, everything now ok.
    Correct AnswerRe: Updating to 1.1.3                                                                        02-Feb-2008 23:19                                                    (in response to alibeau)                                       
                            You can fix this by following the steps in this article:
    http://docs.info.apple.com/article.html?artnum=304468                                                                   
                 Liked         (1)     

  • Unable to connect after update

    Dear all
    maybe it is the same issue, but since the latest updates I am receiving this message:
    Unable to connect to remote PC. Please verify Remote Desktop is enabled, the remote PC is turned on and available on the network, and then try again.
    Anyone an idea how to tackle this? 
    Thanks!

    I am getting this same error after the update. I can use RDP from a windows machine to remote in to my work PC but the RDP on the mac just gets this error

  • Laserjet P1102w - unable to connect and update wireless settings

    Hello, I'm hoping someone can help me with this. I have a laserjet P1102w, which was working beautifully on my wireless home network. I recently changed the network configuration and router. I need to update my IP address in the printer settings.
    I am running on Windows 7, and when I connect to the printer with a USB cable, the computer recognizes the printer but it does not appear in the control panel. I have updated all the software (and flash) successfully on the printer, and still nothing.
    I tried this on 3 different computers, still the auto-run software does not appear, nor am I able to access the printer software. I've changed the cable and nothing.... Thanks for your suggestions.

    Hi Mark-in-Calgary, 
    Download the full feature software and drivers from the link below. 
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=bi-80329-6&cc=us&dlc=en&lc=en&...
    I am an HP employee.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"

  • Unable to connect after Update to 7.4.1.

    I use the Airport express for Airtunes (music from PC to tuner).
    Worked fine b4 update.
    No after update i have the following error.
    I can reach the Airport by using the LAN cable.
    Setting up the Airport works.
    Using the airport via the LAN cable works.
    Then i take out the cable. switching to WIFI.
    Airports connects to wireless router.
    Green light is on.
    Got an IP adress and and if I start the airport configurator i see the Airport.
    but when I push NEXT i got the following error:
    No connection to wireless please check wireless network ERROR CODE 6753.
    Itunes sees the Airport. But cant connect.
    Opening the router i see Airport MAC and IP.
    Please help me, i worked all day to solve this..

    Duane wrote:
    One very useful defense against War Drivers is to hide your network...
    You are fooling yourself if you believe that. Even if this option is enabled, the network name is still broadcast between the base station and any connected clients. It only takes a second to discover the "hidden" network name. You would expect "War Drivers" to know this.
    The SSID is broadcast in clear initially between the client and the access point when setting up the connection. Once a secure assocation is made, it is then encypted.
    If a War Driver wants to park and sniff for long periods in the hopes that they will pick up the initial contact, there is not much you can do. In the meantime, setting up a closed network is still one line of defence against unauthorised access to your WiFi network.
    Of course if no encryption is used, the SSID is in the clear in all packets but still needs to be sniffed to be revealed.

  • Unable to connect after update to 8.0.13

    Hi, I've been using the previous version for some time without any issues. Since I updated to 8.0.13 I can't connect to my remote machine anymore.
    I'm using Yosemite 10.10.2.
    The remote machine is behind a TS gateway.
    When connecting, the app shows a black screen with "Negotiating credentials..." and never leaves that screen.
    With a lot of effort I was able to find and download an older version (8.0.7), which works perfectly.
    Please test your updates before submitting them to the AppStore.

    Hi, I am having the same problem.... I need to downgrade ASAP. 
    Can you help me finding an older version of Remote Despot Client for MAC?
    Sure, here is a link to 8.0.7 dmg:
    Download

  • Firefox unable to connect after update!

    I performed the Firefox upgrade to 4.0.1 today and now Firefox and IE8 won't connect to internet. Safari is able to connect as well as 2 other computers so I know the internet is working. Also IM programs work pointing to the internet working.
    I tried removing Firefox and IE still wouldn't connect, I then tried to reinstall to Firefox 3.6.17 and it completed, but it won't open.

    A possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox.
    See [[Server not found]] and [[Firewalls]] and http://kb.mozillazine.org/Firewalls

  • Unable to connect after update to ios 5

    I have recently updated my ipod touch 2nd generation to ios 5. when im connecting to my home network, it finds it ok then all i get is the little spinner next to it. ive checked my iphone and this shows up as a tick and is working fine. everything else on the network is also working fine. i do get the bars showing up on the wifi connection but when i try to go on safari, mail or apps it says theres no internet connection.
    ive tried all of the main points ive seen in the forums. Powering off, resets etc. but nothing changes.
    any help would be greatly appreciated.

    Have you powered off and then back on your router?
    Does the iPod successfully connect to other networks?
    When you go to network properties what IP addres, gateway and DNS server is listed?
    Have you tried here:
    iPhone and iPod touch: Troubleshooting Wi-Fi networks and connections

  • Unable to connect to update server

    I tend not to use my Mac very often; I only use it for very select things, one of which is managing my iPod.  I recently relocated from Canada to South Korea, and I just now tried to check if my iOS version was the most recent.  For the first time ever I got an error message saying that iTunes (latest version) could not connect to the update server to check if my iOS version was the latest version.  I seemed to be able to do anything else I wanted on the internet though.  Is there something wrong with the server (at around 2 pm EST on Wednesday Sep 7) or what else might have happened?
    Thanks.

    Nevermind.  I tried again when I woke up this morning and it seems to work now.  Don't know what was going on but it seems to be resolved.

  • Rec'd dialog box saying to update, in attempting to do so, I then rec'd a msg saying "unable to connect to update server". What do i then do?

    What more can I say, that is it!!!

    If you feel the urge to update to new versions you can always download the newest version from Mozilla, as a package.
    Just visit here and download the latest version:
    [http://www.mozilla.org/en-US/firefox/all.html Download Firefox Latest Version]
    Or you can download any older version here:
    [http://ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/ Firefox All Releases]
    '''IMPORTANT NOTE: Don't forget that the previous versions might have security problems. For the latest security updates you MUST upgrade to latest version. That's what I STRONGLY recommend. If you really want to downgrade the recommended version is 3.6.21. Thank you for paying attention!'''

  • Why can't I update or load new apps on my iPhone and iPad. It does not ask me for my password. I tried to sync from my laptop now I am unable to connect to any sites from internet explorer. When I try to update or load any app it tells me it is corrupt

    Why can't I update or load new apps on my iPhone and iPad. It does not ask me for my password. I tried to sync from my laptop now I am unable to connect to any sites from internet explorer. When I try to update or load any app it tells me it is corrupt

    You need to ask Apple for assistance with getting back into your old ID. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to resolve this issue through the Account Security team, fill out and submit this form.
    (118441)

  • Since I updated to iCloud, Mail on my MacBookPro 10.6.8 has been unable to connect to MobileMe more than once or twice per day. Mail on my iPhone 4 has no problems. What's wrong?

    Since I updated to iCloud, (which may or may not be related) Mail on my MacBookPro 10.6.8 has been unable to connect to MobileMe more than once or twice per day. Mail on my iPhone 4 and my old iMac has no problems. When there is no service a yellow warning triangle appears adjacent to the Inbox and Connection Doctor reports,"Trying to log into this MobileMe IMAP account failed. Verify that username and password are correct."  Since it does fetch Mail from time to time they cannot be wrong.... can they? Should I update to 10.7 and if so what does that entail?

    You have been using MobileMe's email settings, which sometimes continue to work for a time after migration but then get turned off. iCloud's mail server settings are different. Strictly speaking Lion 10.7.2 is required for iCloud, and on that Mail is set up automatically.
    Snow Leopard cannot access most of iCloud's facilities, however you can set Mail up manually to access your email. The method is described here:
    http://www.wilmut.webspace.virginmedia.com/notes/icloudmail.html
    The situation with iCloud and Snow Leopard is described in detail here:
    http://www.wilmut.webspace.virginmedia.com/notes/icloudSL.html

  • After I updated lion to 10.7.4, app store does not recognize my ID APPLE and it unable to connect me to app store in order to update/download apps? What have I to do? I have the same problem with mac mini e mac book air. Please help me!

    After I updated lion to 10.7.4, app store does not recognize my ID APPLE and it unable to connect me to app store in order to update/download apps? What have I to do? I have the same problem with mac mini e mac book air. Please help me!

    Your advice did not help me. I also installed 10.7.4 combo but the situation is the same.
    my internet connection is ok, mail is ok, but app store after 3 resets does not recognize my ID and it says "connection is not possible". Why? I have the same problem in both my mac mini late 2009 and mac book air 2010? Is it a problem of 10.7.4 update? I have to solve this problem and how can i return to 10.7.3 if my last backup was not with 10.7.3???thank you for your kind collaboration...

  • Since updating to iOS 6 on my ipad i am unable to connect to the internet, itunes or the app store. I have tried many suggestions about changing the dat, logging in/out of itunes etc but nothing has worked! Please help :)

    Since updating my ipad to iOS 6 a few days ago i can't seem to get onto the internet, the app store or itunes, nor can i update to iOS7!! I sent an email to apple support and they said we don't handle these issues and redirected me back to the help forums which i have already seen and tried everything other people have suggested and nothing has worked (changing date, signing in/out of itunes etc). When i go to app store the screen is blank, in itunes it just keeps saying loading but never gets anywhere and same with the internet! When i go to settings to update to iOS 7.0.4 it says software update unavailable, try again later. Not sure what to do now. Nothing works, can't use my apps, facebook, music etc. Will contact apple again and try get some answers. But thanks for any info

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    Fix WiFi Issue for iOS 7
    http://ipadnerds.com/fix-wifi-issue-ios-7/
    Fix WiFi Issue for iOS 7
    http://ipadnerds.com/fix-wifi-issue-ios-7/
    iOS 6 Wifi Problems/Fixes
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h tm
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sig nal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    10 Ways to Boost Your Wireless Signal
    http://www.pcmag.com/article2/0,2817,2372811,00.asp
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    Some Wi-Fi losses may stem from a problematic interaction between Wi-Fi and cellular data connections. Numerous users have found that turning off Cellular Data in Settings gets their Wi-Fi working again.
    You may have many apps open which can possibly cause the slowdown and possibly the loss of wifi. In iOS 4-6 double tap your Home button & at the bottom of the screen you will see the icons of all open apps. Close those you are not using by pressing on an icon until all icons wiggle - then tap the minus sign. For iOS 7 users, there’s an easy way to see which apps are open in order to close them. By double-tapping the home button on your iPhone or iPad, the new multitasking feature in iOS 7 shows full page previews of all your open apps. Simply scroll horizontally to see all your apps, and close the apps with a simple flick towards the top of the screen.
    Wi-Fi or Bluetooth settings grayed out or dim
    http://support.apple.com/kb/TS1559
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • I am unable to update the software for my 4s. I am also unable to connect to the app store or itunes, it does not give an error message just says that i am unable to connect. Please help

    I am unable to update my software in settings, just says an error occured. I am alsos unable to connect to the app and itunes store. (no error message occured) just says unable to connect. I am using cellular data and its turned on. Help me please

    Lyndsay237 wrote:
    This device does not have a sim card in it. Could this be the reason or am I missing something when I am trying to update.
    Yes. You can't update or restore any GSM iPhone without a valid sim card installed in the phone. The sim card need not be activated, but it must be valid & present. If you want to update, you need to get a sim card.

Maybe you are looking for