Skip to Main Content

Oracle Database Express Edition (XE)

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!

Trying to install oracle client facing the issue for Xhost + and Xclock though the packages of the x

d3a053d0-08d4-41c7-8dfa-7e71c0e8981cAug 16 2019 — edited Aug 16 2019

Hi,

I am trying to install oracle client in one of the AWS EC2 instance ip:10.60.30.30 and facing the issue for Xhost + and Xclock though the packages of the xorg,xclock is installed and up to date.

Here are the steps i followed

--> X11 forwarding to yes in /etc/ssh/sshd_config

--> X11 forwarding enabling from putty/mobaxterm

--> turning on Xming

--> Set DISPLAY=10.60.30.30:0.0; export DISPLAY

Still i face unable to open display issue for Xhost + and Xclock command.

and also i face java exception below when i run ./runinstaller script as oracle user, let me know if it requires any ticket for the same.

[oracle@plb-tfb-dig-w2a-a database]$ ./runInstaller

Starting Oracle Universal Installer...

Checking Temp space: must be greater than 120 MB.   Actual 2883 MB    Passed

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

Checking monitor: must be configured to display at least 256 colors

    >>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set.    Failed <<<<

Some requirement checks failed. You must fulfill these requirements before

continuing with the installation,

Continue? (y/n) [n] y

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

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2019-08-05_06-37-54AM. Please wait ...[oracle@plb-tfb-dig-w2a-a database]$ Exception in thread "main" java.lang.NoClassDefFoundError

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

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

        at java.awt.Toolkit$2.run(Toolkit.java:821)

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

        at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)

        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
Post Details
Added on Aug 16 2019
1 comment
879 views