Oracle 11g/ 12C installation
DBCA error
No protocol specified Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11.XToolkit at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264)
Solution, copy the file:
cp /root/.Xauthority /home/grid/.Xauthority
Insure that the user can read & write to the file by:
chmod 600 /home/grid/.Xauthority
chown grid /home/grid/.Xauthority
No comments:
Post a Comment