Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Netbackup Java

Status
Not open for further replies.

cavie

MIS
Sep 10, 2003
28
SG
Hi,

I am running Netbackup datacentre 4.5GA on Solaris 8. Everytime, I try to run jnbSA using X-display on the dt GUI, it will give the following errors. BTW, the DISPLAY variable is properly set and xhost is done. Everything work fine if I use Exceed. I try to debug but cannot find any clue to the problem.

Any one had any idea?

Thanks in advance
cavie.




> /usr/openv/netbackup/bin/jnbSA

The log file for this execution instance is
/usr/openv/java/logs/sgnbadm1.jnbSA.3672.log


Your DISPLAY environment variable is set as follows:
10.153.x.x:1.0

Font specified in font.properties not found [-urw-itc zapfdingbats-medium-r-normal--*-%d-*-*-p-*-sun-fontspecific]
.....
Font specified in font.properties not found [-urw-itc zapfdingbats-medium-r-normal--*-%d-*-*-p-*-sun-fontspecific]
getAppletParameter - applet is null, returning default value.
com.sun.java.swing.plaf.motif.MotifLookAndFeel/icons/UpFolder.gif not found.
.....
com.sun.java.swing.plaf.motif.MotifLookAndFeel/icons/HardDrive.gif not found.
com.sun.java.swing.plaf.motif.MotifLookAndFeel/icons/JavaCup.gif not found.
java.lang.NullPointerException: NullPointerException
at sun.awt.motif.MFramePeer.pSetIconImage(Native Method)
at sun.awt.motif.MFramePeer.setIconImage(MFramePeer.java:149)
at sun.awt.motif.MFramePeer.<init>(MFramePeer.java:54)
at sun.awt.motif.MToolkit.createFrame(MToolkit.java:138)
at java.awt.Frame.addNotify(Frame.java:353)
at vrts.nbe.JavaPresentationLayer.addNotify(JavaPresentationLayer.java:202)
at vrts.nbe.AdminConsole.addNotify(AdminConsole.java:106)
at java.awt.Window.show(Window.java:385)
at java.awt.Component.show(Component.java:946)
at java.awt.Component.setVisible(Component.java:903)
at vrts.common.utilities.CommonFrame.setVisible(CommonFrame.java:282)
at vrts.nbe.AdminConsole.main(AdminConsole.java:87)
>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top