Blank page after installing htmldb 1.6
49942Feb 25 2005 — edited Feb 25 2005I have installed htmldb 1.6 with a 9.2.0.5 database on SuSE Enterprise 9, but can't seem to get it working.
I get a blank page when going to http://localhost:7785/pls/htmldb. When going to ps://localhost:7788/pls/htmldb/htmldb_login, I get an error in my browser: "The connection to localhost:7788 has terminated unexpectedly. Some data may have been transferred."
I had to do a few things to get this far (eg: no errors on install of htmldb, but 100+ packages were invalid and I had to compile them all). I had to add the following comments in my Apache/conf/httpd.conf file:
#<IfDefine SSL>
LoadModule ssl_module libexec/mod_ssl.so
#</IfDefine>
Because I'm not sure where the SSL gets defined. (there was another similiar line, but it came commented out by default).
anyway, I added the following to Apache/modplsql/cfg/wdbsvr.app:
[DAD_htmldb]
connect_string = MOPS.corp.jabil.org
password = !c2FoYXJhODU=
username = htmldb_public_user
default_page = htmldb
document_table = wwv_flow_file_objects$
document_path = docs
document_proc = wwv_flow_file_mgr.process_download
;upload_as_long_raw =
;upload_as_blob =
;name_prefix =
;always_describe =
;after_proc =
;before_proc =
reuse = Yes
;connmax =
;pathalias =
;pathaliasproc =
enablesso = No
;sncookiename =
stateful = STATELESS_RESET
;custom_auth =
;response_array_size =
;exclusion_list =
;cgi_env_list =
;bind_bucket_widths =
;bind_bucket_lengths =
;error_style =
nls_lang = American_America.AL16UTF16
as per the install guide. So, to try to track down why I'm just getting a blank page, I turned the logevel to debug in the httpd.conf, and got the following:
[Thu Feb 24 19:34:27 2005] [error] OPM: EW: Fail to start process with mod=JServ and grp=group1, it's possible that your configuration file is not correct.
[Thu Feb 24 19:34:27 2005] [debug] opm_tbl.c(1124): OPM:Into opm_tbl_delete_proc, mod=JServ,grp=group1,host=corred01.corp.jabil.org,31388
[Thu Feb 24 19:34:27 2005] [debug] opm_tbl.c(2478): OPM:Into opm_tbl_update_bcnode, host=corred01.corp.jabil.org,port=-1
[Thu Feb 24 19:34:27 2005] [error] OPM: EW: Fail to start process with mod=JServ and grp=group2, it's possible that your configuration file is not correct.
[Thu Feb 24 19:34:27 2005] [debug] opm_tbl.c(1124): OPM:Into opm_tbl_delete_proc, mod=JServ,grp=group2,host=corred01.corp.jabil.org,31389
[Thu Feb 24 19:34:27 2005] [debug] opm_tbl.c(2478): OPM:Into opm_tbl_update_bcnode, host=corred01.corp.jabil.org,port=-1
[Thu Feb 24 21:06:37 2005] [error] [client 127.0.0.1] Invalid method in request
[Thu Feb 24 21:15:01 2005] [error] [client 127.0.0.1] Invalid method in request
So the configuration file for JServ may not be correct, is that it? Which one?
I turned up logging on the jserv, and got the following, but I don't know that this is related (the secret key is disabled, I think)...:
oramops@corred01:~/920_32/Apache/Jserv/logs> cat mod_jserv.log
[24/02/2005 21:48:47:597] (INFO) Secret key has not been specified for some or all groups.
[24/02/2005 21:48:49:016] (INFO) Apache Module was cleaned-up
[24/02/2005 21:48:49:183] (INFO) Secret key has not been specified for some or all groups.
Thoughts, anyone?