Airport extreme: Invalid Argument errors over satellite connection

Question 1: Have you observed problems with Apple equipment getting high error rates over high latency connections such as satellite connections?
Question 2: Do you know of any reason why Apple equipment is more likely to exhibit this behaviour?
We have a shack in the country that has a 10Mb/sec satellite internet service.  The satellite in question is the Australian NBN service which I believe uses an Optus satellite.
We get frustratingly large numbers of errors from Safari: "Safari can't open the page <insert random url here> The operation could not be completed. Invalid argument."
The message in the browser is always the same.  It can take half-a-dozen retries to get a page to display.  On average, aroiund 30% of connection attempts yield this error.  It seems to be load dependent, and at the moment it is happening less often - maybe one in 10 requests are failing.  It is currently 2 Jan, around midday and most Australians near the coast will be at the beach, and those inland have 50 degree temperatures predicted so they will be wallowing in the mud-hole that was once the dam, so I expect the satellite load is rather low.
My ISP says they have around a dozen customers reporting this problem and they all use Apple gear.
Observations:
I was able to open a VPN connection to one of my customers (after several attempts) and the VPN connection worked flawlessly for the duration of hte session which was several hours.  Meanwhile, the mrs was cussin' away about invalid argument errors.
Once a page starts loading, it generally finishes.  This seems to be independent of the level of complexity.  So once a page gets going, it keeps going.  Selecting a link from it, however, will likely result in another error.
Pings are returning in around 1 second.
Transfer rate is good - close to the promised 10Mbit/sec.  Response time, of course, is aweful compared to a wired or 3G connection.  However it is acceptable provided a response is actually received.
Gear is: A couple of netgear routers in point to point mode bridging to the Airport Extreme in the house which is the main router.  There are a couple of Airport expresses about the place doing other stuff.  Terminal equipment includes iPads x 2, macBooks x 2, iPhones x 2.  Everything gets a master reset periodically when the power goes off,  and the problem persists.  All devices experience the problem.
Thank you for your help

jone1101 wrote:
I have had my airport extreme for over a year and comcast even longer than that. For some reason my airport now says it has a invalid ip address. I plugged my modem directly into my imac and the internet connection is fine. I have power cycled everything multiple times with the same result. I even reset my airport extreme and created a new network. Nothing is working please help!
Does your cable modem have any sort of battery backup that would prevent it from resetting fully during a power cycle?

Similar Messages

  • "invalid argument" error message when connecting to the App store after upgrading iphone 4 to 5.0 firmware

    Hi everyone,
    I have seen many topics about this problem but none of them helped and they seem to date a little bit so I would like to ask again.
    here is the situation :
    we have two iphone 4 in the house and everything was going fine until we did the update to the new 5.0 firmware. there was no problem while the update had only been applied to the first iphone... but after updating the second one, we now have the same problem on both iphones. We can still connect to the internet from the iphone just fine but the connection is erratic at best with the itunes store because we keep getting cut by this dreaded error message "connection to the itunes store impossible, "invalid argument" occasionnally we'd get a different message that says "connection reset by peer"
    - what is invalid argument mean anyway???
    - I have tried to renew the lease in the network settings, it didn't work
    - I have tried to reset the network setting, it didn't help
    - I have checked in the network setting for the IP address, it starts with 192.xx.xx..... which is supposed to be a good thing as opposed to 162.xx.xx....
    - I have reset my router, nothing happened...
    - I have tried unauthorising my computer to any accounts because we were afraid that using two iphones with two different itunes store accounts one the same computer may have caused these problems.. but no luck
    I am running out of ideas, I would like to renew my frustration to apple because we buy these expensive products and still seem to suffers from stupid bugs... I was under the impression that these things were tested !!! anyway if anyone has found a definitive solution to this problem (short of burning your iphone out of anger) it would be deeply appreciated.
    thx

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

  • Invalid Argument Error

    I am getting above error on load of the JNLP file. When I access the URL for the JNLP, the JNLP file downloads (I can see the content using Ethereal) and WebStart does launch. So, I assume MIME type is OK and the download servlet is working, at least enough to serve up the JNLP.
    What makes this more curious is that it is a working configuration in Jetty. I can take the exact same application - drop it in Jetty, it works; drop the SAME file in Tomcat 4.1.27, it doesn't work.
    Anyone seen this?
    WS 1.2
    J2SDK 1.4.1_01 on both ends.
    Tomcat 4.1.27
    The error and log information is as follows.
    Error dialog/General Tab:
    An error occurred while launching/running the application.
    Category: Invalid Argument error
    Could not load file/URL specified: C:\Documents and Settings\mjf860\Local Settings\Temporary Internet Files\Content.IE5\2DQR21KT\cwms[1].jnlp
    The JNLP file does in fact NOT exist (the directory does, no JNLP files are in in it), despite the fact that I saw it go over the network to my box.
    The JNLPServetLog stuff:
    JnlpDownloadServlet(3): Request: /cwms/app/cwms.jnlp
    JnlpDownloadServlet(3): User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; H010818)
    JnlpDownloadServlet(4): DownloadRequest[path=/app/cwms.jnlp isPlatformRequest=false]
    JnlpDownloadServlet(4): Basic Protocol lookup
    JnlpDownloadServlet(4): JnlpResource: JnlpResource[WAR Path: /app/cwms.jnlp lastModified=Tue Sep 09 17:14:51 EDT 2003]]
    JnlpDownloadServlet(3): Resource returned: /app/cwms.jnlp
    JnlpDownloadServlet(4): lastModified: 1063142091684 Tue Sep 09 17:14:51 EDT 2003
    TIA,
    Mike

    I just found out by searching tomcat list that in your
    dynamic jnlp file you can set the cache-control to
    public using
    response.setHeader("Cache-Control", "public")
    This will allow Internet Explorer to cache the jnlp
    file and you won't get the exception.
    This way you can keep your jnlp file under a security
    constraint.I wasn't sure what was meant by "dynamic JNLP" or how to follow the above procedure, so I created a servlet (a JSP, actually) to implement the above workaround. It will serve JNLP files from a password-protected directory in a way that works for the Tomcat-to-Internet Explorer combination. It's posted below in case it can help anyone else.
    There are still a few things to watch out for: (1) the protection (the <auth-method> tag in your web.xml file) for the JNLP file must be BASIC--FORM will not work. (2) you will have to enter the password twice--once for the browse and again for Web Start.
    The servlet itself is enclosed below. If you have questions about it, please post them to this forum.
    Bob Pollack
    Gestalt, LLC
    <%@ page import="java.io.*" %>
    <%
    // This is a fetch program to retrieve a JNLP file from a
    // password-protected directory. Java Webstart has problems
    // doing this directly, so this program must be used instead.
    // That is, instead of a link that points to "xxx.jnlp", make
    // a link that points to "fetchJNLP.jsp?name=xxx.jnlp".
    // Even with this program, the only kind of authentication
    // that Webstart understands is basic authentication.
    // You cannot use form-based authentication and Webstart together.
    String jnlpName = request.getParameter ("name");
    String myPath = request.getServletPath ();
    String myURL = request.getRequestURL ().toString ();
    String dirPath = null;
    String dirURL = null;
    String jnlpPath = null;
    String jnlpRealPath = null;
    boolean abort = false;
    // Screen the name parameter to make sure that hackers
    // cannot use this program to fetch any old thing
    // The current criteria are that the name must be a JNLP file
    // in this directory
    if (jnlpName == null)
    abort = true;
    else if (! jnlpName.endsWith (".jnlp"))
    abort = true;
    else if (jnlpName.indexOf ("/") >= 0)
    abort = true;
    if (abort)
    response.sendError (response.SC_FORBIDDEN);
    return;
    int pos = myPath.lastIndexOf ("/");
    if (pos < 0)
    pos = myPath.length ();
    dirPath = myPath.substring (0, pos);
    pos = myURL.lastIndexOf ("/");
    if (pos < 0)
    pos = myURL.length ();
    dirURL = myURL.substring (0, pos);
    if (jnlpName.startsWith ("/"))
    jnlpPath = jnlpName;
    else
    jnlpPath = dirPath + "/" + jnlpName;
    out.clear ();
    response.setContentType ("application/x-java-jnlp-file");
    // The following line is the reason this servlet exists.
    // If a JNLP file is in a protected directory, Tomcat will
    // send it out with a Cache-Control header of "no-cache",
    // which keeps the client end of JNLP from working.
    // See Java Developer Forum,
    // "Java Web Start & JNLP: Invalid Argument Error",
    // at http://forum.java.sun.com/spider.jsp?f=38&t=442995
    // for a rambling discussion of this issue.
    response.setHeader ("Cache-Control", "public");
    jnlpRealPath = application.getRealPath (jnlpPath);
    File jnlpFile = new File (jnlpRealPath);
    FileReader fr = new FileReader (jnlpFile);
    BufferedReader br = new BufferedReader (fr);
    while (true)
    String line = br.readLine ();
    if (line == null)
    break;
    // As long as we're doing this anyway, we'll add a service
    // that substitutes the full URL for this directory into
    // the codebase of the outgoing JNLP file. This will make it
    // possible for the files to be moved from machine to machine
    // without changes.
    // For example, instead of saying
    // codebase="http://myhost:8080/home/protected"
    // the JNLP file can say
    // codebase="$BASE"
    String base = "$BASE";
    pos = line.indexOf (base);
    if (pos < 0)
    out.println (line);
    else
    out.print (line.substring (0, pos));
    out.print (dirURL);
    out.print (line.substring (pos + base.length ()));
    out.println ();
    out.flush ();
    out.close ();
    %>

  • What is the proper config for the Airport Extreme when a Voice over IP device is between the cable modem and the router.

    What is the proper config for the Airport Extreme when a Voice over IP device is between the cable modem and the router.  Its a VoIPo device. The cable modem is connected to the VoIP WAN port and the LAN port on the device feeds the Airport Extreme.  The VOIP is working fine, and my Mac are getting 10. addresses from the Airport Extreme.  But I do get confict messages and lose my connection periodicaly.  Looking for help.

    Its a VoIPo device.
    Per chance, is this device the Grandstream HT502?

  • AirPort Extreme Base Station error? Using Macbook Pro

    I am new to all of this and I thought I would be capable enough to set this all up but apparently I am not. HELP! I am trying to create and set up a wireless network using my Airport. I have an AT&T Westell Modem that is using dial up for internet. When I connect the modem directly to my computer I have internet access. The lights on the modem indicate that the ethernet and all other capabilities are working. I plugged in my Airport Extreme after using a cable to connect the modem to the Airport using the Ethernet port. The amber light is flashing and I followed the instructions to setting up my Airport using Airport Utility from the Applications folder. It detects my correct Airport but when I go to update and create my wireless network this error pops up:
    Make sure your Apple wireless device is plugged in and in range of your computer or connected via Ethernet and try again. (-6737)
    My computer is sitting right next to the modem and the Airport. I am not near any metal or any water, and there are no walls or other electronics to interfere. Am I missing something here? Restarting all devices has also proven unsuccessful...Thanks for anything that can help!

    If you just bought it I would recommend calling Apple, they can help you set it up.
    Also you should consider getting a high speed Internet connection. They are very inexpensive these days and would make your Internet experience much more enjoyable. Where you live I would think you have a choice of DSL (available from most telephone companies) or Cable, which would be the quickest but also more money too.
    Regards,
    Roger

  • I have an airport extreme.  i am trying to connect a laptop with windows 7 to a wireless printer, with no luck.  any ideas?

    I have an airport extreme.  i am trying to connect a laptop with windows 7 to a wireless printer, with no luck.  any ideas?

    The problem is not the router.. the issue is the vpn has put your computer in a different IP range with a different gateway. When you turn off the vpn the computer returns to local lan and can print.
    Some vpn software allows you to set gateway to use local net instead of remote gateway or access to other webistes or local lan.
    Read up the issue.
    http://stevejenkins.com/blog/2010/01/using-the-local-default-gateway-with-a-wind ows-vpn-connection/
    Cisco vpn client..
    https://supportforums.cisco.com/thread/239113
    I did not search much.. just grabbed the first article I could find that explains the issue.
    The whole point of the vpn is whilst it is connected your computer is NOT part of the Local Lan .. it is part of the Remote LAN via the vpn tunnel.
    It is also a security risk using split tunnelling so often it will not be allowed.
    Plug the printer directly into the computer via usb or whatever.. Local connection will work.. not local lan.

  • I have a Airport Extreme with a 1TB external HD connected to it.  How can I password protect certain files?

    I have a Airport Extreme with a 1TB external HD connected to it.  I have it set up so my Macbook Pro and PC's in the house can access it.  i have some files that i would like to protect(sensitive personal info.).  Is there a way that can be done where as certain folders are password protected?  Any advice is appreciated.  Thanks!

    Would a good workaround be to use disk utility to set up a password protected sparse image, of course being connected directly to the Mac, then connect the drive to the Airport Extreme?
    Then, couldn't one use that drive and protected files as normal on the airport? It would just require one extra step of using a Mac to set things up first.
    I disconnected my Airport so cannot check it out for myself.
    Hugh

  • Invalid argument error in IE7

    I'm working on my first HTML5 site. And I'm getting an invalid argument error that's keeping it from loading all of the content on the page. It's telling me that the error is in line 256, but line 256 is an image tag.
    The page in question is here:
    http://jerauf.com/filmggp/locations-sub.html
    I'm thinking that it's a script but can't tell what the problem is.
    Can anyone help?

    Hello.
    <img src="image.jpg" height="120" width="120" alt="description" />

  • Built in Airport Extreme location:  Where is it?  Connection issues

    I have an iMac G5, the one prior to the iSight release with the built in Airport Extreme. I am having wireless connection issues where I either have an incredibly low signal or no connection at all. I also have an ibook G4 that has full signal strength when placed next to the imac. I have been told the antenna may be loose on the Airport card but alas when I opened the computer, there was no Airport Card to be found. I was e-mailed a diagram of the location of the Airport card and realized it was for the prior version of the imac that came with the Airport as an option. i was informed Airport is "built in". So does this mean there is no antenna that could inadvertently be knocked out? I scoured this forum for solutions and found a handful of people with identical issues but no solution. Just wondering if anyone has an answer to this problem as I am starting to lose hope. Any help would be greatly appreciated.

    Hi Warren, you have what is referred to as Rev B or ALS (Ambient Light Sensor) Imac and yes the Airport Extreme is integrated on the system board and there is no antenna connection like on the Rev. A Imac. One of the first things to check is in System Preferences => Network => Network Port Configurations make sure Airport is at the top of the list, if not then drag it to the top. Another thing people have found out is Bluetooth devices can cause interferance, I can't comment with this as I don't have any Bluetooth but if you do you could try a wired keyboard and mouse and turn off Bluetooth in System Preferences to see if it changes. Good luck and post back with results, Bob :~))

  • Getting 'Invalid argument' error while uisng OPEN DATASET. Help!

    Hi Experts,
       I am trying to read a file from a shared server location using OPEN DATASET as shown below.
    OPEN DATASET file_name FOR INPUT IN TEXT MODE ENCODING UTF-8 MESSAGE msg.
    The file_name i gave is '
    CNSGN-PRE-DM.COM\FUNCTIONAL\INVENTORY.CSV'.
    The program compiles perfectly. But when I run the program I am getting 'Invalid argument' error. I have checked the authorization to the server, file name, file availability and everything is fine.
    Strangely this code was working fine a week ago.
    What could be the problem? Kindly help me!
    Thanks
    Gopal

    Hi Chndrasekhar,
            You mean to say the we cannot use OPEN DATASET for reading file in shared server location. For example a shared folder in my PC.
    Is there something wrong in the file name path I have given? It started with '//'. Do I have to start the file path wih 'file://..'?
    Thanks
    Gopal

  • "Invalid argument" error when attempting to use Linked Table Manager

    I am trying to import a text file into a linked table in Access (the linked table resides in SQL Server). I run through the import wizard which always ends with an 'Invalid Argument' error and claims the import was unsuccessful but when I query the table
    all the data has been imported. How do I get this error to stop?
    Any suggestion will be appreciated

    Sounds like something is not hooked up right, or setup right.  Can you do a Compact and Repair and try again?
    http://www.fmsinc.com/Microsoftaccess/compact/compact-on-close.html
    http://www.databasedev.co.uk/compacting-and-repairing-ms-access.html
    C & R is really done to defragment a DB, but it can 'fix' other things as well.
    Also, see this.
    http://www.solvexia.com/help/workingwithaccessfiles/how-to-import-data-from-text-file-to-access-table/
    http://www.databasejournal.com/features/msaccess/article.php/3853531/Working-with-external-text-files-in-MS-Access.htm
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

  • I can not set up my airport extreme, he's worked over the internet but I can not back up

    I can not set up my airport extreme, he's worked over the internet but I can not back up

    ''donngra [[#answer-685379|said]]''
    <blockquote>
    ''FredMcD [[#answer-685331|said]]''
    <blockquote>
    Your System Details shows;
    Installed Plug-ins
    Shockwave Flash 15.0 r0
    Shockwave Flash 11.5 r502
    Having more than one version of a program may cause issues.
    Grab the uninstaller from here:
    '''[http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html Uninstall Flash Player | Windows]'''
    '''[http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html Uninstall Flash Player | Mac]'''
    Then reinstall the latest version.
    Flash Player '''v16.0.0.296<br>https://www.adobe.com/products/flashplayer/distribution3.html'''
    Shockwave Director '''v12.1.6.156 http://get.adobe.com/shockwave/'''
    </blockquote>
    </blockquote>

  • I have an Airport Extreme wireless router & I can not connect my Kindle.

    I have an Airport Extreme wireless router & I can not connect my Kindle.  Also, my password will not work when a visitor uses it for a laptop (even a Mac) or any other device that uses the internet.  It says the password is incorrect.  I easily connected a Kindle last year, but I got a new one & now I can not connect wirelessly.  I see no tab to create a guest network.  I do not mind giving my password to visitors, but that does not work.

    If you temporarily disable wireless encryption on your 802.11n AirPort Extreme Base Station (AEBSn), can the Kindle connect to the router and gain access to the Internet now? If so, then I would suggest that you reconfigure the AEBSn to use "WPA2 Personal" for the Wireless Security setting, and then, try connecting with the Kindle again.
    As far as establishing a Guest Network, the AEBSn must not be in bridge mode. That is, it should be the only router in your current network and directly conncted to the Internet modem. If it is, then you would find the Guest Networking option on the AirPort > Guest Networking tab:

  • My Airport Extreme is constantly dropping my internet connection on all of my computers.  Any help?

    My Airport Extreme is constantly dropping my internet connection on all of my networked computers.  It starts up again in about 2 minutes, but in the meantime, I've lost my websites and kept my clients waiting.  Any help?

    I had the same issue in version v5.6 but after upgrading the airport extreme firmware to latest 6.1 it solve the issue...

  • Any Benefit to Airport Extreme vs. Other Routers When Connecting to Apple TV?

    I have Time Warner Cable and currently I have a Motorola SURFboard SB6141 modem going to an old Airport Extreme wifi router to get to my Apple TV.
    I am considering the following options:
    Upgrade to a Motorola SURFboard SBG6580 modem with Wifi
    Stay with my current modem and Airport Extreme
    Is there any reason why Airport Extreme wifi would be better at connecting to an Apple TV, than a Motorola modem with built-in wifi?
    Thanks in advance to all for any info.

    Personally I would stick with what you have.
    For iTunes store purchases, movies max out at requiring 8 Mbps for 1080p so provided the current wifi provides that I doubt an upgrade would help.  Does the extreme provide 802.11n?
    If wifi is problematic in your house due to interference, thick walls, multiple floors etc a new router may or may not help, but the solution I adopted several years ago which I think is pretty great is using mains powerline network adapters which basically convert electrical sockets into ethernet sockets.  You stick one into a socket near your router and connect a short ethernet cable then the others (1 or many) go in sockets near the devices which will use an ethernet connection and again connect via ethernet cables.  Provided you don't have awful wiring or very complex wiring this usually works well.
    I use Devolo (200 and 500) adapters, but Belkin,Netgear and many others make them too.
    http://www.devolo.co.uk/consumer/dlan-mains-supply-network-via-powerline.html?l= en
    AC

Maybe you are looking for

  • ODS Problem - Could not forcefully set the status of the request

    Hello GURUS!   We encountered an error while activating an ods object: <i>"Request REQU_41H61CY8SUS7IX4787ARFXLOM (activation request ODSR_41I8ZUA35YKRALSBFPBB0GWZQ) is marked as incorrect for data package 000000 (DP 0 is the entry for the entire req

  • How do I restore Mac Mini late 2009 to factory settings. Error occurs.

    I have a late 2009 Mac Mini with 2.26 ghz core and 2 GB memory running Lion 10.7.4. I wish to restore my computer to factory settings but when I put in my Snow Leopard disc I continue to get an error message that reads "You can't use this version of

  • Was charge for a item and don't have it

    I was charge $9.95 for something I don't even know what it is. Need to talk to someone. My name is Claudia Bolding-Amoah. <Personal Information Edited by Host>

  • Consuming an ASP web service which responds with complex data types...

    Here's my problem - I'm trying to consume a web service from a provider that uses complex data types. The starting part of the WSDL looks like this (I've not included the whole thing) - named have been changed to protect the innocent: <wsdl:definitio

  • Adobe Pro trial

    Hi, I'm trying to download the trial version of Adobe Acrobat Pro, but when I click on the link to download it I get a page telling that it cannot be found. What's wrong?