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!

error in ./runInstaller

4cc6b1f4-1168-4855-ad28-9aeea0d23206Feb 2 2016 — edited Feb 3 2016

hi

when i am trying to run ./runInstaller i am getting error like below..i was trying to resove it from last two days but not getting any success so plz help in that

[oracle@localhost database]$ ./runInstaller

Starting Oracle Universal Installer...

Checking Temp space: must be greater than 80 MB.   Actual 2553 MB    Passed

Checking swap space: must be greater than 150 MB.   Actual 2999 MB    Passed

Checking monitor: must be configured to display at least 256 colors.    Actual 16777216    Passed

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2016-02-02_01-26-32PM. Please wait ...[oracle@localhost database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2016-02-02_01-26-32PM/jdk/jre/lib/i386/xawt/libmawt.so: libXext.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:1751)

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

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

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

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

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

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

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

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

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

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

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

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

    at com.jgoodies.looks.LookUtils.isLowResolution(Unknown Source)

    at com.jgoodies.looks.LookUtils.<clinit>(Unknown Source)

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

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

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

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

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

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

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

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

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

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

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 2 2016
Added on Feb 2 2016
6 comments
2,944 views