Error in tree

I am trying to work with the trees, but when i compile it FRM-32089 error comes.
Can anybody tell me what this error is?
Dipin

When you create a tree item in a block, this item has to be alone in the block.
If you want to create other items, create another block.
Hernan

Similar Messages

  • KMC Error- Internal Error in Tree Structure

    Hi,
    I am getting this error in my DefaultTrc.log file and am not able able to make out what it is coming for. I have installed EP6 SP9 with patches and KMC sp9 with patch2.
    Also i have configured muliple LDAP servers for UME. The LDAP connection and user maintenance is working fine. But i get this error in my log files.
    Also the installation is a distributed WebAS installation.
    Here is the error i am getting
    RegisterNode</Applications/KMC/Repository Framework/Components/Repository Managers/ume/Creation>: com.sap.mona.api.JMonException: com.sap.mona.api.JMonAPIException: Internal error in tree structure.
    Can Anyone tell me if they are getting any such errors.
    Any solutions?
    Regards,
    Hassan

    Hi Hassan,
    you might want to log a support message to SAP about this and (there as well as here) add information about the used LDAP technology and involved opereating systems.
    Regards,
    Karsten

  • Error in Tree's code

    Hi Guys!,
    I am creating the tree for my apex page and in that want to use different values stored in my database tables; for my need I am using the joint sql for the tree(code is given below), which I think is ok with APEX TREE.
    In below code:
    a.TO_VALUE is giving the name of the image,stored on drive for different types of nodes.
    c.GRP_NAME is returning the name of the node.
    select
    c.DOC_GRP_ID id,
    c.PARENT_DOC_GRP_ID pid,
    CASE when DOC_GRP_ID <> :P5_DOC_GRP_ID OR :P5_DOC_GRP_ID is null
    THEN
    '<img src="#WORKSPACE_IMAGES#'||a.TO_VALUE||'.gif>
      <span style="font-weight:normal">'||c.GRP_NAME||'</span>'
    ELSE
    '<img src="#WORKSPACE_IMAGES#'||a.TO_VALUE||'.gif>
      <font color="BLACK"><i>'||c.GRP_NAME||' >></i></font>'
    END AS name,
    'f?p=&APP_ID.:5:&SESSION.::NO::P5_DOC_GRP_ID:'||c.DOC_GRP_ID link,
    null a1,
    null a2
    from DOC_GRP_V c,TRNL_GRP_MBR a,TRNL_GRP b
    where a.from_value= c.TYPE_CD
    and b.TRNL_GRP_ID =a.TRNL_GRP_ID
    and b.FIELD_NM='DOC_TYPE_ICON'
    order by c.TYPE_CD desc,c.GRP_NAME
    But this code is not working; could you help me in fixing this one? In case, you need any further information to give me hand, please feel free to inform me about that.

    Hello,
    But this code is not working; Saying "is not working' gives us next to no help...what exactly is not working? Does it not give you the results you expect? Does it error? Does it do nothing? etc etc...
    Remember the more information you give us, the better placed we are to help you.
    John
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

  • Shared Services 9.3.1 error - "...error loading tree data"

    We have recently upgraded to version 9.3.1 and have been using it for several months now.
    This past week, when logging in to Shared Services, we are suddenly experiencing a pop up with an error that says "There was a communication error while loading tree data".
    Has anyone seen this error, and why would it suddenly start appearing when everything has worked for months and no changes have been applied?
    Thanks for any advice, I will post screens and some sections from log files soon...

    We are also facing the issue while accessing the Hyperion Planning 9.3.1 application from Workspace. But it allows us to access it through planning URL. The workspace classic administration for planning works perfectly fine. Let me know in case you get any solution.

  • Error deploying Tree By Nesting Table Column

    Hi
    Im using Tree By Nesting Table Column. When I deploy the application, I get the following exception:
    [code]
    java.lang.NullPointerException
         at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.TableAdapter$TreeTableRows._initialize(TableAdapter.java:9703)
         at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.TableAdapter.setViewAndNodeElement(TableAdapter.java:345)
         at com.sap.tc.webdynpro.clientserver.uielements.adaptmgr.URAdapterManager.getAdapterFor(URAdapterManager.java:285)
         at com.sap.tc.webdynpro.clientserver.uielements.adaptmgr.URAdapterManager.getAdapterFor(URAdapterManager.java:93)
         at com.sap.tc.webdynpro.clientserver.uielements.adaptbase.AbstractAdapter.getAdapterFor(AbstractAdapter.java:495)
         at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter$Items.getControl(FlowLayoutAdapter.java:368)
         at com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.renderFlowLayoutItemFragment(FlowLayoutRenderer.java:252)
         at com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.renderFlowLayoutFragment(FlowLayoutRenderer.java:208)
         at com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.render(FlowLayoutRenderer.java:47)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:435)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:134)
         at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:627)
         at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.render(ScrollContainerRenderer.java:72)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:435)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:134)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.UiWindowRenderer.render(UiWindowRenderer.java:52)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:435)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:134)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendHtml(HtmlClient.java:1025)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.fillDynamicTemplateContext(HtmlClient.java:455)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse(HtmlClient.java:1172)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.retrieveData(HtmlClient.java:217)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRetrieveData(WindowPhaseModel.java:595)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:157)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:344)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:298)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:705)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:659)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:227)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:150)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:56)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:40)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    [/code]
    What could be wrong?
    Thanks
    oj

    Hi
    There is no missing value in the property of the MasterColumn element. My context is like this:
    Cardinality:0...n, Selection 0...1 for all nodes
    HeaderData
       |-HeaderID
       |-HeaderText
    SubnodeData
       |-HeaderID
       |-SubnodeText
    SubNode
       |-Children (recursive Node - SubNode)
       |-SubnodeText
    Expanded (boolean)
    Im still getting the error. Im on NW2004s, SP06, using NWDS 7.0.06.
    Could there be a problem with the java runtime? if so, what should I do?
    Thanks
    oj

  • Error in Tree Code

    I have the following code which is supposed to return a subset of a tree:
    public class BSTSet extends BinarySearchTree {
         private boolean check;
         public Bag subSet(Object start, Object stop){
              LinkedList set = new LinkedList();
              for(Enumeration e = elements(); e.hasMoreElements(); ){
                   if(isNumber(e.nextElement(), start)){
                        set.addElement(e.nextElement());
                   if(isNumber(e.nextElement(), stop)){
                        set.removeElement(e.nextElement());
              return set;
         public Bag headSet(Object stop){
              LinkedList set = new LinkedList();
              for(Enumeration e = elements(); e.hasMoreElements(); ){
                   if(isNumber(e.nextElement(), stop) == false){
                        set.addElement(e.nextElement());
              return set;          
         public Bag tailSet(Object start){
              LinkedList set = new LinkedList();
              for(Enumeration e = elements(); e.hasMoreElements(); ){
                   if(isNumber(e.nextElement(), start)){
                        set.addElement(e.nextElement());
              return set;     
         public boolean isNumber (Object left, Object right) {
              Integer ileft = (Integer) left;
              Integer iright = (Integer) right;
              if (ileft.intValue() >= iright.intValue())
                   return check = true;
              if (ileft.intValue() < iright.intValue())
                   return check = false;
              return check;
    I get a java.lang.ClassCastException: java.lang.String exception when I compile it and I have
    no clue why that is. Can anyone help me? Thanks.

    Probably because the objects in the tree are Strings but you are trying to cast them to Integers.

  • Error in tree data, i use forms 6i

    dear sirs,
    i have problem that the tree appear to me not right when the value of :v_trtype is 1 or 2
    and here is the code and please anybody help me
    select 1,level,location_name,decode(level,1,'OPEN',' ') v_icon,location_no
    from stk_locations
    where stk_no = :TRNH9.stk_no and :v_trtype = 1 connect by prior new_location_no = new_location_parent
    start with new_location_parent is null
    union
    select 1,level, get_full_loc_name(stk_no,location_no) location_name,
    decode(level,1,'OPEN',' ') v_icon,location_no
    from stk_locations l
    where stk_no = :TRNH9.stk_no and :v_trtype = 2
    and location_no in (select location_no from stkloc_bal
    where stk_no = l.stk_no
    and item_no = :TRND10.item_no
    union
    select location_no from stkloc_bat
    where stk_no = l.stk_no
    and item_no = :TRND10.item_no)
    connect by prior new_location_no = new_location_parent
    start with location_parent is null

    ok
    my table structure is
    STK_NO NOT NULL NUMBER(6)
    LOCATION_NO NOT NULL VARCHAR2(100)
    SEGMENT1 VARCHAR2(100)
    SEGMENT2 VARCHAR2(100)
    SEGMENT3 VARCHAR2(100)
    SEGMENT4 VARCHAR2(100)
    SEGMENT5 VARCHAR2(100)
    LOCATION_TYPE VARCHAR2(50)
    CREATED_BY VARCHAR2(30)
    CREATED_DATE DATE
    CHANGED_BY VARCHAR2(30)
    CHANGED_DATE DATE
    CREATE_ALPHA_USER VARCHAR2(50)
    MODIFY_ALPHA_USER VARCHAR2(50)
    BLOCKED NUMBER(1)
    LOCATION_NAME VARCHAR2(100)
    LAST_CHILD NUMBER(1)
    LOCATION_PARENT VARCHAR2(100)
    SEG_ID NUMBER(2)
    LOC_LEVEL NUMBER(2)
    INPUT_AREA NUMBER(10)
    PICKING_AREA NUMBER(10)
    G_HEIGHT NUMBER(15,3)
    G_WIDTH NUMBER(15,3)
    G_DEPTH NUMBER(15,3)
    NEW_LOCATION_NO VARCHAR2(100)
    NEW_LOCATION_PARENT VARCHAR2(100)
    data
    select select STK_NO,LOCATION_NO,LOCATION_NAME,LOCATION_PARENT
    from stk_locations
    STK_NO LOCATION_NO LOCATION_PARENT
    1 1
    1 1/1 1
    1 1/1/1 1
    1 1/1/1/1 1
    1 2/1/1/1 1
    1 2/1/1 1
    1 1/2/1/1 2
    1 2/2/1/1 2
    1 2/1 1
    1 1/2/1 2
    1 1/1/2/1 1
    1 2/1/2/1 1
    1 2/2/1 2
    1 1/2/2/1 2
    1 2/2/2/1 2
    1 2
    1 1/2 2
    1 1/1/2 1
    1 1/1/1/2 1
    1 2/1/1/2 1
    1 2/1/2 1
    1 2/2/1 2
    1 1/2/2/1 2
    1 2/2/2/1 2
    1 2
    1 1/2 2
    1 1/1/2 1
    1 1/1/1/2 1
    1 2/1/1/2 1
    1 2/1/2 1

  • Error printing : Tree connect failed (NT_STATUS_DUPLICATE_NAME)

    We have a Kyocera printer that uses a queue on Windows server of Equitrac.
    To configure the printer perform the following configuration in system preferences:
    Printer and fax
    Add a printer "+"
    Customize Toolbar
    Add the Advanced Menu
    Select Type: Windows
    URL: smb: / / user: password @SECTORIALES/128.90.249/kyoceraMAC
    Select your printer model
    Macs are not in domain. Each time we need to change the password we have to delete the printer and recreate it.
    But we fail message:
    Tree connect failed (NT_STATUS_DUPLICATE_NAME)
    I need help
    Please.
    Jorge

    Your syntax looks incorrect. If you are using the IP address of the Windows print server (which also appears to be incorrect but I suspect that is just a typo) then you also don't need the domain name - which I assume is SECTORIALES. If this name is the computer name then you don't need the IP address and the computer name - just one of them is sufficient.
    So the URL should be
    smb://user:password@IP_address/share_name

  • Error moving tree item (SP05 5.5.42.65)

    Hi all
    Im using SP05 5.5.42.65 / DB2 UDB Ver 8.02 Fix Pack 12 / Win 2003 Server 64 bits.
    My problem is in the hierarchy mode when i try to drang and drop OR delete an item, this message appear:
    <b>No query results returned., Version 5.5 SP5 (5.5.42.65)</b>
    The thing is that i tested in my localhost and doesn't occur (my laptop has Win XP Ver. 2002 Service Pack 2 / SQL Ver. 8 / SP05 5.5.42.65
    Any suggestion?
    10x
    Pp.

    Hi, that´s it
    thank you very much !!!
    it works again
    by

  • Metadata Load - Invalid tree insertion point error

    Does any one know what this error means when you get it trying to load a metadata file? Invalid tree insertion point error
    Renaming members...
    Scenario
    Entity
    Account
    Custom1
    Custom2
    Custom3
    Custom4
    Currency
    [ConsolMethods]
    No consolidation method section
    Currencies...
    Currencies OK
    Entities...
    Error: Invalid tree insertion point
    Error: Invalid tree insertion point
    Load ended at: 12:39:40
    Elapsed time: 00:00:18

    Hi all,
    I have a question,
    Have you tried to rearrange the hierarchies and move a lower generation parent higher in dimension?
    So, for example:
    Current tree:
    Parent 1
         Parent2
              Base
    New tree:
    Parent2
         Parent1
              Base
    Regards,
    Thanos

  • ATP Tree Structure error -MATP

    Hi Experts,
    I am testing MATP with RBA, I could not see the planned orders in ATP tree structure once I saved the sales order in ECC.
    Scenario -
    I have product  A (header) and A1 & A2 are the components of product A (Header)
    I have stock on component A1 - 100 & component A2 - 100, STOCK on header material A -0
    I have created sales order for header material A - customer requested  quantity 201.
    THEN system is confirming the sales order only for 100 qty because the components A1 & A2 stock available only 100.
    I can see the dependent demand in rrp3 for Components A1 and A2
    I can see the planned order in rrp3 for header material A
    BUT I could not see any planned orders either in /SAPAPO/RRP_ATP2PPDS - Conversion ATP Tree Structures -> Production Planning OR
    /SAPAPO/ATREE_DSP - ATP Tree Structures
    below is the error message I am getting in the transaction -/SAPAPO/RRP_ATP2PPDS - Conversion ATP Tree Structure
    What could be the wrong in the above case.. can you please suggest.. Advance thanks for your information.

    Hi Experts,
    Can someone please help in the below ATP Tree Structure error-
    I am not able to covert the sales orders from the ATP Tree Structure
    The error message as below - Transaction - /SAPAPO/RRP_ATP2PPDS - Conversion ATP Tree Structures -> Production Planning
    Can you just help me what could be the wrong in the setting and how to make the sales orders to be converted from this transaction /SAPAPO/RRP_ATP2PPDS
    Error appears when I convert the sales orders from the ATP Tree Structure as below -
    ''The successor reqmts groups of the ATP tree structure were not converted''
    Conversion canceled with error
    ATP tree for sales order xxxx, item xx could not be converted
    Thanks,

  • Trying to save as PDF/A-1a: "Structure tree root entry missing" and "MarkInfo missing"

    I would like to convert born-digital documents originally created in Word 2007 to the PDF/A-1a standard.
    From Word, I am only able to Print to PDF/A-1b. I did that, opened the resulting PDF in Adobe Acrobat 9.3 Professional, and tried running the Preflight to save the PDF as a PDF/A-1a. I received the following two errors:
    "Structure tree root entry missing"
    "MarkInfo missing"
    I'd like to know if there's a way I can remedy this situation, either from the Word doc or the PDF doc. Thank you.

    I imagine that the original poster would like for a solution that simple to work.  I also imagine that s/he gets the same error message I do every time I try to create a PDF from a Word document in the suggested way:
    "Acrobat could not open '[file name].doc' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded).
    To create an Adobe PDF document, go to the source application. Then print the document to Adobe PDF or use the Acrobat toolbar found in Microsoft Office applications."
    Is there any way to convert the PDF you get from printing to PDF to PDF/A-1a successfully?

  • Error in Running LEX Program

    hi Friends,
    I'm using Solaries 5.2, I have a lex program which is already running in MainFrame, It is compiled in MVS compiler. When I try to use the same program without any change, I face the following errors.
    Error: Parse Tree too big
    in my decleration section, I found these lines,
    %s RTE
    %e 6000
    %n 1500
    %p 27000
    and I changed the above value to default one, no use. I get the same error. So I decide to increase the values to
    %s RTE
    %e 600000
    %n 150000000
    %p 270000000
    %k 600000
    after these, parse tree too big error get solved. But now i'm facing a new error, which I dont know how to solve.
    The error i'm getting now is
    Error: Too many positions for one state - acompute
    please provide me a solution for this.
    apart from this is there anything I have to note on while converting from Mainframe to Solaries?

    Yes I run the java program in the same folder where the class file is reside.
    I can confirm that there is no problem with the class file cause I had run it in another machine and it did work.
    Thanks.

  • Help needed in drag and drop of Flex tree

    Hi,
    We have an application which allows drag and drop between
    multiple
    trees and lists.
    Here are the steps I follow to refresh on drag and drop:
    1. Dispatch a custom event which calls server.
    2. On successful response from server I change the model
    which is
    data provider for the tree.
    3. Then, set a flag which triggers 'invalidateDisplayList'
    and 'invalidateList' for tree (and other listeners).
    4. The tree refreshes fine. But as soon as I drag and drop
    between
    trees again, I get this error in Tree.as:
    TypeError: Error #1010: A term is undefined and has no
    properties.
    at mx.controls::Tree/::updateDropData()
    at mx.controls::Tree/calculateDropIndex()
    at mx.controls.listClasses::ListBase/showDropFeedback()
    at mx.controls::Tree/showDropFeedback()
    The behaviour is weird, sometimes the browser hangs and stops
    responding.
    I am calling 'contentTree.showDropFeedback(event)' in my
    dragOver
    event listener which is triggering error.
    My tree data provider is a custom class which has 'children'
    array
    collection attribute.
    Any help on how to resolve this issue would be highly
    appreciated.
    Thanks in advance,
    Sujatha

    the major restrictions in its implemented only in
    jdk1.1.Why!

  • Af:tree table Server Exception During PPR#10

    Hi,
    I am using jdev 11.1.1.4.
    I am facing error in tree table.I have used af:inputtext in nodestamp facet.
    My page is running successfully, but when I click on show hierarchy arrow from context menu it's giving the following error.
    RegistrationConfigurator> <handleError> ADF_FACES-60096:Server Exception during PPR, #10
    java.lang.ClassCastException: oracle.adfinternal.view.faces.renderkit.rich.TreeRendererUtils$2 cannot be cast to javax.faces.component.EditableValueHolder
    at org.apache.myfaces.trinidad.component.StampState$EVHState.restoreRowState(StampState.java:456)
         at org.apache.myfaces.trinidad.component.StampState.restoreStampState(StampState.java:128)
         at org.apache.myfaces.trinidad.component.UIXCollection.restoreStampState(UIXCollection.java:913)
         at org.apache.myfaces.trinidad.component.UIXTreeTable.restoreStampState(UIXTreeTable.java:379)
         at org.apache.myfaces.trinidad.component.UIXCollection._restoreStampState(UIXCollection.java:1508)
         at org.apache.myfaces.trinidad.component.UIXCollection.postRowDataChange(UIXCollection.java:747)
         at org.apache.myfaces.trinidad.component.UIXCollection.setRowKey(UIXCollection.java:426)
         at oracle.adfinternal.view.faces.renderkit.rich.TreeRendererUtils$2$1.encodeAllChildren(TreeRendererUtils.java:961)
         at oracle.adfinternal.view.faces.renderkit.rich.PopupRenderer.encodeAll(PopupRenderer.java:776)
         at oracle.adfinternal.view.faces.renderkit.rich.TreeRendererUtils$2$1.encodeAll(TreeRendererUtils.java:902)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at oracle.adfinternal.view.faces.renderkit.rich.TreeRendererUtils.encodeSelectorPopup(TreeRendererUtils.java:1069)
         at oracle.adfinternal.view.faces.renderkit.rich.TreeTableRenderer.encodeAll(TreeTableRenderer.java:588)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at org.apache.myfaces.trinidad.component.UIXCollection.encodeEnd(UIXCollection.java:529)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adf.view.rich.render.RichRenderer.encodeStretchedChild(RichRenderer.java:2004)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelBoxRenderer.access$100(PanelBoxRenderer.java:34)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelBoxRenderer$ChildEncoderCallback.processComponent(PanelBoxRenderer.java:2219)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelBoxRenderer$ChildEncoderCallback.processComponent(PanelBoxRenderer.java:2202)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
         at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
         at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelBoxRenderer._encodeAllChildren(PanelBoxRenderer.java:1344)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelBoxRenderer._renderContentRow(PanelBoxRenderer.java:1265)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelBoxRenderer.encodeAll(PanelBoxRenderer.java:348)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeCenterFacet(PanelStretchLayoutRenderer.java:769)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeCenterPane(PanelStretchLayoutRenderer.java:1140)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer._encodeMiddlePanes(PanelStretchLayoutRenderer.java:348)
         at oracle.adfinternal.view.faces.renderkit.rich.PanelStretchLayoutRenderer.encodeAll(PanelStretchLayoutRenderer.java:313)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:415)
         at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:220)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:399)
         at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:415)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1181)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:933)
         at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:266)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:197)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:777)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:293)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:213)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    If I use output text in nodestamp facet, whole thing is working fine.
    Here is my jspx code
    <af:treeTable value="#{bindings.Department.treeModel}" var="node"
    selectionListener="#{bindings.Department.treeModel.makeCurrent}"
    rowSelection="single" id="tt1" width="500">
    <f:facet name="nodeStamp">
    <af:column id="c1">
    <af:inputText value="#{node.deptname}" id="ot1" />
    </af:column>
    </f:facet>
    <f:facet name="pathStamp">
    <af:outputText value="#{node}" id="ot2"/>
    </f:facet>
    <f:facet name="header">
    <af:outputText value="Employee Id"/>
    </f:facet>
    <af:outputText value="#{node.ID}"/>
    </af:column>
    <af:column>
    <f:facet name="header">
    <af:outputText value="EmpName"/>
    </f:facet>
    <af:outputText value="#{node.empName}"/>
    </af:column>
    <af:column>
    <f:facet name="header">
    <af:outputText value="Addr"/>
    </f:facet>
    <af:outputText value="#{node.city}"/>
    </af:column>
    </af:treeTable>
    Thanks
    Deepthi

    I didn't notice that example was using a tree instead of a treeTable. I change mine to use a tree and was able to successfully get it to commit data as well as click the show Hierarchy menu without getting an exception.
    I want to switch to edit mode on a double click not a single click and had that working when I used a treeTable but it now causes an infinite ADF loop when I refresh the table to show the row as editable.
    I'm using readOnly="#{node.editMode ne true}"/>
    I'm also am seeing that row selection highlighting does not display on the outputText. It does if I use a inputText.
    I'm getting close though. Thanks again for getting me past that hurdle.

Maybe you are looking for