Form compiled on windows don't run in unix

Hi All:
I create and compile successfully a form in Oracle form builder 10g but when I copied to the HP Unix server in order to run it using Oracle Application Server it does not show on the script.
I try to compile it on Unix using f90genm but I get this error:
/opt/oracle/product/forms10g/bin/f90genm.sh[51]: 13282 Bus error(coredump)
this is what the script have on line 51:
$ORACLE_HOME/bin/f90genm $*
Any suggestion will be highly appreciated.

840936 wrote:
i created this certain program using netbeans, and build a .jar file
when i tried to execute it in ubuntu, nothing happens.
what could be the problem with this? i am assuming that a jar file created in any OS will run in any other OS, since
Java is 'write once, run anywhere"Unless you do platform specific things, like using windows paths in your code.
"Does nothing" usually indicates that an exception happens which you swallow in your code.

Similar Messages

  • Upload file to windows share folder running on unix

    Hi, I am having requirement to upload the files into windows share folder, It works fine If I run the application on windows, but we moved the application to UNIX, so right now the client has to upload the files to windows shareholder , server is running on the UNIX,
    as I am using the simple File file = new File(//share/shareholder),
    so the problem is once we move to UNIX, how can I handle ., any example will really helpful.
    Thanks
    Srikanth

    k, when I run the UNIX, I am getting below error, It works fine If I run in windows, but when I run in Unix getting error, as all are inside the network.
    jcifs.smb.SmbException: Failed to connect to server
    java.net.UnknownHostException: shareServer
    at jcifs.UniAddress.getByName(UniAddress.java:297)
    at jcifs.UniAddress.getByName(UniAddress.java:201)
    at jcifs.smb.SmbFile.getAddress(SmbFile.java:792)
    at jcifs.smb.SmbFile.connect(SmbFile.java:820)
    at jcifs.smb.SmbFile.connect0(SmbFile.java:797)
    at jcifs.smb.SmbFile.open0(SmbFile.java:852)
    at jcifs.smb.SmbFile.open(SmbFile.java:881)
    at jcifs.smb.SmbFileOutputStream.<init>(SmbFileOutputStream.java:139)
    at jcifs.smb.SmbFileOutputStream.<init>(SmbFileOutputStream.java:97)
    at jcifs.smb.SmbFileOutputStream.<init>(SmbFileOutputStream.java:67)
    at jcifs.util.FileTest.main(FileTest.java:37)
    at jcifs.smb.SmbFile.connect0(SmbFile.java:799)
    at jcifs.smb.SmbFile.open0(SmbFile.java:852)
    at jcifs.smb.SmbFile.open(SmbFile.java:881)
    at jcifs.smb.SmbFileOutputStream.<init>(SmbFileOutputStream.java:139)
    at jcifs.smb.SmbFileOutputStream.<init>(SmbFileOutputStream.java:97)
    at jcifs.smb.SmbFileOutputStream.<init>(SmbFileOutputStream.java:67)
    at jcifs.util.FileTest.main(FileTest.java:37)

  • Forms compilations on Windows

    Hi
    We have a POC isntance setup on windows.
    And the backend is on windows
    Now we are creating forms fmb.
    Could anyone please let me know how to compile these to windows.
    I have only used F60 command in unix.
    will this work if i move the fmb to AU_TOP and use CMD prompt and use F60gen
    This is very critical.. please help me with this

    Now we are creating forms fmb.
    Could anyone please let me know how to compile these to windows.
    I have only used F60 command in unix.
    will this work if i move the fmb to AU_TOP and use CMD prompt and use F60genUse the same executable file name in Windows (f60gen.exe) -- See (How to Generate Form, Library and Menu for Oracle Applications [ID 130686.1]) for details.
    Thanks,
    Hussein

  • How to run oracle forms 6i on Windows 7

    Hi guys,
    Is it possible to run forms 6i on windows 7 .

    spilgrim wrote:
    Do you mean develop Forms6i or run them using the JRE?I think the question was about the Forms runtime.
    The server mode was a rare approach.
    Running a Form - I couldn't say as I don't see 6i applications anymore ... probably given the JRE would workThere should be a lot of clients still. Well, I have no reliable statistics though.
    Supporting legacy applications is always a tough question.
    I'd prefer a dedicated hardware (server) for this occasion.

  • Can Oracle Forms compiled in 32-bit run in 64 bit without recompile ?

    My customer has a development machine running on HP-UX 10.2 and a production machine running on HP-UX 11.0 installed with 9IAS form server. Can Oracle Developer 6i be installed on the HP-UX 10.2 32-bit machine and the oracle forms compiled in a 32-bit machine be run on a HP-UX 64-bit machine ?
    Can somebody help ?

    Boy, this was a long time ago and not intended to reply to this particular question but for sharing my experience with 6i client/server development on linux 32bit and running (client/server deployment) on 64bit linux. I don't believe there is a 64bit 6i forms developer - it is 32 bit, so development must be on 32 bit and when you run on 64bit, then you will have library (missing) problems. My solution was to create a custom runtime which included all the related system libraries from the 32 bit for the client/server. This forms 6i custom runtime for client/server also included the patchset 18 and the 10g R2 instant client for sqlplus (to support xquery). All the forms development modules, make files, graphics, docs, etc was stripped out and then it became a lean client/server runtime for Linux (for both 32bit and 64bit). This custom runtime for client/server is technically not supported by Oracle and the 6i is close to its obsolescence (2008) - but it has been tested against 8,8.1.7.4, 9.2.0.8, 10g (R1 and R2) and XE and works like a champ. This does NOT work for 6i web deployment.

  • Getting windows error during running the sql scripts from form 6i

    I made a little form application. The purpose of this application is to generate explain plan for a particular SQL. Some sql scripts run internally in order to populate the result on form’s screen after pressing the form’s button but I am getting windows error during running the sql scripts from form 6i.
    I am using forms 6i with patch 17 with Oracle 10G database on windows 2000 professional on same computer.
    This application runs fine with 8i.
    Please inform me where the problem is and how to overcome it.
    Zafri.

    I am using Text_IO in my form's when button press trigger , inorder to create the
    text file, then in the same when button press triger
    I am calling RMAN via host command in order to run the script which was created by text_IO.
    Below you find some of the code. I will appreciate if you solve the problem.
    when button press trigger:
    Declare
    in_file3 Text_IO.File_Type;
    linebuf3 VARCHAR2(1800);
    output11 varchar2(1000);
    BEGIN
         output11:='C:\EXPLAIN_PLUS\misc\rm_file.bat ';
    Host(output11,no_screen);
    :sql.execution_plan:= 'Working........................';
    synchronize;
    in_file3 := Text_IO.Fopen('c:\explain_plus\misc\create_table.txt', 'w');
    Text_IO.Put_Line(in_file3, linebuf3);
    Text_IO.put_line(in_file3,' ');
    Text_IO.put_line(in_file3,' run { sql "create table PLAN_TABLE (statement_id,...object_name varchar2(30),object_instance numeric,object_type varchar2(30),optimizer varchar2(255),search_columns number,id .....partition_start varchar2(255),partition_stop  varchar2(255),partition_id numeric,other long,distribution varchar2(30)) "; } ');
    Text_IO.put_line(in_file3,' ');
    Text_IO.put_line(in_file3,' ');
    Text_IO.FCLOSE(in_file3)
              Declare
    un VARCHAR2(80);
    pw VARCHAR2(80);
    cn VARCHAR2(80);
    output VARCHAR2(1000);
    output2 VARCHAR2(1000);
    dummy varchar2(40);
    in_file Text_IO.File_Type;
    linebuf VARCHAR2(1800);
    BEGIN
         Get_Connect_Info(un,pw,cn);
         /* for Plan_table Begg. Second INNER BLOCK */
         declare
              dummy2 varchar2(40);
         begin
         select table_name into dummy2 from all_tables where table_name='PLAN_TABLE';
         if dummy2 = 'PLAN_TABLE' then
         output2:='rman target/ nocatalog @C:\EXPLAIN_PLUS\MISC\TRUNC2.txt ' ;
    Host(output2,no_screen);
         end if;
         exception
         when no_data_found     then
    output2:='rman target/ nocatalog @C:\EXPLAIN_PLUS\misc\create_table.txt ';
    Host(output2,no_screen);
         end; --

  • GPO don't run specified windows applications doesn't work to in win 8.1. any ideas why?

    GPO "don't run specified windows applications" doesn't work to in win 8.1. any ideas why?  it is enabled and list of progs is entered however I can still run all progs on list.  This is a local machine not on a domain.  I must
    have this work to disable games, IE, MSpaint, etc.  Computer has been restarted since enabling the GPO and also have enforced the GPO via CMD prompt.  worked fine on windows 8 and 7.

    Any success ?
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • To run Forms 10g on Windows Mode

    Is there possibility to run Forms 10g on Windows mode, not on Web ?
    Thanks.

    If you want to test your forms locally there is an OC4J component with the Developer Suite which can be started so you can run your Forms on your local station. This is no client/server but you run your webforms local.

  • I use PC. I just download abd upgrade to LightRoom 2015 CC....bur don't run.....I have Windows 7 home ....

    I use PC. I just download abd upgrade to LightRoom 2015 CC....bur don't run.....I have Windows 7 home ....

    Try signing out and signing in back on Creative Cloud desktop App once
    Sign in, Sign out | Creative Cloud desktop app
    Then check if you can launch Lightroom CC 2015 version.

  • Web form tester. don't run the form.

    Dear all,
    i am using oracle 8i and forms 6i.
    i am trying to run the web form tester but it give error.
    i gave the forllowing parameters:
    form : D:\Accano\logonscreen.fmx
    Userid : mis
    other parameters : useSDI= yes ( what is this?)
    Look and Feel: Generic
    Color Scheme : Teal
    Web listener (HTTPD) Detail
    web host : aserver
    web port : 80
    the HTTP server is already installed.
    please hlpe me what is wrong?
    thanks
    Muhammad Nadeem

    ok so u had installed WebDB right?
    next thing have u configured your WebDB server...???
    now u will ask me how can I configure that...then the ans is when u finished
    installing forms....there must be one message box telling you view instruction....
    remember that...ok u can get it now from...."forms6iconfig.txt" in your forms home.

  • Forms 10g in windows xp 64bits not run in portuguese

    Good evening,
    I have a Forms [32 Bit] Version 10.1.2.0.2 installed on windows xp 32 bit and
    only putting in regedit NLS_LANG BRAZILIAN PORTUGUESE_BRAZIL.WE8ISO8859P1,
    it is in Portuguese.
    On another machine with Windows XP 64-Bit did the same operation and he continues
    in English.
    Unico in detail and that it is in 64 bits in regedit
    HKEY_LOCAL_MACHINE/SOFTWARE/WOW6432NODE/Oracle instead of 32bit which is in
    HKEY_LOCAL_MACHINE / SOFTWARE / Oracle
    Someone from the forum is in forms 10g and windows xp 64bit can use in Portuguese?
    I appreciate any assistance.
    thanks

    If you are talking about runtime (in a browser), NLS settings must be made in default.env and not in the Registry. If you are talking about the Builder, it is not supported on 64bit Windows.

  • Develop on windows, run on unix

    hi
    whe develop our forms (9i) on win2000. they work on a win2000 test-server.
    what do i have to do/configure/compile to run them on a unix (tru64) machine?
    can i simply upload my fmx files to the unix-machine? or do i have to recompile the fmb's under unix?
    any documentation about this?
    thanks a lot

    When you get this sort of error it's usually because the PLL lib has "fallen off" your application. I've seen it happen since the day I started working with forms. I usually solve the problem by deleting the attachment, then reattaching the lib in Windows, then doing a compile_all and then trying again on the Unix platform.
    (And yes: it will LOOK as if the lib is properly attached, but often it simply is not)
    Remember that you have to copy all PLL and OLB files to the source dir you're using on the Unix.
    One major advice: ALWAYS open your Explorer, then double click on the FMB you wish to edit. Then NEVER open any forms outside that source dir. If you do, things get screwed up. And beware of simultaneously editing your PLL and your FMB: edit the pll, save it, close it. Then open form and do compile_all. When you're done with the PLL and you like it they way it is: make it read-only - that way forms builder won't think "this is a changed pll so I better drop the attachment without telling the developer".
    NEVER open your form builder from the Start Menu and then use the Open feature to find your files. Somehow Forms Builder needs to get an internal folder or something set, which it uses to keep track of where PLL and other attachables are located.
    Good luck.
    And btw: if you wish to run the Unix builder: look for the .sh file where f90genm.sh is located, e.g.:
    /opt/ora9ias_developer/bin/f90desm.sh
    If not you need to install the Forms 9iDS on your Unix. However, I've not actually needed a 9iDS to solve the sort of problems you seem to have (and I use webutil also).
    --Jesper                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Forms compilation Errors under Linux

    Hello,
    I have a main form called Tbdoctrk.fmb.
    This forms compiles and runs perfectly through Oracle 9i iDS.
    When transfering the fmb file under Linux, and attempting to recompile using the f90genm.sh utility, I get the following compilation errors:
    FRM-18108: Failed to load the following objects.
    FRM-30436: Parent window not specified for canvas.View Canvas H_TOOLBAR
    FRM-30041: Position of item places it off of canvas.
    Item: BUTTON_HELP
    Block: VARIABLE
    Form: TBDOCTRK
    FRM: Unable to adjust form for output.
    ====
    I noticed that most of the object that failed to load (1 data block object, 1 canvas and a number of property classes and visual attributes) are contained in a file called TOOLBAR.fmb.
    The TOOLBAR.fmb file compiles without errors under Linux/WIndows + is located in the same folder as the Tbdoctrk.fmb file.
    1) How can I resolve this issue ?
    PT
    PS: I tried renaming the fmb files to upper/lower case without success.

    Hello,
    My main form called Tbdoctrk.fmb in turn calls a form called Pre_bord.fmb in a Program Unit.
    Most but not all Class and Value Attributes are included in a file called toolbar.fmb. I did not find any specific reference to the toolbar.fmb file.
    However, at compile time, I find that those objects are not loaded.
    1) In what part of the main form Tbdoctrk.fmb should I find any such reference to the toolbar.fmb file ?
    2) How should I create those symbolic links under Linux ?
    PT

  • Form Compile in R11i

    I have a custom form and i want to know how to compile this form in Oracle Apps which is running on Windows 2003 R2 platform.What is the way to compile this form in windows??

    - Open a new DOS session
    - Source the env file under %APPL_TOP%
    - Issue the following:
    ifcmp60 module=<form name>.fmb userid=apps/<apps passwd> output_file=<form name>.fmx module_type=form batch=yes compile_all=special

  • Forms Compiler v/s Forms IDE for 6i

    I have a case where if I use the Forms 6i ide to compile my forms when I run the form I have the case when I exit the form something has changed. :system.form_status is actually changed and it wants to save the work. But in reality nothing has changed. If I compile this same form outside the forms 6i ide with the forms compiler I don't see this problem. Any ideas?

    Hi
    My guess is that, for some reason, the Form Builder IDE is using an object library (or something like that) other than the Form compiler utility is using.
    If it's not the case... Well, I always supposed that both ways should generate exactly equal fmxs...
    hth

Maybe you are looking for

  • No SID found for value 'GB' of characteristic 0CURRENCY

    Dear Experts, When i do the BW data load. I got the error. Seems the error related to no master data is available for SID creation. I got the below error message. Please help me to resolve. Points will be awarded. Your help is much appreciated. Thank

  • Coordinating Premiere Pro with Audition

    I have a video I'm editing. I've completely thrown out the camera sound track and I'm creating the audio from scratch from various sound clips. In some cases I want to coordinate the editing of my video clips with the sound track, and in other places

  • Com.sapportals.wcm.rendering.readymades.*:

    Dear all, Can some one please point out the jar file which has the package com.sapportals.wcm.rendering.readymades.*. I found wcmrendering and wcmrenderingapi jars frpm PDK 6.2. But these two jars do not have the above package. I also searched EP6.4

  • How To Increase heap size in Java Studio Creator 2

    Hi, I'd like to know how I can increase the heap size in Java Studio Creator 2. I already tried editing creator.conf, but it doesn't seem to work... Can anybody help me? thanks.

  • Removal of PCR in MSS

    Hi, How to remove the standard PCR delivered by SAP. I want to remove Transfer Its very high priority. Pls help. Points will be rewarded. Regards King