Not found - The requested URL /apex/wwv_flow.show was not found on this ser

I have a very simple anonymous block (see below) which I am using to test an area of the database I am developing using OE and APEX. Sometimes the block works and other times it fails with the following error message------
Not found - The requested URL /apex/wwv_flow.show was not found on this server
Before the error message is displayed a pop-up window appears with a submit button ( the heading on the window contains --- Enter Bind Variables - windows internet explorer), which I do not understand.
Is the problem I am experiencing due to some memory limitation ? or do I have a corrupt oracle system (everything else appears OK though).
Any help or advice would be much appreciated.
Best Regards
Lawrence Cattell
Here is the anonymous block (please no comments on the code). If I extend the number of DBMS_OUTPUT.PUT_LINES beyond the current number of 3 it fails everytime, sometimes it works with 3, sometimes it fails. Is it related to the number of variables I am binding to the WSI_QUOTE Type ?
DECLARE
v_dir VARCHAR2(20):='WSI_REPORTS';
V_COUNT NUMBER(2,0);
V_QTE_REF_NBR WSI_QUOTES.QTE_REF_NBR%TYPE;
V_CTR_ID WSI_QUOTES.CTR_ID%TYPE;
v_QTE_REC_NBR WSI_QUOTES.QTE_REC_NBR%TYPE;
v_QTE_DTE WSI_QUOTES.QTE_DTE%TYPE;
V_PEB_NBR WSI_QUOTES.PEB_NBR%TYPE;
V_QTE_COM WSI_QUOTES.QTE_COM%TYPE;
V_SAI_NBR_01 WSI_QUOTES.SAI_NBR_01%TYPE;
V_QTY_01 WSI_QUOTES.QTY_01%TYPE;
V_SAI_NBR_02 WSI_QUOTES.SAI_NBR_02%TYPE;
V_QTY_02 WSI_QUOTES.QTY_02%TYPE;
V_SAI_NBR_03 WSI_QUOTES.SAI_NBR_03%TYPE;
V_QTY_03 WSI_QUOTES.QTY_03%TYPE;
V_SAI_NBR_04 WSI_QUOTES.SAI_NBR_04%TYPE;
V_QTY_04 WSI_QUOTES.QTY_04%TYPE;
V_SAI_NBR_05 WSI_QUOTES.SAI_NBR_05%TYPE;
V_QTY_05 WSI_QUOTES.QTY_05%TYPE;
V_SAI_NBR_06 WSI_QUOTES.SAI_NBR_06%TYPE;
V_QTY_06 WSI_QUOTES.QTY_06%TYPE;
V_SAI_NBR_07 WSI_QUOTES.SAI_NBR_07%TYPE;
V_QTY_07 WSI_QUOTES.QTY_07%TYPE;
V_SAI_NBR_08 WSI_QUOTES.SAI_NBR_08%TYPE;
V_QTY_08 WSI_QUOTES.QTY_08%TYPE;
V_SAI_NBR_09 WSI_QUOTES.SAI_NBR_09%TYPE;
V_QTY_09 WSI_QUOTES.QTY_09%TYPE;
V_SAI_NBR_10 WSI_QUOTES.SAI_NBR_10%TYPE;
V_QTY_10 WSI_QUOTES.QTY_10%TYPE;
V_CTR_NME WSI_CUSTOMERS.CTR_NME%TYPE;
CURSOR GET_QUOTE_INFO_CUR IS
SELECT *FROM WSI_QUOTES WHERE QTE_REC_NBR = 2;
BEGIN
DELETE WSI_QUOTE_TEMP_HOLD;
OPEN GET_QUOTE_INFO_CUR;
LOOP
FETCH GET_QUOTE_INFO_CUR INTO V_QTE_REC_NBR,V_QTE_REF_NBR,V_CTR_ID,v_QTE_DTE,V_PEB_NBR, V_SAI_NBR_01,V_QTY_01,V_SAI_NBR_02,V_QTY_02,V_SAI_NBR_03, V_QTY_03,
V_SAI_NBR_04, V_QTY_04, V_SAI_NBR_05, V_QTY_05,V_SAI_NBR_06, V_QTY_06,V_SAI_NBR_07,V_QTY_07,V_SAI_NBR_08, V_QTY_08, V_SAI_NBR_09, V_QTY_09,
V_SAI_NBR_10,V_QTY_10,V_QTE_COM;
EXIT WHEN GET_QUOTE_INFO_CUR%NOTFOUND;
SELECT CTR_NME INTO v_CTR_NME FROM WSI_CUSTOMERS WHERE CTR_ID = V_CTR_ID;
END LOOP;
CLOSE GET_QUOTE_INFO_CUR;
V_COUNT :=1;
DBMS_OUTPUT.PUT_LINE(v_QTE_REF_NBR|| '***' ||v_CTR_ID|| '***' ||V_CTR_NME|| '***' ||V_peb_NBR|| '***' ||V_SAI_NBR_01|| '***' ||V_QTY_01);
DBMS_OUTPUT.PUT_LINE(v_QTE_REF_NBR|| '***' ||v_CTR_ID|| '***' ||V_CTR_NME|| '***' ||V_peb_NBR|| '***' ||V_SAI_NBR_02|| '***' ||V_QTY_02);
DBMS_OUTPUT.PUT_LINE(v_QTE_REF_NBR|| '***' ||v_CTR_ID|| '***' ||V_CTR_NME|| '***' ||V_peb_NBR|| '***' ||V_SAI_NBR_03|| '***' ||V_QTY_03);
END;

The interpreter could be choking on the "*from" (no space before "from") might not be parsing the SQL as intended .
The "Enter Bind Variables" dialog box is coming from something undefined, I'd suggest putting that block into an .sql file and run it via sqlplus.
To demonstrate how a bind variable is handled try setting up a file with:
select * from sometablename where somecolname = &somekeyval;
-- or '&somekeyval' if its varchar2When you connect with sqlplus and run that file it will prompt for the value to use for "somekeyval".
Only other thing is to ensure the "select * ..." has the same column names and in the same order as expected by the fetch, perhaps the table layout has changed and you could be getting an added column or maybe missing one at the end of the list.
If you try running that block in a sqlplus session enable serveroutput to see the dbms_out result (set serveroutput on size 50000)

Similar Messages

  • "The requested URL /apex/wwv_flow.show was not found on this server "

    Hello, I am getting a "Not found" error, along with the error message displayed in the Subject title, when executing pl/sql commands in the "Home> SQL> SQL Commands" window.
    Not all the time, it is intermittant. If I shut down and restart, that same command will often run ok later.
    It only happens when I edit the PL statement. Sometimes if I remove the edit, the error stops occurring, sometimes the error contiinues to appear.
    If I paste in a previously saved version of the same statement that worked prior to an edit, sometimes it works, sometimes it will still cause the error once they start to occur.
    This is a new install of Oracel 10G Express Edition, downloaded direct from Oracle and installed within the past two weeks.
    It is installed on a Lenovo T60 with WinXP SP2.
    I am an admin on this laptop, and for this install of Oracle. Since this is a standalone install on a workstation, there is no DBA support other than me.
    I am an experienced IT developer, but not a DBA. though I have taken some administration courses. I am new to PL though.
    I also had a problem with not having authority to run utl_file, but I was able to correct that with a grant as SYS. Could this be related in some way? (doubtful).
    Possibly some odd execution authority issue on a DB object?
    It is being used strictly for application development, so that I can avoid impacting testers and users in the normal development environment on a project where we have development and testing running concurrently.

    You said: "... Oracle SQL Developer uses the existing DB. ..."
    I think, just like TOAD, SQL Developer can connect to whatever database you tell it to as long as you give it the right username/password@host.
    For example, with XE, after I unlocked the sample "HR" account*, I can connect to the sample database on XE with HR/HR@XE.
    *with XE running on your local machine, see http://127.0.0.1:8080/i/doc/getting_started.htm#CHDGDHID
    (more direct URL)
    Message was edited by:
    grypysc

  • The requested URL /apex/wwv_flow.accept was not found on this serve: 404err

    Hi Everyone,
    I have 10 tabs to dispaly, I was able to click each tab but when I reach last 2tabs I am getting this error
    The requested URL /apex/wwv_flow.accept was not found on this server: 404 Error
    I tried searching in forums, but I didnot get the answers. Could any one help me in solving this issue.
    I am using APEX 4 and Oracle 11g. Before I used APEX 3, but I didnt get this type of problem.
    Thanks in advance,
    Suma.

    Any suggestions?

  • The requested URL /apex/wwv_flow.accept was not found on this server

    I'm trying to create a report query in Apex 3.2.1
    Home>Application Builder>Application 100>Shared Components>Report Queries>Edit Report Query
    There are 5 queries and I'm trying to add additional queries, but when I click on Add Query I get the /apex/wwv_flow.accept was not found on this server error message page.
    I've had this message before in tabular view forms, where one cell will contain text that causes the error on update, but when the data is removed the page saves OK.

    Any result to this post?

  • BUG: URL /apex/wwv_flow.accept was not found on this server error

    Hi all,
    I have a page with 3 regions:
    - pl/sql(javascript, html)
    - chart
    - html(form)
    Everything works fine until I add a html table to my pl/sql region.
    When I do this I can't create any records anymore(html form).
    When I press the create button on the html form it results in:
    The requested URL /apex/wwv_flow.accept was not found on this server.
    When I delete the html table on my pl/sql region, the create button works fine.
    It seems like somekind of bug, is there a way to get around this.
    Thanx,
    Pim

    Hi,
    When I add (in the pl/sql region with htp.p procedure)the code below:
    <table summary="" cellspacing="0" cellpadding="0" border="0"
    width="100%">
    <tr>
    <td align="left" nowrap="nowrap" align="left" colspan="2">
    <input type="BUTTON" value="Test"
    onclick="javascript:TestOnDemand()">
     Adres
     <input type="text" name="address" size="30" maxlength="200"
    value=""/>
     Land
     <input type="text" name="land" size="30" maxlength="200"
    value=""/>
    </td>
    </tr>
    </table>
    The create button on the third(html_form) will result in the error.
    I did some more tests, it's the button in the above table which causes the error. When I delete the button all is OK. It seems that the dynamic html button has somekind of conflict with the form(html region) button. When I replace the table with a form it makes no difference.
    The reason why I'm doing this, is that I need button on the page which doesn't do a 'dosubmit' (page reload). In a standard htmldb button there's always a 'dosumbit' present. I posted another thread, which confirmed this.
    Thanx,
    Pim

  • The requested URL /Site/Home.html was not found on this server - HELP!

    NOT FOUND: The requested URL /Site/Home.html was not found on this server.
    This comes up when I type in my website address. I am new to this, have created my website on iweb, bought the domain name and purchased web hosting with 123-REG. I ask for their help but have only received the same rote info and nothing that has solved my problem.
    I am using Cyberduck as my FTP client but tried Classic FTP for macs before this and although it says that I am connected, it is saying that it can not change to the directory hosting10.123-reg.co.uk and asks if I have permission to be using it? I am not sure what to do?
    Please could someone advise me?
    Thanks!

    Welcome to the Apple Discussions. Since you're not using MobileMe these pages might be of some help to you:
    http://homepage.mac.com/thgewecke/iwebserver.html
    http://iwebfaq.org/site/iWebFolderFTP.html
    http://docs.info.apple.com/article.html?path=iWeb/2.0/en/6838.html
    OT

  • URL /apex/wwv_flow.accept was not found on this server

    I am running Apex 4.2 on an Oracle 10g XE database using the embedded pl/sql gateway.  I created an apex page that load a pl/sql page.
    My sample procedure is as follows.
    procedure myProcedure(mySelect varchar2 default null, myHidden varchar2 default null) is
    begin
    htp.formOpen('myProcedure');
    htp.formSelectOpen('mySelect');
    htp.formSelectOption('One','1');
    htp.formSelectOption('Two','2');
    htp.formSelectOption('Three','3');
    htp.formSelectClose;
    htp.formHidden('myHidden','hiddenValue');
    htp.formsubmit;
    end myProcedure;
    The page runs but when I click the submit button I get the page error:
    URL /apex/wwv_flow.accept was not found on this server
    I am very new to Apex so I am not sure what the problem is.  I've tried doing some research online and it talks about looking at the Apache logs but I am not using that.  Can somebody help me out.
    Thanks in advance.

    jeff81 wrote:
    I am running Apex 4.2 on an Oracle 10g XE database using the embedded pl/sql gateway.  I created an apex page that load a pl/sql page.
    My sample procedure is as follows.
    procedure myProcedure(mySelect varchar2 default null, myHidden varchar2 default null) is 
    begin 
    htp.formOpen('myProcedure'); 
    htp.formSelectOpen('mySelect'); 
    htp.formSelectOption('One','1'); 
    htp.formSelectOption('Two','2'); 
    htp.formSelectOption('Three','3'); 
    htp.formSelectClose; 
    htp.formHidden('myHidden','hiddenValue'); 
    htp.formsubmit; 
    end myProcedure; 
    The page runs but when I click the submit button I get the page error:
    URL /apex/wwv_flow.accept was not found on this server
    I am very new to Apex so I am not sure what the problem is. 
    Form elements cannot be nested:
    Content model:
    Flow content, but with no form element descendants.
    As APEX already generates a form container on every page (via the #FORM_OPEN# and #FORM_CLOSE# substitution strings in page templates), additional forms can only be added in region positions located outside this container.
    Why do you want to add a non-APEX form?

  • Can't start httml db. the requested URL /pls/beta/htmldb was not found on t

    Hi, I'm trying to login to htmldb but are getting the following errors:
    The requested URL /pls/beta/htmldb was not found on this server.
    Oracle HTTP Server Powered by Apache/1.3.22 Server at Matea Port 7777
    My database is 9.2.0.4. These are the values in conf files:
    LISTENER.ORA:
    # TNSNAMES.ORA Network Configuration File: /home/oracle/app/oracle/product/9.2.0/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    BETA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Matea)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = BETA.world)
    ROM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Matea)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ROM.world)
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Matea)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    TNSNAMES.ORA:
    # TNSNAMES.ORA Network Configuration File: /home/oracle/app/oracle/product/9.2.0/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    BETA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Matea)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = BETA.world)
    ROM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Matea)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ROM.world)
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Matea)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    HTTPD.CONF:
    Alias /i/ "/home/oracle/app/oracle/product/9.2.0/images/"
    wdbsvr.app:
    [DAD_htmldb]
    connect_string = 89.0.0.4:1521:beta
    password = !YmV0YWh0bWw=
    username = htmldb_public_user
    default_page = htmldb
    document_table = wwv_flow_file_objects$
    document_path = docs
    document_proc = wwv_flow_file_mgr.process_download
    reuse = No
    enablesso = No
    stateful = STATELESS_RESET
    nls_lang = American_America.WE8ISO8859P1
    Values in nls_database_parameters:
    SQL> select * from nls_database_parameters;
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET WE8ISO8859P1
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    PARAMETER VALUE
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_RDBMS_VERSION 9.2.0.4.0
    20 rows selected.
    I can start http server and login to http server index page, but can't go any further. There seems to be a problem with database descriptor.
    What's wrong ? Can I enable any trace on ?
    Help will be greatly appreciated ....!

    OK. Some plsql objects are not valid:
    1 select object_name,object_type ,status from dba_objects where owner like 'FLO%'
    2* and status='INVALID'
    SQL> /
    OBJECT_NAME OBJECT_TYPE STATUS
    VRN FUNCTION INVALID
    WWV_BIU_FLOW_COLLECTION TRIGGER INVALID
    WWV_BIU_FLOW_COMPANIES TRIGGER INVALID
    WWV_CREATE_FORUM_DEMO_SCRIPT PROCEDURE INVALID
    WWV_CRYPT PACKAGE BODY INVALID
    WWV_FLOW_CSS_API PACKAGE BODY INVALID
    WWV_FLOW_DEBUGTAB_BIU_FER TRIGGER INVALID
    WWV_FLOW_FILE_API PACKAGE BODY INVALID
    WWV_FLOW_FILE_MGR PACKAGE BODY INVALID
    WWV_FLOW_FND_USER_API PACKAGE BODY INVALID
    WWV_FLOW_GENERATE_DDL PACKAGE BODY INVALID
    OBJECT_NAME OBJECT_TYPE STATUS
    WWV_FLOW_GEN_API2 PACKAGE BODY INVALID
    WWV_FLOW_HTML_API PACKAGE BODY INVALID
    WWV_FLOW_IMAGE_API PACKAGE BODY INVALID
    WWV_FLOW_IMPORT_EXPORT_RESET PROCEDURE INVALID
    WWV_FLOW_IMPORT_EXPORT_UPDATE PROCEDURE INVALID
    WWV_FLOW_IMP_PARSER PACKAGE BODY INVALID
    WWV_FLOW_LOAD_DATA PACKAGE BODY INVALID
    WWV_FLOW_LOAD_EXCEL_DATA PACKAGE BODY INVALID
    WWV_FLOW_PARSER PACKAGE INVALID
    WWV_FLOW_PARSER PACKAGE BODY INVALID
    WWV_FLOW_PARSER_PUBLIC PACKAGE INVALID
    OBJECT_NAME OBJECT_TYPE STATUS
    WWV_FLOW_PARSER_PUBLIC PACKAGE BODY INVALID
    WWV_FLOW_SCRIPT_EXPORT PACKAGE BODY INVALID
    WWV_FLOW_SW_API PACKAGE BODY INVALID
    WWV_FLOW_XLIFF PACKAGE BODY INVALID
    26 rows selected.

  • The requested URL /OA_HTML/AppsLocalLogin.jsp was not found

    Dear,
    i was just upgrade the OracleAS 10g Release 3 (10.1.3.0) Patch Set 4 (10.1.3.4.0) and Java 6.0 JDK on this system (ebs r12.0.6) OUL5x64
    and run adautoconfig with no error.
    Before the upgrade the system was fine.
    but when i connect to the URL got this error.
    NOT FOUND the request URL "The requested URL /OA_HTML/AppsLocalLogin.jsp was not found on this server."
    looked into the apache error log and it complained , could not find the file, but i compared with a good system there were no file and DIR OA_HTML/AppsLogin.
    /u01/oracle/CRPXX/inst/apps/CRPXX_xxx/portal/OA_HTML/AppsLogin.
    from Apache error log:
    File does not exist: /u01/oracle/CRPXX/inst/apps/CRPXX_xxx/portal/OA_HTML/AppsLogin.
    Please advise.
    Regards,

    Hi,
    Have a look at this thread.
    Login Page not getting Displayed after 10.1.3 Home Upgrade in R12
    Login Page not getting Displayed after 10.1.3 Home Upgrade in R12
    Regards,
    Hussein

  • 404 not found: The requested URL /apex/f was not found on this server.

    That is the error I get in the browser. It occurs only on one page, all other work normally. The apache error log contains this:
    [Thu Aug 10 09:14:33 2006] [error] [client 0.0.0.0] [ecid: 1155226473:127.0.0.1:22240:0:50,0] mod_plsql: /apex/f HTTP-404 ORA-06502: PL/SQL: numeric or value error: character string buffer too small\nORA-06512: at "FLOWS_020200.F", line 276\nORA-06512: at line 22\n
    It would appear that invoking the page is throwing an internal error, so the page is never generated and why Iam getting the 404 not found error.
    I have tried exporting the page, deleting it, then importing it back.
    Apex version is 2.2

    The item uses a static LOV with only two entries. Here's a dump of the offending item from the page export:
    declare
    h varchar2(32767) := null;
    begin
    wwv_flow_api.create_page_item(
    p_id=>2519432345942021 + wwv_flow_api.g_id_offset,
    p_flow_id=> wwv_flow.g_flow_id,
    p_flow_step_id=> 12501,
    p_name=>'P12501_VPS_PLAN__SLMMEMORYLIMIT',
    p_data_type=> 'VARCHAR',
    p_accept_processing=> 'REPLACE_EXISTING',
    p_item_sequence=> 100,
    p_item_plug_id => 2497622874655454+wwv_flow_api.g_id_offset,
    p_use_cache_before_default=> 'NO',
    p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS',
    p_prompt=>'Guaranteed RAM',
    p_source=>'V(''P12501_VPS_PLAN__SLMMEMORYLIMIT'')',
    p_source_type=> 'FUNCTION',
    p_display_as=> 'RADIOGROUP',
    p_lov => 'STATIC2:256 MB;256,512 MB;512',
    p_lov_columns=> 1,
    p_lov_display_null=> 'NO',
    p_lov_translated=> 'N',
    p_cSize=> 30,
    p_cMaxlength=> 2000,
    p_cHeight=> 1,
    p_begin_on_new_line => 'YES',
    p_begin_on_new_field=> 'YES',
    p_colspan => 1,
    p_rowspan => 1,
    p_label_alignment => 'RIGHT-TOP',
    p_field_alignment => 'LEFT-TOP',
    p_read_only_when=>'V(''P12501_MODE'') IS NULL',
    p_read_only_when_type=>'PLSQL_EXPRESSION',
    p_field_template => 16545661983566545+wwv_flow_api.g_id_offset,
    p_is_persistent=> 'Y',
    p_lov_display_extra=>'NO',
    p_protection_level => 'N',
    p_item_comment => '');
    end;
    /

  • When i go to gmail it says "Not Found. The requested URL/accounts/service login was not found on this server" but it used to work and I need help getting it to work again.

    I used to go to gmail all the time. Now it says "Not Found" whenever I go to gmail. Is there a reason for this and is there a way I can access gmail again?
    == URL of affected sites ==
    http://gmail.com

    You've been really helpful and I did what you said, but I'm still having a problem. I click on "tools", then click on "Add-ons", and when the box opens I click on "extensions". This is the problem" In the "Add-on" box under "extensions", it says "'''Microsoft.NET Framework Assistant''' 1.0. Adds ClickOnce support and the ability to report installed .NET versions to the web server. '''Not compatible with Firefox 3.6.3.'''" And underneath there are 3 boxes to click on: "options", "enable", and "uninstall". But it won't let me click on any of them. Also, the first thing before the text I just copied, is a red explanation point. This is the only thing that comes up under "Extensions". Any ideas? I'd appreciate any input. Thanks

  • Yet another /apex/wwv_flow.accept was not found..

    dear guru's
    I've created a select all checkbox in a region template, this checkbox is created like this:
    <input onchange="javascript:SelectAll(this.checked);" type="checkbox" name="selectAll" value="Y"> Select All
    in order to select multiple checkboxes.
    The function SelectAll executes as follow:
    function SelectAll(pValue)
    if (pValue){
    html_CheckAll('ITEM1',true);
    html_CheckAll('ITEM2',true);
    html_CheckAll('ITEMN',true);
    else
    html_CheckAll('ITEM1',false);
    html_CheckAll('ITEM2',false);
    html_CheckAll('ITEMN',false);
    when the selectall checkbox is ON (checked), every item checks fine, and when it's OFF (unchecked) every item uncheck's also fine. BUT when page is submitted, if selectall is checked (and of course every item), apex returns the infamous
    The requested URL /apex/wwv_flow.accept was not found on this server
    any suggestions? I've been reading the forum but I cannot find any similar situation.
    thanks in advance

    I have the same requirement. multiple checkboxes in a form and check/uncheck all check box to check/uncheck all the checkbox items. Could you please send me the steps of what you did. Thanks

  • /apex/wwv_flow.accept was not found on this server

    Hello
    I´ve performed a basic XE install on my PC
    I´ve done this several times before but this time I ran into problems
    I managed to login as system the 1st time but now a login returns
    "The requested URL /apex/wwv_flow.accept was not found on this server"
    The XE database is up and running!
    Any ideas??
    Thanks in advance
    Ganderss
    Message was edited by:
    GAnderss
    Message was edited by:
    GAnderss
    Message was edited by:
    GAnderss
    null

    Upppps!!
    The problem was caused by an incorrect import (affecting the system schema)
    Sorry for taking up your time
    GAnderss

  • The requested URL /apex/listenerConfigure was not found on this server

    please help me..
    after run in command prompt (java -jar c:\apex.war) to install apex listener,
    i have error when i call link http://localhost:8080/apex/listenerConfigure.
    In browser show :
    Not found
    The requested URL /apex/listenerConfigure was not found on this server
    how i can fix this error?
    thx :) :) :)

    Hi Beny,
    let's see what I can do to help you fix your installation.
    java -Dapex.port=1521 -jar c:\apex\apex_listener\apex.warThat way you would try to start the APEX Listener on a port that is usually used by the database listener. This could work if you don't have a database installed on that machine or you configured the database listener to use a different port, but I wouldn't recommend to use that port anyway, as anybody will associate it with at database listener... In your case, it sounds like you have a database installed on the same machine you start your APEX Listener on and the database is using that port already. That's why you get "nothing" when you try to access the APEX Listener - the APAEX Listener can't bind to a port that's already used by another process.
    java -Dapex.port=8081 -jar c:\apex\apex_listener\apex.war That port sounds better. The fact that you get an internal error indicates that the APEX Listener is actually working on that port, so we could try to debug.
    My first guess is, that you've already configured the APEX Listener before. Since you had it running before, I assume you didn't remove the old configuration, so the APEX Listener will reuse it. You'll find the corresponding information in the console output of your APEX Listener.
    If that's the case, the error will most likely not be in the previously working APEX Listener configuration, but in your APEX installation. Did you perform the installation steps concerning the APEX_PUBLIC_USER documented for the installation of APEX using APEX Listener? See the corresponding section of the [url http://download.oracle.com/docs/cd/E17556_01/doc/install.40/e15513/otn_install.htm#BABDEEIH]APEX Installation Guide for details.
    -Udo

  • The requested URL /pls/apex/wwv_flow.accept was not found

    So I went in today to add a new form to an application and here is what I get....
    Any new ITEM I make, I can not make any changes to without getting the error. Blank page, blank region, standard form item, nothing else on page, everything set to default.
    Any new pages / regions all work fine.
    Any old pages / regions all work fine.
    If I even just create an item, go back into it and hit apply, I get the "The requested URL /pls/apex/wwv_flow.accept was not found"
    Anyone?

    apex version? listener version?
    web server? version?
    DB version?  are you on RAC?
    (why do people leave these important pieces of information out???)
    personally, if a web site works one minute then fails the next with said error, you have a DNS problem.
    either too many entries in the DNS ... or two computers with the same IP address.
    when the error page displays, double check that the URL is for the correct host and port (eg not localhost)
    MK

Maybe you are looking for

  • RMI exception calling web service from proxy class

    I am getting the following error attempting to call a web service from a proxy. It appears to relate to the type of objects I am trying to send vs the type that is expected. Following the exception I am adding a copy of the control where calling the

  • Creating a new library with 'Shift/Start iTunes' doesn't work

    I'm trying to start a new library, but pressing Shift when I start itunes doesn't work. It takes me to my existing library. I've uninstalled, rebooted and reinstalled, and completely deleted any other libraries. Any ideas how I can start a new librar

  • Remove duplicates of a ms word file

    hi all , i've got a ms word file , which has a lot of emails included , there are duplicates of these emails , i want to remove these duplicates , so i thought of inserting these emails in a table i create with oracle forms builder , then select dist

  • Lenovo Ideapad U410: part of screen is white

    I have a Lenovo Ideapad U410 and the left part of my screen is uniformly white after turning on the laptop. It's a rectangle about 1 inch long, from top of the screen to the bottom. I got this suddenly pretty much a month after buying the laptop (it

  • 10.2.0.4 ------ 11.2.0.2   upgrade

    Hi, We are performing the upgrade from 10.2.0.4 to 11.2.0.2 database I have run the pre upgrade script and have envountered the following error. I have tried all possible ways given in google to solve the issue but the issue seems to be still existin