JDBC in tomcat 4 not working

hi
how i can set in tomcat 4 JDBC ?
i have applet->servlet->database
it works in tomcat 3 but not in tomcat 4
what i need wrote in servel.xml and does i need put my jdbc driver in it ???
thanks

Just a guess -- Make sure the classpath to jdbc driver is correct. In Tomcat 4, you may need to set the jdbc classpath in catalina.sh.

Similar Messages

  • Report with JDBC connection does not work when they includes CommandTable

    I am trying to render using the new version of Crystal report java component - CRJ a report contains Data base Fileds of type Command Table (Row Set) which seems to be not working.
    when i use the previes version of crystal SDK it works fine.
    after deugging the Sample CrystalHelper.java file which contains the method .changeDatasource()
    i found that the DataBaseController.setLocation() method changes the CommandTable class to Table when using it on CommandTable instance and as result all the fields defined into that CommandTable were disappear.

    That appears to be a known issue:  Eclipse JRC: To change the JDBC connection at run time
    Sincerely,
    Ted Ueda

  • JDBC stored procedure not working in Weblogic 12.1.3

    Hi,
    We are migrating from WLS 12.1.2 to 12.1.3.
    We have a JDBC stored procedure which used to work correctly under 12.1.2. I understand that 12.1.2 uses ojdbc5/ojdbc6 jars (11.2.0.x). After migrating to 12.1.3, the stored procedure is not working.
    We have narrowed it down to the different between 12.1.2 using ojdbc5/6 and 12.1.3 using ojdbc7 jars, though we do not understand what the difference here is.
    Connection connection = getConnection();
    CallableStatement callableStatement = connection.prepareCall("{call RECEIPT_LOG (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}");
    callableStatement.registerOutParameter("PIO_RECEIPT_LOG_ID", java.sql.Types.INTEGER);
    callableStatement.setLong("PIO_RECEIPT_LOG_ID", 0);
    callableStatement.setString("PIO_DRAWER_NAME", request.getDrawerName());
    callableStatement.setString("PIO_DRAWER_FIRST_NAME", request.getDrawerFirstName());
    callableStatement.setString("PIO_DRAWER_OTHER_NAMES", "");
    callableStatement.setString("PIO_DRAWER_STREET_NO", "");
    callableStatement.setString("PIO_DRAWER_STREET", "");
    callableStatement.setString("PIO_DRAWER_LOCALITY", "");
    callableStatement.setLong("PIO_DRAWER_POSTCODE", 0);
    callableStatement.setString("PI_PAYMENT_TYPE", request.getPiPaymentType());
    callableStatement.setLong("PI_APPLICATION_ID", request.getApplicationId());
    callableStatement.setString("PI_PRIMARY_ID", request.getPiPrimaryId());
    callableStatement.setString("PI_SECONDARY_ID", request.getPiSecondaryId());
    callableStatement.setDouble("PI_AMOUNT", request.getPiAmount());
    callableStatement.setInt("PI_TAX_AMOUNT", 0);
    callableStatement.setNull("PI_VPC_TXNRESPONSECODE", java.sql.Types.VARCHAR);
    callableStatement.setInt("PI_VPC_TRANSACTIONNO", 0);
    callableStatement.setString("PI_VPC_MESSAGE", "");
    callableStatement.setString("PI_VPC_ACQRESPONSECODE", "");
    callableStatement.setString("PI_VPC_RECEIPTNO", "");
    callableStatement.setString("PI_VPC_BATCHNO", "");
    callableStatement.setString("PI_VPC_CARD", "");
    callableStatement.setString("PI_VPC_MERCHTXNREF", "");
    callableStatement.setString("PI_VPC_MERCHANT", "");
    callableStatement.setString("PI_VPC_ORDERINFO", "");
    callableStatement.setInt("PI_VPC_AMOUNT", 0);
    callableStatement.setString("PI_VPC_AUTHORIZEID", "");
    callableStatement.registerOutParameter("PO_RECEIPT_NO", java.sql.Types.VARCHAR);
    callableStatement.registerOutParameter("PO_SOURCE_ID", java.sql.Types.INTEGER);
    callableStatement.registerOutParameter("PO_PAYMENT_METHOD_TEXT", java.sql.Types.VARCHAR);
    callableStatement.registerOutParameter("PO_CREATE_COMMENT", java.sql.Types.VARCHAR);
    callableStatement.registerOutParameter("PO_ERROR_MESSAGE", java.sql.Types.VARCHAR);
    boolean isSuccessful = callableStatement.execute();
    Long receiptLogId = callableStatement.getLong("PIO_RECEIPT_LOG_ID");
    Here, when the callableStatement.execute() is fired, the isSuccessful is false and the output parameter receiptLogId is 0
    Any help appreciated.
    Regards,
    Rahul

    Hi All,
    We still haven't figured out what the problem is with JDBC when using ojdbc7.jar but, as an alternate solution we ported the code to Spring JDBC and got it working.
    Regards,
    Rahul

  • Delete Operation in JDBC Sender Adapter not works

    Hi,
        I have one student table which contains the fields ID,Name,BirthMonth,BirthYear,ReadFlag fields. ReadFlag is a character field or lenght 1 which contains only values either 'Y' or ' '. 
         I want to execute delete operation in this table ie to delete the records which contains the readflag = 'Y'. So, I set the below values for the following parameters.
    DELETE FROM student WHERE READFLAG = ' Y '
    Query SQL Statement : SELECT * FROM student WHERE readflag = 'Y'
    Update SQL Statement : DELETE FROM student WHERE READFLAG = 'Y'
    Poll Interval : 60 Seconds.
        There are more records in this table which contains readflag = 'Y'. But, the Adapter does not delete those records from the table i.e delete operation is not executed. At the same time, in Comm. Channel monitoring it does not show any error, but the delete operation is not carried out in the table.
         I tried after 'COMMIT' the table also. But it does not work. What could be the reason ? or How to use Delete Operation effectively on the table ?
         Kindly help me friends to solve this problem.
    Thanking you.
    Kind Regards,
    Jeg.

    http://help.sap.com/saphelp_nw04/helpdata/en/7e/5df96381ec72468a00815dd80f8b63/content.htm >>>
    <i>Adapter Work Method
    You must add an indicator that specifies the processing status of each data record in the adapter (data record processed/data record not processed) to the database table.
    The UPDATE statement must alter exactly those data records that have been selected by the SELECT statement. You can ensure this is the case by using an identical WHERE clause. (See Processing Parameters, SQL Statement for Query, and SQL Statement for Update below).
    <b>Processing can only be performed correctly when the isolation level for transaction is set to repeatable_read or serializable.
    Example
    SQL statement for query: SELECT * FROM table WHERE processed = 0;
    SQL statement for update: UPDATE table SET processed = 1 WHERE processed = 0;
    processed is the indicator in the database.</b></i>
    try with repeatable_read or serializable !!!
    Also go thru this thread - DELETE Querey in JDBC SENDER

  • IDoc string field to JDBC date field - Not working

    Hello everyone,
    Once again I must ask you something that is keeping me..
    I had a interface type RFC ASync to JDBC SQL Server, it was working fine. Then, I was asked to change to a type iDoc ASync to JDBC SQL Server.
    At first, it was not a problem, just manual work. But them, I am getting an error.
    In the RFC, I had a date field, that was directly related to the date field on the JDBC destination, so the mapping was pretty much straight forward. The SQL INSERT command was working fine on this cenario.
    Now, in iDoc, this field was automatically converted to a string, and somehow, PI is not understanding that string has to be mapped to a date field in the JDBC.
    Is there any 'workaround' for me to do this?
    Thanks!
    Ricardo Sancio Lóra
    Brazil

    The issue here is that somehow, the same SQL insert command that was working, does not work anymore.
    This is the SQL command took from RWB log monitor:
    INSERT INTO  aniversariantes_sap (matricula, nome, nascimento, unidade) VALUES (00000070, 'Ricardo Lora', '19851216', 00000000)
    If I run this query on my DB it works.
    But, in PI, it's not, here is the error:
    Could not execute statement for table/stored proc. "aniversariantes_sap" (structure "ANIVERSARIANTES_SAP") due to com.microsoft.sqlserver.jdbc.SQLServerException: Syntax error converting datetime from character string.
    I´ve tried cast() and convert() using mapping 'habilities', but also, does not work. Work if I run in the DB, but not if PI runs it.
    Wierd..
    Ricardo

  • Jdbc to rfc to jdbc scenario is not working

    Hi...
    We have done the JDBC to RFC to JDBC scenario using BPM, it was working fine in the last month. now we started testing the same scenario, that is not working. In SXMB_MONI it is showing only sender data is successful, it is not showing any RFC Receiver data & Jdbc Receiver data. in the CCM also Jdbc Sender CC is showing successfull and it is showing the successful messages also, but in RFC Receiver CC
    & JDBC Receiver CC it is not showing any thing.
    please help on this...
    Regards,
    Pasi.

    Hi
    Check u r RFC response (put external break point)
    and check wether it has data
    rgds
    srini

  • Please Help me ! TOMCAT NOT WORKING !!!!

    Hi All,
    I have installed Tomcat at C:\Tomcat
    I have jdk1.2 installed at C:\JDK1.2
    I have servlet development kit installed at
    C:\JSDK2.0
    After installing the Tomcat at it's default
    directory(C:\TOMCAT)I had made the following
    changes in my Autoexec.bat file as:
    SET JAVA_HOME=C:\JDK1.2
    SET PATH=%JAVA_HOME%\bin;%PATH%
    SET TOMCAT_HOME=C:\TOMCAT
    And following Change in my Config.sys file.
    SHELL=C:\COMMAND.COM /E:4096 /P
    But when I execute the file C:\TOMCAT\STARTUP.BAT
    It's still not working !
    It gives the message "OFF"
    Same happens while C:\TOMCAT\SHUTDOWN.BAT
    The version of my Tomcat is 3.0.
    Please help me out.what should I do ?
    How should I make it running?
    Thanks for any help !!!!
    Savdeep Vasudeva
    E-mail : [email protected]

    http://archive.coreservlets.com/Using-Tomcat.html
    Hope this helps

  • Jdbc tracking does not work in JDeveloper 10.1.2

    My project consists of a single jsp file, and two libraries: JSP Runtime, and DebugJDBC. The latter simply includes ojdbc14_g.zip
    The JSP FIle is
    <%@ page contentType="text/html;charset=windows-1252"%>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>untitled</title>
    </head>
    <body>
    <%
    oracle.jdbc.driver.OracleLog.startLogging();
    %>
    </body>
    </html>
    The error I get is:
    Oracle Jdbc tracing is not avaliable in a non-debug zip/jar file
    Should I log a bug about this?
    Thanks,
    -Robert

    I just verified that the problem does not exist in JDeveloper 10.1.3.0.4.
    Regards,
    -Robert

  • JDBC driver is not working in JAR file

    Hello
    Java is new for me.
    In my project JDBC is working fine for MSSQL Server 2000. It is developed in Netbeans.
    Now When I am going to rin JAR file of project, Driver for MSSQL is not found.
    Can anyone tell me that What I have to do to work with MSSQL driver in JAR file of project?
    I am using "Microsoft SQL Server 2000 Driver for JDBC" for JDBC.

    In my project JDBC is working fine for MSSQL Server
    2000. It is developed in Netbeans.
    Now When I am going to rin JAR file of project,
    Driver for MSSQL is not found.
    Can anyone tell me that What I have to do to work
    with MSSQL driver in JAR file of project?
    I am using "Microsoft SQL Server 2000 Driver for
    JDBC" for JDBC.Adding the JAR to the Netbeans project means adding it to the classpath for the IDE only, the JAR which you developed still needs the driver jar in the classpath.

  • Tomcat not working!!!!! please Help

    hey,
    I have windows XP OS on my computer. I installed tomcat on my computer a few days ago and it was working fine. but when i tried to run it yesterday it would not run. when i do start tomcat the tomcat window pops up and then just vanishes in two second. and when i did start and stop tomcat via command line, after doing the stop i got bunch of error messages
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\patedha>cd..
    C:\Documents and Settings>cd..
    C:\>cd "Program Files"
    C:\Program Files>cd "Apache Group"
    C:\Program Files\Apache Group>cd "Tomcat 4.1"
    C:\Program Files\Apache Group\Tomcat 4.1>cd bin
    C:\Program Files\Apache Group\Tomcat 4.1\bin>catalina start
    Using CATALINA_BASE: C:\Program Files\Apache Group\Tomcat 4.1
    Using CATALINA_HOME: C:\Program Files\Apache Group\Tomcat 4.1
    Using CATALINA_TMPDIR: C:\Program Files\Apache Group\Tomcat 4.1\temp
    Using JAVA_HOME: C:\j2sdk1.4.0_02
    C:\Program Files\Apache Group\Tomcat 4.1\bin>catalina stop
    Using CATALINA_BASE: C:\Program Files\Apache Group\Tomcat 4.1
    Using CATALINA_HOME: C:\Program Files\Apache Group\Tomcat 4.1
    Using CATALINA_TMPDIR: C:\Program Files\Apache Group\Tomcat 4.1\temp
    Using JAVA_HOME: C:\j2sdk1.4.0_02
    Catalina.stop: java.net.ConnectException: Connection refused: connect
    java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:295)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:161)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:148)
    at java.net.Socket.connect(Socket.java:425)
    at java.net.Socket.connect(Socket.java:375)
    at java.net.Socket.<init>(Socket.java:290)
    at java.net.Socket.<init>(Socket.java:118)
    at org.apache.catalina.startup.Catalina.stop(Catalina.java:581)
    at org.apache.catalina.startup.Catalina.execute(Catalina.java:402)
    at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
    Please help me out. i have a project due and i really need to get tomcat working for it.
    Thanking You
    Dhaval

    Hey,i had this same problem
    1) Go to Setting->Control Panel->Administrative tools->Services.
    Modify Apache to Manual by right clicking on properties.
    2) Then go to windows explorer
    go to the folder where Jakarta is installed
    go to bin
    click on startup.bat

  • RFC-XI-JDBC testing is not working

    Hi,
    I created rfc-xi-jdbc. I created 2 dt, 2 msg types, 2 msg mappings, 1 msg interface(synchronous, abstract), 1 interface mapping.
    In the CD, I defined, 1 sender, 1 receiver agreement. 1 receiver, 1 sender determination, 1 interface determination, and two comm channels.
    My RFC destination is working fine. But in se 37 , when I execute the FM, and submit the RFC destination I am getting dump. Please tell me what causes this error.
    In the message mapping when I tested it (rfc-jdbc) mapping, it gets the action as "insert" and not getting table value. Is it supposed to get a table name? or not?
    Thanks. I appreciate your help.
    Raj.

    Michal,
    As I said I already have this zreport program. This is how I am calling:
    CALL FUNCTION 'Z_PA_DINERS_TXN'
         destination 'DINERSIM' *RFC Dest 4 sender adapter
           EXPORTING
                ID            = lw_id
                INIT_ZDINERS  = lw_delete
           TABLES
                IT_ERROR   = IT_ERROR
                IT_ZDINERS = IT_IM_ZDINERS.
         commit work.
    Is that correct? I didnot create any seperate program for this, I am using the existing program. Please advice on further steps.
    In the RFC destination, do I need to mention XI server params in the gateway server host and service? or my sending system's details?
    Thanks,
    Raj.
    Message was edited by: Raj Peddisetty

  • Oracle8i JDBC Guide Example Not Working-applet security

    I was having problems with a JDK1.1.7 applet that I want to get
    working with Netscape 4.07 and my Oracle 8.0.5 installation. I
    am using Netscape's Signtool, the Capabilities classes, and I
    have packaged the Oracle classes111.zip contents into my Signed
    JAR file. I got a copy of the Oracle 8i JDBC Developer's Guide
    and Reference which has an example of what I'm trying to do.
    However, I get the same error running the example. Can anyone
    tell me what I'm doing wrong?
    Please help...
    stephen
    The Java console output is as follows:
    # Applet debug level set to 9
    netscape.security.AppletSecurityException: security.Couldn't
    connect to '47.129.164.42' with origin from ''.
    at
    netscape.security.AppletSecurity.checkConnect(AppletSecurity.java
    :914)
    at
    netscape.security.AppletSecurity.checkConnect(AppletSecurity.java
    :926)
    at
    netscape.security.AppletSecurity.checkConnect(AppletSecurity.java
    :795)
    at
    java.lang.SecurityManager.checkConnect(SecurityManager.java:718)
    at java.net.Socket.<init>(Socket.java:245)
    at java.net.Socket.<init>(Socket.java:123)
    at oracle.sqlnet.SQLnet.Connect(SQLnet.java:176)
    at oracle.sqlnet.SQLnet.Connect(SQLnet.java:146)
    at oracle.sqlnet.SQLnet.Connect(SQLnet.java:120)
    at oracle.jdbc.ttc7.TTC7Protocol.connect(TTC7Protocol.java:983)
    at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:158)
    at
    oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:
    93)
    at
    oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:146)
    at java.sql.DriverManager.getConnection(DriverManager.java:90)
    * at java.sql.DriverManager.getConnection(DriverManager.java:132)
    at MainApplet.button2_actionPerformed(MainApplet.java:196)
    at
    MainApplet$MainApplet_button2_actionAdapter.actionPerformed(MainA
    pplet.java:255)
    at java.awt.Button.processActionEvent(Button.java:267)
    at java.awt.Button.processEvent(Button.java:240)
    at java.awt.Component.dispatchEventImpl(Component.java:1789)
    at java.awt.Component.dispatchEvent(Component.java:1715)
    at
    java.awt.EventDispatchThread$EventPump.dispatchEvents(EventDispat
    chThread.java:83)
    at
    java.awt.EventDispatchThread.run(EventDispatchThread.java:135)
    at
    netscape.applet.DerivedAppletFrame$AppletEventDispatchThread.run(
    DerivedAppletFrame.java:911)
    null

    No, it is not, but this is the reason for using Netscape's
    Capabilities API. It contains a PrivilegeManager that works with
    Java's Applet Security Manager to grant permissions for the
    applet.
    Stephen Brewell (guest) wrote:
    : Is the database server on the same machine as your web server?
    : I don't think applets can connect to a machine other than that
    : from which it was served.
    null

  • Tomcat not working

    i have install tomcat 4. but tomcat still cannot running..
    C:\tomcat>cd bin
    C:\tomcat\bin>startup.bat
    The JAVA_HOME environment variable is not defined
    This environment variable is needed to run this program
    Using CATALINA_BASE: ..
    Using CATALINA_HOME: ..
    Using CATALINA_TMPDIR: ..\temp
    Using JAVA_HOME:
    The system cannot find the file -Dsun.io.useCanonCaches=false.
    somebody help me?????

    do u set the CATALINA_HOME variable and JAVA_HOME variable? tomcat needs this two environment variables to run. if u are using window xp, go to system properties and click on environment variables. then add this two variables.
    like this,
    CATALINA_HOME = c:\tomcat4.0
    JAVA_HOME = c:\sdk1.4.2

  • Update of MySQL and SQL Server JDBC Driver does not work in 1.2.1

    Hi,
    always after the update process is started i got the MySQL and SQL Server JDBC driver
    update notification.
    But all the time after i install the update i got the notification again but no errormessage
    that the update was maybe not successful ???
    Frank

    Ok
    then my subject was false
    i always try to update the extensions and now i can see that they are updated on the filesystem but the IDE does not recognize them as updated
    ....\sqldeveloper\sqldeveloper\extensions\oracle.sqldeveloper.thirdparty.drivers.mysql
    is available and new after the update process
    and under
    ...\sqldeveloper\sqldeveloper\tmp\update\oracle.sqldeveloper.thirdparty.drivers.mysql.5239.zip
    the downloaded zip file is also available.
    In the update window the message is that the extension with version 5206 is available
    Maybe that is the problem cause the downloaded files are version 11.1.1.5239
    if you look at the bundle.xml file inside the META-INF directory
    Frank

  • JDBC 8i drivers not working.

    Hello
    I have Oracle 8i installed on my server. I have downloaded
    JDBC drivers for Oracle 8i from Oracle site. When I try to run a
    sample example from the demo files given, I get a Windows
    internal Error "Read Access Violation" or "Stack overflow". I am
    using Oracle 8i on Win NT 4.0 with SP4, IIS4.0 with 128 MB RAM.
    Also, I am trying to use OCI8 JDBC drivers.
    I have tried many options but it dosent seem to work. Please
    help as this is very urgent.
    Hoping for prompt reply...,
    Premal.
    null

    Hello
    I have Oracle 8i installed on my server. I have downloaded
    JDBC drivers for Oracle 8i from Oracle site. When I try to run a
    sample example from the demo files given, I get a Windows
    internal Error "Read Access Violation" or "Stack overflow". I am
    using Oracle 8i on Win NT 4.0 with SP4, IIS4.0 with 128 MB RAM.
    Also, I am trying to use OCI8 JDBC drivers.
    I have tried many options but it dosent seem to work. Please
    help as this is very urgent.
    Hoping for prompt reply...,
    Premal.
    null

  • JDBC LookUp is not working

    Hi All,
    This is my scenario...
    SAP - IDOC(WINVE03 - Inventory) to MS-SqlServer 2000.
    I followed this blog:
    /people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler
    which help me a lot....
    but.. when test the interfase it shows a null...
    the resultSet.getRows() is empty... so the "for" is never executed.
    the communication channel Monitoring says this.
    Success     Receiver JDBC adapter: processing started; QoS required: BestEffort
    Success     JDBC adapter receiver channel svr_Dgmo_pilog0205_jdbc_client2: processing started; party  ,     service SERVICE_OF_TEST
    Success     Database request processed successfully
    channel is ok... the database has data...
    regards.

    Are you sure that the "for" loop is never executed ? Maybe you could add some piece of debug code in order to see what happens exactly (using the XI debug message framework in mappings), like :
    for(Iterator rows = resultSet.getRows();rows.hasNext();){
    HERE, add a print debug message so you know where for gets executed
    Map rowMap = (Map)rows.next();
    HERE, add a print debug message to get the return value from (String)rowMap.get("URole")
    result.addValue((String)rowMap.get("URole"));
    According to lookup API specs, if rowMap.get("URole") contains a SQL NULL value, a null java object will be returned, so the (String) cast would return "null" in this case ...
    Rgds
    Chris

Maybe you are looking for

  • How to calculate the Daily Call Volume

    Hello, Can anyone please advise how to calculate the daily call volume in a contact center - the counts of the calls terminated in ICM ? Is there any webview report or a SQL query which provides the count ? Many thanks in advance for the help! Thanks

  • How do you do this effect on after effects?

    I want to animate a video making so as to make it look like a painting is painting itself in front of our eyes. Take for example this picture Starting from a white image, do you know a way, with after effects, to make it look as if an invisible brush

  • Selling of Scrap received with credit of 4% addl. Duty

    Hi friends, Provision of Sales Bills [ Excise Invoicing] with Addl. Duty 4% ie instead of our existing tax pattern 1421 on excise part with 4% on Sales Tax part, a new pattern 1421+4 on excise part with 4% on sales tax part. For information the amoun

  • Any way to jump forward X slides?

    I'm in Captivate 4 Due to certain restrictions in quizzes, I am now trying to create my quizzing with clickboxes (many thanks to Rod Ward of Infosemantics for that advice). I'd like to emulate the question pool concept by generating a random number a

  • Stuck on "extracting

    I have been trying to download Adobe Photoshop Elements 12 and it is stuck on "extracting" - thoughts?