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 -> MS Internet Explorer Crash the Oracle Web Listener on Oracle Web 3.0 Beta 3

MS Internet Explorer Crash the Oracle Web Listener on Oracle Web 3.0 Beta 3

From: Qun Li <qun.li_at_attws.com>
Date: 1997/03/25
Message-ID: <33381632.18C8@attws.com>#1/1

Hello:

I am using Oracle Web 3.0 Beta 3 on Solaris 2.4 with Oracle 7.3.2. When I use Netscape, everything seems to be fine (samples, take the train, etc.). But if I switched to use Explorer, my Oracle Web Listener on Solaris will die. The message is, Error: Companion oraweb process failed. If you checked the status of the listener at this time, it will show 'admin' is DOWN.

I was able to re-create this problem again and again when I visited the 'Take the Train' sample.

Once I manually start up the listener admin, things will back to normal. anyone had same experience?

I had trouble to manually start the admin listener yesterday. Now I have found it was the environment variables problem. You need to add ORAWEB_BASE
and ORAWEB_ADMIN to your environment variables. They are,

ORAWEB_BASE=`dirname $ORAWEB_HOME `
ORAWEB_ADMIN=$ORAWEB_BASE/admin

Also you need to add dir $ORAWEB_HOME/sample/source/ to your svadmin.cfg file. Otherwise, you will not be able to get the sample source code page through the links.

Received on Tue Mar 25 1997 - 00:00:00 CST

Original text of this message

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