Page cannot be found errors

Using MacBook 3.1 running OS X Snow Leopard, I am getting random "page cannot be found" errors, or the inability to load images, usually on specific sites. Google, Facebook, and Amazon were giving the most trouble yesterday. Now it's happening with more sites. Firefox is my primary browser, but I get same results in Safari and Chrome. Other computers using the same connection just fine (both Mac and PC). My MacBook connects fine when connected to on other wi-fi networks or using my cell phone's 3G.
I have tried clearing all kinds of cache (and in Firefox it's currently overriding to store 0 MB cache) including:
1. User Account/Library/Caches - delete everything inside the caches folder.
2. System/Library/Caches - delete everything inside the caches folder then restart.
according to this discussion: https://discussions.apple.com/thread/2331995?start=30&tstart=0
I've also read through this discussion: http://mac.bigresource.com/OS-X-Leopard-Some-Sites-including-Google-Does-Not-Wor k-w6GTVWfnY.html
Seems everyone else fixes the issue by removing Peer Guardian. I've never heard of that program and don't have it installed (or any other filtering software for that matter).
fwiw, the problem connection is a DSL line provided by  Cincinnati-area ISP called zoomtown. (Maybe other Mac users have had similar issues with them?) Obviously I'm going to call the ISP (though I'm not hopeful they'll have a clue) and see if the local Apple Store has heard of this issue with Macs on this ISP. Unfortunately, I probably cannot duplicate the issues at the store.
Appreciate any advice if anyone's had this kind of issue before. Thank you!
Jason

May have found the culprit within my DNS settings. It's worked for the past 5 minutes at least, while testing several of the problem sites with no errors.
Going into my AirPort settings, I had a DNS address of 4.4.4.4. I deleted that one and now have the addresses to OpenDNS at 208.67.222.222 and 208.67.220.220.
More info: http://macs.about.com/od/faq1/f/browserdns.htm
We will see if this proves to be a permanent solution.

Similar Messages

  • "Page cannot be found" error when submitting tabular form

    One of our developers has used a wizard to create a tabular form with the intent or providing an interface for updating one of our tables. The page runs correctly up until the point when the user clicks the Submit button. The user is then re-directed to a "page cannot be found" error page. I checked the apache error log and I'm seeing this error (ip addresses hidden):
    [Wed Oct 13 06:37:59 2004] [error] [client x.xxx.xxx.xxx] [ecid: 1097674679:x.xx.xxx.xx:7286:0:23738,0] mod_plsql: /pls/htmldb/wwv_flow.accept HTTP-400 Too many arguments passed in. Got 2009 parameters. Upper limit is 2000
    We have pages in other applications that were built the same way, and can't figure out why we are seeing these errors.
    Any ideas?
    Thanks.
    Matt

    Sorry I didn't want to take the time to import the application, create the data structure and populate it, when the page is now working. However it seems like you should be able to easily re-create the situation. All I did was go through the wizard for a tabular form. It was based on a view and displayed all the columns, most of them updatable. It seems like what makes it fail (error when either CANCEL or SUBMIT is clicked) is just having a lot of fields on one screen. I base this conclusion on the error message from the Apache error log (mod_plsql: /pls/htmldb/wwv_flow.accept HTTP-400 Too many arguments passed in. Got 2134 parameters. Upper limit is 2000) and on the fix of reducing the number of rows on one screen, using pagination.

  • Radio Button Selection gives "The page cannot be found" Error

    I have a Radio Button that has 4 chooses, one of the choices has Javascript to ask a Prompt and uncheck it depending on the user response.
    When I select the one that has the prompt, it works as expected with the question, however when I click the Submit button on the page to fire my database trigger it fails with "The page cannot be found".
    All the other choices, once picked update the datasbase ok.
    Any idea's from anyone why I'm getting this error?
    script type="text/javascript">
    function yesno(msg,item)
    if ($x(item).name = 'PF' && $x(item).checked)
    confDel= confirm(msg);
    if (confDel != true)
    {$x(item).checked = false;}
    </script>

    Preethi,
    When I click on submit button ,iam getting " The page cannot be found" error.
    When you run the page and click on its submit button, you get the error. Being careful to distinguish problems you get at design time vs. those you get at runtime is extremely important when you ask others for help here.
    I looked at the application. In your problem description, you gave absolutely no information that explains what you are doing on this page. Whatever it is, the problem is that you are creating HTML items on the page with names like
    name="f60"
    Then when you POST the page, you get an error. That's because those "fxx" items are limited to the range "f01" .. "f50".
    Scott

  • Wwv_flow.accept - 'page cannot be found' error

    Hello,
    We are currently having problems where we are trying to upload files and sometimes we are getting the wwv_flow.accept - 'page cannot be found' error. Sometimes we can upload the file and then sometimes we get the error message and is very random.
    We have checked the marvel.conf file and the PlsqlDocumentTablename parameter is set to wwv_flow_file_objects$ so that's not it.
    We have checked the apache log and all we can see is the following error message:
    [Tue Jul 17 15:20:22 2007] [error] [client 10.200.36.18] [ecid: 79243024857,1] mod_plsql: /pls/htmldb_test2/wwv_flow.accept HTTP-404 ORA-01401:
    inserted value too large for column
    So does anybody have any ideas? As I said its seems a bit random as sometimes we can upload the file and sometimes we can't and get the error.
    We are currently using Apex 2.2.0.00.32.
    Thanks in advance,
    Paul.

    Hi Scott,
    Yes when we try and load the same file, 70% of the time it doesn't upload and 30% it does so I can't really say what the problem is.
    Here is the DAD info:
    <Location /pls/htmldb_test2>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlDatabaseConnectString test2 TNSFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword <password>
    Allow from all
    </Location>
    Our database version is: 9.2.0.8
    Character Set is: UTF8
    I will ask our DBA to see if he can apply this patch too.
    Cheers,
    Paul.

  • Annoying page cannot be found error

    Hi,
    Can any one give me any direction in what I'm doing wrong here.
    I have an app, that I've put on apex.oracle.com, that is used for mapping values from one table to another.
    http://apex.oracle.com/pls/otn/f?p=44423:800
    The first bit works fine, you select from a number of drop down lists and this dynamically builds two list of values.
    The problem starts with the filter option. There is a text filter and an order by option and both work fine individually but when both functions are used i get a page cannot be found error
    Is this a problem with my coding or a problem with apex??
    Regards Andy

    Hello Andy,
    I quickly had a look at your app and wondered why you sometimes do an instr and sometimes do a like %...% ? Why don't you always do an instr?
    To me it looks like the building up of the SELECT statement is incorrect.
    If you try to put in the where only 1 condition and build from that, you should be able to find your mistake.
    Hope that helps,
    Dimitri
    -- http://dgielis.blogspot.com/
    -- http://apex-evangelists.com/

  • Page cannot be found error while connecting application in Workspace

    A single user is getting Page cannot be found error when he is trying to connect to application through workspace. It is working fine for everyone else. I checked the network and is fine. Any ideas of what could be the reason?
    HFM version is 9.3.1.1
    Thanks,
    AK

    This can sometimes be fixed by clearing the internet browser cache, cookies, temp files, etc, and then restarting the browser. Is the user provisioned for the app? Can someone else login to the app on the user's pc? Can the user login on someone else's pc?

  • Page cannot be found error in iStore

    I am getting page cannot be found on most the iStore pages occasionally. It is kind of annoying. Can any one help me in getting rid of these messages. Are there any parameter that I have to look out for in any of the jserv, etc properties files.
    Thanks in advance.
    Mallik Balla

    Thanks Scott
    This is the Application Server version:
    Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server Server at scai.graneroscamacho.com Port 7777
    This is the APEX version:
    Application Express 2.2.1.00.04
    This is the Database Version
    Version 10.2.0.3.0
    I found various of this alerts in the EM, which could be related:
    Metric Generic Alert Log Error
    Time/Line Number Thu Feb 08 18:31:16 2007/2805
    Severity Warning
    Timestamp Feb 8, 2007 6:35:45 PM
    Username <SYSTEM>
    Message ORA-error stack (07445[ACCESS_VIOLATION]) logged in D:\ORACLE\PRODUCT\10.2.0\ADMIN\SCAIDB\BDUMP\alert_SCAIDB.log.
    I don't fully understand the question about decode, the pages failing are report pages based on some criteria which sometimes are LOVs.
    We use this kind of instructions in the WHERE part of the SQL query:
    AND A.ID_BODEGA LIKE :P22_ID_BODEGA
    AND A.ID_PRODUCTO LIKE :P22_ID_PRODUCTO
    AND A.CANCELADO = :P22_CANCELADO
    AND
    instr(upper(A.NUMERO_TICKET_SALIDA),upper(nvl(:P22_BUSCADOR,A.NUMERO_TICKET_SALIDA))) > 0 or
    instr(upper(D.NOMBRE_CLIENTE),upper(nvl(:P22_BUSCADOR,D.NOMBRE_CLIENTE))) > 0
    )

  • ../OA_HTML/fndvald.jsp & ''The page cannot be found' error message

    I have 11.5.10.2 multinode install with 10.1.0.5 database. I had iSupplier up and running in one of my test environments about a week back. Today after our Functional setup people were creating responsibilities and setting up profile options - when I try to login - right after the userid & password screen I get the following:
    "The page cannot be found"
    and my url shows http....../OA_HTML/fndvald.jsp
    Any suggestions/ideas please?
    Thanks,

    Duplicate thread (please post only once):
    ....../OA_HTML/fndvald.jsp - "The page cannot be found" when logging in
    ....../OA_HTML/fndvald.jsp - "The page cannot be found" when logging in

  • Applications server 10g - page cannot be found error please help!!

    hi,
    after installing applications server 10g on windows when i try and access the admin page with the link provided from install and getting started page (http://oracle.itec.local/em) i keep on getting page cannot be displayed error! please help!!

    In the dir where you installed the AS software (mid and infra) there is a sub directory called "install" inside that directory there are two files: portlist.ini and setupinfo.txt .... if you paste there contents I can help you farther

  • "page cannot be found" error

    I am the InContext administrator for as site at urbannaharborwalk.com.
    Today my client told me he couldn't log on. I went to the site and entered my username and password. When I hit the submit button a blank page came up with "page cannot be found".
    Does anyone know what's up with that?
    Thanks,
    Dave

    It sounds similar to this:
    http://forums.adobe.com/message/212541#212541
    http://kb2.adobe.com/cps/406/kb406749.html
    http://forums.adobe.com/message/1005086#1005086
    Similar Issues

  • HTTP 400 - Bad request Page cannot be found while submitting tabular form

    Hi,
    My Apex application has sql report for summary and tabular form in a single page.
    This page is working fine when the number of rows per screen is upto 130.
    When we sets the maximum number of rows as more than 130, it displays the record but if we click button to submit the page to save
    it shows page cannot be found.
    HTTP 400 - Bad request
    URL shows apex URL followed by /wwv_flow.accept
    Is there any maximum limits to show number of records in a page in apex.
    Since number of rows selection is not there in tabular form I created a select list with submit item with values 10,20,50,100,500,1000.
    default value is '15'.
    My tabular form has 15 columns and out of them 12 are editable.
    Apex version is 3.1.

    Sounds like you're submitting too many parameters (15 * 130 = 1950), very close to 2000
    Check this post our regarding PlsqlMaxParameters
    "Page cannot be found" error when submitting tabular form
    Scott

  • I get problem loading page (error 404) it says the page cannot be found when i try to access the game Mobsters through my mysapce account and i cannot access it no longer through firefox and i want to find out why i cant, can you guys please help?

    i cant access my mobsters account through myspace. every time i try to access it i get "problem loading page" "this page cannot be found" "404 error" and it wont let me access it. myspace works fine but as soon as i click on the mobsters app i get the 404 error, this page cannot be found, problem loading page! can you please help?
    == This happened ==
    Every time Firefox opened
    == i try to access mobsters game through myspace

    I dont understand the answer
    '''''""The problem can be solved by opening FF and choosing Tools...Add On's...select the SEARCH addon and choose UNINSTALL...restart FF browser when asked, then reload Mobsters. This worked for me. The suggestion on the 404 that says to remove Search via Add/Remove Programs is completely BS, as Search doesnt show there. ""'''''

  • THE PAGE CANNOT BE FOUND - HTTP ERROR 404

    I have just installed i-WEB 08 and have tried to publish a web page. I have saved, as prescribed and, to my knowledge, there are no passwords associated with the web page. When I try to access the page using SAFARI v3.0.4 the following error message appears:
    "The page cannot be found. The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. Please try the following: Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly. If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted. Click the Back button to try another link.
    HTTP Error 404 - File or directory not found.
    Internet Information Services (IIS)"
    I have checked address is as supplied and tried adding my user name to the www address without luck. Friends have also had same error message.
    Can anyone supply an answer, please.

    Did you publish to .Mac or another host?
    Were there any warnings or errors during publishing?
    What is the URL of the page you get the error on?
    By the way, this is the "+Previous to+ iWeb '08" forum; the iWeb '08 Forum is here:
    http://discussions.apple.com/forum.jspa?forumID=1193

  • The page cannot be found 404 Error. Any 1 know how to fix this error?

    I try to open this site.It does try to open but when the page is almost done. it kicks up . The page cannot be found 404 Error
    == URL of affected sites ==
    http://http://profile.myspace.com/Modules/Applications/Pages/Canvas.aspx?appId=104283&friendId=469022772&appParams=null

    Look closely at the URL you posted. The protocol designator (http://) is repeated TWICE.
    Change http://http:// to http:// and it will work fine.

  • JHeadStart Security problem-error page cannot be found- role based security

    JHeadStart Security problem-error page cannot be found- role based security
    Good morning! How are you? I would need some help in a jheadstart 10.1.3.2 security case and I was wondering if you could give me a hand to go on. I create the Model project with tables of oe schema. Then in JHeadStart to perform security I follow the following steps: In ViewController/WEB-INF/web.xml – properties I do the following: login configuration: http basic authentication rfc 7617: realm:jazn.com
    Security roles : I define two roles: customer and administrator , Security Constraints: web_resources: All_pages, Url Patterns: faces/*. Then in Tools/Embedded OC4J Preferences/Global/Authentication JAZN/Realms/jazn.com/users: I define two users c1, password c1 and a1,password a1, roles/member users/ I attribute the roles to the relevant users c1—customer and a1—administrator. Then in application definition editor on service level I define security/use role based authorization=true , authorization type: JAAS and when access denied go to next group=true. On group level e.g.: ProductInformation: Authorization/Authorized Roles Permissions: administrator.On item level : Orders/Items/OrderTotal/Operations/Update Allowed: #{jhsUserRoles['administrator']},Then I generate the pages (run the jag) . The generation is completed successfully but when I run the View Controller project a “the website declined to show this webpage…(page cannot be found)’ is displayed. What should I do? I would appreciate it if you would help me on this issue! Thank you very much.

    Thand you very much for your reply! Unfortunately there is a specific restriction-convention in the project I work in. I am supposed to perform role based security with my own tables and no by the jheadstart’s ones. Could you find out what is my fault with the steps I follow trying to perform the process?
    To remind you my steps I paste the following again:
    JHeadStart Security problem-error page cannot be found- role based security
    Good morning! How are you? I would need some help in a jheadstart 10.1.3.2 security case and I was wondering if you could give me a hand to go on. I create the Model project with tables of oe schema. Then in JHeadStart to perform security I follow the following steps: In ViewController/WEB-INF/web.xml – properties I do the following: login configuration: http basic authentication rfc 7617: realm:jazn.com
    Security roles : I define two roles: customer and administrator , Security Constraints: web_resources: All_pages, Url Patterns: faces/*. Then in Tools/Embedded OC4J Preferences/Global/Authentication JAZN/Realms/jazn.com/users: I define two users c1, password c1 and a1,password a1, roles/member users/ I attribute the roles to the relevant users c1—customer and a1—administrator. Then in application definition editor on service level I define security/use role based authorization=true , authorization type: JAAS and when access denied go to next group=true. On group level e.g.: ProductInformation: Authorization/Authorized Roles Permissions: administrator.On item level : Orders/Items/OrderTotal/Operations/Update Allowed: #{jhsUserRoles['administrator']},Then I generate the pages (run the jag) . The generation is completed successfully but when I run the View Controller project a “the website declined to show this webpage…(page cannot be found)’ is displayed. What should I do? I would appreciate it if you would help me on this issue! Thank you very much.

Maybe you are looking for

  • How to map v$rowcache_parent to a sequence in dba_sequences?

    We have a sequence which seems run away, so I'd like to check the rowcache. but How could I map a sequence to v$rowcache_parent? select * from v$rowcache_parent where cache_name='dc_sequences';

  • Getting all payment related to a invoice (Similar to the applied transac)

    Hi expert, I'm currently designing a sales report for POS employe. I'm trying to relate all incoming payment related to a invoice and i don't see where the relation is establish (wich table ?). I have make a query to list by the oInv.ReceiptNum relat

  • Can't find the toolbar

    Hello to the Community, i'm new here so i have a (simple?) question. I doesnt find the toolbar anymore (see picture). I have since 2 years photoshop so i know a little bit about adobe programs, but i cant find it in dreamweaver CS6. It shouldnt be so

  • Request to change the Filter in discussions

    Hi, I was trying to look over the open topics in one forum and set the filter to show that. It appears that archived posts show up unanswered, so this isn't useful for me to find some questions to address. Would you consider changing the definition o

  • Helpful

    I have found a post in another thread which has solved my question before I even needed to ask it. How do I mark the post "helpful", or otherwise encourage the responder to continue posting? H