Developer SQL 4.02/4.01 cannot change views in other drawings (since V3.1?)

If someone else can check this?

I tried to figure this out for a few days and found that works V3.1 and 4.0.1 and 4.0.2 does not work.  Not sure of the release inbetween.

I'm unable to 'Edit' views are not in my diagram.  It has nothing to do with database permissions.  Switch to a different user/schema and expand the tree to view.  Right-click a view and choose Edit.

The error window is titled 'View Edition' and "the database user has sufficient privileges for the operation data." is the error message that results.

Curiously, I can choose to export the fast DDL (export) without worry.

Chris

Indeed looks like a bug, I'll connect to be addressed in a future release.

Tags: Database

Similar Questions

  • My set-up agency & ABC developed for us. We no longer use the Agency. I have 2 log-in - but 1) cannot change my billing settings & 2) cannot update models due to lack of access. Need help to change this.

    My set-up agency & ABC developed for us. We no longer use the Agency. I have 2 log-ins - but 1) cannot change my billing settings & 2) cannot update models due to lack of access. Need help to change this.

    Hi Rebecca,.

    You should get in touch with our accounts team to work a solution to your problem. Drop them a note at: contact us | Adobe Business Catalyst

    Cristinel

  • Developer SQL 2.1: problem with the dialog box to change the display

    I am running Version 2.1.0.63 on Windows XP SP3.

    When I open an existing view and make changes in the change display dialog box and then click on the button OK the dialog box remains open and the view is not changed.

    This user has Create View privileges and can run CREATE or REPLACE the sql statement to change the view. The same view of edition having the same user works very well in Version 1.5.3.

    Someone else has a similar problem?

    Thank you.

    It's a bug, the following exception is raised:

    Exception occurred during event dispatching:
    oracle.javatools.db.ddl.UnsupportedDDLException: Cannot update VIEW MADREMIA with the given changes using ALTER statements.
            at oracle.javatools.db.ddl.DDLGeneratorImpl.getUpdateDDLImpl(DDLGeneratorImpl.java:480)
            at oracle.javatools.db.ddl.AbstractDDLGenerator.processResultSet(AbstractDDLGenerator.java:148)
            at oracle.javatools.db.ddl.AbstractDDLGenerator.getUpdateDDL(AbstractDDLGenerator.java:110)
            at oracle.javatools.db.ddl.DDLDatabase.appendUpdateDDL(DDLDatabase.java:661)
            at oracle.javatools.db.ddl.DDLDatabase.updateObjects(DDLDatabase.java:556)
            at oracle.ide.db.dialogs.CascadeConfirmDialog.updateObjects(CascadeConfirmDialog.java:111)
            at oracle.ide.db.panels.TabbedEditorPanel.commitToProvider(TabbedEditorPanel.java:357)
            at oracle.ide.db.panels.TabbedEditorPanel.onExit(TabbedEditorPanel.java:246)
            at oracle.ideimpl.db.panels.TraversableProxy.onExit(TraversableProxy.java:62)
            at oracle.ide.panels.TDialog$L.vetoableChange(TDialog.java:104)
            at java.beans.VetoableChangeSupport.fireVetoableChange(VetoableChangeSupport.java:335)
            at java.beans.VetoableChangeSupport.fireVetoableChange(VetoableChangeSupport.java:252)
            at oracle.bali.ewt.dialog.JEWTDialog.fireVetoableChange(JEWTDialog.java:1472)
            at oracle.bali.ewt.dialog.JEWTDialog.dismissDialog(JEWTDialog.java:1502)
            at oracle.bali.ewt.dialog.JEWTDialog$UIListener.actionPerformed(JEWTDialog.java:1894)
            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.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
            at java.awt.Component.processMouseEvent(Component.java:6263)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
            at java.awt.Component.processEvent(Component.java:6028)
            at java.awt.Container.processEvent(Container.java:2041)
            at java.awt.Component.dispatchEventImpl(Component.java:4630)
            at java.awt.Container.dispatchEventImpl(Container.java:2099)
            at java.awt.Component.dispatchEvent(Component.java:4460)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
            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:2475)
            at java.awt.Component.dispatchEvent(Component.java:4460)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
            at java.awt.Dialog$1.run(Dialog.java:1045)
            at java.awt.Dialog$3.run(Dialog.java:1097)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.awt.Dialog.show(Dialog.java:1095)
            at java.awt.Component.show(Component.java:1563)
            at java.awt.Component.setVisible(Component.java:1515)
            at java.awt.Window.setVisible(Window.java:841)
            at java.awt.Dialog.setVisible(Dialog.java:985)
            at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:395)
            at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:356)
            at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
            at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:225)
            at oracle.ide.db.dialogs.BaseDBEditorFactory.launchDialog(BaseDBEditorFactory.java:623)
            at oracle.ide.db.dialogs.BaseDBEditorFactory.editDBObject(BaseDBEditorFactory.java:368)
            at oracle.ide.db.dialogs.AbstractDBEditorFactory.editDBObject(AbstractDBEditorFactory.java:332)
            at oracle.ide.db.dialogs.BaseDBEditorFactory.editDBObject(BaseDBEditorFactory.java:54)
            at oracle.ide.db.dialogs.AbstractDBEditorFactory.editDBObject(AbstractDBEditorFactory.java:314)
            at oracle.dbtools.raptor.navigator.DatabaseNavigatorController.editObject(DatabaseNavigatorController.java:470)
            at oracle.dbtools.raptor.navigator.DatabaseNavigatorController.handleEvent(DatabaseNavigatorController.java:308)
            at oracle.ide.controller.IdeAction.performAction(IdeAction.java:531)
            at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:886)
            at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:503)
            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:1225)
            at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1266)
            at java.awt.Component.processMouseEvent(Component.java:6263)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
            at java.awt.Component.processEvent(Component.java:6028)
            at java.awt.Container.processEvent(Container.java:2041)
            at java.awt.Component.dispatchEventImpl(Component.java:4630)
            at java.awt.Container.dispatchEventImpl(Container.java:2099)
            at java.awt.Component.dispatchEvent(Component.java:4460)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
            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:2475)
            at java.awt.Component.dispatchEvent(Component.java:4460)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
            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)
    

    Bug 9199263 has been filed for this, but apparently it wasn't a showstopper for the production. It may be set in one of the upcoming patches...

    Kind regards
    K.

  • Developer SQL 4.1.2.20 Build HAND-20, 64: cannot drag-and - drop in editor files include "#" in the name or the path

    Developer SQL 4.1.2.20 Build HAND-20, 64: I am not able to drag-and - drop a file from Windows Explorer into the SQL Developer Editor window if the name of the file or the path includes sharp «#» Unfortunately, my main directory structure contains a ' # ' in one parent folder names and I use drag-and - drop all the time... it is, I used to. :-)

    I am running Windows 7 Enterprise 64-bit with Service Pack 1

    It wasn't a problem in the previous version of SQL Developer 4.1.1.19 build HAND - 19.59.

    Thanks to study deeply and providing a repeatable test. It is a very strange edge cases.  Particularly interesting is...

    This same issue exists for JDeveloper Studio Edition Version 12.2.1.0.0

    After my tests in SQL Developer 4.1.2 the question seems to be, that say you, trying to open any file (I tried sql, xml, and pkb types) by drag-and - drop from Explorer Windows to a publisher of target opened on a XML file with a symbol of hash somewhere in the specification of the file it is.

    First of all, as a solution, I thought that I could recommend that you drag-and - drop since our view > files browser rather than Windows Explorer.  Which avoids the question and even you will descend on the Start Page tab, any worksheet or another editor must be opened before hand. However, there is a completely different problem with that: try to close the last tab of the XML Editor open blocking the entirety of the product.

    As you do not declare it against a release of the Early Adopter, where our team connect the bug, the standard procedure is so that you can open a service request with the support of the Oracle. My research did not turn any latest bug as this connected against SQL Developer or JDeveloper.

    Edit: In fact, just double click instead of using drag-and - drop from view > files avoids questions, name incorrect both hang at the end.

  • Developer SQL 4.0 ai2 - cannot use OpenLDAP with LDAP connect option

    Hello


    I have OpenLDAP installation to work with my Oracle customers to use the TNS connection, instead of having scattered files tnsnames.ora strings about hundreds of servers.


    It works very well with 10g / 11g, customers complete and instantaneous, no problem.


    Now, I am trying configure SQL Developer 4.0 ai2 working with her, as well.


    When I try to do, I am able to select the 'LDAP' option in 'Connection Type', and the drop-down list "LDAP server" is correctly filled with my LDAP server of ldap.ora.


    However, when I select it, I get the following error:

    Status: Failed-[LDAP: error 32 - No Such Object code]


    Now, I did some research and I followed the slapd.log file, which shows me the following:

    Sep 18 02:43:35 slapd einstein [2779]: conn = ACCEPT 1034 fd = 16 = 192.168.125.1:63781 (IP = 0.0.0.0:389) IP address

    Sep 18 02:43:35 slapd einstein [2779]: conn = 1034 op = 0 BIND dn = "" method = 128 "

    Sep 18 02:43:35 slapd einstein [2779]: conn = 1034 op = 0 RESULT tag = 97 err = 0 text =

    "Sep 18 02:43:35 slapd einstein [2779]: conn = 1034 op = base SRCH = 1" "scope = 2 deref = 0"(objectClass=orclContext) = filter. "

    Sep 18 02:43:35 slapd einstein [2779]: conn = 1034 op = 1 tag = 101 err = 32 nentries SEARCH RESULTS = 0 text =

    Sep 18 02:43:35 slapd einstein [2779]: conn = 1034 op = 2 UNBIND

    Sep 18 02:43:35 slapd einstein [2779]: conn = 1034 fd = 16 closed

    That is a lot more detail, but reflects the corresponding error code (32 - No Such Object).

    After doing some tests with ldapsearch, I was able to reproduce this only developer SQL is done and get the same exact error.

    The ldapsearch command is:

    ldapsearch einstein Pei 389 - c - x d h "" b "" "(objectClass=orclContext)" "

    Research in the slapd.log file, I find a mistake similar to what is produced from SQL Developer.

    In addition, the query SQL Developer wants can be done successfully with the following ldapsearch:

    ldapsearch h einstein Pei 389 - c - x d ' "b"dc = proquest, dc = com""(objectClass=orclContext) ""

    Thus, it seems that the problem is the fact that the SQL Developer does not provide a research base.

    I'm not expert LDAP, and I really don't know where to turn next.

    Is there a SQL Developer option that allows me to put this basic research?  Is there a setting I'm missing on the LDAP server configuration?

    Thank you

    -Mark

    Well, that didn't take long.  I managed to find a solution to the problem.

    It boils down to the fact that the SQL Developer does not provide a research base, and my LDAP server had a defined default search base.

    When I edited slapd.conf (OpenLDAP configuration file) and add a parameter "defaultsearchbase" and bounced the LDAP, everything started working.

    I now have a working with OpenLDAP and Developer SQL configuration.

    I'll mark this discussion as closed.

    -Mark

  • Developer SQL v4.0.3 on Windows 7 64 bit freezes

    I use 64-bit SQL Developer 4.0.3 with the JDK included on Windows 7. When you change the body to a package, SQL Developer stops responding and I have to end task. I tried to rename the APPDATA folder, so it will create a new and not import my settings (only copied connections.xml), but that did not help. Version 3.2 works fine, but all 4.x versions, that I tried to do the same thing.

    Help, please.

    Signed,

    Stuck in 3.2


    As a result, the thread dump:

    2015-04-22 08:04:12

    Dump full thread Java hotspot 64-bit Server VM (b03 - 24, 55-mixed-mode):

    "RaptorTask: comparing the subprogrammes FMLA_COMPARE_FLAV_PKG body" prio = 6 tid = 0x000000000ee56800 0x1b5c = nest waiting on condition [0x000000000e96f000]

    java.lang.Thread.State: WAITING (parking)

    at sun.misc.Unsafe.park (Native Method)

    -parking to wait for < 0x00000000d1baa128 > (a java.util.concurrent.SynchronousQueue$ TransferStack)

    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)

    to java.util.concurrent.SynchronousQueue$ TransferStack.awaitFulfill (SynchronousQueue.java:458)

    to java.util.concurrent.SynchronousQueue$ TransferStack.transfer (SynchronousQueue.java:359)

    at java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:925)

    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    at java.lang.Thread.run(Thread.java:745)

    'Substantive Analyzer' prio = 6 tid = 0x000000000c03c800 nest = 0x12d0 pending on the condition [0x000000000cfef000]

    java.lang.Thread.State: TIMED_WAITING (sleep)

    to java.lang.Thread.sleep (Native Method)

    to oracle.dbtools.raptor.plsql.BackgroundParser$ 1.construct(BackgroundParser.java:142)

    to oracle.dbtools.raptor.utils.NamedSwingWorker$ 2.run(NamedSwingWorker.java:115)

    at java.lang.Thread.run(Thread.java:745)

    "SwingWorker-pool-6-thread-3" daemon prio = 6 tid = 0x000000000c039000 nest = 0 x 1764 waiting on condition [0x000000001207f000]

    java.lang.Thread.State: WAITING (parking)

    at sun.misc.Unsafe.park (Native Method)

    -parking to wait for < 0x00000000d37eeca8 > (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ ConditionObject)

    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)

    to java.util.concurrent.locks.AbstractQueuedSynchronizer$ ConditionObject.await (AbstractQueuedSynchronizer.java:2043)

    at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)

    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    at java.lang.Thread.run(Thread.java:745)

    "DBRequestProcessorFactory_Timer" daemon prio = 6 tid = 0x000000000f302800 nest = 0 x 1668 in Object.wait () [0x000000000bf9f000]

    java.lang.Thread.State: WAIT (object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000d3f71d50 > (a java.util.TaskQueue)

    at java.lang.Object.wait(Object.java:503)

    at java.util.TimerThread.mainLoop(Timer.java:526)

    -locked (a java.util.TaskQueue) < 0x00000000d3f71d50 >

    at java.util.TimerThread.run(Timer.java:505)

    'Substantive Analyzer' prio = 6 tid = 0x000000000f301000 nest = 0x1a00 pending on the condition [0x000000000b33f000]

    java.lang.Thread.State: TIMED_WAITING (sleep)

    to java.lang.Thread.sleep (Native Method)

    to oracle.dbtools.raptor.plsql.BackgroundParser$ 1.construct(BackgroundParser.java:142)

    to oracle.dbtools.raptor.utils.NamedSwingWorker$ 2.run(NamedSwingWorker.java:115)

    at java.lang.Thread.run(Thread.java:745)

    "SwingWorker-pool-6-thread-2" daemon prio = 6 tid = 0 x 0000000010174000 nest = 0x1b58 pending on the condition [0x000000000b95f000]

    java.lang.Thread.State: WAITING (parking)

    at sun.misc.Unsafe.park (Native Method)

    -parking to wait for < 0x00000000d37eeca8 > (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ ConditionObject)

    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)

    to java.util.concurrent.locks.AbstractQueuedSynchronizer$ ConditionObject.await (AbstractQueuedSynchronizer.java:2043)

    at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)

    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    at java.lang.Thread.run(Thread.java:745)

    "WeakDataReference election" prio = 2 tid = 0x000000000f302000 nest = 0 x 1714 in Object.wait () [0x000000000ea6f000]

    java.lang.Thread.State: WAIT (object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000d36bb260 > (a java.lang.ref.ReferenceQueue$ Lock)

    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)

    -locked < 0x00000000d36bb260 > (a java.lang.ref.ReferenceQueue$ Lock)

    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)

    to oracle.ide.util.WeakDataReference$ Cleaner.run (WeakDataReference.java:88)

    at java.lang.Thread.run(Thread.java:745)

    "SwingWorker-pool-6-thread-1" daemon prio = 6 tid = 0x000000000f328000 0x1aac = nest waiting on condition [0x000000000e76f000]

    java.lang.Thread.State: WAITING (parking)

    at sun.misc.Unsafe.park (Native Method)

    -parking to wait for < 0x00000000d37eeca8 > (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ ConditionObject)

    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)

    to java.util.concurrent.locks.AbstractQueuedSynchronizer$ ConditionObject.await (AbstractQueuedSynchronizer.java:2043)

    at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)

    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    at java.lang.Thread.run(Thread.java:745)

    "status-0" prio = 2 tid = 0x000000000c03a800 0x5bc = nest waiting on condition [0x000000000b13f000]

    java.lang.Thread.State: WAITING (parking)

    at sun.misc.Unsafe.park (Native Method)

    -parking to wait for < 0x00000000d28392d8 > (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ ConditionObject)

    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)

    to java.util.concurrent.locks.AbstractQueuedSynchronizer$ ConditionObject.await (AbstractQueuedSynchronizer.java:2043)

    at java.util.concurrent.DelayQueue.take(DelayQueue.java:209)

    to oracle.ide.status.StatusExecutor$ StatusQueue.take (StatusExecutor.java:338)

    to oracle.ide.status.StatusExecutor$ StatusQueue.take (StatusExecutor.java:300)

    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    at java.lang.Thread.run(Thread.java:745)

    'Substantive Analyzer' = 6 tid prio = 0 x 0000000010172800 nest = 0xa60 pending on the condition [0x000000000d0ef000]

    java.lang.Thread.State: TIMED_WAITING (sleep)

    to java.lang.Thread.sleep (Native Method)

    to oracle.dbtools.raptor.plsql.BackgroundParser$ 1.construct(BackgroundParser.java:142)

    to oracle.dbtools.raptor.utils.NamedSwingWorker$ 2.run(NamedSwingWorker.java:115)

    at java.lang.Thread.run(Thread.java:745)

    'TextBufferScavenger' = 6 tid prio = 0 x 0000000010171000 nest 0xfe8 = in Object.wait () [0x000000000ceef000]

    java.lang.Thread.State: WAIT (object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000d2603220 > (a java.lang.ref.ReferenceQueue$ Lock)

    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)

    -locked < 0x00000000d2603220 > (a java.lang.ref.ReferenceQueue$ Lock)

    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)

    to oracle.ide.model.FacadeBufferReference$ PollingThread.run (FacadeBufferReference.java:145)

    "Swing-Shell" daemon prio = 6 tid = 0x000000001016f800 0x4e8 = nest waiting on condition [0x000000000bd5f000]

    java.lang.Thread.State: WAITING (parking)

    at sun.misc.Unsafe.park (Native Method)

    -parking to wait for < 0x00000000d1bf1540 > (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ ConditionObject)

    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)

    to java.util.concurrent.locks.AbstractQueuedSynchronizer$ ConditionObject.await (AbstractQueuedSynchronizer.java:2043)

    at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)

    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    to sun.awt.shell.Win32ShellFolderManager2$ ComInvoker$ 3.run(Win32ShellFolderManager2.java:503)

    at java.lang.Thread.run(Thread.java:745)

    "pool-3-wire-1" prio = 6 tid = 0 x 0000000010170000 nest = 0xe54 pending on the condition [0x000000001462f000]

    java.lang.Thread.State: TIMED_WAITING (parking)

    at sun.misc.Unsafe.park (Native Method)

    -parking to wait for < 0x00000000d204f0e0 > (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ ConditionObject)

    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)

    to java.util.concurrent.locks.AbstractQueuedSynchronizer$ ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2082)

    to java.util.concurrent.ScheduledThreadPoolExecutor$ DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:1090)

    to java.util.concurrent.ScheduledThreadPoolExecutor$ DelayedWorkQueue.take (ScheduledThreadPoolExecutor.java:807)

    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    at java.lang.Thread.run(Thread.java:745)

    "IconOverlayTracker Timer: null-jdbcNodeInfoType"prio is 6 tid = 0x000000001016e000 nest in Object.wait ([0x000000001452f000]) 0xe98 = "".

    java.lang.Thread.State: WAIT (object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000d1378268 > (a java.util.TaskQueue)

    at java.lang.Object.wait(Object.java:503)

    at java.util.TimerThread.mainLoop(Timer.java:526)

    -locked (a java.util.TaskQueue) < 0x00000000d1378268 >

    at java.util.TimerThread.run(Timer.java:505)

    "WaitCursor-Timer" prio = 6 tid = 0x000000001016d000 nest 0x1bb0 = in Object.wait () [0x000000001267f000]

    java.lang.Thread.State: WAIT (object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000d1b86928 > (a java.util.TaskQueue)

    at java.lang.Object.wait(Object.java:503)

    at java.util.TimerThread.mainLoop(Timer.java:526)

    -locked (a java.util.TaskQueue) < 0x00000000d1b86928 >

    at java.util.TimerThread.run(Timer.java:505)

    "Wire-10" daemon prio = 6 tid = 0x000000000f326800 nest 0x1a38 = in Object.wait () [0x000000001237f000]

    java.lang.Thread.State: WAIT (object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000cf483210 > (a java.util.LinkedList)

    at java.lang.Object.wait(Object.java:503)

    to java.util.prefs.AbstractPreferences$ EventDispatchThread.run (AbstractPreferences.java:1476)

    -locked < 0x00000000cf483210 > (a java.util.LinkedList)

    "Planner" daemon prio = 6 tid = 0x000000000f325000 nest = 0 x 1898 in Object.wait () [0x000000001217f000]

    java.lang.Thread.State: WAIT (object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000d1ba9718 > (an oracle.dbtools.raptor.backgroundTask.TaskLinkedList)

    at java.lang.Object.wait(Object.java:503)

    at oracle.dbtools.raptor.backgroundTask.TaskLinkedList.takeNextTask(TaskLinkedList.java:47)

    -locked (an oracle.dbtools.raptor.backgroundTask.TaskLinkedList) < 0x00000000d1ba9718 >

    to oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$ SchedulerThread.run (RaptorTaskManager.java:479)

    "Log Poller" prio = 2 tid = 0x000000000ee58800 nest = 0 x 1928 pending to the condition [0x0000000011f7f000]

    java.lang.Thread.State: WAITING (parking)

    at sun.misc.Unsafe.park (Native Method)

    -parking to wait for < 0x00000000d0935d38 > (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ ConditionObject)

    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)

    to java.util.concurrent.locks.AbstractQueuedSynchronizer$ ConditionObject.await (AbstractQueuedSynchronizer.java:2043)

    at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)

    at oracle.ide.log.QueuedLoggingHandler.take(QueuedLoggingHandler.java:60)

    to oracle.ideimpl.log.TabbedLogManager$ 4.run(TabbedLogManager.java:321)

    at java.lang.Thread.run(Thread.java:745)

    "[Was:TimedSoftReference/org.openide.util.TimedSoftReference] inactive RequestProcessor wire" daemon prio = 2 tid = 0x000000000ee58000 nest 0xd50 = in Object.wait () [0x0000000011e7f000]

    java.lang.Thread.State: TIMED_WAITING (on object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000cf513e48 > (a java.lang.Object)

    to org.openide.util.RequestProcessor$ Processor.run (RequestProcessor.java:1989)

    -locked < 0x00000000cf513e48 > (a java.lang.Object)

    "JarIndex Timer" daemon prio = 6 tid = 0x000000000ee57000 nest 0x138c = in Object.wait () [0x0000000011d7f000]

    java.lang.Thread.State: TIMED_WAITING (on object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000cf19b630 > (a java.util.TaskQueue)

    at java.util.TimerThread.mainLoop(Timer.java:552)

    -locked (a java.util.TaskQueue) < 0x00000000cf19b630 >

    at java.util.TimerThread.run(Timer.java:505)

    "TimedCache-Timer" daemon prio = 6 tid = 0x000000000c03f000 nest 0x199c = in Object.wait () [0x000000000bc5f000]

    java.lang.Thread.State: TIMED_WAITING (on object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000cf0ed978 > (a java.util.TaskQueue)

    at java.util.TimerThread.mainLoop(Timer.java:552)

    -locked (a java.util.TaskQueue) < 0x00000000cf0ed978 >

    at java.util.TimerThread.run(Timer.java:505)

    "Framework event dispatcher" daemon prio = 6 tid = 0x000000000c03d800 nest = 0 x 748 in Object.wait () [0x000000000ba5f000]

    java.lang.Thread.State: WAIT (object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000ceded8b8 > (an org.eclipse.osgi.framework.eventmgr.EventManager$ EventThread)

    at java.lang.Object.wait(Object.java:503)

    to org.eclipse.osgi.framework.eventmgr.EventManager$ EventThread.getNextEvent (EventManager.java:400)

    -locked < 0x00000000ceded8b8 > (an org.eclipse.osgi.framework.eventmgr.EventManager$ EventThread)

    to org.eclipse.osgi.framework.eventmgr.EventManager$ EventThread.run (EventManager.java:336)

    "State Data Manager" daemon prio = 6 tid = 0x000000000c03c000 nest = 0xb8c pending on the condition [0x000000000b71f000]

    java.lang.Thread.State: TIMED_WAITING (sleep)

    to java.lang.Thread.sleep (Native Method)

    at org.eclipse.osgi.internal.baseadaptor.StateManager.run(StateManager.java:297)

    at java.lang.Thread.run(Thread.java:745)

    'Framework active Thread' prio = 6 tid = 0x000000000c03b000 nest = 0 x 1718 in Object.wait () [0x000000000b53f000]

    java.lang.Thread.State: TIMED_WAITING (on object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000cfb6db10 > (an org.eclipse.osgi.framework.internal.core.Framework)

    at org.eclipse.osgi.framework.internal.core.Framework.run(Framework.java:1863)

    -locked (an org.eclipse.osgi.framework.internal.core.Framework) < 0x00000000cfb6db10 >

    at java.lang.Thread.run(Thread.java:745)

    "Active Reference File Daemon" daemon prio = 2 tid = 0x000000000c038000 nest 0x16cc = in Object.wait () [0x000000000cb1f000]

    java.lang.Thread.State: TIMED_WAITING (on object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000cfb836e0 > (a java.lang.ref.ReferenceQueue$ Lock)

    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)

    -locked < 0x00000000cfb836e0 > (a java.lang.ref.ReferenceQueue$ Lock)

    to org.openide.util.lookup.implspi.ActiveQueue$ Daemon.run (ActiveQueue.java:180)

    -locked < 0x00000000cfb836e0 > (a java.lang.ref.ReferenceQueue$ Lock)

    "TimerQueue" daemon prio = 6 tid = 0x000000000a9af800 nest = 0 x 700 waiting on condition [0x000000000c91f000]

    java.lang.Thread.State: TIMED_WAITING (parking)

    at sun.misc.Unsafe.park (Native Method)

    -parking to wait for < 0x00000000ced6b5a0 > (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ ConditionObject)

    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)

    to java.util.concurrent.locks.AbstractQueuedSynchronizer$ ConditionObject.awaitNanos (AbstractQueuedSynchronizer.java:2082)

    at java.util.concurrent.DelayQueue.take(DelayQueue.java:220)

    at javax.swing.TimerQueue.run(TimerQueue.java:171)

    at java.lang.Thread.run(Thread.java:745)

    "AWT-EventQueue-0" prio = 6 tid = 0x000000000a6ca800 nest = executable 0x18ac [0x000000000b036000]

    java.lang.Thread.State: EXECUTABLE

    at java.util.HashMap.getEntry(HashMap.java:469)

    at java.util.HashMap.get(HashMap.java:421)

    at oracle.dbtools.parser.Earley.tree(Earley.java:852)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followScan(Earley.java:891)

    at oracle.dbtools.parser.Earley.tree(Earley.java:855)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followScan(Earley.java:891)

    at oracle.dbtools.parser.Earley.tree(Earley.java:855)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followScan(Earley.java:891)

    at oracle.dbtools.parser.Earley.tree(Earley.java:855)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followScan(Earley.java:891)

    at oracle.dbtools.parser.Earley.tree(Earley.java:855)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followScan(Earley.java:891)

    at oracle.dbtools.parser.Earley.tree(Earley.java:855)

    at oracle.dbtools.parser.Earley.followScan(Earley.java:891)

    at oracle.dbtools.parser.Earley.tree(Earley.java:855)

    at oracle.dbtools.parser.Earley.followScan(Earley.java:891)

    at oracle.dbtools.parser.Earley.tree(Earley.java:855)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followScan(Earley.java:891)

    at oracle.dbtools.parser.Earley.tree(Earley.java:855)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followScan(Earley.java:891)

    at oracle.dbtools.parser.Earley.tree(Earley.java:855)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:945)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followScan(Earley.java:891)

    at oracle.dbtools.parser.Earley.tree(Earley.java:855)

    at oracle.dbtools.parser.Earley.followScan(Earley.java:891)

    at oracle.dbtools.parser.Earley.tree(Earley.java:855)

    at oracle.dbtools.parser.Earley.followScan(Earley.java:891)

    at oracle.dbtools.parser.Earley.tree(Earley.java:855)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:947)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.followComplete(Earley.java:950)

    at oracle.dbtools.parser.Earley.tree(Earley.java:857)

    at oracle.dbtools.parser.Earley.treeForACell(Earley.java:832)

    at oracle.dbtools.parser.Parser.forest(Parser.java:84)

    at oracle.dbtools.parser.plsql.LazyNode.expand(LazyNode.java:225)

    at oracle.dbtools.parser.plsql.IdentifiersDb.collectIdentifiers(IdentifiersDb.java:204)

    at oracle.dbtools.parser.plsql.IdentifierDefinitionLookup.getIdentifierDefinition(IdentifierDefinitionLookup.java:743)

    at oracle.dbtools.parser.plsql.IdentifierDefinitionLookup.parseIdentifierAtOffset(IdentifierDefinitionLookup.java:409)

    at oracle.dbtools.parser.plsql.IdentifierDefinitionLookup.finishIdSelection(IdentifierDefinitionLookup.java:803)

    at oracle.dbtools.parser.plsql.IdentifierDefinitionLookup.getIdentifierAtOffset(IdentifierDefinitionLookup.java:785)

    at oracle.ide.ceditor.AbstractBrowseClickPlugin.getRegionFor(AbstractBrowseClickPlugin.java:150)

    at oracle.javatools.editor.plugins.AbstractClickPlugin.updateHighlight(AbstractClickPlugin.java:442)

    at oracle.javatools.editor.plugins.AbstractClickPlugin.actionPerformed(AbstractClickPlugin.java:240)

    at javax.swing.Timer.fireActionPerformed(Timer.java:312)

    to javax.swing.Timer$ DoPostEvent.run (Timer.java:244)

    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)

    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)

    at $200 (EventQueue.java:103) java.awt.EventQueue.access

    in java.awt.EventQueue$ 3.run(EventQueue.java:694)

    in java.awt.EventQueue$ 3.run(EventQueue.java:692)

    at java.security.AccessController.doPrivileged (Native Method)

    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)

    at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)

    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:242)

    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)

    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

    "AWT-Windows" daemon prio = 6 tid = 0x000000000a6c9800 nest = 0 x 350 executable [0x000000000adaf000]

    java.lang.Thread.State: EXECUTABLE

    at sun.awt.windows.WToolkit.eventLoop (Native Method)

    at sun.awt.windows.WToolkit.run(WToolkit.java:307)

    at java.lang.Thread.run(Thread.java:745)

    "AWT-stop" prio = 6 tid = 0x000000000a6c9000 nest 0x1ac8 = in Object.wait () [0x000000000acaf000]

    java.lang.Thread.State: WAIT (object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000ced6b6d0 > (a java.lang.Object)

    at java.lang.Object.wait(Object.java:503)

    at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:296)

    -locked < 0x00000000ced6b6d0 > (a java.lang.Object)

    at java.lang.Thread.run(Thread.java:745)

    "Crusher Java2D" daemon prio = 10 tid = 0x000000000a6c8000 nest 0xcd8 = in Object.wait () [0x000000000abaf000]

    java.lang.Thread.State: WAIT (object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000cfbc1128 > (a java.lang.ref.ReferenceQueue$ Lock)

    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)

    -locked < 0x00000000cfbc1128 > (a java.lang.ref.ReferenceQueue$ Lock)

    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)

    at sun.java2d.Disposer.run(Disposer.java:145)

    at java.lang.Thread.run(Thread.java:745)

    "Service Thread" daemon prio = 6 tid = 0 x = executable 0x3b8 [0 x 0000000000000000] 0000000006413000 nest

    java.lang.Thread.State: EXECUTABLE

    "C2 CompilerThread1" daemon prio = 10 tid = 0 x 0000000006412800 nest = 0 x 1274 pending on the condition [0 x 0000000000000000]

    java.lang.Thread.State: EXECUTABLE

    "C2 CompilerThread0" daemon prio = 10 tid = 0x000000000640d800 nest = 0 x 344 pending to the condition [0 x 0000000000000000]

    java.lang.Thread.State: EXECUTABLE

    "Join the listener" daemon prio = 10 tid = 0x000000000640c800 nest = 0x1ab0 waiting at the condition [0 x 0000000000000000]

    java.lang.Thread.State: EXECUTABLE

    Signal dispatcher "" daemon prio = 10 tid = 0x0 0000000006404800 nest = x 1180 executable [0 x 0000000000000000]

    java.lang.Thread.State: EXECUTABLE

    "Finalizer" daemon prio = 8 tid = 0x00000000063ae000 nest 0xf08 = in Object.wait () [0x000000000770f000]

    java.lang.Thread.State: WAIT (object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000ce57c5c0 > (a java.lang.ref.ReferenceQueue$ Lock)

    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)

    -locked < 0x00000000ce57c5c0 > (a java.lang.ref.ReferenceQueue$ Lock)

    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)

    to java.lang.ref.Finalizer$ FinalizerThread.run (Finalizer.java:189)

    "Reference Manager" daemon prio = 10 tid = 0x00000000063a3000 nest 0xcbc = in Object.wait () [0x000000000760f000]

    java.lang.Thread.State: WAIT (object monitor)

    at java.lang.Object.wait (Native Method)

    -waiting on < 0x00000000ce57c148 > (a java.lang.ref.Reference$ Lock)

    at java.lang.Object.wait(Object.java:503)

    in java.lang.ref.Reference$ ReferenceHandler.run (Reference.java:133)

    -locked < 0x00000000ce57c148 > (a java.lang.ref.Reference$ Lock)

    "main" prio = 6 tid = 0x000000000228d800 = 0xe00 nest waiting in the condition [0 x 0000000000000000]

    java.lang.Thread.State: EXECUTABLE

    "VM Thread" prio = 10 tid = 0x000000000639d800 = 0x102c executable nest

    "The GC #0 task Thread (ParallelGC)" prio = 6 tid = 0x00000000022a1800 nest = 0 x 520 executable

    "The GC #1 task Thread (ParallelGC)" prio = 6 tid = 0x00000000022a3800 nest = 0 x 1228 executable

    "The GC #2 task Thread (ParallelGC)" prio = 6 tid = 0x00000000022a5000 nest 0x1a20 = executable

    "The GC #3 task Thread (ParallelGC)" prio = 6 tid = 0x00000000022a7000 nest 0x190c = executable

    'Periodic VM task Thread' prio = 10 tid = 0x000000000641c000 nest = 0 x 830 pending on the condition

    References global NYI: 3151

    If you cannot avoid using shortcut keys for cut/copy/paste in the PL/SQL Editor, then you must wait for a fix.  Here is a relevant discussion...

    Developer SQL 4.0.3 freezes often irreparably

    Try the production version 4.1 when it comes out.  Article 4.1 of the last is ai2 (Early adopter 2), but some corrections of editor-in-Chief of the JDeveloper team don't have become available until after this release.  We get close to having a RC1 (release candidate 1) and hope that the type of blocking you encounter will be finally fixed. Another recommendation is to disable see breadcrumbs in Tools > Preferences > code editor > display.  Who can help in some cases.

  • Cannot change the Google search bar

    In Safari, I go to Google.com and do a google search. So far so good.

    Now, on the search results page, I try to edit the search in the Google search bar and nothing happens - the Google search bar is totally insensitive. To do another search, I use the address bar in Safari or reload google.com.

    I have deleted history, deleted all the data of the Web site, disconnected plugins and extensions, deleted the cache via the menu Developer. I used 3 CleanMyMac to clear and reset everything.  I can't solve the problem.

    Safari 9.0.2 (11601.3.9)

    OS X El Capitan 10.11.2

    Mac Mini (late 2014)

    A

    Please see below:

    Cannot change the Google search criteria in Safari

    B

    'CleanMyMac' is a scam and a frequent cause of instability and poor performance. Depending on which version you have, the developer's instructions may not completely uninstall. Please follow these instructions, then do as below.

    Please, back up all data before proceeding.

    Triple-click anywhere in the line below on this page to select this option:

    /Library/LaunchDaemons/com.macpaw.CleanMyMac2.Agent.plist

    Right-click or Ctrl-click on the highlighted line and select

    Services ▹ reveal in Finder (or just to reveal)

    the contextual menu.*, a file can open with a selected item. If so, move the selected item to the trash. You may be prompted for administrator login password.

    Repeat with this line:

    /Library/PrivilegedHelperTools/com.macpaw.CleanMyMac2.Agent

    Restart the computer and empty the trash.

    You may also delete one or more of these elements in the same way:

    ~/Library/LaunchAgents/com.macpaw.CleanMyMac.helperTool.plist
    ~/Library/LaunchAgents/com.macpaw.CleanMyMac.volumeWatcher.plist
    ~/Library/LaunchAgents/com.macpaw.CleanMyMac3.Scheduler.plist

    Never install "CleanMyMac" or something like that.

    * If you do not see the item context menu copy the selected text in the Clipboard by pressing Control-C key combination. In the Finder, select

    Go ▹ go to the folder...

    from the menu bar and paste it into the box that opens by pressing command + V. You won't see what you pasted a newline being included. Press return.

  • Developer SQL blocks every time when saving

    Hello, I am using SQL Developer for the last 6 months on the same project, and just recently, I started running into this question.  Everytime I go to save the entire application crashes and this happens without worrying if I use the shortcut (ctrl + s) or click on the button Save real.  I have this problem consistantly when recording, but it will also happen occationaly when I open a menu, compilation or perform a specific function.  I have tried different ideas to solve the problem as the increase in the value of Xms, disable some preferences, used different java sdk, updated and re-installed but nothing has changed.  My friend who did the same as me is having no problem.  Is there anything I can delete temporary data that could help with this?  I've been looking at other positions, but the only one I've seen that's similar to me is not answered and some points in a similar position, but unanswered, Re: Developer SQL does not is this post.

    Here is my error report, it is bigger than my buffer allows then it is cut in the upper part.  I'm working on getting all of this, I just wanted to post this in the meantime.

    Thanks for any help.

            at org.openide.util.RequestProcessor$TickTac.obtainFirst(RequestProcesso
    r.java:2267)
            - locked <0x00000000ce163850> (a java.lang.Class for org.openide.util.Re
    questProcessor$TickTac)
            at org.openide.util.RequestProcessor$TickTac.run(RequestProcessor.java:2
    243)
    
    
    "Active Reference Queue Daemon" daemon prio=2 tid=0x000000000a62b800 nid=0x2184
    in Object.wait() [0x000000000b87f000]
       java.lang.Thread.State: TIMED_WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x00000000d2594818> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
            - locked <0x00000000d2594818> (a java.lang.ref.ReferenceQueue$Lock)
            at org.openide.util.lookup.implspi.ActiveQueue$Daemon.run(ActiveQueue.ja
    va:180)
            - locked <0x00000000d2594818> (a java.lang.ref.ReferenceQueue$Lock)
    
    
    "TimerQueue" daemon prio=6 tid=0x000000000a5ed000 nid=0x219c waiting on conditio
    n [0x000000000b67f000]
       java.lang.Thread.State: TIMED_WAITING (parking)
            at sun.misc.Unsafe.park(Native Method)
            - parking to wait for  <0x00000000ce164458> (a java.util.concurrent.lock
    s.AbstractQueuedSynchronizer$ConditionObject)
            at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226
    )
            at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject
    .awaitNanos(AbstractQueuedSynchronizer.java:2082)
            at java.util.concurrent.DelayQueue.take(DelayQueue.java:220)
            at javax.swing.TimerQueue.run(TimerQueue.java:171)
            at java.lang.Thread.run(Thread.java:745)
    
    
    "AWT-EventQueue-0" prio=6 tid=0x000000000a3b3000 nid=0x2198 waiting on condition
     [0x000000000ad7a000]
       java.lang.Thread.State: TIMED_WAITING (parking)
            at sun.misc.Unsafe.park(Native Method)
            - parking to wait for  <0x00000000d353fcf0> (a java.util.concurrent.lock
    s.ReentrantReadWriteLock$NonfairSync)
            at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226
    )
            at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireShared
    Nanos(AbstractQueuedSynchronizer.java:1033)
            at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireShare
    dNanos(AbstractQueuedSynchronizer.java:1326)
            at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.tryLock(Re
    entrantReadWriteLock.java:873)
            at oracle.javatools.buffer.JdkReadWriteLockImplementation.lock(JdkReadWr
    iteLockImplementation.java:189)
            at oracle.javatools.buffer.JdkReadWriteLockImplementation.readLock(JdkRe
    adWriteLockImplementation.java:94)
            at oracle.javatools.buffer.ReadWriteLock.readLock(ReadWriteLock.java:192
    )
            at oracle.javatools.buffer.AbstractTextBuffer.readLock(AbstractTextBuffe
    r.java:948)
            at oracle.javatools.buffer.ReadTextBufferDecorator.readLock(ReadTextBuff
    erDecorator.java:126)
            at oracle.javatools.editor.BasicDocument.readLock(BasicDocument.java:442
    )
            at oracle.javatools.editor.folding.DefaultCodeFoldingModel.readLock(Defa
    ultCodeFoldingModel.java:198)
            at oracle.javatools.editor.folding.CodeFoldingMargin.paintComponent(Code
    FoldingMargin.java:855)
            at javax.swing.JComponent.paint(JComponent.java:1054)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JViewport.paint(JViewport.java:731)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at org.jdesktop.jxlayer.JXLayer.paint(Unknown Source)
            at org.jdesktop.jxlayer.plaf.AbstractLayerUI.paintLayer(Unknown Source)
            at org.jdesktop.jxlayer.plaf.AbstractLayerUI.paint(Unknown Source)
            at javax.swing.plaf.ComponentUI.update(ComponentUI.java:161)
            at javax.swing.JComponent.paintComponent(JComponent.java:778)
            at org.jdesktop.jxlayer.JXLayer.paint(Unknown Source)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at org.netbeans.swing.tabcontrol.TabbedContainer.paint(TabbedContainer.j
    ava:994)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at org.netbeans.core.windows.view.ui.MultiSplitPane.paint(MultiSplitPane
    .java:341)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at org.netbeans.core.windows.view.ui.MultiSplitPane.paint(MultiSplitPane
    .java:341)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JLayeredPane.paint(JLayeredPane.java:585)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at org.netbeans.core.windows.view.ui.MainWindow$1.paint(MainWindow.java:
    179)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JLayeredPane.paint(JLayeredPane.java:585)
            at javax.swing.JComponent.paintChildren(JComponent.java:887)
            - locked <0x00000000ce717a18> (a java.awt.Component$AWTTreeLock)
            at javax.swing.JComponent.paint(JComponent.java:1063)
            at javax.swing.JComponent.paintToOffscreen(JComponent.java:5219)
            at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManag
    er.java:295)
            at javax.swing.RepaintManager.paint(RepaintManager.java:1249)
            at javax.swing.JComponent._paintImmediately(JComponent.java:5167)
            at javax.swing.JComponent.paintImmediately(JComponent.java:4978)
            at javax.swing.RepaintManager$3.run(RepaintManager.java:808)
            at javax.swing.RepaintManager$3.run(RepaintManager.java:796)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDo
    main.java:76)
            at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:796)
    
    
            at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:769)
    
    
            at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:7
    18)
            at javax.swing.RepaintManager.access$1100(RepaintManager.java:62)
            at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java
    :1677)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
            at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
            at java.awt.EventQueue.access$200(EventQueue.java:103)
            at java.awt.EventQueue$3.run(EventQueue.java:694)
            at java.awt.EventQueue$3.run(EventQueue.java:692)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDo
    main.java:76)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
            at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQu
    eueWrapper.java:169)
            at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQue
    ueWrapper.java:151)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:242)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:161)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:150)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
    
    
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    
    
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    
    
    "AWT-Windows" daemon prio=6 tid=0x000000000a3ae000 nid=0x217c runnable [0x000000
    000ab1f000]
       java.lang.Thread.State: RUNNABLE
            at sun.awt.windows.WToolkit.eventLoop(Native Method)
            at sun.awt.windows.WToolkit.run(WToolkit.java:307)
            at java.lang.Thread.run(Thread.java:745)
    
    
    "AWT-Shutdown" prio=6 tid=0x000000000a3ad000 nid=0x2194 in Object.wait() [0x0000
    00000aa1f000]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x00000000ce2bad18> (a java.lang.Object)
            at java.lang.Object.wait(Object.java:503)
            at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:296)
            - locked <0x00000000ce2bad18> (a java.lang.Object)
            at java.lang.Thread.run(Thread.java:745)
    
    
    "Java2D Disposer" daemon prio=10 tid=0x000000000a3ac000 nid=0x2190 in Object.wai
    t() [0x000000000a91f000]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x00000000ce27f228> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
            - locked <0x00000000ce27f228> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
            at sun.java2d.Disposer.run(Disposer.java:145)
            at java.lang.Thread.run(Thread.java:745)
    
    
    "Service Thread" daemon prio=6 tid=0x0000000008a5c000 nid=0x2188 runnable [0x000
    0000000000000]
       java.lang.Thread.State: RUNNABLE
    
    
    "C2 CompilerThread1" daemon prio=10 tid=0x0000000008a5a800 nid=0x216c waiting on
     condition [0x0000000000000000]
       java.lang.Thread.State: RUNNABLE
    
    
    "C2 CompilerThread0" daemon prio=10 tid=0x0000000008a55800 nid=0x2180 waiting on
     condition [0x0000000000000000]
       java.lang.Thread.State: RUNNABLE
    
    
    "Attach Listener" daemon prio=10 tid=0x0000000008a54000 nid=0x1a24 runnable [0x0
    000000000000000]
       java.lang.Thread.State: RUNNABLE
    
    
    "Signal Dispatcher" daemon prio=10 tid=0x0000000008a4d000 nid=0x21d8 waiting on
    condition [0x0000000000000000]
       java.lang.Thread.State: RUNNABLE
    
    
    "Finalizer" daemon prio=8 tid=0x00000000089fd000 nid=0x21d4 in Object.wait() [0x
    0000000009d5f000]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x00000000ce2bb4a8> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
            - locked <0x00000000ce2bb4a8> (a java.lang.ref.ReferenceQueue$Lock)
            at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
            at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
    
    
    "Reference Handler" daemon prio=10 tid=0x00000000089f2000 nid=0x1dfc in Object.w
    ait() [0x0000000009c5f000]
       java.lang.Thread.State: WAITING (on object monitor)
            at java.lang.Object.wait(Native Method)
            - waiting on <0x00000000ce2bb630> (a java.lang.ref.Reference$Lock)
            at java.lang.Object.wait(Object.java:503)
            at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
            - locked <0x00000000ce2bb630> (a java.lang.ref.Reference$Lock)
    
    
    "main" prio=6 tid=0x00000000027eb800 nid=0x12ec waiting on condition [0x00000000
    00000000]
       java.lang.Thread.State: RUNNABLE
    
    
    "VM Thread" prio=10 tid=0x00000000089ee000 nid=0xf18 runnable
    
    
    "GC task thread#0 (ParallelGC)" prio=6 tid=0x0000000002801000 nid=0xe38 runnable
    
    
    
    
    "GC task thread#1 (ParallelGC)" prio=6 tid=0x0000000002802800 nid=0x149c runnabl
    e
    
    
    "GC task thread#2 (ParallelGC)" prio=6 tid=0x0000000002804800 nid=0x314 runnable
    
    
    
    
    "GC task thread#3 (ParallelGC)" prio=6 tid=0x0000000002806000 nid=0x1e88 runnabl
    e
    
    
    "VM Periodic Task Thread" prio=10 tid=0x000000000a268800 nid=0x218c waiting on c
    ondition
    
    
    JNI global references: 2254
    
    
    Heap
     PSYoungGen      total 209408K, used 104582K [0x00000000ef500000, 0x00000000ffb8
    0000, 0x0000000100000000)
      eden space 197632K, 47% used [0x00000000ef500000,0x00000000f4fc39f0,0x00000000
    fb600000)
      from space 11776K, 98% used [0x00000000fb600000,0x00000000fc15e118,0x00000000f
    c180000)
      to   space 34816K, 0% used [0x00000000fd980000,0x00000000fd980000,0x00000000ff
    b80000)
     ParOldGen       total 175104K, used 91643K [0x00000000ce000000, 0x00000000d8b00
    000, 0x00000000ef500000)
      object space 175104K, 52% used [0x00000000ce000000,0x00000000d397efd8,0x000000
    00d8b00000)
     PSPermGen       total 84992K, used 84957K [0x00000000be000000, 0x00000000c33000
    00, 0x00000000ce000000)
      object space 84992K, 99% used [0x00000000be000000,0x00000000c32f7468,0x0000000
    0c3300000)
    
    

    Finally figured it out, had to kill the session.  I am embarressed to say that I try to look at user sessions. When I did, I saw there were two for me, one normal and one that screwed up.  It took a few runs for nothing to take, but in the end, it worked, this link helped how kill/terminate a session in Oracle

  • Cannot change the verssion 10 vm

    Hello

    I've installed sql as database 2014 external vm on vcenter 2012 windows. (vm version is 10)

    now it is notwork is offline and I can't reconnect. (I use not cause of missing SQL web client and cannot change the vm version 10 or later through guest post)

    What can I do?

    Help me please...

    .. .i is unusable web client cause missing SQL and cannot change the vm version 10 or later through desktop client...

    It seems you are using a version of vSphere Client 5.5 pro update 2. Download the latest vSphere Client 5.5 VMware KB: download for VMware vSphere Client URL. It will always display a caveat about HW Version the virtual machine, but will allow you to modify most of the settings of virtual machines.

    Note: update the vSphere Client may raise an error, so please uninstall the current vSphere Client 5.5 and then install a new one.

    André

  • Cannot change anything in InDesign CS 6

    I have 3 users using CS6. 1 of 3 cannot change InDesign doc the other 2 can. The '1' also has drop downs that will be will not develop while the other 2 can. I uninstalled and reinstalled nothing doesn't.

    Windows 7? If so, set the o/s at 100% size or disable aero.

  • Developer SQL connected to a DB SQL Server (problem with "INSERT an IDENTITY")

    I use developer SQL to connect to a DB in SQL Server by using the jTDS jar file.

    Problem is that when I try to run the "SET IDENTITY_INSERT < TABLE >;" SQL Developer has told me that he skips the command.
    Error message in the console: "SQLPLUS Command ignored: set IDENTITY_INSERT < TABLE > WE.

    I am running:
    Developer SQL v3.2.09 (Build HAND-09: 30 pm)
    JTDS - jtds - 1.2.6.jar
    JAVA jdk1.7.0_05

    Any idea why this might be happening?

    NOTE: I know that if the 'IDENTITY_INSERT' is already activated, then it could happen, but believe me, it isn't. Because, if I try to run a command "INSERT IN...» ", I get the error that the"INSERT an IDENTITY' is DISABLED for the table.

    Published by: Ali-Star August 29, 2012 11:22

    Set identity_insert is a command to SQL Server that is not managed by SQL Developer. You must pass the set command as it is on the SQl Server using the / * sqldev:stmt * /, for example:

    drop table test1;
    -Online moved as test1 table.

    create table test1 (col1 int identity (1,1));
    -Online table TEST1 created.

    Insert into test1 (col1) values (10);
    => Error from line 4 on order:
    -Online insert into test1 (col1) values (10)
    -Online error in the command line: 4 column: 0
    => Error report:
    -Online SQL error: cannot insert an explicit value for identity in the table 'test1' column when IDENTITY_INSERT is set to OFF.

    When I use the sqldev:stmt setting now I can place an order directly to SQL Server:

    / * sqldev:stmt * / set identity_insert test1;
    -Online set IDENTITY_INSERT succeeded.

    Insert into test1 (col1) values (11);
    -Online 1 lines inserted.

  • Edit/view (data or Table column) value - cannot change the data, but it can be updated

    Hello

    According to the help of Oracle SQL Developer Center, the dialog ' Change/see value (data or Table column)' should "change the value of data" if we "are allowed to change the data." We strive to use this dialog box to modify/update data without having to write an Update statement, but is not to leave us. Us are not allowed to update the data, we can update via update statements. Even as the owner of the schema.table, it don't will change us the value in the dialog box "Edit/see value (data or Table column).

    Any ideas?

    We are on SQL Developer Version 3.0.0.4 build HAND - 04.34 and Oracle 11 GR 1 material (11.1.0.7) database.

    Thank you

    Alex Larzabal.

    You can still vote on the existing demand for this developer SQL to add Exchange of weight for implementation as soon as possible:
    https://Apex.Oracle.com/pls/Apex/f?p=43135:7:3974986722753169:no:RP, 7:P7_ID:4902

    Kind regards
    K.

  • Area Developer SQL and Windows XP profile

    I work in a secure environment where my laptop is quite tightly controlled. In particular, all users of portable computers are limited to a space of 20 MB Windows user profile. There is space in C:\Documents and Settings\ < username > change Data. This is to prevent people to build huge profiles that take an age to download and synchronize with the server connection.

    Developer SQL writes stuff in this directory (as does the Data Modeler and JDeveloper). In particular, windowinglayout.xml develops and is now 1 Mb in size. I'm running out of space in my profile, and it won't take long until I'm at my limit. The file size seems to mostly be down to the contents of the/LayoutInfo/clientLayoutData/global/view-data of the item which has become huge. Much of the content seems to relate to connections and files and I tried to remove some connections, but that does not make any difference to the size of the file.

    The contents of this file can be controlled? Is it possible to move these files somewhere else, so that they don't cause me a problem? Are there other possible solutions?

    Thank you in advance.
    Andrew

    As workaround solution, map the parameters of your profile folder. Add to \sqldeveloper\bin\sqldeveloper.conf:

    AddVMOption-Dide.user.dir=C:\sqldeveloper

    Have fun
    K.

  • SQL Developer / SQL Loader - copy of tables

    Hello

    I currently work with two copies of a web application, to access the various Oracle environments.
    I can access these two databases by using only the credentials of the web application. These credentials allow CRUD operations, but have no permission to import/export.

    I tried to copy data between identical tables in the database. Given the restrictive permission set I was advised to use SQL Loader. I'm also using SQL Developer (cannot have TOAD for licensing reasons, bah!)

    I managed to save the tables I want to go to the source database by using the loader file format, but can't seem to find a way to use them in the destination database. Developer SQL provides a variety of export controls, import only I see associates a xls/csv format. There are other migration assistants provided with SQL Developer, but they don't seem to want to cling to my connection settings (import/export authorizations given, once again, I think).

    Developer SQL provides the facility to import ldr files?

    Thank you
    Jim

    No GUI, just the \bin\sqlldr.exe on the server...

    Have fun
    K.

  • Cannot change the incoming mail server. no text highlight

    I am unable to send mail from my Mac.  No problem with iphone or iPad. Cannot change incoming mail server as text is not highlighted.  Cannot change the server for outgoing (SMTP) mail. Cannot change the list of SMTP servers. Says offline.

    Hi Granny Smith 1.

    Thank you for using communities Support from Apple. Sorry to hear that you are having problems with mail. It's a little bit clear exactly what you see when you say that you cannot change any server info, but if you continue to have problems sending or receiving mail, you will find the troubleshooting steps in the following article useful:

    If you cannot send or receive e-mail on your Mac - Apple Support

    Kind regards.

Maybe you are looking for