Component Palette Exception

Each time i try to open the component palete i get this exception :
java.lang.NullPointerException
     void oracle.ideimpl.palette.PaletteImpl.populate()
          PaletteImpl.java:240
     void oracle.ideimpl.palette.PaletteWindowImpl.checkIfPopulated()
          PaletteWindowImpl.java:323
     void oracle.ideimpl.palette.PaletteWindowImpl.show()
          PaletteWindowImpl.java:364
     boolean oracle.ideimpl.palette.PaletteManagerImpl.handleEvent(oracle.ide.IdeAction, oracle.ide.addin.Context)
          PaletteManagerImpl.java:174
     void oracle.ide.IdeAction$1.run()
          IdeAction.java:579
     void java.awt.event.InvocationEvent.dispatch()
          InvocationEvent.java:154
     void java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent)
          EventQueue.java:337
     boolean java.awt.EventDispatchThread.pumpOneEventForHierarchy(java.awt.Component)
          EventDispatchThread.java:131
     void java.awt.EventDispatchThread.pumpEventsForHierarchy(java.awt.Conditional, java.awt.Component)
          EventDispatchThread.java:98
     void java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional)
          EventDispatchThread.java:93
     void java.awt.EventDispatchThread.run()
          EventDispatchThread.java:85
If you know somehow what the problem is please i would thanks. I'm using the 9.0.3.
Daniel Campelo

Hi Daniel,
I had the same problem.
Try it:
1-Backup the pallete.xml file located into <jdev install dir>/systemX.X.X.XXXX (X.X.X.XXXX is the version number)
2-Copy the pallete.xml file located into <jdev install dir>/multi/system to <jdev install dir>/systemX.X.X.XXXX
I hope this help
Rafael Farias

Similar Messages

  • JDeveloper NullPointerException at View Component Palette

    Hi everybody...
    The JDeveloper 9.0.3 is throwing an exception when I try to view the Component palette from the main menu or Ctrl+Shift+P command.
    The exception is as following:
    java.lang.NullPointerException
         void oracle.ideimpl.palette.PaletteImpl.populate()
              PaletteImpl.java:240
         void oracle.ideimpl.palette.PaletteWindowImpl.checkIfPopulated()
              PaletteWindowImpl.java:323
         void oracle.ideimpl.palette.PaletteWindowImpl.show()
              PaletteWindowImpl.java:364
         boolean oracle.ideimpl.palette.PaletteManagerImpl.handleEvent(oracle.ide.IdeAction, oracle.ide.addin.Context)
              PaletteManagerImpl.java:174
         void oracle.ide.IdeAction$1.run()
              IdeAction.java:579
         void java.awt.event.InvocationEvent.dispatch()
              InvocationEvent.java:154
         void java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent)
              EventQueue.java:337
         boolean java.awt.EventDispatchThread.pumpOneEventForHierarchy(java.awt.Component)
              EventDispatchThread.java:131
         void java.awt.EventDispatchThread.pumpEventsForHierarchy(java.awt.Conditional, java.awt.Component)
              EventDispatchThread.java:98
         void java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional)
              EventDispatchThread.java:93
         void java.awt.EventDispatchThread.run()
              EventDispatchThread.java:85
    Thanks
    What can I do to fix it?
    Rafael

    BUMP
    Just wanted to inform that I ran into the same problem. Derek's solution solved my problem. I noticed that before applying this fix my own palette.xml was 0 bytes in size.
    Using JDev 9.0.3.3 on a W2K3 TS.

  • Unable to add component palette in jdeveloper

    Hi,
    Im unable to add component palette in jdeveloper, it is giving exception and the stack trace is here below, pls let me know the solution.
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    java.lang.NullPointerException
         at oracle.ideimpl.palette.PaletteImpl.populate(PaletteImpl.java:240)
         at oracle.ideimpl.palette.PaletteWindowImpl.checkIfPopulated(PaletteWindowImpl.java:323)
         at oracle.ideimpl.palette.PaletteWindowImpl.show(PaletteWindowImpl.java:364)
         at oracle.ideimpl.palette.PaletteManagerImpl.handleEvent(PaletteManagerImpl.java:174)
         at oracle.ide.IdeAction$1.run(IdeAction.java:579)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)

    Try copying the palette.xml file from jdev\multi\system to your system directory( jdev\system(9....). Also, what system are you using?

  • NullPointerException when trying to display component palette 903

    I just downloaded the production release, and took the jClient partition tutorial after completing
    JClient Form wizard I got nullpointerexception.
    This exception is from the IDE and not while running the program.
    And also when I try to display the Component palette I get the same exception.
    After creating the jClient Frame jdeveloper opens the UIEditor for editing, and also displays component palette
    if not visible, So whenever I create a new frame I am getting the exception.
    I restarted the IDE but nothing is working, I just tried View Component palette, again NullPointerException.

    this is the stack trace,
    What a cool IDE it is displaying the exception in a big alert box.
    java.lang.NullPointerException
         void oracle.ideimpl.palette.PaletteImpl.populate()
              PaletteImpl.java:240
         void oracle.ideimpl.palette.PaletteWindowImpl.checkIfPopulated()
              PaletteWindowImpl.java:323
         void oracle.ideimpl.palette.PaletteWindowImpl.show()
              PaletteWindowImpl.java:364
         boolean oracle.ideimpl.palette.PaletteManagerImpl.handleEvent(oracle.ide.IdeAction, oracle.ide.addin.Context)
              PaletteManagerImpl.java:174
         void oracle.ide.IdeAction$1.run()
              IdeAction.java:579
         void java.awt.event.InvocationEvent.dispatch()
              InvocationEvent.java:154
         void java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent)
              EventQueue.java:337
         boolean java.awt.EventDispatchThread.pumpOneEventForHierarchy(java.awt.Component)
              EventDispatchThread.java:131
         void java.awt.EventDispatchThread.pumpEventsForHierarchy(java.awt.Conditional, java.awt.Component)
              EventDispatchThread.java:98
         void java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional)
              EventDispatchThread.java:93
         void java.awt.EventDispatchThread.run()
              EventDispatchThread.java:85

  • Custom Component Palette

    Hi,
    I want to know how can I create my component palette with differents controls. I want that my palette has several JSF components (JSF HTML and ADF Faces Core).
    For example, in my custom palette I have a Table (of ADF Faces Core), a InputText (of ADF Faces Core) and a PanelGrid (of JSF HTML).
    How can I do that? It is possible?
    Thanks
    Diego

    In Tools -> Configue Palette I can only create Component Palette of the following types (css, java, oxd_usc and snippet), but I can't add JSF Components in this types.
    How can I add JSF components in this types?
    Or, which is the type (css, java, oxd_usc, snippet or other) used for add JSF components?
    Thanks
    Diego

  • Component Palette cannot show in Jdeveloper IDE

    I startup Jdeveloper 11g studio edition version 11.1.2.3.0 with all features option selected, but cannot see the Component Palette panel(only can see a grey blank area at the up-right corner in Jdev IDE).
    and when I open the SummitADF application example, click the index.jspx file, in the opened "design" view for index.jspx, only text-style is displayed.
    What's the matter? need helps!
    By the way, I run the jdev in Windows 7.
    Thanks.
    BAO

    It works by "reset window factory settings"-the Component Palette appears now.
    and it also works by selecting memu "View-Component Palette(ctrl+shift+p)".
    but there is still another half problem:
    Even I have startuped the jdev by SELECT ROLE :STUDIO DEVOLOPER(ALL FEATURES) ,
    but when i open/new a *.jspx file, only a text-style component structure is displayed instead of WYSIWYG style display in the opened "design" view.
    --Anyway it's great for i can get help almost on time(in demand) from this forum! many thanks!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Component Palette --- "User Defined Extension Functions" not visible

    I added a User-Defined XPath Extension Function in JDeveloper 11.1.1.3.0 --> Tools > Preferences > SOA As given here http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10224/bp_appx_functs.htm#BEIHEBIJ
    But I am not able see "User Defined Extension Functions" section itself in the component palette. Do I need to enable anything for see the section.
    Can somebody help.
    Thanks

    Hi,
    I am trying to create user defined extension function in JDeveloper 10.1.3.4 to be used with the Oracle ESB.I have followed the documentation provided by the Oracle to resolve this issue without any success can you please help me in providing me the details how did you resolved this issue.
    Anticipating your earliest reply
    regards
    Narasimha

  • ADF Faces not found at Component Palette..

    I am a Tertiary Student currently doing a project using Jdeveloper 11G version 11.1.1.3.0 . I am currently doing a project on Login.jspx. I am unable to select the ADF Faces page from the Component Palette and unable to Locate the Panel Header component in the Layout layer of the Component Palette. May I know is there any other way to be able to locate the ADF Faces Page or the panel header?
    Thanks.

    Make sure you have the 'ADF Faces' and ADF Page Flow' technologies selected to your project.
    Open the ViewController project properties and select the last node in the tree ('Technology Scope'). The two mentioned scopes should be on the selected side to see the stuff you are looking for in the component palette.
    Timo

  • **Missing-Component palette("Partner Link") in Process Activity In BPEL

    I am using JDeloper version 10.1.3.4.0 this is missing some Component palette in Process Activity In BPEL like "Partner Link", Please Tell me which version I should download which is complete, or can I download some add ons.
    thanks
    Yatan

    hi John I have downloaded "Oracle JDeveloper Studio Edition for Windows" however the Partner Link pallet is still missing. please tell .
    thanks
    Yatan

  • Af:panelPage not found in Component Palette

    Hi All,
    I am using JDeveloper 11.1.1.5.0. I am following a hands-on tutorial in book "Oracle JDeveloper for Forms and PLSQL developers" which is using Oracle JDeveloper 10g. It is using af:panelPage facet which is not available in JDeveloper 11g.
    Can someone guide me how to include it in component palette or there is some alternative available with different name?
    Any help will be highly appreciated.
    Thanks in advance
    Bilal

    component palette.. show ADF UI related components when you have ADF Faces. ADF Page Flow shuttled to the right in the project properties.. -> Technology Scope.. ADF ViewController project.. from New Gallery comes with these libraries handy...
    i am not sure about af:panelPage.. in 10g but if you want to use panel then you can have a look at
    af:panelHeader
    af:panelAccordion
    etc in jdev 11g for ADF UI components...

  • Failing to use objects in Component Palette in jsps

    I am using JDeveloper version 9.0.2 on Windows2000 with an Oracle 9i database on Solaris. I have been working through the tutorials and have stumbled across the following problem. I am able to create working BC4J forms and jsps, view objects, and application modules, however, when I open up a jsp in the editor and then open up my Component Palette, I am unable to add any BC4J components (for instance an applicationModule in the BC4J Connections tab). When I do so an empty popup error message appears. I have read through the release notes and the documentation, but have come up short. Does anyone know what I am doing wrong? Missing parameter somewhere? Thank you very much.
    Frank Klock

    Paolo, thank you so much. That was exactly the answer I was looking for. I'm still very new to this tool, so it is these little things that tend to hold me up. I deleted the palette.xml and restarted Jdeveloper so it would recreate the file.
    Regards,
    Frank Klock

  • Component Palette - Is there a way to..?

    The length of the component palette on my JDeveloper 3.1 got reduced for reasons that are not clear to me. I can scroll through the palette to view the components but this is not convenient. When I reinstalled JDeveloper 3.1, the length of the palette does not change when I open the project that I am working on.
    Is there a way to rectify the problem?
    null

    mn,
    Drag the component palette off of the toolbar, resize it to make it wider, then re-dock it (drag it) back onto the toolbar.
    Hope this helps,
    Rob
    null

  • Component Palette

    Does JDeveloper 10g have the provision to register
    custom schemas for the Component Palette?
    For example,
    1. Create a Component Palette page of type XML with
    Tools>Configure Palette.
    2. Add Components to the Component Palette from a
    custom schema.

    Deepak,
    Are you hoping to add pages to the Component Palette to aid in the editing of a custom XML language using the JDeveloper XML Editor? If so, and you have an XML Schema, all you should have to do is register it with JDeveloper via Tools .. Preferences .. XML Schemas, using "xml" as the extension. Then when you open a document that uses your schema, you should automatically have a component palette, plus get code insight, support in the Property Inspector, insertion menus (right-click in the Structure Pane), etc.
    -brian

  • Extension which will provide Custom Soa components from component palette.

    I was asked to created an extension which will aid in helping the development faster and enable following standards strictly.
    So I have to create an extension which will add the following functionality.
    I have to add custom components in component palette which can be dragged dropped in composite editor similar to that of JMS Adapter extra.
    So Can you please look into the requirement and give me some pointers.
    Update: I was able to add a custom component to the component palette with the help cppageprovider example. But the component does nothing.
    I want to know how the drag and dropping is done.
    How to extend BPEL designer to add my own activities palette icon/item? I am stuck at exactly the same point as his.
    I know it is difficult to get an answer during christmas! But I have deadline. :(
    Edited by: Ramasamy gopalan on Dec 26, 2011 11:22 PM
    Edited by: Ramasamy gopalan on Dec 27, 2011 2:08 AM

    Hi,
    while it is JDeveloper owning the extension framework, unfortunately we do not own the composite editor. I'll try and forward your question Oracle internally, but I have no direct access to the developer of the SOA editor extension. I deally you also continue posting to the SOA forum
    SOA Suite
    Frank

  • Add custom JPanel to component palette

    Hi all,
    i created a new JPanel,that extends JPanel class, called MyPanel. Is there a way for me to add this to the component palette?
    I tried adding it to code snippets but that didn't work for me.
    Christoph

    Christoph,
    1. right mouse click onto the component panel
    2. Choose "Palette Properties"
    3. Click "Add" to create a new page
    4. Give it a name of your choice e.g. "My ToolBox"
    5. Type should be Java
    6. Click add on the Components area for "My ToolBox" to search for the component to display
    Frank

Maybe you are looking for