HTTP 404 Not Found - Forms

Hi All,
I am learning Forms 10g. I have created a smaple basic form with two fields and successfully compiled it. I have started the OCJ4 Instance also.
But, while running it (through Program -> Run Form) I am getting HTP 404 Not Found - Page Not found Error.
How to get rid of this ?
Please help me out.
Thanks !

what is the value fro FORMS_BUILDER_PATH ? I did not find any key with that name in my Registry ? I believe you mean FORMS_BUILDER_CLASSPATH and FORMS_PATH. These are the two variables I mentioned in the article. The FORMS_BUILDER_CLASSPATH is used of you have 3rd party Java Beans or Pluggable Java Components (PJCs).
What are teh .jar files need to be included in it ?If you are not using any of Java Beans or PJCs you do not need to set this variable.
FORMS_PATH :: We have included two values in FORMS_PATH in Registry. Do I need to include the complete path in FORMS_PATH again here ? Or only C:\Forms_Dev\*;The FORMS_PATH tells forms where to look for Forms Executables. Again, as I mentioned in the article, you should only ADD to this path variable. Do not delete anything already listed in this variable! For example, if installed Oracle Forms 10g to C:\DevSuiteHome_1 - the FORMS_PATH will default to: C:\DevSuiteHome_1\cgenf61\admin;C:\DevSuiteHome_1\forms. If you want to add your Forms directory (where you keep all of your forms) to the FORMS_PATH, do the following:
FORMS_PATH=C:\DevSuiteHome_1\cgenf61\admin;C:\DevSuiteHome_1\forms;C:\Forms_Dev\*;
As the CLASSPATH contains all the .jar files, do I need to change it ?No, you do not need to change the CLASSPATH. As I mentioned above, you only need to change the CLASSPATH if you are using 3rd Party Java Bean/PJCs.
Are these steps enough or do I need to change all the setting as mentioned in one of the previous replies ?What changes have you made? Just FORMS_PATH and FORMS_CLASS_PATH? Please list what changes you've made so we can answer your question.
Craig...

Similar Messages

  • HTTP 404 Not Found??? Error???

    Hey Guys,
    I'm creating application, in one of the page I'm getting an error as:-
    HTTP 404 Not Found
    can anybody help me with the same, the page which gives this Error is having a Form which is built on a DB Table(huge table with around 80 columns) all other page are running perfectly.... is this the issue with as DB Table is huge or something else????
    any help will be appreciated???
    thxs
    regards,
    kumar

    hi,
    But I want the user to give all the items on the same page itself, as all the items are related to each(I mean only referring to 10th item he/she can fill the text box(which is 100th item) )
    If i gonna split into different pages than user need to move back & forth which I don't want.
    any other solution
    thxs for the reply, Tony!! appreciated
    Regards,
    Kumar

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

  • 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

  • Getting error "Http 404 not found" while accessing CUCM GUI..

    Hi,
    Please help um getting error "Http 404 not found" while accessing CUCM GUI. Yesterday it was running fine bt nw its showing dis error.
    Please find attached screenshot for ur referance.
    Thanks & R's
    Harish

    Hi Aaron,
    I have restarted dat service bt still the issue is persisting.
    Now its showing attached error.
    Thanks and R's
    Harish

  • This error (HTTP 404 Not Found) means that Internet Explorer was able to connect to the website, but the page you wanted was not found. It's possible that the webpage is temporarily unavailable. Alternatively, the website might have changed or removed the

    This error (HTTP 404 Not Found) means that Internet Explorer was able to connect to the website, but the page you wanted was not found. It's possible that the webpage is temporarily unavailable. Alternatively, the website might
    have changed or removed the webpage.
    For more information about HTTP errors, see Help.

    check this
    http://social.msdn.microsoft.com/Forums/en-US/5576aba1-d196-42ce-bd62-ad5ddfa3a8fd/this-error-http-404-not-found-means-that-internet-explorer-was-able-to-connect-to-the-website-but?forum=sharepointgeneralprevious

  • HTTP 404 Not found OEM login error

    Hallo!I have installed Oracle 11gR2 on a HP-UX Itanium server.I have been using OEM seamlessely for several weeks.However,I am getting the error below.
    I am able to lauch OEM from its url
    https://<ip_address>:1158/em/console/aboutAppplication
    When I login with SYS AS SYSDBA,I get the HTTP 404 Not found error from the logon URL
    https:// <ip_address>:1158/em/console/logon/logon
    How do I resolve this error?
    Thanks.

    4joey1 wrote:
    I have tried to login as SYSMAN but the error still persists.
    How do I resolve this?
    Thanks.I recommend you to clear your browser cache, and restart the EM.
    Best Regards,
    Gokhan
    If this question is answered, please mark appropriate posts as correct/helpful and the thread as closed. Thanks

  • HTTP 404 NOT FOUND on Admin page

    Hi all,
    I made a copy of our development database for testing purposes. I also reset the new environment to a different http port. However, when I try to access the admin area on the new apex front end I get a HTTP 404 NOT FOUND error. Both envronments are using EPG.
    What am I still missing? Please advise.
    Sean

    http://10.192.89.16:8090/apex/apex_admin
    The URL is correct since it worked on the oringinal database with port 8080.

Maybe you are looking for