HTTP server ports changeable later (through file)?

In one of the first steps during SOA Suite installation the user
can select "Manual" port configuration option.
The user browses then to a text file e.g. "staticports.ini" where the
"normal" and "SSL" ports (normally 8888 and 4443) are specified.
Are the ports after the installation
then fix for the future or can I change them later?
In other words is the selected file "staticports.ini"
read again every time the SOA Suite is started or is it only needed
during installation?
Peter

Only during installation.
If you want to change goto enterprise manger home page down the bottom you can configure the change.
cheers
James

Similar Messages

  • Difference between HTTP Server port and HTTP Server listen port

    Hi,
    What's the difference between the following?
    Oracle HTTP Server port = 7780
    Oracle HTTP Server listen port = 7781
    They are the ports used in my 9ias 9.0.3 instance.
    Please advise.
    Thank you.

    Hi,
    The server port, 7780, is port where HTTP server response and listen ports are other ports tha HTTP Server can listen. In IAS, the default configuration, the server port is response for Web Cache and Web Cache connect with HTTP Server in listen port.
    Marcio Mesti

  • Disabling Weblogic's http server port - Using an external web server

    Hi,
    We are using Weblogic 8.1 as application server and IWS as web server. We have
    siteminder web agent configured on the web server for implementing authentication
    and authorization.
    All our requests first go to the web server which redirects them to the application
    server.
    Since Weblogic itself has a http listen port, user can still send requests directly
    to the application server(which does not have any siteminder configuration on
    it). Is it possible to ensure that all http requests made directly to the application
    server are not processed so that the user is forced to hit the web server first.
    Thanks,
    Akash

    When you say redirect, do you mean you use an HTTP redirect to send it to your
    WLS servers URL? Or do you mean you proxy the requests from the webserver to
    the WLS instance? In the former case, you must expose WLS's HTTP server to the
    clients in order to redirect them to the address and you will not be able to
    stop them from going directly there. In the case of the latter, you can put
    your WLS instance behind the firewall so external users can't get to it. If you
    also need to protect it from internal users you should probably not use
    siteminder as your authentication mechanism. You may be able to configure
    siteminder so that it has to authenticate itself to send requests to weblogic
    and then protect all weblogic resources with that role requirement.
    Sam
    [email protected] wrote:
    Hi,
    We are using Weblogic 8.1 as application server and IWS as web server. We have
    siteminder web agent configured on the web server for implementing authentication
    and authorization.
    All our requests first go to the web server which redirects them to the application
    server.
    Since Weblogic itself has a http listen port, user can still send requests directly
    to the application server(which does not have any siteminder configuration on
    it). Is it possible to ensure that all http requests made directly to the application
    server are not processed so that the user is forced to hit the web server first.
    Thanks,
    Akash

  • Multiple Context - Changing http server port

    Hi,
    Is it possible to change the firewall https port to different port? Normally in single context mode you can change it with this command.
    http server enable 4434
    In multiple context mode there is no option for the port...
    http server enable ?

    hi marius,
    i just tried this on our live ASA 5520 and you're right, it can't be done on admin context.
    it also can't assign a diffrent port under a different context. only default 443 is accepted.
    ciscoasa/admin(config)# ip http serve enable ?
    ERROR: % Unrecognized command
    ciscoasa/CONTEXT(config)# sh ve
    Cisco Adaptive Security Appliance Software Version 8.3(2)
    Device Manager Version 6.3(5)
    ciscoasa/CONTEXT(config)# http server enable ?
    configure mode commands/options:

  • Apex Newbie question !!!!!  HTTP server ????

    I am newbie at APEX. I have a DBA background, but no experience with Oracle applications.
    I DO respect your time, and have tried to find this info on teh docs, but, honestly, can not find it. And I looked over everywhere, metalink, otn, gogling. I thought that I would find it on these forums under some form of FAQs, but have not found the answer :-(
    I have installed oracle database 11g for windows on my laptop, and when installing APEX 3.2, it asks me to stop the http server and ..... :-)
    Now, I have a question regarding the Oracle HTTP server, which is supposed to be isntalled with the 11g, instead of the Companion CD, which no longers exist.
    First question. We have a http server that is used by oracle EM database control, correct ? I do not see a service for it on the Services list. Teh apex application install asks for stopping/starting the http server. How do we do that ? AND, where the the http server binaries located ? I did a search for apache, and found it under C:\app\oracle\product\11.1.0\db_1\perl\site\5.8.3\lib\Apache, but no binaries there, or under ORACLE_BASE\bin either.
    What do I setup for ORACLE_HTTPSERVER windows environment on a brand new 11g database install ?
    Now, I see that we can get HTTP server from BEA install. I was trying to keep APEX from using a web server tier here. To me, the beauty of APEX is to not have to manage BEA, or any other tier. Keep it simple, at least for development, and keep everything on the DB, and simply use the native HTTP server.
    So, this is a VERY basic question, but how do I do that ? I will worry about what I can and can not do with the native HTTP server or BEA later. I just want to get this up and running so that I can start playing with it.
    Thanks,
    Henrique

    Here is my latest update before I go to bed :-(
    I was able to install the HTTP server, but had some issues later down on the apex install.
    C:\app\oracle\product\10g-iAS-http-server\opmn\bin>opmnctl status
    Processes in Instance: IAS-1
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    HTTP_Server | HTTP_Server | 5204 | Alive
    I am able to see the welcome page for the web server here
    http://localhost:7777/
    I am able to reset the admin password, ( by the way, I did setup the gateway as well :-) ). I am not sure what happens when you have both the gateway and the web server setup. Now, when try to login to the apex admin account using either
    http://localhost:7777/apex/apex_admin or
    http://localhost:7777/pls/apex/apex_admin, nothing happens besides a HTTP-404 error.
    Now, when I had the port set to 8080, via the commands
    SQL> EXEC DBMS_XDB.SETHTTPPORT(8080);
    PL/SQL procedure successfully completed.
    SQL> SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;
    GETHTTPPORT
    8080
    and try to login again here
    http://localhost:7777/pls/apex/apex_admin
    I do get a prompt, but when i enter admin, and the password I have setup, it does not allow me to get in :-(
    Now, I need some explanation of this DAD file, as I am not sure if I need it to simply login during install. Here is the man page from the install doc :
    3.4.11.1 Creating a Workspace Manually
    To create an Oracle Application Express workspace manually:
    Log in to Oracle Application Express Administration Services. Oracle Application Express Administration Services is a separate application for managing an entire Oracle Application Express instance. You log in using the ADMIN account and password created or reset during the installation process.
    In a Web browser, navigate to the Oracle Application Express Administration Services application.
    If your setup uses Apache and mod_plsql, go to:
    http://hostname:port/pls/apex/apex_admin
    Where:
    hostname is the name of the system where Oracle HTTP Server is installed.
    port is the port number assigned to Oracle HTTP Server. In a default installation, this number is 7777.
    pls is the indicator to use the mod_plsql cartridge.
    ***apex is the database access descriptor (DAD) defined in the mod_plsql configuration file.***
    Here it mentions this DAD file, and I am not sure if I need it now, and even, how to reference it. My database name is called apex, but I do not have anything on my dads.conf file. Should I have something there ? I see a sample such as this from the README.DADs file :
    <Location /plsqlapp>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseUsername scott
    PlsqlDatabasePassword tiger
    PlsqlDatabaseConnectString orcl
    PlsqlAuthenticationMode Basic
    PlsqlDefaultPage scott.home
    PlsqlDocumentTablename scott.wwdoc_document
    PlsqlDocumentPath docs
    PlsqlDocumentProcedure scott.wwdoc_process.process_download
    </Location>
    It is a bit late tonite. Tomorrow I will get back at it.
    Thanks for any help, but I must be doing something really obvious to you guys here, and I can't see it :-(
    Cheers,
    Henrique

  • 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

  • Http server start/stop process

    Hi
    I always see below start/stop messages in the D:\app\Oracle\opmn\logs\HTTP_Server~1
    We are not stopping/starting anything. Does it mean that the http server stop/start itself ? Will this affect users ?
    12/06/07 23:18:12 Start process
    12/06/26 10:03:03 Stop process
    12/06/26 10:04:05 Start process
    [Tue Jun 26 10:04:05 2012] [warn] pid file d:/app/oracle/apache/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    12/06/29 11:52:06 Stop process
    12/06/29 11:53:08 Start process
    [Fri Jun 29 11:53:09 2012] [warn] pid file d:/app/oracle/apache/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    12/07/03 08:54:18 Stop process
    12/07/03 08:55:20 Start process
    [Tue Jul 03 08:55:21 2012] [warn] pid file d:/app/oracle/apache/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    Oracle-Application-Server-10g/9.0.4.0.0 Oracle-HTTP-Server running...
    12/07/11 23:25:45 Start process
    12/07/14 12:38:15 Stop process
    12/07/14 12:39:17 Start process
    [Sat Jul 14 12:39:17 2012] [warn] pid file d:/app/oracle/apache/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    12/07/18 18:06:11 Stop process
    12/07/18 18:07:13 Start process
    [Wed Jul 18 18:07:13 2012] [warn] pid file d:/app/oracle/apache/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    12/07/25 10:58:29 Stop process
    12/07/25 10:59:31 Start process
    [Wed Jul 25 10:59:32 2012] [warn] pid file d:/app/oracle/apache/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    12/07/25 11:03:02 Stop process
    12/07/25 11:04:04 Start process
    [Wed Jul 25 11:04:05 2012] [warn] pid file d:/app/oracle/apache/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    12/07/25 11:06:55 Stop process
    12/07/25 11:07:57 Start process
    [Wed Jul 25 11:07:57 2012] [warn] pid file d:/app/oracle/apache/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    Similar stop/start messages in D:\app\Oracle\opmn\logs\ipm.log
    12/07/25 10:58:27 [4] [libopmnohs] Process Unreachable: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:9136)
    12/07/25 10:58:29 [4] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:9136)
    12/07/25 10:59:29 [4] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:9136)
    12/07/25 10:59:29 [4] [libopmnohs] Forcefully Terminating Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:9136)
    12/07/25 10:59:31 [4] Starting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:0)
    12/07/25 10:59:32 [4] Process Alive: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:6672)
    12/07/25 11:01:21 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:6672) [The connection SSL receive timed out]
    12/07/25 11:02:11 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:6672) [The connection SSL receive timed out]
    12/07/25 11:03:01 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:6672) [The connection SSL receive timed out]
    12/07/25 11:03:01 [4] [libopmnohs] Process Unreachable: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:6672)
    12/07/25 11:03:02 [4] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:6672)
    12/07/25 11:04:02 [4] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:6672)
    12/07/25 11:04:02 [4] [libopmnohs] Forcefully Terminating Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:6672)
    12/07/25 11:04:04 [4] Starting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:0)
    12/07/25 11:04:04 [4] Process Alive: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:8956)
    12/07/25 11:05:14 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:8956) [The connection SSL receive timed out]
    12/07/25 11:06:04 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:8956) [The connection SSL receive timed out]
    12/07/25 11:06:54 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:8956) [The connection SSL receive timed out]
    12/07/25 11:06:54 [4] [libopmnohs] Process Unreachable: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:8956)
    12/07/25 11:06:54 [4] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:8956)
    12/07/25 11:07:54 [4] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:8956)
    12/07/25 11:07:54 [4] [libopmnohs] Forcefully Terminating Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:8956)
    12/07/25 11:07:56 [4] Starting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:0)
    12/07/25 11:07:57 [4] Process Alive: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:4644)

    Hi ,
    It seems there is a clash of resources.There are rogue httpd processes left whenever OHS starts/restarts.File httpd.pid contains root httpd process and with the help of scoreboard file its communicated to child httpd processes.
    1.check OPMN LOGS.
    2.shutdown all process (OPMN infact)
    3.pkill or kill -9 httpd
    4.go to $ORACLE_HOME/opmn/logs/states and delete all files.
    5.check no other HTTP server ports are being used by other processes.(restarting the server is better idea !).
    6.CHECK ons.conf IF ANY ENTRIES ARE MISSING / MODIFIED - V IMP
    6.Start OPMN and HTTP Server.
    Edited by: anandk on Jul 25, 2012 10:17 AM
    Edited by: anandk on Jul 25, 2012 10:19 AM
    Edited by: anandk on Jul 25, 2012 10:20 AM

  • OPMN and HTTP server problem

    Hi all,
    I'm trying to install Application Server Infrastructure on RHEL 3, I Managed the connect the OID with database repository on another server..
    But the installation failed at OPMN configuration assistant-start HTTP server!
    I continued the installation anyway and used configToolCommands to configure the rest of the required tool, so now every thing is configured well exept for the (OPMN configuration assistant-start HTTP server)
    in the installation log file, this was what I found:
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=14674)
    failed to start a managed process after the maximum retry limit
    Log:
    /u01/app/oracle/product/9.0.4/IMHome/opmn/logs/HTTP_Server~1
    Invalid Exit Code. The following result code will be used for configuration assistants: 1
    Configuration assistant "OPMN Configuration Assistant - start HTTP Server" failed
    So..Any idea what could be the problem? and how can I solve it?
    Plz,reply as soon as you can, it's urgent..
    Thx.
    Asma

    try this...there might be a port conflict with webcache and Http.
    if you do not need webcache..stop it and start http.
    opmnctl stopproc ias-component=Webc{C}ahe
    opmnctl startproc ias-component=HTTP_Server
    i am positive it will be port conflict. try running your http in a different port.

  • Oracle application server 10g http server virtual host

    Hi,
    I have defined a new virtual host, changed its setting and create a folder with html file for redirection.
    Now when i am trying to access that new virtual host it is redirecting me to the old application.
    e.g.
    old.domain.com taking me old application.
    new.domain.com taking me old application.
    in HTML file i wrote url like ... http://myappsserver:port .......
    could you please tell me am i missing some thing..
    thanks

    You can find the port usage by executing opmnctl status -l from the command line. This should give you the port usage for each opmn-governed component. In a standard setup, web cache normally runs on port 7777 while Oracle HTTP Server runs on 7778. Alternatively, you can check the httpd.conf for the parameter Listen. This will give you the Oracle HTTP Server port as well.
    Did you test with the directive NameVirtualHost added?

  • Missing HTTP Server on 11g Installation

    Hi,
    Just successfully installed 11g Enterprise. Which, as I understand it, comes bundled nowadays with APEX and the Oracle HTTP server.
    But in my efforts to set up APEX and the HTTP server, I'm noticing a distinct lack of HTTP server! None of the files or folders that are supposed to present are there, but APEX is.
    I've followed the documentation to the letter and its all gone well up to the part where I have to edit the dads.conf file, whereupon I've noticed that file doesnt exist, and neither does the entire directory structure leading to it:
    "ORACLE_BASE\ORACLE_HTTPSERVER_HOME\ohs\modplsql\conf\dads.conf"
    I cant see any obvious directory in the oracle base that could be the http server home directory.
    Am I being dumb or blind, or am I genuinely missing the HTTP server and relevant directories and files?
    Help much appreciated!

    Use the EPG. In database 10g, the HTTP server was on the companion CD. In database 11g, HTTP server is not included(however you can download it if you really want to from the middleware stack or I guess from Apache). In database 11g, the deployment of APEX with HTTP server powered by Apache is deprecated in favour of the Embdded PLSQL Gateway (the modplsql bit from a HTTP server insde the database). The install guide includes both methods to give you a choice. Just because HTTP server is no longer included as part of the database media does not mean that you can not use it.

  • JDev 9.0.3.1035 - Error starting HTTP-Server: Address in use: JVM_BindHello

    Hello, we are unable to use JDev 9.0.3.1035.
    We installed your distribution and set it up as follows:
    1. Linked to CVS and checked out our project which works just fine under JDev 9.0.2
    2. Added libraries for Jakarta ECS and MS SQL Server JDBC drivers.
    Then we can run it once successfully. Close browser and terminate embedded OC4J Server and run project again and we get the following error:
    C:\JDEV\jdk\bin\javaw.exe -ojvm -classpath C:\jdev\j2ee\home\oc4j.jar -Dhttp.proxyHost=APOLLO -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts= -Xverify:none -Doracle.j2ee.dont.use.memory.archive=true com.evermind.server.OC4JServer -config C:\jdev\jdev\system9.0.3.1035\oc4j-config\server.xml
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    [waiting for the server to complete its initialization...]
    Error creating the ORB :
    Error starting HTTP-Server: Address in use: JVM_Bind
    The IDE then sits there until it times out.
    Oracle9iAS (9.0.3.0.0) Containers for J2EE initialized
    **** Warning: JDeveloper timed out waiting for OC4J to startup.
    **** Please check your HTTP proxy server settings in the IDE Preferences dialog.
    Embedded OC4J startup time: 120190 ms.
    Target URL -- http://192.168.254.20:8988/Long postings are being truncated to ~1 kB at this time.

    Target URL -- http://192.168.254.20:8988/eStarGlobal-eStarGlobal-context-root/servlet/com.estar.servlet.eStarMainServlet
    We are now unable to continue running/testing/developing our project. We do not want to have to manually change the port number each time we run it. This problem occurs both in Win 2000 PRO and Win XP Pro. We have tried every combination of OC4J server host names, HTTP Server ports and Web Browser proxy settings.
    A similar problem was fixed in Rel 9.0.2 by changing the Host Name of the embedded OC4J server to localhost from the IP address.
    Would appreciate some help because we would like to take advantage of the new features in your product.

  • JDEV 9.0.3.1035 - Error starting HTTP-Server: Address in use: JVM_Bind

    Hi, we installed and configured JDEV 9.0.3.1035 and are experiencing this persistent problem, whenever we try to run our app the second or any subsequent time:
    C:\JDEV\jdk\bin\javaw.exe -ojvm -classpath C:\JDEV\j2ee\home\oc4j.jar -Dhttp.proxyHost=DELL -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts= -Xverify:none -Doracle.j2ee.dont.use.memory.archive=true com.evermind.server.OC4JServer -config C:\JDEV\jdev\system9.0.3.1035\oc4j-config\server.xml
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    [waiting for the server to complete its initialization...]
    Error starting HTTP-Server: Address in use: JVM_Bind
    Error creating the ORB :
    Oracle9iAS (9.0.3.0.0) Containers for J2EE initialized
    **** Warning: JDeveloper timed out waiting for OC4J to startup.
    **** Please check your HTTP proxy server settings in the IDE Preferences dialog.
    Embedded OC4J startup time: 120156 ms.
    This is happening since we switched from JDEV 9.0.2 which always started up cleanly. It appears that the port is not being released on OC4J server termination. We are not running any other web servers and verified all open ports with netstat -a.

    Target URL -- http://192.168.254.20:8988/eStarGlobal-eStarGlobal-context-root/servlet/com.estar.servlet.eStarMainServlet
    We are now unable to continue running/testing/developing our project. We do not want to have to manually change the port number each time we run it. This problem occurs both in Win 2000 PRO and Win XP Pro. We have tried every combination of OC4J server host names, HTTP Server ports and Web Browser proxy settings.
    A similar problem was fixed in Rel 9.0.2 by changing the Host Name of the embedded OC4J server to localhost from the IP address.
    Would appreciate some help because we would like to take advantage of the new features in your product.

  • Desgin browser: Invalid HTTP server information

    Hi,
    when i try to view my design reporsitory using the design browser, i get a "Invalid Oracle HTTP Server information"
    My inputs are
    Oracle HTTP Server Host     : localhost
    Oracle HTTP Server Port     : 7777 -- appears by default.
    Oracle HTTP Server DAD     : desrep -- my design repository.
    This is on owb 10g & DB 10g. The Design repository and the HTTP server are on the same m/c. I have done the installation and config as said in the install and config guide and am able to see my runtime repository reports.
    Any pointers as to wats missing?
    TIA
    Aananth

    I get the same issue, did you ever get a resolution?

  • CRL list update & http server restart

    All,
    I am sorry to ask what seems like a stupid question but I do not have access to an http server I can use for testing.
    Do you really have to restart the http server for an updated CRL file to take affect? My DBA only wants to update the CRL file once a week because he doesn't want to restart the http server every night. It seems to me that if the Certificate Authority updates their CRL list every day that I should do the same.
    Any experience with the need to restart the http server?
    Rachel

    Check the below thread with similar problem
    https://forums.sdn.sap.com/thread.jspa?messageID=6567772#6567772
    Raghu

  • Invalid Oracle HTTP Server information

    I am having problems with the Design Repository Report in Warehouse Builder Browser. When I try to logon I receive the message: Invalid Oracle HTTP Server information. This is the same database server that the client uses to logon to the repository. I can logon to the HTTP Server using a browser with the same host and port information. I set up the DAD with Mod plsql Configuration Menu using this information. What do I need to change?
    OWB Client 9.0.3.33.0
    OWB Repository 9.0.3.0.1

    Did you already do this: Project menu -&gt; Preferences -&gt; Browser tab, set the HTTP Server port for the first option.
    It's hard to make a mistake in setting the DAD, but just in case take a look at the instructions in the Hands-on Demo document, Prerequisites section, step 8. The Hands-on Demo is linked from Self-Service Education http://otn.oracle.com/products/warehouse/selfserv_edu/installation.html
    Nikolai Rochnik

Maybe you are looking for

  • TREX - Configuring Distributed Slave with Decentralized Data Storage

    I am creating a distributed TREX environment with decentralized data storage with 3 hosts.  The environment is running TREX 7.10 Rev 14 on Windows 2003 x64.  These are the hosts: Server 01p: 1st Master NameServer, Master Index Server, Master Queue Se

  • SQL Server Reporting Services gives HTTP Error

    Reporting Services is installed on Windows Server 2008 R2 Virtual Server.  When I naviage to the report manager url i get "Internet Explorer cannot display the webpage". I click on Diagnose connection problems and get the the following error: "The de

  • Sub Folders in Playlist

    How do I create? Odd question and it must be easy but I'm struggling with this. So I've created a playlist and I want to create other folders within the playlist, help please?

  • Online Number never activated

    I purchased an online number using my skype credit.  It said it would take up to 2 weeks to content .. 5 weeks later I am still waiting.  What should I do?

  • How close all tab in safari

    Is there some way to close all the tabs in safari in just one time.  I have iPhone 4s.  iOS 5.1