SQL error not displayed. Instead wwv_flow.accept was not found

Hi,
My Question:
Why does the SQL error in this case not get propagated up the chain?
BACKGOUND:
Just spent a few hours trying to figure out why when trying to insert into a table using a wizard created page I was getting the error: The requested URL /pls/htmldb/wwv_flow.accept was not found on this server. It turns out that the error message is a red herring, and the problem was caused by a SQL error that I thought should have been caught and displayed.
When running the page under debug, the error is displayed, but run as Joe Blow user, the www_flow.accept error is received.
DETAILS
Process details where the insert takes place:</h3>
Process point:
After Submit - after computations and validations
Process Messaging
Process Error Message
Unable to insert a row to TRAINING_SESSIONS
HTML DB ERROR (NOT IN DEBUG MODE)
This is the error the end user sees in the browser:
The requested URL /pls/htmldb/wwv_flow.accept was not found on this server
APACHE ERROR_LOG
[Sun Jun 06 17:50:28 2004] [error] [client 127.0.0.1] [ecid: 1086508225:10.6.6.6:1724:1732:320,0] mod_plsql: /pls/htmldb/wwv_flow.accept HTTP-404 ORA-03113: end-of-file on communication channel
[Sun Jun 06 17:50:28 2004] [alert] [client 127.0.0.1] [ecid: 1086508225:10.6.6.6:1724:1732:320,0] mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/htmldb/wwv_flow.accept
HTMLDB DEBUG MODE OUTPUT
This is what you see when running the page as developer with debug on:
0.01: Processing point: AFTER_SUBMIT
0.01: ...PLSQL (AFTER_SUBMIT)
INSERT INTO "TRAINING_SESSIONS" ("TRNG_ID",
"COURSE_ID",
"START_DATE",
"LOCATION",
"COST")
VALUES ( TRNG_SEQ.NEXTVAL,
:P27_COURSE_ID,
:P27_START_DATE,
:P27_LOCATION
:P27_COST)
0.01: Show ERROR page...
0.04: Processing point: AFTER_ERROR_HEADER Home
     Error      Unable to insert a row to TRAINING_SESSIONS
OK      
0.06: Processing point: BEFORE_ERROR_FOOTER
ORA-06550: line 6, column 9: PL/SQL: ORA-00947: not enough values ORA-06550: line 1, column 7: PL/SQL: SQL Statement ignored
ACTUAL PROBLEM:
The sequence TRNG_SEQ does not exist!

Has anyone found what causes this problem? I am running HTMLDB 1.6
I have a HTMLDB application running against four databases. I develop in one and export and import the application to all databases. It appears that on the databases that are NOT development, this www_flow.accept was not found comes up instead of the error page.
Please help! We are getting so close to wanting to release this application.

Similar Messages

  • Error 404 wwv_flow.accept was not found

    I'm on Apex 3.0 and Oracle 10.2.0.1.0
    Suddenly my applications started to behave strangley:
    In tabular forms when I am deleting row(s) I'm getting Error 404 and it says
    The requested URL /pls/apex/wwv_flow.accept was not found on this server.
    I have not shanged application lately except that I am doing some translations via XLIFF.
    Apache log file shows:
    mod_plsql: /pls/apex/wwv_flow.accept HTTP-404 ORA-03113:...
    mod_plsql: Unable to reset state for mode 0: Err 3114 url=>/pls/apex/wwv_flow.accept
    Any idea? Please!
    Janis

    It's a very weird bug indeed! It behaves somewhat randomly.
    Logging out and in again helps for some tabular forms to perform a single delete operation but not for others.
    Flushing shared pool has no effect.
    Recreating the page has the same problem.
    Removed translation mapping (which i suspected) - no effect.
    Finally, I guess I found the problem.
    My tabular forms are built on views with INSTEAD OF triggers.
    The view definition itself was written using JOIN operators for joing data tables.
    When I converted SQL syntax back to Oracle style it seems to have solved the problem.
    I'll have to do more testing on this - but it definitely must be registered under a new bug number (i guess)
    Janis

  • 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 /pls/htmldb/wwv_flow.accept was not found on this server.

    I have an application with just one page with a dynamic pl/sql content as the region and i am trying to use the htp package to create some dynamic lists with a submit button. The screen displays properly but whcn I click the submit button I get the error:
    The requested URL /pls/htmldb/wwv_flow.accept was not found on this server.
    Also when I click on any of my tab items I get the same error. It happens only if I have a dynamic PL/SQL content. If I make it to a HTML region the The tabs starts working.
    Any Help?
    THanks

    I would suggest that you have a look at your apache error logs ( $OH/Apache/Apache/logs ) This should give you the exact oracle error being raised.
    hth
    Chris
    ps You may want to post the content of the dynamic region as well.

  • 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

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

  • Wwv_flow.accept was not found on this server

    Hi all. When I am trying to export my application on apex error appear:
    Not Found
    The requested URL /pls/apex/wwv_flow.accept was not found on this server.
    Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server Server at business Port 7778
    Can somebody help me. What the reason of the error?
    Best regards, Alexey.

    Hello Jes,
    My webserver logs tell me:
    <1885440046 ms>[ReqStartTime: 25/Sep/2007:10:54:20]
    <1885440046 ms>Request ID ReqID:1124_1190703260
    <1885440046 ms>Connecting to database with connect string : "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SID=web)))"
    <1885440046 ms>OpenCursor
    <1885440046 ms>(wpd.c,1761) Logged in as (unknown)
    <1885440046 ms>(wpx.c,595) Going to select...
    <1885440046 ms>(wpx.c,649) Have been asked to execute a request
    <1885440046 ms>(wppa.c,332) Building Arglist based on Parsed Content from WRB
    <1885440046 ms>(wppa.c,1012) Enter ParseUrlData
    <1885440046 ms>POST
    <1885440046 ms>(wpu.c,256) Attempting to read 473 bytes
    <1885440046 ms>(wpu.c,261) We read 473, had 0, to get 0 bytes
    <1885440046 ms>[headers begin]
    <1885440046 ms>HTTP_COOKIE(11): (92)ISCOOKIE=true; ORACLE_PLATFORM_REMEMBER_UN=ADMIN:WEB_PORTAL; WWV_FLOW_USER2=A12843ECC05B47F9
    <1885440046 ms>[headers end]
    <1885440046 ms>p_flow_id=4000&p_flow_step_id=4900&p_instance=3737292023359227&p_page_submission_id=50868&p_request=ExportFlow&p_arg_names=6926471043&p_t01=100&p_arg_names=1721949240&p_t02=DOS&p_arg_names=791781102&p_t03=&p_arg_names=18891404558260052&p_t04=RUN_AND_BUILD&p_arg_names=198614502120573324&p_t05=1&p_arg_names=25717725405973450&p_t06=N&p_arg_names=124195606865896920&p_t07=Y&p_arg_names=45083820509961243&p_t08=5&p_arg_names=72688801649844540&p_t09=103%3B1%7C1&p_md5_checksum=
    <1885440046 ms>[form_data]
    <1885440046 ms>p_flow_id=4000&p_flow_step_id=4900&p_instance=3737292023359227&p_page_submission_id=50868&p_request=ExportFlow&p_arg_names=6926471043&p_t01=100&p_arg_names=1721949240&p_t02=DOS&p_arg_names=791781102&p_t03=&p_arg_names=18891404558260052&p_t04=RUN_AND_BUILD&p_arg_names=198614502120573324&p_t05=1&p_arg_names=25717725405973450&p_t06=N&p_arg_names=124195606865896920&p_t07=Y&p_arg_names=45083820509961243&p_t08=5&p_arg_names=72688801649844540&p_t09=103%3B1%7C1&p_md5_checksum=
    <1885440046 ms>(wppa.c,1506) indx = 24, entryCnt = 24
    <1885440046 ms>(wppa.c,1605) Array bind graduated (9=>20, 19=>32)
    <1885440046 ms>(wppa.c,1827) Listing distinct actual names:
    <1885440046 ms>(wppa.c,1829) p_flow_id
    <1885440046 ms>(wppa.c,1829) p_flow_step_id
    <1885440046 ms>(wppa.c,1829) p_instance
    <1885440046 ms>(wppa.c,1829) p_page_submission_id
    <1885440046 ms>(wppa.c,1829) p_request
    <1885440046 ms>(wppa.c,1829) p_arg_names
    <1885440046 ms>(wppa.c,1829) p_t01
    <1885440046 ms>(wppa.c,1829) p_t02
    <1885440046 ms>(wppa.c,1829) p_t03
    <1885440046 ms>(wppa.c,1829) p_t04
    <1885440046 ms>(wppa.c,1829) p_t05
    <1885440046 ms>(wppa.c,1829) p_t06
    <1885440046 ms>(wppa.c,1829) p_t07
    <1885440046 ms>(wppa.c,1829) p_t08
    <1885440046 ms>(wppa.c,1829) p_t09
    <1885440046 ms>(wppa.c,1829) p_md5_checksum
    <1885440046 ms>(wppa.c,1831) Listing actuals of array with large entries:
    <1885440046 ms>(wppa.c,1836) Listing distinct actual names and values:
    <1885440046 ms>(wppa.c,1868) p_flow_id, type = 0, value (5) = 4000
    <1885440046 ms>(wppa.c,1868) p_flow_step_id, type = 0, value (5) = 4900
    <1885440046 ms>(wppa.c,1868) p_instance, type = 0, value (17) = 3737292023359227
    <1885440046 ms>(wppa.c,1868) p_page_submission_id, type = 0, value (6) = 50868
    <1885440046 ms>(wppa.c,1868) p_request, type = 0, value (11) = ExportFlow
    <1885440046 ms>(wppa.c,1860) p_arg_names (maxlen 19), small array, values:
    <1885440046 ms>(wppa.c,1863) 6926471043
    <1885440046 ms>(wppa.c,1863) 1721949240
    <1885440046 ms>(wppa.c,1863) 791781102
    <1885440046 ms>(wppa.c,1863) 18891404558260052
    <1885440046 ms>(wppa.c,1863) 198614502120573324
    <1885440046 ms>(wppa.c,1863) 25717725405973450
    <1885440046 ms>(wppa.c,1863) 124195606865896920
    <1885440046 ms>(wppa.c,1863) 45083820509961243
    <1885440046 ms>(wppa.c,1863) 72688801649844540
    <1885440046 ms>(wppa.c,1868) p_t01, type = 0, value (4) = 100
    <1885440046 ms>(wppa.c,1868) p_t02, type = 0, value (4) = DOS
    <1885440046 ms>(wppa.c,1868) p_t03, type = 0, value (1) =
    <1885440046 ms>(wppa.c,1868) p_t04, type = 0, value (14) = RUN_AND_BUILD
    <1885440046 ms>(wppa.c,1868) p_t05, type = 0, value (2) = 1
    <1885440046 ms>(wppa.c,1868) p_t06, type = 0, value (2) = N
    <1885440046 ms>(wppa.c,1868) p_t07, type = 0, value (2) = Y
    <1885440046 ms>(wppa.c,1868) p_t08, type = 0, value (2) = 5
    <1885440046 ms>(wppa.c,1868) p_t09, type = 0, value (8) = 103;1|1
    <1885440046 ms>(wppa.c,1868) p_md5_checksum, type = 0, value (1) =
    <1885440046 ms>(wppa.c,427) Arglist built, 16 unique entries
    <1885440046 ms>(wpx.c,656) Going to wpprodb_OciDoBlock...
    <1885440046 ms>(wppr.c,459) start working with wwv_flow.accept
    <1885440046 ms>(wppr.c,1163) The CALL block: len=1284, bind_count=24
    declare
    rc__ number;
    start_time__ binary_integer;
    simple_list__ owa_util.vc_arr;
    complex_list__ owa_util.vc_arr;
    begin
    start_time__ := dbms_utility.get_time;
    owa.init_cgi_env(:n__,:nm__,:v__);
    htp.HTBUF_LEN := 255;
    htp.set_transfer_mode('raw');
    null;
    simple_list__(1) := 'sys.%';
    simple_list__(2) := 'dbms\_%';
    simple_list__(3) := 'utl\_%';
    simple_list__(4) := 'owa\_%';
    simple_list__(5) := 'owa.%';
    simple_list__(6) := 'htp.%';
    simple_list__(7) := 'htf.%';
    if ((owa_match.match_pattern('wwv_flow.accept', simple_list__, complex_list__, true))) then
    rc__ := 2;
    else
    null;
    null;
    wwv_flow.accept(p_flow_id=>:p_flow_id,p_flow_step_id=>:p_flow_step_id,p_instance=>:p_instance,p_page_submission_id=>:p_page_submission_id,p_request=>:p_request,p_arg_names=>:p_arg_names,p_t01=>:p_t01,p_t02=>:p_t02,p_t03=>:p_t03,p_t04=>:p_t04,p_t05=>:p_t05,p_t06=>:p_t06,p_t07=>:p_t07,p_t08=>:p_t08,p_t09=>:p_t09,p_md5_checksum=>:p_md5_checksum);
    if (wpg_docload.is_file_download) then
    rc__ := 1;
    wpg_docload.get_download_file(:doc_info);
    null;
    null;
    null;
    commit;
    else
    rc__ := 0;
    null;
    null;
    null;
    commit;
    owa.get_page_raw(:data__,:ndata__);
    end if;
    end if;
    :rc__ := rc__;
    :db_proc_time__ := dbms_utility.get_time - start_time__;
    end;
    <1885440046 ms>(wppr.c,519) Pl/sql block parsed...
    <1885440046 ms>(wpdenv.c,1526) CGI Environment has 31 vars. Max name len 128, Max Value Len 128
    <1885440046 ms> PLSQL_GATEWAY(14)=(6)WebDb
    <1885440046 ms> GATEWAY_IVERSION(17)=(2)3
    <1885440046 ms> SERVER_SOFTWARE(16)=(60)Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server
    <1885440046 ms> GATEWAY_INTERFACE(18)=(8)CGI/1.1
    <1885440046 ms> SERVER_PORT(12)=(5)7778
    <1885440046 ms> SERVER_NAME(12)=(9)business
    <1885440046 ms> REQUEST_METHOD(15)=(5)POST
    <1885440046 ms> PATH_INFO(10)=(17)/wwv_flow.accept
    <1885440046 ms> SCRIPT_NAME(12)=(10)/pls/apex
    <1885440046 ms> REMOTE_ADDR(12)=(12)192.168.1.9
    <1885440046 ms> SERVER_PROTOCOL(16)=(9)HTTP/1.1
    <1885440046 ms> REQUEST_PROTOCOL(17)=(5)HTTP
    <1885440046 ms> REMOTE_USER(12)=(17)APEX_PUBLIC_USER
    <1885440046 ms> HTTP_CONTENT_LENGTH(20)=(4)473
    <1885440046 ms> HTTP_CONTENT_TYPE(18)=(34)application/x-www-form-urlencoded
    <1885440046 ms> HTTP_USER_AGENT(16)=(75)Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)
    <1885440046 ms> HTTP_HOST(10)=(14)business:7777
    <1885440046 ms> HTTP_ACCEPT(12)=(88)image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*
    <1885440046 ms> HTTP_ACCEPT_ENCODING(21)=(14)gzip, deflate
    <1885440046 ms> HTTP_ACCEPT_LANGUAGE(21)=(3)ru
    <1885440046 ms> HTTP_COOKIE(12)=(93)ISCOOKIE=true; ORACLE_PLATFORM_REMEMBER_UN=ADMIN:WEB_PORTAL; WWV_FLOW_USER2=A12843ECC05B47F9
    <1885440046 ms> HTTP_REFERER(13)=(79)http://business:7777/pls/apex/f?p=4000:4900:3737292023359227::::FB_FLOW_ID:103
    <1885440046 ms> HTTP_ORACLE_ECID(17)=(40)1190703260:192.168.1.9:2464:1124:1863,0
    <1885440046 ms> WEB_AUTHENT_PREFIX(19)=(1)
    <1885440046 ms> DAD_NAME(9)=(5)apex
    <1885440046 ms> DOC_ACCESS_PATH(16)=(5)docs
    <1885440046 ms> DOCUMENT_TABLE(15)=(23)wwv_flow_file_objects$
    <1885440046 ms> PATH_ALIAS(11)=(1)
    <1885440046 ms> REQUEST_CHARSET(16)=(13)CL8MSWIN1251
    <1885440046 ms> REQUEST_IANA_CHARSET(21)=(13)WINDOWS-1251
    <1885440046 ms> SCRIPT_PREFIX(14)=(5)/pls
    <1885440046 ms>StrArrPosBind pos 2 Charset Id : 171
    <1885440046 ms>StrArrPosBind pos 3 Charset Id : 171
    <1885440046 ms>StrArrPosBind pos 9 Charset Id : 171
    <1885440359 ms>ORA-1403 Execute ORA-01403: данные не найдены
    ORA-06512: на "SYS.HTP", line 987
    ORA-06512: на "SYS.OWA", line 105
    ORA-06512: на line 38
    <1885440359 ms>Stale Connection due to Oracle error 1403
    <1885440359 ms>/pls/apex/wwv_flow.accept HTTP-404 ORA-01403: данные не найдены
    ORA-06512: на "SYS.HTP", line 987
    ORA-06512: на "SYS.OWA
    Alexey.

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

  • Wwv_flow.accept was not found on this server when PlsqlTransferMode = RAW

    Hello. When PlsqlTransferMode is set to RAW, I have an error "wwv_flow.accept was not found on this server" on submiting any page.
    Procedure wwv_flow.show() works correctly in this mode.
    My dads.conf is
    <Location /utf>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlDatabaseConnectString ACER:1521:utf8
    PlsqlTransferMode RAW
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword xxxx
    Allow from all
    </Location>
    My error_log on server is
    mod_plsql: /utf/wwv_flow.accept HTTP-404 ORA-01403: \xe4\xe0\xed\xed\xfb\xe5 \xed\xe5 \xed\xe0\xe9\xe4\xe5\xed\xfb\nORA-06512: \xed\xe0 "SYS.HTP", line 987\nORA-06512: \xed\xe0 "SYS.OWA", line 105\nORA-06512: \xed\xe0 line 36\n
    PLEASE, HELP!!!

    There is something similar before:
    wwv_flow.accept was not found on this server
    what lead to some DAD changes....revert is helping ?
    Regards,
    Damir

  • Apex 3.1.1.00.09 - HTTP 404 - wwv_flow.accept was not found

    Hello,
    a few days before we updated from 3.1.0 to 3.1.1.00.09. After this update we get over all applications on some sides from time to time this error:
    HTTP 404 - /pls/htmldb/wwv_flow.accept was not found on this server.Before the update all of ou application are running fine, after update we get much trouble. Even the 4000 application (Apex application to create/edit user applications) runs this failure. In Oracle Apache Log we get the message
    Unerwartetes Übertragungsende in Kommunikationmeans something like Unexpected end in communication
    Some ideas what can cause this failure?
    Regards
    voidy
    PS: we're running Apex on Ora 10gR2 (10.2.0.3.0), database and Oracle-Webserver are running on different hosts

    I've recently upgraded to the same version and I get the 404 every time I filter a popup LOV. A blank filter works fine but as soon as I hit Search to do_submit('FIND'), the popup goes to a 404.
    I've recompiled the whole schema and all objects are valid.
    Stumped.

  • Importing app, 404 Not Found, /pls/apex/wwv_flow.accept was not found

    Hello,
    It seems like others on this forum have posted this same question, although I still can't find my solution.
    I'm trying to import an application into Apex, but I end up getting a 404 Not Found error message, with "The requested URL /pls/apex/wwv_flow.accept was not found on this server". I checked the Apache error logs and this is what I see, but can't seem to understand what I need to do:
    [Wed Oct  3 14:26:10 2007] [error] [client 147.18.232.249] [ecid: 1191435955:131.98.31.15:784:0:3056,0] mod_plsql: /pls/apex/wwv_flow.accept
    HTTP-404 ORA-00942: table or view does not exist\nLaura

    Hi Scott,
    I realized what my problem was. It was in the marvel.conf file, contents listed below. Normally we remove the two lines below in bold. When I put them back in, I was able to load my app. Thanks for tipping me off in the right general direction!
    Laura
    mod_plsql DAD Configuration File                        
    Alias /i/ /opt/oracle/product/10.2.0/db_1_apex/apex/images/
    AddType text/xml xbl
    AddType text/x-component htc
       Order deny,allow   
       PlsqlDocumentPath docs   
       AllowOverride None   
       PlsqlDocumentProcedure wwv_flow_file_manager.process_download   
       PlsqlDatabaseConnectString localhost:1521:IPF ServiceNameFormat   
       PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8   
       PlsqlAuthenticationMode Basic   
       PlsqlMaxRequestsPerSession 1
       SetHandler pls_handler   
       PlsqlDocumentTablename wwv_flow_file_objects$   
       PlsqlDefaultPage apex    
    <b>   PlsqlDatabaseUsername APEX_PUBLIC_USER
       PlsqlDatabasePassword xxxxxx</b>
       Allow from all

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

    The requested URL /pls/marvel/wwv_flow.accept was not found on this server.
    I get this message many times when I submit the page. Haven't changed any code on the page in months, but this started happening yesterday.
    Interesting thing is that when I run in DEBUG mode, this doesn't happen. Things work just fine. What is different when running in DEBUG?
    I have put validation (unconditional) that does insert and commit into debugging table in database. Does not get to that point. Fails before validations occur.
    Any ideas/ suggestions are appreciated.
    --JM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    1. Please tell us your first name and put it into your handle and/or profile to help us.
    2. What is your Application Express version?
    3. Look at the Apache request log and error log for clues.
    4. Is the problem consistently reproducible?
    5. Can you get this app to fail in this way on apex.oracle.com?
    Scott

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

  • Import problem: /pls/otn/wwv_flow.accept was not found on this server

    Hallo,
    I've opened today an apex.oracle.com account. I can run Sample Application, but i can't import my own application, that i developed om my local pc, into OTN workspace.
    When I try to import an appication in apex.oracle.com I get the following error :
    The requested URL /pls/otn/wwv_flow.accept was not found on this server.
    The same error i've got when i tryed to import an forum application (from OBE) into otn workspace.
    What can i do?
    my local environment: apex 3.2 OracleXe Windows XP
    Regards,
    Roman

    When the "wwv_flow_accept not found..." error occurs on Import, what should I be looking for on the server that is broken?Check the apache error log.
    This is a new APEX 3.2 install, on a remote server (as opposed to local machine)."remote" relative to what?
    All imports fail.Is it at the file upload step, i.e., immediately after you select a file using the browse widget?
    Check the database alert log. Maybe the tablespace used by the flows_files user is out of space.
    Scott

  • 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

Maybe you are looking for

  • View a single table-row as multiple rows in a GridControl

    Hi, is it possible to distribute the entries of a single row of a table/RowSetInfo over multiple lines of a GridControl? I've seen an example on the Internet (http://www2.gol.com/users/tame/swing/examples/JTableExamples4.html) which does this without

  • Same Apple ID for different compueters and iphones

    I already have an iTunes account (Apple ID) and we like to use the same account on different computers with my daughter's new iphones, How do we do that?

  • Can't Restart After Latest Security Upgrade

    I was running Software Update on the latest Security Update, but for some reason the Update failed to download and install(yellow triangle with an excalmation point instead of the usual green circle with a check mark). The Screen Message said to rest

  • How do i get my ipod radio/remote replaced?

    I bought my ipod radio/remote back in October and its suddenly stopped working. It is detected by the ipod (classic) as it brings up the radio option on the menu and also the volume up and down controls still work. However none of the other controls

  • Automatic Distribution of Exchange Rates between two Systems

    My requirement is to Automatically Update Exchange Rate in ECC 6.0. The Exchange Rates are Maintained in 4.6 C System. I am Currently Using program RFALEX00 in 4.6C system to Create IDOCS and Transfer it to ECC 6.0 Similarly i am Using ExchangeRate B