cancel
Showing results for 
Search instead for 
Did you mean: 

Fail to open BAR in NBU 6.5 AIX

John_Optimus
Level 4
Accredited
 I am trying to open the Java console on the client wherein oracle db agent is installed, I ran "./jbaSA" below was the message:
 
# ./jbpSA
        Starting user console version 6.5.
        The log file for this execution instance is
        /usr/openv/netbackup/logs/user_ops/nbjlogs/jbp.root.jbpSA.397746.log

DISPLAY environment variable is set to:
Console was started on:
        AIX UX05UMIDPRD 3 5 00C6F8424C00
Command line options were:
        ./jbpSA
Starting user console version 6.5.
LANG=en_US
LC_COLLATE="en_US"
LC_CTYPE="en_US"
LC_MONETARY="en_US"
LC_NUMERIC="en_US"
LC_TIME="en_US"
LC_MESSAGES="en_US"
LC_ALL=
java version "1.6.0"
Java(TM) SE Runtime Environment (build pap3260sr6-20090925_01(SR6))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 AIX ppc-32 jvmap3260sr6-20090923_42924 (JIT enabled, AOT enabled)
J9VM - 20090923_042924
JIT  - r9_20090902_1330ifx1
GC   - 20090817_AA)
JCL  - 20090924_01
java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
        at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:162)
        at java.awt.Window.<init>(Window.java:431)
        at java.awt.Frame.<init>(Frame.java:415)
        at javax.swing.JFrame.<init>(JFrame.java:219)
        at vrts.common.utilities.CommonFrame.<init>(CommonFrame.java:75)
        at vrts.common.utilities.CommonFrame.<init>(CommonFrame.java:70)
        at vrts.nbe.BaseNBEFrame.<init>(BaseNBEFrame.java:59)
        at vrts.nbe.LoginFrame.<init>(LoginFrame.java:228)
        at vrts.nbe.JavaPresentationLayer.initiateLogin(JavaPresentationLayer.java:154)
        at vrts.nbe.UserConsole.main(UserConsole.java:69)
#

-END-


What would be the issue with this?
Thanks.
4 REPLIES 4

davidbe
Level 4
Look like your XWindow apps is not running

Will_Restore
Level 6

include workstation hostname to your command line, like this

jbpSA  -d hostname:0.0

John_Optimus
Level 4
Accredited

Hi Thanks!

Will_Restore
Level 6
or setting DISPLAY environment variable?