HTTP Listener Problem

i write this post also Apex forum but i couldnt get any answer for weeks. I guess this is a hard question.
Re: i can't reach the remote host
as i posted above url, i cannot reach the remote host via typing host address in browser. I can connect in sqlplus, plsql, there is no browser. But i cannot reach that remote host from browser.
I did:
installed the apex 3.1.1 successfully and i validate it.
i also run the apex_epg_config file.
set the http port with dbms_xdb.sethttpport functionso, browser said to me "cannot find server". I am posting result of "lsnrctl status", so it might guide you.
fatih@oracle $ lsnrctl status
LSNRCTL for Solaris: Version 11.1.0.6.0 - Production on 11-AUG-2008 18:51:06
Copyright (c) 1991, 2007, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=fatih)(PORT=1529)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for Solaris: Version 11.1.0.6.0 - Production
Start Date 01-AUG-2008 11:24:54
Uptime 10 days 7 hr. 26 min. 12 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /dwh0/app/oracle/product/11.1.0.1/network/admin/listen
er.ora
Listener Log File /dwh0/app/oracle/product/diag/tnslsnr/fatih/listener/a
lert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=fatih)(PORT=1529)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "owb11" has 1 instance(s).
Instance "owb11", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
i think that a line that includes http listening is missing. Because i have another machine, i can connect it from sqlplus,plsql,browser. And i typed "lsnrctl status" in its terminal the http listener line is seeming as this :
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=XXXHOST.tcelldomain)(PORT=8082))(Presentation=HTTP)(Session=RAW))
As i said, above line is not seeming first machine.
What do you think about it?
thanks for responses.

In general, APEX can be accessed either by using the Listener/DBMS_XDB or the Apache HTTP server access.
It appears that you want to use the Listener/DBMS_XDB access. In which case, the theory is:
User requests connection to host:port
Listener on 'host' listens on port, as directed by DBMS_XDB
Listener passes request to DBMS_XDB (using shared server technique) which passes it to DBMS_EPGTo get listener to monitor the port, you need to use DBMS_XDB to register the http (or ftp) port to the listener. That is done using the dbms_xdb.gethttpport and verified using dbms_xed.gethttpport
Refer to the DBMS_XDB docs for details. http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_xdb.htm#sthref8053
Check the output of
select dbms_xdb.gethttpport() from dual;
C:\temp>sqlplus system/oracle
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Aug 11 11:07:34 2008
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
Connected to:
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
SQL> select dbms_xdb.gethttpport() from dual;
DBMS_XDB.GETHTTPPORT()
                  8080
SQL>

Similar Messages

  • HTTP Listener problems

    Good day all,
    I have some problems regarding HTTP Listener:
    1. I cannot startup my www listener on port
    80, only Node Manager listener can be
    started. It gives out the errors:
    OWS-08811 & OWS-08851.
    2. I even cannot either view or edit the
    configuration for my HTTP listener.
    When I clicked on the properties such
    as Network, Server, etc, it just doesn't
    show up the configuration that I needed
    to see.
    I have already checked the environment variable: WV_GATEWAY_CFG, and it is in the right path. What could possibly went wrong?
    This is the specification of my installed products:
    Platform: Windows 2000
    DB: Oracle 8i Enterprise Edition 8.1.7.0.0
    Oracle 9ias 4.0.8.2.1a
    Any ideas? Thanks.
    - Alfian
    null

    As far as I know, there is no utilities to view the configuration as you have mentioned. All configurations are in configure files,
    they are
    httpd.conf
    jserv.conf
    jserv.properties
    zone.properties
    If someone does know such a utility, please tell me. :-)
    Regards,
    --tao                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • OAS 4.0.8 http listener problems

    I am running OAS 4.0.8 on NT w/ SP5. I followed the instructions for install in the latest (Jan 2000) release notes. The problem I am having is with the listeners. The admin and www default listeners start up fine, but if I create a new listener, it will not start up. The error message tells me to check the NT Event log but there is nothing there. Also there is no svwww.err file available to check because it never starts!
    I am completely lost on this one. Any help is appreciated.
    Thanks

    Try to use root for startup. Remember that port bellow 1024 is protected for root only.
    SA

  • HTTP Listener connection problem

    Hi
    I am using Oracle 9i, and I'm trying to run a form using the Forms Builder application in the developer suite. I start the OC4J Instance before I start the Forms Builder application but when I try to run a form I get an error message displaying the following message:
    FRM-10142: The HTTP Listener is not running on [computer name] at port 8888. Please start your listener or check your runtime preferences.
    I have checked my runtime preferences thru the Edit> Preferences menu and I don't have anything entered on the "Runtime" tab in the Preferences dialog box, should I? If I should what should I have entered for this preference?
    I have administrator rights for my account. I am running Windows XP Pro with SP2.
    I would appreciate any help with this problem. Thank you in advance.
    Jo

    From Metalink:
    Note:234537.1
    Subject: Getting FRM-10142 Running a Form in Forms 9i Builder
    fact: Oracle Forms Developer 9.0.2
    fact: Oracle Forms 9i Builder
    symptom: Running forms fails
    symptom: FRM-10142: The HTTP Listener is not running on <host> at
    port 8888
    symptom: Please start the listener or check your runtime preferences
    cause: Unlike Forms 6i, Forms 9i does not support client-server. A fmb run
    from the Forms Builder is a 'web deployed form.'
    To do this Forms 9i Builder needs to integrate with some form of HTTP Listener.
    This is provided by another component of the Oracle 9iDS Rel 2 install - the
    OC4J (Oracle Container For J2EE). If there is no HTTP Listener started FRM-
    10142 occurs
    Once an OC4J instance has been started it acts as lightweight HTTP Listener
    enabling the developer to test the forms / reports application modules in a
    true web (even if only intranet) architecture.
    fix:
    1. Start the OC4J instance:
    -> In the Start menu click,
    Start\Programs\Oracle 9i Developer Suite\Reports Developer\Start OC4J Instance.
    OR
    -> Find and run the startinst.bat file in your Dev 9i home.
    It is usually in
    Dev9i home\j2ee\Oracle9iDS\
    On MS Windows an MS DOS dialogue should appear indicating that an OC4J instance
    has been started, simply minimize this DOS window to the taskbar
    2. Then try running the form again from Forms Builder
    3. Having finished with Forms Builder, to stop the OC4J instance:
    - use the Stop OC4J Instance shortcut, located in same place as the Start
    shortcut
    or shut the DOS window)
    Useful References
    Note 198297.1 How To Run Forms from Forms 9i Builder (9iDS Rel 2)?
    Note 234538.1 FRM-10063: Cannot find the help file, For Help on FRM-10142
    in Forms 9i
    Note 197481.1 Use Forms 9i Via Another OC4J Port Than The Default 8888

  • OAS 4.0.8 and HTTP Listener Configuration

    I have installed the enterprise version of OAS 4.0.8 on both NT 4.0 sp5 and Solaris 2.6 with the appropriate patches as specified in documentation.
    On both installs I have the same problem with the http listener. If I select any of the property pages under a listener I get the error message "Page contains no data ..."
    The listeners are up and running and I can get to the administrative http listener at 8889 via a browser.
    thanks for your help,
    don.
    [email protected]

    Problem solved my nis and dns domains are different and we work from dns. I had to use the oasnetconf utility to correct the machine id such that it reflected the dns domain.
    Maybe this should be queried at install time...

  • Oracle HTTP listener not working...

    hi
    i have configured Oracle App Svr 4.0.8 on a Windows NT machine.
    (sorry for putting this Qs in 9iAS forum, but i thought this was better than putting on forms forum).
    i am trying to deploy oracle forms on the web using OAS and forms server.
    my machine is named appsvr on the Intranet and 202.54.41.36 is its IP address on the Internet.
    i have configured http listener in the OAS at port 80.
    Using CGI method, i have a static1.html file created and this shows the form in the browser when accessed on the intranet.
    ie. http://appsvr:80/forms60/static1.html gives desired results - shows working form.
    however, when accessed from the Internet, http://202.54.41.36:80/forms60/static1.html, i get http 400 - Bad Request error. The full message text is given below.
    Pls advice where i may be going wrong...
    ==================
    The page cannot be found
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
    Please try the following:
    If you typed the page address in the Address bar, make sure that it is spelled correctly.
    Open the 202.54.41.36 home page, and then look for links to the information you want.
    Click the Back button to try another link.
    Click Search to look for information on the Internet.
    HTTP 400 - Bad Request
    Internet Explorer
    =========================
    thanks
    ashwin

    corrected the problem...
    it was due to settings in the Network part of the listener which did not give the IP address of the Internet...

  • HTTPS Listener

    Hi,
    I' ve got a problem with setting SSL Http Listener. How can I add new Certificate Nickname ( the most basic solution).
    Have a nice day

    Hi,
    I' ve got a problem with setting SSL Http Listener. How can I add new Certificate Nickname ( the most basic solution).
    Have a nice day

  • Failed to start HTTP listener.

    Hello, I have changed my ip address and domain of my server(were i have installed enterprise manager 10.2.0.5).after this I try to start de agent and obtain the following error:
    oracle@grid:~/product/agent10g/bin> ./emctl start agent
    Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    Starting agent ....... failed.
    Failed to start HTTP listener.
    Consult the log files in: /opt/oracle/product/agent10g/sysman/log
    When I go to: tail emagent.trc
    2010-01-14 15:41:04,575 Thread-3838446496 ERROR pingManager: nmepm_pingReposURL: Cannot connect to https://grid.das.cites:1159/em/upload: retStatus=-1
    2010-01-14 15:41:04,575 Thread-3838446496 ERROR http: nmehl_connect_internal: failed to get host info. Could not resolve name
    problem-> I have change the domain to grid.min2.dtc and he try to connect to the old hostname grid.das.cites.
    Where i can changed this parmeter to the HTTP startup fine?
    How I can fis this? Thanks any help

    I have this same issue but I notice on mine, restarting the agent does not help.
    emagent.trc
    2010-04-12 13:38:51,210 Thread-6324 ERROR http: nmehl_connect_internal: failed to get host info. Could not resolve name
    2010-04-12 13:38:51,210 Thread-6324 ERROR pingManager: nmepm_pingReposURL: Cannot connect to https://csdowgrid001.cspas.kp.org:1159/em/upload: retStatus=-1
    EMD_URL=https://CSDOWPDMS003.cs.msds.kp.org:3872/emd/main/
    REPOSITORY_URL=https://csdowgrid001.cspas.kp.org:1159/em/upload
    I notice on this database below that shows correctly on the grid, that the only difference above is that this is on the same domain as the grid while the above is not, is there a way around this??
    EMD_URL=https://CSDOWMSDB202.cspas.kp.org:3872/emd/main/
    REPOSITORY_URL=https://csdowgrid001.cspas.kp.org:1159/em/upload

  • Manually starting Intelligent Agent Configuration Assistant and HTTP Listener

    I have installed Oracle 9i on Solaris 8 and it stopped with an "Out of Memory" error during the Starter Database creation. I have fixed the memory problem and have now manually started the Database Configuration Assistant manually and managed to install a new database. Now I am trying to start the Intelligent Agent Configuration Assistant and the Apache HTTP Listener, but I cannot find out how to do this so that I can continue on with and complete the installation process from where I left off.
    Do anyone know how to do this? I would appreciate any help that anyone can give.
    Thanks
    Anthony

    Lets start with what product you are installing and why. An Oracle database installation, in and of itself, does not install an HTTP server.
    Of course one might also wonder why you are, just now, installing software so old it is in desupport.

  • Post instal Rapidwiz linux64 bit errors RW-50015 HTTP Listener

    New Installation of R12.1.1 on Linux x86-64
    using zip files from e-delivery
    created staging dir successfully
    Ran rapidwiz
    selected new Installation and Express Installation
    Rapidwiz worked and installed all files but it failed at the end during validation for post install
    when showed screen for Validate System Config the post-install check:
    I had error in HTTP (RW-50015: Error: - HTTP Listener is not responding)
    details of error:
    HTTP
    checking URL = http://localhost.localdomain:8000
    RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    some other facts,
    I cannot run sqlplus, no access to database.
    it seems environemt variables are not set as echo shows empty value.
    since the HTTP RW-50015 error is known issue, i have tried several solutions, but no luck:
    tried solution 1:
    I was able to run APPSVIS_localhost.env
    however i canNOT connect to sqlplus
    therefore no access to database:
    pwd
    /d01/oracle/VIS/apps/apps_st/appl
    [root@localhost appl]# chmod 777 APPSVIS_localhost.env
    [root@localhost appl]# ./APPSVIS_localhost.env
    [oracle@localhost appl]$ ./APPSVIS_localhost.env
    [applmgr@localhost appl]$ ./APPSVIS_localhost.env
    [applmgr@localhost appl]$ cd /d01/oracle/VIS/db/tech_st/11.1.0/bin
    [applmgr@localhost bin]$ ./sqlplus
    ./sqlplus: error while loading shared libraries: /d01/oracle/VIS/db/tech_st/11.1.0/lib/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied
    [applmgr@localhost bin]$
    when echo oracle env variables they are all empty:
    for example:
    [oracle@localhost scripts]$ echo $APPL_TOP
    Then I tried commands $ADMIN_SCRIPTS_HOME/adstpall.sh apps/apps and restart with adstrtal.sh:
    couldn't even use script v as I got error:
    [oracle@localhost VIS_localhost]$ cd /d01/oracle/VIS/inst/apps/VIS_localhost/admin/scripts
    [oracle@localhost scripts]$ ls adst*
    adstpall.sh adstrtal.sh
    [oracle@localhost scripts]$ ./adstpall.sh apps/apps
    You are running adstpall.sh version 120.10
    adstpall.sh: Database connection could not be established. Either the database is down or the APPS credentials supplied are wrong.
    USAGE:      adstpall.sh <appsusername/appspassword>
    adstpall.sh: exiting with status 1
    also in another question in forum
    RW-50015: Error: post R12 installation on Oracle EL 5 (X64)
    it is asked to try this:
    ... commented out the following line:
    #eval ohs_start -DSSL "$args"
    ... and replaced it with:
    eval ohs_start "$args"
    I have not tried this, i think my issue is with database and sql which cannot be accessed.
    solution 2:
    Tried workaround from Note 943443.1
    but first i cannot see any file with # ls libdb*:
    [root@localhost inst]# cd /usr/lib
    [root@localhost lib]# ls libdb*
    ls: cannot access libdb*: No such file or directory
    after running the command from the Note:
    [root@localhost lib]# pwd
    /usr/lib
    [root@localhost lib]# ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2
    now, I can see libdb.so.2:
    [root@localhost lib]# pwd
    /usr/lib
    [root@localhost lib]# ls libdb*
    libdb.so.2
    then click on Retry in the rapidwiz screen where it showed the error (Validate System Config)
    but still fails with same error:
    HTTP
    checking URL = http://localhost.localdomain:8000
    RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    solution 3:
    tried to stop and restart services:
    [oracle@localhost VIS_localhost]$ pwd
    /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/scripts/VIS_localhost
    [oracle@localhost VIS_localhost]$ ls -ltr add*
    -rwx------. 1 oracle oracle 2785 2009-12-02 17:37 addbctl.sh
    -rwx------. 1 oracle oracle 4119 2009-12-02 17:37 addlnctl.sh
    [oracle@localhost VIS_localhost]$ ./addbctl.sh stop
    You are running addbctl.sh version 120.1
    Shutting down database VIS ...
    sqlplus: error while loading shared libraries: /d01/oracle/VIS/db/tech_st/11.1.0/lib/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied
    addbctl.sh: exiting with status 127
    [oracle@localhost VIS_localhost]$ ./addbctl.sh stop
    You are running addbctl.sh version 120.1
    Shutting down database VIS ...
    sqlplus: error while loading shared libraries: /d01/oracle/VIS/db/tech_st/11.1.0/lib/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied
    addbctl.sh: exiting with status 127
    your help is highly appreciated
    thank you!

    Thank you
    items 1, 2 and 3 are answers to your questions,
    I think you pointed to an important section as i have feeling something is
    wrong with this simple default choice of localhost.localdomain.
    please also see #4 as it has new information (the rapidwiz error are fixed now
    but i still don't have access to anything)
    1-) file: /etc/hosts
    i have 2 lines in this file
    [oracle@localhost etc]$ pwd
    /etc
    [oracle@localhost etc]$ cat hosts
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost.localdomain localhost localhost6.localdomain6
    [oracle@localhost etc]$
    2-) file: /etc/sysconfig/network
    i have 2 lines in this file:
    [oracle@localhost sysconfig]$ pwd
    /etc/sysconfig
    [oracle@localhost sysconfig]$ cat network
    NETWORKING=yes
    HOSTNAME=localhost.localdomain
    3-) per step 3- of note 761564.1 I deleted file (using root accout):
    /etc/sysconfig/networking/profiles/default/network
    (before deleting i made a backup network-bak, just in case):
    [oracle@localhost default]$ pwd
    /etc/sysconfig/networking/profiles/default
    [oracle@localhost default]$ ls -ltr
    total 16
    -rw-r--r--. 3 root root 230 2009-11-29 19:12 ifcfg-eth0
    -rw-r--r--. 2 root root 112 2009-12-02 16:42 hosts
    -rw-r--r-- 1 root root 53 2009-12-03 21:31 resolv.conf
    -rw-r--r-- 1 root root 31 2009-12-04 02:37 network-bak
    [oracle@localhost default]$
    4-)
    I made so many changes to dir access permissions using chmod 777,
    also i checked mark some of the apache entries in Linux > System > Admin > SE Linux Management.
    after that i accidently clicked on the "Back" button (on the rapidwiz screen where it had
    the errors),
    then I clicked Next button ( which of course went to the same screen I had error on )
    then I clicked on Retry button and it appeared it fixed errors.
    Rapidwiz confirmed all sections are ok,
    no errors anymore.
    (Previously i always clicked on Retry button only, but this time, clicked on Back, then, Next button,
    then Retry button).
    I am not even sure changes i made fixed the errors or this is just a bug in rapidwiz,
    but right now, I completed rapidwiz and all errors are fixed,
    however I still don't have access to anything:
    Started firefox and try to go to:
    http://localhost.localdomain:8000/QA_HTML/AppsLogin
    it says Unable to connect
    (by the way do I have to download IE and try in there or should it work in Firefox as well ?)
    I am unable to run sqlplus
    I don't have anyvalue in the environment variables, they are still empty.
    I also ran steps 2.2 and 2.3 from note 3877859.1 (using AutoConfig to manage System Config EBS R12):
    2.2
    [oracle@localhost /]$ sh /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/scripts/VIS_localhost/adautocfg.sh
    AutoConfig completed with errors.
    2.3
    [oracle@localhost /]$ sh /d01/oracle/VIS/inst/apps/VIS_localhost/admin/scripts/adautocfg.sh
         Configuring IES_TOP.......COMPLETED
         Configuring CSD_TOP.......COMPLETED
         Configuring IGC_TOP.......COMPLETED
    AutoConfig completed with errors.
    still same problem, didn't change results.
    Thank you for your help!

  • Agent Startup Failure - Failed to start HTTP listener.

    1) When trying to start the agent I get this error:
    ./emctl start agent
    Oracle Enterprise Manager 10g Release 3 Grid Control 10.2.0.3.0.
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Starting agent ........ failed.
    Failed to start HTTP listener.
    2) Any advice on what to look for?

    As sim said,look at the log files.Any changes were made on the host before you started the agent?
    FYI
    I had the same problem the other day when a new HBA card was added and I had to follow the doc 422296.1
    BTW first post the errors from the logs may be its due to port conflict also.
    Thanks!!!

  • Unknown port number or missing HTTP listener

    I try to make a Application Server Connection (with JDeveloper), but I get the message "unknown port number or missing HTTP listener". Could anybody tell me how could I fix the problem ? More details will be appreciated because I have no background in Oracle AS.
    Thanks. Paul

    OAS and JDeveloper: 10.1.2 I used the host name.
    Can anybody tell me, What "Remote Server's Oracle Home Directory" does it mean ? I have many Oracle Home on my computer (for infrastructure, for middle tier, for Developer Suite, for Oracle database 10g installed alone).
    With the port 7778 (OC4J HTTP port) for I get the message: Test failed (404). Invalid servlet path :(
    I that a difference between OC4J HTTP port et HTTP port ?
    null

  • Java Http Listener to parse incoming XML

    Hey folks,
    I have a task where I need to create a secure http listener, which will then parse an incoming XML. Parsing an XML document seems pretty straight forward so no problems there.
    basically what I would like to know is how would I get started? Would I use a servlet? Im not familiar enough with the capabilities of Java to know what packages to use and whatnot. How would some of you go about designing such a system?
    Thanks in advance,
    Ken

    Yes, you can write a Servlet which does that.

  • SJSAS 8.0.0_01 - Virtual-server/http-listener

    Hi!
    I want to set up three domains to be mapped to three different webapps on the same physical server. Since every HTTP-listener belongs to one virtual-server and there can't be two listener for the same port, how can I set up three different listener using the same port and different virtual servers?
    A different problem: Why can't I choose a webapp that is deployed within a Enterprise Application to be the default webapp of a virtual server?
    Thanks in advance,
    Christoph

    Hi David!
    Thank you again for answering, I very much appreciate your help.
    No, there is no listener interferring on the same port, that is for sure. Actually, you can't even create a listener for a taken port.
    Unfortunately I can't edit the router configuration, but that's a different problem.
    Here's an extract of the listener/virtual server configuration of my domain.xml, perhaps someone can see my mistake.
    This is how I tried to set up the port 8008 for two different domains to different webapps ( which gave me a adress-is-already-in-use(8008)-error):
    <http-listener acceptor-threads="1" address="0.0.0.0" default-virtual-server="csde" enabled="true" id="http-listener-x" port="8008" security-enabled="false" server-name="" xpowered-by="true"/>
    <virtual-server default-web-module="csweb" hosts="csde" http-listeners="http-listener-x" id="csde" state="on">
    <property name="docroot" value="${com.sun.aas.instanceRoot}/docroot"/>
    <property name="accesslog" value="${com.sun.aas.instanceRoot}/logs/access"/>
    </virtual-server>
    <virtual-server default-web-module="adminapp" hosts="cscom" http-listeners="http-listener-x" id="cscom" state="on">
    <property name="docroot" value="${com.sun.aas.instanceRoot}/docroot"/>
    <property name="accesslog" value="${com.sun.aas.instanceRoot}/logs/access"/>
    </virtual-server>
    Thanks in advance for any suggestion,
    Christoph

  • Bug in oracle embedded http listener

    Hi there,
    I've discovered a bug in the Oracle embedded http listener for our Oracle on RHEL database version 11.1.0.6 where it will return HTTP-400 bad request errors if a cookie is created with a bare comma in the cookie value. To see for yourself, simply create an apex application with an open door authentication and enter a username with a comma in it - page 101 writes the username to a cookie, and then you get HTTP-400 errors.
    I'll raise this as a bug at Oracle, but in the meantime I'm frantically trying to figure out a workaround. We have a production site using a standard Apache frontend that we link to Apex applications using mod_rewrite. There are other applications on the site (invision powerboard) which create cookies with bare commas, so we have no control over the creation of these maligned cookies. My thinking is that we might be able to use mod_rewrite rules to weed out the offending cookies and encode the commas so that things continue to work.
    Can anyone assist with a workaround?
    Many thanks,
    Mike

    Hi Mike,
    perhaps you can try to modify the cookies on the client?
    http://scripts.franciscocharrua.com/javascript-cookies.php
    Or is it already too late so that you cannot even run the first procedure to inject the javascript code into the first page?
    Or, you could configure the DAD to run a stored procedure before anything else:
    PlsqlBeforeProcedure
    http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_epg.htm
    If this is already too late, your only option seems to be to use an Apache as a proxy and modify the cookie value there.
    Regards,
    ~Dietmar.

Maybe you are looking for

  • Line item not showing in delivery

    Hi all, I created sale order with 21 line item, but in vl01n showing only 11 line item. can any one tell me, why only 11 line item showing in delivery ? thanks.

  • Help needed to create a password page

    Hi, Is there a way to have the user click on an image in a flash presentation and be asked for a password to enter the site? Thanks!

  • Allow connection to RDS applicatoins and restrict RDP connection for domain users

    I have configured RDS setup, with the following Roles: RD Web Access, RD Gate Way, RD Connection Broker, RD Session Host and RD Licensing. the problem is that the domain users can't run the published applications unless I add the "Domain Users" group

  • Swf files and email links in dreamweaver

    Good evening everyone, Need some help please I have a button (swf) made in Flash and brought into Dreamweaver to act as an email link when clicked. When testing, an extra browser window named "untitled" comes up behind the main email window which pop

  • Youtube on ipad4 not working

    All of the sudden youtube videos get "sorry this video not available on this device" driving me crazy...