JavaScript never invoked in jsff

Hello

the use case is jsff, in the column of the table row when the user presses the ENTER key, I need to call some methods subsequently (jdev 11.1.2.3)
for some reason, I don't see the javascript code that is called.
I use af:clientListener, af:serverListener pair.
in fact, the example is represented by Timo Hahn in his blog
I try to reapply in the page fragment, which contains no document tag...
Here's what I tried to do and he has never helped...
Please indicate how to call js in the page fragment
I considered the blog of Frank as well, but this does not work in my case...
https://blogs.Oracle.com/jdevotnharvest/entry/gotcha_when_using_javascript_in

<? XML version = "1.0" encoding = "UTF - 8"? >
< jsp:root xmlns:jsp = "http://java.sun.com/JSP/Page" version = "2.1".
xmlns:af = "http://xmlns.oracle.com/adf/faces/rich".
xmlns:trh = "http://myfaces.apache.org/trinidad/html".
xmlns:f = "http://java.sun.com/jsf/core" >

< af:panelGroupLayout id = "pgl4" >
< af:panelFormLayout id = "pfl1" >
< trh:script id = 's2' >
function handleEnterEvent (evt) {}
var _keyCode = evt.getKeyCode ();
If (_keyCode == AdfKeyStroke.ENTER_KEY) {}
model var = evt.getSource ();
AdfCustomEvent.queue (model, "EnterEvent", (), false);
evt. Cancel();
//}
}
function handleTableDoubleClick (evt) {}
var table = evt.getSource ();
AdfCustomEvent.queue (table, "TableDoubleClickEvent", (), true);
evt. Cancel();
}
< / trh:script >
< af:resource type = "javascript" >
function handleEnterEvent (evt) {}
var _keyCode = evt.getKeyCode ();
check to enter the key of
If (_keyCode == AdfKeyStroke.ENTER_KEY) {}
model var = evt.getSource ();
AdfCustomEvent.queue (model, "EnterEvent", {fvalue:comp.getSubmittedValue ()}, false);
evt. Cancel();
}
}
< / af:resource >
< / af:panelFormLayout >

< af:panelBox

< af:table value = "#{bindings." Var DcaRegisterView1.collectionModel}"="row"width ="1200 ".
...
< af:column sortProperty = "#{bindings." DcaRegisterView1.hints.EffectiveUntil.name}"blockable = 'true '.
< af:inputDate value = "#{row.bindings.EffectiveUntil.inputValue} '"
required = "#{bindings." DcaRegisterView1.hints.EffectiveUntil.mandatory}.
columns = "#{bindings." DcaRegisterView1.hints.EffectiveUntil.displayWidth}.
shortDesc = "#{bindings." DcaRegisterView1.hints.EffectiveUntil.tooltip}"id ="id3">
< f: validator binding="#{row.bindings.EffectiveUntil.validator}"/ >
< af:convertDateTime pattern = "#{bindings." DcaRegisterView1.hints.EffectiveUntil.format}"/ >
< af:clientListener method = "handleEnterEvent" type = "keyPress" / >
< af:serverListener type = "EnterEvent" method = "#{registerBean.handleEnterEvent}" / >
< / af:inputDate >
< / af:column >

... page code fragment itself
< / af:panelBox

The following works for me:

The js in the page:


        function doSomething(event) {
            alert('Doing something');
        }

The call of the js of an inputText within a table component:


            
            
          

Did you check any error js with firebug - for example?

Kind regards

Koen Verhulst

Tags: Java

Similar Questions

  • positionUpdated (const QGeoPositionInfo &amp; info) never invoked

    Based on https://developer.blackberry.com/cascades/documentation/device_platform/location/index.html, I fixed several errors and finished work. However, positionUpdated (const QGeoPositionInfo & info) is never called. Someone at - he successfully got positionUpdated()? You can share your codes?

    Here's the part of my codes:

    GPSinfo::GPSinfo(QObject *parent = 0) :   QObject(parent){
        source = QGeoPositionInfoSource::createDefaultSource(this);
        if (source) {
            bool res =connect(source, SIGNAL(positionUpdated(QGeoPositionInfo)), this,
                    SLOT(positionUpdated(QGeoPositionInfo)));
            Q_ASSERT(res);
            Q_UNUSED(res);
            source->setPreferredPositioningMethods(
            QGeoPositionInfoSource::SatellitePositioningMethods);
            source->setUpdateInterval(1000);
            source->setProperty("backgroundMode", true);
                      source->startUpdates();
        }
    }
    

    By setting the positioning preferred SatellitePositioningMethods methods, you should ideally an unobstructed view of the sky to get an update of position. Have you tried AllPositioningMethods? If you have a wifi connection, you should get an update of position a few seconds and you can confirm if all goes well that your housing is called.

    Kind regards

    Jim

  • AssertIdentity() custom identity Asserter never invoked method

    I'm trying to implement a custom identity asserter. I created my Asserter custom identity following the documentation (http://download.oracle.com/docs/cd/E12839_01/web.1111/e13718/ia.htm#i1156163) and an example on Weblogic wonders (http://weblogic-wonders.com/weblogic/2010/03/15/custom-identity-asserter-for-weblogic-server/).

    The problem is that the assertIdentity() method is not called.

    I used a simple web application to test the asserter. Its web.xml is like this:
    < security constraint >
    < web-resource-collection >
    Pages protected < Web-resource-name > < / web-resource-name >
    < url-pattern >/app / * < / url-pattern >
    < / web-resource-collection >
    <!-this-> a defined security role References
    <>auth-constraint
    MYROLE < role name > < / role name > <!-MYROLE is also defined in weblogic.xml as part of security-role-assignment->
    < / auth-constraint >
    < user-data-constraint >
    > transport security < NONE < / transport-guarantee >
    < / user-data-constraint >
    < / security constraint >

    <! - authentication method - >
    <>login-config
    FORM < auth-method > < / auth-method >
    < form-login-config >
    login.jsp < form-login-page > < / form-login-page >
    rejected.jsp < form-error-page > < / form-error-page >
    < / form-login-config >
    < / login-config >

    These are the elements of MDF of my identity Asserter:
    < MBeanType
    Name = "MyAsserter".
    DisplayName = "MyAsserter."
    Package = "com.pccw.security.policysvr.agent.weblogic."
    Will = "weblogic.management.security.authentication.IdentityAsserter."
    PersistPolicy = "OnUpdate".
    / >
    < MBeanAttribute
    Name = "ProviderClassName".
    Type = "java.lang.String".
    Writeable = "false".
    By default = "& quot; test. MyIdentityAsserter & quot; »
    / >
    < MBeanAttribute
    Name = "Description".
    Type = "java.lang.String".
    Writeable = "false".
    By default = "& quot; My identity Asserter & quot; »
    / >
    < MBeanAttribute
    Name = "Version".
    Type = "java.lang.String".
    Writeable = "false".
    By default = "& quot; 1.0 & quot; »
    / >
    < MBeanAttribute
    Name = "Base64DecodingRequired".
    Type = 'boolean '.
    Writeable = "false".
    Default = "false".
    / >
    < MBeanAttribute
    Name = "SupportedTypes.
    Type = "java.lang.String [].
    Writeable = "false".
    Default = "new String() {& quot; MyToken & quot ;} »
    / >
    < MBeanAttribute
    Name = "ActiveTypes".
    Type = "java.lang.String [].
    Default = "new String() {& quot; MyToken & quot ;} »
    / >

    At this point the MyIdentityAsserter checks simply token type is correct, then return a CallbackHandler custom that contains a hard-coded user name.

    Here is the custom CallbackHandler:

    / public class MyAssertionCallbackHandler implements CallbackHandler {}

    private String userName;

    public MyAssertionCallbackHandler (String userName) {}
    Me.username = username;
    }

    @Override
    public void handle ([recall] recalls) survey IOException,
    {UnsupportedCallbackException}
    for (c reminder: reminders) {}
    If (ch. instanceof NameCallback) {}
    NameCallback nc = c (NameCallback);
    nc.setName (userName);
    }
    }
    }
    }

    In the web console, I configured MyIdentityAsserter as the first element. When you start the server, I saw its initialize method is called. However, when I hit a page protected in my test application, he went directly on the login form.

    At first I thought that there is a problem with passing the token, so I used "Modify Headers" add-on for FireFox to stick MyToken header in all applications and monitored with Fiddler2. I saw the header, but MyIdentityAsserter is not always invoked; not in my application of test and not during the connection to the admin console.

    Then I changed "MyToken" in "User-Agent", so that it is always present. Hitting a page protected in my test application went directly to the login form; However, this connection to the console admin time called assertIdentity().

    Why is this? What I am doing wrong? Y did he do any scope of particular debugging I can turn on to see what decisions WLS? I already lit atz and DebugSecurity but I don't see anything relevant in the newspapers.

    Published by: user6476654 on March 21, 2011 15:27

    Replace your CLIENT-CERT auth metod

    CLIENT-CERT

    If it still does not work, send me a message to [email protected]

    Faisal
    http://www.WebLogic-wonders.com

  • SystemListener2 never invoked in the present case.

    here is my code. Is there any suggestion? Thanks,
    
    
    
    
    
    import net.rim.device.api.ui.*;
    import net.rim.device.api.ui.component.*;
    import net.rim.device.api.ui.container.*;
    import net.rim.device.api.system.*;
    
    /**
     *
     */
    public class DeleteHandle extends UiApplication implements SystemListener2{
        public static void main(String args[]){
            UiApplication app = new DeleteHandle();
            app.enterEventDispatcher();
        }
        DeleteHandle() {
            Application.getApplication().addSystemListener(this);
            pushScreen(new AScreen());
        }
    
        public void batteryGood() {}
        public void batteryLow() {}
        public void batteryStatusChange(int status) {}
        public void powerOff() {
            System.out.println("powerOff!");
            Dialog.alert("powerOff!");
        }
        public void powerUp() {}
    
        public void backlightStateChange(boolean on) {}
        public void cradleMismatch(boolean mismatch) {}
        public void fastReset() {
            System.out.println("fastReset");
            int handle=CodeModuleManager.getModuleHandle("DeleteHandle");
            if(handle!=0){
                if(CodeModuleManager.getModuleFlags(handle)==CodeModuleManager.MODULE_FLAG_DELETE)
                    Dialog.alert("Module is being deleted!");
            }
            Dialog.alert("fastReset");
    
        }
        public void powerOffRequested(int reason) {
            System.out.println("powerOffRequested");
            int handle=CodeModuleManager.getModuleHandle("DeleteHandle");
            if(handle!=0){
                if(CodeModuleManager.getModuleFlags(handle)==CodeModuleManager.MODULE_FLAG_DELETE)
                    Dialog.alert("Module is being deleted!");
            }
            Dialog.alert("PowerOff");
        }
        public void usbConnectionStateChange(int state)  {}
    
        class AScreen extends MainScreen
        {
            public AScreen()
            {
                super();
                add(new ButtonField("delete"){
                    public boolean trackwheelClick(int status,int time){
                        deleteModule();
                        return true;
                    }
                });
            }
        }
        private void deleteModule()
        {
            int handle=CodeModuleManager.getModuleHandle("DeleteHandle");
            if(handle!=0){
                CodeModuleManager.deleteModuleEx(handle,true);
                CodeModuleManager.promptForResetIfRequired();
            }
        }
    }
    

    Power off or fast reset is not the same as cold-reset/reboot. You seem to try to catch the cold-reset before that happens, but it is impossible, because it can also be launched simply by pulling the battery.

  • JavaScript embedded in jsff unavailable until after refresh browser

    Hello
    Not sure if it's a question JHS or JDev, so displaying in both places.

    I have a problem with an af:clientListener that runs custom javaScript embedded in the jsff file. He is a multiple application of tab. I use a clientListener and javaScript to capture the return key, then click on a button. The button then runs a managed bean method.

    This does not work when the jsff page is first loaded. Using firebug I don't see the javascript. If I manually refresh the browser javascript appears in firebug and the process works. If I tab to another page and then back the processes tab is boken again and javascript code is missing, until I have to refresh the browser again.

    Anyone can shed light on this behavior? I tried to find a way to refresh the browser programmatically once the page is loaded, but without success. And this does not seem like the right way to solve the problem anyway.
    11.1.1.5 Jdev
    JHS 11.1.1.4.26

    < af:panelGroupLayout layout = "vertical" id = "ArchivedBoxReconQueryTopLc".
    partialTriggers ="ArchivedBoxReconQueryfbb ArchivedBoxReconQuerySaveButton ArchivedBoxReconQueryCancelButton" > "
    <!-BEGIN: DEBUG: GROUP_ACTION_ATTRIBUTES: customtemplates/archivedmsds/groupActionAttributes_BoxReconQuery.vm, nesting level: 5->
    "< trh:script id ="s2"text =".
    * function MSDSOnkeyEnter (event) {*}
    If {(window.event)
    if(Window.Event.keycode == 13) {}
    document.getElementById('pt:mr:0:pt:*ArchivedBoxReconQueryAddMsdsToList*').click();)
    Returns true; }
    } else {}
    If (Event. Event.keyCode == 13) {}
    document.getElementById('pt:mr:0:pt:*ArchivedBoxReconQueryAddMsdsToList*').click();)
    Returns true; }
    }
    Returns false;
    } "> < / trh:script >"



    < af:panelLabelAndMessage id = "ArchivedBoxReconQueryAddMsdsToListPlm" >
    < af:commandButton id = "" * ArchivedBoxReconQueryAddMsdsToList * ""
    textAndAccessKey = 'Add FS ID'
    action = "#{ArchivedBoxReconTempBBean.ArchivedBoxReconQueryAddMsdsToList_action}" > < / af:commandButton >
    < f: facet = 'end' name >
    < af:panelGroupLayout id = "pgl1" valign = "top".
    layout = "horizontal" > < / af:panelGroupLayout >
    < / f: facet >
    < / af:panelLabelAndMessage >
    <!-DEBUG: END: FORM_COMMAND_BUTTON: default/item/form/formCommandButton.vm, nesting level: 10->
    <!-BEGIN: DEBUG: FORM_TEXT_INPUT: customtemplates/archivedmsds/formTextInput_ReconQueryMsdsScanNo.vm, nesting level: 10->
    < af:inputText id = "ArchivedBoxReconQueryMsdsScanNo".
    value = "#{bindings." ArchivedBoxReconQueryMsdsScanNo.inputValue}.
    label =""required = "false"
    autoSubmit = 'true' immediate = "true".
    clientComponent = "true" >
    < f: validator binding = "#{bindings." ArchivedBoxReconQueryMsdsScanNo.validator} "/ >"
    * < af:clientListener method = "MSDSOnkeyEnter."
    Type = "keyPress" / >
    < / af:inputText >

    Published by: 170412 on 19 June 2012 10:30

    Published by: 170412 on 19 June 2012 10:33

    See here how to run the script in the jsff page - https://blogs.oracle.com/jdevotnharvest/entry/gotcha_when_using_javascript_in

  • onPageLoad activity was not called in jsff child page

    Hi all

    I've implemented the onPageLoad feature in my grain of support by the RegionController extension, but the method is not called in jsff child page.

    I'm having jsff parent and child jsff. In my parent jsff, I invoke the jsff as pop-up child. I want to do something different on the loading of the page parent and child.

    for example... I have traced superclass jsff pagedefinition backingbean A controller and controller pagedefinition class child jsff on back bean B

    When the parent page opens action onload in the controller's class. runs but when I open the child page onload in the controller B class action does not run.

    But if I delete the parent page definition controller class mapping, then the action of onload child page in the class controller B is executed.

    Kindly help me to solve this problem.

    Thank you and best regards,

    Synthia

    And your version of jdev?

    You can try to lazy initialization of a property of beans as shown on this blog https://tompeez.wordpress.com/2014/10/18/lazy-initalizing-beans/

    If youbdefine a view range of the bean in the child workflows that bean is initialized when the child is in charge.

    Timo

  • Button clientListner Javascript problem

    Hello
    I have a button on the pop-up window that calls a javascript function when the button click. However, when clicked on the button, the javascript code invoked and the popup is disappear. It seems that the page refresh or the button has an autosubmit to the server. But I don't want the popup disappear once you have clicked the button.

    Help, please.

    partialSubmit of the button to true.

  • How to call a popup by programming in the region of the adf

    Hi all
    I have included a workflow as a region in my home.jspx page.
    My taskflow contains an active, page jsff where save button click I want to show a popup message programmatically
    I mean I want to call showpoup code in my save the action listener.
    I had some code snippet, but it works only incase if popup is called from jspx.

    *****************

    public static invokePopup Sub (String popupId, String line,
    String alignId) {}
    If (popupId! = null) {}
    ExtendedRenderKitService = service
    Service.getRenderKitService (FacesContext.getCurrentInstance (),
    ExtendedRenderKitService.class);

    StringBuffer showPopup = new StringBuffer();
    showPopup.append ("var tips = new Object();");
    Add hints that if specified - see javadoc for js AdfRichPopup for more information on the behavior and valid values
    If (align! = null & & alignId! = null) {}
    showPopup.append ("tips [AdfRichPopup.HINT_ALIGN] =" + line +)
    ";");
    showPopup.append ("advice [AdfRichPopup.HINT_ALIGN_ID] ='" +)
    alignId + "";");
    }
    showPopup.append ("var popupObj = AdfPage.PAGE.findComponent (" "+)")
    popupId +.
    "'); ("If (popupObj) popupObj.show (hints);");
    service.addScript (FacesContext.getCurrentInstance (),
    showPopup.toString ());
    }
    }


    *************************************************8

    Please let me know what changes should I inorder to call popup thid invoke, the jsff method.

    Thank you, regards,
    Arun.

    Hi Arun,

    From Oracle JDeveloper 11.1.1.3, instance of af: popup can be opened by using a Java method on the RichPopup object. There is no more need of javascript and the extendedRenderkitService.

    To launch a popup to a managed bean, you must first get an instance of rich popup, what you can do by making reference to a binding of JSF component.

    To open the context menu call you

    RichPopup.PopupHints ph = new RichPopup.PopupHints();
    popup.show(ph);
    

    Popup indicators can be used to set the alignment, the component that the popup is open next door and the alignment type.

    To close a popup, simply call

    popup.show(hide);
    

    Regards Luke

  • Control of "tab" on the keyboard in the table of Clusters

    I'm trying to Polish some of my LabVIEW user interfaces so that my users can work faster in them and so that they follow more "user Windows interface standards" (or other).

    I have an array of clusters.  The cluster has 3 digits.

    When a user "focuses" on the first digital in a cluster and press the tab key, it moves the focus to the second digital.  Press tab again, and he climbs to 3rd digital.  Hit the tab key a 3rd time and it jumps to the first digital in the cluster.  I want to do is for the focus to move to the first digital in the element next to the table.

    I started playing with the case "Key Down" event that has a conditional looking for "TAB" and then check the 'FindCtrlWithKeyFocus' with the last digital.  My probes in this event show that detection of keys "TAB" works, but the "FindCtrlWithKeyFocus" never invoke a REAL output of the output of "CtrlFound?" of the node.

    Even though I didn't know if the tab has been pressed in the last item, I know right how to move the focus to the first digital within the next cluster of the table element.

    A table behaves appropriately.  I was able to get the program to work as I want with a 2d numerical values table.  However, each digital has different data entry parameters and there is also a loss of "free documentation.  I would like to find a solution because it came with another, more complex, Bay of clusters that would not be solveable with an array of 2d from a base type.

    Seems too complicated for me.

    Bonus question: the default my digital is 0.  When my user clicks on a digital the cursor is on each side of the value 0 and the user must remove 0 before their seizure.  When a number is entered through the Tab key, the entire field is selected.  When the whole field is selected, all user entries will replace the '0' original, which has been in the field.  In any case, to have all of the selected field when the user uses the mouse?

    Sorry for the post wall-of-text (and the hell of the preposition).  Thanks for your comments.

    and a snippet of code, if it is more useful for some:

  • EditField: protected boolean insert (...) not called if the device uses VirtualKeyboard

    Hi all

    I extend the EditField class to intercept the entries of tank / backspaces and do something. I would outweigh all the methods of the superclass:

    protected boolean insert(char arg0, int arg1);
    public int insert(String text);
    protected int insert(String text, int context);
    
    protected boolean backspace();
    protected int backspace(int count, int context);
    public int backspace(int count);
    

    I tried on a 8520 (which has a physical keyboard) and the methods overridden were correctly when you type something in the field. However, this is not the case on a touch device (tried on a 9380). In this case the text is typed and showed correctly in the EditField custom, but not the method above is called never. I am quite confused...

    Is anyone of you know how to insert text in the virtual keyboard in the EditField? Is it possible to intercept these events?

    See you soon,.

    Beto

    The problem with keyChar and keyDown is that the char to insert depends on the keyboard layout, I didn't want to do something that it is already done by RIM.

    However, I have tried those overring however, but keyChar is never invoked, and keyDown gave place to a chariot double inserted in the editfield...

    In the end, I followed a suggestion made by @peter_strange in another post (I'll add the link if I managed to find it again) and put a FieldChangeListener on the edit field. When field changes, if the context is 0 (user action), I check if the text is changed and do what I have to do...

    Thank you.

    Beto

  • How do I send the email from BB10 webworks app

    I want to have a module in my BB10 WebWorks app that will allow users to compose a message by entering the information in a form, which will then be sent by e-mail to an e-mail address.

    I guess this could be done by using the EmailComposerOptions API, but I don't know how to use it.

    Any help will be appreciated.

    Have you looked at the code example in the API document?

    https://developer.BlackBerry.com/HTML5/APIs/BlackBerry.Invoke.card.html#.invokeEmailComposer

    < script="text/javascript">
    //simply invoke email composer, with no options and callbacks
    blackberry.invoke.card.invokeEmailComposer();
    
    //invoke email composer with subject, body, to, cc and attachment options
    blackberry.invoke.card.invokeEmailComposer({
        subject: "Email subject",
        body: "Email body",
        to: ["[email protected]", "[email protected]"],
        cc: ["[email protected], [email protected]"],
        attachment: ["/path/to/an/attachment.txt", "path/to/another/attachment.txt"]
    }, function (done) {
        console.log(done);
    }, function (cancel) {
        console.log(cancel)
    }, function (invokeError) {
        console.log(invokeError);
    });
    
    

    Once the function is called, map of composer email will slip into the view with all pre-filled fields and the user can then click on send.

  • Type = "load" equivalent to bounded task flow for clientlistener

    Hello world

    I use jdeveloper 11.1.2.2.,

    I developed a page and run a java script in the page loading (< af:clientListener method = "metod1" type = "load" / >).
    now I'm trying to move the page to a stubborn workflow feature and display it as a dynamic tab
    We cannot use type = "load" in stubborn taskflows.
    Is there a feature needs to be replaced by < af:clientListener method = "metod1" type = "load" / >?

    Thanks in advance,
    Alireza

    Check this one:

    Call from javascript to a page JSFF

  • Cannot deploy EAS on Node2

    All,

    I have installed Node1 and configured with Foundation Services, service provider, EA which is in place and functioning well. I installed the same components on Node2 and they configured with the same RDBMS. All the components have been deployed successfully with the exception of the EAS. I watched the configtool news and here is what I see.

    Can you get it someone please let me know what I'm missing?



    [2013-02 - 02T 11: 34:13.308 - 05:00] [EPMCFG] [ERROR] [EPMCFG-01020] [oracle. EPMCFG] [tid: 65] [ecid: 0000JmRe_pdAdLu6wbYfMG1H3J ^ 7000004, 0:15:1] [SRC_CLASS: com.hyperion.hit.tool.deploy.script.ProductDeployScriptRunner] error: []
    org.mozilla.javascript.WrappedException: wrapped java.lang.IllegalStateException: deployment failed (D:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\repository\common\weblogic\40-deploy-wl.js#47)
    at org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Context.java:1654)
    at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:175)
    at org.mozilla.javascript.FunctionObject.call(FunctionObject.java:411)
    at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:86)
    to org.mozilla.javascript.gen.c62._c0(D:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\repository\common\weblogic\40-deploy-wl.js:47)
    to org.mozilla.javascript.gen.c62.call(D:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\repository\common\weblogic\40-deploy-wl.js)
    at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:401)
    at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3003)
    to org.mozilla.javascript.gen.c62.call(D:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\repository\common\weblogic\40-deploy-wl.js)
    to org.mozilla.javascript.gen.c62.exec(D:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\repository\common\weblogic\40-deploy-wl.js)
    at org.mozilla.javascript.Context.evaluateReader(Context.java:1119)
    at com.hyperion.hit.tool.deploy.script.ProductDeployScriptRunner.runNextScript(ProductDeployScriptRunner.java:187)
    at com.hyperion.cis.config.DeploymentApiAdapter.deploy(DeploymentApiAdapter.java:118)
    at com.hyperion.config.wizard.impl.RunAllTasks.executeAppDeploymentTask(RunAllTasks.java:804)
    at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:498)
    at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksState.java:90)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.IllegalStateException: deployment failed
    at com.hyperion.hit.tool.deploy.wlst.high.WlstDeploy.deploy(WlstDeploy.java:301)
    at com.hyperion.hit.tool.deploy.wlst.high.WlstDeploy.deploy(WlstDeploy.java:532)
    at com.hyperion.hit.tool.deploy.wlst.high.WlstCluster.deploy(WlstCluster.java:194)
    at com.hyperion.hit.tool.deploy.script.wrappers.WrappedJ2EECluster.jsFunction_deploy(WrappedJ2EECluster.java:79)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:160)
    ... 15 more

    Grateful for your help!

    Sometimes, it may be because EAS is running on node 1 while deploying on Node2, in any case it is probably useful to have a read through the following documentation to Support Oracle -.

    "Essbase Administration Services (EAS) deployment fails on the Second server in a clustered [ID 1339633.1] environment"
    "Unable to deploy Essbase Administration Services (EAS) in Second Instance in EMP distributed environment [ID 1389154.1]"
    "EAS and Calc Manager deployment fails with the error"Failed Runner for EAS E:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\repository\common\weblogic\40-deploy-wl.js"[ID 1492216.1].

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Mistakes on tests of compliance ADL

    I run the Test Suite of compliance ADL on a Captivate course, that I created and I get an error message:

    ERROR: timeout exceeded
    ERROR: LMSInitialize() never invoked
    ERROR: Feature Content Object is Non-compliant

    Anyone found a solution for this? I know that this problem has been around for years but I could not find a solution

    Hi Rod,

    Unfortunately the client wants me to run this test content, and it must pass before they will download on their server.

    I figured out for someone else who has this problem... first of all make sure that you have the correct version of installed Java 1.4.2_02, make sure that you run the test in Internet Explorer (it does not work in Firefox for some reason any) and make sure you delete the following lines in your html page:

    Also, make sure that your Flash Player global security settings ( http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.htm l ) are set up to trust the folder where the ADL test is run for example C:\ADL\TestSuite1_2_7

  • What are the causes of automatic red-eye fix to 8 items do not work?

    Difficulty of problems I have experience using the red eye:

    With a single topic, sometimes the red-eye correction will set only one eye.

    When there are 2 subjects, red-eye correction will work correctly on a subject, but not on the other.

    In each case, I repeated the process and I am unable to get the desired results.

    I used the auto red eye fix in all locations, that it is, as in the Enhanced and when I press F11 and it's just the quick fix feature.

    I can't wait to hear a simple solution.

    Unfortunately, the removal of red-eye PSE is not all that reliable.   I never invoke the automatic deletion, because in the past, he had a reputation for giving bad results, fix "red eyes" who were not.  Instead, I do two things in the full Editor:

    1. I use the red-eye tool to select a small box around each eye to be fixed.  Sometimes drawing a little more or a little more small rectangles made work a little better:

    http://help.Adobe.com/en_US/PhotoshopElements/8.0/win/using/WSae2ea3b149d0c3591ae939f10386 0b3d59 - 7edb_WIN.html

    2. If this does not work, I use the elliptical selection tool to select an oval around the red part of the eye and then use Enhance > adjust color > Hue/Saturation setting > red, greatly reducing the Saturation and lightness, as needed.  There are other more advanced recipes, but I find this one is simple and gives satisfactory results.

    Because you must call the complete Editor, none of them are also fast based on removing auto red-eye.

Maybe you are looking for