Oracle installing problems [message #91720] |
Mon, 20 January 2003 01:35 |
Hien Tran
Messages: 2 Registered: June 2002
|
Junior Member |
|
|
Hi Friends,
I'm trying to install Oracle9i (9.2.0.1.0) on Solaris8.
I've gotten error messages when started the runInstaller:
Exception occurred during event dispatching:
java.lang.InternalError: java/langNullPointerException
at sun.awt.motif.X11Graphics.pSetFont(Native Method)
at sun.awt.motif.X11Graphics.setFont(X11Graphics.java:266)
at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.paint(OiifmSplashScree
n.java:138)
at sun.awt.RepaintArea.paint(RepaintArea.java:298)
at sun.awt.motif.MComponentPeer.handleEvent(MComponentPeer.java:349)
at java.awt.Component.dispatchEventImpl(Component.java:2663)
at java.awt.Container.dispatchEventImpl(Container.java:1213)
at java.awt.Window.dispatchEventImpl(Window.java:914)
at java.awt.Component.dispatchEvent(Component.java:2497)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
read.java:131)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
ad.java:98)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
I ignoired them and the installing completed. But I've gotten another error messages when I started the dbca program:
ava.lang.NullPointerException
at sun.awt.motif.X11FontMetrics.<init>(Compiled Code)
at sun.awt.motif.X11FontMetrics.getFontMetrics(Compiled Code)
at sun.awt.motif.MToolkit.getFontMetrics(Compiled Code)
at java.awt.Component.getFontMetrics(Compiled Code)
at oracle.ewt.multiLineLabel.MultiLineLabel.setFont(Compiled Code)
at oracle.sysman.assistants.util.SplashScreenWindow.createBannerPanel(Compiled Code)
at oracle.sysman.assistants.util.SplashScreenWindow.initControls(Compiled Code)
at oracle.sysman.assistants.util.SplashScreenWindow.init(Compiled Code)
at oracle.sysman.assistants.util.SplashScreenWindow.<init>(Compiled Code)
at oracle.sysman.assistants.util.SplashScreen.<init>(Compiled Code)
at oracle.sysman.assistants.dbca.ui.UIHost.initialize(Compiled Code)
at oracle.sysman.assistants.dbca.Dbca.execute(Compiled Code)
at oracle.sysman.assistants.dbca.Dbca.main(Compiled Code)
What is happening? How can I fix it?
Many thanks for any advice.
|
|
|
|
Re: Oracle installing problems [message #92002 is a reply to message #91720] |
Wed, 21 January 2004 10:49 |
Stephen Francis
Messages: 2 Registered: August 2000
|
Junior Member |
|
|
I have encountered the exact same problem... against the exact same Solaris version - today. Coincedence is funny... but this problem is not.
My env is all set properly... (by the way, if you haven't created your first database, you don't necessarily have a SID yet, right?)
Anyway, Still getting the java exception & stack and the config assistant never shows up (I'm running it from an exported xterm, the DISPLAY is definitely set right)... I wonder if it's a swing/X-client problem... hmmmm
|
|
|
Re: Oracle installing problems [message #92010 is a reply to message #92002] |
Tue, 27 January 2004 15:34 |
Peter Hewitt
Messages: 2 Registered: January 2004
|
Junior Member |
|
|
Same here and it's driving me crazy. I'm really keen to use dbca to create a new database.
I found I could get past the above error by:
dbca -continueOnNonFatalErrors true
but then it seems to require me to spec everything on the command line.
I see this thread is already a year old so hold little hope that someone will come up with a solution.
|
|
|
Re: Oracle installing problems [message #92011 is a reply to message #91720] |
Tue, 27 January 2004 17:25 |
Peter Hewitt
Messages: 2 Registered: January 2004
|
Junior Member |
|
|
I read elsewhere that using Hummingbird Exceed as your xterm emulator solved this problem ... and it does! But what an expensive fix! I also tried on a real Sun x-terminal but that still had the same problem.
It seems to me that all you need is the correct fonts - I'll keep looking!
|
|
|
|