Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Java search applet in oracle HTML doc not working

Java search applet in oracle HTML doc not working

From: Bib Endum <gd-newsgroups_at_spamex.com>
Date: Thu, 26 Feb 2004 10:30:14 -0500
Message-ID: <fio%b.15313$Mo4.525436@news20.bellglobal.com>


The oracle HTML documentation on CD ROM used to be searchable on my PC with a java applet (Oracle Information Navigator) in the upper right corner of the HTML pages. Now, it no longer works. Instead of seeing the applet, I see a gray box and I have an error in the Java console:

java.lang.NullPointerException
 at oracle.ewt.lwAWT.BufferedFrame.getFill(BufferedFrame.java:415)  at oracle.ewt.lwAWT.BufferedFrame.reshape(BufferedFrame.java:843)

 at java.awt.Component.setBounds(Component.java:1665)
 at java.awt.Component.move(Component.java:1542)
 at java.awt.Component.setLocation(Component.java:1534)
 at java.awt.Window.init(Window.java:242)
 at java.awt.Window.<init>(Window.java:268)
 at java.awt.Frame.<init>(Frame.java:398)
 at oracle.ewt.popup.PopupFrame.<init>(PopupFrame.java:48)
 at oracle.ewt.lwAWT.BufferedFrame.<init>(BufferedFrame.java:93)
 at oracle.odp.Search.SearchFrame.<init>(SearchFrame.java:229)
 at OraInfoNav.init(OraInfoNav.java:300)  at sun.applet.AppletPanel.run(AppletPanel.java:348)  at java.lang.Thread.run(Thread.java:536)

I'm using micro$oft Internet exploder 6 and the sun/java JRE 1.4.1_02. Other java applets run just fin on this machine. Received on Thu Feb 26 2004 - 09:30:14 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US