Concurrent Requests (Java Based) Failing With Could not initialize class sun.awt.SunToolkit
Hi Experts
the environment is R12.1.3+JDK1.6.0_71
Now All the Java concurrent request complete with error. we run FNDOAMCOL and in the log file, we can found the following error messages,
I will upload the log files later, Please check it for detail.
=========
Exception in thread "main" oracle.apps.fnd.common.PoolException: Exception creating new Poolable object.
...
Caused by: java.lang.NoClassDefFoundError: Could not initialize class oracle.jdbc.OracleDriver
...
Exception in thread "Thread-0" java.lang.NoClassDefFoundError: Could not initialize class sun.awt.SunToolkit
========
I have performed the work on note#1574886.1,because error "Could not initialize class sun.awt.SunToolkit" is the same with our concurrent error.