Re: Problem Starting ADMIN listener with the OWAS 3.0

From: Alex Snoeren <snoeren_at_casema.net>
Date: 1998/07/08
Message-ID: <6nvigc$iut$1_at_sun4000.casema.net>


>I've had something similar that was caused by the removal of a directory
>that the Admin Listerner had mapped. Check the svadmin.err file as this
>should detail what the actual error was.
>
>Steve

Hello Steve,

Thank you for your (quick) reply! I will give you some more details: I get error OWS-08802 Oracle Web listener 'admin' does ot exist when i execute : owctsl start admin
and i get internal windows error 2140 when i try to start the admin service from services.

I do not have a svadmin.err file (it is not created yet, so i assume no errors where generated, clear..it cant even find the listener)

I hope you (or others) can help me with this problem.

This is my OWL.CFG:
(I tried to change the dir. names also and left them the way they are now (after i changed it), because some of the directories where like / instead of \)

#

(
ListenerName=admin
(
PortNumber=8888
(
HostAddress=192.168.1.1
)
(
HostName=alex
)
(
PROXY=OFF
)
)
(
ServerRoot=E:\ORANT\ows\admin\ows\WEBSITE30\httpd_alex\admin\config\) )

#

(
ListenerName=www
(
PortNumber=81
(
HostName=alex
)
(
HostAddress=ANY
)
(
PROXY=OFF
)
)
(
ServerRoot=E:\ORANT\ows\admin\ows\WEBSITE30\httpd_alex\www\config\ )
)

This is my SVadmin.cfg file:

[MultiPort]
192.168.1.1 8888 NORM alex /
E:\ORANT\ows\admin\ows\WEBSITE30\httpd_alex\admin\log\ NONE [NetInfo]

MaxConnectCount         =  338

;DNSResolution = NEVER
DNSResolution = ALWAYS

ServerPID =
E:\ORANT\ows\admin\ows\WEBSITE30\httpd_alex\admin\config\svadmin.pid
;
;
; Log Information
;
; Set values for ...
; LogInfoFile ... Information (Audit) Log file
; AdminFile ... Error Log File
; TimeStyle ... Time Style
;

[LogParams]
AdminRollover     = never
TimeStyle     = GMT
AdminFile     =

E:\ORANT\ows\admin\ows\WEBSITE30\httpd_alex\admin\log\svadmin.err
;
; Uncomment the ConnectionLogs section if logging is to be done
; Specify the correct filename in place of 'FILENAME'
;
;[ConnectionLogs]
;FILENAME CLF {clf}
;
; Server Parameters
;
; Set values for ...
; RequestTimeout ... Time out for incoming requests
; ResponseTimeout ... Time out for outgoing responses
; ScriptTimeout ... Time out for Script response time
;

[Server]
InitialFile = index_admin.html
DefaultMIMEType = application/octet-stream
; UserDir = public_html
; UserDirInitialFile = myinitial.html
DefaultCharset     = iso-8859-1
PreferredLanguage  = en
ImageMap           = map
UseDirIndexing     = FALSE
CGITimeout         = 900

;
; Secure Information Parameters
;
; Set values for ...
; UserID ... Acquire privileges for User ID
; GroupID ... Acquire privileges for Group ID
;

[SecureInfo]
UserID = %OW%
GroupID = %GP%
;
;
; Directory Mappings
;
; List each mapping from a physical directory to a
; virtual directory, including the indicator whether
; the directory contains scripts or whether the
; subdirectories should be mapped recursively (R) or
; non-recursively (N).
;

[DirMaps]
; This first line which has ?/ows/3.0/doc needs to be here to keep
; the virtual path ordering correct.
E:\ORANT\ows\3.0\doc\    NR      /
E:\ORANT\ows\3.0\admdoc\ NR      /ows-adoc/
E:\ORANT\ows\3.0\admbin\ CR      /ows-abin/
E:\ORANT\ows\3.0\bin\    CR      /ows-bin/
E:\ORANT\ows\3.0\doc\    NR      /ows-doc/
E:\ORANT\ows\3.0\img\    NR      /ows-img/

  E:\ORANT\ows\3.0\cartx\vrml\admin\img\     NR      /admin/vrml/img/
  E:\ORANT\ows\3.0\cartx\vrml\admin\html\     NR      /admin/vrml/html/
  E:\ORANT\ows\3.0\cartx\vrml\admin\bin\     CR      /admin/vrml/bin/
  E:\ORANT\ows\3.0\cartx\vrml\doc\            NR      /admin/vrml/doc/
  E:\ORANT\ows\3.0\cartx\vrml\client\         NR      /admin/vrml/client/
  E:\ORANT\ows\3.0\cartx\vrml\demo\           NR      /admin/vrml/demo/


  E:\ORANT\ows\3.0\demo\    NR      /demo/

;E:\ORANT\ows\3.0\demo\bin\ CR /demo/bin/
;E:\ORANT\ows\3.0\demo\res\ NR /demo/img/
  E:\ORANT\ows\3.0\demo\ NR /demo/src/   E:\ORANT\ows\3.0\demo\img\ NR /tr-img/
E:\ORANT\ows\3.0\sample\  NR      /sample/
E:\ORANT\ows\3.0\sample\bin\ CR   /sample/bin/
E:\ORANT\ows\3.0\sample\source\java\  NR /sample/source/java/
E:\ORANT\ows\3.0\sample\source\livehtml\  NR  /sample/source/livehtml/
E:\ORANT\ows\3.0\sample\source\plsql\  NR /sample/source/plsql/
E:\ORANT\ows\3.0\sample\source\perl\  NR /sample/source/perl/
E:\ORANT\ows\3.0\sample\source\wrb\   NR /sample/source/wrb/

;E:\ORANT\ows\3.0\oss\doc\ NR /ows-oss/doc/
;E:\ORANT\ows\3.0\oss\admin\ NR /ows-oss/admin/
;E:\ORANT\ows\3.0\oss\img\ NR /ows-oss/img/
;E:\ORANT\ows\3.0\oss\ NR /ows-oss/
;E:\ORANT\ows\3.0\cartx\vrml\admin\img NR /admin/vrml/img/
;E:\ORANT\ows\3.0\cartx\vrml\admin\html NR /admin/vrml/html/
;E:\ORANT\ows\3.0\cartx\vrml\admin\bin CR /admin/vrml/bin/
;E:\ORANT\ows\3.0\cartx\vrml\doc NR /admin/vrml/doc/
;E:\ORANT\ows\3.0\cartx\vrml\client NR /admin/vrml/client/
;E:\ORANT\ows\3.0\cartx\vrml\demo NR /admin/vrml/demo/
;E:\ORANT\ows\3.0\cartx/wodbc/admin/html/ NR /wodbc/admin/html/
;E:\ORANT\ows\3.0\cartx/wodbc/admin/bin/ CR /wodbc/admin/bin/
;E:\ORANT\ows\3.0\cartx/wodbc/admin/img NR /wodbc/admin/img/
;E:\ORANT\ows\3.0\cartx/wodbc/doc/ NR /wodbc/doc/
;E:\ORANT\ows\3.0\cartx/wodbc/sample/ NR /wodbc/sample/

;
; Language Extensions
;
; List for each combination of language type
; and character set one or more unique
; extensions.
;

[LangExt]
en iso-8859-1 eng

en  unicode-1-1   engU u
Cfr-CA  iso-8859-1   fr
Cfr-FR  iso-8859-1   fr

jp-JP iso-2022-jp jp
jp-JP unicode-1-1-utf-8 jpU
;
;
; MIME Types
;
; List for each combination of MIME Type
; and representation one or more unique
; extensions.
;

[MIMETypes]
text/html htm html HTML HTM
image/jpeg jpg jpeg JPG
image/gif gif GIF
appl/text doc DOC
text/plain txt ksh lst java c
application/postscript ps
application/pdf pdf PDF
;x-world/x-vrml wrl vrml

model/vrml wrl vrml

;

[Encodings]

compress        Z
gzip            gz

;

[Security]
;SSL {
;CertFile = E:\ORANT\ows\3.0\osskeys\cert.der
;DistNameFile = E:\ORANT\ows\3.0\osskeys\servname.der
;KeyFile = E:\ORANT\ows\3.0\osskeys\privkey.der
;CADir = E:\ORANT\ows\3.0\ca
;CRLDir = E:\ORANT\ows\3.0\cacrls
;}

Basic {
(Users)
admin: manager
(Groups)
dba: admin
(Realms)
Admin Server: dba
}
;
;

[Protection]
/          RWD Basic(Admin Server)
/ows-adoc/       RWD Basic(Admin Server)
/ows-abin/       RWD Basic(Admin Server)
/ows-bin/        RWD Basic(Admin Server)
/ows-doc/        RWD Basic(Admin Server)
/demo/           RWD Basic(Admin Server)
/demo/bin/       RWD Basic(Admin Server)
/demo/src/       RWD Basic(Admin Server)
/sample/bin/     RWD Basic(Admin Server)
/ows-oss/doc/    RWD Basic(Admin Server)
/ows-oss/admin/  RWD Basic(Admin Server)
/wodbc/admin/html/ RWD Basic(Admin Server)
/wodbc/admin/bin/  RWD Basic(Admin Server)
/wodbc/doc/        RWD Basic(Admin Server)
/wodbc/sample/     RWD Basic(Admin Server)

;

[DynApps]
E:\ORANT\ows\3.0\bin\ndwfss30.dll oracle_adp_init Received on Wed Jul 08 1998 - 00:00:00 CEST

Original text of this message