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

Similar Messages

  • Page process throwing No data found error when deleting tabular form item

    Hi guys,
    I am trying to run a page process just before the Tabular form's MRU process and it's throwing a no data found error. Here is my code:
    BEGIN
         for i in 1..apex_application.g_f02.count LOOP     
              IF apex_application.g_f01(i) is not null THEN
                   UPDATE STOCK
                        SET PRODUCT_QUANTITY = PRODUCT_QUANTITY+apex_application.g_f08(i)
                   WHERE site_id = :P21_SITE_ID and product_id = apex_application.g_f02(i);
                   COMMIT;
              END IF;
         END LOOP;
    END;Here f01 is the checkbox column and the if-statement is causing the problem because if I get rid of the update statement (leaving just the commit) then it still throws the error.
    When I click on a checkbox and hit delete button which fires off both this process and then MRU I get the no data found error.
    Would be grateful if someone could shed some light on this. Many thanks.
    Edited by: taepodong on Jul 1, 2012 7:54 AM

    Hi,
    >
    I am trying to run a page process just before the Tabular form's MRU process and it's throwing a no data found error. Here is my code:
    BEGIN
         for i in 1..apex_application.g_f02.count LOOP     
              IF apex_application.g_f01(i) is not null THEN
                   UPDATE STOCK
                        SET PRODUCT_QUANTITY = PRODUCT_QUANTITY+apex_application.g_f08(i)
                   WHERE site_id = :P21_SITE_ID and product_id = apex_application.g_f02(i);
                   COMMIT;
              END IF;
         END LOOP;
    END;Here f01 is the checkbox column and the if-statement is causing the problem because if I get rid of the update statement (leaving just the commit) then it still throws the error.
    When I click on a checkbox and hit delete button which fires off both this process and then MRU I get the no data found error.
    >
    You are iterating on the f02 and checking for f01 not null. That is wrong usage of the the checkbox item. Please see these links . especially the OnSubmit Process examples.
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21676/apex_item.htm#CHDDCHAF
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21676/apex_app.htm#AEAPI215
    Regards,
    PS : This is what you need to understand
    >
    <b>Note that check boxes displayed using APEX_ITEM.CHECKBOX will only contain values in the APEX_APPLICATION arrays for those rows which are checked. Unlike other items (TEXT, TEXTAREA, and DATE_POPUP) which can contain an entry in the corresponding APEX_APPLICATION array for every row submitted, a check box will only have an entry in the APEX_APPLICATION array if it is selected.</b>
    >
    Edited by: Prabodh on Jul 2, 2012 9:44 AM

  • 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 displayed" error when attempting to download large dataset.

    In the following code, can anybody please tell me at what point the data actually starts to get transferred and the popup "download file" box appears? I'm thinking that the dialog box should appear on the first outputstream.write and start transferring data. However, I think it's not transferring the data until the while loop has finished! That's bad because this is a real long process and I eventually get "Page cannot be displayed" error. On a smaller dataset (shorter while loop) everything seems to work correctly. Is there some sort of a web server configuration that tells it to write out the data ONLY if outputstream closes? I really need it to write out the data as it's coming in. Code is below and thanks in advance.
    response.setHeader("Expires", "0");
    response.setHeader("Content-disposition","inline;filename=Download.csv");
    response.setContentType("application/x-msdownload");
    outputStream = response.getOutputStream();
    bufferInBytes = this.getData();
    while (bufferInBytes != null)
    outputStream.write(bufferInBytes, 0, bufferInBytes.length);
    outputStream.flush();
    bufferInBytes = this.getData();
    outputStream.close();

    Hi All,
    Thanks for all your help.
    Seems I already found out the issue.
    Since we are using "Personal Home Page" for the system profile option "Self Service Personal Home Page Mode" I checked oracle note and found out
    that 11i did not support this mode. Maybe this is the problem that is why we are getting page cannot be displayed error when only 1 responsibility is active.
    The way to fix this, is to use mode 'Framework Only' instead of 'Personal Home Page' as Oracle are phasing out mod_plsql based UI and it will not be present in future releases. No maintenance is being performed (i.e. bug fixes) to the mod_plsql based UI technology.
    Please check this note for more clearer explanation:
    Is The 'Personal Home Page' Mode Supported In Oracle 11i Applications? [ID 368628.1]
    Again, thank you for your help!

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

  • 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 displayed error when login to EBS home page

    Hi All,
    I have some problem login to EBS page, if only one responsibility is active to user it will get error Page cannot be Displayed error 404 on the Main Menu.
    However if 2 or more responsibilities are active no error will come up and it will show all responsibilities.
    Below is the log I got from apache.
    [Thu Apr 28 15:58:26 2011] [warn] mod_plsql: Stale Connection due to Oracle error 6502
    [Thu Apr 28 15:58:26 2011] [error] mod_plsql: /pls/XXX/OracleNavigate.menuBypass ORA-6502
    ORA-06502: PL/SQL: numeric or value error: hex to raw conversion error
    ORA-06512: at "APPS.ICX_CALL", line 1077
    ORA-06512: at "APPS.ORACLENAVIGATE", line 2358
    ORA-06512: at line 28
    Appreciate if someone can share something about this.
    Database Server
    RDBMS : 10.2.0.2.0
    Oracle Applications : 11.5.10.2
    Thanks a lot

    Hi All,
    Thanks for all your help.
    Seems I already found out the issue.
    Since we are using "Personal Home Page" for the system profile option "Self Service Personal Home Page Mode" I checked oracle note and found out
    that 11i did not support this mode. Maybe this is the problem that is why we are getting page cannot be displayed error when only 1 responsibility is active.
    The way to fix this, is to use mode 'Framework Only' instead of 'Personal Home Page' as Oracle are phasing out mod_plsql based UI and it will not be present in future releases. No maintenance is being performed (i.e. bug fixes) to the mod_plsql based UI technology.
    Please check this note for more clearer explanation:
    Is The 'Personal Home Page' Mode Supported In Oracle 11i Applications? [ID 368628.1]
    Again, thank you for your help!

  • "The Page Cannot Be Displayed" error when clicking the Remote Agent

    Hi everyone! We have installed ACS SE 4.0 and we have added a remote agent running on Windows Server 2003. Recently, we are encountering "The page cannot be displayed" error when we click the RA under a network device group. This is resolved by rebooting the ACS SE appliance and accessing the ACS SE web console again but after few hours, problem reoccurs. Clicking the links on the ACS SE web console is okay at first but after clicking the RA, every link shows the error "The page cannot be displayed." Hope you could help us on this problem. Anyone's support is very much appreciated.
    Thanks!

    Hi JG,
    Thank you so much for your response. Does Cisco have a documentation that states that this is a known issue with 4.0, such as release notes, for we might need this for the proposal upgrade?
    Again, thanks a lot!

  • Error"There was an internal error when submitting the form" URM Disposition

    Hello
    I get the following error - "*There was an internal error when submitting the form*" - when i allocate a Retention Disposition to a Retention Category.
    Any Ideas how this can be solved?
    Thank you

    Not based on the minimal information provided.
    Error messages in 11g, from a UI standpoint, are severely deficient. How about looking in the content server logs and posting some more information?

  • Page cannot be displayed' error when 2 events (FireAction and GO) fired

    We have created a framework page where FireAction event will be executed
    when the value of a calendar item is modified. When we modify the
    value and leave the cursor in the field (without tabbing out), and click
    GO button, 'Page cannot be displayed' error message will be displayed.
    When FireAction event is started, we use CO to retrieve the event. And
    when the cursor remains in item1 after being modified and click GO,
    2 events will be started (the FireAction event and the GO button's event)
    and 'Page cannot be displayed' error will be shown since CO is retrieving
    2 events at the same time.
    Since by changing certain fields of framework page without tabbing out
    is a regualar operation, how can we go around this error when we are
    using FireAction event?
    sample34_00co.java
    package oracle.apps.xx03.ap.webui;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.webui.OAControllerImpl;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.webui.OADialogPage;
    import java.util.Calendar;
    * Controller for ...
    public class Sample34_00CO extends OAControllerImpl
    public static final String RCS_ID="$Header$";
    public static final boolean RCS_ID_RECORDED =
    VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
    public StringBuffer message = new StringBuffer();
    * Layout and page setup logic for a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    Calendar cal = Calendar.getInstance();
    // When the browser back button is not executed
    if (!pageContext.isBackNavigationFired(false))
    System.out.println("NOT FROM BACK BUTTON!! ["+cal.getTime()+"]");
    // When the browser back button is executed
    else
    System.out.println("FROM BACK BUTTON!! ["+cal.getTime()+"]");
    //Action being performed when the browser back button is executed
    OADialogPage dialogPage = new OADialogPage(STATE_LOSS_ERROR);
    pageContext.redirectToDialogPage(dialogPage);
    * Procedure to handle form submissions for form elements in
    * a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    Calendar cal = Calendar.getInstance();
    if ( "updateItem1".equals(pageContext.getParameter(EVENT_PARAM)) )
    //When FireAction is executed
    System.out.println("item1 FireAction is executed! ["+cal.getTime()+"]");
    else
    //When other actions beside FireAction is executed
    System.out.println("item1 FireAction is not executed! ["+cal.getTime() +"]");
    sample34_00pg.xml
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <!-- dbdrv: exec java oracle/jrad/tools/xml/importer XMLImporter.class java &phase=dat+24 checkfile:~PROD:~PATH:~FILE &fullpath:~PROD:~PATH:~FILE -username &un_apps -password &pw_apps -dbconnection &jdbc_db_addr -userId "1" -rootPackage /oracle/apps/~PROD -rootdir &fullpath:~PROD:mds:directory -->
    <page xmlns:jrad="http://xmlns.oracle.com/jrad" xmlns:oa="http://xmlns.oracle.com/oa" xmlns:ui="http://xmlns.oracle.com/uix/ui" version="9.0.3.8.11_1183" xml:lang="en-US" xmlns:user="http://xmlns.oracle.com/jrad/user" xmlns="http://xmlns.oracle.com/jrad" file-version="$Header$">
    <content>
    <oa:pageLayout id="PageLayoutRN" windowTitle="Sample34_00 WindowTitle" amDefName="oracle.apps.fnd.framework.server.OAApplicationModule" title="Sample34_00 PageHeader">
    <ui:corporateBranding>
    <oa:image id="corporateBrandingImage" source="/OA_MEDIA/FNDSSCORP.gif"/>
    </ui:corporateBranding>
    <ui:contents>
    <oa:messageComponentLayout id="MainRN" controllerClass="oracle.apps.xx03.ap.webui.Sample34_00CO">
    <ui:contents>
    <oa:messageTextInput id="item1" prompt="item1" dataType="DATE">
    <ui:primaryClientAction>
    <ui:fireAction event="updateItem1"/>
    </ui:primaryClientAction>
    </oa:messageTextInput>
    <oa:messageLayout id="ButtonLayout">
    <ui:contents>
    <oa:submitButton id="Go" use="/oracle/apps/fnd/attributesets/Buttons/Go"/>
    </ui:contents>
    </oa:messageLayout>
    </ui:contents>
    </oa:messageComponentLayout>
    </ui:contents>
    </oa:pageLayout>
    </content>
    </page>
    ----------

    Shive...good one..!!
    One thing that you can do if you don't wanna have PPR, is to validate date column in fire action event in CO in process form request, and raise an error if you don't find appropriate format or null , as per your requirement.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Getting "Page Cannot be displayed" error when calling a procedure

    Hi all,
    I have a page having a table with more than 2000 rows. On click on save I need to call a pl/sql procedure and then a concurrent program and then based upon the result of CP I need to update the records from the back end.
    All this is done on the click of save button. Now my issue is the concurrent program takes a long time to get completed and I get "Page cannot be displayed error" on my page. Is there any way by which on click of save button I can redirect user to some other page saying the CP has been submitted and at the same time my CP and Pl/SQl procedure will be called. Here I have only one constraint that after competitions of my CP I need to update my table as well. So I need to handle that part as well.
    Regards,
    Arvind Goel

    hi
    would u please share ,how r u calling concurrent program ???
    thanx
    Pratap

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

Maybe you are looking for

  • D-Link Dir-615 internet problems

    Hi All, I am not posting this for help. I came across a problem and could not find any help on the net that would solve it. So this is to help anyone whom might have similar problems. First, let me give you the scenario. I have SBC DSL as my ISP and

  • Steps to generate Token for opendoc url call in XI3.1

    Hi Guys, I am quite new to Sdk's and java programming . I am trying to get some help in generating token for opendoc url to avoid login while trying to access a report in Infoview. From a previous post I got this code: <%@ page import="com.crystaldec

  • Oracle 10G Express Edition backup issues

    After a backup job is run on our Oralce 10g Express Edition Server our system users can't access their web login page - http://127.0.0.1:8080/apex - To access their databse. What i need to know is this. I do a daily backup of the Oracle DB manually,

  • Advise for iPad car installation please

    I just purchased a Nissan Cube. I declined the audio system so there is a blank plate where the stereo would normally fit. I want to install and use my G3 iPad in the car to listen to music, etc. I don't want the standard audio systems with radio, cd

  • Error in running Reports  in Report Bulider 9i

    Whenever I try to run a report in Reports Builder (9i) , I get the following error message. REP-0069 Internal error REP-58102 error sending the request "http://hostname:3000/rwWarmUp.jsp to internal web server "java.net.connectException:Connection Re