Page cannot be found HTTP 404 Error

I have uploaded the site which deals in giving access to the user to our html pages.
I have used servlets & ms access
Created user DSN.
used dsn less connectivity.
The servlet checks the entry on the home page
and should display the Html page.But its giving the 404 error of Page not found.
I am posting the servlet.
Could u please tell me where i should place the servlet file & the corresponding file on the server.
This is very urgent.
Servlet code:
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
import java.sql.*;
public class login extends HttpServlet
     Connection con;
     public void init()
          try
                    String driver = "sun.jdbc.odbc.JdbcOdbcDriver";
                    Class.forName (driver);
          catch(ClassNotFoundException cnfe)
               System.out.println(cnfe);
     public void doPost(HttpServletRequest req,HttpServletResponse res) throws      
ServletException,IOException
               try
               String chemin = "d:/Yarnz project/database/yarnz.mdb";
               String fullConnectionString = "jdbc:odbc:Driver={Microsoft Access Driver
(*.mdb)};DBQ=" + chemin;
               con = DriverManager.getConnection (fullConnectionString);
               res.setContentType("text/html");               
               PrintWriter pw = res.getWriter();
               String c = req.getParameter("login");
               String d = req.getParameter("pass");
               Statement st =con.createStatement();
               ResultSet rs =st.executeQuery("select login,password from client_status                
where login ='"+c+"' and password='"+d+"' ");
               while(rs.next())
               if(rs.getString("password").equals(d) && rs.getString("login").equals(c))
          res.sendRedirect("testing.htm");
               else
               pw.println("Try Again!<br>");
               pw.println("Please check ur LOGIN & PASSWORD<br>");
               pw.println("<a href=index.htm>LOGIN</a>");
          catch(SQLException sqle)
               System.out.println(sqle);
Waiting for a quick response.
vidita

do you have the file testing.htm in the document root of you webserver.

Similar Messages

  • 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

  • OATS page send me an http 404 error

    Dear all,
    I want to ask you for a configuration problem that I'm having with OATS, i am getting http 404 page not found error when I try to invoke the "Administrator" from startmenu path - called this like http://localhost:8088/admin, and getting the same result for OLT and OTM instances.
    Steps I've followed:
    a- The complete installation of OracleXE 10g :)
    b- Installation of OATS 9.30.0272 version :)
    c- Verification of created schemas with OAT Database Configuration :)
    d- Verification of created users (OATS, OLT and OTM) into my Oracle database (none locked) :)
    e- Migration of OATS, OLT and OTM databases, (migration finished with errors) :(
    f- Connection with Oracle SQL Developer at the last DB created (just to verify no errors with my users/passwords) :)
    g- Called the Administrator from startmenu path :)
    h- For the first time I've seen the Login page, but none user could identify me (OATS, OLT, OTM and even my Windows user) :(
    i- I came back to verify the database schemas with users and passwords. :)
    j- I've restarted the Oracle Application Testing Suite Application Service :)
    k- I've restarted the OracleServiceXE :)
    l- Now when I call the Administrator, OLT or OTM from the start menu I'm getting the http 404 page :(
    I consider important to mention that I've tried and repeated the same steps several times, even creating a new user session on windows.
    What else do I verify?
    What should I do to get all migrations without errors?
    Am I repeating the same problem when I retry to configure the apps and log into?
    Thanks in advance.
    Edited by: FR-Francisco on 27 sept. 2011 08:49

    Hi,
    Before starting the Application Server, you need to have the oracle DB running. So stop The application server, and Oracle db (and Listener), just to be on the safe side. Then
    1) Start the listener
    2) Start the XE Service.
    3) Start the Application server
    Then see if you still get the 404.
    Regards
    Wayne.

  • "Page Cannot be Found" - "HTTP 400 - Bad Request" error on clicking iview

    Hi,
    We are in EP6 SP19 cluster environment.We have a customized personalisation iview in our portal.This iview gives above mentioned error in one of our DI's when trying to perform any action on this iview.The data is being taken from DB of CI, so there is no issue with the concern par file as application in other DI's is working fine. Do i need to check any configaration in the portal.Please get back to me on this.

    hi

  • EBS Integration HTTP 404 error

    I have a function defined in EBS to call Apex. When I click on function in Menu in Oracle it gives me error The webpage cannot be found HTTP 404 error. I close down this window and after couple of clicks the Apex form opens up. It is very frustrating for users to click atlest 2-3 times before they get into Apex.
    Here is the function that I have in Oracle to call Apex.
    CREATE OR REPLACE PROCEDURE APPS.apex_launch (application IN NUMBER default 112
    , page IN NUMBER DEFAULT 1
    , request IN VARCHAR2 DEFAULT NULL
    , item_names IN VARCHAR2 DEFAULT NULL
    , item_values IN VARCHAR2 DEFAULT NULL)
    AS
    name_arr OWA.VC_ARR;
    value_arr OWA.VC_ARR;
    BEGIN
    dbms_output.put_line('Inputs '||application||' Page '||page);
    OWA_UTIL.mime_header('text/html', FALSE);
    OWA_COOKIE.send(name => 'APEX_APPS_'||application,
    value=>fnd_global.user_name||':'||
    apex_generate_hash(fnd_global.user_name),
    domain=>'.silganplastics.com',
    path=>'/',
    expires=>sysdate+1);
    OWA_UTIL.redirect_url('http://cfdsun111.silganplastics.com:8091/apex/f?p='||application||':'||page||'::YES');
    END apex_launch;
    Any help is appreciated.
    Thanks,
    Suman

    Integration with EBS has been discussed many times - pl use the search feature to find threads
    http://forums.oracle.com/forums/search.jspa?threadID=&q=EBS&objID=f137&dateRange=thisyear&userID=&numResults=15
    HTH
    Srini

  • Page Cannot be found:Jdeveloper

    I have created the sample OAF Oage.I am getting error the Webpage cannot be found http 404 when run the page from Jdeveloper when wroking in office netwrok but same is working fine from Home Network.
    We are connecting the Apps server throgh Citrix VPN and OS windows 7.
    Can any one help us..?
    Embedded OC4J server message as follows:
    D:\Jdevloper\jdevbin\jdk\bin\javaw.exe -jar D:\Jdevloper\jdevbin\j2ee\home\admin.jar ormi://10.200.5.180:23891 oc4jadmin **** -updateConfig
    Oct 18, 2013 10:12:43 AM com.oracle.corba.ee.impl.orb.ORBServerExtensionProviderImpl preInitApplicationServer
    WARNING: ORB ignoring configuration changes.  Restart OC4J to apply new ORB configuration.
    WARNING: Code-source D:\Jdevloper\jdevbin\jdev\appslibrt\xml.jar (from <library> in /D:/Jdevloper/jdevbin/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /D:/Jdevloper/jdevbin/lib/xml.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\Jdevloper\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\Jdevloper\jdevbin\jdev\appslibrt\jazn.jar (from <library> in /D:/Jdevloper/jdevbin/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /D:/Jdevloper/jdevbin/j2ee/home/jazn.jar (from <code-source> in META-INF/boot.xml in D:\Jdevloper\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\Jdevloper\jdevbin\jdev\appslibrt\jazncore.jar (from manifest of /D:/Jdevloper/jdevbin/jdev/appslibrt/jazn.jar) has the same filename but is not identical to /D:/Jdevloper/jdevbin/j2ee/home/jazncore.jar (from <code-source> in META-INF/boot.xml in D:\Jdevloper\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\Jdevloper\jdevbin\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib\uix2.jar (from WEB-INF/lib/ directory in D:\Jdevloper\jdevbin\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib) has the same filename but is not identical to /D:/Jdevloper/jdevbin/jdev/appslibrt/uix2.jar (from <library> in /D:/Jdevloper/jdevbin/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader datatags.web.webapp:0.0.0.
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 4535 ms.
    Target URL -- http://01HW545975:8988/OA_HTML/runregion.jsp
    Oct 18, 2013 10:12:47 AM oracle.jsp.logger.JspMessages infoCannotDispatchJspPage
    INFO: Unable to dispatch JSP Page : java.io.FileNotFoundException: D:\Jdevloper\jdevbin\jdev\myhtml\OA_HTML\runregion.jsp (The system cannot find the file specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at oracle.jsp.provider.JspFilesystemResource.fromStream(JspFilesystemResource.java:151)
    at oracle.jsp.parse.XMLUtil.getFromStream(XMLUtil.java:236)
    at oracle.jsp.runtimev2.JspPageCompiler.compileBothModes(JspPageCompiler.java:449)
    at oracle.jsp.runtimev2.JspPageCompiler.compilePage(JspPageCompiler.java:413)
    at oracle.jsp.runtimev2.JspPageInfo.compileAndLoad(JspPageInfo.java:705)
    at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:694)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    at java.lang.Thread.run(Thread.java:595)

    Yes..We are using Proxy Server..
    But Once We connected to VPN then Proxy Server is getting unchecked and Use Automatic Configration Script check box above the proxy Server is Checked..and Address value is "file://C:\Users\345670\AppData\Roaming\Juniper Networks\Network Connect 7.3.1\instantproxy.pac"..
    Now You want me do uncheck both boxes and try..?
    Also please see that in the OC4j Log.."INFO: Unable to dispatch JSP Page : java.io.FileNotFoundException: D:\Jdevloper\jdevbin\jdev\myhtml\OA_HTML\runregion.jsp (The system cannot find the file specified)"..is it a error or normal statement...

  • HTTP 404 Error on submit

    I am generating an APEX application page 'region' as a PL/SQL anonymous block using the
    htp.p function. The PL/SQL htp.p dynamically creates radio groups, text links, and buttons from
    database data. It appears that if the generated page is too big (too many items) when one of
    the buttons is pressed to submit the page and refresh it with different data the following error
    is generated:
    'The webpage cannot be found HTTP 404'
    with browser URL: http://sys3:7777/pls/Apex/wwv_flow.accept
    The button executes a javascript function which calls: document.wwv_flow.submit();
    If I remove one radio group item - everything works fine.
    Oracle DB 10g
    Application Express 3.2.0.00.27
    Does anyone have any ideas about this problem?
    Is there a page size limit, or item limit when using htp.p?
    Thanks for any help you can give me.

    Hi,
    have a look at the following blog posting http://www.inside-oracle-apex.com/oracle-apex-got-404-not-found-2/ to get instructions how to get the cause of the 404 error. I think that will help you to solve your problem.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

  • HTTP 404 error in CMC - BusinessObjects Enterprise Applications - CMC

    BOE CMS is installed in a windows 2003 Server Enterprise Edition and BOE Web Component Adapter .NET is installed in another server Windows 2003 Server Enterprise Edition load balanced(clustered).  All the links are working fine in CMC and Infoview, except the following
              Application Name                    
    1       Central Management Console      
    2       Crystal Reports Explorer      
    3       InfoView                                     
    4       Universe Connections      
    But all of them works fine in the load balanced server, i.e. the second web server and other than this there are no issues, only the above mentioned applications are not working in the web server 1(web1).  Whenever we click on the above stated Applications(as an Administrator) we get "Web Page Not Found" HTTP 404 error.  But the same works fine in the web server 2. The environment is running on firewall, only the requested ports for the BO applications are opened and all the others are blocked.
    When we investigated the IIS log, we found the following
    u201C2009-02-03 01:19:33 W3SVC1132669120 10.215.11.128 GET /businessobjects/enterprise115/admin/en/CrystalEnterprise.CMC/admin.csp server=&service=APSAdmin&page=webapps&cmd=app&an=CrystalEnterprise.CMC 88 - 10.10.10.128 Mozilla/4.0(compatible;MSIE6.0;WindowsNT5.2;SV1;.NETCLR1.1.4322;.NETCLR2.0.50727;.NETCLR3.0.04506.648;.NETCLR3.5.21022) 404 0 2u201D+
    u201C2009-02-03 01:19:46 W3SVC1132669120 10.215.11.128 GET /businessobjects/enterprise115/admin/en/CrystalEnterprise.AdHoc/admin.csp server=&service=APSAdmin&page=webapps&cmd=app&an=CrystalEnterprise.AdHoc 88 - 10.10.10.128 Mozilla/4.0(compatible;MSIE6.0;WindowsNT5.2;SV1;.NETCLR1.1.4322;.NETCLR2.0.50727;.NETCLR3.0.04506.648;.NETCLR3.5.21022) 404 0 2u201D+
    u201C2009-02-03 01:19:52 W3SVC1132669120 10.215.11.128 GET /businessobjects/enterprise115/admin/en/CrystalEnterprise.InfoView/admin.csp server=&service=APSAdmin&page=webapps&cmd=app&an=CrystalEnterprise.InfoView 88 - 10.10.10.128 Mozilla/4.0(compatible;MSIE6.0;WindowsNT5.2;SV1;.NETCLR1.1.4322;.NETCLR2.0.50727;.NETCLR3.0.04506.648;.NETCLR3.5.21022) 404 0 2u201C+
    Is there any specific reason for this?
      if so is there any fix for the same.

    Hi,
    i successfully installed BO Xi R3.
    Tomcat is running.
    But unable to open Business Objects Enterprise Central Management Control.
    When I try to open the below error occur in IE.
    HTTP Status 404 - /CmcApp
    If anyone know how to fix the above issues Please let me know.
    Regards,
    SenthilM

  • 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.

  • HTTP 404 Error : Page Not Found

    I recieved a *"HTTP 404 Error: Page Not Found"* when I branch via Branch To Page Identified By Item using the application_item F103_NEXT_PAGE as the item. I looked at the apache error log and found the following error message:
    [Tue May 26 16:47:13 2009] [error] mod_plsql: /pls/apexcfp8/wwv_flow.accept HTTP-404 \nwwv_flow.accept: SIGNATURE (parameter names) MISMATCH\nVARIABLES IN FORM NOT IN PROCEDURE: CURRENTELEM\nNON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM: \n
    I still recieved the same *"HTTP 404 Error: Page Not Found"* when I branch via Go to Page using the application_item *&F103_NEXT_PAGE.* as the page.
    Can someone please help me. I am under a tight deadline and I cannot test the application further until this is resolved.
    Thank you in advance.
    Robert

    ops, sorry, you already made that test, didn't you?
    The fact is i am testing on XE so there is no Apache in between.
    I guess that you are getting HTTP 404 whereas i get a different message.
    My best guess is that the item doesn't contain the value you say at the time of branching.
    Another possibility is that you think it is using that branch, but it is conditional and the condition is not met, but there are no further branches to process and apex doesn't know where to branch to.
    Does any of the above make sense?

  • 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. ""'''''

  • 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.

  • "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.

  • 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.

  • 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

Maybe you are looking for

  • Can you install iPhone apps on the iPad with ios5?

    We have many, many apps that are under iPhone but worked fine on the iPad. They are under purchased and say they are installing but never show up. How do I get these back?

  • To create a customer in SD module

    hi can anybody telll me how to create a customer in SD module. regards.

  • CAD to show as currency in documents in Canadian dollar

    Hi Experts, I have a client who needs the marketing documents to show CAD as the Currency code in documents and not CAN. (Why is this currency code not the same as the ISO code?) I have tried to deleted this Currency and create a new one but to remov

  • How to Restart a Process

    I have client with a server running Panther 10.3.9 being backed up by Backup Exec. From time to time the two processes for Backup Exec need to be restarted. Is there a way to restart the two processes without restarting the whole system?

  • Lost Color Bars and Unrendered Slate

    Hi, Installed FCS3 onto one system on an Apple Xsan as upgrade. Under the Machine login all works fine I can see Color Bars and anything that needs rendering plays with the slate as normal. Now under a Client login, The Slate is missing and Color Bar