Re-install of Oracle HTTP Server in a configured environment

OS: Oracle Enterprise Linux 5.5 64 bit
Hyperion: v11.1.2.0
Web Server1: SharedServices, Calc, EAS, APS, Planning installed and configured. They are working from URL and clients.
We ran into issues with Workspace configuration. If we have to re-install Oracle HTTP server on the web server, will it affect the current configuration adversely? In other words, do we need to start all over again?
Has anyone else run into similar or related issues? How were you able to resolve it?
This is related to another thread I have on this forum. It is related but these are different issues and we are trying to see how we can proceed while waiting for support to respond.
Configuration of Workspace failed
Any thoughts/ suggestions?
Thanks,

The errors I see in the config log are:
[server1]$ grep Error configtool.log.bak15
[2010-12-01T16:44:40.106-08:00] [EPMCFG] [ERROR] [EPMCFG-05364] [oracle.EPMCFG] [tid: 19] [ecid: 0000Im^YOPRCOtmMwqIbMG1CxihS00000A,0] [SRC_CLASS: com.hyperion.foundation.config.WebServerConfigurationTaskProcessor] Error in web server configuring:[[
[2010-12-01T16:51:34.658-08:00] [EPMCFG] [ERROR] [EPMCFG-05364] [oracle.EPMCFG] [tid: 17] [ecid: 0000Im^ZxIYCOtmMwqIbMG1CxinO000008,0] [SRC_CLASS: com.hyperion.foundation.config.WebServerConfigurationTaskProcessor] Error in web server configuring:[[
[server1]$ grep ERROR configtool.log.bak15
[2010-12-01T16:44:25.648-08:00] [EPMCFG] [ERROR] [EPMCFG-02151] [oracle.EPMCFG] [tid: 19] [ecid: 0000Im^YOPRCOtmMwqIbMG1CxihS00000A,0] [SRC_CLASS: com.hyperion.hit.fusion.FusionComponent] oracleComponent is null. Component will not be provisioned.
[2010-12-01T16:44:40.106-08:00] [EPMCFG] [ERROR] [EPMCFG-07236] [oracle.EPMCFG] [tid: 19] [ecid: 0000Im^YOPRCOtmMwqIbMG1CxihS00000A,0] [SRC_CLASS: com.hyperion.cis.config.ant.apache2.OHS2Configurator] /apps/Oracle/Middleware/user_projects/epmsystem1/httpConfig/ohs/config/OHS/ohs_component/httpd.conf wasnt found. OHS wasnt configured successfully, see oraInventory logs for more details"
[2010-12-01T16:44:40.106-08:00] [EPMCFG] [ERROR] [EPMCFG-05364] [oracle.EPMCFG] [tid: 19] [ecid: 0000Im^YOPRCOtmMwqIbMG1CxihS00000A,0] [SRC_CLASS: com.hyperion.foundation.config.WebServerConfigurationTaskProcessor] Error in web server configuring:[[
[2010-12-01T16:51:18.900-08:00] [EPMCFG] [ERROR] [EPMCFG-02151] [oracle.EPMCFG] [tid: 17] [ecid: 0000Im^ZxIYCOtmMwqIbMG1CxinO000008,0] [SRC_CLASS: com.hyperion.hit.fusion.FusionComponent] oracleComponent is null. Component will not be provisioned.
[2010-12-01T16:51:34.658-08:00] [EPMCFG] [ERROR] [EPMCFG-07236] [oracle.EPMCFG] [tid: 17] [ecid: 0000Im^ZxIYCOtmMwqIbMG1CxinO000008,0] [SRC_CLASS: com.hyperion.cis.config.ant.apache2.OHS2Configurator] /apps/Oracle/Middleware/user_projects/epmsystem1/httpConfig/ohs/config/OHS/ohs_component/httpd.conf wasnt found. OHS wasnt configured successfully, see oraInventory logs for more details"
[2010-12-01T16:51:34.658-08:00] [EPMCFG] [ERROR] [EPMCFG-05364] [oracle.EPMCFG] [tid: 17] [ecid: 0000Im^ZxIYCOtmMwqIbMG1CxinO000008,0] [SRC_CLASS: com.hyperion.foundation.config.WebServerConfigurationTaskProcessor] Error in web server configuring:[[                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • New Oracle HTTP server install unable to host remote HTMLDB.

    Hi all.
    I installed the Oracle HTTP Server from the Oracle 10G Release 1 companion CD on a Mac Powerbook running the Tiger OS. I have a CentOS Linux server on my network with Oracle 10G R2 database running that I've installed HTMLDB 2.0 on. I can not seem to get the HTTP server to serve up a front end to my HTMLDB. I can connect and log into the Oracle Database from the MAC using SQLPlus using the HTMLDB_PUBLIC_USER account and password.
    Here is my dads.conf file:
    Alias /i/ "/oracle/product/10.1.0/db_1/Apache/Apache/images/"
    <Location /pls/htmldb>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseUsername HTMLDB_PUBLIC_USER
    PlsqlDatabasePassword HTMLDB
    PlsqlDatabaseConnectString CentOSServ3:1521:htmldb ServiceNameFormat
    PlsqlDefaultPage htmldb
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDocumentPath docs
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlAuthenticationMode Basic
    PlsqlNLSLanguage AMERICAN_AMERICA.WE8MSWIN1252
    </Location>
    AddType text/xml xbl
    AddType text/x-component htc
    Here is the errors I'm seeing on the error log:
    [Wed Jan 10 12:58:47 2007] [notice] FastCGI: process manager initialized (pid 246)
    [Wed Jan 10 12:58:48 2007] [emerg] mod_onsint can't initialize ons runtime.
    [Wed Jan 10 12:58:48 2007] [notice] Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server configured -- resuming normal operations
    [Wed Jan 10 12:58:48 2007] [notice] Accept mutex: flock (Default: flock)
    [Wed Jan 10 12:58:58 2007] [error] [client 127.0.0.1] [ecid: 1168451937:192.168.2.121:249:0:12,0] mod_plsql: /pls/htmldb/htmldb HTTP-503 ORA-12514
    It keeps giving me the error for the Language, but I've changed the PlsqlNLSLanguage serveral times to other posted values I've found and other postings and I still get that error.
    Has anyone else worked through this or may have an idea how I can get this working?
    Thanks,
    Mike

    Also, here is the error I get when browsing to : http://localhost:7780/pls/htmldb/htmldb from the HTTP server.
    Service Temporarily Unavailable
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
    Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server Server at 192.168.3.1 Port 7780
    Thanks,
    Mike

  • Installing Oracle HTTP server

    i want to run pl/sql server pages in my database server. so, i downloaded oracle
    Comapnion CD. then i decided to install Oracle HTML DB and Oracle HTTP server
    in the current installed home. but when i try to install the following error
    occurs:
    Oracle OHS Standalone cannot be installed into an existing Oracle RDBMS 9.2.0.1.0
    or higher Oracle Home.
    I am using Oracle 10g R2. do i need to install the Oracle HTTP server on a separate
    home?
    please help.

    i tried to install Oracle HTTP server in a new home but i encountered the following error:
    The installer encountered the following error while trying to connect to the target database:
    ERROR: Exception occured while connecting to database. Please check the connection details of the
    database you specfied and retry.
    IO excpetion: the Network Adapter could not establish the connection.
    i am using Oracle in the same computer i am working. is that the SYS account
    password is wrong. what is the default SYS account password. i donot remeber changing
    it unless it was promted during installation?
    please help.+

  • Installing Oracle HTTP server pt.2

    i tried to install Oracle HTTP server in a new home but i encountered the following error:
    The installer encountered the following error while trying to connect to the target database:
    ERROR: Exception occured while connecting to database. Please check the connection details of the
    database you specfied and retry.
    IO excpetion: the Network Adapter could not establish the connection.
    i am using Oracle in the same computer i am working. is that the SYS account
    password is wrong. what is the default SYS account password. i donot remeber changing
    it unless it was promted during installation?
    please help.+

    i tried to check the oracle TNS listener configuration using Oracle Net manager
    i got the following error message:
    Attempting to connect using userid: stardoc
    The test did not succeed.
    ORA-12541: TNS:no listener
    There may be an error in the fields entered,
    or the server may not be ready for a connection.
    what is the problem? i can connect to the database using sqlplus and sqldeveloper.
    but i cannot seem to connect with the database apparently when i try to install
    the Oracle Http server.
    please help!

  • After installing Oracle HTTP Server Failure ORA-12560

    Hello,
    i was installing the Oracle HTTP Server, the installation completed succesfully.
    But after the install procedure, i was trying to connect to sqlplus with the following commandos:
    sqlplus /nolog
    connect SYS AS SYSDBA
    PASSWORD
    Output: ORA-12560
    If i uninstall the HTTP Server, the connect SYS AS SYSDBA execute successfully.
    What´s the mistake of my part?
    Thanks for Answering.

    Hi,
    the Oracle Database service is up.
    I opened the Internet Explorer, and print the following URL:
    http://HOSTNAME:5560/isqlplus/login.uix
    If i try to log in as: SYS AS SYSDBA with empty connect descriptor, it returns
    SP2-0306
    If i log in as SYS as SYSDBA with the Service_Name from TNSnames.ora (it´s different from the one in the prefilled string)
    it´s also SP2-0306 (seems isqlplus don´t like the "AS SYSDBA" :-/
    Now i tried with the User SYSTEM:
    SYSTEM without connect identifier: SUCCESS
    SYSTEM with the Service_Name from TNSnames.ora: SUCCESS
    Something is mysterious. At the Beginning in the Field Connect Identifier there was an prefilled string that includes a different Service Name to the Service Name in tnsnames.ora.
    Sorry, i know i´m Beginner with Oracle,
    thanks for your patience.

  • Unable to Install the Common Components and Oracle HTTP Server

    I am installing the Hyperion 11.1.2.1.0 in Linux 64 bit server..
    I have done the downloading the files from 1to 7 for Foundation Services and Static client with all Essbase.
    I have unziped the all into one folder and done the installation , but i am not able to install the Oracle HTTP serve and common components.even If i tired to configure the system showing the Below error...
    *Launching the Hyperion Configuration Utility, please wait...*
    *Running preconfig checks...*
    *Running EPM_ORACLE_HOME check...*
    *EPM_ORACLE_HOME environment variable value: /fcs/Oracle_Home/Middleware/EPMSystem11R1*
    *JAVA_HOME environment variable value: /fcs/Oracle_Home/Middleware/EPMSystem11R1/../jdk160_21*
    *EPM_ORACLE_HOME check succeeded*
    *Running .oracle.products check... .oracle.products check succeeded*
    *Running Jars manifest check...*
    *Time spent for manifests parsing: 606 ms*
    *Maximum jars depth achieved: 6, while restriction was: unrestricted*
    *Parsed 419 manifests*
    *Total jars and classpath entries encountered: 419*
    *Total not-existing referenced classpath entries count: 62*
    *Total classpath elements to check: 59*
    *ERROR: /fcs/Oracle_Home/Middleware/oracle_common/modules/oracle.jsf_1.2.9/glassfish.jstl_1.2.0.1.jar not exists; file depth: 2; referenced from /fcs/Oracle_Home/Middleware/EPMSystem11R1/common/jlib/11.1.2.0/epm_j2se.jar referenced from /fcs/Oracle_Home/Middleware/EPMSystem11R1/common/config/11.1.2.0/configtool.jar*
    *ERROR: /fcs/Oracle_Home/Middleware/oracle_common/jlib/share.jar not exists; file depth: 1; referenced from /fcs/Oracle_Home/Middleware/EPMSystem11R1/common/config/11.1.2.0/configtool.jar*
    *ERROR: /fcs/Oracle_Home/Middleware/oracle_common/modules/oracle.http_client_11.1.1.jar not exists; file depth: 2; referenced from /fcs/Oracle_Home/Middleware/EPMSystem11R1/common/jlib/11.1.2.0/epm_soa.jar referenced from /fcs/Oracle_Home/Middleware/EPMSystem11R1/common/config/11.1.2.0/configtool.jar*
    *ERROR: /fcs/Oracle_Home/Middleware/oracle_common/modules/oracle.dms_11.1.1/dms.jar not exists; file depth: 2; referenced from /fcs/Oracle_Home/Middleware/EPMSystem11R1/common/jlib/11.1.2.0/epm_j2se.jar referenced from /fcs/Oracle_Home/Middleware/EPMSystem11R1/common/config/11.1.2.0/configtool.jar*
    *ERROR: /fcs/Oracle_Home/Middleware/oracle_common/modules/velocity-dep-1.4.jar not exists; file depth: 1; referenced from /fcs/Oracle_Home/Middleware/EPMSystem11R1/common/config/11.1.2.0/configtool.jar*
    *ERROR: /fcs/Oracle_Home/Middleware/oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar not exists; file depth: 2; referenced from /fcs/Oracle_Home/Middleware/EPMSystem11R1/common/jlib/11.1.2.0/epm_j2se.jar referenced from /fcs/Oracle_Home/Middleware/EPMSystem11R1/common/config/11.1.2.0/configtool.jar*
    *ERROR: /fcs/Oracle_Home/Middleware/oracle_common/modules/org.apache.commons.beanutils_1.6.jar not exists; file depth: 1; referenced from /fcs/Oracle_Home/Middleware/EPMSystem11R1/common/config/11.1.2.0/configtool.jar*
    *ERROR: /fcs/Oracle_Home/Middleware/oracle_common/jlib/jewt4.jar not exists; file depth: 1; referenced from /fcs/Oracle_Home/Middleware/EPMSystem11R1/common/config/11.1.2.0/configtool.jar*
    *ERROR: /fcs/Oracle_Home/Middleware/oracle_common/modules/args4j-2.0.9.jar not exists; file depth: 1; referenced from /fcs/Oracle_Home/Middleware/EPMSystem11R1/common/config/11.1.2.0/configtool.jar*
    *ERROR: /fcs/Oracle_Home/Middleware/oracle_common/modules/oracle.odl_11.1.1/ojdl.jar not exists; file depth: 2; referenced from /fcs/Oracle_Home/Middleware/EPMSystem11R1/common/jlib/11.1.2.0/epm_j2se.jar referenced from /fcs/Oracle_Home/Middleware/EPMSystem11R1/common/config/11.1.2.0/configtool.jar*
    *ERROR: /fcs/Oracle_Home/Middleware/oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar not exists; file depth: 2; referenced from /fcs/Oracle_Home/Middleware/EPMSystem11R1/common/jlib/11.1.2.0/epm_soa.jar referenced from /fcs/Oracle_Home/Middleware/EPMSystem11R1/common/config/11.1.2.0/configtool.jar*
    *FATAL ERROR: Jars manifest check failed with message "Some referenced jars do not exist"*
    *Exiting in 30 seconds"*
    Thanks in Advance
    Rao.

    It may be worth having a read of the following article on Oracle Support - "Epm 11.1.2 Config Tool Fatal Error: "Some Referenced Jars Do Not Exist" [ID 1175585.1]"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • To install Oracle HTTP Server only

    Hi,
    I already installed Apex (3.0) in an Oracle database a while ago. I have used our Oracle iAS 10.1.2 as the application server. Now, I would like to install the Oracle HTTP Server in the database server and use it to run Apex. With the 10g companion CD, there is not any option to install the Oracle HTTP Server (Apache 1.3) only. Is there any way that I can install the Oracle HTTP Server only without installing Apex again? Where can I download it?
    Also, I heard that there is a version of Oracle HTTP Server (Apache 2) bundled with Oracle 11g. Can I use it for Apex 3.0?
    Thanks.
    Andy

    Hi,
    See:
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winsoft.html
    Here you have the option, to install HTTP only
    Kind regards,
    Iloon
    PS: be aware this cd contains apex 1.6 ;-)

  • APEX and Oracle HTTP server

    Scenario
    We are considering using APEX with Oracle 10g. However, we don't have Oracle application server.At the same time we do not want to use the Oracle HTTP server(OHS) on the database server. The propsed application intend to use by approx. 5000 users
    Questions
    As APEX requires just OHS and mod_plsql plugin,
    1. Can we install just Oracle HTTP server and mod_plsql on standalone server? Which CD need to be used?
    2. Can OHS can be licensed separately as Oracle Internet application server(Enterprise Edition) based on processor licensing is expensive and not affordable.However, there are other options like Standard Edition and Standard Edition One as well but do not require any other options except OHS and mod_plsql plugin.Hence, what is the cost effective option to have OHS and mod_plsql as a middle tier component to deploy APEX applications
    Thanks in advance

    All,
    I'm by no means a security expert, but I don't think this is a best practice. I think the best practice is to use two HTTP servers: one in the DMZ and one on the DB server. The one in the DMZ can be a standard Apache install - it acts as a proxy server and does not need mod_plsql. The second should be OHS. This configuration allows you to block ports that are usually used to communicate with the DB from the server in the DMZ.
    Did I get that right or am I way off?
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen
    http://sourceforge.net/projects/plrecur
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • Need Oracle HTTP Server for mod_plsql and link to download software

    Hi all,
    I want to use mod_plsql to publish HTML from the database.
    Therefore, I need an Oracle HTTP Server with mod_plsql.
    I have installed the "Oracle HTTP Server with Apache 2.0 10.1.3.1", but there is no mod_plsql included! The welcome page refers to a "Oracle HTTP Server Standalone Administrator's Guide Based On Apache 2.0" which is not installed and can' t be found on OTN.
    Can someone give me a link to Oracle HTTP Server installation software which includes mod_plsql?
    Any hints are welcome!
    Thanks, Markus

    Based on the version of the database, you could use the listener from that - the same XML DB uses. That would not require an application server install at all.
    Alternative: the mod_plsql replacement cartridge off Tom Kyte's site: asktom.oracle.com. Source only - compile against your preferred Apache

  • Mod_oc4j Oracle HTTP Server 10.1.2.0.2

    Hi!!
    In this moment i made a installation in HA environment of Oracle AS 10gr2, but now i need plug a cluster the oc4j 10gr3 to this environment.
    The question is: if i have a cluster in the web layer with Oracle HTTP Server 10g r2, can i use the Mod_oc4j to redirect request to the oc4j 10gr3 cluster? or i need install the Oracle HTTP Server 10gr3 for do it?
    Any doc
    Thanks in advance!!!

    Hmm interesting question. Theoretically, I don't see why not, but the question is that 10.1.3 is a loose cluster managed by opmn and dcm so I don't know if the "cluster" option will still work. Why not give it a try "cluster:clustername" check the HA guide/clustering guide on mod_oc4j syntax. Also try indvidual 10.1.3 names.
    Please let me know how things work out for you...I would like to follow up on this...
    Thanks,
    Deepak

  • APEX without Oracle HTTP Server 10gR2

    Guys,
    I know that you can run APEX in Oracle XE without requiring to install an HTTP server.
    But I have heard that the same is now true if you are using Oracle 10gR2.
    Is this the case and if it is can you answer the following questions :
    a) How is it done ?
    b) How is it configured ?
    c) Is this the way forward for APEX or do you still see the need for the HTTP Server ?
    d) How would you migrate from an APEX application developed and deployed using an HTTP Server to one which does not ?
    Any answers would be very helpful as I have a client who is extremely reluctant to install the Oracle HTTP server and I think that if you could use one which is within the database then that may win them over to APEX development.
    Regards
    Chris

    Search the Oracle XE forum for dbms_xdb and dbms_epg, however, I don't know if it's possible to do what you want. You may need to run XE.
    Earl

  • Administration of Oracle HTTP Server in Application Server 10.1.3.1

    Hi
    Can anyone tell me how to administer the Oracle HTTP Server from the Application Server Control not directly from the configuration files in Oracle Application Server 10.1.3.1.
    I have followed the instructions given but the link for the HTTP Server is not activated and can't be clicked in the System Components table in Oracle Application Server Control page.
    In the instructions given by the Oracle HTTP Server Admin guide was mentioned an user : ias_admin. But I haven't found it. All the users listed are oc4jadmin and something like JRAadmin.
    Can anyone tell me how to proceed to make possible HTTP Server Administration, Configuration and Mainteinance directly from the Application Server Control in Enterprise Manager.
    Best regards
    Drini

    Hi
    First of all, I am using the application server right now. I have deployed there a Java Web Service.
    In the directory that you specified it wasn't something like setupinfo.tx but readme.txt the contents of which I am pasting below
    ////////Readme.txt////////////////
    The installation of Oracle Application Server 10g 10.1.3.1.0 was successful.
    These instructions are located in D:\product\10.1.3.1\OracleAS_1\install\readme.txt for your future reference.
    You can view the status of the server with the following command:
    D:\product\10.1.3.1\OracleAS_1\opmn\bin\opmnctl status
    Access the Welcome Page with the following URL:
    http://server:8888/
    Access the Oracle Enterprise Manager 10g Application Server Control via the following URL:
    http://server:8888/em
    Installation Details:
    Installation Directory: D:\product\10.1.3.1\OracleAS_1
    Installation Type: J2EE Server and Web Server
    Installed Components: Oracle HTTP Server, Oracle Containers for J2EE (OC4J), and Oracle Process Manager & Notification Server (OPMN)
    Instance Name: as10gamf2.server
    Administrator Username: oc4jadmin
    The log file containing the details of Configuration Asistants is located in D:\product\10.1.3.1\OracleAS_1\cfgtoollogs
    \\\\ End of Readme.txt \\\\\\\\\\\
    i have tried before the opmnctl status command and it says that the HTTP_Server and the OC4JGroup are alive. Only ASG is down. This is by default in all iAS installations I have done.
    Best Regards
    Drini

  • Oracle http Server (standalone)

    I am going to install APEX 3.2 and as the pre-requisite, I need to install standalone Oracle HTTP server. In checking thru the Oracle web-site, it only appears under the integrated Oracle SOA Suite 10g.
    I have checked that some of the old version of APEX 2.2 just in need of standalone Oracle HTTP server. But for the sake of the pre-requisite of APEX 3.2, it is Oracle Application Server 10g.
    My questions are:-
    - Is there any standalone Oracle HTTP server to be downloaded and installed?
    - Any installation guide for Oracle HTTP server or Oracle SOA Suite 10g?
    - In the installation of Oracle SOA Suite 10g, can it be extracted with installing Oracle HTTP server or it has to install all the components of SOA Suite?
    Thanks for sharing your experience.
    Edited by: user9197403 on 23/02/2010 21:07

    [http://download.oracle.com/docs/cd/E14373_01/install.32/e13366/otn_install.htm#BHAGICFJ] > >
    I am going to install APEX 3.2 and as the pre-requisite, I need to install standalone Oracle HTTP server. In checking thru the Oracle web-site, it only appears under the integrated Oracle SOA Suite 10g.
    I have checked that some of the old version of APEX 2.2 just in need of standalone Oracle HTTP server. But for the sake of the pre-requisite of APEX 3.2, it is Oracle Application Server 10g.
    My questions are:-
    - Is there any standalone Oracle HTTP server to be downloaded and installed?
    - Any installation guide for Oracle HTTP server or Oracle SOA Suite 10g?
    - In the installation of Oracle SOA Suite 10g, can it be extracted with installing Oracle HTTP server or it has to install all the components of SOA Suite?
    Thanks for sharing your experience.
    Edited by: user9197403 on 23/02/2010 21:07
    3.2 Choosing an HTTP Server
    In order to run, Oracle Application Express must have access to either the embedded PL/SQL gateway or Oracle HTTP Server and mod_plsql. To learn more, see "About Choosing an HTTP Server".
    This is from Oracle's documentation so you do need BOTH.

  • Facing problem in installing oracle http server

    hi,
    i am trying to install oracle http server from companion cd (oracle 10g) but facing this error
    /Apache/Apache/bin/httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory.
    i don't know what to do.
    plz help

    Hi,
    there are other posts on this but try an install of the gnome-libs package on the server. It is possible to install a more recent version than 1.4.1.2.90-34.1.i386.
    Mike

  • How to install Oracle HTTP Server 10.1.3.0 on Solaris 10

    Hi !
    I am new to solaris 10 and i want to install oracle HTTP server on solaris 10.
    Kindly can any one share steps/documents how to prepare my system for installation
    uname -r = 5.10
    my user=oracle fro installation
    group=oinstall oracle user group
    Shell = bin/sh bourn shell
    no variable defined in .profile file OR at any place
    my istallation directory=> OracleHome ==> /home/oracle/OracleAs_1
    my oraInventory directory=> orainventory ==> /opt/ora/oraInventory
    following commands executed using root
    chown -R oracle:oinstall /home/oracle
    chown -R oracle:oinstall /opt/ora
    chmod -R 777 /home/oracle
    chmod -R 777 /opt/ora
    ============================
    executing setup using oracle user
    ./runInstaller -executeSysPrereqs command output==> OK/Pass I dont have patch 118345-03
    As patch 118345-03 is not required for the solaris 10with kernal patch/update 5.
    ./runinstaller and installation type= Advance => OC4j was installed successful but http server gives error.
    HTTP server configuration assistant Fails. Setup doesnot complete.
    error ==> http server fails to start Managed processes after the maximun retry limit.
    error status 206
    **** see HTTP_Server~1.log in opmn/logs folder. nothing in log except startprocess and stop process
    **** Apache/Apache/logs don't have any LOG or httpd.id file.
    ========================================
    When i start Apache using apactlstart.sh it runs and i can access http://localhost:777 ===> working with message use opmnctl
    Need Help :) Thanks in advance

    Here is such a description:
    http://onlineappsdba.com/index.php/2007/06/20/install-oracle-soa-suite-101310/
    Jon petter

Maybe you are looking for

  • Open dataset and close dataset

    Hi I need to write log file in fileshare. I am using the following FM to create the file. Z_FILE_OPEN_OUT_UNICODE' I have following qns 1. do i need to use open dataset and close dataset stmts, even I create the files with the FM?

  • How can i calculate the percentages and update the progressBar in the splash screen form ?

    I created a splash screen form: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.IO; using System.Thre

  • Solaris 10 and Software Mirroring

    Hey Folks, I'm attempting to configure software mirroring on a Solaris 10 system. Because this system is a v440, I'm using the hardware mirroring for the OS. The other two drives in the system I am using for a database, and so, will configure softwar

  • Regarding display of Account Number in Report Writer Report

    Hi All, I am working on Report Writer Report. It is related to Dipslay of Account Numbers with their corresponding description. My Issue is On the output screen I am able to see only the Description of Account Numbers. But I need to <b>Display the Ac

  • Budget upload

    Hi All, I uploaded planned values by cost center and then I ran a  gl report by profit centers to check if cost center values rolled up to New GL(ECC6.0),The planned values was not there so I had to execute program FAGL_CO_PLAN ,after executing that