ACE 4710 - Internet Explorer cannot display the webpage

Hi,
We have implemented HTTPS redirection and SSL termination in ACE for one server-farm. The webpage is not getting displayed in internet explorer and even the redirection is not taking place. Whereas, with Firefox and chrome browsers, the website displays properly. Please suggest a solution to this issue.
The ACE configuration is as below.
crypto chaingroup STAR_GRP_CHAINGRP
  cert star_exe_edu_sa.crt
  cert star_TrustedRoot.crt
  cert DigiCertCA.crt
probe tcp PROBE_8000
  port 8000
  interval 5
  passdetect interval 10
  open 10
rserver host PMCRAGRPWEB01_172.18.13.48
  description SBM PMCRAGRPWEB01_172.18.13.48
  ip address 172.18.13.48
  conn-limit max 4000000 min 4000000
  inservice
rserver host PMCRBGRPWEB01_172.18.13.49
  description SBM PMCRBGRPWEB01_172.18.13.49
  ip address 172.18.13.49
  conn-limit max 4000000 min 4000000
  inservice
rserver redirect REDIRECT-GRPTEST
  webhost-redirection https://%h%p 302
  inservice
serverfarm host SF_GRP_TEST_SERVER
  description GRP test sererfarm for irecruitment
  probe ICMP_PROBE
  probe PROBE_8000
  rserver PMCRAGRPWEB01_172.18.13.48 8000
    conn-limit max 4000000 min 4000000
    inservice
  rserver PMCRBGRPWEB01_172.18.13.49 8000
    conn-limit max 4000000 min 4000000
    inservice
serverfarm redirect SRV-REDIRECT-GRPTEST
  rserver REDIRECT-GRPTEST
    inservice
parameter-map type ssl Star_GRP_PARAMMAP
sticky ip-netmask 255.255.255.255 address source GRPTEST_sticky
  serverfarm SF_GRP_TEST_SERVER
  timeout 120
  replicate sticky
sticky ip-netmask 255.255.255.255 address source REDIRECT-GRPTEST-STICKY
  serverfarm SRV-REDIRECT-GRPTEST
  timeout 120
  replicate sticky
ssl-proxy service STARGRP_SERVER
  key star.exe.edu.sa.key
  cert star_exe_edu_sa.crt
  chaingroup STAR_GRP_CHAINGRP
  ssl advanced-options Star_GRP_PARAMMAP
class-map type http loadbalance match-any MATCH-WEBSITEURL-GRPTEST
  4 match http header Host header-value ".*grp.exe.edu.sa.*"
class-map match-any VIP_GRP_TEST_SERVER
  5 match virtual-address 172.18.13.58 tcp eq https
  6 match virtual-address 172.18.13.58 tcp eq 8000
class-map match-any class-REDIRECT-GRPTEST-HTTPS
  5 match virtual-address 172.18.13.58 tcp eq www
policy-map type loadbalance first-match VIP_GRP_TEST_SERVER-SLB
  class class-default
    sticky-serverfarm GRPTEST_sticky
policy-map type loadbalance first-match VIP_REDIRECT_GRPTEST-SLB-HTTPS
  class MATCH-WEBSITEURL-GRPTEST
    sticky-serverfarm REDIRECT-GRPTEST-STICKY
policy-map multi-match INT228-228
 class class-REDIRECT-GRPTEST-HTTPS
    loadbalance vip inservice
    loadbalance policy VIP_REDIRECT_GRPTEST-SLB-HTTPS
    loadbalance vip icmp-reply
    nat dynamic 1 vlan 228
  class VIP_GRP_TEST_SERVER
    loadbalance vip inservice
    loadbalance policy VIP_GRP_TEST_SERVER-SLB
    loadbalance vip icmp-reply
    nat dynamic 1 vlan 228
    ssl-proxy server STARGRP_SERVER
interface vlan 228
 service-policy input INT228-228
Regards,
Madhan kumar G

Hi Madhan,
If it is working with Mozilla and Chrome, the configuration seems to be fine. Which version on IE are you facing issues with? Have you tried different versions of IE?
Can you take a quick client capture and see where the connection fails and why?
Regards,
Kanwal
Note: Please mark answers if they are helpful.

Similar Messages

  • ACE 4710 - Internet Explorer cannot display the webpage randomly

    We have a ACE 4710 with a basic config, (see below).
    When clicking on a tab from a window within Interent explorer we occasionally get an issue with it returning: "Internet Explorer cannot display the webpage" The details show "Access is denied" accessing a particular line of a javascript file.
    We have put one web server out of service in the farm to make sure that this isn't a result of stickyness not quite working.
    We have tested extensively by going directly to the web server directly without the load balancer and cannot reproduce the problem but we can produce the issue within a few minutes when going to the load balanced address.
    Thanks in advance for any advice.
    HOST-1/Admin# show run
    Generating configuration....
    logging enable
    logging fastpath
    logging standby
    logging timestamp
    logging trap 6
    logging history 6
    resource-class SLB_ResourceClass_T_R
      limit-resource all minimum 10.00 maximum unlimited
    resource-class sticky
      limit-resource all minimum 10.00 maximum unlimited
    boot system image:c4710ace-t1k9-mz.A5_1_2.bin
    peer hostname HOST-2
    hostname HOST-1
    interface gigabitEthernet 1/1
      switchport access vlan 1000
      no shutdown
    interface gigabitEthernet 1/2
      shutdown
    interface gigabitEthernet 1/3
      description LB003
      switchport access vlan 1
      shutdown
    interface gigabitEthernet 1/4
      description LB004
      switchport access vlan 2
      shutdown
    interface port-channel 1
      port-channel load-balance src-dst-port
      no shutdown
    clock timezone standard GMT
    switch-mode
    context Admin
      description SUTLB01
      member SLB_ResourceClass_T_R
    access-list ALL line 8 extended permit ip any any
    access-list ALL line 16 extended permit icmp any any
    access-list everyone line 8 extended permit ip any any
    access-list everyone line 16 extended permit icmp any any
    probe tcp probe_tcp_80
      port 80
    rserver host Server_S_W301
      description Server_S_W301
      ip address x.x.32.152
      inservice
    rserver host Server_S_W302
      description Server_S_W302
      ip address x.x.32.154
      inservice
    serverfarm host sfarm_T_R
      description sfarm_T_R
      predictor leastconns
      probe probe_tcp_80
      rserver Server_S_W301 80
      rserver Server_S_W302 80
        inservice
    sticky http-cookie Cookie1 T_R_sticky_cookie
      cookie insert browser-expire
      timeout 3600
      serverfarm sfarm_T_R
    class-map match-any T_R_L4Class
      2 match virtual-address x.x.33.150 tcp eq www
    class-map type management match-any remote_access
      2 match protocol xml-https any
      3 match protocol icmp any
      4 match protocol telnet any
      5 match protocol ssh any
      6 match protocol http any
      7 match protocol https any
      8 match protocol snmp any
    policy-map type management first-match remote_mgmt_allow_policy
      class remote_access
        permit
    policy-map type loadbalance first-match T_R_L7policy
      class class-default
        sticky-serverfarm T_R_sticky_cookie
    policy-map multi-match T_R_L4Policy
      class T_R_L4Class
        loadbalance vip inservice
        loadbalance policy T_R_L7policy
        loadbalance vip icmp-reply active
        nat dynamic 2 vlan 1000
    interface vlan 1000
      ip address x.x.33.148 255.255.254.0
      access-group input ALL
      nat-pool 2 x.x.33.151 x.x.33.151 netmask 255.255.254.0 pat
      service-policy input remote_mgmt_allow_policy
      service-policy input T_R_L4Policy
      no shutdown
    ip route 0.0.0.0 0.0.0.0 x.x.32.1
    ssh key rsa 1024 force

    +------------------------------------------+
    +-------------- HTTP statistics -----------+
    +------------------------------------------+
    LB parse result msgs sent : 421347     , TCP data msgs sent       : 2099597
    Inspect parse result msgs : 0          , SSL data msgs sent       : 0
                          sent
    TCP fin msgs sent         : 6169       , TCP rst msgs sent:       : 769
    Bounced fin msgs sent     : 5          , Bounced rst msgs sent:   : 1
    SSL fin msgs sent         : 0          , SSL rst msgs sent:       : 0
    Drain msgs sent           : 337811     , Particles read           : 5040829
    Reuse msgs sent           : 0          , HTTP requests            : 342499
    Reproxied requests        : 183422     , Headers removed          : 37475
    Headers inserted          : 342124     , HTTP redirects           : 0
    HTTP chunks               : 224859     , Pipelined requests       : 71466
    HTTP unproxy conns        : 267246     , Pipeline flushes         : 0
    Whitespace appends        : 0          , Second pass parsing      : 0
    Response entries recycled : 71302      , Analysis errors          : 0
    Header insert errors      : 22         , Max parselen errors      : 215
    Static parse errors       : 99         , Resource errors          : 0
    Invalid path errors       : 0          , Bad HTTP version errors  : 0
    Headers rewritten         : 0          , Header rewrite errors    : 0
    SSL headers inserted      : 0          , SSL header insert errors : 0
    SSL spoof headers deleted : 0         , Unproxy msgs sent         : 267246
    HTTP passthrough stat     : 0
    NOTE - We did turn on caching at one point to try and resolve the issue but it has since been turned off

  • Internet Explorer cannot display the webpage error urgent!

    Hi,
    I have created a OAF page. am displaying some report data in the page. The VO query is executing more thatn 20 min to get the records after tuning.
    Now my problem is, am getting the error "Internet Explorer cannot display the webpage" in 10 mins after the VO query execution started. However, the DB session for this query is still executing at the backend and I am unable to get the same OAF page until the DB session completes.
    Could you please help me in this?
    Thanks,
    Raja.

    Raja,
    There are two options here :
    1) The correct one is to go via concurrent program , because as per web standards a web page should not take max of 3-4 minutes to render.
    2) If you still wanna go via your present approach, you need to set profile ICX:Session Timeout which specifies Maximum idle time for the Oracle Applications user session(specified in minutes).
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Reporting IAC - Internet Explorer cannot display the webpage error

    Hello
    We are working on ECC 6, EHP 3, MSS Reports using LaunchPad.
    When we try to see the report results, it gives us following error at below URL:
    http://domain.com:50000/irj/servlet/prt/portal/prteventname/navigate/prtroot/pcd!3aportal_content!2fevery_user!2fgeneral!2fdefaultDesktop!2fframeworkPages!2fframeworkpage!2fcom.sap.portal.innerpage!2fcom.sap.portal.contentarea?NavigationTarget=ROLES%3A%2F%2Fportal_content%2Fcom.sap.pct%2Fline_manager%2Fcom.sap.pct.erp.mss.bp_folder%2Fcom.sap.pct.erp.mss.roles%2Fcom.sap.pct.erp.mss.manager_self_service%2Fcom.sap.pct.mss.hcm.rpt.iac&ApplicationParameter=S%3DMSS0%26F%3D*HISRETQTA++5%26B%3D20100329%26E%3D20100329%26V%5B1%5D%3DMSS_RPT_SEL_PD1%26OV%3DMSS_RPT_SEL_PD%26R%3D4365AF4B40472508E10000000A000326&CurrentWindowId=WID1269788098656&NavMode=1 
    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.
    - I am connected to Net very well.
    - Not sure abt website problems
    - address shown in the address bar is mentioned above
    Any idea what is wrong? We were earlier getting IAC exception, and added the permissions to overcome it.
    Reagrds
    Yash

    HI Yash,
    Please follow this link http://help.sap.com/saphelp_erp2004/helpdata/en/0c/c28c4024d26e1de10000000a1550b0/frameset.htm.
    It will solve your problem. Also make sure that you will give READ access to the end user on this folder.
    In case you are still facing with issue, do let us know.
    Cheers,
    AB

  • WRT300N v1 Internet Explorer cannot display the webpage

    An intermittent problem occurs where occasionally during browsing the web I'll get an Internet Explorer "cannot display the webpage" and then I reload the page and often it works on the reload.  The problem is very frequent and so nearly every webpage I try to open I have to reload in order to access it. 
    A temporary fix is unplugging the WRT300N v1 and plugging it back in.  For a while, it works fine, but eventually the problem creeps up again.
    I have firmware v 1.03.3
    I've got two laptops, one Mac running OS 10.x and one Dell running Vista.  I also have a desktop PC running XP.  The two laptops use the wireless connection.  The PC uses a wired connection.  All 3 computers experience this same problem browsing web pages.
    I've  read the forums and mostly I've seen people talking about problems with the WRT300N v1 as far as the wireless connection, but this time I'm having issues even with the wired connection, so I feel that this issue isn't addressed, or at least I haven't found where it was addressed.
    How do I fix this issue permanently?

    I too am having the same problem. I used another system with IE7 installed and found that many sites that were "unable to be displayed" were accessed with IE7 on a differant computer system running Windows XP.
    I realize it could be a router thing as well....but after i went through all the tech help i could find online it still did not solve the problem. I decided to work it out myself.
    I found my solution when trying to go to sites with mp3 files on them.  Thats when i discovered that with Windows Vista I had to manually select what program applications would be used to perform IE7 features (webpage content) in order for the pages to load properly.
    To do this in Windows Vista - just go to Start / Program Defaults / Set Program Access and defaults  From there you can select which programs to open if IE7 cant handle the file extention on its on.  That was my problem all along.
    You may have to go as far as setting your file associations in Windows Explorer.  Windows Vista had set the file extension .php to open with Windows Photo Gallery.
    I am still going through all the file types and finding file extentions that are configured wrong within Windows Vista.
    UPDATE:  I had problems opening webpages from links from online searches that were within various forums and also on websites that required a login but popup a separate window to login to.  I don't know if you have the same problem with these sites.
    I uninstalled a Windows Update (kb927143) and can now access those.  I know this could be risky but I still have my firewall and antivirus running. Until IE7 is fixed its the only choice I have.
    To do this in Vista....go to Control Panel ... Programs and Features...then click view installed updates.  You will find it there if you have it installed.  From there you can uninstall it.
    Hope this helps you to solve your problem.
    Message Edited by nannahawktx on 08-27-2007 09:02 PM

  • Periodic Internet Explorer cannot display the webpage

    while navigating in Apex users occasionally (and more frequently now) are getting "Internet Explorer cannot display the webpage" errors. if they click on refresh or back then click again it works.
    i cannot find any errors in any log files that give me any indication why this is happening.
    any help is appreciated.
    using
    Oracle Application Server 10g Release 2 (10.1.2)
    and
    Application Express 4.0.1.00.03
    with
    Oracle Database 10.2.0
    on
    Linux spedb01.spep.com 2.6.9-89.0.26.ELhugemem #1 SMP Sun May 30 09:43:09 EDT 2010 i686 i686 i386 GNU/Linux
    Edited by: user12021582 on Dec 20, 2010 3:42 PM

    Have not heard of this one. Would consider setting IE "Delete browser history on exit" if you have not already. And setting "Check for newer versions of stored pages" to every time I visit the webpage.

  • Accessing https url EBS R12.1.3 leads to "Internet Explorer cannot display the webpage"

    Hi all,
    DB:11.2.0.3.0
    EBS:12.1.3
    O/S:Solaris SPARC 64 bits
    I.E Browser: 9.0
    Problem Description
    Cloned target database TEST1 from source database TEST2 RMAN full backup. But on accessing https url EBS R12.1.3 leads to "Internet Explorer cannot display the webpage"?
    Autoconfig completes successfully on both DB and Apps Tier and have also ran ojspcompile but still the same issue.
    $ perl ojspCompile.pl --compile --flush -p 2
    logfile set: /t000/test1/inst/apps/TEST1_Hostname/logs/appl/rgf/ojsp/ojsp
    starting...(compiling all)
    using 10i internal ojsp ver: 10
    synchronizing dependency file:
      loading deplist...8095
      enumerating jsps...8095
      updating dependency...0
    initializing compilation:
      eliminating children...6024 (-2071)
    translating and compiling:
      translating jsps...6024/6024 in 7m50s
      compiling jsps...6024/6024 in 35m17s
    Finished!
    Bounced the services there after still the same issue. Could anyone please share the fix if encountered such an issue before.
    Thanks for your time,
    user10088255

    Apache logs have the below entry:
    [Sun Oct 27 02:30:11 2013] [notice]  configured -- resuming normal operations
    [Sun Oct 27 02:30:11 2013] [notice] Accept mutex: fcntl (Default: fcntl)
    [Sun Oct 27 03:03:02 2013] [notice]  configured -- resuming normal operations
    [Sun Oct 27 03:03:02 2013] [notice] Accept mutex: fcntl (Default: fcntl)
    [Sun Oct 27 04:04:59 2013] [notice]  configured -- resuming normal operations
    [Sun Oct 27 04:04:59 2013] [notice] Accept mutex: fcntl (Default: fcntl)
    [Sun Oct 27 04:29:54 2013] [notice]  configured -- resuming normal operations
    [Sun Oct 27 04:29:54 2013] [notice] Accept mutex: fcntl (Default: fcntl)

  • Export to Excel Fails with "Internet Explorer cannot display the webpage"

    We have a couple of report servers all hosted internally on VMs.  They are all SSRS 2008 R2.
    For all of these, when viewing the reports remotely in IE, they run fine.  However when we try to export them to excel, a new tab opens in IE, but the tab just displays with "Internet Explorer cannot display the webpage"
    There are no other errors and it never progresses to save or open. 
    THE SSRS log files dont contain any errors either so i dont think its a resource issue, but they do say steam=''
    library!ReportServer_0-1!11cc!03/11/2014-08:49:24:: i INFO: RenderForNewSession('/ReportsMain/Test/Production Report')
     webserver!ReportServer_0-1!11cc!03/11/2014-08:49:27:: i INFO: Processed report. Report='/ReportsMain/Test/Production Report', Stream=''
     library!ReportServer_0-1!11d4!03/11/2014-08:49:31:: i INFO: RenderFromSession('/ReportsMain/Test/Production Report')
     webserver!ReportServer_0-1!11d4!03/11/2014-08:49:31:: i INFO: Processed report. Report='/ReportsMain/Test/Production Report', Stream=''
     library!ReportServer_0-1!7a0!03/11/2014-08:49:44:: i INFO: RenderFromSession('/ReportsMain/Test/Production Report')
     webserver!ReportServer_0-1!7a0!03/11/2014-08:49:45:: i INFO: Processed report. Report='/ReportsMain/Test/Production Report', Stream=''
     library!ReportServer_0-1!624!03/11/2014-08:51:05:: i INFO: RenderFromSession('/ReportsMain/Test/Production Report')
     webserver!ReportServer_0-1!624!03/11/2014-08:51:05:: i INFO: Processed report. Report='/ReportsMain/Test/Production Report', Stream=''
     library!ReportServer_0-1!18d0!03/11/2014-08:51:06:: i INFO: RenderFromSession('/ReportsMain/Test/Production Report')
     webserver!ReportServer_0-1!18d0!03/11/2014-08:51:07:: i INFO: Processed report. Report='/ReportsMain/Test/Production Report', Stream=''
     library!ReportServer_0-1!7a0!03/11/2014-08:51:34:: i INFO: RenderFromSession('/ReportsMain/Test/Production Report')
     webserver!ReportServer_0-1!7a0!03/11/2014-08:51:34:: i INFO: Processed report. Report='/ReportsMain/Test/Production Report', Stream=''
     library!ReportServer_0-1!1610!03/11/2014-08:51:38:: i INFO: RenderFromSession('/ReportsMain/Test/Production Report')
     webserver!ReportServer_0-1!1610!03/11/2014-08:51:39:: i INFO: Processed report. Report='/ReportsMain/Test/Production Report', Stream=''
     library!ReportServer_0-1!624!03/11/2014-08:51:49:: i INFO: RenderFromSession('/ReportsMain/Test/Production Report')
     webserver!ReportServer_0-1!624!03/11/2014-08:51:49:: i INFO: Processed report. Report='/ReportsMain/Test/Production Report', Stream=''
     library!ReportServer_0-1!11d4!03/11/2014-08:52:14:: i INFO: RenderFromSession('/ReportsMain/Test/Production Report')
     webserver!ReportServer_0-1!11d4!03/11/2014-08:52:14:: i INFO: Processed report. Report='/ReportsMain/Test/Production Report', Stream=''
     library!WindowsService_0!3c8!03/11/2014-08:52:28:: i INFO: Call to CleanBatch()
     library!WindowsService_0!3c8!03/11/2014-08:52:28:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams, 0 segments, 0 segment mappings, 0 edit sessions.
     library!WindowsService_0!3c8!03/11/2014-08:52:28:: i INFO: Call to CleanBatch() ends
     library!ReportServer_0-1!11cc!03/11/2014-08:55:29:: i INFO: RenderFromSession('/ReportsMain/Test/Production Report')
     webserver!ReportServer_0-1!11cc!03/11/2014-08:55:29:: i INFO: Processed report. Report='/ReportsMain/Test/Production Report', Stream=''
    Does anyone have any suggestions?

    Hello,
    Since you have motioned that it is work well in IE7 on the VM. We can try to enable the compatibility view of the IE to troubleshooting the issue.
    Reference: http://support.microsoft.com/kb/2536204
    Based on your description, the issue is just occur when view the report remotely. The issue may relate to Internet Explorer, please refer to the following methods:
    Run the Network Diagnostics tool in Internet Explorer.
    Reset the modem or the router.
    Use the Delete Browsing History feature.
    Use the Internet Explorer (No Add-ons) mode.
    More detail information, please refer to the similar issue below:
    http://answers.microsoft.com/en-us/ie/forum/ie8-windows_other/internet-explorer-cannot-display-the-webpage/c8a0b157-820a-4a14-80f3-806ab51717fa
    Hope this helps.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • ISQLPLUS : Internet Explorer cannot display the webpage

    Hi,
    on 10g R2 on Win 2003 server when I (being logged as sysman) click on iSQLPLUS link on DB control, and give agreement to display in http and not https I receive :
    Internet Explorer cannot display the webpageisqlplus Windows service is running and I have started iSQLPLUS :
    E:\oracle\product\10.2.0\db_1\BIN>isqlplusctl start
    iSQL*Plus 10.2.0.4.0
    Copyright (c) 2003, 2007, Oracle.  All Rights Reserved.
    Starting iSQL*Plus ...
    iSQL*Plus started.Any idea ?
    Thanks.

    Pl see if MOS Doc 300547.1 (Troubleshooting Guide for iSQL*Plus issues) can help
    HTH
    Srini

  • Internet Explorer cannot display the webpage

    Hi I've had the trial version working for 5 months and yesterday it stopped working.
    Can't preview the view layout or run the application getting the same error in internet explorer.
    The only thing I can think of is that I've installed Microsoft Virtual PC and it's conflicting ( Allthough the whole point of Virtual PC is that it doesn't cause problems ! )
    I have an entry in my hosts file as follows :
    : : 1         localhost
    All the usual services are active in SICF.  I've even tried deactivatingthem and reactivating them.
    Any ideas or has anyone suffered a simular problem.  Not sure what else to check or how I can test the service etc

    Hi,
    The trial version han't expired. I'm still using it fine excepting running Web Dynpro Applications.
    I don't have any Proxy settings and all the relevant services are active.
    It looks like the localhost server is running but the web dynpro applications cannot find it.
    Lost, I am.  Any more ideas anyone?
    Thanks

  • Error while testing demo app:Internet Explorer cannot display the webpage

    HI Gurus,
    I am new to the webdynpro development. I was starting with building demo application. However, finding below error while testing it using se80 transaction. Please suggest if any configuration is missing or anything else.
    I am using ECC6 : 720 Final Release....
    Error is below :
    This problem can be caused by a variety of issues, including:
    u2022Internet connectivity has been lost.
    u2022The website is temporarily unavailable.
    u2022The Domain Name Server (DNS) is not reachable.
    u2022The Domain Name Server (DNS) does not have a listing for the website's domain.
    u2022There might be a typing error in the address.
    u2022If 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.

    Thanks sanasrinivas,
    I did the steps as mentioned by you. I also checked the link http://wiki.sdn.sap.com/wiki/display/EP/12ITSWebGUI-Activation(BackEnd) to activate the its webgui. Now the new error is coming as mentioned below.
    Note: After running webdynpro application a login screen apears and after giving uid and pwd following error appears. however, while testing the service in sicf, logon happens successfull.
    The URL ).
    Please let me know if anything is missing or the further steps i can take.
    Thanks,
    Janisar
    Edited by: janisar.munshi on Feb 15, 2012 3:33 PM
    Edited by: janisar.munshi on Feb 15, 2012 3:36 PM

  • 'Internet Explorer cannot display the webpage' issue

    Hi,
    I'm having problem with the web interface. After a few minutes (sometimes seconds) I get 'page cannot be displayed' error. I usually have to wait some time before the logon screen shows again.
    This happens at different times during the day. I have tried using IE 6 and 7 and Mozilla 3. Also tried from different computers.
    MARS version 4.2.2
    Thanks

    Yup thats spot on, for generation 1 appliances (Protego ones) 4.3.5 is the latest version. For gen-2 its 5.3.5 I think. Let me know how the GUI thing turns out.
    Btw, if you have important data on your box you have to go through the upgrade process. You cannot directly install 4.3.5. You have to go through many updates in the middle to get this done. If the data/configs are not important and can easily be done again, you can just re-image your box from a boot-cd and that will take you directly to the latest version.
    Regards
    Farrukh

  • PDF - Internet Explorer cannot display the webpage. Size?

    My application generates dynamic reports in PDF format.  The reports can vary from 50K and up to over 300K.
    I get the message above ONLY when the PDF output is greater than 221K in IE (7,8 & 9). Anything less than 221K displays fine. Anything above it displays fine in Chrome and FF, just not IE. I have tried various combinations, but the only thing that seems constant is the size limit.
    It also happens if I use Flashpaper.
    Any ideas? Thanks!

    Hi,
    http://helpx.adobe.com/acrobat/kb/cant-view-pdf-web.html
    Please go through the link and read the point no 9. It may be helpful to y ou.

  • Internet Explorer7 cannot display the Webpage in forms 10.1.2.3

    Hi all,
    I have installed forms 10.1.2.0.2 to my laptop under Windows Vista Home Premium and followed the following steps :
    1- changed virtual memory to (minimum of 2048 and maximum of 4096)
    2- I updated forms 10.1.2.0.2 it to forms 10.1.3 using pathch 3 (patch ID 5983622)
    3- I changed the application server Url in forms builder by choosing Edit, preferences, runtime and click on "Reset to default" button and added ?config=jpi at the end of the line.
    when i run the form I got the message "Internet Explorer cannot display the Webpage"
    when I called the link http://Computer_name:8889/forms/frmservlet?config=jpi
    I got a message asking me to allow downloading java plug-in 1.4.2 ( which I know that it is not certified with Vista), So i refused downloading and updated the formsweb.cfg file as Steve Cosner said in his thread Vista Jinitiator problem
    and added these new lines to the formsweb.cfg file:
    [[jdk15]]
    jpi_classid=clsid:CAFEEFAC-0015-0000-FFFF-ABCDEFFEDCBA
    jpi_codebase=http://java.sun.com/update/1.5.0/jinstall-1_5_0_12-windows-i586.cab#Version=1,5,0,12
    jpi_mimetype=application/x-java-applet;jpi-version=1.5.0_12
    jpi_download_page=http://java.sun.com/javase/downloads/index_jdk5.jsp
    baseHTML=basejpi.htm
    baseHTMLjinitiator=basejpi.htm
    baseHTMLjpi=basejpi.htm
    baseHTMLie=basejpi.htm
    When i run the form I got the same error message "internet Explorer cannot display the Webpage "
    Again I called the link : http://Computer_name:8889/forms/frmservlet?config=jpi
    then I got a message asking to allow loading and installing JRE 1.5.0_12 , and I allowed downloading and installation
    After all of this, the form doesn't run and I get the same message "Internet Explorer cannot display the Webpage "
    Is this a forms related problem or an Internet Explorer problem
    Please help
    Mostafa Abolaynain
    Edited by: Mostafa Abolaynain on Jun 5, 2009 12:06 AM

    jemar98 wrote:
    We have a custom application built alongside Oracle Ebusiness Suite 12.
    Launch a form from the Menu Navigator
    Click in any field in the form
    Focus does not change to the field that was clicked
    Focus can be retained by pressing any keyIs this issue with all custom forms or specific ones?
    Did you use the TEMPLATE.fmb file when building your custom forms?
    Can you find any errors in the JRE Console Window?
    Please obtain the FRD log file and see if you can capture more details about the error -- https://forums.oracle.com/forums/search.jspa?threadID=&q=FRD+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Internet Explorer Cannot Display This Webpage

    Hi,
    My issue is that when ever user is clicking link or submit a form, sometimes instead of directing to a new page, it will show the internet explorer error page 'Internet explorer cannot display this webpage'. I didnt find any error message in the log in cf admin as well as IIS admin. Then I checked with a simple HTML page which refreshes in every 3 minutes. I found that this page is also showing the same issue. So I think the issue is not related to Coldfusion. Still the issue persists. So does anybody have any idea about this? Please advice. Thanks in advance.
    The details are: And also the application is hosted in virtual machine.
    Server Product
    ColdFusion
    Version
    9,0,0,251028  
    Edition
    Standard  
    Serial Number
    Operating System
    Windows 2003  
    OS Version
    5.2  
    Adobe Driver Version
    4.0 (Build 0005)  
    JVM Details
    Java Version
    1.6.0_17  
    Java Vendor
    Sun Microsystems Inc.  
    Java Vendor URL
    http://java.sun.com/
    Java Home
    D:\ColdFusion9\runtime\jre  
    Java File Encoding
    Cp1252  
    Java Default Locale
    en_GB  
    File Separator
    Path Separator
    Line Separator
    Chr(13)
    User Name
    SYSTEM  
    User Home
    C:\Documents and Settings\Default User  
    User Dir
    D:\ColdFusion9\runtime\bin  
    Java VM Specification Version
    1.0  
    Java VM Specification Vendor
    Sun Microsystems Inc.  
    Java VM Specification Name
    Java Virtual Machine Specification  
    Java VM Version
    14.3-b01  
    Java VM Vendor
    Sun Microsystems Inc.  
    Java VM Name
    Java HotSpot(TM) 64-Bit Server VM  
    Java Specification Version
    1.6  
    Java Specification Vendor
    Sun Microsystems Inc.  
    Java Specification Name
    Java Platform API Specification  
    Java Class Version
    50.0  

    Seems like an issue with the web server or, perhaps, even your browser. To start with, make sure you have followed the steps for configuring IIS in ColdFusion 9. Next, make sure the MIME type for HTML files in IIS 6 is text/html, not text/htm.

Maybe you are looking for

  • HP Laserjet 1020 Shared printer problem

    Hello there I have here an HP Laserjet 1020 connected to one machine and shared to 3 others over the network.  Initially the printer works fine. All 3 computers that share the printer are able to print, as well as the host of the printer. However giv

  • SEND AS

    Exchange 2010, Outlook 2013.  My CEO's assistant was always able to SEND AS him as his account loads in her Outlook Profile.  She would go to his Inbox and start a new email and change the FROM to him and send as him.  Last week out of nowhere when s

  • My Membership Web Part Cannot be use for My Site

    Hi All, I want to use my membership web part in side my site to display community/team/project site that my site owner belongs to. However when i add my membership webpart into sharepoint 2013 mysite, the web part appear HIDDEN. Does sharepoint 2013

  • How do I get rid of saved messages on iOS7?

    I noticed this new feature in the Usage section of Settings. I have a whopping 8.8 GB of space taken up by Messages (always wondered what that "other" data was...). I tried getting rid of it by deleting conversations in messages (almost all of them,

  • [svn:osmf:] 14635: Adding a sample on how to connect to a DVRCast equiped FMS server.

    Revision: 14635 Revision: 14635 Author:   [email protected] Date:     2010-03-09 02:27:41 -0800 (Tue, 09 Mar 2010) Log Message: Adding a sample on how to connect to a DVRCast equiped FMS server. Added Paths:     osmf/trunk/apps/samples/framework/DVRS