WL6.0 + Apache 1.3.19 + mod_ssl plugin (HTTP headers appearing in browser)

We are using WL6.0 with the mod_ssl plugin for apache. We are calling a JSP that
has several <jsp:include> actions. Three of the included files are small in size
(<1kb) and one is approx. 54Kb. When the JSP is called a large amount of HTTP
header information appear throughout the content of the page, as follows...
HTTP/1.0 200 OK Date: Thu, 28 Jun 2001 18:38:38 GMT Server: Apache/1.3.19 (Unix)
mod_ssl/2.8.3 OpenSSL/0.9.6a Connection: close Content-Type: text/html HTTP/1.0
200 OK Date: Thu, 28 Jun 2001 18:38:38 GMT Server: Apache/1.3.19 (Unix) mod_ssl/2.8.3
OpenSSL/0.9.6a Connection: close Content-Type: text/html HTTP/1.0 200 OK Date:
Thu, 28 Jun 2001 18:38:38 GMT Server: Apache/1.3.19 (Unix) mod_ssl/2.8.3 OpenSSL/0.9.6a
Connection:
..repeated many, many times.
When a 54k file is not included we do not see these headers and when the character
size of the 54kb file is cut to 13289 characters the headers still do not appear.
Any help would be appreciated.

We just used the WL6.1 plug-in and it fixed our problem.
"Todd Siegel" <[email protected]> wrote:
>
We are using WL6.0 with the mod_ssl plugin for apache. We are calling
a JSP that
has several <jsp:include> actions. Three of the included files are small
in size
(<1kb) and one is approx. 54Kb. When the JSP is called a large amount
of HTTP
header information appear throughout the content of the page, as follows...
HTTP/1.0 200 OK Date: Thu, 28 Jun 2001 18:38:38 GMT Server: Apache/1.3.19
(Unix)
mod_ssl/2.8.3 OpenSSL/0.9.6a Connection: close Content-Type: text/html
HTTP/1.0
200 OK Date: Thu, 28 Jun 2001 18:38:38 GMT Server: Apache/1.3.19 (Unix)
mod_ssl/2.8.3
OpenSSL/0.9.6a Connection: close Content-Type: text/html HTTP/1.0 200
OK Date:
Thu, 28 Jun 2001 18:38:38 GMT Server: Apache/1.3.19 (Unix) mod_ssl/2.8.3
OpenSSL/0.9.6a
Connection:
...repeated many, many times.
When a 54k file is not included we do not see these headers and when
the character
size of the 54kb file is cut to 13289 characters the headers still do
not appear.
Any help would be appreciated.

Similar Messages

  • Multiple Plugin HTTP Sessions

    Hello everybody
    We have developed a BSP that is displayed in a Portals using an iView. When the user navigate to this iView a Plugin HTTP Session appears in the R/3 system.
    If the user navigate to another iView and after a while he/she returns to the BSP iView, a new Plugin HTTP Session apears in the R/3 system.
    Is possible to avoid this? Can a user have a unique session?
    Thank you in advanced.
    Rubé

    As much I understand this.
    This is the default feature of BSP .You are using an I View ,you have plugin http session  and one RFC connection in R3.
    Now once you leave leave the BSP page ,Your plug in session shall be finished since it is no more using that BSP.
    Once you come back to the same page ,I believe you get the new session for that BSP.
    In my point of view ,My reply is No but you can check with developers if they can modify sessions mechanism ?
    Thanks
    Hope this helps you.
    Amit

  • Bw web report plugin http session hangs at the server side

    Hi,
    I am having problems when closing the browser of a BW web report. After I closed the browser by going File->close, I ran SM04 and found out the Plugin HTTP session hangs at the server side.
    How can we terminate the Plugin HTTP session at the server side when user closes the internet browser?
    I did implement a logoff function at my web template, if user clicks on the logoff, the Plugin HTTP session is terminated at server side correctly. But As you know, 50% of time user will close the report by closing the internet browser instead of clicking the logoff. That leaves lots of hanging Plugin HTTP sessions at our server side.
    By the way, we actived our BEX service at the SICF.
    Thanks for help!
    JA

    Hi
    If you want to avoid a blank page with logoff button, add opener=0
    <a href="<SAP_BW_URL CMD='LOG_OFF' ~command='logoff'
    >" onClick="javascript:window.close(opener=0);">Log off</a>
    If you want to close the session via X, use this code:
    create a sapscript function
    function closeSession()
    logoff()
    window.unload=CloseSession()
    However, the Plugin HTTP session isn't killed.
    Regards

  • Webdynpro ABAP/Portal. Plugin HTTP connection issue on WaitingEventQueue.js

    Hello,
    We are experiencing a strange Portal Behavior with our Webdynpros. Our portal contains several iViews including some Webdynpro (ABAP) and some reporting transaction calls that use SAPgui for HTML.
    When portal is called for the first time and a user logs in, two connections of type RFC can be seen for that user in SM04 in our ERP system. All iViews work as expected. For example, calling the Time Management webdynpro closes one of the RFC connections and starts a new Pluguin HTTP connection. We can go back and forth between the welcome page and this Webdynpro with no issues.
    If we then select one of the reporting transaction codes, the portal launches the SAPGUI for HTML. Report retrieves and shows data, and then we close using the "Exit" button provided by the sapgui for HTML
    Next we try again to launch any webdynpro (abap), but SM04 shows that the new Plugin HTTP session gets stuck and spinning mid way, and will stay there. Refreshing the Portal screen with F8, navigating back and forth, logging off and on again has no effect. The webdynpros will not launch again. Only webdynpros are affected, any of the reporting transactions can be called successfully over and over.
    We have figured that deleting Temporary Internet files (we are using IE 7), and in particular by just deleting the WaitingEventQueue.js?XXXXXXXXXXX file, the system will break away from the spin loop and show the webdynpro again, but eventually it will get stuck again, and asking the users to delete their Temporary Internet Files every 5 minutes is not a workable solution
    I have reviewed the contents of this javascript file at different points during the test, and the contents do not change, so deleting the file and the recreate process must be resetting somehow the queue and allowing for a new correct communication.
    Is there a way to properly reset this event queue (for example from ABAP, when the webdynpros are reloaded) in order to avoid the spin loop?
    Thanks for any help!
    Andres

    Well, we got the issue resolved, so here is what we did, in case anybody is interested:
    Tested again our portal with multiple versions of Internet Explorer, in particular IE8 and IE6, the Webdynpro behavior was normal (no timeouts or locks). It even worked when we installed IE7 in a brand new machine and tried our portal.
    So we started suspecting if maybe the particular IE7 that we install internally (with specific settings and policies) may be the culprit. We took a desktop that was producing the timeouts and used the following options in IE7:
    Tools->Internet Options->Advanced(tab)-Reset Internet Explorer settings
    and, voila! the next time we ran there, the portal did not create any timeouts.
    We even asked our desktop support team to uninstall and reinstall IE7 in the same machine after we did the reset, and even after the re-install that the timeout problems did not re-appear.
    One of the things that the "reset" option does is delete the Add-ons used by IE.
    So as a last test, we took a machine that was presenting the problem and went to the Internet Options to disable all the add-ons (in the Programs Tab). The error disappeared.
    And even after enabling back all the add-ons, the error would not return.
    Conclusion:
    Without being able to pinpoint the specific add-on (or combination) that causes the problem, we suspect that some of them conflicted, causing IE7 to behave abnormally. Disabling them all, restarting Internet Explorer, and enabling them again, makes the WaitingEventQueue.js work as it should

  • Plugins don't appear in after effects, I followed all the instructions?

    I am using Adobe After Effects CS5.5, and I recently tried to install some Video Copilot plugins. I followed the installation instructions and copied them to the plugins folder, but the plugins do not appear in the drop down menu.
    Here are some pictures:
    Does anyone know why this might be happening? I restarted after effects after copying the plugins to the plugins folder, and they still don't appear.
    I am running Adobe After Effects CS5.5 on Windows 7 64-bit.
    Thanks!

    Another thought, because you have Boris CC7 installed, which takes up so much space in the effects menu, is that AE can only display a finite number of folders in the Effects menu.  Once that limit is reached it will stick all the remaining effects in a folder at the very bottom of the list (called additional effects, or something like that...?)
    Try looking in the Effects & Presets pallet instead:

  • SAPSYS user+client 000+Plugin HTTP

    Dear Expertise,
                 As a part of monitoring activity I have executed SM04 where in I found SAPSYS user from 000 client and the corresponding activity is Plugin HTTP. I wonder many simillar entries in sm04(around 40) I known he is a system user but I have very less knowledge about sapsys userid .
    Please any one kindly clarify me that what is he and what he is doing at the moment? is he a good sign or harmful? how to regulate him.
    Thanks in Advance
    Satya207

    >
    Julius Bussche wrote:
    > What made you suspect that this is a public service? I would think that it would still be advisable to create a service user for this, to be able to start services and possibly also perform additional checks.
    >
    > That SAPSYS is appearing means that there is no authentication - just a session which cannot pass any authority-checks and by design cannot submit any ABAP programs either.
    >
    venkata satya wrote:
    > As a part of monitoring activity I have executed SM04 where in I found SAPSYS user from 000 client and the corresponding activity is Plugin HTTP.
    "Plugin HTTP" indicates: we are dealing with http requests (inbound).
    And the fact that "user SAPSYS / client 000" is the one assigned to the taskhandler session (SM04) told me: this session is unauthenticated. So, combining both (knowning that there are "public ICF services") I've concluded that this is a public service.
    Well, there are three different types of ICF services:
    - those that require authentication (default)
    - those that run unauthenticated (public services, operated under 000/SAPSYS)
    - those that run under a configured identity (of a service user)
    From the outside you cannot distinguish between the last 2 ones - in both cases you can use the service without being prompted for authentication.
    And yes: 000/SAPSYS is not assigned to any authorizations.

  • Please help -- How can I install flash player plugin (version 8) in browser without downloading setup or redirecting to macromedia site if flash plugin is not available in browser

    Hi,
    Please help
    How can I install flash player plugin (version 8) in browser
    without
    downloading setup or redirecting to macromedia site if flash
    plugin is not
    available in browser
    Thanks

    Via Javascripting. Look for Flash detection kits at the
    Adobe/Maromedia web
    site and also at Internet search engines.
    As well this forum focuses on database access issues and you
    might find more
    takers for this type of question in the Flash General forum.
    Lon Hosford
    www.lonhosford.com
    May many happy bits flow your way!
    "jiby" <[email protected]> wrote in message
    news:e3odp2$pdc$[email protected]..
    Hi,
    Please help
    How can I install flash player plugin (version 8) in browser
    without
    downloading setup or redirecting to macromedia site if flash
    plugin is not
    available in browser
    Thanks

  • Click to Call plugin does not appear

    Dear all, Currently, I am trying to make use of the click to call which I just installed. I am running Windows 10 and using latest version of Chrome as browser. Although I installed click to call on my pc, the plugin does not appear in any menu. I also do not get the notice that a new extension is added. I already went to (Chrome) settings > extensions, settings > privacy > plug-ins etc. I do not get any sign of the click to call programm at all. Please could someone help me out? Thank you so much!

    Hi Shangxin,
    If you go throught my question again, I mentioned the contact detail for this person is present in the Outlook contacts.
    That is I have saves this person's phone number in my outlook contacts.
    Please let know if you have a solution for this issue.
    Regards
    Bejoy Thomas

  • Apache 1.3.27 with plugin WL7  and concurrent use of WLS5.1 and WLS7.0 SP1 cluster server

    We plan to use WLS 5.1 and WLS 7.0 for different applications (and
    clusters), but with the same Apache Webservers.
    The installation of the Apache HTTP Server Plug-In is documented in
    http://e-docs.bea.com/wls/docs70/plugins/apache.html, but I could not
    find information about downward compatibility from the mod_wl.so. Can we
    upgrade the Plugin to 7.0 to serve both, the WLS 5.1 and WLS 7.0 ?

    You are in unchartered territory. But check the common "gotcha" and
    make sure that all the Oracle environment variables are set in the
    shell that starts Apache. Load the script <?php phpinfo(); ?> in a
    browser and see that whatever variables you need are set in the
    Environment section. See the section "Oracle Environment Variables
    for Connections" in Underground PHP and Oracle Manual
    I suspect it would be beneficial to migrate the PHP code to oci8.
    Check table 16-1 in Underground PHP and Oracle Manual for the mapping
    between 'oracle' and 'oci8' functions.
    -- cj

  • Apache web server 2.0 plugin issue with Iframes

    I was wondering if anyone had any issues related to iframes when going from the Apache plugin for version 1.3 to version 2.0. Currently I'm having a problem where I use the mod_wl20.so plugin on Apache web server 2.0X and I will get a download dialog box to download a html file. I do not have this issue when using the plugin for Apache web server 1.3X.
    Thanks
    Jon
    Message was edited by:
    [email protected]

    there is no SAP supported solution for Apache2.
    Note https://service.sap.com/sap/support/notes/442401 stated the development has ended.
    But you can build your own filter based on SSOEXT library, see https://service.sap.com/sap/support/notes/304450 for details.
    regards, Norbert

  • Apache 2.0.46 w/ Plugin Performance Issues

    I have recently upgraded my environment to Apache 2.0.46 from Apache 1.3.
    After the upgrade, we have noticed that about 20% of our page loads are taking approx 4 seconds. In the past this was not the case. There have not been any code or content changes since the rollout.
    If I hit the app servers directly, they respond perfectly. I expect some latency via the plugin, but not to this degree.
    Has anyone else seen this? Any hints as to how to troubleshoot or resolve this?
    Thanks,
    Michael

    which plugin are you using with your apache 2.0.46 ? I mean the plugin, which you are using with 2.0.46, belongs to which release of weblogic server ? also can you paste the out of "httpd -V" ?

  • Weblogic 8.1 SP1 + Apache 2.0.46/44 Plugin Problem

    Hi,
    Im using apache 2.0.44/46 HTTP Server to proxy request
    to my Weblogic 8.1 SP1 server. The HTTP server and
    Weblogic server are running on two different machines
    in a non clustered environment. I have copied
    mod_wl_20.so available in /root/bea/weblogic81/server/lib/linux/i686/
    into my apache_home/modules directory. The HTTP Server and the weblogic
    server are installed in a linux system. The details of the machines are
    as
    follows:
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 15
    model : 1
    model name : Intel(R) Pentium(R) 4 CPU 1.60GHz
    stepping : 2
    cpu MHz : 1614.399
    cache size : 256 KB
    fdiv_bug : no
    hlt_bug : no
    f00f_bug : no
    coma_bug : no
    fpu : yes
    fpu_exception : yes
    cpuid level : 2
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8
    apic sep mtrr pge mca cmov pat pse36 clflush dts acpi
    mmx fxsr sse sse2 ss ht tm
    bogomips : 3224.37
    My httpd.conf look something like this:
    <VirtualHost *>
    ServerAdmin [email protected]
    ServerName 11.1.14.17
    <IfModule mod_weblogic.c>
    WebLogicHost WebLogicHost
    WebLogicPort 7001
    WLLocalIP 11.1.14.18
    StatPath true
    HungServerRecoverSecs 300
    ConnectTimeoutSecs 5
    WLLogFile log/weblogic.log
    <Location />
    DefaultFileName /xyz
    WebLogicHost 11.1.14.18
    WebLogicPort 7001
    SetHandler weblogic-handler
    </Location>
    <Location /xyz
    WebLogicHost 11.1.14.18
    WebLogicPort 7001
    SetHandler weblogic-handler
    </Location>
    </IfModule>
    </VirtualHost>
    After setting this up.. i have restarted the weblogic
    server too.
    When i try to access the url http://11.1.14.17 i get
    the following error in the apache log
    [Wed Feb 11 23:49:25 2004] [error] NO_RESOURCES: [os
    error=99, line 1440 of ../nsapi/URL.cpp]: bind()
    system call failed
    The error message shown in the browser is as follows:
    Failure of server APACHE bridge:
    No backend server available for connection: timed out
    after 15 seconds.
    Please let me know how to get around this problem. Is
    this a problem with the setup.
    When i place the apache server in the same system
    where my weblogic server is running, it works
    perfectly fine.
    One more question.. whats the difference between the mod_wl_20.so
    available in the server/lib/linux directory and the one available in
    the
    bin directory?
    thanks
    -Ajay

    Hello
    Have you got any solutions to your problem yet? We are getting same kind of problems
    with WLS 8.1 SP1 and Apache 2.0.48. If you have any ideas please contact me at
    [email protected]
    Regards
    Tommy Larsen
    "Ajay" <[email protected]> wrote:
    >
    Hi,
    Im using apache 2.0.44/46 HTTP Server to proxy request
    to my Weblogic 8.1 SP1 server. The HTTP server and
    Weblogic server are running on two different machines
    in a non clustered environment. I have copied
    mod_wl_20.so available in /root/bea/weblogic81/server/lib/linux/i686/
    into my apache_home/modules directory. The HTTP Server and the weblogic
    server are installed in a linux system. The details of the machines are
    as
    follows:
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 15
    model : 1
    model name : Intel(R) Pentium(R) 4 CPU 1.60GHz
    stepping : 2
    cpu MHz : 1614.399
    cache size : 256 KB
    fdiv_bug : no
    hlt_bug : no
    f00f_bug : no
    coma_bug : no
    fpu : yes
    fpu_exception : yes
    cpuid level : 2
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8
    apic sep mtrr pge mca cmov pat pse36 clflush dts acpi
    mmx fxsr sse sse2 ss ht tm
    bogomips : 3224.37
    My httpd.conf look something like this:
    <VirtualHost *>
    ServerAdmin [email protected]
    ServerName 11.1.14.17
    <IfModule mod_weblogic.c>
    WebLogicHost WebLogicHost
    WebLogicPort 7001
    WLLocalIP 11.1.14.18
    StatPath true
    HungServerRecoverSecs 300
    ConnectTimeoutSecs 5
    WLLogFile log/weblogic.log
    <Location />
    DefaultFileName /xyz
    WebLogicHost 11.1.14.18
    WebLogicPort 7001
    SetHandler weblogic-handler
    </Location>
    <Location /xyz
    WebLogicHost 11.1.14.18
    WebLogicPort 7001
    SetHandler weblogic-handler
    </Location>
    </IfModule>
    </VirtualHost>
    After setting this up.. i have restarted the weblogic
    server too.
    When i try to access the url http://11.1.14.17 i get
    the following error in the apache log
    [Wed Feb 11 23:49:25 2004] [error] NO_RESOURCES: [os
    error=99, line 1440 of ../nsapi/URL.cpp]: bind()
    system call failed
    The error message shown in the browser is as follows:
    Failure of server APACHE bridge:
    No backend server available for connection: timed out
    after 15 seconds.
    Please let me know how to get around this problem. Is
    this a problem with the setup.
    When i place the apache server in the same system
    where my weblogic server is running, it works
    perfectly fine.
    One more question.. whats the difference between the mod_wl_20.so
    available in the server/lib/linux directory and the one available in
    the
    bin directory?
    thanks
    -Ajay

  • On Solaris 2.7 Apache 1.3.12 + Raven + Plugin Doesn't  work?

    I've tried what I've read on the similar issues posted here with no avail. I keep
    on geeting the same errors as below :
    [Mon Feb 19 16:18:01 2001] [notice] Apache/1.3.12 (Unix) secured_by_Raven/1.5.3--EVALUATION_ONLY--
    configured -- resumin
    g normal operations
    [Mon Feb 19 16:18:15 2001] [notice] child pid 16715 exit signal Segmentation Fault
    (11)
    [Mon Feb 19 16:18:15 2001] [notice] child pid 16714 exit signal Segmentation Fault
    (11)
    Below is my configuration
    AddModule mod_weblogic.c
    LoadModule weblogic_module libexec/mod_wl_ssl_raven.so
    # Weblogic Plug-In Configuration
    #<Files *.jsp>
    # SetHandler weblogic-handler
    #</Files>
    <Location /JSP>
    SetHandler weblogic-handler
    </Location>
    <IfModule mod_weblogic.c>
    WebLogicHost localhost
    WebLogicPort 81
    MatchExpression *.jsp
    # WebLogicCluster localhost:81
    #ConnectTimeoutSecs 10
    #ConnectRetrySecs 2
    Debug ON
    DebugConfigInfo=ON
    #CookieName ICDSession
    </IfModule>
    Any suggestions would be appreciated...
    Regards
    Rodolfo

    Forgot to write : Using Weblogic 5.1 SP8.
    "Rodolfo PAcheco" <[email protected]> wrote:
    >
    I've tried what I've read on the similar issues posted here with no avail.
    I keep
    on geeting the same errors as below :
    [Mon Feb 19 16:18:01 2001] [notice] Apache/1.3.12 (Unix) secured_by_Raven/1.5.3--EVALUATION_ONLY--
    configured -- resumin
    g normal operations
    [Mon Feb 19 16:18:15 2001] [notice] child pid 16715 exit signal Segmentation
    Fault
    (11)
    [Mon Feb 19 16:18:15 2001] [notice] child pid 16714 exit signal Segmentation
    Fault
    (11)
    Below is my configuration
    AddModule mod_weblogic.c
    LoadModule weblogic_module libexec/mod_wl_ssl_raven.so
    # Weblogic Plug-In Configuration
    #<Files *.jsp>
    # SetHandler weblogic-handler
    #</Files>
    <Location /JSP>
    SetHandler weblogic-handler
    </Location>
    <IfModule mod_weblogic.c>
    WebLogicHost localhost
    WebLogicPort 81
    MatchExpression *.jsp
    # WebLogicCluster localhost:81
    #ConnectTimeoutSecs 10
    #ConnectRetrySecs 2
    Debug ON
    DebugConfigInfo=ON
    #CookieName ICDSession
    </IfModule>
    Any suggestions would be appreciated...
    Regards
    Rodolfo

  • Re: Weblogic 8.1 SP1 + Apache 2.0.46/44 Plugin Problem

    Have you ever get this resovled? I have a similar problem but my error was 'CONNECTION
    REFUSED'.
    I appreciated any inputs.
    Thank you.

    Concerning CONNECTION REFUSED problems, it may come from the Accept backlog. You should try to increase the value of this parameter on your weblogic server.
    Rgds.

  • Java Plugin + Http Auth

    Hi.
    We are currently using the jre 1.3.0 for viewing a ticker-applet which resides in a htaccess/htpasswd protected directory on the webserver. Currently most client-workstations have been upgraded to jre 1.3.1_09 (req. for other applets) and now everytime someone tries to access the ticker-applet the usual ie login/password dialog pops up (which is ok), the jar gets loaded, then the java plugin FORCES the user to login again (if the user/pass were entered again the ticker loads and works) ?!?
    We haven't changed anything except the jre version from 1.3.0 to 1.3.1_09.
    Could anyone please explain this behavior or has a fix/workaround ?
    Thanks,
    john

    This behaviour is browser and plugin specific.
    If you want a solution that is independant of these, (however requires apache, access to httpd.conf (although may work from .htaccess), and requires your applet tags to be cgi generated)
    See the thread
    Browser pre-authentication
    regards
    Nick

Maybe you are looking for