RCU installation issue
Hi,
i am installing rcu on linux so i went to the path rcuhome/bin and then run the command ./rcu(it throwed the error "DISPLAY not set.
Set DISPLAY environment variable, then re-run.")
so i tried setting the display as: $ export DISPLAY=101.23.100.1:0.0 and checked it in the env it displays the same.
but after setting the display when the run the same command again ./rcu it throwed the error as below:
Failed to initialize logger with location :/apps/OBIEE/Software/rcuHome/rcu/log/logdir.2012-01-06_12-36/rcu.log
Initializing logger using the following location :/tmp/logdir.2012-01-06_12-36/rcu.log
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using '101.23.100.1:0.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.access$100(X11GraphicsEnvironment.java:52)
at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:155)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:131)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:68)
at sun.awt.X11.XToolkit.<clinit>(XToolkit.java:89)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at java.awt.Toolkit$2.run(Toolkit.java:834)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:826)
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 oracle.sysman.assistants.rcu.ui.InteractiveRCUModel.<init>(InteractiveRCUModel.java:117)
at oracle.sysman.assistants.rcu.Rcu.execute(Rcu.java:292)
at oracle.sysman.assistants.rcu.Rcu.main(Rcu.java:344)
any help?
thanks in advance