HTTP-404 \nwwv_flow.accept: SIGNATURE (parameter names) MISMATCH\nVARIABLES

Hello Experts,
Im getting following error on my Apex Application :-
[Mon Jan 17 12:23:56 2011] [error] [client 148.197.8.17] [ecid: 85107896978,1] mod_plsql: /pls/jdbtest/wwv_flow.accept HTTP-404 \nwwv_flow.accept: SIGNATURE (parameter names) MISMATCH\nVARIABLES IN FORM NOT IN PROCEDURE: CHECKBOX\nNON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM: \n
I've got a form which a has a select list, depending on the select list, Check boxes are displayed on the form
I've got the following code in "HTML Form Element Attributes" for the Select list Item :-
onchange="setCheckbox(this, 'P3_CHECKBOX_ITEM');"
And I've got the following AJEX to create the Checkboxes :-
function setCheckbox(pThis, pItem){
var l_code = '';
var l_code1 = '';
// Get checkbox name
rName = $x(pItem).firstChild.name;
alert(rName);
// Fire AJAX
var get = new htmldb_Get(null,html_GetElement('pFlowId').value,'APPLICATION_PROCESS=CHECKBOX_LIST',0);
get.add('F109_SELECTLIST_ITEM_1',pThis.value);
gReturn = get.get('XML');
if (gReturn)
var values = gReturn.getElementsByTagName('value');
var messages = gReturn.getElementsByTagName('message');
// Build the checkbox
for (i=0; i<values.length; i++) {
var rValue = values.firstChild.nodeValue;
var rMessage = messages[i].firstChild.nodeValue;
if (rValue != 1) {
// l_code+='<DIV ID="P3_CHECKBOX_ITEM">Roles</DIV>';
//alert(rName);
l_code+='<input id='+pItem+' type=checkbox value='+rValue+' name="checkbox">';
l_code+='<label for='+pItem+'_'+i+'>'+rMessage+'</label>
if (l_code=='')
l_code1 += '<DIV ID="P3_CHECKBOX_ITEM"></DIV>';
else
l_code1 = '<br><DIV ID="P3_CHECKBOX_ITEM">Roles</DIV>'+l_code+'</br>';
$x(pItem).innerHTML = l_code1;
Everything works as it should I don't tick any of the check box, but as soon as I tick the check boxes I get the above mentioned Error.
Can anyone please help?
Thanks

You are trying to create a checkbox on the fly and submit it with the page.
But then APEX checks all the submitted items, detects your checkbox and doesn't know where to put it. So it raises an exception.
You should disable your checkbox before submit, then it won't get sent back to the server. You also could remove the "name" attribute of your checkbox, APEX will ignore it then. Whatever suits your needs best.
brgds,
Peter
Blog: http://www.oracle-and-apex.com
ApexLib: http://apexlib.oracleapex.info
BuilderPlugin: http://builderplugin.oracleapex.info
Work: http://www.click-click.at

Similar Messages

  • Wwv_flow.accept: SIGNATURE (parameter names) MISMATCH in Internet Explorer

    Hi,
    I have an multiple files upload applet embedded in my ApEx page.
    +if (_ie == true) {+
    document.writeln('<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH="250" HEIGHT="250" NAME="fileupload" codebase="http://java.sun.com/update/1.4.2/jinstall-1_4-windows-i586.cab#Version=1,4,0,0">');
    +}+
    +else {+
    document.writeln('<APPLET CODE="jfileupload.upload.client.MApplet.class" JAVA_CODEBASE="./" ARCHIVE="/lib/jfileupload.jar,/lib/httpimpl.jar,/lib/chttpclient.jar,/lib/clogging.jar" WIDTH="250" HEIGHT="250" NAME="fileupload">');
    +}+
    +// BEGIN: Update parameters below for INTERNET EXPLORER, FIREFOX, SAFARI, OPERA, MOZILLA, NETSCAPE 6+ support.+
    document.writeln('<PARAM NAME=CODE VALUE="jfileupload.upload.client.MApplet.class">');
    document.writeln('<PARAM NAME=CODEBASE VALUE="./">');
    document.writeln('<PARAM NAME=ARCHIVE VALUE="lib/jfileupload.jar,lib/httpimpl.jar,lib/chttpclient.jar,lib/clogging.jar">');
    document.writeln('<PARAM NAME=NAME VALUE="fileupload">');
    document.writeln('<PARAM NAME="type" VALUE="application/x-java-applet;version=1.4">');
    document.writeln('<PARAM NAME="scriptable" VALUE="true">');
    document.writeln('<PARAM NAME="url" VALUE="http://localhost:8080/upload/process.jsp">');
    document.writeln('<PARAM NAME="paramfile" VALUE="uploadfile">');
    document.writeln('<PARAM NAME="param1" VALUE="todo">');
    document.writeln('<PARAM NAME="value1" VALUE="upload">');
    document.writeln('<PARAM NAME="mode" VALUE="http">');
    +// END+
    +if (_ie == true) {+
    document.writeln('</OBJECT>');
    +}+
    +else {+
    document.writeln('</APPLET>');
    +}+
    and everything works just fine in Firefox. In IE the applet & upload works also just fine, but when pressing any of the buttons / links that do doSubmit(...) I get wwv_flow.accept: SIGNATURE (parameter names) MISMATCH. Checked the logs
    wwv_flow.accept: SIGNATURE (parameter names) MISMATCH
    VARIABLES IN FORM NOT IN PROCEDURE: FILEUPLOAD
    NON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM:
    DAD name: apex
    PROCEDURE  : wwv_flow.accept
    URL        : http://localhost:7777/pls/apex/wwv_flow.accept
    PARAMETERS :
    +===========+
    P_FLOW_ID:
    +300+
    P_FLOW_STEP_ID:
    +406+
    P_INSTANCE:
    +640383331330048+
    P_PAGE_SUBMISSION_ID:
    +1665117950048907+
    P_REQUEST:
    UPDATE
    +...+
    P_T19:
    +20+
    P_ARG_VALUES:
    +4A2329731083629E48F9E21DBF30E047+
    FILEUPLOAD:
    +jfileupload.upload.client.MApplet[panel1,0,0,400x250,layout=java.awt.BorderLayout,rootPane=javax.swing.JRootPane[,0,0,400x250,layout=javax.swing.JRootPane$RootLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=16777673,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]+
    P_MD5_CHECKSUM:
    ENVIRONMENT:
    +============+
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=3
    SERVER_SOFTWARE=Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=7777
    SERVER_NAME=localhost
    REQUEST_METHOD=POST
    QUERY_STRING=
    PATH_INFO=/wwv_flow.accept
    SCRIPT_NAME=/pls/apex
    REMOTE_HOST=
    REMOTE_ADDR=10.10.1.27
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=HTTP
    REMOTE_USER=APEX_PUBLIC_USER
    ORACLE_SSO_USER=
    OSSO_IDLE_TIMEOUT_EXCEEDED=
    OSSO_USER_GUID=
    HTTP_CONTENT_LENGTH=18694
    HTTP_CONTENT_TYPE=multipart/form-data; boundary=---------------------------7d91d73a3d06d6
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET CLR 3.0.30729)
    HTTP_HOST=localhost:7777
    HTTP_ACCEPT=image/gif, image/jpeg, image/pjpeg, application/x-ms-application, application/vnd.ms-xpsdocument, application/xamlxml, application/x-ms-xbap, application/x-shockwave-flash, application/x-silverlight, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*+
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-US,nl-BE;q=0.7,fr-BE;q=0.3
    HTTP_ACCEPT_CHARSET=
    HTTP_IF_MODIFIED_SINCE=
    HTTP_REFERER=http://localhost/pls/apex/f?p=300:406:640383331330048::NO:406:P406_SALE_ID:41
    HTTP_SOAPACTION=
    HTTP_ORACLE_ECID=1257265252:77.73.101.136:8384:8244:2,0
    HTTP_ORACLE_CACHE_VERSION=
    HTTP_AUTHORIZATION=
    WEB_AUTHENT_PREFIX=
    DAD_NAME=apex
    DOC_ACCESS_PATH=docs
    DOCUMENT_TABLE=wwv_flow_file_objects$
    PATH_ALIAS=
    REQUEST_CHARSET=WE8MSWIN1252
    REQUEST_IANA_CHARSET=WINDOWS-1252
    SCRIPT_PREFIX=/pls
    +...+
    and looks like IE submits also the fileupload OBJECT object :(. Anyone hit this issue before? Any idea's how can I make IE ignore / not submit that object?
    Thanks in advance,
    Florin

    Florin:
    Is the 'NAME' attribute required for the APPLET ? If not, just remove it or specify 'f01' (assuming you don't have any other apex_item generated items in the page) instead.
    Varad

  • Wwv_flow.accept: SIGNATURE (parameter names) MISMATCH

    Hi folks,
    I'm getting an below error when submitting page:
    wwv_flow.accept: SIGNATURE (parameter names) MISMATCH
    VARIABLES IN FORM NOT IN PROCEDURE: P3_TEXAREA_TOM_REM
    NON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM:
      DAD name: he
      PROCEDURE  : wwv_flow.accept
      URL        : http://url/pls/he/wwv_flow.accept
      PARAMETERS :
      ===========My page is only a test page, where I have only 1 item defined with below settings:
    ITEM TYPE: TEXTAREA called "P3_TEXAREA_TOM"
    In "Post Element Text" I've entered:
    <div>
    <input readonly type="text" name="P3_TEXAREA_TOM_REM" size="3" maxlength="3" value="100"> characters left
    <br>
    </div>Above was entered as a placer for counting available characters.
    If above "Post Element Text" is cleared, page submits sucessfully.
    Any idea how to fix it?
    Thanks,
    Tomas

    Hi Jari,
    I have an additional task, where I'm trying to implement character count for this test text field, as standard one, seems to be not working properly, when you use a "return" character (as the carrige returns should be counted as 2) which later causes:
    ORA-12899: value too large for column "QTEST"."TEST"."TEXTVAR100" (actual: 118, maximum: 100)while my textarea is restricted to 100 character only!
    Here is my settings:
    1 page item:
    Name: P3_TEXAREA_TOM,
    Type: TEXTAREA
    Maximum Width: 100
    HTML Form Element Attributes: onKeyDown="textCounter('P3_TEXAREA_TOM','P3_TEXAREA_TOM_REM',100)" onKeyUp="textCounter('P3_TEXAREA_TOM','P3_TEXAREA_TOM_REM',100)" onBlur="trim_field('P3_TEXAREA_TOM',100)" Post Element Text:
    <div>
    <input disabled type="text" name="P3_TEXAREA_TOM_REM" size="3" maxlength="4" value="100"> characters left
    <br>
    </div>Other properties for item are default.
    Page header javascript:
    <script type="text/javascript">
    function trim(str, chars) {
         return ltrim(rtrim(str, chars), chars);
    function ltrim(str, chars) {
         chars = chars || "\\s";
         return str.replace(new RegExp("^[" + chars + "]+", "g"), "");
    function rtrim(str, chars) {
         chars = chars || "\\s";
         return str.replace(new RegExp("[" + chars + "]+$", "g"), "");
    function trim_field(field_name, maxlimit) {
         <!-- alert(document.getElementById(field_name).value.length); -->
       document.getElementById(field_name).value = trim(document.getElementById(field_name).value);
         <!-- alert(document.getElementById(field_name).value.length); -->
       if (document.getElementById(field_name).value.length > maxlimit)
         document.getElementById(field_name).value = document.getElementById(field_name).value.substring(0, maxlimit);
         <!-- alert(document.getElementById(field_name).value.length); -->
    function textCounter(field_name, cntfield_name, maxlimit) {
      l_field = document.getElementById(field_name);
      l_cntfield = document.getElementById(cntfield_name);
      if (l_field.value.length > maxlimit)
         // if too long...trim it!
         // first try to trim it
         l_field.value = trim(l_field.value);
         if (l_field.value.length > maxlimit)
            l_field.value = l_field.value.substring(0, maxlimit);
            alert('Maximum characters reached!');
         else
            l_cntfield.value = maxlimit - l_field.value.length;
         <!-- alert(l_field.value.length); -->
      // otherwise, update 'characters left' counter
      else
         l_cntfield.value = maxlimit - l_field.value.length;
    </script>On page is also 1 submit button which inserts record into below table:
    In database I have 1 test table:
    create table test
    ( text        clob,
      textvar100  varchar2(100)
    );Page Insert process (once SUBMIT button is pressed):
    insert into test
    ( text,
      textvar100
    values
    ( :P3_TEXAREA_TOM,
      :P3_TEXAREA_TOM
    );If you enter string with length <= 100 characters then all works fine, except when you use few carriage returns.
    Any idea how to fix this dodgy issue?
    Thanks,
    Tomas

  • HTTP-404 SIGNATURE (parameter names) MISMATCH

    Hello,
    When trying to upload files in APEX Application, I get "HTTP 404 Not Found". In the Apache error log file I find the following:
    mod_plsql: /dmgrdev/f HTTP-404 \nf: SIGNATURE (parameter names) MISMATCH\nVARIABLES IN FORM NOT IN PROCEDURE: P\nNON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM: \n
    mod_plsql: /dmgrdev/wwv_flow.accept HTTP-404 ORA-00942: table or view does not exist\n
    I've tried editing DADs file but this has not seemed to help. Is there something I'm missing? Please help.
    Thanks in advance,
    Jayna

    It turns out that this was occuring due to missing rights. If you're not setting PlsqlDatabaseUsername in dads.conf file, then you have to grant necessary rights used by APEX_PUBLIC_USER or HTMLDB_PUBLIC_USER.
    Thanks
    Jayna

  • Batch_insert: SIGNATURE (parameter names) MISMATCH,

    hai.....
    I have written a procedure for enter the input data... that's works well..
    in that procedure i am haveing 9 input parameters.....
    the second procedure is for inserting the parameter which i entered....
    i entered thedata and i try to click
    submit button it gives the error...
    batch_insert: SIGNATURE (parameter names) MISMATCH
    VARIABLES IN FORM NOT IN PROCEDURE: B_TYPE,B_ID,START_DATE,DUR,T_ID,M_ID,E_ID,P_ID,L_ID
    NON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM:
    DAD name: atc
    PROCEDURE : batch_insert
    URL : http://suntechchn:7777/pls/atc/batch_insert
    PARAMETERS :
    ============
    B_TYPE:
    PSC
    B_ID:
    EO999/00-01
    START_DATE:
    21-aug-01
    DUR:
    5
    T_ID:
    DBA TRACK
    M_ID:
    O8IDBA
    E_ID:
    AJAY
    P_ID:
    ORACLE
    L_ID:
    BANGALORE
    kindly help me...
    thanks in advance
    null

    I also get this same error. I only get this error when using content areas. Any help would be appreciated.

  • SIGNATURE (parameter names) MISMATCH

    I wrote the procedure to pass a parameter to another procedure  p_sel_crse_search
    PROCEDURE p_enter_term
    IS
    BEGIN
      ---- HTP.p ('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');
       HTP.p (
          '<FORM ACTION="/test/bzskfcls.p_sel_crse_search" METHOD="POST" onSubmit="return checkSubmit()">');
       HTP.p (
          '<INPUT TYPE="hidden" NAME="p_sel_crse_search" VALUE="p_sel_crse_search">');
       HTP.p (
          '<TABLE  class="dataentrytable" summary="This layout table is used for term selection."width="50%"><CAPTION class="captiontext">Search by Term: </CAPTION>');
       HTP.p ('<TR>');
       HTP.p (
          '<TD class="dedefault"><LABEL for=term_input_id><SPAN class="fieldlabeltextinvisible">Term</SPAN></LABEL>');
       HTP.p ('<SELECT NAME="p_term" SIZE="1"  ID="term_input_id">');
       HTP.p ('<OPTION VALUE="">None');
       HTP.p ('<OPTION VALUE="201410">Fall 2013');
       HTP.p ('<OPTION VALUE="201320">Spring 2013');
       HTP.p ('</SELECT>');
       HTP.p ('</TD>');
       HTP.p ('</TR>');
       HTP.p ('</TABLE>');
       HTP.p ('<BR>');
       HTP.p ('<BR>');
       HTP.p ('<INPUT TYPE="submit" VALUE="Submit">');
       HTP.p ('<INPUT TYPE="reset" VALUE="Reset">');
       HTP.p ('</FORM>');
    END;
    PROCEDURE p_sel_crse_search(p_term IN stvterm.stvterm_code%type)
       IS
          term_arr   OWA_UTIL.ident_arr;
       BEGIN
         htp.p('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');
           ---term_arr (1) := 201320;
            term_arr (1) := p_term;
          -- OBS term_arr(1) := '201320';
          P_CrseSearch_Advanced(term_in => term_arr);
          --P_CrseSearch (term_in => term_arr);
       END p_sel_crse_search;
    I am getting the following error
    Failed to parse target procedure
    bzskfcls.p_sel_crse_search: SIGNATURE (parameter names) MISMATCH
    VARIABLES IN FORM NOT IN PROCEDURE: P_SEL_CRSE_SEARCH
    NON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM:
      DAD name: test
      PROCEDURE  : bzskfcls.p_sel_crse_search
      URL        : http://dev-ssb-vip.bowdoin.edu:80/test/bzskfcls.p_sel_crse_search
      PARAMETERS :
      ===========
      P_SEL_CRSE_SEARCH:
       p_sel_crse_search
      P_TERM:
       201320
      ENVIRONMENT:
      ============
        PLSQL_GATEWAY=WebDb
        GATEWAY_IVERSION=2
        SERVER_SOFTWARE=Oracle-Application-Server-11g
        GATEWAY_INTERFACE=CGI/1.1
        SERVER_PORT=80
        SERVER_NAME=dev-ssb-vip.bowdoin.edu
        REQUEST_METHOD=POST
        QUERY_STRING=
        PATH_INFO=/bzskfcls.p_sel_crse_search
        SCRIPT_NAME=/test
        REMOTE_HOST=
        REMOTE_ADDR=139.140.238.250
        SERVER_PROTOCOL=HTTP/1.1
        REQUEST_PROTOCOL=HTTP
        REMOTE_USER=www2_user
        ORACLE_SSO_USER=
        OSSO_IDLE_TIMEOUT_EXCEEDED=
        OSSO_USER_GUID=
        HTTP_CONTENT_LENGTH=49
        HTTP_CONTENT_TYPE=application/x-www-form-urlencoded
        HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Win64; x64; Trident/4.0; GTB7.4; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3)
        HTTP_HOST=dev-ssb-vip-test.bowdoin.edu
        HTTP_ACCEPT=application/x-ms-application, image/jpeg, application/xaml+xml, image/gif, image/pjpeg, application/x-ms-xbap, */*
        HTTP_ACCEPT_ENCODING=gzip, deflate
        HTTP_ACCEPT_LANGUAGE=en-US
        HTTP_ACCEPT_CHARSET=
        HTTP_COOKIE=SESSID=MEJIRE44MTgyMDQy; __utma=253559834.1105023054.1363618289.1370889203.1370894368.70; __utmz=253559834.1370894368.70.30.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=bopwdoin%20college; IDMSESSID=6FCCE37AD1073BAE58A72D6471FB4ABE; sghe_magellan_username=Mzg1NzQ=; sghe_magellan_locale=en_US
        HTTP_IF_MODIFIED_SINCE=
        HTTP_REFERER=https://dev-ssb-vip-test.bowdoin.edu/test/bzskfcls.p_enter_term
        HTTP_SOAPACTION=
        HTTP_ORACLE_ECID=
        HTTP_ORACLE_CACHE_VERSION=
        HTTP_AUTHORIZATION=
        WEB_AUTHENT_PREFIX=
        DAD_NAME=test
        DOC_ACCESS_PATH=docs
        DOCUMENT_TABLE=wpg_document
        PATH_ALIAS=
        REQUEST_CHARSET=AL32UTF8
        REQUEST_IANA_CHARSET=UTF-8
        SCRIPT_PREFIX=
        HTTP_IF_MATCH=
        HTTP_CACHE_CONTROL=
        SOAP_BODY=
        HTTP_X_ORACLE_DEVICE_CLASS=
        HTTP_X_ORACLE_DEVICE_ORIENTATION=
        HTTP_X_ORACLE_DEVICE_MAXDOCSIZE=
        HTTP_X_ORACLE_DEVICE=
        HTTP_X_ORACLE_ORIG_ACCEPT=
        HTTP_X_ORACLE_ORIG_USER_AGENT=
        HTTP_X_ORACLE_USER_LOCALE=
        HTTP_X_ORACLE_USER_NAME=
        HTTP_X_ORACLE_USER_DISPLAYNAME=
        HTTP_X_ORACLE_USER_USERKIND=
        HTTP_X_ORACLE_USER_AUTHKIND=
        HTTP_X_ORACLE_USER_DEVICEID=
        HTTP_X_ORACLE_USER_LOCATION_ADDRESSLINE1=
        HTTP_X_ORACLE_USER_LOCATION_ADDRESSLINE2=
        HTTP_X_ORACLE_USER_LOCATION_ADDRESSLASTLINE=
        HTTP_X_ORACLE_USER_LOCATION_BLOCK=
        HTTP_X_ORACLE_USER_LOCATION_CITY=
        HTTP_X_ORACLE_USER_LOCATION_COMPANYNAME=
        HTTP_X_ORACLE_USER_LOCATION_COUNTY=
        HTTP_X_ORACLE_USER_LOCATION_STATE=
        HTTP_X_ORACLE_USER_LOCATION_POSTALCODE=
        HTTP_X_ORACLE_USER_LOCATION_POSTALCODEEXT=
        HTTP_X_ORACLE_USER_LOCATION_COUNTRY=
        HTTP_X_ORACLE_USER_LOCATION_TYPE=
        HTTP_X_ORACLE_USER_LOCATION_X=
        HTTP_X_ORACLE_USER_LOCATION_Y=
        HTTP_X_ORACLE_SERVICE_HOME_URL=
        HTTP_X_ORACLE_SERVICE_PARENT_URL=
        HTTP_X_ORACLE_HOME_URL=
        HTTP_X_ORACLE_MODULE_CALLBACK_URL=
        HTTP_X_ORACLE_MODULE_CALLBACK_LABEL=
        HTTP_X_ORACLE_CACHE_USER=
        HTTP_X_ORACLE_CACHE_SUBID=
        HTTP_X_ORACLE_CACHE_AUTH=
        HTTP_X_ORACLE_CACHE_DEVICE=
        HTTP_X_ORACLE_CACHE_LANG=
        HTTP_X_ORACLE_CACHE_ENCRYPT=
        HTTP_X_ORACLE_ASSERT_USER=

    Check if the stvterm.stvterm_code%type is of type varchar2 or number? The parameter p_term value is 201320 which might be coming as varchar2 while the svtterm_code might be a number or vice versa and hence causing the mismatch.
    Rgds
    San

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

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

  • HTTP 404 File not Found running a page created with the wizard

    Hi all,
    I created a page "tabular form" with the wizard to delete and update records in a table.
    All pages of the application are ok. Only this page, when refresh after click on the "delete" or "submit" button send the message "HTTP 404 - File not found".
    OS - Windows XP
    DB - 10.1.0.4
    HTMLDB 2.0
    any idea?
    thanks in advance.

    Hi Scott,
    this is the error.log
    [Fri Oct 06 11:39:41 2006] [error] [client 10.20.101.243] [ecid: 1160127581:10.20.101.243:3860:2904:21,0] mod_plsql: /pls/htmldb/wwv_flow.accept HTTP-404
    wwv_flow.accept: SIGNATURE (parameter names) MISMATCH
    VARIABLES IN FORM NOT IN PROCEDURE: F51,F52,F53,F54,F55,F56,F57,F58,F59
    NON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM:
    This is my first application with htmldb and i don't understand where is the error because i don't added parameter after the wizard creation. I just created the page and run. If this page start the first time when is called from another page, why after refresh fail?
    thanks, Fabio

  • UWC or AMCONSOLE - HTTP 404 File not Found

    Hello,
    I was trying to change to root doc to something else then i set it back to what it was via the Web Admin - Class of Virtual... I select it Tree of view... then under the prefs tab I changed the Doc Root pressed apply and restarted the web server.
    Now I can not access the UWC and/or amconsole...
    Were can I set the settings back?
    Thanks,
    AFR

    Hi Scott,
    this is the error.log
    [Fri Oct 06 11:39:41 2006] [error] [client 10.20.101.243] [ecid: 1160127581:10.20.101.243:3860:2904:21,0] mod_plsql: /pls/htmldb/wwv_flow.accept HTTP-404
    wwv_flow.accept: SIGNATURE (parameter names) MISMATCH
    VARIABLES IN FORM NOT IN PROCEDURE: F51,F52,F53,F54,F55,F56,F57,F58,F59
    NON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM:
    This is my first application with htmldb and i don't understand where is the error because i don't added parameter after the wizard creation. I just created the page and run. If this page start the first time when is called from another page, why after refresh fail?
    thanks, Fabio

  • When I try to log in to my BC account I get a message that says this"Server Error in '/' Application.  The resource cannot be found.  Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its nam

    When I try to log in to my BC account I get a message that says this"Server Error in '/' Application.  The resource cannot be found.  Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.   Requested URL: /Admin/Index2.aspx"
    Any ideas???

    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • Wwv_flow.accept HTTP-404 ORA-01031

    Hi ... I am running APEX 3.0 ...I was having trouble uploading images in my applications and to test whether it was my apps or not, I created a new workspace with the standard sample application - which gives the same error as in my apps.
    The error appears when I attempt to upload an image. The apache error log entries for this error are the following:
    [Sat May 19 12:28:07 2007] [error] [client 127.0.0.1] [ecid: 1179595687:***.168.2.127:4272:4248:1,0] mod_plsql: /stage/wwv_flow.accept HTTP-404 ORA-01031: insufficient privileges\n
    [Sat May 19 12:29:52 2007] [error] [client 192.168.2.103] [ecid: 1179595792:***.168.2:4272:3064:13,0] mod_plsql: /stage/p HTTP-404 ORA-01403: no data found\nORA-06512: at "FLOWS_030000.WWV_FLOW_FILE_MGR", line 96\nORA-06512: at "FLOWS_030000.P", line 26\nORA-06512: at line 22\n
    The forums expert assistance will be highly appreciated ...
    Thanks
    Pter

    Pierre,
    Can you show us the block of code that is failing? The error message says it's getting a 1403 in the "p" procedure. That procedure is used for downloading, not uploading.
    Scott

  • Wwv_flow.accept HTTP-404 (htmldb 1.6)

    Hi,
    I am unable to upload any files into htmldb 1.6 on 10g (running on Linux RHEL3).
    To upload an image I perform the following steps:
    - go into the shared components section
    - click on the images link
    - click create
    - browse for the image
    - click upload
    In the Apache error file it gives the following:
    wwv_flow.accept HTTP-404 ORA-00942: table or view doews not exist
    On Metalink a FIX for this problem found in Note:301329.1:
    HTTP-404 When trying to import From a spreadsheet in Data Workshop.
    The fix was applied but I am still receiving the same error even after restarting the Oracle HTTP Server.
    Any suggestions would be greatly appreciated.
    Thanks.

    Hi Scott,
    Thanks for the quick reply. Below is the dads.conf description:
    <Location /pls/htmldb>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseUsername ################
    PlsqlDatabasePassword ################
    PlsqlDatabaseConnectString ##.###.###.##:1521:dbdev
    PlsqlDefaultPage htmldb
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDocumentPath docs
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlAuthenticationMode Basic
    PlsqlNLSLanguage     AMERICAN_AMERICA.WE8IS08859P1
    </Location>
    Thank-you for your time.

  • Http-404   HTTP-400 Bad name in the request: not a legal PLSQ

    Hi All,
    I have apex 3.1.0.00.32 installed on solaris 10g R2. I didnt make any changes to a page which is based on report/query.
    When I modify the records I get the above error page not found HTTP 404
    When I check the apache logs I see
    mod_plsql: /pls/apex/src= HTTP-400 Bad name in the request: not a legal PLSQL identifer
    Any hints on this?
    thanks
    Rajesh

    Rajesh,
    When I modify the records
    Modify records how? Using what tool? What to you mean by "When"? Do you mean "after" modifying records you run the report and get the error or do you mean "in the process of" modifying records using a control in your application? What kind of report is this? Can you show us on apex.oracle.com?
    Scott

  • XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 404 Not Found

    Hi,
    The scenario is ECC-XI-SOAP(Asynchronous). We are getting the below mentioned error in SOAP reciver channel:
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 404 Not Found
    Channel Configuration:
    Target URL:
    http://<hostname>:<port>/bpm/com/xyzprocess/SomeIntermediateEvent?wsdl=binding&mode=ws_policy
    Tried with
    http://<hostname>:<port>/bpm/com/xyzprocess/SomeIntermediateEvent as well
    Conversion parameters:
    Checked Do Not Use Soap Envelope
    Appreciate any help in this regards.
    Regards,
    Vishal

    Can you share with us the HTTP Headers for the Request?
    POST http://server/sap/xi/engine?type=entry&version=3.0&Sender.Service=BusService&Interface=http://company.com/abc/CommonAck%5EMI_CommonAck_ia HTTP/1.1
    Accept-Encoding: gzip,deflate
    Content-Type: text/xml;charset=UTF-8
    SOAPAction: "http://sap.com/xi/WebService/soap1.1"
    User-Agent: Jakarta Commons-HttpClient/3.1
    Host: server
    Content-Length: 560
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xir="http://www.dummy.org/response/">
    <soapenv:Header/>
    <soapenv:Body>
    <xir:responseInput>
    <Id>007</Id>
    <Flag>10</Flag>
    </xir:responseInput>
    </soapenv:Body>
    </soapenv:Envelope>
    You can use the MessageTransformBean to correct the content type.
    Thanks for the suggestion Mark.I am using MessageTransformBean but still the same issue.
    Parameter Name:Transform.ContentType
    Parameter Value:text/xml;charset=utf-8
    Edited by: Vishal.P.Kulkarni on Oct 17, 2011 6:27 AM
    Edited by: Vishal.P.Kulkarni on Oct 17, 2011 6:29 AM

Maybe you are looking for