Skip to Main Content

Oracle Database Discussions

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!

Oracle 12c runinstaller failed ...libmawt.so: libXext.so.6: cannot open shared object file

Preethi DBAJun 19 2014 — edited Jan 8 2015

Hi Friends,

I am facing below error... while  running the runinstaller ..

>>> Ignoring required pre-requisite failures. Continuing...

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2014-06-19_12-24-38PM. Please wait ...[oracle@ftd-monitor01 database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2014-06-19_12-24-38PM/jdk/jre/lib/amd64/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory

        at java.lang.ClassLoader$NativeLibrary.load(Native Method)

        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)

        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)

        at java.lang.Runtime.load0(Runtime.java:770)

        at java.lang.System.load(System.java:1003)

        at java.lang.ClassLoader$NativeLibrary.load(Native Method)

        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)

        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1724)

        at java.lang.Runtime.loadLibrary0(Runtime.java:823)

        at java.lang.System.loadLibrary(System.java:1028)

        at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)

        at java.security.AccessController.doPrivileged(Native Method)

        at java.awt.Toolkit.loadLibraries(Toolkit.java:1605)

        at java.awt.Toolkit.<clinit>(Toolkit.java:1627)

        at com.jgoodies.looks.LookUtils.isLowResolution(LookUtils.java:484)

        at com.jgoodies.looks.LookUtils.<clinit>(LookUtils.java:249)

        at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:135)

        at java.lang.Class.forName0(Native Method)

        at java.lang.Class.forName(Class.java:247)

        at javax.swing.SwingUtilities.loadSystemClass(SwingUtilities.java:1850)

        at javax.swing.UIManager.setLookAndFeel(UIManager.java:557)

        at oracle.install.commons.util.Application.startup(Application.java:792)

        at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:165)

        at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:182)

        at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:355)

        at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:130)

        at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:161)

Verified the packages... its installed already but eventhough i am facing the above error...

[oracle@ftd-monitor01 ~]$ rpm --queryformat '%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n' -q libXt

libXt-1.0.2-3.2.el5.x86_64

libXt-1.0.2-3.2.el5.i386

Any idea to solve these issue...

Regards,

Preethi

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 28 2014
Added on Jun 19 2014
12 comments
9,567 views