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

Home -> Community -> Usenet -> c.d.o.misc -> Re: WebDB can't connect

Re: WebDB can't connect

From: Salvatore ILardo <salvo_at_www.rokeby.com>
Date: Fri, 19 Nov 1999 22:42:57 -0000
Message-ID: <819qko$br9$1@taliesin.netcom.net.uk>


You also have look at your Web server log and error files. There you will probably find further details about the errors. Provided that the listener (tnsnames.ora) is configured properly, when WebDB connect the http, the first thing that it tries to do is present user and password to the daemon (http) which try eventually to connect your database with schema webdb. If it doesn't succeed it may be something related to the access or user rights.

Salvo
salvo_at_www.rokeby.com

Michael Rothwell wrote in message <3830AA5B.741AE35B_at_yahoo.com>...
>I just installed WebDb 2.1.0.9.3 on an NT 4.0 SP5 machine running a
>local 8.1.5 database.
>
>I can connect to the DB fine from other tools. When I look at Services,
>it shows that the WebDB Listener is running.
>
>Trying to access the default page I get the following message:
>
> The connection timed out. The server could be down, unreachable,
> or is not responding. If you are unable to connect again later,
>contact
> the server's administrator.
>
>The browser status line says that the host has been "contacted. Waiting
>for reply"
>
>Here is a copy of the listener log file:
>
>*** Oracle WebDb Listener Version 2.1.0.9.5 built on Jul 25 1999 at
>13:06:03 ***
>Attempting to Listen on ros87092rot.rose.hp.com, port 80 at
>15/Nov/1999:16:13:55.
>Fatal error: accept failed (errno 0)
>
>*** Oracle WebDb Listener Version 2.1.0.9.5 built on Jul 25 1999 at
>13:06:03 ***
>Attempting to Listen on ros87092rot, port 80 at 15/Nov/1999:16:37:46.
>
>It appears the it's trying to start ( even though the services panel
>says it's running ). But when I cycle the server, it writes the (errno
>0) message which leads me to believe that it never actually started.
>
>I'll also include my wdbsvr.app file:
>
>;
>[WVGATEWAY]
>;timingsTable =
>defaultDAD = WebDB
>administrators = all
>adminPath = /admin_/
>;debugModules =
>;timingsModules =
>;
>[DAD_WebDB]
>connect_string = mypc
>password = webdb
>username = webdb
>default_page = WEBDB.home
>document_table = WEBDB.wwv_document
>document_path = docs
>document_proc = WEBDB.wwv_testdoc.process_download
>;name_prefix =
>reuse = Yes
>connmax = 4
>;
>
>Thank you for any help
>
>Michael
>
>
>
Received on Fri Nov 19 1999 - 16:42:57 CST

Original text of this message

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