Application Express upgrade problems, again

After running the @apexins.sql (which installed successfully), I can not change the admin password.
The "@apxchpwd" command returns: "Error at line 1: ORA-01034: Oracle not available"
When I log into SQL *PLUS ("sqlplus sys as sysdba") and enter password, command line returns, "Connected to an idle instance".
The Database homepage no longer works either. When I try to access it the error: "wwv_flow.app_not_found_footer_err" shows up.
Edited by: johnnyflames on Mar 9, 2009 2:44 PM

Roel,
Thanks for the reply.
I had to uninstall/reinstall the database. I've come to the realization that 10g Express doesn't play friendly with Application Express 3.1/3.2

Similar Messages

  • Application Express upgrade problems

    I'm having problems with my APEX upgrade.
    Windows 2003, Oracle 10g Express (local installation for development)
    Here's what I've done so far.
    1. 10g Express installation - good
    2. unzipped apex - good
    3. opened SQL *Plus as SYSDBA in the folder which residents apex
    4. ran upgrade (@apexins SYSAUX SYSAUX TEMP /i/ ) went through good.
    5. ran "@c:\oraclexe\app\oracle\product\apex\apxldimg.sql c:\oraclexe\app\oracle\product\", this seems to run good too.
    6. ran "@apxxepwd.sql adminPassword, successfully completed.
    7. restarted OracleXE, through Windows services
    When I go to Database homepage, I get nothing.
    Any help would be greatly appreciated.
    Thanks,
    JohnM

    Well, I solved my own problem.
    I checked SQL *Plus and realized that "Oracle not available".
    I restarted OracleXE again from Windows Services.
    Once again, "Oracle not available"
    I also noticed that "Help" was not available too.
    So, within SQL *Plus, I "shutdown" the instance of Oracle,
    Command line would look like this:
    SQL>shutdown
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    then "startup" a new instance, once again:
    SQL>startup
    ORACLE instance started.
    Total System Global Area 146800640 bytes
    Fixed Size 1286220 bytes
    Variable Size 100667316 bytes
    Database Buffers 41943040 bytes
    Redo Buffers 2904064 bytes
    Database mounted.
    Database opened.
    After I did the shutdown and startup, the Oracle database homepage appeared.
    Thanks for the help John.

  • SBA 8.0 (Hor) to SBA 8.0 (Ver) Industry Application Post Upgrade Problem!

    Hi All,
    I am testing out an upgrade from Siebel 8.0 (Horizontal) to Siebel 8.0 (Vertical) version.
    Post upgrade after GUI Fixes, i did a full compile of siebel_sia.srf!
    But, after i start my Siebel Services & try to access the Sales or High Tech Manufacturing Application, it doesnt come up.
    The log file for both says:
    "siebsrvr\log\SSEObjMgr_enu_0025_26214410.log 8.0 SIA [20405] ENU
    ObjMgrSRFLog     Error     1     00000006486b09f4:0     2008-07-02 13:33:39     (cdf.cpp (668)) SBL-DAT-00142: Could not open repository file 'd:\sia80\siebsrvr\objects\enu\siebel_sia.srf'.
    File does not exist or may be in use by another process.
    ObjMgrCTLog     Error     1     00000006486b09f4:0     2008-07-02 13:33:39     (ctxtmgr.cpp (4492)) SBL-SVC-00208: Please login first."
    Any idea why this is happening? The SRF file exists on the correct location & i dont see any other application accessing the same.
    Regards,
    Shalabhsneha

    Double-check with Siebel Tools that is the same file.
    Check that the new Siebel application is shut down properly and has no "dangling" processes before restart.

  • "Application has moved" problem again

    I am on a G5 PowerMac 2GHz, now running OS X 10.5.5, and there are some things about the new OS I really like, such as the print dialogues and the Dock Stacks. Which raises a previously-encountered problem: I made the mistake of placing my Adobe CS3 apps in a stack. Result: the old "Application has moved" dialogue box, which I ran into once before, when I tried to move Adobe CS3 into an Applications/subfolder AFTER installation. It can be done with absolutely EVERY OTHER APPLICATION ON EARTH EXCEPT ADOBE CS3.
    There. Having said that, I seem to recall that there is a straightforward solution to the problem? A little more complicated than trashing the prefs, but not by much?

    Simple solution... do not move Adobe applications from their original installation location.
    If you wish, use aliases to configure a stack or subfolder.

  • Upgrading problem again??????

    I'm upgrading my digital audio 466mhz g4 to a mercury 1.2 ghz processor. I have installed the firmware 4.28f1 and installed the processor. Once the processor was installed the computer would not power up @ all. Any suggestions?

    Did you reset the PMU?
    If not, it is a very small black button on the motherboard near the battery, and is marked S1.
    To reset it, first unplug the Mac's power cord, then touch metal inside the case to discharge static. After that, press the PMU button for one second (only press it once, that's important). Wait ten seconds, then plug the power cord back in and try to start up.

  • Need help on installing Oracle Application express 3.2

    Hi,
    I had downloaded Oracle 11g database and installed the personal edition.I got the Enterprise manager login page working and also the DBConsole
    I had Downloaded APEX 3.2 and wanted to install apex 3.2.I wanted to do the following scenario
    Scenario 3: Install from the Database and Configure the Embedded PL/SQL
    Gateway
    Planning to do these steps: ( I have few questions on these steps and are below each step)
    ■ Running the apxconf.sql Configuration Script
    Do I have to install Oracle Application express or is it already installed in 11g personal edition?
    Do I have to create a seperate database or schema for this step( I have only one instance orcl1) ?■ Verifying the Oracle XML DB HTTP Server Port
    Can I do this step in my current orcl1 instance,if so which user■ Enabling Oracle XML DB HTTP Server
    Once I carry out these steps, Can I access the admin page for apex with https://localhost:port/apex_admin ?
    Am I missing any other steps ?
    Thanks

    I have one idea..
    Try to install again:
    1) download and unzip apex_3.2 in $ORACLE_HOME
    You will have:
    $ORACLE_HOME/apex - old directory
    $ORACLE_HOME/apex_3.2 - new directory
    2) in command line go to $ORACLE_HOME/apex_3.2/apex
    run sqlplus "/as sysdba"
    in sqlplus run @apexins tablespace_apex tablespace_files tablespace_temp images
    Where:
    tablespace_apex is the name of the tablespace for the Oracle Application Express application user.
    tablespace_files is the name of the tablespace for the Oracle Application Express files user.
    tablespace_temp is the name of the temporary tablespace.
    images is the virtual directory for Oracle Application Express images. To support future Oracle Application Express upgrades, define the virtual image directory as /i/.
    Example:
    @apexins SYSAUX SYSAUX TEMP /i/
    3) check installation log for errors
    4) in command line go to $ORACLE_HOME/apex_3.2/apex
    run sqlplus "/as sysdba"
    in sqlplus run @apxconf
    set admin password
    set port
    5) run @apxldimg.sql $ORACLE_HOME/apex_3.2
    6) check for running listener and try to login apex: http:\\host:port\apex\apex_admin
    Good luck!

  • Using Application - Specific Upgrade tools

    Hi,
    This is in refrence to point 3.25 of the ECC 6.0 SR1 upgrade document (Relevant text is below).  Is this step really required to be performed?  Can a Basis resource do it independently or will require ABAP/Functional help?  If we ignore this step, how will it impact the upgraded system?  If we have to run this step, at what stage we have to do it?
    Any insights would be helpful.
    Thanks & Regards,
    Abdul
    ===Relevant text from Upgrd Doc===
    Application-Specific Upgrade Toolbox
    The application-specific upgrade toolbox (ASU toolbox) provides you with application-related upgrade guides and tools:
    n Application-specific upgrade guides
    These upgrade guides contain collections of known application-specific upgrade problems together with
    the related SAP Notes, which saves you the time when searching for SAP Notes on SAP Service Marketplace.
    n Automatic repair toolbox
    This tool automatically starts application-specific repair and conversion programs.
    n Additional repair toolbox
    This program contains tools that assist you in adjusting customer data to the new release. Particularly
    useful is the variant restore tool that can adjust the report variants to the new interfaces of the reports. In
    the past, a lot of variants had to be created again, without giving you the option of displaying the old values.
    For more information, see SAP Note 623723.
    === End of section ===

    The ASU toolbox is a mixture of Basis and application.
    The way you can go would be
    - upgrade a test system
    - let the modules have a look if they need parts from the toolbox
    - upgrade production
    - run the parts that are necessary
    Since this is implementation dependent a general advice can´t be given. On our upgrade from 4.6c to 4.7 we needed only five of the given tools, your mileage may vary.
    Markus

  • Upgrading Application Express on Oracle XE (installed on Ubuntu 8.04)

    I'd installed on my laptop (OP is Ubuntu 8.04) Oracle XE and is wotking quite fine.
    But I really like to upgrade apex to last version (3.1.2). I read documentation but are not many information about how to upgrade.
    Daniel

    Thanks Arie,
    On whatever version of Windows I've updated without problems Application Express.
    I'm talking here about Ubuntu (a debian distribution of Linux).
    My problem is where to unzip apex, where to use sqlplus command prompt etc., because is different than Windows.
    If you don't have DBA rights on the account (user account other than root) you have errors in installation process and more.
    For example they say in doc...:0
    "To run the apxconf.sql configuration script:
    1. Change your working directory to ORACLE_BASE\ORACLE_HOME\apex or whatever convention used to indicate the Oracle home.
    2. Start SQL*Plus and connect to the database where Oracle Application Express is installed as SYS. For example:
    * On Windows:
    SYSTEM_DRIVE:\ sqlplus /nolog
    SQL> CONNECT SYS as SYSDBA
    Enter password: SYS_password
    * On UNIX and Linux:
    $ sqlplus /nolog
    SQL> CONNECT SYS as SYSDBA
    Enter password: SYS_password".....
    When you install Oracle what version you need, OP (Linux) create a different user account for Oracle. Usually if you want to use your account like dba for oracle, you need to give to that account the proper rights.
    So, I need a installation rutine (for upgrading) for apex on Linux.

  • Problem Accessing Application Express

    Hi All,
    I have installed Oracle 11g and Apex 3.2.
    After that I tried to access apex admin console using url: http://server:8080/apex/apex_admin
    If I try to open the page with IE and when used id : admin and its password is entered and pressed login, an error "Object expected, code 0" is generated.
    With Firefox I can see more detail error "doSubmit is not defined.
    Please help.
    Regards
    Rana

    Hey I'm having the same problem, but I may be a little confused.
    I had 11g installed with Apex 3.0 so I upgraded it to 3.2.1 by using the complete installation. So when the install guide says "Run apex_epg_config.sql passing the file system path to the base directory where the Oracle Application Express software was unzipped", I should point to the Oracle home location where my db is installed...right?
    Assuming this is correct, I ran the script but the apex/images folder is still missing the apex_..._.js files mentioned before. All the image files are there but when I try to login nothing happens. Are those js files supposed to be there? Any ideas?

  • SQL Command problem in Application Express 3.2.0.00.27

    To Oracle Application Express Development Team,
    Yesterday I installed Oracle Application Express 3.2.0.00.27.
    While doing my r&d, I came across one problem in SQL Command.
    For example I wanted to run sql "select * from tab"
    When I checked "Autocommit" checkbox it worked fine.
    But when I unchecked the "Autocommit" checkbox it gave me following error:
    ORA-01003: no statement parsed
    Please check post
    http://www.oraclebrains.com/2009/03/sql-command-problem-in-application-express-3200027/ for more details.
    Cheers

    I can't find the log file (a good indication that something went wrong)
    Here's the transcript of the session...
    SQL> startup upgrade
    ORACLE instance started.
    Total System Global Area 599785472 bytes
    Fixed Size 1288820 bytes
    Variable Size 264242572 bytes
    Database Buffers 331350016 bytes
    Redo Buffers 2904064 bytes
    Database mounted.
    Database opened.
    SQL> @apxpatch.sql
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Wrote file apxset.sql
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    SQL>
    SQL> @apxldimg.sql
    PL/SQL procedure successfully completed.
    Enter value for 1: C:\Documents and Settings\jtench\Desktop\My Downloads\Oracle\apex_3.2.1
    old 1: create directory APEX_IMAGES as '&1/apex/images'
    new 1: create directory APEX_IMAGES as 'C:\Documents and Settings\jtench\Desktop\My Downloads\Oracle\apex_3.2.1/apex/images'
    Directory created.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Commit complete.
    timing for: Load Images
    Elapsed: 00:03:30.03
    Directory dropped.
    SQL>

  • Application Express 3.2.1 post installation problem

    I upgraded Oracle database XE with Application Express 3.2.1
    The installation was succesfull. The logfiles contains the text: Thank you for installing ... etc
    The post installation tasks give me some problems. As I upgraded from Oracle Database XE, I am using the 10.g version. That is correct?
    That means I cannot use the embedded PL/SQL gateway, foir this works only with version 11g. So I must configer the Oracle HTTP server and mod_plsql. That is correct?
    After installation I am supposed to copy the image directory in the ORACLE_HTTPSERVER_HOME \Apache directory
    I have no idea where that directory is. A search on my C: drive returns no results.
    How can I find the ORACLE_HTTPSERVER_HOME \Apache directory?
    Any help is welcome
    Hans

    Hi,
    Oracle XE comes with EPG even it is 10g
    This might help
    http://www.oracle.com/technology/products/database/application_express/html/3.2_and_xe.html
    If you install was ok then you need just update images and set/reset Apex admin password
    # Connect to SQL*Plus as SYS
    # @APEX_HOME/apex/apxldimg.sql APEX_HOME
    # @APEX_HOME/apex/apxxepwd.sql password
    For the steps above, APEX_HOME is the directory where the Application Express software was unzipped.
    Br,Jari
    Edited by: jarola on Feb 27, 2010 11:49 AM

  • Can not login to Oracle Application Express after upgrade to 3.2

    I installed oracle database express and then I upgrade APEX to 3.2 on it. I got the login page but I can not login by using any account, like SYS, SYSTEM. From the document, internal ADMIN account should exist but I did not see it from dba_users table.
    Thanks,
    Julie

    HI Don,
    I did run apxchpwd.sql to change the Application Express ADMIN user password. Then I invoked http://mymachine:8080/apex and got the Application Express login page. I put ADMIN in workspace and ADMIN in Username and the new password. But I still cannot login. I also tried http://mymachine:8080/apex/apex_admin page login. I typed ADMIN as username and the new password. Then I clicked on Login button. Nothing happened. No error message.
    Any idea?
    By the way, what does apxxepwd.sql do?
    Thanks,
    Julie

  • Problem with Application Express

    Good Morning,
    I installed Oracle Application Express, but I have a problem with the first login and the creation of my workspace.
    During login using the username 'admin' and pwd as the sys's user because until now the only pwd I configure when I installed Oracle Express 10g and Oracle Application Express.
    When I go to login, the page seems not to take any command.
    I look a your help. Thanks

    Check out the {forum:id=137} forum you'll probably get better help there.
    By the way, welcome to the forum! :)

  • Problem with ADF Application after upgrade to 10.1.2.3

    Hello,
    i have some problems with my ADF applications after upgrade of AppServer to 10.1.2.3.
    The only Excteption i got is in the application.log of the container:
    Error in errorPage /faces/pages/error/error404.jspx
    javax.servlet.ServletException
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:614)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:556)
         at pages.error._error404._jspService(_error404.java:682)
         at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:356)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:498)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:402)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:674)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:230)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
         at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:674)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:230)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.EvermindHttpServletResponse.sendError(EvermindHttpServletResponse.java:1298)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.EvermindHttpServletResponse.sendError(EvermindHttpServletResponse.java:1428)
         at javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:162)
         at oracle.security.jazn.oc4j.JAZNServletResponse.sendError(Unknown Source)
         at oracle.adf.view.faces.webapp.ResourceServlet.doGet(ResourceServlet.java:169)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at oracle.adf.view.faces.webapp.ResourceServlet.service(ResourceServlet.java:135)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:674)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:816)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:231)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:136)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    Does anybody know how to handle it?
    Regards.
    Krystian.

    I am also getting the similar error if I enable a particular coloumn of a table to load into ORM , I am getting the following error,
    javax.servlet.jsp.JspException     at jsp.viewsinglerecord.throwError(_viewsinglerecord.java:31)     [SRC:/jsp/standardinclude.jsp:84]     at jsp.viewsinglerecord._jspService(_viewsinglerecord.java:1185)     [SRC:/jsp/displaymultiplerecords.jsp:461]     at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:356)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:498)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:402)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:835)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:230)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:257)     at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)     at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:835)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:816)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:231)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:136)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)     at java.lang.Thread.run(Thread.java:534)

  • The same problem again with HP Simple Pass fingerprint reader after upfrading from Firefox 4 to Firefox 5. I have already installed HPSimPlePass 7.0.74.0 to fix the problem after upgrading to Firefox 4.

    I have a HP Pavilion dv6 with a fingerprint reader. I had the same problem as many other people when upgrading to Firefox 4, : I couldn't use the HP Simple Pass to enter a website needing a username and password by just swiping my fingerprint. I fixed the problem by downloading the new HPSimPlePass 7.0.74.0. This fixed the problem and I was very happy. Since upgrading to Firefox 5 I have the same problem again, but I already have the new version of HP Simple Pass. How can this be fixed so that I can use this fingerprint scan feature again, or where can I download Firefox 4 again?

    ''FredMcD [[#answer-709783|said]]''
    <blockquote>
    The programers know of this and are working on it.
    </blockquote>

Maybe you are looking for

  • Vendor Payment Performance Report

    Hi, I am in the process of developing a report which should show details of Project, Service orders and purchase orders information. If end user inputs project/SO/PO/Vendor in the selection screen of the report, they are expected to see service order

  • Where can I download an older version of iPhoto '11 that runs on OS 10.6.8?

    I upgraded to iPhoto '11 from iPhoto '08 in September 2011 when I was using Snow Leopard. However, I had to change a new hard drive after it got corrupted. I tried to download iPhoto'11 again but the latest update of iPhoto '11 requires OS 10.7 and a

  • Real benefits of object oriented programming

    Hello every one, I am working on a paper to assess the real benefits object oriented technology brought to IT industry. Can any one help me by providing reference information. Thank you Abrillo

  • How to tell what version of htmldb is running?

    A while back I installed htmldb (now application express) on AIX 5.2. I think I used the Companion CD 10gR2 so thought that I had installed version 2 of htmldb. But when you log in it appears to show that version 1.6 is running. Is there a way I can

  • Itunes update aborts - error "signature could not be verified"

    I have attempted several times to download and install the latest iTunes update (11.2).  The install keeps aborting with the error message "itunes signature could not be verified."  I tried downloading only, and still get a similar error message.  Pl