an unexpected severe error has occurred in Jdeveloper

Kishor@jde

Active Member
When I right click on any BSSV java file in jdeveloper I am getting below error .


java.awt.IllegalComponentStateException in o.javatools.ui.GraphicsUtils:181



an unexpected severe error has occurred in Jdeveloper
The program may be unstable ,

caught exception
java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
j.a.Component.getLocationOnScreen_NoTreeLock(Component.java:2044)
j.a.Component.getLocationOnScreen(Component.java:2018)
o.javatools.ui.GraphicsUtils.getPopupMenuShowPoint(GraphicsUtils.java:181)
o.i.controller.ContextMenu.show(ContextMenu.java:293)
o.i.ceditor.CodeEditor.showPopup(CodeEditor.java:968)
o.javatools.editor.BasicCaret.checkIsPopupTrigger(BasicCaret.java:1605)
o.javatools.editor.BasicCaret.mouseReleased(BasicCaret.java:1571)
o.javatools.editor.plugins.DragDropPlugin$DragCaret.mouseReleased(DragDropPlugin.java:936)
j.a.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:290)
j.a.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
j.a.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
j.a.Component.processMouseEvent(Component.java:6505)
jx.s.JComponent.processMouseEvent(JComponent.java:3321)
j.a.Component.processEvent(Component.java:6270)
j.a.Container.processEvent(Container.java:2229)

We are using JDeveloper 12c ,JDE E9.0

Thanks in advance !!!!
 
Back
Top