NOT_FOUND_ERR: DOM Exception 8

I have a "loading screen" on my request for bbUI.js which is pushed right after starting the application. I noticed that after I added it, I'm getting a NOT_FOUND_ERR: DOM Exception 8-bbui - 0.9.3.js:3164 when I try to press the main application screen. Any ideas on why I get this error?

It may be a 0.9.3 bug? I'll try using the 'next' branch to test if I get the same error.

PS: I use the ripple for Chrome v0.9.7 to debug the application.

Now I understood what was going on. I had a LabelControlContainer I added it for a layout test and he has not used the right "Label: other bbUI.js controller of form" schema of

inside that did bbUI.js generate this error.

Thanks a lot for your help Tim and thanks for taking the BlackBerry the best platform for developers.

Tags: BlackBerry Developers

Similar Questions

  • ERROR: SECURITY_ERR:DOM Exception 18 in blackberry r50

    Hello

    I develop a webworks using websql which works very well under OS 7 and 10 of the OS.

    I have four devices, blackberry curve, blackberry "BOLD", alpha 10 dev blackberry and blackberry rc50/9360.

    It works very well on the curve, "BOLD" and bb10 but not on 9360. I am not able to create the web database in this particular device.

    Cant, we create the database in 9360? When I try on the training for this camera Simulator, it works fine. I get the following error:

    ERROR: SECURITY_ERR: DOM Exception 18

    When and why do we get this error?

    Kind regards

    Annuk

    Hello

    The problem seems to be resolved. There is no SD card in this device.
    Had a SD card inserted in it and now its works well.

    https://github.com/BlackBerry/WebWorks-samples/issues/16

    http://blog.davidtruxall.com/2011/10/06/BlackBerry-Simulator-error-with-SQLite-and-HTML5/

    Kind regards

    Annuk

  • DOMExceptions: DOM Exception 11 - XMLHttpRequest -.

    Hello

    Some of my users have this error: DOMExceptions: DOM Exception 11 when they try to make an asynchronous request to our webservice.

    Theses users run BOLD 9700 (OS 5.0.0.351).

    function NotificationClient(pId,action) {
        var ajaxRequest;  // The variable that makes Ajax possible!
        var id = 423101774;
        var sem = 301;
        var lang = 1;
    
        if (BBPin == "") // Retrieve pin
            BBPin = espresso.homescreen.pin();
    
        var url = "https://mywebsite.com/BlackberryNotifications/index.html?PIN=" + BBPin + "&Action=" + action + "&ReceivedNotes=" + pId;  
    
        try {
    
            ajaxRequest = new XMLHttpRequest();
        } catch (e) {
    
            try {
                ajaxRequest = new ActiveXObject("Msxml2.XMLHTTP");
            } catch (e) {
                try {
                    ajaxRequest = new ActiveXObject("Microsoft.XMLHTTP");
                } catch (e) {
                    // Something went wrong
                    alert("Your browser broke!");
                    return false;
                }
            }
        }
    
       try {
    
            ajaxRequest.open("GET", url, true); // true = asynchronous        ajaxRequest.send(null);    } catch (ee) {    alert("Error when notifying : " + ee);    }
    
    }
    

    Any idea?

    Why only some users have this problem?

    Thank you very much for your help

    Hello

    Just out of curiosity do you use html_5init.js?

    If so you can try him commenting "XMLHttpRequest = function() {}.

    He can ask questions?

    See you soon

    Andrew

  • DOM Exception analysis to the translator. Queue is a failure

    Hello

    -> I'm working on the Protocol of file EDI HIPPA.

    -> My b2b configuration works. I get the XML payload in IP_IN_QUEUE.
    But BSE with AQAdaptor fails to give the Exception below.

    -> ORABPEL - 11211 DOM Parsing Exception to the translator. DOM parsing exception in incoming XSD translator during the scan of InputStream. Check the error stack and correct the cause of the error. Contact oracle support if the error is not repairable. to oracle.tip.pc.services.translation.xlators.xsd.XSDTranslator.translateFromNative(XSDTranslator.java:202) to oracle.tip.adapter.aq.database.MessageReader.translateFromNative(MessageReader.java:1179) to oracle.tip.adapter.aq.database.MessageReader.readMessage(MessageReader.java:533) to oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.run(AQActivationSpecDequeuer.java:189) to oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242) to oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215) to oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190) to EDU.oswego.cs.dl.util.concurrent.PooledExecutor$ Worker.run (PooledExecutor.java:814) at java.lang.Thread.run(Thread.java:595) caused by: oracle.xml.parser.v2.XMLParseException: name expected instead of >. to oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320) to oracle.xml.parser.v2.XMLReader.scanNameChars(XMLReader.java:1151) to oracle.xml.parser.v2.XMLReader.scanQName(XMLReader.java:1928) to oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1276) to oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336) to oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303) to oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:291) to oracle.tip.pc.services.translation.xlators.xsd.XSDTranslator.translateFromNative(XSDTranslator.java:197)

    -> I got the xml to load useful to rejectedMessages of the HOUSE of the SOA record and writes a DOM parser program
    to parse this file. It is throwing org.xml.sax.SAXParseException.

    -> I have validated this xml with xsd file I offer both in Oracle B2b and BSE config using the Altova software is launch errors saying xml is not valid.

    -> If I understand this XML generated gettign is not valid.

    Could you please tell me if I need to make changes.

    Thank you
    Françoise

    Hi Pierre,.

    You can check in the Forum of the BSE

    Kind regards
    Dheeraj

  • error using Java

    Hello, I just bought a new MacBook and I have a problem with Java, my most old has no problem but here I get this error message:

    An error occurred running the content of the unit on this page. See the JavaScript console of your browser for more information. The error was:

    NotFoundError: DOM Exception 8 IDBDatabase: an operation has failed because the requested database object is not found.

    Please keep answer to a beginner level, I'm a bit confused with the computer stuff; T

    This error message has nothing to do with Java, or with your computer. It is an error on the web server.

  • openDatabase and 10.1 translates SECURITY_ERR

    I just put my phone to 10.1 and now when I run my application phonegap/webworks, it gives me an error when I try to openDatabase.

    SECURITY_ERR: DOM Exception 18: attempt to break the security policy of the user agent.

    Hello

    I'll be back to work on the new BB10 app, and I still get this error as seen in my other thread (I forgot that I had created this one...)

    http://supportforums.BlackBerry.com/T5/Web-and-WebWorks-development/BB10-2-with-Cordova-3-2-0-giving...

  • Problem with sound on sencha app

    Hello everyone, I hope that someone knows this problem.

    I recently posted an application built in sencha: http://appworld.blackberry.com/webstore/content/33239900/?lang=en

    I'm having a problem with the audio function, it seems that the sound crashes the app on some devices. I tested the app on the Blackberry Dev B Alpha and it worked perfectly, but a friend told me that the application crashes on Q10. I use audio to OGG format, the latest firmware for Dev Alpha B and the latest version of sencha.

    I found the audio should be longer than 300ms to play properly. If you use a sound less than 300 ms, then interference sound present and in some cases, she repeated two or three times in the same key.

    I can't reproduce the bug, because I have no Q10, sencha use HTML5 audio tags, so the behavior can be reproduced using the:

    document.getElementById('test').play ();

    Any ideas on this subject?

    Thank you for your time

    Hello, I have solved my problem, I share with you what I found:

    Question

    His cheek twice by pressing the button.

    Difficulty

    Use a sound like 300 milliseconds.

    Question

    His stuttering using tones.

    Difficulty

    Do not use the sine wave tones, use rather rectangular waves.

    Question

    DOMExceptions: DOM Exception 11: an attempt was made to use an object that is not or is no longer, usable. During playback of the sounds.

    Difficulty

    Create a new Audio object each time you want to play a sound. This fix may cause an impact on the performance of the application while playing sounds:

    Audio var = new Audio('path/to/audio.ogg');

    audio. Play();

  • Access SQLite DB 6 BB

    Hello

    I already wrote my request of webworks thanks to google gears for SQLite DB. Recently, I decided to use HTML5 instead, so my application would run on OS 6. After several hours of laborious having to rewrite the application (and having to rethink traffic through asynchronous DB access of HTML5 ), I'm finally the application runs on OS 5 by using the file html5_init.js with no google gears in my javascript file. However, my request has always refused to operate normally on OS 6. I managed to refine one of the issues to something like this:

    db.transaction(function(tx){
        tx.executeSql('some_sql', [], function(tx){
            var request2 = new XMLHttpRequest();
        request2.open("GET", 'some_url');
        request2.setRequestHeader("Content-type", "text/html");
        request2.onreadystatechange = function() {
                tx.executeSql('some_sql');
            }
        }
    }
    

    Now, here's the problem, on the second tx.executeSql () call, the tx object is recognized as a valid SQL transaction object but the method call fails with the following exception:

    INVALID_STATE_ERROR: DOM Exception 11

    What could I do it wrong?

    Hello

    I was able to lay transactionw of the database with the callback functions as well as with the function asynschoronous to an AJAX call. It took a little while to get my head around it, but I got here in the end.

    I tend to use the reminder of the db.transaction real for the next call to db. (Not the callbackfunction of the transaction itself... it's confusing!)

    for example

    {DB.transaction (Function (TX)}
    tx.executeSql ('some_sql', [], tx_transaction_ok, tx_error_handler);

    }
    tx_error_handler
    function (tx) {}
    var request2 = new XMLHttpRequest();
    request2. Open ("GET", 'some_url');
    request2.setRequestHeader ("Content-type", "text/html");
    request2.onreadystatechange = function() {}
    DB.transaction (Function (TX) {tx.executeSql ('some_sql', [], tx_transaction_ok});

    }
    );

    (I may have missed a few brackets etc.)

    Have you tried this method? In this way that the db object is released prior to use.

    See you soon

    Andrew

  • OBIEE for Google Chrome

    Hello

    Is Google chrome, a Web browser support for OBIEE apps?
    The tables and charts when the default SVG is empty in Chrome.

    No specific change setting / download plugin?

    I have the latest version of Adobe Flash player.

    Thank you
    Bala

    I have the same problem here and also the formula editor does not work.
    This is because the javascript code used in OBIEE uses ajax to get a snippet of XML to the server and uses a method illegal javascript to insert an xml from the server node in the XML on the side of the browser. (columnformulaeditor.js)

    If you use Chrome, we can see an error will appear in the console that indicates this: Eception error: WRONG_DOCUMENT_ERR: DOM Exception 4

    You are looking for that you get:
    http://xmljs.sourceforge.NET/website/documentation-w3cdom-DOMException.html#wrong_document_error

    So, it seems that Oracle needs to use proper coding standards...

  • MQ adapter and the error queue

    Hello

    We have a problem where we had an invalid XML message on a MQ. The problem is that the MQ adapter dead before a process has been created.

    This message is now gone. It isn't on the MQ, and it is also not in any BPEL process so it cannot be placed in a hospital error.

    Is there some settings on the MQ or on adapter MQ that is needed to move the message to the workflow queue error what entrance to MQ analysis fails? Please notify.

    Below is an extract from journal:

    < 2010-02-09 13:12:32, 846 > < ERROR > < usu.collaxa.cube.activation > < MQSeries Adapter::Inbound >
    ORABPEL-11211

    DOM Exception analysis to the translator.
    DOM parsing exception in incoming XSD translator during the scan of InputStream.
    Check the error stack and correct the cause of the error. Contact oracle support if the error is not repairable.

    at oracle.tip.pc.services.translation.xlators.xsd.XSDTranslator.translateFromNative(XSDTranslator.java:202)
    at oracle.tip.adapter.mq.inbound.QueueProcessor.translateMessage(QueueProcessor.java:681)
    at oracle.tip.adapter.mq.inbound.QueueProcessor.processIndividualMessage(QueueProcessor.java:407)
    at oracle.tip.adapter.mq.inbound.QueueProcessor.processMessage(QueueProcessor.java:977)
    at oracle.tip.adapter.mq.inbound.QueueProcessor.run(QueueProcessor.java:181)
    at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
    at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:280)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.xml.parser.v2.XMLParseException: start of the element root waited.
    at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:341)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:291)
    at oracle.tip.pc.services.translation.xlators.xsd.XSDTranslator.translateFromNative(XSDTranslator.java:197)

    In this scenario, the input message should have been dismissed. If you are in 10g or 11g? Research of 10g for the "rejectedMessages" at oracle home folder while 11g search for the folder "rejmsgs". You should see the message rejected in there.

    HTH,
    Sandeep

  • The exception of DOM JmsAdapter analysis management

    Hello

    I am currently facing a problem with the behavior of the Jms adapter.

    Whenever a JMS message is put in the queue, and the message is not XML valid, the Jms adapter (consumer) throw the exception "DOM Parsing Exception to the Exception translator".

    It's fine, I understand that the message was not well-formed. But what is not fine is that the underlying BPEL is not instantiated: which means that I can't handle the exception properly.

    Y at - there a way to force the Jms adapter not crashing on the analysis of DOM for the BPEL to be instantiated (and then be able to handle the exception it)?

    Or is there a way to manage the error thrown by the Jms adapter itself? How?

    I think that I have a workaround if there is no better option (if the two above questions cannot be decided) but I would rather not implement it since it will be a few extra steps / complexity.

    > It would be to check the option "opaque schema native format" and then use a java embedded in order to decode the base64 string for finally parsing it.

    Kind regards

    Mathieu

    Hi Mathieu,

    Error messages before being assigned to the infrastructure of service are called rejects messages. For example, the Oracle file adapter selects a file with data in the CSV format and try to translate it into XML format (using NXSD). If there is a mistake in translation, the message is rejected and are not counted for the composite target.

    You can create release managers to manage message errors. Message errors include those that occur during translation, incompatibility of correlation and analysis XML ID after receipt of the message.

    Docs on how to do that are here...

    http://docs.Oracle.com/CD/E28280_01/integration.1111/e10231/life_cycle.htm#CIAIICJJ

    See you soon,.

    Vlad

  • userChrome.CSS - remove all toolbars except front/rear, refresh and home

    I need to configure firefox in almost-kiosk mode. I want to disable all toolbars except for the "back" button, next button, refresh and home buttons.

    I did find something that allows you to hide the bookmarks toolbar. And if I keep at the entrance of #urlbar, front and rear buttons appear, but do not work (they're grayed out)?

    That's what I have so far:

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
    #searchbar {
    	display: none;
    }
    #main-menubar  {
    	display: none;
    }
    #urlbar  {
      display: none;
    }

    You can hide the Bookmarks Toolbar window and customize with these identifiers:

    #PersonalToolbar { display:none!important; }
    #CustomizeToolbarWindow { display:none!important; }
    

    ID #personal - brand - pages is for the bookmarks toolbar item that can be placed on a toolbar through the window customize.

    Try to drag the URL bar and search and other items that you hide in the toolbar palette.

    It seems in the history of the button B/F run after a reboot.

    It is usually best to use the DOM Inspector to get the ID or class of items of toolbar names.

  • Exception in Jdeveloper JSF Editor

    JDeveloper 12.1.3

    I have a terrible experience with the Jdeveloper JSF Editor, editing and recording of the JSF pages take a long time

    Sometimes 5 minutes, meanwhile Jdeveloper freeze and I can do anything and still I get some exception like below in the console.

    the experience is too poor to save my time I open JSF page outside of Jdeveloper in a text editor and make my changes and save it

    My machine is a virtual machine for windows 8 with 8 GB of RAM and a good processor

    Questions I have

    1 - is that someone else has same experience?

    2 - is possible / workaround to circumvent Jdeveloper background check and use the JSf Editor

    Only as a text editor

    Finally I do not understand why Oracle out such a terrible product to the market

    Exceptions:

    WARNING: Could not find dockable with the id: Debugger.InspectorWindow0
    June 11, 2015 11:16:03 com.oracle.jdeveloper.nbwindowsystem.LayoutGroup add
    WARNING: Could not find dockable with the id: Debugger.InspectorWindow0
    June 11, 2015 11:16:29 oracle.javatools.buffer.JdkReadWriteLockImplementation$ DeadlockScanner scan
    SEVERE: Famine (possible deadlock) detected:
    Oracle JDeveloper 12.1.3.0.0 1008 (JDEVADF_12.1.3.0.0_GENERIC_140521.1008.S)
    1.7.0_17 - Java Oracle Corporation b02
    366 MB of free space of 4260 MB

    -------------------------------------------------------------------------------
    -Thread Dump
    -------------------------------------------------------------------------------


    "AWT-EventQueue-0" id = WAITING 16 on java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@94c7f68
    at sun.misc.Unsafe.park (Native Method)
    -waiting on java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@94c7f68
    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:834)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:867)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1197)
    to java.util.concurrent.locks.ReentrantReadWriteLock$ WriteLock.lock (ReentrantReadWriteLock.java:945)
    at oracle.javatools.buffer.JdkReadWriteLockImplementation.lock(JdkReadWriteLockImplementation.java:202)
    at oracle.javatools.buffer.JdkReadWriteLockImplementation.writeLock(JdkReadWriteLockImplementation.java:110)
    at oracle.javatools.buffer.ReadWriteLock.writeLock(ReadWriteLock.java:329)
    at oracle.javatools.buffer.AbstractTextBuffer.writeLock(AbstractTextBuffer.java:1081)
    at oracle.javatools.buffer.TextBufferDecorator.writeLock(TextBufferDecorator.java:327)
    at oracle.bali.xml.dom.buffer.BufferDomModel.acquireWriteLockDirectly(BufferDomModel.java:288)
    at oracle.bali.xml.dom.impl.DomModelImpl._acquireWriteLock(DomModelImpl.java:1721)
    at oracle.bali.xml.dom.impl.DomModelImpl.acquireWriteLock(DomModelImpl.java:503)
    at oracle.bali.xml.dom.impl.DomModelImpl.startTransaction(DomModelImpl.java:321)
    at oracle.bali.xml.model.XmlModel.__startTransaction(XmlModel.java:2687)
    at oracle.bali.xml.model.XmlContext.__startTransaction(XmlContext.java:1821)
    at oracle.bali.xml.model.XmlModel.__requestStartTransaction(XmlModel.java:2637)
    at oracle.bali.xml.model.XmlModel.startTransaction(XmlModel.java:433)
    at oracle.bali.xml.model.AbstractModel.startTransaction(AbstractModel.java:158)
    at oracle.bali.xml.addin.XMLSourceNodeReformatActionDelegate._doPrettyPrintAction(XMLSourceNodeReformatActionDelegate.java:131)
    at oracle.bali.xml.addin.XMLSourceNodeReformatActionDelegate.doAction(XMLSourceNodeReformatActionDelegate.java:41)
    to oracle.jdeveloper.controller.NodeActionController$ NodeHandler.doAction (NodeActionController.java:892)
    to oracle.jdeveloper.controller.NodeActionController$ NodeActionCommand$ Do.execute (NodeActionController.java:679)
    to oracle.jdeveloper.controller.NodeActionController$ NodeActionCommand$ Task.run (NodeActionController.java:640)
    to oracle.jdeveloper.controller.NodeActionController$ ProgressMonitor.execute (NodeActionController.java:1566)
    to oracle.jdeveloper.controller.NodeActionController$ ProgressMonitor.execute (NodeActionController.java:1535)
    to oracle.jdeveloper.controller.NodeActionController$ NodeActionCommand.doit (NodeActionController.java:540)
    to oracle.ide.controller.CommandProcessor$ UndoStack.executeCommand (CommandProcessor.java:1146)
    to oracle.ide.controller.CommandProcessor$ UndoStack.doit (CommandProcessor.java:1025)
    to oracle.ide.controller.CommandProcessor$ MasterStack.doit (CommandProcessor.java:1629)
    at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
    at oracle.jdeveloper.controller.NodeActionController.handleEvent(NodeActionController.java:439)
    at oracle.jdevimpl.style.controller.CodingStyleController.handleEvent(CodingStyleController.java:43)
    at oracle.ideimpl.controller.MetaClassController.handleEvent(MetaClassController.java:53)
    to oracle.ide.controller.IdeAction$ ControllerDelegatingController.handleEvent (IdeAction.java:1482)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:663)
    at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:1153)
    at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:618)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
    in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2341)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
    in javax.swing.plaf.basic.BasicMenuItemUI$ Handler.mouseReleased (BasicMenuItemUI.java:877)
    at java.awt.Component.processMouseEvent(Component.java:6505)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
    at java.awt.Component.processEvent(Component.java:6270)
    at java.awt.Container.processEvent(Container.java:2229)
    at java.awt.Component.dispatchEventImpl(Component.java:4861)
    at java.awt.Container.dispatchEventImpl(Container.java:2287)
    at java.awt.Component.dispatchEvent(Component.java:4687)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
    at java.awt.Container.dispatchEventImpl(Container.java:2273)
    at java.awt.Window.dispatchEventImpl(Window.java:2719)
    at java.awt.Component.dispatchEvent(Component.java:4687)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:729)
    at $200 (EventQueue.java:103) java.awt.EventQueue.access
    in java.awt.EventQueue$ 3.run(EventQueue.java:688)
    in java.awt.EventQueue$ 3.run(EventQueue.java:686)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)
    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:87)
    in java.awt.EventQueue$ 4.run(EventQueue.java:702)
    in java.awt.EventQueue$ 4.run(EventQueue.java:700)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:699)
    at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
    at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)


    Scan of oracle.javatools.buffer.JdkReadWriteLockImplementation$ DeadlockScanner June 11, 2015 11:21:35
    SEVERE: Famine (possible deadlock) detected:
    Oracle JDeveloper 12.1.3.0.0 1008 (JDEVADF_12.1.3.0.0_GENERIC_140521.1008.S)
    1.7.0_17 - Java Oracle Corporation b02
    469 MB of free space of 4260 MB

    -------------------------------------------------------------------------------
    -Thread Dump
    -------------------------------------------------------------------------------


    "AWT-EventQueue-0" id = WAITING 16 on java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@50695263
    at sun.misc.Unsafe.park (Native Method)
    -waiting on java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@50695263
    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:834)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:867)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1197)
    to java.util.concurrent.locks.ReentrantReadWriteLock$ WriteLock.lock (ReentrantReadWriteLock.java:945)
    at oracle.javatools.buffer.JdkReadWriteLockImplementation.lock(JdkReadWriteLockImplementation.java:202)
    at oracle.javatools.buffer.JdkReadWriteLockImplementation.writeLock(JdkReadWriteLockImplementation.java:110)
    at oracle.javatools.buffer.ReadWriteLock.writeLock(ReadWriteLock.java:329)
    at oracle.javatools.buffer.AbstractTextBuffer.writeLock(AbstractTextBuffer.java:1081)
    at oracle.javatools.buffer.TextBufferDecorator.writeLock(TextBufferDecorator.java:327)
    at oracle.bali.xml.dom.buffer.BufferDomModel.acquireWriteLockDirectly(BufferDomModel.java:288)
    at oracle.bali.xml.dom.impl.DomModelImpl._acquireWriteLock(DomModelImpl.java:1721)
    at oracle.bali.xml.dom.impl.DomModelImpl.acquireWriteLock(DomModelImpl.java:503)
    at oracle.bali.xml.model.XmlModel.__acquireWriteLock(XmlModel.java:2577)
    at oracle.bali.xml.model.XmlContext.deliverSetupEventToHooksAddedAfterCreation(XmlContext.java:1358)
    at oracle.bali.xml.gui.jdev.JDevXmlContext.deliverSetupEventToHooksAddedAfterCreation(JDevXmlContext.java:841)
    at oracle.bali.xml.model.XmlContext.__onLockRequest(XmlContext.java:1804)
    at oracle.bali.xml.model.XmlModel.acquireReadLock(XmlModel.java:2040)
    at oracle.mds.internal.dt.mdx.MDXAnnotationModel.getAnnotationProvider(MDXAnnotationModel.java:519)
    at oracle.mds.internal.dt.mdx.MDXAnnotationModel.getAnnotationProvider(MDXAnnotationModel.java:240)
    at oracle.bali.xml.model.XmlMetadataResolver._getAnnotationLayoutFile(XmlMetadataResolver.java:6060)
    at oracle.bali.xml.model.XmlMetadataResolver.getBundleNameForLayoutFile(XmlMetadataResolver.java:1260)
    at oracle.bali.xml.gui.jdev.inspector.XmlFormLayoutFactory._parsePropertyFormLayout(XmlFormLayoutFactory.java:180)
    at oracle.bali.xml.gui.jdev.inspector.XmlFormLayoutFactory._getPropertyFormLayout(XmlFormLayoutFactory.java:157)
    at oracle.bali.xml.gui.jdev.inspector.XmlFormLayoutFactory.createPropertyFormLayout(XmlFormLayoutFactory.java:67)
    at oracle.ide.inspector.layout.PropertyFormLayoutFactory.getPropertyFormLayout(PropertyFormLayoutFactory.java:63)
    at oracle.ide.inspector.PropertyInspector.layoutFor(PropertyInspector.java:652)
    at oracle.ide.inspector.PropertyInspector.updateModelAndFindLayout(PropertyInspector.java:499)
    at oracle.ide.inspector.PropertyInspector.updatePropertyModel(PropertyInspector.java:424)
    at oracle.ide.inspector.PropertyInspector.setPropertyModel(PropertyInspector.java:371)
    at oracle.ideimpl.inspector.InspectorWindowImpl.setModelInNewPropertyInspector(InspectorWindowImpl.java:1434)
    at oracle.ideimpl.inspector.InspectorWindowImpl.refresh(InspectorWindowImpl.java:1272)
    -locking oracle.ideimpl.inspector.InspectorWindowImpl@46b2341c
    to oracle.ideimpl.inspector.InspectorWindowImpl$ 1.actionPerformed(InspectorWindowImpl.java:266)
    at javax.swing.Timer.fireActionPerformed(Timer.java:312)
    to javax.swing.Timer$ DoPostEvent.run (Timer.java:244)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
    at $200 (EventQueue.java:103) java.awt.EventQueue.access
    in java.awt.EventQueue$ 3.run(EventQueue.java:688)
    in java.awt.EventQueue$ 3.run(EventQueue.java:686)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
    at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
    at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)


    In addition to that suggests Timo, you can check the post I created just for this reason:

    https://community.Oracle.com/message/13117288

  • An exception occurred while installing Webcenter Analytics

    Hello

    I am facing an exception while running the silent installer for analytics.

    -prepareConfig:

    [xmleditor] Source File=./configuration/global.xml-dist

    [xmleditor] Element = param

    BUILD FAILED

    D:\analytics\analytics11.1.1.6.0\analytics-build.XML:174: java.lang.NoClassDefFoundError: org/apache/xerces/dom/NamedNodeMapImpl

    at org.apache.xerces.dom.DeferredDocumentImpl.getNodeObject (unknown Source)

    at org.apache.xerces.dom.DeferredDocumentImpl.synchronizeChildren (unknown Source)

    at org.apache.xerces.dom.ParentNode.hasChildNodes (unknown Source)

    at org.apache.xerces.dom.DeepNodeListImpl.nextMatchingElementAfter (unknown Source)

    at org.apache.xerces.dom.DeepNodeListImpl.item (unknown Source)

    at org.apache.xerces.dom.DeepNodeListImpl.getLength (unknown Source)

    at com.fatwire.analytics.silentInstall.ant.XMLContentEditorTask.modify(XMLContentEditorTask.java:157)

    at com.fatwire.analytics.silentInstall.ant.XMLContentEditorTask.execute(XMLContentEditorTask.java:121)

    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)

    at sun.reflect.GeneratedMethodAccessor4.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)

    at org.apache.tools.ant.Task.perform(Task.java:348)

    at org.apache.tools.ant.Target.execute(Target.java:435)

    at org.apache.tools.ant.Target.performTasks(Target.java:456)

    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)

    at org.apache.tools.ant.Project.executeTarget(Project.java:1364)

    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)

    at org.apache.tools.ant.Project.executeTargets(Project.java:1248)

    at org.apache.tools.ant.Main.runBuild(Main.java:851)

    at org.apache.tools.ant.Main.startAnt(Main.java:235)

    at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)

    at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)

    Caused by: java.lang.ClassNotFoundException: org.apache.xerces.dom.NamedNodeMapImpl

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:202)

    at java.security.AccessController.doPrivileged (Native Method)

    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)

    ... 24 more

    Total time: 1 second

    I've located this class and (XercesImpl.jar) and changed the install file analytics_install.bat to point using the

    set the classpath = D:\analytics\xerces\xerces-2_11_0\

    or

    : runInstaller

    % _EXECJAVA ant.bat Analytics-silent - install.jar analytical - install.log _TARGET % %-Djava.class.path=D:\analytics\xerces\xerces-2_11_0\-jar

    But none of this works...

    If anyone can help...

    Thank you

    Craig

    Hello Craig,.

    It seems that the NamedNodeMapImpl class does not exist in the xerces.jar delivered with analytical.

    Looks like you already downloaded xerces - 2.11.0 from the internet. In the affirmative, please try this:

    1 backup and remove the xerces.jar to the kit install Analytics lib directory.

    2 copy xercesImpl.jar and xml - apis.jar xerces - 2.11.0 in the lib directory.

    3 proceed with the Analytics installation in accordance with the document ( http://docs.oracle.com/cd/E29495_01/doc.1111/analytics_11gr1_installation_guide.pdf ).

  • Runtime error: CmdLnLauncher.exe Exception in thread "main" java.lang.NoCla

    Hello world

    I have a problem running CmdLnLauncher, initially, I followed this forum "http://forums.oracle.com/forums/thread.jspa?threadID=2152680". So I change the file for version 1.5.0. And now I can run the command line command, within the d:\Hyperion\products\Essbase\eas\console\bin folder.

    However if I try to create a batch file in a different folder, this work not and report the following error message:
    Exception in thread "main" java.lang.NoClassDefFoundError: com/hyperion/hbr/cmdlnlauncher/CmdLineLauncher

    Any clue?

    my scripts are as follows

    Bat file C:\Darwin\036TL\Testpavel.bat:

    off @echo

    Call D:\Hyperion\products\Essbase\eas\console\bin\CmdLnLauncher.bat-p:C:\Darwin\036RRHH\Scripts\PassAdminBR.txt - Slocalhost - UAdministrator - r036RRHH real--fC:\Darwin\036RRHH\Scripts\036RRHH_Actual.xml

    Break


    FC:\Darwin\036RRHH\Scripts\036RRHH_Actual.xml XML file

    036RRHH - real
    ExecDB: "Planning/wesbarb054/036RRHH/036RRHH.


    Kind regards

    Published by: Pavel Moreno on 16 - it is a-2011 08:52

    Published by: Pavel Moreno on 16 - it is a-2011 08:52

    Published by: Pavel Moreno on 17 - it is a-2011 04:26

    The way this text is written, the directory that you are running from is a close relative of the lib directory. Are you running indeed it such a situation?

    You can eliminate it as a possibility by changing of the...-the full path example

    set CPATH=D:\Hyperion\common\JRE\Sun\1.6.0\lib\CmdLnLauncher.jar
    set CPATH=%CPATH%;D:\Hyperion\common\JRE\Sun\1.6.0\lib\easclientplugin.jar
    set CPATH=%CPATH%;D:\Hyperion\EPMSystem11R1\common\JRE\Sun\1.6.0\lib\log4j-1.2.8.jar
    
    set CPATH=%CPATH%;D:\Hyperion\common\JRE\Sun\1.6.0\lib\framework_common.jar
    set CPATH=%CPATH%;D:\Hyperion\common\JRE\Sun\1.6.0\lib\eas_common.jar
    set CPATH=%CPATH%;D:\Hyperion\common\JRE\Sun\1.6.0\lib\jaxp-api.jar
    set CPATH=%CPATH%;D:\Hyperion\common\JRE\Sun\1.6.0\lib\jdom.jar
    set CPATH=%CPATH%;D:\Hyperion\common\JRE\Sun\1.6.0\lib\dom.jar
    set CPATH=%CPATH%;D:\Hyperion\common\JRE\Sun\1.6.0\lib\xercesImpl.jar
    

    Kind regards
    Robb Salzmann

Maybe you are looking for