Forms Running

Hello
I'm facing problem in running Oracle 10g for first time
my database on server win2000
and OC4J running
Jinit working , but when I run the form
the next error message appear on Java Console and on the Browser
"JAVA.LANG.CLASS Not found Exception :Oracle.forms.engine.main"
can any one help and tell me what I have to do for solving this problem ASAP?

i just Installed The oracle forms 10g today for urgent project
and i allready runned the Jinit towice one from my control panel and the other from Oracle direcrory
and the form which i'm trying to test it's the testform through the web form tester
i can not start till now to face a reall troubles with my complicated forms
and the java console error mesage is
load: class oracle.forms.engine.Main not found.
java.lang.ClassNotFoundException: java.net.ConnectException: Connection refused: connect
     at java.net.PlainSocketImpl.socketConnect(Native Method)
and etc.......

Similar Messages

  • 10g FORMS Run in 6i

    Can we Run FORMS which is compilied in 10g and it Run Forms Run time in Oracle 6.0i ???

    Ghulam Yassen wrote:
    Can we Run FORMS which is compilied in 10g and it Run Forms Run time in Oracle 6.0i ???You can not run any upper version forms in lower version. also not open in form builder.

  • Call Oracle Help for Java in Oracle forms running in the web

    Hi, everyone,
    We are developing a web-enabled Oracle database application
    system. Oracle suggested us to use Oracle Help for Java(OHJ) to
    create an online help system for the web environment. We
    successfully created a OHJ program which can be independently.
    But we still have no idea how to call this OHJ program from the
    forms running in the web environment.
    Could anyone help us out?
    Thanks.
    null

    I would like to know if anyone has been able to do this too. Could someone respond if they have successfully gotten this to work?
    Thanks!!

  • Oracle 10gr2 Master/detail form running very slow when you navigate to the detail record.

    Hi All, I have a master detail  form, running in webserver, when I navigate to the detail block, the form start buffering and buttering for about 2 min. There is a trigger when-new-record instance that is firing when you navigate to  a new record : The select part of this stament is taken a long time to execute. I modified this in toad and what used to take 25 seconds to run is taken less than a second now, but the slowness still persists in the form.
    for rec in (select wrrh_col
                      wpbh_col_lvd,
                       wpbh_col_doc_no
          from wh_col,
               wkpl_col,
               wh_col
         where wrrh_col_no = :block.wreh_wrrh_col_no
           and wrrh_col_no = wreh_wrrh_col_no
             and wrrh_col_no = wpbh_col_no
           and wrrh_col_proj    = wpbh_col_proj
           and wrrh_proj_no     = wpbh_proj_no) loop
       if fun_name(rec.wpbh_col_lvd) = 'Y' then                      
        do something,
       end if;
      end loop;
    The select staement that used to run for 23 seconds is running in less than one second, but the form is still running very slow when I navigate to the detail record.
    Please advise.
    Thanks.

    Thanks Andrea for your prompt response, the problem is the select statement and like I stated, I tuned the select statement in toad and what normally takes 23 secs is taking less than 1 sec to run. If I comment out the call to the function, it is still slow. The select stament will returned null and it will still be slow. When I comment out the for loop, it run very fast. I dont know what else to do than tuned the select statement.

  • Diabling function key f1..f10 in forms run time

    How to Diable the function keys F1 to F10 in the forms run time,
    Bcoz as we are aware that f7 enter query, f8 execute query,
    f10 accept, So i dont want the users to go thru this functions,
    The main reason is to avoid this is, For List of values we are
    pressing f9 but some users are pressing f10 blindly, so that its getting
    problem, tell me how to disable the f10 function key in form run time.
    Thanks in advance.
    Srinivas.

    Hi, I tried the key_others procedure and added a message too. But it works fine on hitting f10, does not let user commit the form. But it does not go thru the save button as I have a trigger and conditions to check before commiting. Please reply if you can think of a solution. thanks
    Message was edited by:
    nasserhusna

  • FRM-40208: Form running in query-only mode. Cannot change database fields.

    Hi,
    I am using forms 6i where it is calling a form from a menu in query like call_form(,query_only). Now an error is occurring on call of that form ‘FRM-40208: Form running in query-only mode. Cannot change database fields.’ Though this is been handled to give a certain message from on_error message from a package from library.
    Now the issue is that the error keeps on popping even after the ok button is pressed. There are number of records from the table. How can we handle the error. Any suggestion would be really appreciated!!!
    Regards,
    Rajesh

    thanks Gred but i have resolved the issue. it seems that each row was going into query_only mode (program written such a way). therefore the error was showing even after the OK button. handled the issue from ON_ERROR trigger. anyway thanks for your time Gred!

  • FRM-40031 is not a forms run time file

    FRM-40031 is not a forms run time file
    Hello,
    I'm using forms 6i and developed and compiled and ran the form successfully without any errors.
    I registered in Oracle Apps 11.5 but at the time if accessing the form, I'm getting the above error.
    Any help would be highly appreciated. Thanks.

    Hello,
    this is the space
    SQL Developer (Not for general SQL/PLSQL questions)
    Your question most likely belongs to Forms
    so please mark this thread as answered and post agaim in the Forms forum.
    Regards
    Marcus

  • Ora-12560 11g Forms Running

    whenever an application/ form run from Form builder,
    i gives an error ora-12560:TNS protocol adapter error
    but then pressing ok button
    brings a logon screen and then form comes to running,
    how to avoid error message ?
    Kindly,

    hi
    u can create a trigger on-logon on the same form and just try with Null;
    and run the form or create a register for u r sid in oracle_home.
    example:
    Local orcl

  • How to launch a local program from a Form running on Web

    How to launch a program in local hard disk, say notepad, from a Form running on web?
    I tried the HOST() function but it will launch notepad on the application server other than the client.
    Thanks,

    You can use the following code from a Pluggable Java Component (PJC) to invoke notepad
    String cmd = "notepad.exe";
    Process p1 = null;
    Runtime rt = Runtime.getRuntime();
    int exitValue;
    try
    p1 = rt.exec(cmd);
    exitValue = p1.exitValue();
    System.out.println("Command returned status : " + exitValue);
    catch (Exception e)
    System.out.println("Error : " + e);
    Of course in reality the command to execute would be sent from the Forms Program as a Set_Custom_Property on the PJC
    Note that the PJC to do this would have to be signed to allow access to run such commands

  • Screen Compatibility issue when form runs.

    my screen Flick and show message The color scheme has been change to window basic when form run in internet explorer in win7.

    Hi,
    Not sure why you are resolving the node (??), also I would not be inclined to include a period in the object name (.), maybe this is why you are resolving the node.
    Also I don't see in the script where you are calling the instanceManager, in order to use the addInstance method.
    Having said that the problem may be in the File > Form Properties > Defaults tab:
    Check that Preserve script changes is set to Automatic.
    Lastly is the form Reader Enabled? It would need to be for users with Reader to save the changes, including new instances of a repeating element.
    Niall

  • Hiding the address & tool bars of ie while forms running

    hi
    is it possible to hide the tool bar, address bar when the forms running
    (forms 9i). if yes how...? pls help
    kris

    Kris,
    if you launch Forms from another webpage the you can do this with Javascript. You use the Javascript window.open(URL,....) command for this.
    <script>
    var windowHandle;
    function openWindowURL(URLString){
    if (windowHandle == null || windowHandle.closed){     windowHandle = window.open(URLString,"Oracle Forms Services","location=false,toolbar=false,resizable,scrollbars");
    else {
    windowHandle.close();
    windowHandle= window.open(URLString,"OracleFormsServicesSubWindow","location=false,toolbar=false,resizable,scrollbars");
    windowHandle.focus();
    function closeWindow(){
    if (windowHandle && !windowHandle.closed){
    windowHandle.close();
    else{
    <!-- HANDLE THE CASE OF NO WINDOW BEING OPEN -->
    </script>
    Frank

  • Invoking web service from a form running in a PDA

    Hello Experts,<br /><br />I have designed an interactive PDF form using Adobe Livecycle Designer 8.0 that invokes a web service to get / update the data from the database. It works perfectly when run from Adobe Reader 8.0 on my desktop. However, the same form doesn't work in Pocket PC with Acrobat Reader for Pocket PC 2.0. The user guide of "Acrobat Reader for Pocket PC 2.0" clearly says it supports forms.<br /><br />Here goes the actual problem description.<br /><br />I've a button in the form which calls a web service to push the data in the form fields to the back-end system through a SOAP. I've tried the following combinations, but in vain.<br /><br />1.) Had set the control type of a button to execute and specified the correct Web Service URL and Operation. On execution, the ppc reader throws the error "Could not post the data to <Web Servcie URL>"<br /><br />2.) Used a normal "Submit button" and tried to invoke my Servlet that in-turn calls a web service. On execution, there is no response.<br /><br />3.) Designed a Acrobat based form and used a "Submit button" to post the data the data to servlet. On execution, I get the error message "Submit form plug-in is missing" . I couldn't find any Adobe plug-ins available for download.<br /><br />As mentioned earlier, all these options works perfectly in desktop based reader and not in ppc reader. Please let me know the additional configuration / settings required for submitting the "form data" from a form in the Pocket PC. <br /><br />Any pointers in this regard will be highly appreciated.<br /><br />Bala

    WAS640 makes the creation and consumption of web services very easy. Here is a help document to give you a step-by-step of how to create a web service in ABAP.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/37/01a7408f031414e10000000a1550b0/frameset.htm
    Hope this helps.
    Sudha

  • Images are not displaying in the forms run time.

    Hello All,
    I am using forms 10.1.2.3.0 and database 11g in the windows XP platform.
    I am not able to see the images in the buttons at the run time. I have done the following setup for the same but still I am not able to display images in the buttons. I have gone through all the previous threads for the same. Can any body suggest where I am doing the wrong?
    1) Created one JAR file with the below command putting all the gif files in a folder (All the GIF files are in lower case). Kept this jar file in the forms/java folder. (When I am extracting the JAR file getting all the gif files and one more folder META-INF).
    rem====
    jar cvf icon.jar *.gif
    rem=====
    2) Modified the formsweb.cfg file as follows.
    imageBase=codeBase
    archive_jini=frmall_jinit.jar,icon.jar
    3) In the buttons property Iconic = Yes and Iconicfile name = icon_print (gif file name).
    4) Modified the Registry.dat file in the path "forms\java\oracle\forms\registry\Registry.dat" as follows.
    default.icons.iconpath=forms/java
    default.icons.iconextension=gif
    Start the OC4J instance, and run the application, but still not able to see the images in the buttons. After I modified the regedit file I am able to see the images in the design time but not in the run time.
    Any thing more needed to do the same. All the suggestions are welcome.
    Thanks,
    SUN
    Edited by: User SUN@ on Nov 23, 2009 11:25 AM

    Create a virtual directory icons in your /forms/server/forms.conf file
    In the registry.dat file change
    change
    default.icons.iconpath=http://yourmachine:port/forms/icons/
    Re: icons not displaying in oracle forms.
    Re: Icon deploy issue in 10g forms
    Re: cannot show icon images
    Re: Step by step creation of iconic buttons

  • The browser is not displaying the forms run time

    I am using "Forms [32 Bit] Version 10.1.2.0.2 (Production)" and i have set mozilla as my default browser.I have downloaded jinitiator 1.3.1.22.But when i run my form it shows me blank applet with done,means it does not show me any output.Kindly help me.
    Any kind of help will be appericiated.

    Don't use Jinitiator, use Sun JRE.
    Then, be sure that you have the correct Java version in your formsweb.cfg.
    If you google for "oracle forms sun jre" you will find plenty of postings on how to set up the config file for IE and Mozilla.
    A tip: if you are sure all the clients have the correct jre version (e.g. 1.6.*), skip the version altogether in the Mozilla section:
    --jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
    jpi_mimetype=application/x-java-applet

  • Displaying form running status

    I have one very simple form with only one push button. This push button is running a very long procedure it may take few minutes to run, so while it is running i want to display meessage "runnig...." and as it finished it should go.
    I dont know how can i do this?
    Thanks

    Hi
    At the beginning of your trigger write
    set_application_property(cursor_style,'BUSY');
    message('Running...',no_acknowledge);
    write your code here<<message('Done.',no_acknowledge);
    set_application_property(cursor_style,'DEFAULT');
    Bye Roxane
    null

  • Is The Current Called Form Running in Query Only Mode?

    How can identify the current called form is running in either QUERY_ONLY / NO_QUERY_ONLY MODE progrmatically?

    You can use :system.form_status to check for this. Be aware that this can change quite frequently throughout navigational processes both visibly and "behind the scenses"
    n

Maybe you are looking for

  • Can wireless backup be on different network to internet connection?

    Can you backup to a wireless backup (say a Time Capsule) but connect to a different wireless access point for the internet?

  • F110 and F-53

    I m using FB60 for invoicing vendor. We have F-53 and f110 to pay vendors. I want to know what is the difference between these two and if i have to give some amount as an advance then which t code i should use. Replies will be appreciated.

  • SSL Over HTTPS

    Dear All, we have setup our SSL setup successfully in POP , but we have small problem in https , as follows when we try to open webmail like https://ourdomain , we get pop menu to accept the ceritificate , my qyuestion is how to make the authenticati

  • Help: Alternative location for Config Files

    Hello, I'm a newbie ... I would like to create a separate directory to hold the Domain Configuration files. e.g. I installed WebLogic Server in /home/gp/bea/wlserver6.1 And currently, my Domain's configuration files are in /home/gp/bea/wlserver6.1/co

  • Better Priceing for Customers

    I have been with Verizon Wirelss for about 10 years or close to it. Customers who have been this loyal shold get better pricing on plans and better choice of phones with discounts. It means alot to keep customers. Our word of mouth is alot better the