Cannot view explorer home page

I am trying to login the explorere using Firefox latest version, after login, i see blank page, home page does not show up.
Explorer version 4.0 SP5
I have flash player 12, Windows7.
But it works with IE 9.
Did anyone see this issue?

Jawahar,
     If Explorer works fine using IE 9 the your back-ed is working fine.   Looks like you an issues with Flash plugin on Firefox, test that the plugin has been installed properly.
https://www.mozilla.org/en-US/plugincheck/
You can also go to Adobe's site to validate
https://www.adobe.com/software/flash/about/
Regards,
Ajay

Similar Messages

  • Cannot View Database Home Page After Upgrading to XE 3.2 on Windows XP

    Hi all,
    I have recently upgraded from APEX 3.1 to APEX 3.2 on my Oracle 10g XE database running on Windows XP SP3.
    Unfortunately after successfully completing the upgrade and starting the services when I try and visit the Start -> All Programs -> Oracle Database 10g Express Edition -> Go To Oracle Database Home Page I am receiving a page cannot be found error (or broken link message, depending on the browser I try IE7, Firefox 3.0.10 or Chrome 2.0).
    The link I am being directed to is:
    http://127.0.0.1:8080/apex (I have an entry in my Hosts file referring this to localhost).
    How can I tell if Port 8080 is still open and accessible? I am using the embedded web pl/sql gateway and tried reconfiguring it again by running apxconf.sql as SYS:
    SQL> @apxconf.sql
    PORT
    8080
    Enter values below for the XDB HTTP listener port and the password for the Application Express ADMIN user.
    Default values are in brackets [ ].
    Press Enter to accept the default value.
    Enter a password for the ADMIN user []
    Enter a port for the XDB HTTP listener [      8080] +<simply returned default>+
    ...changing HTTP Port
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Session altered.
    ...changing password for ADMIN
    PL/SQL procedure successfully completed.
    Commit complete.
    -------- Confirming that the services have started ---------------
    C:\oracle\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleXETNSListener
    The OracleXETNSListener service was started successfully.
    C:\oracle\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleServiceXE
    The OracleServiceXE service is starting......
    The OracleServiceXE service was started successfully.
    C:\oracle\oraclexe\app\oracle\product\10.2.0\server\BIN>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-JUN-2009 23:16:51
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 16-JUN-2009 23:16:27
    Uptime 0 days 0 hr. 0 min. 24 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oracle\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\listener.ora
    Listener Log File C:\oracle\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1522)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Listener Log File (C:\oracle\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log)
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-JUN-2009 23:16:27
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\oracle\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\listener.ora
    Log messages written to C:\oracle\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Trace information written to C:\oracle\oraclexe\app\oracle\product\10.2.0\server\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=600
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1522)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    16-JUN-2009 23:16:51 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=Gary Williams))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
    ------------ Other tests -------------
    SQL> SELECT STATUS FROM DBA_REGISTRY WHERE COMP_ID = 'APEX';
    STATUS
    VALID
    C:\temp\apex>find /I "ora-" *.log
    ---------- INSTALL2009-06-16_13-02-41.LOG
    ---------- SQLNET.LOG
    SQL> SELECT username
    2 FROM dba_users
    3 WHERE username LIKE 'FLOWS_%'
    4 OR username LIKE 'APEX_%';
    USERNAME
    FLOWS_030100
    APEX_PUBLIC_USER
    APEX_030200
    FLOWS_FILES
    FLOWS_020100
    I have turned off my Firewall, checked against multiple browsers.... HELP!!!!
    I've backed out the 3.2 upgrade and reinstalled and receieved the same issue. The next step is to unistall the XE database and reinstall, but I'm loathed to do that without seeking some responses from this Forum.
    Many thanks.
    Have a great day.
    Kind Regards,
    Gary.

    Hello Roel,
    Thank you taking the time to reply.
    I had previously tried all those url combinations and still no luck.
    I also found out about displaying the HTTP port number. And you were right it was listening on the default 8080. I disabled it and re-enabled it on port 9080 to see if that made a difference but it didn't so I decided to remoce Oracle XE database and go through the reinstallation and subsequent upgarde to APEX 3.2. Everything appera sto be working fime now.
    One point of note is that if I view the Listener status now I notice another line from what I had previously referring to the HTTP listener, although my listener.ora file never changed (apart from having the TNS Listener port resuming to the default 1521).
    C:\>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 18-JUN-2009 11:24:30
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    Start Date 18-JUN-2009 09:08:04
    Uptime 0 days 2 hr. 16 min. 29 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oracle\oraxe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Listener Log File C:\oracle\oraxe\app\oracle\product\10.2.0\server\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=D9GVDX1S)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "XEXDB" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Service "XE_XPT" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Service "xe" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    The command completed successfully
    Can anyone answer why this may have been omitted previously? Presumably this is why my browser couldn't render anything from APEX.
    Kind Regards,
    Gary.

  • View 'CUT Home Page View (CME)' is not licensed for this site.(SBL-DAT-0032

    Hi Siebel guru,
    I am getting below error when i login in to sibel server.
    View 'CUT Home Page View (CME)' is not licensed for this site.(SBL-DAT-00327)
    can any one help me out to solve this issue ASAP.
    Regards
    Prabhat

    Hi Goud,
    In Installtion time it asked pls update your license key.
    then i updated my license key from http://licensecodes.oracle.com/siebel.html.
    Ifound ther is four row license key information.
    I updated only first row licencse key.
    Is there any workaround for updating license key.
    pls provide me steps.
    Regards
    Prabhat

  • Cannot reset default home page IE7

    X61S  Vista SP1 IE7 Norton 360 1.0
    Cannot change default home page.  Default page is garbage URL I entered by mistake
    http://http//
    So when I start IE7 it throws an error "Can't find this" and then works fine thereafter.
    If I change default to "about:blank" it is ok for the IE7 session but does not persist.  The next time I start IE7, it is back to the garbage URL  http://http//
    Norton chat cannot tell me if Norton 360 is blocking my attempt to reset the home page.  It is not a problem of redirection of the home page.
    Haven't been able to find string http://http// anywhere.
    Solved!
    Go to Solution.

    You're welcome.
    As far as a performance comparison goes, if there is one I have absolutely no idea. I will say this much; in my experience the ThinkVantage Technologies are good and they work, [can of worms just opened], I particularily like Access Connections.
    If you are new to them then read up on them in Access Help or in the web, you will find masses of differing opinions.
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • I cannot view the full page when i open my book, how can this be fixed?

    I downloaded some ebooks and i have them as e-pub files. However when i try to open them, i cannot view the full pages. There is also no zooming options for me to be able to do that.

    This forum is for eMac computers which were built between 2002 and 2005. What do you have?
    Choose your forum from this page.
    https://discussions.apple.com/index.jspa?

  • HT4623 I cannot open my home page due to a lock sign before the adress

    I cannot open my home page due to a lock sign in front of the address

    Open the iGoogle page but press the escape key to stop the page loading. If you have the "My Scores" gadget delete it.

  • I cannot get my home page to save (will not start up on homepage).

    I cannot get my home page to come up on start up of Firefox. I followed the procedure under the options but this does not work. The home page setting will not save when I quit Firefox.

    It could be the work of one of your add-ons, or even add / mal-ware.
    Look thru your add-ons list and make sure you know what each one is
    there for. Also,
    check the programs that are on your computer
    '''''Windows > Start > Control Panel > Uninstall Programs.'''''
    Go thru the list and use a web search to check any that you don't
    know what they are.<BR><BR>
    '''''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-caused-malware Troubleshoot Firefox Issues Caused By Malware]'''''

  • Cannot get a home page on my iPad!

    I have gone through setup for iPad (twice). My email has been verified and I was able to sign up for the discussions, but I cannot get a home page on the iPad.  I also cannot get my serial number to contact support.  This is my first experience with an Apple product and I am very frustrated.  I'm writing this from my PC. Any help would be greatly appreciated!

    mtsue wrote:
    but I cannot get a home page on the iPad.
    Not sure what you mean by that. If you mean set a Starting page for Safari, then you can't. Safari will open up on the last page you browsed. If you close all tabs before exiting, it will jsut open to the gray screen. From there you can search using the google search at the top left of the address bar, or simply enter an address in the address bar.
    mtsue wrote:
      I also cannot get my serial number to contact support. 
    This can be easily obtained by flipping the iPad over and looking at the fine text at the bottom of the backside.
    The Serial number is printed there.
    Alternatively going into Settings->Geneal->About will have the serial number in the list of things about the iPad.
    If you are finding it difficult to navigate around the iPad, perhaps setting up an appointment at the Genius Bar of your local Apple Store may be usefull. As they have Usage classes you can take.

  • Can't view frontview home page of netgear NAS, "The URL is not valid and cannot be loaded"

    Did a clean install of win XP x64 after a registry problem gone bad. At the same time updated from ff 8.x to the newest 9.0.1 and can at the present not log on to the readynasNV+ from netgear using it's web interface. Also can't view the bitorent page of same machine. On the previous version I got a security pop-up with this but after puting that aside as an exception no further problems with it. I can acces it in IE 6.0 no problem except for similar security pop-ups.

    Right, went looking for anything related to 10.0.0135 witch was the adress the working one was on and found that there was an exception in tools, advanced, encryption, certificates, servers tab. Then added an exception for 10.0.0.136 witch resulted in the add exception popup I had in previous versions, one click and it's now working !. Hope this helps anyone experiencing similar trouble for similar equipment.

  • Cannot save two home pages on FF 24 after making changes as instructed, reseting FF and enabling cookies as it instructs. How can I do this? I can do it in IE

    I have had remote control of my computer with specialists at Silicon Valley and they cannot change the necessary settings and have them saved either. Have talked to numerous people at Xfinity (I am changing from AT&T to Comcast). Xfinity cannot help either. They said to email Firefox.
    I can save my home page as well as another one for emails in IE for Yahoo but not Xfinity. Xfinity has tab come up that says "enable cookies." I have done everything to get the two home pages to open upon startup of FF in Xfinity but cannot do it.
    Is there any help?

    Did you try to set the home pages via Firefox/Tools > Options > General?
    If you only open both pages in tabs then you can click the "Use Current Pages "button.
    *https://support.mozilla.org/kb/How+to+set+the+home+page
    You can remove all data stored in Firefox from a specific domain via "Forget About This Site" in the right-click context menu of an history entry ("History > Show All History" or "View > Sidebar > History") or via the about:permissions page.
    Using "Forget About This Site" will remove all data stored in Firefox from that domain like bookmarks, cookies, passwords, cache, history, and exceptions, so be cautious and if you have a password or other data from that domain that you do not want to lose then make a note of those passwords and bookmarks.
    You can't recover from this 'forget' unless you have a backup of the involved files.
    It doesn't have any lasting effect, so if you revisit such a 'forgotten' website then data from that website will be saved once again.
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer some files from an existing profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over the problem.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Cannot access database home page

    I am trying to learn Oracle on my own on home PC. I have Windows XP Professional. When i choose "go to databse home page", it uses this url: http://127.0.0.1:8080/htmldb and then tells me the page is not found.
    Any ideas????
    Thanks,
    Ira
    [email protected]

    I am also having the same problem. This all worked ok on Friday, now I cannot get into the Oracle Database Home Page. The database is running, I can login via sqlplus but I cannot access the database via the Database home page and my application cannot get to it either. It is all on my local workstation. Application cannot make a connection. It gives this error:
    'The Network Adapter could not establish the connection'
    When I look at services running it is all running, the listener says automatic, when I try to start it, manually it says it started and stopped because it has nothing to do.
    I tired the command ALTER DATABASE OPEN and mentioned previously and got the message, 'a database already opne by the instance'.

  • Cannot view content of pages created with WPC

    Hello everyone,
    When I create a page with WPC, I can only view the content with my super admin account.
    I have set read authorizations for everyone on the KM folders and for PCD with no result. The rest of the users cannot view the content. They can only view the Header or Tool bar at the top (which contains send feedback, email, rss feed, etc).
    What must I do to make the content visible for everyone?
    Best Regards,
    David.

    Hi Leo,
    Thanks for the answer,
    Set permission "everyone" in the folder "System Administration > Permissions > Web Page Composer", but still can not view the contents of the iview.
    Another additional configuration?
    Thankss
    Regards.
    David

  • List View on Home Page of Account

    Hi all,
    Can any noe help me in home page payout of Acounts.
    There is one section on Accounts Home page, Account Lists, I want to remove few of the list type from here, can anyone please tell me how to do it . or is there amy option to desable the unwanted list types in all account lists.
    It's Urgent, Please help
    Regards
    Nisman

    HI,
    This optoin allows individual user to manage the list view.
    I want to manage the list access from admin for every user and don't want to give right to individual user to edit the list view.
    Regards
    Nisman
    null

  • I cannot leave the home page without Firefox crashing.

    '''bold text'''My home page is my hotmail account. I can go to mail and the hot links work. As soon as I try to go somewhere else like the bank or any bookmark, firefox will crash as soon as I get to the second w in www.
    I have tried uninstall and reinstall with no change

    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br /><br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/security/scanner/en-us/default.aspx - Microsoft Safety Scanner
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    *http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • My Dell Inspiron runs Vista, and I cannot change the home pages on my browser

    I have a Dell Inspiron 530S running Vista. I updated Firefox to 5.0. I want to change the home page for one of the tabs. I change the tab to what I want, I go to Options - General - Use Current Page, and it seems to register. I then close Firefox and reopen it. When I do this, I get the old home page - not the one that was on the screen when I selected Options-General-UseCurrent Page on that tab.
    What do I do in order to have that tab come up with the page I want when I invoke Firefox?

    Make sure it says "'''Show My Home Page'''" in the first dropdown menu at the top before you try to change it.
    See also: [[How to set the home page]]

Maybe you are looking for