CreateChild simple script returns an undefined error but runs in the console?

Hello

Well, I'm really a newbie... I have read many threads made a lot of research and no matter what I cannot do the following to run correctly in the js file. Even if the code is running in the console...

/ * Bookmark * /.

var myRoot = this.bookmarkRoot;

function createBookMark()

{

myRoot.createChild ("test", 0);

}

app.addToolButton({)

cName: 'Add bookmark Test', the name of //Button

cExec: "createBookMark()", call //Function

cLabel: "Bookmark test", //The text on the button

cTooltext: "Create bookmark test" //Help text

});

Error:

myRoot is undefined

25:app:exec

TypeError: myRoot is not defined

25:app:exec

In the console:

var myRoot = this.bookmarkRoot;

myRoot.createChild ("test", 0);

code runs without error.

What I am doing wrong?

You must pass myRoot as a parameter to the function. If the function

header must be:

function createBookMark (myRoot) {}

And the call to the function should pass this variable, as follows:

cExec: "createBookMark (this.bookmarkRoot).

You need to remove the first line of code (the myRoot statement

outside of the function). There is no point in the code.

Tags: Acrobat

Similar Questions

  • Error on. run() in the bridge script

    Hello

    Can someone help me please on why the script hangs on the line of createThumbnails () .run (); because I'm pretty new to this.

    Thank you!

    #target bridge

    function createThumbnails()

    {

    Try

    {

    this.requiredContext = "\trun against engine main deck.» \nBridge must be run. » ;

    $niveau = 1; Debug level

    this.panelRef = null;

    Alert (arguments [0]);

    Folder ("c:\\temp\\centraliser"). Create();

    var loc = new Thumbnail (Folder ("/ c"));

    Loc.Open ();

    This.t = new Thumbnail(File("/c/temp/aaa/BIB2.ai"));

    App.document.Select (this.t);

    }

    {catch (e)}

    alert (e + ': ' + e.line);

    }

    }

    createThumbnails.prototype.run = function()

    {

    If (! this.canRun ())

    {

    Returns false;

    }

    var BMD = new BitmapData (this.t.spec);

    If (instanceof BitmapData BMD)

    {

    var expPath = "C:\\temp\\centraliser\\" + this.t.name + ".jpg";

    bmd.exportTo (new File (expPath));

    Returns true;

    }

    $.writeln ("ERROR: could not make thumb");

    Returns false;

    }

    createThumbnails.prototype.canRun = function()

    {

    If (BridgeTalk.appName == 'bridge') {return true ;}

    $.writeln ("ERROR: could not make thumb");

    $.writeln (this.requiredContext);

    Returns false;

    }

    If (typeof (createThumbnails_unitTest) == 'undefined') {}

    createThumbnails () .run ();

    }

    -What are you trying to do?

    #target bridge
    main();
    function main(){
    var outputFolder = Folder("/c/temp/centraliser");
    if(!outputFolder.exists) outputFolder.create();
    var sourceFile = File("/c/temp/aaa/BIB2.ai");
    var Name = decodeURI(sourceFile.name).replace(/\.[^\.]+$/, '');
    if(!sourceFile.exists){
        alert("source file does not exist!");
        return;
        }
    var t = new Thumbnail(sourceFile);
    var bmd = new BitmapData(t.spec);
     if(bmd instanceof BitmapData) {
            var expPath = outputFolder + "/" + Name + ".jpg";
            bmd = bmd.rotate(t.rotation);
            bmd.exportTo(new File(expPath));
        }
    }
    
  • Trigger the error but only in the Apex

    I have a trigger with the following insert statement:

    insert into oe_headers_iface_all (order_source_id, orig_sys_document_ref, order_type_id, created_by, creation_date, last_updated_by, last_update_date, sold_from_org_id, sold_to_org_id, operation_code, booked_flag)
    values (1023, 'TEST', 1116, sysdate, 0, 0, sysdate, 225,65372, 'INSERT', ' don't);

    This trigger works well outside the Apex; It is not a mistake and inserts values into this table. But when I insert a record in my table by Apex, I get the following error:


    ORA-01722: invalid number ORA-06512: at the 'APPS '. RMA_TRACKER_T1', line 144 ORA-04088: error during execution of trigger ' APPS. RMA_TRACKER_T1'

    If I comment that insert statement it runs in the Apex and does not error.

    Any idea about what could be done Apex so angry with this insert statement? It says "invalid number" but I checked the fields again and again, and like I said if I just run this statement myself or insert a record in my table manually it works and does not work error, so Apex seems to be lying to me. In addition, the Apex version is 4.0.1.00.03.

    Published by: Cydonia on May 25, 2011 15:54

    Hello

    Oracle order management interface have a few important columns requiring registrant in the tables of the interface,

    OE_HEADERS_IFACE_ALL:
    ORIG_SYS_DOCUMENT_REF
    ORDER_SOURCE
    CONVERSION_RATE
    ORG_ID
    ORDER_TYPE_ID
    PRICE_LIST
    SOLD_FROM_ORG_ID
    SOLD_TO_ORG_ID
    SHIP_TO_ORG_ID
    SHIP_FROM_ORG_ID
    CLIENT_NAME
    INVOICE_TO_ORG_ID
    OPERATION_CODE

    I have this Inserts instructions and work very well for me...

    Insert in Ontario. OE_HEADERS_IFACE_ALL
    (
    CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY.
    ORIG_SYS_DOCUMENT_REF, ORDER_SOURCE_ID, ORDER_CATEGORY, ORDERED_DATE.
    ORG_ID, sold_from_org_id, ORDER_TYPE_ID, SALESREP_ID, CUSTOMER_PO_NUMBER,
    CUSTOMER_id, sold_to_org_id, BOOKED_FLAG)
    Values
    (Sysdate, Sysdate, P_USER_ID P_USER_ID, vReq_num, SOURCE_OM, 'ORDER', Sysdate,
    P_Org_ID, P_Org_ID, 1027, vSales, vPo_num, ii. CUSTOMER_ID, i.CUSTOMER_ID,
    'N' );
    ----

    It is to command lines
    ---
    Insert into Ontario. OE_LINES_IFACE_ALL
    (ORDER_SOURCE_ID, ORIG_SYS_DOCUMENT_REF, ORIG_SYS_LINE_REF, ORG_ID, LINE_NUMBER, INVENTORY_ITEM, ORDERED_QUANTITY, UNIT_SELLING_PRICE, UNIT_LIST_PRICE, PAYMENT_TERM_ID,
    CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, ORDER_QUANTITY_UOM, CREATED_BY
    ATTRIBUT1, ATTRIBUT2, ATTRIBUT3, CALCULATE_PRICE_FLAG, SCHEDULE_SHIP_DATE)
    Values
    (SOURCE_OM, vReq_num, vlinea, p_Org_ID, vlinea, j.upc, j.ORDER_FORM, ((j.costo / 0.95), 2),)
    Tower of ((j.costo / 0.95), 2), 1003, P_USER_ID, P_USER_ID, Sysdate, Sysdate, one ', j.costo, 5% ', j.costo,
    ' N ", j.NEED_BY_DATE);

    Mortus-

  • Import EPS: Undefined error when you import the vector Illustrator (CS6)

    Hello

    When I try to import a vector I created from a trace of image in adobe illustrator to an InDesign document... I get an error "import EPS: Undefined error.

    Does anyone know how to fix this?

    (It comes to CS6)

    Try saving it to a file (WITH active PDF compatibility) or PDF in Illustrator rather than use an EPS.

  • Impossible to determine the returned PID of launch when running on the device IDE 10.2 2.0

    It started just happening whenever I have try and run / debug for my device running 10.2. Tried the obvious restart / reboot... updated to 10.2... Update IDE to 2.0... Still nothing... No logs, error codes, nothing, just that the error!

    Lost a day to him already!

    Someone at - it had a similar problem and resolved it?

    But it looks like I found the solution!
    Just go to "Run" > "Run Configurations...". " on the tab 'Upload' in the 'Deployment' section select 'Install the app bar file' , then 'Apply' and 'Run'
    Do the same for the Configurations Debug...
    After that, I can running or debugging my application!

  • Error checking running on the device physics widget

    My widget is running in the Simulator, but when I sign and deploy on a physical device I get:

    Error at startup Bonneau: Module 'Blabla' has verification error at offset 0316 190 (codfile version 78)

    The physical device is a Storm 9500 running 5.0.0.216 on Vodafone Ireland. The first time around I had just used bbwp.exe to do everything. When I got the above error I then used the /s option that bbwp.exe would leave the source generated in place and then used JDE 5.0 beta 2 to generate the .cod file. Same result however.

    Tim Neil said in another thread that this error occurs with the first versions of the 5.0 OS. However, my Storm running an official version.

    Anyone?

    I just sent you a private message with some details.  Let me know the results

  • 503 error when you access the console of the APEX for the CDB

    I can access the console of the Apex for the preliminary draft BUDGET, as per the documentation. But not the CBD.

    • For the CBD in a database of the 12 Release 1 database Oracle:https://node-ip-address/apex/
    • For a file in a PDB database of the 12 Release 1 Oracle database:https://node-ip-address/apex/lowercase-pdb-name/

    I get a 503 error.

    I tried with and without SSH tunnel. Neither work. Any advise?

    You can create a PDB files using the PDB self-service app, EM Express, SQL or SQL Developer directly. No net APEX strictly for that.

  • Getting error: cannot run on the development web server configured

    I installed Visual studio 2012 and IIS 7 on Windows 7 Ultimate version. I get the error message 'Cannot run on the development Web server configured' and 'Impossible to run IIS Express' when I tried to run a web application from VS2012. If anyone knows how to fix it please tell me.

    Hello

    It is not a community forum for VS.

    Try the Visual Studio Forums

    Visual Studio development category:
    http://social.msdn.Microsoft.com/forums/en-us/category/VisualStudio

    Don

  • Simple Script Execution: Days and only using 15% of the CPU power

    Dear community,

    I have a data file (.tdm) with 17 channels of waveform point each containing 13742499 data. I want to delete all the data points that are not actual load points. I have build a canal ("LoadTrigger") that is a trigger for points of interest. With the following script, I tried to erase the im not interested datapoints:

    Dim RowCount

    Number of lines = 1 to GlobalChnLength

    ChnVal if (RowCount, "/ LoadTrigger") = 0 THEN

    Call the DataBLDel ("1-17 ', RowCount, 1" ")

    End If

    Next

    The script is now running for more than 20 hours with no result. Can someone please tell me if I am wrong in my script, or if there is a way to make it faster?

    In addition, I wonder why DIADEM uses no more than my cpu power? As you can see in the photo attached DIADEM mainly use a carrot and never more than 15% of the CPU.

    Best regards and hoping answers of construcitve!

    If you try to delete rows based on conditions, you can use code like this:

    Option Explicit
    CreateExample

    "Make sure that the correct group is active.
    data. Root.ChannelGroups (1). Activate
    ' chncalculate allows you to set values that match a NOVALUE condition
    Call chncalculate ("Ch (1) = Ch (1) + CTNV (0 = Ch (1))")
    'Delete the lines that contain a NOVALUE in channels '.
    Call ChnNovHandle ("[1] / [1]", "" [1] / [2]'-' [1] / [3]'","Delete","XY", 1,0, 0)

    Sub CreateExample()
    data. Root.Clear
    Dim g: g = given game. Root.ChannelGroups.Add ("group")
    Dim c1: set c1 = g.Channels.Add ("c1", DataTypeFloat64)
    Dim c2: set c2 = g.Channels.Add ("c2", DataTypeFloat64)
    Dim c3: set c3 = g.Channels.Add ("c3", DataTypeFloat64)
    I have Sun: for i = 1 to 100
    C1 (i) = I mod 2
    C2 (i) = I have
    C3 (i) = i * 0.00001
    Next
    EndSub

    that will remove all lines that contain a 0 in the first round.

    will be converted to

  • Load the process returns a null value but on refresh the values of loads? !!

    Hi all

    With the help of apex 4.1.1 oc4j 11g Linux

    I'm building a feature that allows you to register by e-mail.

    Page 1

    The user enters a name email address ,& the last statement name Insert is executed

    Select count (*) in c_email - if 0 then the person does not exist and is permitted

    of sor_notification_person

    where sor_notification_person. EMAIL_ADDRESS = P_S_EMAIL_ADDRESS;

    If c_email = 0 then

    -Package.procedure send email and fact the insert

    SOR_NOTIFICATIONS_PKG. signup_person (P_S_EMAIL_ADDRESS = > P_S_EMAIL_ADDRESS,)

    P_S_FIRST_NAME = > P_S_FIRST_NAME,

    P_S_LAST_NAME = > P_S_LAST_NAME,

    P_S_CONFIRMED_EMAIL = > P_S_CONFIRMED_EMAIL,

    P_S_SESSION = > P_S_SESSION,

    P_S_APP_ID = > P_S_APP_ID,

    P_B_SUCCESS = > P_B_SUCCESS);

    Page 2

    Clicking or copying pasting the URL received in e-mail. I have on the loading process that verifies the checksum value in DB and fills in the data.

    declare

    number of CT ;

    P31_checksum(Varchar2) 30).

    E-mail varchar2 (90);

    What varchar2 (40);

    L_Name varchar2 (40);

    P31_TEST(Varchar2) 40).

    Start

    : P31_TEST := null;

    SELECT count ()*) in ct

    OF SOR_NOTIFICATION_PERSON

    SOR_NOTIFICATION_PERSON. checksum =:C;

    DBMS_OUTPUT. put_line ()ct);

    if CT > 0

    then

    SELECT SOR_NOTIFICATION_PERSON. email_address SOR_NOTIFICATION_PERSON. name, SOR_NOTIFICATION_PERSON. last_name in l_name what Email

    OF SOR_NOTIFICATION_PERSON

    SOR_NOTIFICATION_PERSON. checksum =:C;

    : P31_TEST := 'Y ';

    : P31_EMAIL_ADDRESS:= Email;

    : P31_FIRST_NAME := what;

    : P31_LAST_NAME:= l_name;

    else : P31_TEST := 'n';

    (- dbms_output. put_line () P31_TEST);

    end if;

    end ;

    Problem when I view the item hidden, I can see the value of checksum, but the P31_test is always null in load. When I hit refresh page P31_test valid and displays the value.

    The two elements are the value only when the value in session state is null.

    What could be the reason because it does not load even the process is defined as load before region / once per page visit...

    Thanks for your help.

    Okay - not sure then. On a new blank page I can have processes assign a value to the session state from the element and the element will have this value when the page is rendered (at least with this type of source). Work of dynamic actions. As I expect. I don't know what happens next 'unfair '.

    I'll only come back tomorrow, but here are a few tips:

    • create a workspace on apex.oracle.com and upload your page there. Share of the developer credentials and the name of workspace with us. In this way may inspect and do not need to do the back and forth until we reached something special we both lost from view.
    • When the page is loaded and you hit the session in the developer toolbar, what is the State of P31_TEST? Is it worth?
    • try to run the page in debug and see if you can spot something happens with the session state from P31_TEST - maybe you'll come across something
  • Error when run through the function of path to add-in with writing to the amusement of the worksheet

    Hello world

    I wondered why the error no. 7 is coming as being attached, when I run the program.

    My intention is to write (from the FIFO) data in the worksheet by using entry for measuring function. I connected 1 d table at the entrance of table 1 d of this function. I connecetd the file port add this sub VI to the controller of the file add. I couldn't connect with indicator file add. Wire broken watch by doing this.

    Can you give me a suggestion needed to overcome this error and accomplish my data record using this sub VI (write to spreadsheet.vi)?

    Required attachments are provided for your convenience.

    Thank you.


  • Thunderbird on Windows 8.1 sends a message without error, but the mail is not delivered.

    New laptop Toshiba current A6 running Windows 8.1. Installed Thunderbird 31.6.0. Configuration completed successfully. Am able to receive the mail, but cannot send. When I send mail, I see the message "connecting to Server" and "mail sent successfully." I DON'T GET ANY KIND OF ERROR MESSAGE. Mail is never with the server.

    The automatic configuration of Thunderbird sets out to "SMTP.lakeland.ws" port 587 server. After several failed attempts to send a mail to "[email protected]" myself, I've reconfigured the SMTP outgoing, based on the configuration of my Windows 7 Windows Live Mail on another laptop: "mail.airstreamcomm.net" Port 25.

    When I sent mail with this setup I was prompted for the password for my mail server. I gave the password and mail appeared to send. NO ERROR MESSAGE and mail went to the sent queue. Subsequent attempts seem to send the email with the MESSAGE of NO ERROR but never gets the mail on the server Lakeland.ws .

    I then remove the account from Thunderbird and launched the automatic sequence of configuration to set the settings back to the original configuration. Still have the problem

    Help, please!

    Try to send a mail to [email protected]. I will answer you if I understand, and I think I'll

  • Cannot create the pool, error of path for the VM folder

    I am using Add-AutomaticLinkedClonePool but running in the following error message:

    Add-AutomaticLinkedClonePool: PowershellService::AddAutomaticLinkedClonePool FAILED, error = not found file vm (or running) to the path: / Site/Desktops/PoolName. Could not find folder vm (or running) to the path: / Site/Desktops/PoolName

    I tried all of the following conditions:

    -VmFolderPath "/ Site/Home/office/PoolName.

    -VmFolderPath "/ Site/host/desktops / '.

    -VmFolderPath "/ Site/computers office/PoolName.

    No idea what I am doing wrong or where I should look next? I thought it might be a permissions problem, but it seems unlikely that the account I use must have full privileges. Incidentally, did you know that "Could not find file vm" gets 0 results on Google?

    As far as I know, you also have to include the files hidden in the access path.

    So if the Site is your data center, you should try

    -VmFolderPath "/ Site/vm/host/computers office/PoolName.

    I don't know how the Organization of your search folders, but the asumes above

    Data Center: Site

    Folder: Home

    File: desktop computers

    File: PoolName

  • R12.2.5 Installation on OL 7.1 ERROR: RW-50010: error:-script returned an error: 1 RW-50004: error code when you run the external process.  Check the log file for more details

    I tried to install EBS 12.2.5 on OL 7.1 with rapidwiz and got this error when applying the unique patches in second File System

    "Second system logfile file - /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/logs/12021641.log.

    LOG FILE:

    _____________________________________________________________________________________________________________________________

    Step 0-8

    Command: /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/adrunfmw.sh

    Step 4 of 8: UNIX making pretreatment

    Running: chmod 777/db/oracle/OraInventory r

    chmod-r 777/db/oracle/OraInventory succeeded

    Step 4 of 8

    Performance: known appltest - c "/ app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/adrunfmw.sh".

    PHASE of INSTALLATION has BEGUN: APPS TECH STACK: Wed Dec 2 17:27:07 IST 2015

    runProcess_1

    StatusString installation of Applications Technology Stack

    Copy the temp area models

    Inventory name is: app_oracle_TEST_fs2_Oracle_EBS_app

    One-time fixes copy to temp area

    Remove JDK_TOP: / app/oracle/TEST/fs2/EBSapps/comn/util/jdk32 if there is

    / App/oracle/TEST/fs2/EBSapps/comn/util/jdk32 deleted directory

    Installation of WebLogic Server.

    With the help of /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/xmldocs/instWLS.xml

    L'exécution de commande : /stageR12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.6.0/bin/java -cp /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/ASInstallHome/fnd /... /j11067592_fnd.zip:/app/Oracle/test/FS2/inst/Apps/TEST_ebs122/Temp/ASInstallHome/FND/Java/3rdparty/stdalone/xmlparserv2.zip-Doracle.apps.fnd.txk.env_home=/app/oracle/TEST/fs2/EBSapps/appl/admin/TEST_ebs122/-Doracle.apps.fnd.txk.runtime.config=/app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/xmldocs/instWLS.xml oracle.apps.fnd.txk.config.InstallService

    WebLogic Server successfully installed

    Web Tier utility installation.

    With the help of /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/xmldocs/instWeb.xml

    L'exécution de commande : /stageR12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.6.0/bin/java -cp /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/ASInstallHome/fnd /... /j11067592_fnd.zip:/app/Oracle/test/FS2/inst/Apps/TEST_ebs122/Temp/ASInstallHome/FND/Java/3rdparty/stdalone/xmlparserv2.zip-Doracle.apps.fnd.txk.env_home=/app/oracle/TEST/fs2/EBSapps/appl/admin/TEST_ebs122/-Doracle.apps.fnd.txk.runtime.config=/app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/xmldocs/instWeb.xml oracle.apps.fnd.txk.config.InstallService

    Level successfully installed Web utilities

    Registration EBSUsing /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/xmldocs/instEBS.xml

    L'exécution de commande : /stageR12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.6.0/bin/java -cp /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/ASInstallHome/fnd /... /j11067592_fnd.zip:/app/Oracle/test/FS2/inst/Apps/TEST_ebs122/Temp/ASInstallHome/FND/Java/3rdparty/stdalone/xmlparserv2.zip-Doracle.apps.fnd.txk.env_home=/app/oracle/TEST/fs2/EBSapps/appl/admin/TEST_ebs122/-Doracle.apps.fnd.txk.runtime.config=/app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/xmldocs/instEBS.xml oracle.apps.fnd.txk.config.InstallService

    EBS registered successfully

    Rename/home/appltest/bea/beahomelist in /home/appltest/bea/beahomelist.29266 to avoid problems during WLS

    patching

    / Home/appltest/Bea/beahomelist renamed successfully.

    Application of ad hoc patches

    With the help of /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/xmldocs/instASpatches.xml

    L'exécution de commande : /stageR12/startCD/Disk1/rapidwiz/jre/Linux_x64/1.6.0/bin/java -cp /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/ASInstallHome/fnd /... /j11067592_fnd.zip:/app/Oracle/test/FS2/inst/Apps/TEST_ebs122/Temp/ASInstallHome/FND/Java/3rdparty/stdalone/xmlparserv2.zip-Doracle.apps.fnd.txk.env_home=/app/oracle/TEST/fs2/EBSapps/appl/admin/TEST_ebs122/-Doracle.apps.fnd.txk.runtime.config=/app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/xmldocs/instASpatches.xml oracle.apps.fnd.txk.config.InstallService

    Fatal error: T2K install Service

    oracle.apps.fnd.txk.config.ProcessStateException: OPatch process failed: Output = 1 see log for more details. CMD = perl /app/oracle/TEST/fs2/FMW_Home/webtier/OPatch/opatch.pl apply - verbose - silent - ocmrf /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/ASInstallHome/fnd/admin/template/txkForms_ocm.rsp jdk - / app/oracle/TEST/fs2/FMW_Home/webtier/jdk/app/oracle/TEST/fs2/inst/apps/TEST_ebs122/temp/patches/7695070/7695070

    at oracle.apps.fnd.txk.config.OPatchActionNode.processState(OPatchActionNode.java:312)

    at oracle.apps.fnd.txk.config.PatchActionNode.processState(PatchActionNode.java:187)

    at oracle.apps.fnd.txk.config.PatchNode.processState(PatchNode.java:338)

    at oracle.apps.fnd.txk.config.PatchesNode.processState(PatchesNode.java:79)

    at oracle.apps.fnd.txk.config.InstallNode.processState(InstallNode.java:68)

    at oracle.apps.fnd.txk.config.TXKTopology.traverse(TXKTopology.java:594)

    at oracle.apps.fnd.txk.config.InstallService.doInvoke(InstallService.java:224)

    at oracle.apps.fnd.txk.config.InstallService.invoke(InstallService.java:237)

    at oracle.apps.fnd.txk.config.InstallService.main(InstallService.java:291)

    Can not install the unique patches

    RW-50010: error:-script returned an error: 1

    RW-50004: Error Code when you run the external process.  Check the log file for more details.


    It was recorded in /app/oracle/TEST/fs2/inst/apps/TEST_ebs122/logs/12021641.log and I don't know how to find another newspaper for such details as mentioned in this journal. Please help me with that.


    Concerning

    KasunA

    Found a workaround.  The problem is that, before the 7695070 patch is applied, the installation program backup directory/apps/fs2/FMW_Home/webtier/jdk in /apps/fs2/FMW_Home/webtier/jdk_backup_existing_version, but then it clears. / jdk - the patch fails because it can't find it.  I had to rename the directory of the jdk for jdk2, and as soon as it gets deleted quickly and rename jdk2 jdk.  Then he applies the patches without problem.  A symbolic link would do the same thing.

  • Rapidwiz RW-50010 failure: error:-script returned an error: 1

    Hello support,

    We try to install R12.2 using startCD 50 on Oracle Linux 5.10.

    Our architecture is the database on one node and application on a single node. Now, the database got completed successfully installing, installing application on another node, I get the error message below.

    Fatal error: T2K install Service

    oracle.apps.fnd.txk.config.ProcessStateException: OPatch process failed: Output = 1 see log for more details. CMD = perl /appbin/NBKUAT/fs2/FMW_Home/webtier/OPatch/opatch.pl apply - verbose - silent - ocmrf /appbin/NBKUAT/fs2/inst/apps/NBKUAT_nbkerpuat/temp/ASInstallHome/fnd/admin/template/txkForms_ocm.rsp jdk - / appbin/NBKUAT/fs2/FMW_Home/webtier/jdk/appbin/NBKUAT/fs2/inst/apps/NBKUAT_nbkerpuat/temp/patches/7695070/7695070

    at oracle.apps.fnd.txk.config.OPatchActionNode.processState(OPatchActionNode.java:312)

    at oracle.apps.fnd.txk.config.PatchActionNode.processState(PatchActionNode.java:187)

    at oracle.apps.fnd.txk.config.PatchNode.processState(PatchNode.java:338)

    at oracle.apps.fnd.txk.config.PatchesNode.processState(PatchesNode.java:79)

    at oracle.apps.fnd.txk.config.InstallNode.processState(InstallNode.java:68)

    at oracle.apps.fnd.txk.config.TXKTopology.traverse(TXKTopology.java:594)

    at oracle.apps.fnd.txk.config.InstallService.doInvoke(InstallService.java:224)

    at oracle.apps.fnd.txk.config.InstallService.invoke(InstallService.java:237)

    at oracle.apps.fnd.txk.config.InstallService.main(InstallService.java:291)

    Can not install the unique patches

    RW-50010: error:-script returned an error: 1

    RW-50004: Error Code when you run the external process.  Check the log file for more details.

    APPL_TOP install the driver for the NBKUAT instance running

    All the necessary packages are installed and prerequisites are completed successfully.

    Kindly help me on this issue.

    Kind regards

    VINET

    Hi all

    Thank you all, my problem solved

    The issue is cause of unable to identify the X display, as salah said the Setup program is looking for a X display while performing the webtier patch. The error logged oraInventory as oraInstallxxxxx.err below

    "Exception in thread"Thread-39"java.lang.NoClassDefFoundError: has not been initialized class sun.awt.X11GraphicsEnvironment.

    I disabled the X display on the server access control and begin the installation and ended successfully for me.

    Once again thank you all.

    Kind regards

    VINET

Maybe you are looking for

  • Firefox has recently started crashing

    I use 8.1 64-bit windowsHere are the past 5 crash reports. I notice that the memory usage comes without apparent reason. Nothing new has been installed on the computer in the past 6 months. Basically the only updates are standard Windows, firefox and

  • How to install the OS on Portege 3110 CT?

    Hello I'm saving a Portege 3110 CT, which has had its hard drive wiped. My win98 boot disc is somewhere, but the CD drive is not recognized. (Mobile CD ROM F-TO-TCD - 24L) Can someone help me get to the next step please?

  • SQL Server 2008 Express showing error 3417.

    Hello Please guide me. to solve the problem.

  • support for HP 15 r007tx W8

    What should I do to convert a new hp15 r007tx laptop with os to W8 os back please tell me in the order

  • Z10 Z10 calendar wrong dates transfer BB BlackBerry

    When you transfer the calendar to my BB 9800 at my BB Z10, all my events are bad year - less 2013. I have events recorded since 2009 and they won't in the correct month. Any ideas on how to solve this problem?