HELP PLEASE WAS 3.0.2 for Linux
Date: Sat, 24 Jul 1999 21:00:26 +0500
Message-ID: <7nckpa$it3$1_at_cclinfo.perm.su>
HELP!!!!HELP!!!PLEASE!!!
I have Debian 2.0.36 & Oracle 8.0.51 EE. This is products ork very fine! Now I want run WAS 3.0.2
After installing I run WRB listner(./owsctl start wrb). This step - success!!!!
But I can't run Admin web listener(./owsctl start admin)!!! This step - failed!!!
HELP!!!!
oracle:~-> printenv
ORACLE_SID=JOHN
ORAWEB_ADMIN=/u01/app/oracle/admin
HOSTNAME=sky
LD_LIBRARY_PATH=/u01/app/oracle/product/8.0.5/ows/3.0/lib:/u01/app/oracle/pr
oduct/8.0.5/ows/3.0/omx/lib:/u01/app/oracle/product/8.0.5/lib
LS_OPTIONS=--color=always -F -T 0
MANPATH=:/u01/app/oracle/product/8.0.5/ows/3.0/omx/man
PS1=\u:\w ->
PS2=next>
ORAWEB_HOME=/u01/app/oracle/product/8.0.5/ows/3.0
ORAWEB_SITE=website30
USER=oracle
LANG=koi8-r
ORACLE_BASE=/u01/app/oracle
ORACLE_HOME=/u01/app/oracle/product/8.0.5
LOGNAME=oracle
ORA_NLS33=/u01/app/oracle/product/8.0.5/ocommon/nls/admin/data
SHELL=/bin/bash
OSTYPE=linux-gnu
TERM=linux HOME=/u01/app/oracle/product/8.0.5 PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/u01:/u02:/u03:/u01/app/oracle/product/8.0.5/ows/3.0/bin
NLS_LANG=AMERICAN_CIS.CL8MSWIN1251
TNS_ADMIN=/u01/app/oracle/product/8.0.5/network/admin
oracle:~bin -> ./dbstart
Oracle Server Manager Release 3.0.5.0.0 - Production (c) Copyright 1997, Oracle Corporation. All Rights Reserved. Oracle8 Enterprise Edition Release 8.0.5.1.0 - Production With the Partitioning and Objects options PL/SQL Release 8.0.5.1.0 - Production
SVRMGR> Connected.
SVRMGR> ORACLE instance started.
Total System Global Area 4853008 bytes Fixed Size 48400 bytes Variable Size 4321280 bytes Database Buffers 409600 bytes Redo Buffers 73728 bytesDatabase mounted.
Database opened.
SVRMGR>
Server Manager complete.
Database "JOHN" warm started.
oracle:~bin -> ./nsrctr start
LSNRCTL for Linux: Version 8.0.5.0.0 - Production on 19-JUL-99 19:40:15 (c) Copyright 1997 Oracle Corporation. All rights reserved.
Starting /u01/app/oracle/product/8.0.5/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 8.0.5.0.0 - Production
System parameter file is
/u01/app/oracle/product/8.0.5/network/admin/listener.ora
Log messages written to
/u01/app/oracle/product/8.0.5/network/log/listener.log
Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=6)(KEY=JOHN)) Listening on: (ADDRESS=(PROTOCOL=ipc)(DEV=10)(KEY=PNPKEY)) Listening on:
(ADDRESS=(PROTOCOL=tcp)(DEV=11)(HOST=195.19.161.80)(PORT=1521)) Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=JOHN)) STATUS of the LISTENER
Alias LISTENER Version TNSLSNR for Linux: Version 8.0.5.0.0 - Production Start Date 19-JUL-99 19:40:24 Uptime 0 days 0 hr. 0 min. 1 sec Trace Level off Security OFF SNMP OFF
Listener Parameter File
/u01/app/oracle/product/8.0.5/network/admin/listener.ora
Listener Log File
/u01/app/oracle/product/8.0.5/network/log/listener.logServices Summary...
JOHN has 1 service handler(s) extproc has 1 service handler(s)The command completed successfully
oracle:~/ows/3.0/bin -> ./owsctl start admin
Oracle Web Listener 3.0.2 Production (Export), Version 2.14FC1 Copyright 1997 Oracle Corp. All Rights Reserved.
Information: Listening on NORM port 8888 address 0.0.0.0
open: No such file or directory
Cannot open lock file
Error: Companion oraweb process failed
OWS-08811: Unable to startup Oracle Web Listener `admin'.
oracle:~/ows/3.0/bin -> ./owsctl status admin
Oracle Web Listener 3.0.2 Production (Export), Version 2.14FC1 Copyright 1997 Oracle Corp. All Rights Reserved.
OWS-08807: Oracle Web Listener `admin' is DOWN.
strace ./owsctl start admin
....
fork() = 468 sigprocmask(SIG_SETMASK, [], NULL) = 0 sigprocmask(SIG_BLOCK, [CHLD], []) = 0 sigprocmask(SIG_SETMASK, [], NULL) = 0 sigprocmask(SIG_BLOCK, [CHLD], []) = 0sigaction(SIGINT, {0x8071480, [], 0}, {SIG_DFL}) = 0 wait4(-1,
Oracle Web Listener 3.0.2 Production (Export), Version 2.14FC1 Copyright 1997 Oracle Corp. All Rights Reserved.
Information: Listening on NORM port 8888 address 0.0.0.0
open: No such file or directory
Cannot open lock file
Error: Companion oraweb process failed
OWS-08811: Unable to startup Oracle Web Listener `admin'.
[WIFEXITED(s) && WEXITSTATUS(s) == 255], 0, NULL) = 468
sigprocmask(SIG_BLOCK, [CHLD TTOU], [CHLD]) = 0 sigprocmask(SIG_SETMASK, [CHLD], NULL) = 0 sigprocmask(SIG_BLOCK, [CHLD], [CHLD]) = 0 sigprocmask(SIG_SETMASK, [CHLD], NULL) = 0 ..... read(3, "", 4765) = 0_exit(255)
cat owc.cfg
#
(
ListenerName=admin
(
PortNumber=8888
(
HostName=sky.asu.pstu.ac.ru
)
(
HostAddress=ANY
)
(
PROXY=OFF
)
)
(
ServerRoot=/u01/app/oracle/admin/ows/website30/httpd_sky/admin/config/
)
)
#
(
ListenerName=www
(
PortNumber=80
(
HostName=sky.asu.pstu.ac.ru
)
(
HostAddress=ANY
)
(
PROXY=OFF
)
)
(
ServerRoot=/u01/app/oracle/admin/ows/website30/httpd_sky/www/config/
)
)
oracle:~->cat svadmin.cfg
[MultiPort]
ANY 8888 NORM sky.asu.pstu.ac.ru /
/u01/app/oracle/admin/ows/website30/httpd_sky/admin/log/ NONE
[NetInfo]
MaxConnectCount = 256 ;DNSResolution = NEVER DNSResolution = ALWAYS
ServerPID =
/u01/app/oracle/admin/ows/website30/httpd_sky/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 =
/u01/app/oracle/admin/ows/website30/httpd_sky/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
SpyglassProcesses = 1
; ; Secure Information Parameters ; ; Set values for ... ; UserID ... Acquire privileges for User ID ; GroupID ... Acquire privileges for Group ID ;
[SecureInfo]
UserID = oracle
GroupID = dba
; ; ; 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.
/u01/app/oracle/product/8.0.5/ows/3.0/doc/ NR /
/u01/app/oracle/product/8.0.5/ows/3.0/admdoc/ NR /ows-adoc/
/u01/app/oracle/product/8.0.5/ows/3.0/admbin/ CR /ows-abin/
/u01/app/oracle/product/8.0.5/ows/3.0/bin/ CR /ows-bin/
/u01/app/oracle/product/8.0.5/ows/3.0/doc/ NR /ows-doc/
/u01/app/oracle/product/8.0.5/ows/3.0/img/ NR /ows-img/
/u01/app/oracle/product/8.0.5/ows/3.0/demo/ NR /demo/
;/u01/app/oracle/product/8.0.5/ows/3.0/demo/bin/ CR /demo/bin/ ;/u01/app/oracle/product/8.0.5/ows/3.0/demo/res/ NR /demo/img/
/u01/app/oracle/product/8.0.5/ows/3.0/demo/ NR /demo/src/
/u01/app/oracle/product/8.0.5/ows/3.0/demo/img/ NR /tr-img/
/u01/app/oracle/product/8.0.5/ows/3.0/sample/ NR /sample/
/u01/app/oracle/product/8.0.5/ows/3.0/sample/bin/ CR /sample/bin/
;/u01/app/oracle/product/8.0.5/ows/3.0/oss/doc/ NR /ows-oss/doc/ ;/u01/app/oracle/product/8.0.5/ows/3.0/oss/admin/ NR /ows-oss/admin/ ;/u01/app/oracle/product/8.0.5/ows/3.0/oss/img/ NR /ows-oss/img/ ;/u01/app/oracle/product/8.0.5/ows/3.0/oss/ NR /ows-oss/ ;/u01/app/oracle/product/8.0.5/ows/3.0/cartx/vrml/admin/img/ NR
/admin/vrml/img/
;/u01/app/oracle/product/8.0.5/ows/3.0/cartx/vrml/admin/html/ NR
/admin/vrml/html/
;/u01/app/oracle/product/8.0.5/ows/3.0/cartx/vrml/admin/bin/ CR
/admin/vrml/bin/
;/u01/app/oracle/product/8.0.5/ows/3.0/cartx/vrml/doc/ NR
/admin/vrml/doc/
;/u01/app/oracle/product/8.0.5/ows/3.0/cartx/vrml/client/ NR
/admin/vrml/client/
;/u01/app/oracle/product/8.0.5/ows/3.0/cartx/vrml/demo/ NR
/admin/vrml/demo/
;/u01/app/oracle/product/8.0.5/ows/3.0/cartx/wodbc/admin/html/ NR
/wodbc/admin/html/
;/u01/app/oracle/product/8.0.5/ows/3.0/cartx/wodbc/admin/bin/ CR
/wodbc/admin/bin/
;/u01/app/oracle/product/8.0.5/ows/3.0/cartx/wodbc/admin/img/ NR
/wodbc/admin/img/
;/u01/app/oracle/product/8.0.5/ows/3.0/cartx/wodbc/doc/ NR
/wodbc/doc/
;/u01/app/oracle/product/8.0.5/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 uc
fr-CA iso-8859-1 frc fr-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
image/jpeg jpg jpeg
image/gif gif
appl/text doc
text/plain txt ksh lst java c
application/postscript ps
application/pdf pdf
model/vrml wrl vrml
video/mpeg mpeg mpg mpe
;
[Encodings]
compress Z gzip gz
;
[Security]
;SSL {
;CertFile = /u01/app/oracle/product/8.0.5/ows/3.0/osskeys/cert.der
;DistNameFile = /u01/app/oracle/product/8.0.5/ows/3.0/osskeys/servname.der
;KeyFile = /u01/app/oracle/product/8.0.5/ows/3.0/osskeys/privkey.der
;CADir = /u01/app/oracle/product/8.0.5/ows/3.0/ca
;CRLDir = /u01/app/oracle/product/8.0.5/ows/3.0/cacrls
;}
Basic {
/*
Remove text with paswswor admin and other user
*/
}
;
;
[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]
/u01/app/oracle/product/8.0.5/ows/3.0/lib/ndwfss.so oracle_adp_init
oracle:~-> cat svadmin.err
19/Jul/1999:13:47:00 +0000 -- Information: Listening on NORM port 8888 address 0.0.0.0
HELP!!!!
HELP PLEASE!!! Received on Sat Jul 24 1999 - 18:00:26 CEST
