[3.1EA3]Ctrl-F7 not working

Hi.
In a SQL Worksheet type
select * from dual where 1 = 1Select all and click Ctrl+F7: nothing happens.
Right click on selection and choose Format: it works.
Same applies in a package body.
Alessandro

Hi Gary.
I followed your suggestion and unfortunately it doesn't seem to fix my issue. :(
FYI, after step 3 I got this on the console:
$ sqldeveloper
Oracle SQL Developer
Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: /opt/sqldeveloper/sqldeveloper/extensions/oracle.datamodeler/log/datamodeler.log (No such file or directory)
     at java.io.FileOutputStream.openAppend(Native Method)
     at java.io.FileOutputStream.<init>(FileOutputStream.java:192)
     at java.io.FileOutputStream.<init>(FileOutputStream.java:116)
     at org.apache.log4j.FileAppender.setFile(FileAppender.java:289)
     at org.apache.log4j.RollingFileAppender.setFile(RollingFileAppender.java:165)
     at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:163)
     at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:256)
     at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:220)
     at org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.java:150)
     at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:163)
     at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMConfigurator.java:425)
     at org.apache.log4j.xml.DOMConfigurator.parseRoot(DOMConfigurator.java:394)
     at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:829)
     at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:712)
     at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:618)
     at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:468)
     at org.apache.log4j.LogManager.<clinit>(LogManager.java:122)
     at org.apache.log4j.xml.DOMConfigurator.configure(DOMConfigurator.java:743)
     at oracle.dbtools.crest.util.logging.Logger.init(Unknown Source)
     at oracle.dbtools.crest.util.logging.Logger.<init>(Unknown Source)
     at oracle.dbtools.crest.fcp.DataModelerAddin.<clinit>(Unknown Source)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:247)
     at oracle.ideimpl.extension.AddinManagerImpl.createAddin(AddinManagerImpl.java:433)
     at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManagerImpl.java:212)
     at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(AddinManagerImpl.java:128)
     at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1941)
     at oracle.ide.IdeCore.startupImpl(IdeCore.java:1565)
     at oracle.ide.Ide.startup(Ide.java:703)
     at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
     at oracle.ideimpl.Main.start(Main.java:184)
     at oracle.ideimpl.Main.main(Main.java:146)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at oracle.ide.boot.PCLMain.callMain(PCLMain.java:62)
     at oracle.ide.boot.PCLMain.main(PCLMain.java:54)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
     at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:189)
     at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:89)
     at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:65)
     at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:54)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at oracle.ide.boot.Launcher.invokeMain(Launcher.java:713)
     at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
     at oracle.ide.boot.Launcher.launch(Launcher.java:68)
     at oracle.ide.boot.Launcher.main(Launcher.java:57)
log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: /opt/sqldeveloper/sqldeveloper/extensions/oracle.datamodeler/log/datamodeler.log (No such file or directory)
     at java.io.FileOutputStream.openAppend(Native Method)
     at java.io.FileOutputStream.<init>(FileOutputStream.java:192)
     at java.io.FileOutputStream.<init>(FileOutputStream.java:116)
     at org.apache.log4j.FileAppender.setFile(FileAppender.java:289)
     at org.apache.log4j.RollingFileAppender.setFile(RollingFileAppender.java:165)
     at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:163)
     at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:256)
     at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:220)
     at org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.java:150)
     at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:163)
     at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMConfigurator.java:425)
     at org.apache.log4j.xml.DOMConfigurator.parseRoot(DOMConfigurator.java:394)
     at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:829)
     at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:712)
     at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:618)
     at org.apache.log4j.xml.DOMConfigurator.configure(DOMConfigurator.java:743)
     at oracle.dbtools.crest.util.logging.Logger.init(Unknown Source)
     at oracle.dbtools.crest.util.logging.Logger.<init>(Unknown Source)
     at oracle.dbtools.crest.fcp.DataModelerAddin.<clinit>(Unknown Source)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:247)
     at oracle.ideimpl.extension.AddinManagerImpl.createAddin(AddinManagerImpl.java:433)
     at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManagerImpl.java:212)
     at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(AddinManagerImpl.java:128)
     at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1941)
     at oracle.ide.IdeCore.startupImpl(IdeCore.java:1565)
     at oracle.ide.Ide.startup(Ide.java:703)
     at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
     at oracle.ideimpl.Main.start(Main.java:184)
     at oracle.ideimpl.Main.main(Main.java:146)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at oracle.ide.boot.PCLMain.callMain(PCLMain.java:62)
     at oracle.ide.boot.PCLMain.main(PCLMain.java:54)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
     at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:189)
     at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:89)
     at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:65)
     at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:54)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at oracle.ide.boot.Launcher.invokeMain(Launcher.java:713)
     at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
     at oracle.ide.boot.Launcher.launch(Launcher.java:68)
     at oracle.ide.boot.Launcher.main(Launcher.java:57)
log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: /opt/sqldeveloper/sqldeveloper/extensions/oracle.datamodeler/log/datamodeler.log (No such file or directory)
     at java.io.FileOutputStream.openAppend(Native Method)
     at java.io.FileOutputStream.<init>(FileOutputStream.java:192)
     at java.io.FileOutputStream.<init>(FileOutputStream.java:116)
     at org.apache.log4j.FileAppender.setFile(FileAppender.java:289)
     at org.apache.log4j.RollingFileAppender.setFile(RollingFileAppender.java:165)
     at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:163)
     at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:256)
     at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:220)
     at org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.java:150)
     at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:163)
     at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMConfigurator.java:425)
     at org.apache.log4j.xml.DOMConfigurator.parseRoot(DOMConfigurator.java:394)
     at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:829)
     at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:712)
     at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:618)
     at org.apache.log4j.xml.DOMConfigurator.configure(DOMConfigurator.java:743)
     at oracle.dbtools.crest.util.logging.Logger.update(Unknown Source)
     at oracle.dbtools.crest.swingui.ApplicationView$SettingsListener.stateChanged(Unknown Source)
     at oracle.ide.config.EnvironOptions$ChangeToStructureChangeListenerAdaptor.structureValuesChanged(EnvironOptions.java:843)
     at oracle.javatools.data.Structure.fireStructureChangeEvent(Structure.java:455)
     at oracle.javatools.data.Structure.firePlaceholderValueAdded(Structure.java:388)
     at oracle.javatools.data.HashStructure$Impl$3.run(HashStructure.java:1970)
     at oracle.javatools.data.HashStructure$Impl.putValueInKeyStruct(HashStructure.java:2021)
     at oracle.javatools.data.HashStructure$Impl.putObject0(HashStructure.java:1940)
     at oracle.javatools.data.HashStructure$Impl.putPlaceholder(HashStructure.java:1842)
     at oracle.javatools.data.HashStructure.getBoolean(HashStructure.java:351)
     at oracle.ide.config.EnvironOptions.isWrapLogLines(EnvironOptions.java:111)
     at oracle.ide.log.MessagePage.createTextComponent(MessagePage.java:766)
     at oracle.ide.log.MessagePage.getGUI(MessagePage.java:576)
     at oracle.ideimpl.log.TabbedPage$TabbedPageImpl.addPage(TabbedPage.java:811)
     at oracle.ideimpl.log.TabbedPage.addPage(TabbedPage.java:137)
     at oracle.ideimpl.log.TabbedLogManager.addPage(TabbedLogManager.java:85)
     at oracle.ide.log.AbstractLogPage$2.run(AbstractLogPage.java:348)
     at oracle.ide.log.AbstractLogPage._addPage(AbstractLogPage.java:355)
     at oracle.ide.log.AbstractLogPage.<init>(AbstractLogPage.java:48)
     at oracle.ide.log.AbstractLogPage.<init>(AbstractLogPage.java:75)
     at oracle.ide.log.MessagePage.<init>(MessagePage.java:210)
     at oracle.ide.log.MessagePage.<init>(MessagePage.java:187)
     at oracle.ide.log.MessagePage.<init>(MessagePage.java:178)
     at oracle.ide.log.MessagePage.<init>(MessagePage.java:169)
     at oracle.ide.log.MessagePage.<init>(MessagePage.java:161)
     at oracle.ideimpl.log.TabbedLogManager.getMsgPage(TabbedLogManager.java:107)
     at oracle.ideimpl.log.TabbedPage.getSelectedPage(TabbedPage.java:201)
     at oracle.ideimpl.log.TabbedPage.getTitleName(TabbedPage.java:324)
     at oracle.ideimpl.log.LogWindowImpl.getTitleName(LogWindowImpl.java:140)
     at oracle.ideimpl.docking.TitledPanel.addClient(TitledPanel.java:311)
     at oracle.ideimpl.docking.TitledPanel.addClient(TitledPanel.java:338)
     at oracle.ideimpl.docking.DockStationImpl.wrap(DockStationImpl.java:1153)
     at oracle.ideimpl.docking.DockStationImpl._dock(DockStationImpl.java:756)
     at oracle.ideimpl.docking.DockStationImpl._dockAtAbsolutePosition(DockStationImpl.java:516)
     at oracle.ideimpl.docking.DockStationImpl.dockAsDocked(DockStationImpl.java:435)
     at oracle.ideimpl.docking.DockStationImpl.dock(DockStationImpl.java:412)
     at oracle.ideimpl.docking.DockStationImpl.dock(DockStationImpl.java:391)
     at oracle.ideimpl.log.LogDockableFactory.install(LogDockableFactory.java:56)
     at oracle.ideimpl.docking.DockStationImpl.installFactories(DockStationImpl.java:1792)
     at oracle.ideimpl.docking.DockStationImpl.onFreshInstall(DockStationImpl.java:1597)
     at oracle.ideimpl.docking.DockStationImpl.loadLayout(DockStationImpl.java:1477)
     at oracle.ideimpl.docking.DockStationListener.init(DockStationListener.java:36)
     at oracle.ide.layout.Layouts.activate(Layouts.java:814)
     at oracle.ide.layout.Layouts.activateLayout(Layouts.java:192)
     at oracle.ideimpl.MainWindowImpl$6.runImpl(MainWindowImpl.java:730)
     at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
     at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:641)
     at java.awt.EventQueue.access$000(EventQueue.java:84)
     at java.awt.EventQueue$1.run(EventQueue.java:602)
     at java.awt.EventQueue$1.run(EventQueue.java:600)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:611)
     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)
log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: /opt/sqldeveloper/sqldeveloper/extensions/oracle.datamodeler/log/datamodeler.log (No such file or directory)
     at java.io.FileOutputStream.openAppend(Native Method)
     at java.io.FileOutputStream.<init>(FileOutputStream.java:192)
     at java.io.FileOutputStream.<init>(FileOutputStream.java:116)
     at org.apache.log4j.FileAppender.setFile(FileAppender.java:289)
     at org.apache.log4j.RollingFileAppender.setFile(RollingFileAppender.java:165)
     at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:163)
     at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:256)
     at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:220)
     at org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.java:150)
     at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:163)
     at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMConfigurator.java:425)
     at org.apache.log4j.xml.DOMConfigurator.parseRoot(DOMConfigurator.java:394)
     at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:829)
     at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:712)
     at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:618)
     at org.apache.log4j.xml.DOMConfigurator.configure(DOMConfigurator.java:743)
     at oracle.dbtools.crest.util.logging.Logger.update(Unknown Source)
     at oracle.dbtools.crest.swingui.ApplicationView$SettingsListener.stateChanged(Unknown Source)
     at oracle.ide.config.EnvironOptions$ChangeToStructureChangeListenerAdaptor.structureValuesChanged(EnvironOptions.java:843)
     at oracle.javatools.data.Structure.fireStructureChangeEvent(Structure.java:455)
     at oracle.javatools.data.Structure.firePlaceholderValueAdded(Structure.java:388)
     at oracle.javatools.data.HashStructure$Impl$3.run(HashStructure.java:1970)
     at oracle.javatools.data.HashStructure$Impl.putValueInKeyStruct(HashStructure.java:2021)
     at oracle.javatools.data.HashStructure$Impl.putObject0(HashStructure.java:1940)
     at oracle.javatools.data.HashStructure$Impl.putPlaceholder(HashStructure.java:1842)
     at oracle.javatools.data.HashStructure.getBoolean(HashStructure.java:351)
     at oracle.ide.config.EnvironOptions.getSaveOnDeactivation(EnvironOptions.java:309)
     at oracle.ide.IdeMainWindow$NodeReloader.deactivated(IdeMainWindow.java:768)
     at oracle.ideimpl.MainWindowImpl$ApplicationSwitchListener.fireIdeDeactivated(MainWindowImpl.java:1360)
     at oracle.ideimpl.MainWindowImpl$ApplicationSwitchListener.access$1700(MainWindowImpl.java:1278)
     at oracle.ideimpl.MainWindowImpl$ApplicationSwitchListener$2.run(MainWindowImpl.java:1332)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
     at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:641)
     at java.awt.EventQueue.access$000(EventQueue.java:84)
     at java.awt.EventQueue$1.run(EventQueue.java:602)
     at java.awt.EventQueue$1.run(EventQueue.java:600)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:611)
     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)
log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: /opt/sqldeveloper/sqldeveloper/extensions/oracle.datamodeler/log/datamodeler.log (No such file or directory)
     at java.io.FileOutputStream.openAppend(Native Method)
     at java.io.FileOutputStream.<init>(FileOutputStream.java:192)
     at java.io.FileOutputStream.<init>(FileOutputStream.java:116)
     at org.apache.log4j.FileAppender.setFile(FileAppender.java:289)
     at org.apache.log4j.RollingFileAppender.setFile(RollingFileAppender.java:165)
     at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:163)
     at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:256)
     at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:220)
     at org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.java:150)
     at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:163)
     at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMConfigurator.java:425)
     at org.apache.log4j.xml.DOMConfigurator.parseRoot(DOMConfigurator.java:394)
     at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:829)
     at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:712)
     at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:618)
     at org.apache.log4j.xml.DOMConfigurator.configure(DOMConfigurator.java:743)
     at oracle.dbtools.crest.util.logging.Logger.update(Unknown Source)
     at oracle.dbtools.crest.swingui.ApplicationView$SettingsListener.stateChanged(Unknown Source)
     at oracle.ide.config.EnvironOptions$ChangeToStructureChangeListenerAdaptor.structureValuesChanged(EnvironOptions.java:843)
     at oracle.javatools.data.Structure.fireStructureChangeEvent(Structure.java:455)
     at oracle.javatools.data.Structure.firePlaceholderValueAdded(Structure.java:388)
     at oracle.javatools.data.HashStructure$Impl$3.run(HashStructure.java:1970)
     at oracle.javatools.data.HashStructure$Impl.putValueInKeyStruct(HashStructure.java:2021)
     at oracle.javatools.data.HashStructure$Impl.putObject0(HashStructure.java:1940)
     at oracle.javatools.data.HashStructure$Impl.putPlaceholder(HashStructure.java:1842)
     at oracle.javatools.data.HashStructure.getBoolean(HashStructure.java:351)
     at oracle.ide.config.EnvironOptions.getSilentReload(EnvironOptions.java:163)
     at oracle.ide.IdeMainWindow$NodeReloader.activated(IdeMainWindow.java:761)
     at oracle.ideimpl.MainWindowImpl$ApplicationSwitchListener.fireIdeActivated(MainWindowImpl.java:1387)
     at oracle.ideimpl.MainWindowImpl$ApplicationSwitchListener.access$1400(MainWindowImpl.java:1278)
     at oracle.ideimpl.MainWindowImpl$ApplicationSwitchListener$1.run(MainWindowImpl.java:1315)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
     at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:641)
     at java.awt.EventQueue.access$000(EventQueue.java:84)
     at java.awt.EventQueue$1.run(EventQueue.java:602)
     at java.awt.EventQueue$1.run(EventQueue.java:600)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:611)
     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)I manually created the /opt/sqldeveloper/sqldeveloper/extensions/oracle.datamodeler/log directory.
Are these stacks of any use? I randomly get them and I'm not sure if it's worth submitting them...
Cheers.
Alessandro

Similar Messages

  • E72 - Ctrl+C and Ctrl+V not working in browser

    yesterday i updated my nokia e72 mobile to latest firmware 31 , after that Ctrl+C and Ctrl+V and Ctrl+A shortcut keys are not working in browser. which have made me feel as bad as typing the same text again and again (usfel in blogging or web messaging).
    ALthough these shortcut keys are working in notes and sms application, but not in browser and Quick office applications (word, ecxel etc).
    Can some one tell , how to fix it. or do i need to wait for next firware update. firmware 31 was released on 31 of march 2010. and today is 26th of May. almost two months have passed, and nokia has not yet released patch for this bug ....
    Nokia, how long i need to wait ?, for this bug fix release.

    (Had to edit because didn't read previous post clearly.)
    I originally thought this was a problem of Quick office 6.2.217 Nokia_S603.2. I think it is a Nokia firmware problem as the previous post had stated.

  • Key combination Ctrl-Home Ctrl-End not working.

    vim has a default binding for <Ctrl-Home> goes to the beginning of the file and <Ctrl-End> for the end.
    However, I couldn't get these key combinations to work for me. And I've consulted the #vim channel on freenode.
    They said it maybe a problem that the terminal I'm using caught the key and didn't send it to vim, but I find this conjecture hard to believe, because I've since been testing several terminals including xfce's default, roxterm, tilda, lxterminal, lilyterm ... and none of them working.
    Later when I reboot I found that, even under the pure console (tty), the combination still doesn't work !
    So this must be a problem from the original key mapping itself, and not latter stuffs like xfce, terminals and editors etc...
    can anyone help me fix this ? I've also seen the wiki articles but unfortunately they aren't very helpful.

    The <C-{Home,End,Left,Right}> key combinations work in Xterm, but not in urxvt. All of the terminals that I recognize mentioned above are all VTE based terminals. This thread here:
    https://bugs.launchpad.net/ubuntu/+sour … +bug/89660
    is showing a lot of people with gnome-terminal, also VTE based, as not working either. It's definitely a terminal issue.
    The following page explains how to get Vim to recognize key combos that are usually trapped or unmapped by the terminal:
    http://vim.wikia.com/wiki/Mapping_fast_ … rminal_Vim

  • 2007 MacBook Pro ctrl key not working

    Hi all,
    I have used various iterations of bootcamp with my 2007 macbook pro without problem. I have also sucessfully installed Windows 7 64-bit using bootcamp and got it working almost perfectly (sound, video, magic mouse) despite it not officially being supported by the version of bootcamp that came with Snow Leopard.
    My only problem now is that the control lkey isn't working. I've tried various keymappers to map it to another key (generally the Apple key) to no avail. And when I say it isn't working, I mean it's not working at all. Key mappers don't recognise when I tap it, I can't Ctrl-C to copy or Ctrl-anything to anything.
    I have installed the Apple keyboard driver and everything else works perfectly, including the F-keys, Fn, alt and the Apple key (which opens the start menu). Any suggestions for how I could fix this would be greatfully received.
    Thanks,
    Alexis

    Sadly it turns out that it's not working in OS X either. I had convinced myself it was a software issue but it is apparently hardware. Shows how seldom the control key's used in OS X doesn't it.
    If anyone has any suggestions as to how I might have a bash at fixing it, please let me know.
    Thanks,
    Alexis

  • CTRL+HOME, CTRL+END not working correctly

    I'm trying to use the CTRL+HOME and CTRL+END key combinations on my HP Spectre 13-3010dx. Unforturnately, when I press the combinations, they are not taking me to the beginning/end of a document in MS Word, nor the beginning/end of an Excel spreadsheet. Instead they are moving the cursor one character to the left or one character to the right respectively. It's as if the CTRL key is being ignored.
    Any help with this would be appreciated.

    jsnFloida,
    Welcome to the HP Forum.
    You may have discovered the answer by now -- Whether the keys work is tied to your Num Lock setup.
    Solution:  Disable the Num Lock key so your other keys on the Key Pad work as required
    Many of our new keyboards lack the nice little light that indicates whether the Num Lock is enabled.  This is annoying to say the least.
    Your Windows key is the key down near the bottom left of your keyboard -- it looks like a Window Pane.
    ==================================================​=========================
    Windows key + U (Opens Ease of Access) > Make the keyboard easier to Use >
    Under section Make it easier to type
    Select (Check) Turn on Toggle Keys
    and
    Select (Check) Turn on Toggle Keys by holding down the NUM LOCK key for 5 seconds
    Click Apply
    Toggle keys setting:
    A "high" tone sounds = the NUM LOCK key is disabled.
    A "low" tone sounds = the NUM LOCK key is enabled.
    Example:
    Click the NUM LOCK key, hear the low tone, and think to yourself,
    "Ah, tone down low, down page = Page Down"
    When the Num Lock key is disabled, the other keys work -- like your Page Down, Cntrl-Home and Cntrl-End keys.
    This also switches on the Caps key tones.
    Click the Kudos Thumbs-Up to show you appreciate the help and time from our Experts.
    Although I strive to reflect HP's best practices, I do not work for HP. 
    Click Accept as Solution when the Answer is a good Fix or Workaround!
    Kind Regards,
    Dragon-Fur

  • Portege R500 - Ctrl Key not working

    Hi Guys
    I have two toshiba portege r500 which have never really be used since purchase about 2 years ago.
    Today I get one out to start using it and find the ctrl key is not working which I thought was strange.
    After a little browsing I could not find a solution so I simply got the other identical laptop out and starting using that only to find the exact some problem.
    The laptops are both running XP.
    One of which I have reformatted and uninstalled the keyboard driver to see if that would solve the problem but it did not.
    Any others. Many have suggested that it may be due to a damaged keyboard cable but I think it would be highly unlikely that they would both break in the same way.
    Thanks in advance

    Connect an external USB keyboard and check if the button would work.
    If the button can be used with external keyboard then the internal keyboard is faulty and needs to be replaced.

  • Sqldev 4 EA: ctrl-click not working

    ctrl-click for drilldown to objects form pl/sql code does not work.
    I get an annoying message to put my object in a "Select * from" statement.
    However this does not work either.

    Select the Move tool and in the Options bar change the dropdown from Group to Layer, that should fix it

  • Ctrl key not working properly

    Hi,
    I have an HP Pavilion 17-e031sa Notebook PC purchased only 2-weeks ago and running Windows 8.  The ctrl key is not working as it should.  I would typically use it together with the left mouse key to highlight non-consecutive items for copying, but it will not work for this function.  It doesn't seem to be the key itself as it does work in the alt/ctrl/del combination.  I have tried uninstalling the keyboard driver and rebooting, but without success.  Any help would be appreciated.
    This question was solved.
    View Solution.

    Hi riggy69,
    Sorry for the confusion, I knew those hotkeys wouldn't do the function you were looking for. I wanted to know if those shortcuts worked using the Ctrl key. This way we can see if it that particular function is working or all the ctrl key shortcuts are working. Did any hotkeys do what they were supposed to do? For example, does Ctrl+X cut the selected text or does Ctrl-Esc open the start menu?
    Trying to see if there is something wrong with the key itself or is someone is wrong with that particular function you are trying.
    Thank you,
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • Keyboard Satellite 3000-214 - Ctrl-key not working

    Hi,
    I've started my old Satellite 3000-214 Notebook and suddenly my Ctrl-key did not work anymore.
    I've already tried to clean the keyboard by unmounting all keys from it and cleaning the foils, without success.
    Can anyone tell me where I can get a suitable keyboard from (I live in germany)?
    Does it has to be an original Toshiba keyboard or can it be from an other manufacturer?
    How can I remove the keyboard from the laptop? Do I have to open the case or is it possible to get it out with a screwdriver or something?
    Thx for any hint!
    Best regards.
    Ting

    Hi
    You should use the original Toshiba keyboard which is supported and compatible with this notebook.
    All parts and devices you can purchase from the Toshiba authorized service partner in your country. The full database with worldwide ASP you can find on the Toshiba European support page.
    Usually if you want to remove the keyboard you have to remove firstly the thin cover above the keyboard.
    There you will find two screws which secure the keyboard. After removing of these two screws you will be able to put out the keyboard.
    But be careful; the keyboard is connected with the flat cable to the motherboard.

  • Alt-Ctrl-C not working, InDesign CS3, Windows

    Hello,
    We are currently running Adobe Design Premium CS3 and are having a hard time getting the keyboard shortcut Alt-Ctrl-C to work in InDesign.
    I do have the ATI Catalyst control center application running at startup on my Windows Vista PC, however even though I have disabled hot-keys within this application Alt-Ctrl-C still fails in InDesign.
    Just in case the ATI application was still intercepting the key press event I tried both changing the hotkey that ATI responds to and closing the application all together. Still InDesign refuses to accept Alt-Ctrl-C
    Any ideas?

    The solution is to STOP ATI Catalyst from starting up in the startup menu when booting XP.
    I had the same problem and it was ATI Catalyst that was the offender. It has a built-in shortcut key of CTRL + ALT + C that is set to open the program and it overrides the one in InDesign.
    People have tried to disable the shortcut keys in Catalyst, but in all honesty, you just do not need the thing open until you actually want to use it. It is sitting there are a memory hog.
    I solved the problem by going into the Start Menu of XP and taking it right out of there so it doesn't start up at all. This then leaves ID free to use the shortcut of CTRL + ALT + C.
    You can also go to the START button, then RUN, then type in MSCONFIG, and select the last tab on the right: Startup. Then disable the ATI Catalyst check box. Close out of everything and do a reboot of your system.
    Hope this helps those with the problem.

  • Magic mouse zoom (swipe   ctrl) does not work after mountain lion upgrade

    Magic mouse zoom functionality does not work.  Tried pram and scm...still broken.  Advice?

    pref>Accessiblity>zoom then use the modifier

  • [Solved]Ctrl+V not working in libreoffice on gnome(non-latin layout)

    When using gnome-shell&libreoffice or calligra, universal keyboard shortcuts such as ctrl+v or ctrl+z don't do anything while on a non-latin layout(hebrew in my case).
    If I want to paste something with ctrl+v I have to change layout to English and only then will it work.
    Under MATE the shortcuts work fine regardless of the layout in both applications(and all others i have tried).
    Under GNOME Shell all other applications I tried accept the shortcuts regardless of the layout(Firefox, gedit, Empathy, Nautilus)
    Anyone has an idea as to what might cause this behavior when using GNOME?
    Thanks.
    EDIT: Solved for libreoffice by removing the package "libreoffice-gnome". UI is not as pretty now but at least the keyboard shortcuts work.
    Last edited by shimi (2013-08-09 09:00:50)

    After months of switching layouts and banging my head against this bug, I thought I should check LibreOffice settings (I'm using 4.1.5.3 now). What figures? I did find something. And in just a few clicks.
    This is not a bug! It's simply a matter of configuration.
    For the regular keyboard shortcuts (like Ctrl+C, Ctrl+V, etc.) to remain operational in LibreOffice applications while using a non-latin keyboard layout (like Greek or Russian), go to Tools -> Options -> Language Settings -> Languages, check the Ignore system input language option, save, and Bob's your uncle.
    Hope this helps.
    Cheers!
    PS
    Technically, though, shortcuts still remain language-dependent. This means if you enable this option, you will have to set your document languages manually.

  • Safari 2.0.4 Ctrl-Click not working

    Hi,
    I have searched and searched for an answer for this, but no luck so far.
    I'm on 10.4.10 with Safari 2.0.4 (419.3). Somehow, I've lost the ability to ctrl-click on a link in Safari, doing it does nothing. The status bar at the bottom of the window says "Display a menu for <URL>", but the menu very doggedly does not display...
    This happened weeks and weeks ago, and I've been searching for an answer to no avail. Today I was on another Mac and opened Safari and tried ctrl-clicking on a link and I got the expected menu. I love it when it works.
    I have just tried swapping the Preview plugin for the Adobe reader plugin, and that didn't help...
    Does any body have any ideas what might be wrong?
    Many thanks,
    bk

    Hi
    Back to my earlier suggestions in this order:
    Reapply the 10.4.10 Combo Update. Do not use the computer while the Update is running. After the restart, "repair permissions" using Disk Utility in your Utilities folder. Start Safari.
    If no change, then I suggest reinstalling Safari 2.0.4. Here's how to do it:
    Have a look at this Apple article for installing other software, including Safari, from the Tiger DVD - see the section titled More custom reinstallation options with Mac OS X 10.4.
    Other Steps
    Move the Safari.pkg file in the HD>Library>Receipts folder to the trash.
    As a precaution, prior to reinstalling Safari, move your Safari folder, found via the Finder in your Home Folder>Library to the Desktop. It has your bookmarks, history etc. Once the reinstall is completed, move the folder back to its original location writing over the newly created folder.
    Remember too, the version of Safari you install will be specific to the Version on your installer DVD. Therefore, run Software Update and see if Safari updates appear. If not, reapply the 10.4.10 combined update to bring Safari up to the current version.
    "Repair Permissions" via Disk Utility in your Utilities folder when you are finished.

  • F9 / Ctrl-Enter not working in SQL Worksheet

    Win XP Pro, up to date patches, SQL Developer Help - About - Version
    Java(TM) Platform     1.6.0_11
    Oracle IDE     3.0.04.34
    Versioning Support     3.0.04.34
    All of a sudden (yesterday morning) both F9 and Ctrl Enter have stopped working - I cannot output queries to a grid.
    These keystrokes still show up as Shortcut Keys under Tools - Preferences - Shortcut Keys
    I have 3.0.3.97 still installed and F9 still works there.
    Any ideas?
    Best
    Jon

    Hi,
    This is what i get --
    <SETUP_DIR>\SQL Developer-3.0.04.34\sqldeveloper-3.0.04.34\sqldeveloper\sqldeveloper\bin>sqldeveloper
    Registered TimesTen
    But the behavior is different in older version and works perfectly --
    <SETUP_DIR>\sqldeveloper-2.1.1.64.45\sqldeveloper\sqldeveloper\bin>sqldeveloper
    Finished parsing = 0
    UsersCache.fillIn() time = 453 ret==null?: false
    Finished parsing = 0
    Finished parsing = 0
    *...?aux t2?, parse time = 188
    Finished parsing = 0
    Finished parsing = 0
    Finished parsing = 0
    Code completion time = 2063
    *...?aux tok2?, parse time = 63
    Finished parsing = 0
    Finished parsing = 0
    InsightableOracleDatabase.fetch() time = 1469
    select 'TABLE' type, ''||o.owner# owner, name object_name, null column_name, null column_id, null data_type FROM sys.obj
    $ o
    where o.name not like 'BIN%'
    and o.type# = 2
    and rownum <=50
    and name like ?
    union all
    select 'VIEW' type, ''||o.owner# owner, name object_name, null column_name, null column_id, null data_type FROM sys.obj$
    o
    where o.name not like 'BIN%'
    and o.type# = 4
    and rownum <=50
    and name like ?
    union all
    select 'TABLE' type, SYS_CONTEXT('USERENV','CURRENT_SCHEMA') owner, synonym_name object_name, null column_name, null co
    lumn_id, null data_type
    from all_synonyms
    where synonym_name like ?
    and rownum <=50
    and owner in (SYS_CONTEXT('USERENV','CURRENT_SCHEMA') ,'PUBLIC')
    AG%
    AG%
    AG%
    Code completion time = 1766
    *...?aux tok2?, parse time = 46
    Finished parsing = 0
    Code completion time = 937
    *...?aux t2?, parse time = 110
    Finished parsing = 0
    Finished parsing = 0
    InsightableOracleDatabase.fetch() time = 297
    Code completion time = 2610
    *...?aux t2?, parse time = 172
    Finished parsing = 0
    Finished parsing = 0
    Finished parsing = 0
    Code completion time = 2156
    Let me know if you need any more information.
    Thanks.

  • Save for Web & Devices shortcut Alt+Shift+Ctrl+S not working

    Hi
    I've a really weird issue I'm running PS CS5 on Windows 7 on Dell XPS 1645 for some reason I'm unable to save for web using 'Alt+Shift+Ctrl+S' clicking the menu item works just fine however. This is driving me nuts any help or advice please??

    Some other program has porbably hijacked the key combination.
    you could first try resetting your preferences as described in the FAQ.
    http://forums.adobe.com/thread/375776?tstart=0
    You either have to physically delete (or rename) the preference files or, if using the Alt, Ctrl, and Shift method, be sure that you get a confirmation dialog.
    This resets all settings in Photoshop to factory defaults.
    A complete uninstall/re-install will not affect the preferences and a corrupt file there may be causing the problem.

Maybe you are looking for

  • Changes to website do not appear on MY desktop (they do on others)

    Hi, I have a website (not on a mac server, a .org address) which I set up and edit using iweb. When I update a page or create a new blog page, it updates the website but the new content does not show when I go to the website on my Imac. It does updat

  • German Special Characters in XSTRING to STRING conversion

    Hi Experts, I have a CSV file (created from a Windows Excel file) with German Special Characters (e.g. 'ä', 'Ä') and I am trying to read this into ABAP internal tables. By using the THTMLB tag 'thtmlb:fileUpload' I get an XSTRING and I am trying to c

  • Printing transparencies on the PhotosmartPro B8850

    Hi, I am having trouble printing 13 X 19 " transparencies on my PhotosmartPro B8850 printer. It simply does not recognize the film (Arista OHP Transparency film for dye and pigment ink jet printers). I get a message that the size or type pf paper is

  • Stop writing log in JBOSS Server

    Hi All, I am using JBoss4.0.1 application server. I start my server everday once in the morning. From that time that will starts writing the log file. If no of clients are more who are accessing my application then by next 3 or 4 hours its going writ

  • DNxHD QT issue

    I've got an Avid DNxHD QT file of a one hour project that was offlined in FCP and onlined in DNxHD on an Adrenaline without problems using Automatic Duck. We put it to bed for a few months and made a DNxHD145 QT movie for my reference. It plays back