Error: $x_ShowChildren is not defined

The page definition page is not displaying any of the usual page objects. I'm getting an Error: $x_ShowChildren is not defined in the error console.
Source File: http://apex.oracle.com/pls/otn/f?p=4000:4150:1692562586117686::NO:::
Line: 39 error on the page definition page.

Hi all, we are experiencing this "$x_ShowChildren is not defined" error on our new
APEX 3.0 installation.
I've already checked the notes at
http://www.oracle.com/technology/products/database/application_express/html/3.0_fsps.html#01
and our page really looks as depicted at point one but the refresh doesn't seem to
do anything. We have tried to flush the cache and even change browser (IE and FF)
but the problem is still there.
I've checked the page source and the missing function is defined in
/i/javascript/htmldb_html_elements.js
The js file is visible if loaded directly but somehow the page fails with
Error: $x_ShowChildren is not defined
Source File: [...]/f?p=4000:4150:4106999370516652::::FB_FLOW_PAGE_ID,FB_FLOW_ID:1,101
Line: 39
(I've removed our address there ...)
The strange thing is that this happens only from certain PCs but all the
configurations (browser, network, ...) seem to be identical.
Any idea of what might be going on?
Thanks in advance for your kind help

Similar Messages

  • I get a "JavaScript Application - Reference Error: XPCSafeJSObjectWrapper is not defined" error every time I try to open a new tab.

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/777191]</blockquote><br>
    Just like the title says, starting with Firefox 4 Beta 6 or 7, I forgot. Any time I try to open a new blank tab (sometimes even when I start up Firefox and the app tabs load) I get an error that says "JavaScript Application - Reference Error: XPCSafeJSObjectWrapper is not defined" If I close it everything works as normal again (until I open a new tab) but it is very annoying to have to do this. Is there any fix for this or is the bug just still there?

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

  • Error: JAVA_HOME is not defined correctly - While running ant.

    I have upgraded the JDK 1.5 Update 10 to Update 14. After upgrading the ant is failing when using with cygwin.
    It's giving the below error message:
    Error: JAVA_HOME is not defined correctly.
    We cannot execute /cygdrive/c/Java/jdk14/bin/java
    The JAVA_HOME is set properly & even I am able to check java -version.
    I am using apache-ant-1.6.5 and cygwin.
    Have any one faced the same problem?
    Please let me know if you have any solutions

    Grrrr. Been having a similar problem, but with Maven2. Allow me to (hopefully) save someone the gnawing of teeth and several bald patches.
    For starters, the Maven documentation gives you a pretty clear example of how to set your PATH. This is as follows:
    export PATH=/usr/whatever/whateveragain/apache-maven-2.0.10/bin:$PATH
    Simple, eh? Note the colon before $PATH. Then, it states quite presumptuously "4) Make sure JAVA_HOME is set to the location of your JDK". However, you don't set it in exactly the same way. You set it in virtually the same way, except without the colon, like this:
    export JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0$JAVA_HOME
    Note that if you get the paths wrong a couple of times, you may reset them with the unset command. So to unset JAVA_HOME you'd use:
    unset JAVA_HOME
    After which you may set it again. As is advised, you may try to set the user privileges, but they didn't seem to affect my luck at all. Hope this helps!

  • Error "Item is not defined as an Inventory Item" using oInventoryGenEntry

    I am trying to create a Receipt from Production with this code:
                    receive = (Documents)_Company.GetBusinessObject(BoObjectTypes.oInventoryGenEntry);
                    receiveLine = receive.Lines;
                            receiveLine.BaseType = 202;
                            receiveLine.BaseEntry = oli.ProductionOrderNumber;
                            receiveLine.BaseLine = 0;
                            receiveLine.Quantity = oli.Quantity;
                            receiveLine.WarehouseCode = "01";
                    int errorCode = receive.Add();
    where the production order will contain several component items that make up a finished good.  Two of the component items are Labor and Royalties and are not marked as Inventory Items.
    The Add method returns this error:
    "Item is not defined as an Inventory Item" and references one the non-inventory items (ie 'Labor').
    I can received the same Production Order through SBO without an error.
    Suggestions?
    Thanks

    Because I am concerned about eliminating Labor from the Bill Of Material and its effect on the 'Acutal Product Cost' when I create a Production Order I set up a test.
    I created two Finished Goods Inventory Items with similar Bills of Material.  Both included a Labor component (non-inventory item).  The difference though, is one Labor component has an Item Type of Labor and the other Labor component has an Item Type of  'Items'
    Next, I create a Work order for each of the finished items.  Then I did a receipt from Production and closed the Work Orders.
    Looking at the Production Order summary, the Finished Good had an 'Actual Additional Cost' that was non-zero for the Finished Good that had a Labor component of the 'Items'; the other Finshed Good had a zero 'Actual Additional Cost'.  These seems in conflict with the eLearning segment on Production.
    At this point is this a different Forum?

  • Data Collection task error (Item  is not defined in Cons Chart of Accts 01)

    Dear Experts,
    While executing Data collection task, I am getting error "Item  is not defined in Cons Chart of Accts 01", What could be the reason?
    (Many Items are getting collected in target, but at the topline this error is been shown)
    Regards
    Ritesh M

    Thans Dan,
    I have gone in the program UGMDSYNC, and getting few Gls which have not assigned Cons Chart  of account.
    Kindly tell me how to assign chart of account to these GL account?

  • Transaction launcher, get error Starttransaction is not defined

    Hi, I am trying to create a new link in the navigation bar that should call ITS and a customer created transaction in CRM. We have been doing it before and these links are working, but now trying to create another link in the navigation bar, I gets an error
    "Starttransaction is not defined". In the Handleclass created with the transaction launcher I gave it the name ZCL_filarkiv. When I did that I got an syntax error "There is a syntax error in class zcl_filarkiv". When I goes to SE80 in order to check the class, I can see several errors, I correct them and add a call in the method IF_CRM_IC_ACTION_HANDLER~PREPARE_DATA_FLOW in order to call the ITS and our customerdefined class. The code added is:
            ICWEBCLIENTBORKEYPARAMETER =
      'ZARKIV'. "#EC NOTEXT
      me->set_container_object(
        iv_name        = '<MAINOBJ>'
        iv_object_key  = ICWEBCLIENTBORKEYPARAMETER
        iv_object_type = gv_bortype
    The transaction ZARKIV is working calling it directly in CRM.
    The syntax errors disappears and I can activate the class without problems. But when trying to use the link, I get the error "Starttransaction is not defined". Also other links that have been working before now gets an error "Error in the starttransaction ZCL_filarkiv.
    I do not have a clue what the problem could be. Is there a step that I have missed to do? Thank you for your help, regards Lena

    Found out that xpath.js wasn't uploaded correctly. Now that
    it is, it works!

  • FBVB error msg "Transaction not defined for direct call-up"

    Dear Gurus,
    Pls help me on issues below:-
    1.)What is the diff between FBV0 and FBVB?
    2.)When i try to initialize FBVB. I received an error "Transaction FBVB not defined for direct call-up. Can u teach me how to fix it up coz one of my end-user requested this T-code.
    Thanks.

    Nothing needs to be fixed - the transaction is called behind the scenes when the user uses FBV0 to post a parked document.  Users should never call FBVB directly.
    Andrew

  • I am getting a message Internal Error Instacast keys not defined when I open one of the local tv news apps on my iPad. What do I need to do to fix it?

    I am getting an error message "Internal error Instacast Keys not defined" when I open a news app from one of my local tv stations. What is causing this?

    Hello, MommaLloyd24. 
    Thank you for visiting Apple Support Communities.
    Here are the steps I would recommend going through as they should resolve the issue.
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    Jason H.

  • TO confirmation error - item category not defined

    Hi experts,
    We have a HU/WM setup in our warehouse. While i try to confirm the TO i am getting an error 'item category not defined'?
    I am able to confirm the TO's for other orders, this is happenning for a specific group of orders which have a different item category in delivery.
    Any hints when this error will appear?
    Is there any config where we assign the delivery item category with the warehose or any other setting?
    Thanks,
    Harish
    Edited by: Harish RJ on Jan 24, 2011 7:02 AM

    I suggest have a look at OSS note 1464539 - your settings in table T184L might be wrong.
    Is it possible that the batch is determined via WM, during picking? If different batches have been determined for one item, it will cause batch split in your delivery - if settings in T184L are wrong, system cannot cope with it and may throw error message VL324.
    (sorry for duplicate, I was slow a little bit and "Sap: IN" said the same in the meanwhile)
    Edited by: Csaba Szommer on Jan 24, 2011 8:29 AM

  • I keep getting a "reference error:m_caFxTBobj is not defined. pleas help

    I keep getting a "reference error:m_caFxTBobj is not defined. This happens every time I go to a new tab.Please help

    Usually caused by an add-on that is either incompatible with Firefox or one that wasn't updated completely by its' developer. The former can happen when the Addon Compatibility Reporter extension is used "across the board", instead for each extension along with testing each extension.
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • 1065 Error: MouseCursor is not defined

    I'm getting this error but only in IE9. The flash file works fine in all other browsers including IE7.
    Here is the webpage: www.webdevpractice.com/genoptix
    I needed to change the speed of the transitions and link each of the 3 images and make them clickable. My ActionScript knowledge is negligible but I usually figure out what I need to do. Here is the code I wrote for the first image which was converted to a mc and named f1:
    f1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage);
    function fl_ClickToGoToWebPage(event:MouseEvent):void
        navigateToURL(new URLRequest("nexcourse_breast_IHC4.html"), "_self");
    The code for the other two images is the same except for the name of the mc and the link. This worked well except the cursor did not change to indicate a link. So, I added the following code:
    f1.addEventListener(MouseEvent.MOUSE_OVER, fl_MouseOverHandler);
    function fl_MouseOverHandler(event:MouseEvent):void
              Mouse.cursor = MouseCursor.BUTTON;
    All is well in all browsers except in IE9. In that browser, I get the following error:
    ReferenceError: Error #1065: Variable flash.ui::MouseCursor is not defined.
         at flash_fla:MainTimeline/fl_MouseOverHandler()
    I am hoping this is an easy fix for someone who in an ActionScript expert. Please share your solution.
    John

    Make sure that your IE9 has Flash 10.2 or later plugin.

  • Error Infosource is not defined in the source system

    I am extracting data into ODS. It was running perfectly till now. But today i am getting this error.and for all packages i run. whether it is transaction data or master data.
    I replicated the DataSource and activated all the objects and transfer structure.but still getting the same error.
    I even created a new DataSource and infosource but still the error persists. please help me in this matter.
    Thanks

    the data is extracted from BW system itself (Self System).
    there are three tables linked to each other.I have created an infoset query and creted datasource on that infoset query.
    the source system is the same bw system.
    The detailed error report is -
    InfoSource  is not defined in the source system.
    Message no. R3005 
    Diagnosis
    The InfoSource  specified in the data request, is not defined in the source system.
    System response
    The data transfer is terminated.
    Procedure
    In the Administrator Workbench of the Business Information Warehouse, update the metadata for this source system, and delete the InfoPackages belonging to InfoSources that no longer existing .

  • Error: Infoobject is not defined in the source system

    hi
    (I posted this in other forums as well - but wondering, it it should be here in BCT/Extractors - I could use more help).
    this is my issue:
    I am trying to load master data (attr) for an infoobject.
    But, it fails with the following error message (when I click on the "Error message" button on the "monitor" screen.
    "Infoobject is not defined in the source system"
    "Erros in source system".
    (I did rsa3 and find it has some data + i checked on the base table as well, it has data; the datasource is from an SRM system) Why is it complaining like this.
    any help on what could be wrong here? Pl let me know,
    thanks

    Thanks Ricardo,
    I have tried that b4. and it says the "source system connection is OK".
    any other idea?
    Do I have to install the infoobjects on the source system as well? SRM is my source system.. I am not sure on that, but If I have to, how do I do that?
    thanks
    Message was edited by: Esan

  • Error Document type "" not defined

    Hi All,
    I am getting below error message when i am trying to see the output of a query build on Infoset in SAP R3 system.
    The Infoset is build on top of BKPF,BSEG and EKPO Tables.
    Document type  not defined
    Message no. F5814
    Diagnosis
    Financial Accounting service: document type "" was not found in the document type table. There are two possible causes:
    document type "" has not been set up in FI customizing
    document type is supplied incorrectly from the calling application
    System Response
    System error.
    Procedure
    There are two possible measures:
    set up document type "" in FI customizing
    system error within the calling application - get in contact with the SAP Hotline Service.
    Any input on above issue will be of great help.
    Regards,
    Anjali Singh

    Hi Anjali,
    In which system you are getting this error? Development or Production?
    I think you have doc. type just in BKPF (Accounting documents headers). Check if you have any record with document type blank.
    You can use t code SE16N for this issue. When you are setting filter on field "document type" (BLART) you can see the list of values. Check if there is any blank item
    Regards,
    Omid

  • While click on document shows error"document type not defined"

    HI
    we have folder structure in  DMS like:
    public folder->engineering folder->design folder->document(any)
    while i am clicking on document it shows error msg document type not defined
    please let me know why this error occur

    Hi,
    Since you are using document structure functionality, You are require to create an public folder initially and private folder for each user which is specific to user ID.
    If you dont want to create private folder you can select "Select document Via in CV03N screen and select only" Selection screen " and not browser.
    If the above changes is done then system will not through an error from CV03N screen"document type not defined"
    reward points if useful.
    Rgds,
    Nayeem.

Maybe you are looking for