Apex Installation ok, HTTP Server displays error in logs

I have a strange issue.
Apex 3.2 installation was okay. However when bouncing Apache HTTP Server, I have following errors in the log.
=================================================================
[Mon Mar 30 23:36:26 2009] [error] [client 192.168.2.102] [ecid: 1238474186:192.168.2.102:5792:4952:4,0] File does not exist: c:/oraclehttp/apache/apache/htdocs/favicon.ico
[Mon Mar 30 23:36:29 2009] [error] [client 192.168.2.102] [ecid: 1238474189:192.168.2.102:5792:4116:5,0] File does not exist: c:/oraclehttp/apache/apache/htdocs/favicon.ico
[Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:6040:5,0] Filename is not valid: c:/orahttp/apache/images"favicon.ico
[Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:6040:6,0] Filename is not valid: c:/orahttp/apache/images"javascript/apex_ns_3_1.js
[Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:6040:7,0] Filename is not valid: c:/orahttp/apache/images"javascript/apex_3_1.js
[Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:6040:8,0] Filename is not valid: c:/orahttp/apache/images"javascript/apex_get_3_1.js
[Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:6040:9,0] Filename is not valid: c:/orahttp/apache/images"javascript/apex_builder.js
[Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:6040:10,0] Filename is not valid: c:/orahttp/apache/images"css/apex_3_1.css
[Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:3956:1,0] Filename is not valid: c:/orahttp/apache/images"css/apex_builder_3_1.css
[Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:4780:1,0] Filename is not valid: c:/orahttp/apache/images"htmldb/apex_logo.gif
[Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:4696:1,0] Filename is not valid: c:/orahttp/apache/images"1px_trans.gif
[Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:3956:2,0] Filename is not valid: c:/orahttp/apache/images"htmldb/builder/right_curve.gif
[Tue Mar 31 00:04:22 2009] [error] [client 192.168.2.102] [ecid: 1238475862:192.168.2.102:4640:6040:11,0] Filename is not valid: c:/orahttp/apache/images"htmldb/builder/left_curve.gif
[Tue Mar 31 00:04:25 2009] [error] [client 192.168.2.102] [ecid: 1238475865:192.168.2.102:4640:4780:2,0] Filename is not valid: c:/orahttp/apache/images"favicon.ico
[Tue Mar 31 00:04:25 2009] [error] [client 192.168.2.102] [ecid: 1238475865:192.168.2.102:4640:4696:2,0] Filename is not valid: c:/orahttp/apache/images"favicon.ico
=======================================================
My http home directory is c:\OracleHTTP; my old HTTP directory was C:\orahttp that I deleted and reinstall Oracle HTTP Server.
I don't understand why these error is coming? even Apache is referring old http server home.
on DADS.CONF my image directory is set to
Alias /i/ "c:\OracleHttp\Apache\images\/"
So the situation is when I invoke Apex it displays with all images, but do not move after that; i.e the screen don't move whatever you type.
Can anybody give advise what can we do to make Apex functional?
Thanks.

The reference to old HTTP home was resolved as there were old settings on Window Registry that I deleted.
I am still getting following errors:-
[Tue Mar 31 09:10:48 2009] [error] [client 192.168.2.102] [ecid: 1238508648:192.168.2.102:944:4080:7,0] File does not exist: c:/oraclehttp/apache/apache/htdocs/favicon.ico
[Tue Mar 31 09:10:50 2009] [error] [client 192.168.2.102] [ecid: 1238508650:192.168.2.102:944:1244:4,0] File does not exist: c:/oraclehttp/apache/apache/htdocs/favicon.ico
Any body have ideas?
Thanks.

Similar Messages

  • Error starting up ApEx's Oracle HTTP server

    Hello.
    I have just configured a brand new Oracle HTTP server on a brand new ApEx database. When I try to start the server, it doesn't start and I see errors in the log files.
    dads.conf in Apache/modplsql/conf directory:
    Alias /i/ "/u01/app/oracle/product/10.2.0/http/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_mgr.process_download
    PlsqlDatabaseConnectString zemple:1521:orp244a.<my domain here>.com ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.WE8ISO8859P1
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword <my password here>
    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    Allow from all
    </Location>
    orp244a is a 10.2.0.4 database into which ApEx has been installed per the install guide with no errors. The Oracle HTTP server is 10.2.0.1. Both run on Zemple. I have substituted the domain name and the password for APEX_PUBLIC_USER account with <my domain here> and <my password here>, respectively, for security reasons.
    When I check http://zemple.<my domain here>:7777, I get the standard Oracle HTTP Server page. But when I check http://zemple.<my domain here>:7777/pls/apex I get the "Page cannot be found" error.
    error_log in Apache/logs directory:
    [Mon Mar 16 14:50:59 2009] [notice] Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server configured -- resuming normal operations
    [Mon Mar 16 14:50:59 2009] [notice] Accept mutex: fcntl (Default: fcntl)
    [Mon Mar 16 14:51:07 2009] [error] [client 10.222.137.7] [ecid: 1237233067:10.220.17.126:21396:0:2,0] File does not exist: /u01/app/oracle/product/10.2.0/http
    /Apache/Apache/htdocs/pls
    [Mon Mar 16 14:51:55 2009] [error] [client 10.222.137.7] [ecid: 1237233115:10.220.17.126:21399:0:2,0] mod_plsql: /pls/apex/apex HTTP-404 ORA-06502: PL/SQL: nu
    meric or value error\nORA-06512: at "SYS.OWA_MATCH", line 41\nORA-06512: at line 18\n
    [Mon Mar 16 14:51:59 2009] [error] [client 10.222.137.7] [ecid: 1237233119:10.220.17.126:21399:0:4,0] mod_plsql: /pls/apex/apex HTTP-404 ORA-06502: PL/SQL: nu
    meric or value error\nORA-06512: at "SYS.OWA_MATCH", line 41\nORA-06512: at line 18\n
    Any idea what my problem might be?
    Thank You
    Boris

    The modplsql/logs directory is completely empty.
    The stop and start of the http server is clean - no errors reported.
    The main log in Apache/Apache/logs directory is not big, since it is a brand new install of the http server. Here is the complete log:
    [Mon Mar 16 13:45:38 2009] [notice] FastCGI: process manager initialized (pid 7879)
    [Mon Mar 16 13:45:39 2009] [notice] Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server configured -- resuming normal operations
    [Mon Mar 16 13:45:39 2009] [notice] Accept mutex: fcntl (Default: fcntl)
    [Mon Mar 16 14:45:06 2009] [notice] FastCGI: process manager initialized (pid 18854)
    [Mon Mar 16 14:45:07 2009] [notice] Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server configured -- resuming normal operations
    [Mon Mar 16 14:45:07 2009] [notice] Accept mutex: fcntl (Default: fcntl)
    [Mon Mar 16 14:45:56 2009] [error] [client 10.222.137.7] [ecid: 1237232756:10.220.17.126:18862:0:1,0] mod_plsql: /pls/apex/apex_admin HTTP-404 ORA-06502: PL/S
    QL: numeric or value error\nORA-06512: at "SYS.OWA_MATCH", line 41\nORA-06512: at line 18\n
    [Mon Mar 16 14:46:32 2009] [error] [client 10.222.137.7] [ecid: 1237232792:10.220.17.126:18866:0:1,0] File does not exist: /u01/app/oracle/product/10.2.0/http
    /Apache/Apache/htdocs/pls/
    [Mon Mar 16 14:46:38 2009] [error] [client 10.222.137.7] [ecid: 1237232798:10.220.17.126:18860:0:2,0] File does not exist: /u01/app/oracle/product/10.2.0/http
    /Apache/Apache/htdocs/pls/
    [Mon Mar 16 14:46:45 2009] [error] [client 10.222.137.7] [ecid: 1237232805:10.220.17.126:18866:0:2,0] File does not exist: /u01/app/oracle/product/10.2.0/http
    /Apache/Apache/htdocs/pls/
    [Mon Mar 16 14:50:58 2009] [notice] FastCGI: process manager initialized (pid 21392)
    [Mon Mar 16 14:50:59 2009] [notice] Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server configured -- resuming normal operations
    [Mon Mar 16 14:50:59 2009] [notice] Accept mutex: fcntl (Default: fcntl)
    [Mon Mar 16 14:51:07 2009] [error] [client 10.222.137.7] [ecid: 1237233067:10.220.17.126:21396:0:2,0] File does not exist: /u01/app/oracle/product/10.2.0/http
    /Apache/Apache/htdocs/pls
    [Mon Mar 16 14:51:55 2009] [error] [client 10.222.137.7] [ecid: 1237233115:10.220.17.126:21399:0:2,0] mod_plsql: /pls/apex/apex HTTP-404 ORA-06502: PL/SQL: nu
    meric or value error\nORA-06512: at "SYS.OWA_MATCH", line 41\nORA-06512: at line 18\n
    [Mon Mar 16 14:51:59 2009] [error] [client 10.222.137.7] [ecid: 1237233119:10.220.17.126:21399:0:4,0] mod_plsql: /pls/apex/apex HTTP-404 ORA-06502: PL/SQL: nu
    meric or value error\nORA-06512: at "SYS.OWA_MATCH", line 41\nORA-06512: at line 18\n
    [Mon Mar 16 15:01:46 2009] [error] [client 10.222.137.7] [ecid: 1237233706:10.220.17.126:21399:0:9,0] File does not exist: /u01/app/oracle/product/10.2.0/http
    /Apache/Apache/htdocs/pls/htmldb
    [Mon Mar 16 15:01:53 2009] [error] [client 10.222.137.7] [ecid: 1237233713:10.220.17.126:21399:0:11,0] mod_plsql: /pls/apex/apex HTTP-404 ORA-06502: PL/SQL: n
    umeric or value error\nORA-06512: at "SYS.OWA_MATCH", line 41\nORA-06512: at line 18\n
    Thank You
    Boris

  • Move apex to another http server "Error on Page"

    Hi,
    I runing apex 2.2 on an oracle http server, but now I have installed collaboration suite on the same server and want to move my apex. Can't get it working the browser says "Error on page", the login button is not working and strange fonts.
    I hade moved image directory and created the marvel.conf + included in http.conf.
    http error log shows entries:
    File does not exist: /oracle/product/ocs_app/Apache/Apache/htdocs/calendar/images/javascript/htmldb_html_elements.js
    but my marvel.conf has:
    Alias /i/ "/oracle/product/http/Apache/Apache/images/"
    Have tried to copy images also to /oracle/product/ocs_app/Apache/Apache/htdocs/calendar/ the errors disappears from log file but browser still shows “Error on Page”
    Can anyone help, please?

    Hi Praveen,
    Looks like a Reverse Proxy solution where you have one HTTP server in DMZ and one behind the firewalls. Please check Apache docs for Reverse Proxy. You can also use Web Cache for this purpose, or use a Hardware Load Balancer.
    Regards,
    Martin

  • APEX Oracle 11g HTTP Server - Cannot get SSL working

    I have installed APEX on Oracle 11g with the Oracle HTTP Server on MS Windows server.
    Data base up and running, APEX up an running.
    All works as expected on port 7777
    When I try 4443 I get error message re self signed certificate by Oracle, but if I click through error message I get an https connection.
    I want to replace default cert with a locally signed cert, and get SSL working on 4443, then switch to port 443.
    I have used the Oracle Wallet manager, generated a CSR, had this signed by my corproate CA, and installed the corporate CA cert and the newly signed server cert into the wallet (with Auto Login Set) and saved it in:
    D:\orahttp\Oracle_WT1\instances\apex\config\OHS\ohs1\keystores\infosec2wallet
    This creates two files: ewallet.p12 and cwallet.sso
    I then manually add the group/users "SYSTEM" and "Administrators" to these two files to match the security tab on the default wallet.
    I T then go to the ssl.conf file located at:
    D:\orahttp\Oracle_WT\instances\apex\config\OHS\ohs1\ssl.conf
    and changed the entry:
    #SSLWallet "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/keystores/default"
    SSLWallet "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/keystores/infosec2wallet"
    I then stop and start the Oracle HTTP Server - ohs1 from the start menu.
    Then I try to connect from my desk top machine using the following URL:
    https://us-pghinfosec2.ariba.com:4443/pls/apex/f?p=101:1:
    I get the clasic MS IE Message:
    ==========
    Internet Explorer cannot display the webpage
    Most likely causes:
    You are not connected to the Internet.
    The website is encountering problems.
    There might be a typing error in the address.
    What you can try:
    Diagnose Connection Problems
    More information
    This problem can be caused by a variety of issues, including:
    Internet connectivity has been lost.
    The website is temporarily unavailable.
    The Domain Name Server (DNS) is not reachable.
    The Domain Name Server (DNS) does not have a listing for the website's domain.
    If this is an HTTPS (secure) address, click Tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section.
    For offline users
    You can still view subscribed feeds and some recently viewed webpages.
    To view subscribed feeds
    Click the Favorites Center button , click Feeds, and then click the feed you want to view.
    To view recently visited webpages (might not work on all pages)
    Click Tools , and then click Work Offline.
    Click the Favorites Center button , click History, and then click the page you want to view.
    ==========
    I am at a loss as to what to do. It acts like Oracle HTTP can not open my wallet.
    I suspect it needs the password to the wallet but I cannot find any place to specify the password, and Auto Login should have addressed that issue.
    Any insights welcome.
    Thanks - Elton Hay

    Hello Lakshmi,
    >
    I got your point but in our case HTTP Server and Oracle Database (APEX) running on different machines.
    Oracle HTTP Server running on a Windows 2003 server and Oracle Database running on Sun Solaris machine.
    So do i need to change Oracle 10g HTTP Server? do i need to install Oracle 11g HTTP SErver?
    Please let me know if my question is not clear.
    >
    <ul><li>
    I got your point but in our case HTTP Server and Oracle Database (APEX) running on different machines.Did I missed something?
    You should have mentioned this additional information in the original question itself.
    </li>
    <li>Oracle HTTP Server running on a Windows 2003 server and Oracle Database running on Sun Solaris machine.As long as [url http://docs.oracle.com/cd/E37097_01/doc/install.42/e35123/otn_install.htm#BHAFJJDA]dads.conf is configured correctly there should not be a problem with this.
    From Original question:
    We are having Oracle APEX 3.1 version on Oracle 10g Database and Oracle 10g HTTP Server as web server in our organization.How did this setup of APEX worked?(i.e. on different machines)
    If you still have doubt about this you can do the setup and find out before upgrading.
    </li>
    <li>So do i need to change Oracle 10g HTTP Server? do i need to install Oracle 11g HTTP SErver?This question is answered in the above post. As long as you fulfill the [url http://docs.oracle.com/cd/E37097_01/doc/install.42/e35123/pre_require.htm#CFHIIJBE]HTTP Server Requirements for APEX 4.2 (Also we are discussing this long about only Oracle 10g HTTP Server but which version?)
    </li></ul>
    Hope now I am more clear!
    Regards,
    Kiran

  • Apex SSL from  HTTP server - err 29040

    Have apex environment (originally 3.1.2 now 3.2) workiing fine under http server 10.1.3. regular http port 7777.
    After going thru the ssl and wallet documentation steps to apply certificates supplied to me, and scouring all the blogs, I'm still failing under https 4443 with:
    SSL call to NZ function nzos_Handshake failed with error 29040
    The default oracle ewallet.p12 lets me in after first complaining about the certificates. I made a new wallet, with owm, and added in the trusted certs that are suppsoed to match our internal browsers. Thats when things go wrong.
    I've tried, and of course bounced opmnctl with stopall, startall after changing each one:
    (1) in opmn.xml verified <ssl enabled="true"
    (2) auto-logon checked in the wallet with cwallet.sso,
    (3) left it off, regen'd wallet and set SSLWalletPassword to it's value,
    (4) tried and verified different wallet locations and the right settings in ssl.conf. (feel confident the ssl.conf settings work cause I can cause other errors by commenting out SSLWalletPassword in ssl.conf with auto-logon=off),
    (5) SSLVerifyClient set to none
    (6) in opmn.xml verified <data id="start-mode" value="ssl-enabled"/>
    (7) set LogLevel in httpd.conf to Debug (more output but nothing obviously usefull)
    (8) set SSLLogLevel in ssl.conf to debug (more output but nothing obviously usefull)
    any ideas would be much appreciated. AND especially does anyone know what the default password is for that default ewallet.p12 ?
    if it told me during install I must have missed it. first born for that cause maybe I can modify it and add in my certs ?

    Srini, thanks so much for helping. Sorry I didn't reply right off hand. To be honest I couldn't find doc id 473047 in metalink and then I finally got hold of our Certificate group and have been busy with them and just now got things resolved. Thanks again for replying. Really appreciate it.
    If anyone else stumbles across this in the future, after having installed just the http server and not knowing much about it, the default pwd to the default wallet is welcome. (be sure and make a copy of this ewallet.p12 in conf/ssl.wlt/default before playing with it). The invalid cipher clues of the 29040 msg were not the direct problem in my case. For me it ended up being incomplete wallet information as the root cause under 10.1.3.
    At first we had been just inserting trusted certificates into the wallet thinking that should match our inhouse browser images. Instead the "Warning, this is a development" msg kept showing. Finally we went thru the steps outlined in the documentation, using owm xwindows (or orapki) to create a new wallet from scratch, add a user certificate request, save the wallet, then export the user cert req to a flat file. You can then send that to your internal security group (assuming you have one) or whoever your Cert Authority is. They then send you back a new certificate that should constitute your User Certificate. You must first load in your trusted certificates (usually a Root and Issuing type trusted certs to constitute your "chain"). Then you can do a Import User Cert under owm and load in the afiorementioned fiel recvd from you security group. Also note the ON= value on your request must equal your DNS name as in server.xyz.com Also, I was being sent .key files that I could never import in. They then sent me pem files that had the key info blended in from what I understand and those worked.
    I was able to get variations of the 29040 error (290xx) by trying different values within the HTTPD.conf -> ssl.conf file for the various SSL variables. In the end I've ended up with the modified settings of
    SSLCipherSuite ALL
    SSLProxyCipherSuite ALL
    SSLVerifyClient none
    SSLProtocol ALL
    SSLProxyProtocol ALL
    although I suspect other combinations would be fine as well.
    The opmn/conf settings were set to the various values as seen in other postings and blogs but in the end did nto seem to be the issue for me. Other than modifying those <port local="6xxx" remote="6xxx" request="6xxx"/> to prevent the opmn logs from filling up fast. To do that I had to try different values that the ones found in some of the main google postings.

  • ApEx install with HTTP server on separate boxes

    I want to configure ApEx 3.1 that is installed in an Oracle 10.2 database on server1 (linux) to work with an OracleAS 10.2 HTTP server installed on server2 (also linux). What extra steps do I need to do? I understand I need to place the images directory from the ApEx installation directory on server1 to AS_ORACLE_HOME/Apache directory on server2 and change the connect string in the dads.conf file to point to the server1. Is that correct?

    Hello,
    Yes that's correct. It's well described in the Oracle Apex Installation Guide and documentation:
    http://download.oracle.com/docs/cd/E10513_01/doc/install.310/e10496/toc.htm
    Regards,
    Dimitri
    -- http://dgielis.blogspot.com/
    -- http://www.apex-evangelists.com/
    -- http://www.apexblogs.info/

  • 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 ;-)

  • Urgent Required HTTP server config Error

    Hi Guys,
    I m munir. I m serving as DBA in my department from last two years.My company has purchased licence of 9i Application server and as well database. Now we want to upgrade our existing network.
    I installed 9iAS on windows 2000 professional. It installed successfully. But when i want to access my Apache Server through browser it cannot access. Further i investigate that problem is that service of HTTP server is not running. I want to start but it did not start.
    The error is that "PORT MUSTED BE IN NUMERIC".I donot understand what is the problem.I check the Httpd.conf file it is well and ok.
    Port 7777
    listen 7777
    listen null
    is used by default. I change and restart Apache but same error appear. I m in trouble Pls help me.
    Your,s
    Munir
    [email protected]

    You may want to re-post your question on the General iAS forum.

  • HTTP server & SSL error

    Dear sirs...
    i have enabled a stand alone SSL on Oracle Application Server 10g R2 under windows through modifying httpd.conf. SSL works fine with the defult testing wallet that comes with Oracle AS. however when i use my own wallet i get the following error:
    [Sat Dec 17 15:22:59 2005] [error] mod_ossl: SSL call to NZ function nzos_Handshake failed with error 29040 (server server.yourdomain.com:443,
    client 192.168.0.1)
    [Sat Dec 17 15:22:59 2005] [error] mod_ossl: Unknown error
    [Sat Dec 17 15:22:59 2005] [error] mod_ossl: SSL call to NZ function nzos_Handshake failed with error 29040 (server server.yourdomain.com:443,
    client 192.168.0.1)
    [Sat Dec 17 15:22:59 2005] [error] mod_ossl: Unknown error
    i have checked the wallet, and the autologin is enabled. it seems the encryption algorithim is not supported by the browser. is this correct? how can i solve the problem? should the certificate contain some special settings in order to work? or i can use any certificate?
    thanks for any help in advance
    best regards

    For the benefit of any other users discovering this thread we have a two useful support documents available in My Oracle Support (formerly known as Metalink) which may help you resolve this type of error
    Check out
    Troubleshooting Oracle HTTP Server with SSL and Common Errors in Oracle Application Server 10g (10.1.2-10.1.3) [ID 829217.1]
    https://support.oracle.com/CSP/main/article?cmd=show&id=829271.1&type=NOT
    and in addition review and bookmark
    Master Note for SSL Configuration in Oracle Application Server 10g (10.1.2 - 10.1.3) [ID 1281035.1]
    https://support.oracle.com/CSP/main/article?cmd=show&id=1281035.1&type=NOT
    If you are using Oracle Fusion Middleware 11g review and bookmark
    Master Note for SSL Configuration in Fusion Middleware 11g [ID 1218695.1]
    https://support.oracle.com/CSP/main/article?cmd=show&id=1218695.1&type=NOT

  • HTTP Server (Main) Error Log

    Hello,
    I am having error as following in Application Server Log
    [Mon Jul 16 05:33:05 2012] [error] [client xxx.xxx.x.xx] [ecid: 1342398785:xxx.xxx.x.xx:1408:2452:537,0] File does not exist: c:/oracle/frhome_1/forms/java/java/awt/KeyboardFocusManager.class
    [Mon Jul 16 05:33:06 2012] [error] [client xxx.xxx.x.xx] [ecid: 1342398786:xxx.xxx.x.xx:1408:2500:824,0] File does not exist: c:/oracle/frhome_1/forms/java/java/awt/event/MouseWheelListener.class
    Application Server(Forms and Report Services)_
    Version             10.1.2.0.2
    Component Type   HTTP Server (Main)
    Windows_
    Windows Server 2003
    pl. help me how can I remove this error or from where i can get this class file?
    I shall be very thank full to you
    Regards,
    Zafar Iqbal

    Hello Zafar,
    Please check forum post [url https://forums.oracle.com/forums/thread.jspa?threadID=888257]Apache error log for details about this error message.
    Thanks,
    EJ

  • HTTP Server startup Error

    I am unable to restart the HTTP server service after I tried to install Discoverer Administration suite.
    I get the following error at startup of service.
    "The procedure entry point OCIUserCallbackRegister could not be located in the dynamic link library OCI.dll"
    This has made our development job to a standstill.
    An early reply would be highly appreciable.
    Ashwani
    null

    Dear Ashwin.
    I face same problem.This oci.dll file is located on forms or reports server's bin folder.What i can do is just rename this file.For example if oci.dll is their then rename to 'copy of oci.dll'.I think this should work.
    Thank you.
    null

  • HTTP Server (Main) error need help.

    Hello,
    We are having the following error in the HTTP Server logs and need to understand what is causing this issue.
    [Tue Dec 19 15:29:35 2006] [error] [client 192.168.228.32] [ecid: 962577774223,1] File does not exist: d:/oracle/product/oh_as_mid/forms/java/oracle/forms/engine/RunformBundle_en_AU.class
    [Tue Dec 19 15:29:35 2006] [error] [client 192.168.228.32] [ecid: 2216708226414,1] File does not exist: d:/oracle/product/oh_as_mid/forms/java/oracle/forms/engine/RunformBundle_en_AU.class
    [Tue Dec 19 15:29:35 2006] [error] [client 192.168.228.32] [ecid: 4484450958748,1] File does not exist: d:/oracle/product/oh_as_mid/forms/java/oracle/forms/engine/RunformBundle_en_AU.properties
    [Tue Dec 19 15:30:25 2006] [error] [client 192.168.228.32] [ecid: 1166509825:192.168.228.32:1712:2352:20,0] (10054)An existing connection
    was forcibly closed by the remote host: MOD_OC4J_0087: Got an unexpected error while calling send() to send a message to oc4j and the
    error code is 10054.
    [Tue Dec 19 15:30:25 2006] [error] [client 192.168.228.32] [ecid: 1166509825:192.168.228.32:1712:2352:20,0] MOD_OC4J_0053: Failed to call
    network routine to send out an ajp13 buffer message to oc4j.
    [Tue Dec 19 15:30:25 2006] [warn] [client 192.168.228.32] [ecid: 1166509825:192.168.228.32:1712:2352:20,0] MOD_OC4J_0027: Failed to send
    out an ajp13 message to oc4j.
    [Tue Dec 19 15:30:25 2006] [error] [client 192.168.228.32] [ecid: 1166509825:192.168.228.32:1712:2352:20,0] MOD_OC4J_0026: Failed to marshal
    a request to ajp13 message headers or send them to the web container.
    [Tue Dec 19 15:32:43 2006] [error] [client 192.168.228.32] [ecid: 2921083055113,1] File does not exist: d:/oracle/product/oh_as_mid/forms/java/oracle/ewt/alert/resource/AlertBundle_en_AU.class
    [Tue Dec 19 15:32:43 2006] [error] [client 192.168.228.32] [ecid: 5360624479132,1] File does not exist: d:/oracle/product/oh_as_mid/forms/java/oracle/ewt/alert/resource/AlertBundle_en_AU.class
    [Tue Dec 19 15:32:43 2006] [error] [client 192.168.228.32] [ecid: 911038360600,1] File does not exist: d:/oracle/product/oh_as_mid/forms/java/oracle/ewt/alert/resource/AlertBundle_en_AU.properties
    [Tue Dec 19 15:32:46 2006] [error] [client 192.168.228.32] [ecid: 2921083055113,1] File does not exist: d:/oracle/product/oh_as_mid/forms/java/oracle/ewt/alert/resource/AlertBundle_en_AU.class
    [Tue Dec 19 15:32:46 2006] [error] [client 192.168.228.32] [ecid: 4793688799699,1] File does not exist: d:/oracle/product/oh_as_mid/forms/java/oracle/ewt/alert/resource/AlertBundle_en_AU.class
    [Tue Dec 19 15:32:46 2006] [error] [client 192.168.228.32] [ecid: 859498756624,1] File does not exist: d:/oracle/product/oh_as_mid/forms/java/oracle/ewt/alert/resource/AlertBundle_en_AU.properties
    Any help would be great.

    More information from the OC4J_BI_Forms application log file.
    06/12/20 07:44:35 formsweb: Forms session <78> failed during startup: no response from runtime process
    06/12/20 07:44:35 formsweb: Forms session <78> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <78> failed during startup: no response from runtime process
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)

  • Apex install choose http server

    Dears,
    I'd like to install a new apex instance on one server on which there is HP UX Apache Web Server, can I use this Apache server of i have to install apache on companion cd for Apex installation?
    Thanks for your feedback
    Celio

    If it is 11g you can use the embedded server (not the best idea for production usage) or you use the server software off the cd. The install of Apache you have on your HP server will not support APEX.. You can use the hp server Apache to pass requests the Oracle Apache server..
    Thank you,
    Tony Miller
    Webster, TX

  • 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

  • Web Center Installation and HTTP Server

    I am new to server technologies. Trying to install Web Center on windows server, but it appears Web server HTTP address and port is required to install UCM.
    May I know how to find if any Web server is already exists on my system which is Window server 2003?
    I already installed Web logic and SOA Suite. By chance any of them include Web Server? If not, can you recommend one HTTP server for UCM?
    Appreciate your help
    Thanks
    Reddy N

    Thanks for the info. When I tried to install Web Tier I am getting the following exception. Any idea about this error and resolution? Appreciate help.
    0000IFRK85hDwWWFLzrI8A1AhljR000008,0] ***************************************************
    [2009-09-20T23:37:09.859-07:00] [as] [WARNING] [] [oracle.as.config] [tid: 17] [ecid: 0000IFRK85hDwWWFLzrI8A1AhljR000008,0] Failed to start component ohs1[[
    oracle.as.config.ProvisionException: HTTP status code = 204 : 0 of 1 processes started.
         at oracle.as.config.impl.OracleASComponentBaseImpl.manageProcess(OracleASComponentBaseImpl.java:892)
         at oracle.as.config.impl.OracleASComponentBaseImpl.start(OracleASComponentBaseImpl.java:1011)
         at oracle.as.install.webtiercd.webtierconfig.util.CreateComponent.createOHSComponentWrapper(CreateComponent.java:153)
         at oracle.as.install.webtiercd.webtierconfig.util.CreateComponent.createOHSComponentAndRegisterWithDomain(CreateComponent.java:416)
         at oracle.as.install.webtiercd.webtierconfig.actions.WebtierConfigurationAction.configureOHSWithDomain(WebtierConfigurationAction.java:310)
         at oracle.as.install.webtiercd.webtierconfig.actions.WebtierConfigurationAction.configureWithDomain(WebtierConfigurationAction.java:192)
         at oracle.as.install.webtiercd.webtierconfig.actions.WebtierConfigurationAction.doExecute(WebtierConfigurationAction.java:177)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:82)
         at java.lang.Thread.run(Thread.java:619)
    Regds
    Reddy

Maybe you are looking for