Jdev -Tools -Preference Exception

gurus, in Jdev 11.1.1.5, when clicking on Tools _ Preference i am getting this exception and the window is not opening. Tried restarting JDev but still the same. I was able to open this till yesterday
Jul 21, 2011 5:18:30 PM oracle.ide.controller.IdeAction
SEVERE: Exception peforming action
java.lang.IllegalArgumentException: Attempt to copy from an object of type oracle.jdevimpl.audit.preferences.AuditPreferences to an object of type <null>
     at oracle.javatools.data.HashStructureAdapter.copyTo(HashStructureAdapter.java:95)
     at oracle.javatools.util.ModelUtil.deepCopy(ModelUtil.java:220)
     at oracle.ide.config.ClientSetting.copyToImpl(ClientSetting.java:255)
     at oracle.ide.config.ClientSetting.copyTo(ClientSetting.java:249)
     at oracle.javatools.util.ModelUtil.deepCopy(ModelUtil.java:220)
     at oracle.ide.config.IdeSettings.copyToImpl(IdeSettings.java:203)
     at oracle.ide.config.IdeSettings.copyTo(IdeSettings.java:196)
     at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:783)
     at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:593)
     at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:45)
     at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:317)
     at oracle.ide.controller.IdeAction.performAction(IdeAction.java:556)
     at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:884)
     at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:501)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
     at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
     at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:809)
     at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:850)
     at java.awt.Component.processMouseEvent(Component.java:6289)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
     at java.awt.Component.processEvent(Component.java:6054)
     at java.awt.Container.processEvent(Container.java:2041)
     at java.awt.Component.dispatchEventImpl(Component.java:4652)
     at java.awt.Container.dispatchEventImpl(Container.java:2099)
     at java.awt.Component.dispatchEvent(Component.java:4482)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
     at java.awt.Container.dispatchEventImpl(Container.java:2085)
     at java.awt.Window.dispatchEventImpl(Window.java:2478)
     at java.awt.Component.dispatchEvent(Component.java:4482)
     at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
     at java.awt.EventQueue.access$000(EventQueue.java:85)
     at java.awt.EventQueue$1.run(EventQueue.java:603)
     at java.awt.EventQueue$1.run(EventQueue.java:601)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
     at java.awt.EventQueue$2.run(EventQueue.java:617)
     at java.awt.EventQueue$2.run(EventQueue.java:615)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

chk this
Re: Can't open preferences dialog, I receive the following exception.
can u remove the following entry from preferences.xml in C:\Documents and Settings\user\Application Data\JDeveloper\system11.1.1.4.37.59.23\o.jdeveloper
Item>
<Key>audit-preferences</Key>
<Value class="oracle.jdevimpl.audit.preferences.AuditPreferences">
<assistProfile/>
<auditDuringCompile>false</auditDuringCompile>
<auditWhileEditing>true</auditWhileEditing>
<compileProfile/>
<editorDelay>700</editorDelay>
<maximumFileSize>5.0</maximumFileSize>
<showCodeAssistanceInGutter>true</showCodeAssistanceInGutter>
</Value>
</Item>

Similar Messages

  • JDEV 11G TP3: exception when setting preferences for java code style

    I got this exception when calling the panel in the preferences settings for java code style.
    How to restore it ?
    java.lang.NullPointerException
         at oracle.jdevimpl.style.profile.ProfileModel$ProfileComparator.compare(ProfileModel.java:409)
         at java.util.Arrays.mergeSort(Arrays.java:1284)
         at java.util.Arrays.sort(Arrays.java:1223)
         at java.util.Collections.sort(Collections.java:159)
         at oracle.jdevimpl.style.profile.ProfileModel.<init>(ProfileModel.java:72)
         at oracle.jdevimpl.style.preferences.CodingStylePreferencesPanel.<init>(CodingStylePreferencesPanel.java:144)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at oracle.ide.panels.MetaTraversable.newTraversable(MetaTraversable.java:315)
         at oracle.ide.panels.MetaTraversable.newTraversable(MetaTraversable.java:219)
         at oracle.ide.panels.MDDPanel.getTraversable(MDDPanel.java:1243)
         at oracle.ide.panels.MDDPanel.mav$getTraversable(MDDPanel.java:116)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1506)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1414)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1408)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:525)
         at java.awt.Dialog$2.run(Dialog.java:553)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:551)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:225)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:808)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:593)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:45)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.jdevimpl.vcs.cvs.CVSPreferencesCommand.doit(CVSPreferencesCommand.java:46)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:531)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:784)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:481)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5501)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
         at java.awt.Component.processEvent(Component.java:5266)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3968)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

    I got this exception for menu tools\preference\extensions.
    I erased folder C:\JDeveloper\myDirectory\system11.1.1.0.22.49.49 and the error appeared.
    Jun 12, 2008 11:20:55 PM oracle.ide.panels.MDDPanel exitTraversable
    SEVERE: Exception exiting traversable oracle.ideimpl.extension.preference.ExtensionOptionsPanel[,0,0,485x391,layout=java.awt.BorderLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    java.lang.NullPointerException
         at oracle.ideimpl.extension.preference.ExtensionOptionsPanel.disabledIdsHaveChanged(ExtensionOptionsPanel.java:191)
         at oracle.ideimpl.extension.preference.ExtensionOptionsPanel.onExit(ExtensionOptionsPanel.java:182)
         at oracle.ide.panels.MDDPanel.exitTraversable(MDDPanel.java:1160)
         at oracle.ide.panels.MDDPanel.mav$exitTraversable(MDDPanel.java:116)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1470)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1414)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1408)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:525)
         at java.awt.Dialog$2.run(Dialog.java:553)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:551)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:225)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:808)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:593)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:45)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.jdevimpl.vcs.cvs.CVSPreferencesCommand.doit(CVSPreferencesCommand.java:46)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:536)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:843)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:486)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5501)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
         at java.awt.Component.processEvent(Component.java:5266)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3968)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Message was edited by:
    ericardezp

  • JHeadstart not showing in Tools/Preferences

    JHeadstart not showing in Tools/Preferences.
    I have done exact as in instructions.:
    Unzip JHeadstart10.1.2.0.x.zip (using folder names) to a folder of your choice, >>for example C:\JHeadstart (in the next steps referred to as <JHeadstartHome>). I have unzipped to c:\case\jheadstart
    Find out in which folder JDeveloper 10.1.2 is installed (in the next steps
    referred >>>to as <JDeveloperHome>).
    In <JHeadstartHome>\config\jdevaddins you will find a number of JAR files,
    which need to be installed as plug-ins for JDeveloper. Create a new
    directory <JDeveloper_Home>\jdev\lib\ext\jheadstart and copy the JAR files
    to that directory: You have now extended the JDeveloper 10g IDE with
    JHeadstart specific functionality! My jdev directory is:
    C:\jdev_extract\jdev\
    I have created a directory: C:\jdev_extract\jdev\lib\ext\jheadstart
    If you want to be able to use JHeadstart Designer Generator: in
    <JHeadstartHome>\config\jdevaddins you will also find a file named
    migration.xml. This file must be copied to the system directory of
    JDeveloper, for example: <JDeveloperHome>\jdev\system10.1.2.0.0.1811.
    The exact name of this directory depends on the build number of JDeveloper. There was no such directory I created a directory called:
    C:\jdev_extract\jdev\system10.1.3.36.73
    Because I have JDev version 10.1.3.36.73 copy the *.xml in their.
    I have tried all other "extensions" name like directories and copy the
    migration.xml in their as well. Still did not show under
    Tools/migration
    As the last step, we have to tell the plug-ins where the JHeadstart Home is. Start JDeveloper 10.1.2, go to the menu option Tools - Preferences, select the category "JHeadstart Settings" and enter the JHeadstart Home. It should report a valid JHeadstart Home and show the version and build number.

    This is probably better off posted in the JHeadstart forum but from your post you seem to be trying to use JDev 10.1.3 with JHeadstart as far as I'm aware a 10.1.3 compatible version of JHeadstart has not yet been released and you must therefore use JDeveloper 10.1.2 if you want to use JHeadstart.
    Regards,
    Lisa

  • Jdeveloper 11.1.2.0. Unable to invoke Tools- Preferences

    MacOS 10.6.7
    Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02-334, mixed mode)
    After opening the project migrated from Jdeveloper 11.1.1.4 trying to open Tools->Preferences:
    Jun 15, 2011 9:53:51 AM oracle.ide.controller.IdeAction actionPerformedImpl
    SEVERE: Exception peforming action
    java.lang.IllegalArgumentException: Attempt to copy from an object of type oracle.jdevimpl.audit.preferences.AuditPreferences to an object of type <null>
    at oracle.javatools.data.HashStructureAdapter.copyTo(HashStructureAdapter.java:95)
    at oracle.javatools.util.ModelUtil.deepCopy(ModelUtil.java:220)
    at oracle.ide.config.ClientSetting.copyToImpl(ClientSetting.java:255)
    at oracle.ide.config.ClientSetting.copyTo(ClientSetting.java:249)
    at oracle.javatools.util.ModelUtil.deepCopy(ModelUtil.java:220)
    at oracle.ide.config.IdeSettings.copyToImpl(IdeSettings.java:196)
    at oracle.ide.config.IdeSettings.copyTo(IdeSettings.java:189)
    at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:810)
    at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:618)
    at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:45)
    at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:304)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:710)
    at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:1140)
    at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:617)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:389)
    at com.apple.laf.ScreenMenuItem.actionPerformed(ScreenMenuItem.java:95)
    at java.awt.MenuItem.processActionEvent(MenuItem.java:627)
    at java.awt.MenuItem.processEvent(MenuItem.java:586)
    at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:337)
    at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:325)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:683)
    at java.awt.EventQueue.access$000(EventQueue.java:86)
    at java.awt.EventQueue$1.run(EventQueue.java:639)
    at java.awt.EventQueue$1.run(EventQueue.java:637)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
    at java.awt.EventQueue$2.run(EventQueue.java:653)
    at java.awt.EventQueue$2.run(EventQueue.java:651)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:650)
    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:296)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    Re: Can't open preferences dialog, I receive the following exception.
    can u remove the following entry from preferences.xml in C:\Documents and Settings\user\Application Data\JDeveloper\system11.1.1.4.37.59.23\o.jdeveloper
    Item>
    <Key>audit-preferences</Key>
    <Value class="oracle.jdevimpl.audit.preferences.AuditPreferences">
    <assistProfile/>
    <auditDuringCompile>false</auditDuringCompile>
    <auditWhileEditing>true</auditWhileEditing>
    <compileProfile/>
    <editorDelay>700</editorDelay>
    <maximumFileSize>5.0</maximumFileSize>
    <showCodeAssistanceInGutter>true</showCodeAssistanceInGutter>
    </Value>
    </Item>

  • Crash when selecting "tools - preferences"

    Hello all,
    Hope I'm not repeating a question here - I did a search and couldn't find a similar question.
    After moving from Windows 98 to XP, I'm getting a crash in JDeveloper when selecting "tools -> preferences" (the call chain is attached below). Can anyone help?
    All I need to do is to switch off the highlighting of the current line and the bracket matching - failing a fix for the crash, can this be configured in one of the setup files?
    Many thanks,
    Rich.
    (call chain):
    java.lang.NullPointerException
         at oracle.ide.addin.config.AddinManagerOptions.copyToImpl(AddinManagerOptions.java:151)
         at oracle.ide.addin.config.AddinManagerOptions.copyTo(AddinManagerOptions.java:462)
         at oracle.ide.util.ModelUtil.deepCopy(ModelUtil.java:297)
         at oracle.ide.config.IdeSettings.copyToImpl(IdeSettings.java:137)
         at oracle.ide.config.IdeSettings.copyTo(IdeSettings.java:131)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:313)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:241)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:35)
         at oracle.ide.CommandProcessor.invoke(CommandProcessor.java:363)
         at oracle.ide.CommandProcessor.invoke(CommandProcessor.java:115)
    Long postings are being truncated to ~1 kB at this time.

    Have you down loaded any extensions to your jdev/lib/ext directory?

  • 30EA1--Database Diff not working even after changing Tools Preferences

    Trying to use Database Diff but even after changing Tools > Preferences > Database > Licensing, I still get the error message saying I have to make changes to the Licensing check box. Anyone have a workaround or experience the same problem?

    When you connect to any database error disappears, but still it's a bug.

  • 9i version 9.0.3.1 Tools - Preferences Error

    Hi
    I've installed the base version of Oracle9i JDeveloper, and the documentation seperately on Windows XP Home edition. When I try to select Tools - Preferences to change to Local Documentation, I get the following error:
    java.lang.NullPointerException
         at oracle.ide.addin.config.AddinManagerOptions.copyToImpl(AddinManagerOptions.java:151)
         at oracle.ide.addin.config.AddinManagerOptions.copyTo(AddinManagerOptions.java:462)
         at oracle.ide.util.ModelUtil.deepCopy(ModelUtil.java:297)
         at oracle.ide.config.IdeSettings.copyToImpl(IdeSettings.java:137)
         at oracle.ide.config.IdeSettings.copyTo(IdeSettings.java:131)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:313)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:241)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:35)
         at oracle.ide.CommandProcessor.invoke(CommandProcessor.java:363)
         at oracle.ide.CommandProcessor.invoke(CommandProcessor.java:115)
         at oracle.ide.IdeAction$1.run(IdeAction.java:614)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    Could anyone suggest a fix? It will be much appreciated.
    Thanks
    Ludo

    Hi
    I've installed the base version of Oracle9i JDeveloper, and the documentation seperately on Windows XP Home edition. When I try to select Tools - Preferences to change to Local Documentation, I get the following error:
    java.lang.NullPointerException
         at oracle.ide.addin.config.AddinManagerOptions.copyToImpl(AddinManagerOptions.java:151)
         at oracle.ide.addin.config.AddinManagerOptions.copyTo(AddinManagerOptions.java:462)
         at oracle.ide.util.ModelUtil.deepCopy(ModelUtil.java:297)
         at oracle.ide.config.IdeSettings.copyToImpl(IdeSettings.java:137)
         at oracle.ide.config.IdeSettings.copyTo(IdeSettings.java:131)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:313)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:241)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:35)
         at oracle.ide.CommandProcessor.invoke(CommandProcessor.java:363)
         at oracle.ide.CommandProcessor.invoke(CommandProcessor.java:115)
         at oracle.ide.IdeAction$1.run(IdeAction.java:614)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:448)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    Could anyone suggest a fix? It will be much appreciated.
    Thanks
    Ludo

  • In-Tools Preference Manager

    The In-Tools Preference Manager allows you to set preferences across multiple machines and get back up and running after you "trash preferences".  It's a great tool!
    I am a photographer using ID for wedding albums.  I help a lot of other photographers set up preferences.  So, I am trying to customize a default file.  I am stuck on the preference that sets Fill Frame Proportionally using Center Reference Point.  I would be so grateful if someone could show me the code for this one.  I've searched up and down the default settings file and the ID object model information.  I found some verbiage but can't implement it.
    This is how you do it manually:
    Object > Fitting > Frame Fitting Options: 
      1.  Select center reference point
      2.  Fitting on Empty Frame > Fitting > Fill Frame Proportionally
    Here is the custom file I have created so far:  Album Design
    Oh...one more thing...there seems to be a handful of options for default font.  Any idea how to set Helvetica as the default font?
    Thanks for any help.  And, if you are not familiar with the script you should download it and give it a try.  It's a great tool.

    Hi Braxton,
    I'm glad you like the script!
    There's no need to mess with the xml files (unless you like messing with xml).
    The script will save any preferences that you set -- provided it's one of the preferences that it deals with.
    There's a distinction between preferences and presets in the DOM. The latter is much more difficult to preserve, and the Preference Manager script does not save presets (including the ones for styles and text defaults).
    Tackling presets has been on my "to do" list since I created the script, but never quite got down low enough on the list to actually get to it...
    Application and document Frame Fitting Options are actually probably a preference, but Preference Manager doesn't currently handle that. I don't remember why. Possibly it was an oversight. I'll try to look at it when I have some time...
    Here' my list of what to look at adding:
    displaySettings
    documentPresets
    flattenerPresets
    PDFExportPresets
    PrinterPresets
    characterStyles
    paragraphStyles
    objectStyles
    cellStyles
    tableStyles
    saved search and replaces
    Contents of fonts folder?
    Scripts?
    Workspaces
    Keyboard shortcuts
    Print presets
    Custom dictionary?
    Either way, if you come across preferences which are not preserved, please let me know!
    Harbs

  • SQL Developer Tools/Preferences not saving

    Downloaded SQL Developer 1.5.4 recently. When I go into Tools/Preferences and change any preference and click OK and when I go back in the updates are gone. Defaults are there. I have tried changeing the preference, clicking OK, exiting SQL Developer and opening it up again and the preferences are back to defaults.
    How do I get the preferences to save?

    Hello,
    SQL Developer Forum is here :
    SQL Developer
    Regards

  • Quick selection tool preference

    My quick selection tool has reversed it's default position. Normally, when you open this tool, it's natural position is to add and you have to press alt ( on my pc ) to subtract. Mine is default subtract and you have to hit shift to add. Not a huge problem bit it's annoying. I've looked in preferences and can't see what I've done. It was okay until a couple of days ago ! Can anyone help ? I am using CS5 Windows 7.
    Regards,
    TL.

    Try re-setting the Tool:

  • Tools/Preferences/Code Editor/Link Stored Procedures to Files

    Found this option, sounds promising. Is there for real a way to establish link between a stored procedure code and a file?
    There is gap in help file; it jumps from "Max Open PL/SQL Editors" straight to "Auto-Indent New Lines"
    Sincerely
    Alek

    This is for file-based debugger support (can't locate exact SQL Dev exchange reference). It works the following way. Open file based PL/SQL compilation unit, select connection. Press the "compile with debug" info tool button. Now file based and database units are linked together witnessed by a record in project.qbql file in sql dev preferences directoory. Now you can set breakpoints in file based source and when stepped into a called procedure(s) you'll be directed to file-based sources as well, (provided they are linked the same way).

  • JDEV OA EXTENSION EXCEPTION

    Hi,
    I installed a 11.5.10 vision demo and tried to setup the JDEV OA extension to create new pages.
    I followed the "Setting Up your development environment" guide packed with patch p4045639_11i_GENERIC.zip
    I made it work one time but then for some reasons I had to clean 11.5.10 node and do the fresh-install once again.
    And now I am not able to make the OA extension work I got the following exception :ICX DIAGNOSTIC: FND_TOP = /usr/oajdeveloper/jdevhome/jdev/myhtml/OA_HTML/
    ICX DIAGNOSTIC: application_id = -1
    ICX DIAGNOSTIC: responsibility_id = -1
    ICX DIAGNOSTIC: security_group_id = -1
    oracle.apps.fnd.framework.OAException: Application: ICX, Message Name: Could not find the specified responsibility. (Could not lookup message because there is no database connection)
    at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:158)
    at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)ICX DIAGNOSTIC: routine createSession: Stack Trace from createSession when active session not found
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_COOKIE_HAS_NO_ICX_ENTRY. (Could not lookup message because there is no database connection
    Did anyone face same issu
    regards
    JO

    Thank you for your quick response :
    I am able to log-in with the user/password I set up in the JDEV run-time section directly to the E-Business Home page and the menus show that the Oracle Framework resp have not expired.
    her is my dbc file:
    #DB Settings
    #Mon Feb 07 12:13:55 CET 2005
    GUEST_USER_PWD=GUEST/ORACLE
    APPL_SERVER_ID=EF83ED89AECBADBFE030650A6B2301A140729940139053206467869684602666
    APPS_JDBC_DRIVER_TYPE=THIN
    FND_JDBC_BUFFER_DECAYRATE=300
    GWYUID=APPLSYSPUB/PUB
    #APPS_JDBC_URL=jdbc\:oracle\:thin\:@(DESCRIPTION\=(LOAD_BALANCE\=YES)(FAILOVER\=YES)(ADDRESS_LIST\=(ADDRESS\=(PROTOCOL\=tcp)(HOST\=FR101SV0107.corp.tpnet.intra)(PORT\=1521)))(CONNECT_DATA\=(SERVICE_NAME\=VIS)))
    FND_JDBC_BUFFERMIN=1
    FND_JDBC_BUFFERMAX=5
    FND_JDBC_STMT_CACHE_SIZE=200
    TWO_TASK=VIS
    FND_MAX_JDBC_CONNECTIONS=500
    FND_JDBC_USABLE_CHECK=false
    FNDNAM=APPS
    FND_JDBC_PLSQL_RESET=false
    DB_PORT=1521
    FND_JDBC_CONTEXT_CHECK=true
    FND_JDBC_BUFFER_DECAYSIZE=5
    DB_HOST=fr101sv0107.corp.tpnet.intra
    Please help me
    Thanks
    JO

  • Pro Tools issue - Exception Type:  EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000000c

    I just finished a clean reinstall of Snow Leopard OS 10.6.8 and Pro Tools 9.0.5.  However, I cannot open a Pro Tools session because of this error.

    MacBook Pro 17' - Model 8.3,
    please ignore this reply if you find it unhelpful. A SIGBUS exception is typically caused for one of two reasons — either the presence of a bug in the software in which it occurred, or the presence of faulty RAM. Have you tried running your MacBook Pro’s Apple Hardware Test, to see if it can detect any problems with its RAM? (Note that the AHT cannot detect all possible RAM defects, so even if it is unable to identify a problem, that isn’t a guarantee that no problem exists.)

  • Will not allow me to download anyhere. Tools Security Exceptions Allow=no help. I never had to try this before...disable McAffy evenn't work. I need help

    I cannot do ANY DOWNLOADS from various locations like I always could to before.
    I shut off McAffey.
    I went to Tools > Options > Security click on Exceptions, click on Allow click on Close.
    I never used this security thing before. All worked good.
    I constantly do upgrades and updates, and sometimes pay online for a software download.
    Now I cannot do anything with my need downloads.
    I can't even at CNET download.com
    sincerely
    ron

    All works well...
    I tried out the top 3 suggestions..
    disabled all Add-ons...I may try one at a time later.
    I just tested a download...all works fine.
    Thanks I appreciate your suggestions.
    ron11639

  • Jdeveloper: Tool Preferences Code Editor Save Actions. Why no code format?

    For me Format and Organize Imports are the 2 main save actions?
    Can I write a plugin or something to have the code format working for me?
    Best Regards,
    JP

    Which version of jdev you are talking about?
    In 11.1.1.2.0 I can select reformat as save action.
    Timo

Maybe you are looking for

  • How do you make a vertical font?

    Hello, I was recently playing one of the popular games from Storm8 (iMobsters, World War, Kingdoms Live) and I noticed some people were able to use a special font. The word "the" was shown vertically; as in, the "t" was on top of the "h", then the "h

  • Actions wont work properly, please help.

    When I run certain actions, I get the errors of "Command feather is not available", or "Command transform is not available". I've tried to reset my preferences but it did not work. What is going on? Any info would be helpful.

  • Get scroll position

    hey, i'm using jdeveloper11g and I use a RichTable to display data of a ViewObject. The data associated with the view object changes and i need to update RichTable accordingly. However, as I update using Poll the scroll position of the table is chang

  • Unable to access by Photoshop Elements 9 Organizer

    I cannot access my Elements 9 Organizer.  When I click on it either at the welcome screen or when in edit mode, it doesn't appear.  I have uninstalled and reinstalled the software.  It's running on my computer I just don't know how to access it.

  • When I am on Stubhub's site and try to click on the venue map, can not bring up tickets in the sections anymore, it used to work.

    I sell tickets on StubHub, and now when I click on specific section on their venue map, the list of tickets in that section won't come up. This has been happening since I did my last Firefox update. When I use Windows Internet explorer, there is no p