HTTP 404 Not Found (after submit)

Hi,
I have search string on a report which submits when enter is pressed. Everytime I press 'Enter' I get the following error message with wwv_flow_accept in the address bar.
I have read various articles which I was pointed to in this forum http://www.inside-oracle-apex.com/oracle-apex-got-404-not-found-2/
and got our DBA to restart the apache server and changed the dads.conf as per this link..
I am now getting the following error:
Mon, 13 Sep 2010 15:24:14 GMT
ORA-01036: illegal variable name/number
DAD name: htmldb
PROCEDURE : wwv_flow.accept
URL : http://lpar2:7777/pls/htmldb/wwv_flow.accept
PARAMETERS :
============
p_flow_id:
168
p_flow_step_id:
1
p_instance:
4019921624691793
p_page_submission_id:
579629
p_request:
P1_REPORT_SEARCH
p_arg_names:
156621729460404546
p_t01:
CHRISTOPHER CASH
p_t02:
Y
p_t03:
p_t04:
IT Department
checkall:
on
/"50/":
on
/"49/":
on
p_md5_checksum:
Any advice would be great. I am using apex v3.1.
Thanks

Hi Patrick,
I have a custom JavaScript function which creates checkboxes along the side of a report. Depending on which rows the user wants to see on the print out, they tick the 'check boxes'. The default for the header of the column is called 'checkall' meaning that the user 'unchecks' the records he wants to omit i.e. they are all checked on page load.
The function for the JavaScript is:
function SelectAll()
var chk = document.getElementById('P8CHECKALL');
var tab = document.getElementById('tab&APP_SESSION.');
for (var i = 1; i < tab.rows.length; i++) {
try
var cell = tab.rows.cells[0];
var chkstr = cell.getElementsByTagName('INPUT');
chkstr[0].setAttribute('checked', chk.checked);
catch(err)
function BuildSQL()
var tab = document.getElementById('tab&APP_SESSION.');
var ids = '';
for (var i = 1; i < tab.rows.length; i++) {
try
var cell = tab.rows[i].cells[0];
var chk = cell.getElementsByTagName('INPUT');
var checked = chk[0].getAttribute('checked')
if (checked == true)
var id = chk[0].getAttribute('name');
id = id.slice(2, id.length -2);
ids = ids + id;
ids = ids + '|';
catch(err)
if (ids.lastIndexOf('|') > 0)
ids= ids.slice(0, ids.length -1);
var url = 'f?p=&APP_ID.:8:&SESSION.::NO::P8_QS:' + ids;
redirect(url);
which directs the user to a 'print out' screen where they can see the records that they have selected and print them out in a pre-defined format (on P8).
I am guessing that the search item string (which submits on enter) conflicts with the JavaScript function when submitting.
I am trying to devise a better way of selecting only the records required without the use of a JavaScript function and I'll try and get up what I have done so far.
Thanks for your time.
Chris

Similar Messages

  • ** SOAP to SOAP call - HTTP 404 not found - invalid content type

    Hi friends,
    We have one scenario SOAP to SOAP call. It is synchronous interface. We are calling the WSDL.
    For some of the messages (not all), we are getting the error in SXMB_MONI
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found
    In the sender & receiver SOAP communication channel also, same error : SOAP: call failed: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found
    Friends, this error is not coming for all messages. For some of the messages it is coming. For example,
    10:50 - Message Processed Successfully
    10:54 - Message Processed Successfully
    10:59 - Error
    11:05 - Message Processed Successfully
    By looking threads and blogs, I implemented MessagesTransformBean in the receiver CC and added the  parameter Transform.ContentType as 'text/xml;charset=utf-8'.
    After implementing this also, error is coming for some of the messages.
    Can you kindly clarify friends, what could be the problem?
    Kind regards,
    Jegathees P.

    I'm in agreement with Stefan...
    If the problem is intermittent then the system is overloaded at certain times. You would probably need to do some JVM analysis to see the resource usage & look at increasing the memory.
    Regards, Trevor

  • HTTP 404 NOT FOUND Problem

    Hi everyone,
    After the weekend, my apex applicaton is not reachable. When i try to connect apex login page by typing :
    http://10.10.4.16:7777/pls/apex/apex_login
    I couldnt connect that host. And title of page "HTTP 404 NOT FOUND" and content of page is :
    *"The page cannot be found*
    *The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.*
    *Please try the following:*
    *If you typed the page address in the Address bar, make sure that it is spelled correctly.*
    *Open the 10.10.4.16:7777 home page, and then look for links to the information you want.*
    *Click the Back button to try another link.*
    *Click Search to look for information on the Internet.*
    *HTTP 404 - File not found*
    *Internet Explorer*
    I can connect that host via plsql also http://10.10.4.16:7777/ host is reachable. When i add "/pls/apex/apex_login" to http://10.10.4.16:7777/ that page not found.
    Also content of http://10.10.4.16:7777/ is:
    Index of /
    Name
    Last modified
    Size
    public/ Thu, 14 Aug 2008 11:30:10 GMT
    sys/ Thu, 14 Aug 2008 11:30:16 GMT
    How can i fix this problem? ( By the way I set the DBMS_XDB.SETHTTPPORT, this is active )

    1. This machine's responsibility not belongs to me. May be one of Unix Admin change a feature or parameters.
    2. I cannot found any related error log file in 10gAS folder.
    Can you predict why this is happen?

  • Http 404 Not Found in Apex 3.1

    I installed Apex 3.1 on XE. I followed all the steps in Installation Guide. But after completing all the steps when I tried to open the home page (http://127.0.0.1/8080/apex/apex) I got HTTP 404 Not Found error. What do I need to do to fix this problem? Is there any log file that I need to check?
    I am new to Apex. can someone help me?

    Hi,
    I am getting the same error.
    I installed Apex 3.1 with Oracle 10g Db and Apache on Windows NT.
    I followed the instructions as per Guide E10496-2.
    I can get the page http://localhost:7777 but cant get http://localhost:7777/apex/apex_admin.
    SQL> l
    1 SELECT STATUS FROM DBA_REGISTRY
    2* WHERE COMP_ID= 'APEX'
    SQL> /
    STATUS
    VALID
    What could be the issue here?
    Thanks,
    Dnyanesh

  • HTTP-404 Not Found when pressing  tab

    Hi All,
    I have three tabs namely Search,Create,Report
    1. When i press the "Create" tab it goes to the corresponding page, but after that
    when i press the other two tabs it is displaying an error
    HTTP-404 Not Found.
    in FF the error is
    The requested URL /pls/htmldb/wwv_flow.accept was not found on this server.
    Oracle-HTTP-Server/1.3.28 Server at APEX3 Port 80
    2. This error is displayed,
    after pressing "Create" tab, when i try to press other tags.
    3. but,First if i press any of the other two tabs, it is working fine
    Does any one exp. this kind of problem? All solutions appreciated.
    Thanks in advance
    bye
    Srikavi

    Hi Dimitri,
    I found out the error.
    I have a text field P7_TANKAGE and in the Post Element Text
    I entered.
    <span style="color:#ff0000;font-size:12px;"> <select id="unit1" onchange="YrthruputUnit();" tabindex="14.5">
    <option> -S-</option>
    <option value="ml"> ml</option>
    <option value="kg"> kg </option>
    <option value="ton"> ton </option>
    <option value="ltrs"> ltrs </option>
    </select> Units
    </span>
    This was working fine for that page but when i tried to move the tab or click the create button it was giving the error.
    When i removed that code from Post Element Text
    It works fine.
    one question: Is it not possible to write the code like that in apex?
    bye
    Srikavi

  • HTTP 404 Not Found error when opening Enterprice manager in ORACLE 10g

    Hi friends,
    I have created a new database. When i tried to enter into the enterprise manager through the URL http://localhost:7778/em it displays the following error
    "HTTP 404 Not Found"
    Someone please help me

    That is because you are using the wrong port number. AFter installation, it showed you the correct port number for you installation. If not find it in $ORACLE_HOME/install/portlist.ini

  • HTTP 404 Not Found Error when using htp.anchor

    Hi All,
    We have customized hire flow and Oracle aplication 11i and added some HTML pages from PL/SQL. We are receiving "HTTP 404 Not Found Error" intermittently when clicking on submit button to go to the next page. If we close the browser and perform the same transaction it is working fine.
    Can you please help us in troubleshooting this issue.
    Thanks & Regards,
    Veerababu.

    If you are using Apache, check the error log for more details about the 404. If you are using EPG, there are similar logs somewhere but I can't tell you where off-hand.
    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

  • Invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found

    Hi,
    I have mentioned some issues that I am facing in SOAP receiver adapter:
    [XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 404 Not Found;
    Apart from that I am trying with unchecking 'Do Not Use SOAP envelope' and by using MessageTransformBean, for which I am getting the following error:
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found
    Need your help in resolving  this.
    Regards,
    Vishal

    I have some ideas which will help you out. Check the below option one by one:
    1. Check receiver server is accessable from XI/PI system through IP address in command prompt.
    2. Check whether any PORT is enabled for this server. ex: http://ipaddress:portno/XXX/XXX.asmx
    3. You can download webservice tool(SOAP UI and etc..)to check your webservice(WSDL) file able to connect the server by importing webservice file in this tool.
    4. Sometime customer may updated in their application(coding and etc) and not given the updated webservice file to us. so make sure you got updated one.
    Regards,
    Senthil

  • SAP Web AS Java HTTP 404 - Not found

    How can i resolve the following error?
    Service cannot be reached
    What has happened?
    URL http://sun-test:8002/sap/monitoring/SystemInfo call was terminated because the corresponding service is not available.
    Note
    •     The termination occurred in system SOL with error code 404 and for the reason Not found.
    •     The selected virtual host was 0 .
    What can I do?
    •     Please select a valid URL.
    •     If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:sun-test_SOL_02-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team

    Hello Trevor,
    I guess you are hosting two SAP  instances on the same server.That is why you are using port 8002.Try using port 50200 for this purpose.
    Normally the format is http://<hostname>.5<syso>00/sap/monitoring/SystemInfo.
    make sure you have entry for sun-test in the host file as well.
    Please reward points for useful info.
    Regards.
    Ruchit.

  • HTTP 404 Not Found Error in Process Control Mail

    Hi All,
    I am working on version 9.3.3
    I have setup e-mail alerts through a SMTP server.
    When I am going on Process control and starting the cycle OR promoting to any level, I am getting a Minimized window showing HTTP 404 Not Found error and Mail is not going.
    Whereas My ICP mail alerts are working fine
    Please suggest something to resolve.
    Regards,
    Jai

    Hi Jai,
    Check the below documents, which might be helpful to you.
    Financial Management Error "Server object error ASP 0177 : 80131040" When Sending Email Alerts (Doc ID 830823.1)
    Financial Management Error "HTTP 500 Internal Server Error" in Process Management E-Mail Alerting (Doc ID 855942.1)
    Process Control Email Alerts Are Not Working For Certain Entities and Entity Hierarchies (Doc ID 1160594.1)
    Hope this helps,
    Thank you,
    Charles Babu J
    Edited by: CJX on Jan 30, 2012 7:08 AM

  • HTTP 404 not found Error while click on Tab

    Hi All,
    Please help us as we are facing issue in Prodution.
    We are using Apex 3.0.1 version. our appication having 1 parent tab and 4 child tabs. parent tab working fine and 3 child tabs are working fine but while click on 4th child tab we are getting HTTP 404 not found error.
    The detials in tab/page
    it has 4 reports and 5 Iteams and 1 Hidden iteams.
    We are not able to find out the issue please help us.
    Thanks,

    Yes Scoot,
    i do understand that 1 hour is not sufficient to answer in forum but my situation is strange.
    To take a wild stab in the dark - how do you define your links in the tab set? Are you linking to a page in the application or your own URL?
    Kumar: I have linked to pages in Appication. In same appication rest of the TAB's are working fine with respective linked pages but only one TAB is not working, getting error.
    URL is same for all pages/Tabs, i don't think URL is the issue here.
    Please help me to get exact error so that i can resolve the issue my own. is there any possibilities to find out the errors in backend tables or elase files.
    Kumar.

  • Oracle HTMLDB html_admin  HTTP 404 not found

    I have installed oracle htmldb successfully also
    my oracle htmldb home page show up successfully,
    but when i run the following address in my url browser
    http://hostname:7777/pls/htmldb/htmldb_admin
    I get an error
    HTTP 404 not found.
    could some one please help

    Roger,
    Please check your Apache error_log and tell us what's in it.
    Sergio

  • First EJB problem:  HTTP 404 NOT FOUND

    I was running the first EJB example(Coverter) in J2EE Tutorial. My HTTP port is 4848.
    I can deploy the application at localhost:4848, and I can connect to http://localhost:4848/asadmin/
    The context root for web client is /converter.
    But when I try to connect http://localhost:4848/converter, It gave me HTTP 404 NOT FOUND error.
    Why?

    Now I know.
    Admin Port is 4848. Http Port is 4421.

  • Getting Error HTTP 404 NOT FOUND on launching MAM app

    Hi All,
    I started MAM application and i got the HTTP 404 not found error. I am not even able to reach the login page .
    I tries to debug the application and find out the reason, but unable to locate anything as debug point kept moving between classes like Object , string , MAP classes .
    How could i locate the error for the problem or what could be the possible cause ?
    BELOW I HAVE PASTED THE INFORMATION ON THE CONSOLE WINDOW:
    Initialize framework ...
       Configuration initialized. Installation Base = C:\Program Files\SAP Mobile Infrastructure
       Path settings adjusted
       Timezone initialized; use timezone id 'Etc/GMT+12'
       Trace initialized. Log is switched on.
       Framework singletons initialized.
       Gzip data compression configuration initialized.
       Registry initialized.
        MI OS installer lib (C:\Program Files\SAP Mobile Infrastructure\bin\NATSTART.DLL) loaded successfully.
       Dlls loaded.
       Timed Sync initialized.
       Persistence initialized.
       Smart Sync initialized.
       CCMS initialized.
       Agents initialized.
       Communication server initialized.
    Framework initialized.
    Check if running inside installation server.
    Installation toolkit parameters C:\Program Files\SAP Mobile Infrastructure/itool.properties not detected
    Use normal startup: true
    Try to login user 'vipin'
    Cannot login user
    com.sap.ip.me.api.user.LogonException: User or password is incorrect. Check your entries.
         at com.sap.ip.me.core.UserManagerImpl.logOnUser(UserManagerImpl.java:588)
         at com.sap.ip.me.core.FrameworkInitializer.logonUser(FrameworkInitializer.java:689)
         at com.sap.ip.me.core.FrameworkInitializer.logon(FrameworkInitializer.java:664)
         at com.sap.ip.me.core.FrameworkInitializer.main(FrameworkInitializer.java:103)
         at com.sap.ip.me.mdk.api.runtime.Start.startME(Start.java:128)
         at com.sap.ip.me.mdk.api.runtime.Start.main(Start.java:41)
    Starting tomcat. Check logs/tomcat.log for error messages
    ME started with 'FrameworkInitializer' class and user 'vipin'

    hello vipin,
    how did you start your MAM? are you using the -app option?
    from the log, it seems that you have an auto-login enabled.
    if you ran your MI from NWDS, try removing the debug
    options -logon:<user>:<password>
    how did you ran your MI btw?
    regards
    jo

Maybe you are looking for