Installing HTMLDB: misconfiguration on pls/htmldb/

Hello,
after Installing HTMLD I cannot access the page
http://localhost:7777/pls/htmldb/
1) http://localhost:7777/ -->works fine
2) ERROR_LOG:
[Thu Apr 20 09:22:41 2006] [notice] FastCGI: process manager initialized
[Thu Apr 20 10:48:17 2006] [error] [client 127.0.0.1] [ecid: 1145522897:10.60.10.88:2508:812:4,0] mod_plsql: DAD '/pls/htmldb' is disabled because of misconfiguration. Please refer to the log entries during server startup up for more information.
3) MARVEL.CONF:
Alias /i/ "C:\oracle\product\companion\Apache\Apache\images/"
AddType text/xml xbl
AddType text/x-component htc
<Location /pls/htmldb>
     SetHandler pls_handler
     Order deny,allow
     Allow from all
     AllowOverride None
     PlsqlDatabaseUsername HTMLDB_PUBLIC_USER
     PlsqlDatabasePassword <mypassword>
     PlsqlDatabaseConnectString localhost:1521:terra ServiceNameFormat
     PlsqlDefaultPage htmldb
     PlsqlDocumentTablename wwv_flow_file_objects$
     PlsqlDocumentPath docs
     PlsqlDocumentProcedure wwv_flow_file_manager.process_download
     PlsqlAuthenticationMode Basic
     PlsqlNLSLanguage AMERICAN_AMERICA.WE8MSWIN1252
</Location>
4) DADS.CONF is empty.
Any help is appreciated.
Jan

Jan,
Forget about adding the admin user. That's internal to HTML DB and should exist once you get the rest figured out.
Create a DAD in the DAS.conf file. Mine (edited) looks like this:
<Location /mrds>
SetHandler pls_handler
Order allow,deny
Allow from All
AllowOverride None
PlsqlDatabaseUsername HTMLDB_PUBLIC_USER
PlsqlDatabasePassword <mypassword>
PlsqlDatabaseConnectString <database_sid> TNSFormat
PlsqlAuthenticationMode Basic
PlsqlDocumentTablename wwv_flow_file_objects$
PlsqlDocumentPath docs
PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
PlsqlDefaultPage development_service_home
</Location>
Having the DAD configured should solve your initial problems.
Bill Ferguson

Similar Messages

  • Blank page after installing htmldb 1.6

    I 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?

    Thanks, I was not aware of that. I removed the reference to the Jserv config file in the httpd.conf file, restarted Apache, and still get the same error. And every time I try to go to either htmldb or htmldb_login page, I still get a blank page, and the error_log for Apache shows:
    [Fri Feb 25 19:00:36 2005] [error] [client 172.31.11.15] Invalid method in request g
    [Fri Feb 25 19:00:36 2005] [error] [client 172.31.11.15] Invalid method in request g

  • Install htmlDb 1.6

    Hi,
    I installed htmldb 1.5 version using the oracle database companion CD and now I want to install the latest version of htmlDB i.e V 1.6.
    For this, do I need to uninstall 1.5 or do I have to upgrade the existing 1.5 to 1.6?.
    if any one knows how to do that, pls help me in installing the htmlDB1.6
    Thanks,
    Radha

    The 1.6 scripts will upgrade from 1.5. The installation instructions will guide you quite well.

  • Issues after installing HTMLDB 2.0

    We installed HTMLDB 2.0. After install I am not able to create new regions any more. I am getting following error.
    ORA-06550: line 7, column 9: PLS-00103: Encountered the symbol "SELECT" when expecting one of the following: ( - + case mod new not null others avg count current exists max min prior sql stddev sum variance execute forall merge time timestamp interval date pipe ORA-06550: line 8, column 46: PLS-00103: Encountered the symbol
    ERR-1904 Unable to compute item default: type = Function Body computation_type= declare
    r varchar2(255) := 'AFTER_SHOW_ITEMS';
    begin
    if nvl(:P4016_SOURCE_TYPE,'x') = 'MENU' then
    for c1 in (
    select nvl(STEP_TEMPLATE,
    (select DEFAULT_PAGE_TEMPLATE
    from wwv_flows where id = :fb_flow_id)) t
    from wwv_flow_steps where id = :fb_flow_page_id and
    flow_id = :fb_flow_id) loop
    for c2 in (select BREADCRUMB_DEF_REG_POS
    from wwv_flow_templates
    where id = c1.t and flow_id = :fb_flow_id) loop
    if c2.BREADCRUMB_DEF_REG_POS is not null then
    r := c2.BREADCRUMB_DEF_REG_POS;
    end if;
    end loop;
    end loop;
    end if;
    return r;
    end;.
    Return to application.
    Steps to recreate the problem.
    1. Create application From Scratch with one page.
    2. Go to page definition, create a new region
    3. Select html (or any region type) and click on next button
    We have 1.6 installed on production box which is working fine. Any help is appreciated. We couple of projects on hold because of this issue.
    Thanks
    Anil Kaparthi
    Pella Corporation
    Oracle Analyst

    Kaparthi - Please refer to the 2.0 Release Notes: "For Oracle HTML DB 2.0, the value of the character set in the configuration of the mod_plsql Database Access Descriptor (DAD) must be set to AL32UTF8, regardless of the underlying database character set." Also, be sure to apply any patches mentioned in that document and to follow all other steps exactly. If this doesn't clear up your issue, please file a TAR with Oracle Support.
    Scott

  • Not able to login after installing htmldb 1.6

    I've got Oracle 10g 10.1.0.3 installed and a database up on Redhat AS 3.0. I installed htmldb 1.6 per the otn instructions, but it never actually allowed me to login, every time I hit the submit button on the login page, I got nothing. Tried it from a remote windows machine with IE, as soon as I typed the first character into the password field on the login page, IE reported "Error on Page" and even I dont see any images/logos on the login page.
    I stopped and started the HTTP server also. Even then I see the same probelm.
    Any help on this...

    Hi
    Look for directory /marvel/images/*
    when you find the correct path set the Alias accordingly in marvel.conf/dads.conf depending on you config.
    Alias /i/ "db_2/Apache/Apache/images"
    check above path is true for /images *gif directory in above location.
    Did you install both Apache/htmldb together. If so more likely you will find images in /marvel

  • Is it mandatory to shutdown oracle database before installing HTMLDB

    Hi All,
    Is this is must to shutdown the all services like HTTP and others before installing HTMLDB 1.6?If this, then it will be huge impact to deploy the application finally in the production oracle database where parallely others processes and jobs are running.So huge outage might occur.
    So is there any other way rather than shutdown oracle database and tnslistener?
    Thnx in advance,
    Cheers,
    Eman

    Anybody have any idea who install HTMLDB remotely in the production database without shutdown the services ?

  • Installing HTMLDB 2.0 Windows XP Professional

    Hello, I am having serious difficulties installing HTMLDB 2.0 Can anyone help me. I successfully installed Oracle 10g, but not HTMLDB 2.0. I read and tried following the documents on installation, but the instructions do not seem to be working for me.
    Thanks in advance,
    Wilbert Laurent

    I have installed it successfully a number of times. I did have to go into SQL*Plus and run the script which required 6 parameters.<br><br>
    @htmldbins password tablespace_htmldb tablespace_files tablespace_temp images connect<br><br>
    from the docs
    <blockquote>
    password is the password for the Oracle HTML DB administrator account, the HTML DB schema owner, and the HTML DB files schema owner.<br><br>
    The HTML DB schema owner is the user or schema into which Oracle HTML DB database objects will be installed. The HTML DB files schema owner is the user or schema where uploaded files are maintained in Oracle HTML DB. <br><br>
    tablespace_htmldb is the name of tablespace for the Oracle HTML DB application user. <br><br>
    tablespace_files is the name of tablespace for the Oracle HTML DB files user. <br><br>
    tablespace_temp is the name of the temporary tablespace.<br><br>
    images is the virtual directory for Oracle HTML DB images. To support future Oracle HTML DB upgrades, define the virtual image directory as /i/.<br><br>
    connect is the Oracle Net connect string to the database. If this is a local install, use none or NONE.<br><br>
    The following examples demonstrate running htmldbins.sql and passing these arguments when the target database is Oracle Database 10g release 1 (10.1):<br><br>
    Local installation:<br><br>
    sqlplus "sys/syspass as sysdba" @htmldbins password SYSAUX SYSAUX TEMP /i/ none<br><br>
    Using a connect string:<br><br>
    sqlplus "sys/syspass@10g as sysdba" @htmldbins password SYSAUX SYSAUX TEMP /i/ 10g<br><br>
    </blockquote>
    Check your log file for any errors. Read here to find the log file on your system.<br><br>
    If you find any errors in there, post them.<br><br>
    chet

  • First-Time install (htmldb 1.6)

    Hello,
    I'm planning on installing htmldb (v1.6) for the first time on my workstation for testing. I've already got Oracle 10g installed (windows xp, 32bit).
    I downloaded the roughly 47mb htmldb 1.6.zip program file, as well as the zipped set of documentation. In reading through the installation guide, the installation procedure basically boils down to running the install script, and then doing some post-install config.
    However, in reading other docs on htmldb, such as the installation faq, they seem to reference installing htmldb through the Oracle 10g companion cd. But the installation document that I downloaded with the 1.6 program and the 1.6 documentation set makes no mention of the companion cd.
    Is using the companion cd required, or was that the old method of doing the install, and if I am doing a first-time install of the product then I should ignore the companion cd and just follow the installation doc by running the installation script directly in my database?
    Thanks, Scot.

    Scott,
    You can just run the install script as you suggest in your second paragraph.
    The Companion CD has a couple of other programs on it and I believe it uses the OUI to get the info required then runs the install script for you.
    I believe the 1.6 zip file was put up on its own because demand for the new version was so high and it would have been unnecessary to generate a complete new Companion CD just for 1.6.
    Good luck.
    Greg

  • Installing htmldb v2.0

    I am running 10.1.0.4 DB. Do I have to install both the HTTP and htmldb (1.5) from the companion disk or can I install from 10.2 companion disk (http, htmldb not sure if v2 is part of the htmldb on the companion). I installed the stand-alone version of v2 only to find that it did not include the htmldb components for http. So I installed htmldb from the companion disk, have all my http/apache files but now have a 1.5 htmldb on the database and a broken 2.0.
    Any help would be appreciated.
    John

    Sergio,
    thanks for your reply. If I understand you, I can install any companion disk (say 10.2) into a 10.1.04 environment? Basically the companion CD it is only installing the http and modplsql modules for the stand-alone Apache. The actual install of APEX 2.0 is by command line?
    The URL screen shots show that it installs the oc4j along with the http server. That's different from the 10.01 companion disk where it is only installing the http server. Is this new for the 10.2 companion disk. Last question, I am not sure what the first option installs over the third option (which is selected in the screen shot)
    Thanks again for your help
    John

  • I can't install any app because my install button wont work pls help

    I can't install any app because my install button wont work pls help, what shall I do?

    - What do you mean it does not work? Could it be that the app ere not compatible with your model iPod and its iOS?
    - Try going to Settings>Store and sign out and sign back in.

  • I can't get the scanner samsung SCK-4521F in spite of installing driver, can anyone pls help?

    i can't get the scanner samsung SCK-4521F in spite of installing driver, can anyone pls help?

    also see
    https://igppwiki.ucsd.edu/groups/publichelpwiki/wiki/a96db/Scanning_Within_Mac_O SX.html
    seems an awful long time for samsung not to have prodeced scanner software .

  • New install HTMLDB in 9.2.0.2 - no access

    I started with a new 9.2.0.4 instance on Redhat and installed HTML DB from a Windows client. Install log list no unusual issues, but trying to go to http://host:7777/pls/htmldb gives the following error:
    Service Temporarily Unavailable
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
    Anyone had a similar experience?

    Yes, but later ended up doing a re-install anyway. The whole Oracle instance went south and I decides to upgrade the Database to 9.2.0.6. Haven't tried installing HTML-DB in the new install.
    Still prefer the ease and simplicity of setting up Designer's WebServer Generator products better. But, in that area, I'm one of the few voices in the wildernes (but thos voices were very productive.

  • Problems installing htmldb 2.0, totally new db/http server/htmldb install

    I grabbed the new version of htmldb 2.0 and followed the install instructions that came with the htmldb 2.0 seperate download file. The scripts run fine etc. Evrything at default with default example db - orcl. But at a certain point I need to configure:
    This is after the htmldb script has run and you need to configure the http server,
    marvel.conf - I have not such a file in my Apache directory
    dad.conf - really not clear what and how I need to change the values, no explination found either.
    <Location /pls/htmldb>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseUsername HTMLDB_PUBLIC_USER
    PlsqlDatabasePassword htmldb
    PlsqlDatabaseConnectString localhost:1521:htmldbdv ServiceNameFormat
    PlsqlDefaultPage htmldb
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDocumentPath docs
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlAuthenticationMode Basic
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    </Location>
    What to use for the PlsqlDatabaseConnectString localhost:1521:htmldbdv ServiceNameFormat ?????
    I'm running a windows xp box. And the db and companion disc used are the latested found on OTN.
    The instructions state that you use the following url as login:
    http://hostname:port/pls/database_access_descriptor/
    I don't get anything but an 404.
    Completely lost. HELP!
    Cheers
    Message was edited by:
    10G-Newbie
    Message was edited by:
    10G-Newbie
    Message was edited by:
    10G-Newbie
    Message was edited by:
    10G-Newbie

    I managed something, changed the PlsqlDatabaseConnectString to
    PlsqlDatabaseConnectString 192.168.2.2:1521:orcl SIDFORMAT
    When I now browse to the http://192.168.2.2:7777/pls/htmldb I see the login page, but how and with which credentials do I log in? Here is my dads.conf setup:
    Alias /i/ "C:\oracle\product\10.2.0\db\Apache\Apache\images/"
    <Location /pls/htmldb>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseUsername test
    PlsqlDatabasePassword oracle
    PlsqlDatabaseConnectString 192.168.2.2:1521:orcl SIDFORMAT
    PlsqlDefaultPage htmldb
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDocumentPath docs
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_download
    PlsqlAuthenticationMode Basic
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    </Location>
    I see no pictures, I think the Alias is oke, but maybe I'm missing something
    Cheers

  • Error while installing htmldb from the companion cd (10R1)

    Hello team,
    i needed to install apex on an existing 10gR1 database running on Windows Server 2003 SR2, so i started off by installing the companion cd stuff coming with that release.
    Oddly enough, i successfully installed the http server but the htmldb installation keeps failing.
    Looking at the log, the first unusual condition i spot, as i've done this operation many times over the years, is in the command generated by the installation program:
    'C:\oracle\product\10.1.0\cd\jdk\jre\bin/java.exe -classpath C:\oracle\product\10.1.0\cd\marvel\jlib\htmlDBConfigClasses.jar;C:\oracle\product\10.1.0\cd\jdbc\lib\classes12.jar;C:\oracle\product\10.1.0\cd\jdk\jre\lib\rt.jar;C:\oracle\product\10.1.0\cd\jlib\ojmisc.jar;C:\oracle\product\10.1.0\cd\oui\jlib\OraInstaller.jar; htmlDBConfig C:\oracle\product\10.1.0\cd lrserver01 1521 lanza SYSAUX Valore protetto. Registrazione non necessaria Valore protetto. Registrazione non necessaria en,it HTMLDB C:\oracle\product\10.1.0\cd\marvel'
    Avvio dell'output dal processo generato dinamicamente:
    java.io.IOException: CreateProcess: env error=2
    [Ljava.lang.String;@1e5e2c3
    if i execute the command above from the command line an additional message is returned:
    "version mismatch!"
    However i am not clear as to what kind of version it refers to... java or what else?
    I checked another installation on a similar machine and i could not see any significant difference between the two besides a different Windows 2003 service pack.
    Also, in the log file all the subsequent attempts to connect to the database fail with SP2-0640 and the cause seems to be ORA-12545.
    Any clues?
    Thank you,
    Flavio
    http://www.oraclequirks.com

    A few hours later i found out that this problem was a known bug (3602534).
    I hadn't found the relevant article before because the quick search of this forum by default returns only results within the last 90 days so i had to repeat the search by specifying a different timeframe.
    The bug fix unfortunately is also pointed to by outdated links in various replies.
    One example of such dead links is http://otn.oracle.com/products/database/htmldb/install_faq.html#win2003
    The address of the relocated FAQ is now:
    http://www.oracle.com/technology/products/database/application_express/install_faq.html#
    I found a first example of the problem in this thread:
    HTML DB configuration problem
    There is also a good reply from Denes here:
    HTMLDB PROBLEM
    Bye,
    Flavio
    http://www.oraclequirks.com

  • Has anyone installed htmldb successfully

    Hi,
    I have win2000 machine and I tried installing the 9.2.0.4 DB first then 10g companion CD. I used the instruction on technet htmldb how-tos to install and configure it.
    As of now, I still can't login, im getting "error on page" and also I can't see all the graphics on page.
    Thanks in advance

    "125834"
    Sounds like you did not correctly map the location of HTML DB's images and javascript libraries in the Apache config. This is the relevant step in the instructions:
    http://otn.oracle.com/products/database/htmldb/howtos/howto_use9ir2ohs.html#HTTPD
    Sergio

Maybe you are looking for

  • Why isn't the edit button not showing in my ESX24 sampler?

    why isn't the edit button not showing in my ESX24 sampler?

  • Smartform print program for order confirmation

    Hi experts. I am looking for a smartform print program for order confirmation. The order confirmation in standard is a script with the name RVADOR01 and I tried to copy and change but I don't know which to eliminate and whcih to keep it. If any body

  • Cross docking fucntionality

    Hi I have a requirement to adapt cross docking functionality in my project. But My concern is 1.I donot have cross docking configuration nodes in SAP 4.7 version in SPRO. 2.I also donot have cross docking monitoring station transactions and few other

  • Is JDE World version 7.3.19  compliant with V7R1 Operating System?

    We are working on an analysis project to upgrade our iSeries operating system level to V7R1.  Right now, we are reviewing all of the applications running in our iSeries environment to determine if they are compatible with V7R1 or what upgrade/changes

  • ORA-01041 HOSTDEF ERROR

    Dear Friends, In my workspace we have a application which is running on Forms 6 & backend oracle database is 9.2.0.1.0. My database was running fine till yesterday but then all of a sudden i have started getting this error of ORA-01041 HOST DEF. All