Add http server instance to 10g

Hi all,
I have installed oracle application server 10g. But the http server instance is 0. How do I add the HTTP server instance?
This is what I get in the EM console.
Hosts 1 Application Servers 1
OC4J Instances 1 HTTP Server Instances 0
Thanks

"6838",
It appears like this may be an issue with your environment variables. When opmnctl is attempting to startup, is ORACLE_HOME set to to your new Companion CD Oracle Home? As well, can you ensure that you don't have the environment variable ORA_NLS33 set to an old location (it's unlikely this is even set, but it's worth checking).
Joel

Similar Messages

  • SRT: Unexpected failure in SOAP processing occurred - HTTP server instance

    I am trying to invoke an ABAP server proxy.  I can see the call route through XI.  But then when it tries to invoke the ABAP server proxy, i get the following error - SRT: Unexpected failure in SOAP processing occurred: ("No configuration for this HTTP server instance").  It looks like this might be a configuration issue on the SAP ECC side but I am not sure what needs to be corrected.  Here is the error is XI.
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>
      <SAP:P1>500</SAP:P1>
      <SAP:P2>SRT: Unexpected failure in SOAP processing occurred: ("No configuration for this HTTP server instance")</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>HTTP response contains status code 500 with the description SRT: Unexpected failure in SOAP processing occurred: (&quot;No configuration for this HTTP server instance&quot;) Error when sending by HTTP (error code: 500, error text: SRT: Unexpected failure in SOAP processing occurred: (&quot;No configuration for this HTTP server instance&quot;))</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    Your help is appreciated.  I saw another posting about the same error but it was not answered:
    Re: SOAP:1.026 SRT: "no configuration for this HTTP server instance"
    Thanks,
    Jay

    hi Jay,
    i face the same problem for the web service and after reading your thread i've check that the ECC XI web service is already active in SICF
    is it possible the user id used for testing dont have authorization for testing or accessing the web service ?
    if it is possible, do you know what kind authorization that i need to add to the user id ?
    please advice and many thanks in advance

  • Install Http Server in ORACLE 10g 10.2.0.3

    Hi, before i had Oracle XE 10.2.0.1 and Apex 3.2 both worked ok. Now remove Oracle XE and APEX 3.2 and then installed ORACLE 10g 10.2.0.3 and Apex 4.0, but when i try to login to apex http://server:8080/pls/apex/apex_admin the login page not appears.
    Before run apex with OC4J from developer suite 10g, but now i need to install some particular http server with the companion cd or something like that.
    I guess i have to install http server and xml database from companion cd but which option have to choose.
    Regards

    Pl post details of your OS. If you installed 10.2.0.3, you will also need to install the HTTP server from the companion CD.
    http://download.oracle.com/docs/cd/E17556_01/doc/install.40/e15513/overview.htm#CJAFEAJJ
    http://www.oracle.com/technology/obe/apex/apexinst/apexinst.htm#t2
    HTH
    Srini

  • How to configure http server in oracle 10g

    Hi
    I am configuring apex 3.2.1 on oracle 10g 10.2.0 I need help how to configure http server bec i did not find any Apache file or folder in 10g if it is then how .
    Arshad

    Hi
    I use to configure only this in $ORACLE_HOME/forms/server/forms.conf (and restart ias):
    AddType application/x-orarrp rrp_
    AddType application/x-orarrp-text rrpt
    AddType application/x-orarrp-ps rrpp
    AddType application/x-orarrp-pdf rrpa
    AddType application/x-orarrp-rtf rrpr
    AddType application/x-orarrp-html rrph

  • 10g: HTTP Server and OC4J on different servers?

    Can anyone assist with configuring HTTP Server and OC4J on different servers?
    I installed AS 10g on both; our application runs fine on one server, with the HTTP Server and OC4J both on the same box.
    I need to also test this with the HTTP Server on a separate box.
    I added this to mod_ocj4.conf:
    Oc4jMount /indox-qa1
    instance://cvodev2:oas_dev2.cvodev2.int.sys.com:indox-qa1
    Oc4jMount /indox-qa1/*
    instance://cvodev2:oas_dev2.cvodev2.int.sys.com:indox-qa1
    But when I try to access something like http://cvodev4/indox-qa1 I get this in the logs:
    [Wed Jul 06 16:54:10 2005] [warn] [client 10.1.1.231] [ecid: 1120683250:192.152.136.127:1248:1544:1,0] MOD_OC4J_0184: Failed to find an oc4j process for destination: instance://cvodev2.int.camsys.com:oas_dev2.cvodev2.int.camsys.com:indor-qa1
    [Wed Jul 06 16:54:10 2005] [error] [client 10.1.1.231] [ecid: 1120683250:192.152.136.127:1248:1544:1,0] MOD_OC4J_0145: There is no oc4j process (for destination: instance://cvodev2.int.camsys.com:oas_dev2.cvodev2.int.camsys.com:indor-qa1) available to service request.
    [Wed Jul 06 16:54:10 2005] [error] [client 10.1.1.231] [ecid: 1120683250:192.152.136.127:1248:1544:1,0] MOD_OC4J_0119: Failed to get an oc4j process for destination: instance://cvodev2.int.camsys.com:oas_dev2.cvodev2.int.camsys.com:indor-qa1
    [Wed Jul 06 16:54:10 2005] [error] [client 10.1.1.231] [ecid: 1120683250:192.152.136.127:1248:1544:1,0] MOD_OC4J_0013: Failed to call destination: instance://cvodev2.int.camsys.com:oas_dev2.cvodev2.int.camsys.com:indor-qa1's service() to service the request.
    I did some ethernet sniffing and it doesn't look to me like the OHS box is even trying to contact the OC4J box.
    Is there more configuration I need to do beyond this?
    Thanks,
    dwh

    hi user11159690
    Maybe this can help:
    "Oracle® HTTP Server Administrator's Guide 10g Release 3 (10.1.3) B25211-02"
    "7.32 mod_oc4j"
    http://download.oracle.com/docs/cd/B25221_04/web.1013/b25211/confmods.htm#i1025739
    Maybe more specifically "Oc4jMount":
    http://download.oracle.com/docs/cd/B25221_04/web.1013/b25211/confmods.htm#CIHJBGFB
    (tip : You can use "Your Control Panel" to make your name visible in forum posts.)
    success
    Jan Vervecken

  • Issue configuring DAD on HTTP Server within 10g App Server

    This time with a sensible subject...
    I am trying to configure the HTTP Server within 10g Application Server with a DAD pointing to an instance hosted on the same server. However whenever I apply the DAD settings and re-start the server I am told the DAD is down. I have tried many permutations of the connection string all without success. Has anyone else encountered a similar problem and can suggest a resolution. I am carrying out the same steps as I would for a 9i HTTP Server and can only think it is a difference for 10g App Server.

    Reviewing the mod_plsql services page, it says 'Module Loaded No'. I have reviewed the httpd.conf and oracle_apache_conf files and both suggest that mod_plsql should be started but this is obviously not the case.

  • Installation Problem about ORACLE HTTP SERVER 10g

    I tried to install oracle http server on windows xp sp2. Everthing was all right until
    it made some recommend tasks while installing. It could'nt start the http server at there. I completed the installation. After then when i connect to the internet and try to start http server it starts. But when i do not connect to the internet it gives an error like apache.exe couldn't start on executing ApacheModuleonsinst.dll. I want to learn what causes to this problem.

    pparkko wrote:
    With this type of behaviour, you always need to find out the real error.
    Try opening a command prompt (cmd) and running the command from the command line.
    Then you can see what is going wrong.I have a question, I just upgraded our test 11i database (9i) to 10g (10.2), as a part of that upgraded forms, reports, graphics to patchset 18. Now planning to install 10giAS on appsTier on which forms, Apache and discoverer running. If I install 10giAS in differnet home, how can I get that in to appsTier?, does it mean adapcctl script no longer be used to start webservices?. I haven’t done this before, if my question is stupid, please ignore :).

  • Using a Single HTTP Server for Multiple APEX Instances

    Our company's DBA Manager has asked if it would be possible to externalize the HTTP server portion of APEX from the DB Servers. In other words, he would strongly prefer that the DB Servers *only* run Oracle Database software.
    We know that we can install the HTTP server on another box but, in thinking about how to do this, we were wondering if it is really necessary to create a separate HTTP server installation for each APEX instance. What we'd really like to do is have one HTTP server for all our our Dev boxes and several (but, not one to one) for each of our upper environments; staging, qa, prod, etc.
    Right now, each instance have a single dads.conf file on each DB box. So, if we we're to attempt to consolidate them, we'd need some way to embed multiple dads files and to associate each instance with the correct one.
    Has anyone ever done this or (preferably) have some examples?
    Thanks,
    -Joe

    Joe,
    I don´t know a specific reference for it, I remembered it because when I was looking the documentation on the site, I saw the reference "Support for multiple database connections" in the URL: APEX Listener New Features 2.0&lt;/title&gt;&lt;meta name=&quot;Title&quot; content=&quot;APEX Listener New Features 2.0…
    I´ve tried to use APEX listener some time ago, but in a earlier version together with glassfish. So, since for me was only one database, I created the necessary amount of DAD´s on my database, each one for a specific port.
    Check the link and you´ll see the same information I saw.
    Thanks.
    José Valdézio
    "Neo, everything that Oracle told me, became true, except extinguish bugs in a first release."

  • APEX 3.1.2 / HTTP-Server 10g PDF-Printing included

    Hello together
    I have APEX running on the Oracle HTTP-Server 10.1.3. Apex is working. Now i want to integrate PDF-printing. I found a lot of HowTos to realize that with a separate OC4J-Installation in an new $ORACLE_HOME.
    Has anybody an Installation running with OC4J intergrated into the HTTP-Server (startable,stopable wirh opmnctl) ? Or an idea how to get that running ? Or a better Idea to print PDFs from APEX ?
    Regards from Switzerland

    Hello,
    Carl Backstrom blogged about using Cocoon and Tomcat to integrate PDF-printing: http://carlback.blogspot.com/2007/03/apex-cocoon-pdf-and-more.html
    Cocoon should be installable on an OC4J instance.
    Another alternative is using PL/PDF: http://www.plpdf.com/
    Hope this helps,
    Dirk

  • No Http server on port 8080 with 10g Express Edition ( TNS-12631 error)

    I downloaded the Oracle 10g Express Edition for Microsoft Windows and tried to install the software on 3 pcs.
    2 pc works but mine is not working.
    All works well during installation but when I want to connect to the home web page, it displays error (http://127.0.0.1:8080/apex)
    It isnormal because I have no process running under 8080 port.
    But I don't know why there is not an http server on port 8080.
    netstat -a :
    Connexions actives
    Proto Adresse locale Adresse distante Etat
    TCP LABOLLC:epmap LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:microsoft-ds LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:1521 LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:42510 LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:1051 LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:1255 LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:1291 localhost:1292 ESTABLISHED
    TCP LABOLLC:1292 localhost:1291 ESTABLISHED
    TCP LABOLLC:netbios-ssn LABOLLC.castel.fr:0 LISTENING
    TCP LABOLLC:1338 messagerie.castel.fr:1026 ESTABLISHED
    TCP LABOLLC:1342 messagerie.castel.fr:1390 ESTABLISHED
    TCP LABOLLC:1355 messagerie.castel.fr:1026 ESTABLISHED
    TCP LABOLLC:1359 messagerie.castel.fr:1390 ESTABLISHED
    TCP LABOLLC:1472 messagerie.castel.fr:epmap TIME_WAIT
    TCP LABOLLC:1473 messagerie.castel.fr:1026 TIME_WAIT
    UDP LABOLLC:microsoft-ds *:*
    UDP LABOLLC:isakmp *:*
    UDP LABOLLC:1027 *:*
    UDP LABOLLC:1339 *:*
    UDP LABOLLC:1340 *:*
    UDP LABOLLC:1356 *:*
    UDP LABOLLC:1357 *:*
    UDP LABOLLC:1427 *:*
    UDP LABOLLC:4500 *:*
    UDP LABOLLC:ntp *:*
    UDP LABOLLC:1028 *:*
    UDP LABOLLC:1062 *:*
    UDP LABOLLC:1900 *:*
    UDP LABOLLC:ntp *:*
    UDP LABOLLC:netbios-ns *:*
    UDP LABOLLC:netbios-dgm *:*
    UDP LABOLLC:1900 *:*
    UDP LABOLLC:42508 *:*
    The file sqlnet.log contains the following comments :
    Fatal NI connect error 12631, connecting to:
    (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 10.2.0.1.0 - Production
    Time: 08-MARS -2007 16:28:39
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12631
    TNS-12631: Echec de recherche de nom
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    I don't know what to do !!
    Help

    Yes i Check all that.
    For example, I have Tomcat installed on my PC and I can launch it easily.
    So that means that port 8080 is completly free.
    No I haven't http service as you can see with netstat results.
    Lokk at the log sqlnet.log, I have following :
    Fatal NI connect error 12631, connecting to:
    (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 10.2.0.1.0 - Production
    Time: 09-MARS -2007 14:46:35
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12631
    TNS-12631: Echec de recherche de nom
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Thanks

  • HTTP server does not start on 10g

    I have the following installed on my Linux Intel single box
    Database 10g
    HTML DB
    Application Server 10g
    I had configured my application on HTTP server and was running fine. On top of it I installed successfully Enterprise Manager Grid Control in the same box. Now when I start the Application server the HTTP server shows the status Stop.
    The HTTP server is configured on port 80. When I access the URL on the browser it say 'No response from Application Server'. I tried restarting but it went on and on but didnt start.
    Can anyone guide what could have gone wrong or what needs to be verified.
    Warm regards,
    Vipul

    Hi Vipul,
    I experienced problems recently where the hardware was rebooted after the Apps Server did not shutdown cleanly. When opmn(Oracle Process Manager) tries to start the HTTP server component it tries to cleanup the old process id by performing a hard stop on it. In my case this process was now owned by root instead of the owner of the Oracle installation. You can check this by doing
    $ORACLE_HOME/opmn/bin/opmnctl status
    If the pid of the HTTP_Server component is present then check the owner of that process by doing
    ps -ef | grep <pid_goes_here>
    and see who the owner is.
    In our case we had to restart the root process that was running and everything started up correctly.
    Hope this helps.
    - Kenny -

  • ISSUES WHILE STARTING HTTP SERVER FOR A NEW INSTALLATION OF 10G AS

    I installed 10g AS version 10.1.3.1. I am having this issue while running the installation:
    The Configuration assistants are failing with the following error:
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=621769602,pid=30999)
    failed to start a managed process after the maximum retry limit
    Log:
    /opt/dba/oracle/product/10.1.3.1/OracleAS_1/opmn/logs//HTTP_Server~1.log
    Configuration assistant "Oracle Process Management and Notification Configuration Assistant" failed
    I am using a staticports.ini file with the following values
    Oracle HTTP Server port =81
    Oracle HTTP Server Listen port = 81
    Oracle HTTP Server SSL port = 444
    Oracle HTTP Server Listen (SSL) port = 444
    I am not sure what the following are for and what values i should for them so i commented them
    #Oracle Notification Server Request port = port_num
    #Oracle Notification Server Local port = port_num
    #Oracle Notification Server Remote port = port_num
    #ASG port = port_num
    Has anyone encountered this issue ??

    Port numbers less than 1024 are privileged ports on Unix/Linux. In order for OHS to run on one of the privileged port (e.g. 81 and 441 in your case) you must enable OHS to run as root. By default OHS runs a non-root user, the user that installed Oracle Application Server.
    So to start with installer do not specify custom (static) ports and complete the installation. OHS will be assigned some non-privileged port by installer. Post installation follow the instructions here to change the ports to 81 and 441:
    http://download.oracle.com/docs/cd/B32110_01/core.1013/b32196/ports.htm#CIHJEEJH
    Thanks
    Shail

  • Error starting http server 10g

    After installing http server 10G it started fine. I then followed the instructions in apex install guide to create a marvel.conf file and edit the httpd.conf file. Now when I go to start the server i receive the following error in the log file:
    /u01/app/oracle/product/10202com/Apache/Apache/bin/apachectl start: execing httpd
    Syntax error on line 7 of /u01/app/oracle/product/10202com/Apache/modplsql/conf/marvel.conf:
    Invalid command 'PlsqlDocumentPath', perhaps mis-spelled or defined by a module not included in the server configuration
    This is the marvel.conf file
    Alias /i/ "/u01/app/oracle/product/10202com/Apache/Apache/images/"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString venus.csuadmin.csuohio.edu:1521:appex ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword password
    Allow from all
    </Location>
    this is the line I added to httpd.conf file
    include "/u01/app/oracle/product/10202com/Apache/modplsql/conf/marvel.conf"
    Anybody have any id?
    Thanks - Mike

    I just resolved this.
    I moved the line I added to httpd.conf to be the last line in the file, after all the other includes.
    include "/u01/app/oracle/product/10202com/Apache/modplsql/conf/marvel.conf"

  • Add request header for a iplanet web server instance

    Hello
    Does any one know how can I add a request header for a iplanet web server instance?

    I believe you want to add request header :
    Adding request header :
    AuthTrans fn="set-variable" $headers{"myheader1"}="myheadervalue"
    Adding response header
    Output fn="set-variable" $srvhdrs{"myresphdr"}="myresphdrvalue"

  • 10g http server setup on linux

    I have a single box running 10g on Linux (RedHat 2.x ES). I want to be able to connect to the database with iSqlPlus. I want the http server on the same box as the database.
    Is there a good document, a step-by-step guide for setting up the http server so it can connect to the database?
    Thank you,
    Edward Stoever

    If you have installed Oracle Database 10g, iSQL*Plus is already and installed and configured to connect to the default database. There is no HTTP Server as iSQL*Plus 10.1 uses OC4J.
    Can you try connecting to iSQL*Plus and logging in? You may need to ask a more specific question if you are having problems with the default install of iSQL*Plus, or you want to do some more specific set up.
    Alison

Maybe you are looking for

  • Determine material No. from EAN No. in Delivery Document

    Hi All, We have a requirement  wherein we must determine the material number of the material from the EAN when the customer scans the barcode on the material. Can anyone help me in finding any suitable solution so that we are able to determine the ma

  • Looking for a good MAC forum to join.any ideas?

    thanks

  • Fonts behave different in Photoshop in comparison with Illustrator

    I have a problem: it seems that some fonts behave different in Photoshop CS than in Illustrator CS on my Windows XP. Where Illustrator opens a vector (Ill) EPS file correct Photoshop shows me wrong characters sometimes: for example: an é becomes a wr

  • New ipad will not start?

    I just opened the box and charge the new ipad. it will not go to the home page. any suggestions?

  • Safari crashing unexpectedly.

    Safari keeps quitting unexpectedly. I have been using Firefox instead, but want to continue working in Safari. Here is the crash report: Process:           Safari [621] Path:              /Applications/Safari.app/Contents/MacOS/Safari Identifier: