Skip to Main Content

SQL Developer

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!

Sqldeveloper 19.1 crashing

mfuller-OracleMay 7 2019 — edited May 17 2019

Oracle Linux 7u6, Oracle JDK-8u211, SQL Developer-19.1.0.094.2042

Can start it and use it once or twice. After that, it crashes every time with the following error:

[oracle@XXXXXX ]$ sqldeveloper.sh

Oracle SQL Developer

Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.

(java:19706): Gdk-ERROR **: 03:53:30.281: The program 'java' received an X Window System error.

This probably reflects a bug in the program.

The error was 'RenderBadPicture (invalid Picture parameter)'.

  (Details: serial 12634 error_code 141 request_code 139 minor_code 6)

  (Note to programmers: normally, X errors are reported asynchronously;

   that is, you will receive the error a while after causing it.

   To debug your program, run it with the --sync command line

   option to change this behavior. You can then get a meaningful

   backtrace from your debugger if you break on the gdk_x_error() function.)

/u01/app/oracle/sqldeveloper/sqldeveloper/bin/../../ide/bin/launcher.sh: line 1606: 19706 Trace/breakpoint trap   ${JAVA} "${APP_VM_OPTS[@]}" ${APP_ENV_VARS} -classpath ${APP_CLASSPATH} ${APP_MAIN_CLASS} "${APP_APP_OPTS[@]}"

If I remove the directory $HOME/.sqldeveloper/system19.1.0.094.2042 then I can suscessfully restart it, but aftger closing and restarting, it return to crashing immediately upon displaying the first window.

Comments
Post Details
Added on May 7 2019
4 comments
1,638 views