Sunday 19 October 2014

<unable to fully process the TLD cache for the following reason: While preloading the CachedConfigTable.. java.util.zip.ZipException: invalid entry CRC

 

I got this error with Jdeveloper 11g R1.

Don’t know why, because a day before this when I left the work everything worked fine. Today, when I came back and tried to run the application I got this error.

After “fighting” it for several hours, I just deleted the Default Domain and it solved the problem. Of course it is not a solution for Production , but allowed me to continue the development

Tuesday 14 October 2014

Broken mouse pointer in Jdeveloper 12c and Sqldeveloper 4.0.2 under Fedora (20) Linux

Hi. I recentrly installed Jdeveloper 12.1.3 and found that there is completely mismatch between the application menu and the place on the screen I am clicking with my mouse. I mean  - to click on the "File"  menu I actually have to click about 20px to the right and 10px to the left of the actual "File" location on screen.
   Probably it is some JDK bug.
Not sure about the fix, but the workaround is just set the DESKTOP_SESSION=mate before starting the Jdeveloper.


I also experienced the same issue on the same OS with sqldeveloper 4.0.2
I was able to run it fine  by setting
export AWT_TOOLKIT=MToolkit
before starting the sqldeveloper