Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error encountered while trying to Load SQL Developer in Linux 6.4

Gbenga AjakayeSep 19 2016

I got the error below while trying to load Sql Developer. I’m not sure exactly what it means. Though I got the error, SQL Developer still launched successfully and I was able to connect.

  1. Why did this error happen?
  2. What caused it?
  3. Could the source of the error be fixed so that I won’t get it next time?

oracle@bcg14: ~/sqldeveloper]$ ./sqldeveloper.sh

Oracle SQL Developer
Copyright (c) 2008, Oracle. All rights reserved.

java.lang.IllegalStateException: show called from non-event thread
at oracle.ide.controls.WaitCursor.show(WaitCursor.java:269)
at oracle.ideimpl.print.PrintManagerImpl$2.construct(PrintManagerImpl.java:509)
at oracle.ide.util.SwingWorker$2.run(SwingWorker.java:132)
at java.lang.Thread.run(Thread.java:595)
Parse time = 470
Incremental Parse time = 243
Incremental Parse time = 2
Incremental Parse time = 0
InsightableOracleDatabase.fetch() time = 17
roots: file:/, url: file:/home/oracle/.sqldeveloper/tmp/sqldev1163533579890834430.sql, event: FILE_CHANGED
roots: file:/, url: file:/home/oracle/.sqldeveloper/tmp/sqldev1163533579890834430.sql, event: FILE_CHANGED

Comments
Post Details
Added on Sep 19 2016
0 comments
768 views