Back to Java

I was wondering if Cisco would be able to enlighten us more on how this vulnerability would be the effect, or not at all, VMS 2.2 facilities.

Sun has announced a vulnerability of denial in the JRE today may 6, which may allow remote unprivileged user causes the Virtual Machine Java to become unresponsive

Announcement:http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57555

SDK and JRE are available at:http://java.sun.com/j2se/

SDK and JRE 1.4.2_03 or previous 1.4.2 communicated are affected.

VMS 2.2 Update 1 is provided with Java plug-in 1.4.1_02, this particular vulnerability should not be a problem.

It said 1.4.1_02 had some vulnerabilities of his own as shown here:

http://sunsolve.Sun.com/pub-CGI/retrieve.pl?doc=fsalert%2F57221

You can move virtual machines to 1.2.1_05 if you like by following the procedures described in the Release Notes 1 update here:

http://www.Cisco.com/en/us/products/SW/cscowork/ps2330/prod_release_note09186a00801ca636.html#wp91738

You can download 1.2.1_05 here:

http://Java.Sun.com/products/archive/J2SE/1.4.1_05/index.html

Hope that helps.

Tags: Cisco Security

Similar Questions

  • Back 8 Java java 6

    I need to go back to java 6 after installing java 8 because I can't work in photoshop cs5. I tried the steps above, but nothing helped.

    Any HEP would be appreciated.

    Thank you

    Update of Java for Mac OS X 10.6 17      Snow Leopard

  • Back list Java plsql function

    Hi all

    I have the java as code: -.

    
    
    package com.demo.test;
     
    import java.util.ArrayList;
    import java.util.List;
    
    
    
    public class ListTest {
     
      public List<String> getList() {
      List listA = new ArrayList();
     
      listA.add("element 1");
      listA.add("element 2");
      listA.add("element 3");
      listA.add("element 4");
      listA.add("element 5");
      listA.add("element 6");
      listA.add("element 7");
      return listA;
      }
    }
    
    

    I create the function to call java: -.

    create or replace FUNCTION get_list return varchar2 as
    language java name 'com.demo.test.ListTest.getList() return java.lang.String';
    
    

    I want to call above function in plsql and I out like: -.


    Element1

    item2

    3

    Item4

    element5

    element6

    Element7


    Please help me.

    Thank you
    Xandot

    create or replace and compile java source named ListTestSrc as
    package com.demo.test;  
    
    import java.util.ArrayList;
    import java.util.List;
    import java.sql.*;
    import oracle.sql.*; 
    
    public class ListTest {
        public static ARRAY getList() throws SQLException {
            List listA = new ArrayList();
    
            listA.add("element 1");
            listA.add("element 2");
            listA.add("element 3");
            listA.add("element 4");
            listA.add("element 5");
            listA.add("element 6");
            listA.add("element 7");  
    
            Connection conn = DriverManager.getConnection("jdbc:default:connection:");
            ArrayDescriptor dsc = ArrayDescriptor.createDescriptor("VARCHAR2_TABLE", conn);
    
            return new ARRAY(dsc, conn, listA.toArray());
        }
    }
    
    create or replace type varchar2_table as table of varchar2(4000);
    /
    
    create or replace function get_list return varchar2_table as
    language java name 'com.demo.test.ListTest.getList() return oracle.sql.ARRAY';
    /
    
    SQL> select * from table(get_list);
    
    COLUMN_VALUE
    ---------------------------------------
    element 1
    element 2
    element 3
    element 4
    element 5
    element 6
    element 7
    
    7 rows selected.
    

    If you want to use the collection in a SQL query (as above) and if the collection is large, you can do in pipeline.

    See a similar example here: Re: Re: how to select csv data stored in a BLOB column as if it were an external table?

    Otherwise, just use it directly into the PL/SQL code:

    SQL> set serverout on
    SQL>
    SQL> declare
      2    v_list varchar2_table := get_list();
      3  begin
      4    for i in 1 .. v_list.count loop
      5      dbms_output.put_line(v_list(i));
      6    end loop;
      7  end;
      8  /
    element 1
    element 2
    element 3
    element 4
    element 5
    element 6
    element 7
    
    PL/SQL procedure successfully completed.
    
  • Problem Windows install with Java

    A few days ago the Java (TM) automatic update for Windows Vista has started and I accepted and allowed him to install. I allowed the installer through my firewall, I use COMODO Firewall and the installer came to fine and started to install. Well well, not too long after it starts, maybe... 15 seconds, the installation ends and comes with a Java error, but also a Setup error indicating that there is something wrong with my Windows Installer. I have no idea how to solve this problem, nothing helps, I don't know what version I have, and I see is Windows Installer 4.5 and many other things that do not seem to resemble each other, they will work. Please help, I can't some uninstalled programs or installed because of this. Thank you.

    Hello

    Try this

    Windows install 4.5 Redistributable
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=5A58B56F-60B6-4412-95B9-54D056D6F9F4&displaylang=en

    and if any;

    Description of the Windows Installer CleanUp utility
    http://support.Microsoft.com/kb/290301

    --------------------------------------------------------------------

    Do with these two

    IE - Tools - Internet Options - Advanced - tab click on restore, and then click Reset - apply / OK

    IE - Tools - Internet Options - Security tab - click on reset all default areas - apply / OK

    Close IE

    Then use Revo to uninstall Java, so you can reinstall - free Version
    http://www.revouninstaller.com/revo_uninstaller_free_download.html

    Reset.

    Now go back to Java and reinstall
    http://www.Java.com/en/

    ----------------------------------------------------------

    If so - get something contradictory and reset IE

    IE - tools - manage Addons (for sure disable SSV2 if it is there, it is no longer necessary but Java always install
    "(and it causes problems - you never update Java to go back in and turn it off again)." Search for other possible problems.

    Windows Defender - tools - software explore - look for problems with programs that do not look right. Permit
    are usually OK and "unauthorized" are not always bad. If in doubt about a program to ask about it here.

    Could be a free - BHOremover - BHO - standalone program, needs no installation, download and run
    http://securityxploded.com/bhoremover.php

    Startup programs
    http://www.Vistax64.com/tutorials/79612-startup-programs-enable-disable.html

    Update of Java (besure to go back and disable SSV2 Addon)
    http://www.Java.com/en/

    What antivirus/antispyware/security products do you use? That were ALREADY on your computer
    as remnants can cause strange problems.

    Hope these helps.

    Rob - bicycle - Mark Twain said it is good.

  • After downloaded java java 7 and javaFX my pc has become demonized, why?

    now it takes 10 minutes to start, forever for MSE to kick in. I am a lost.would that goes back to java 6 n 39 do better. Ty hagd stay cooler

    Hi philwhitesell,

    Follow these methods.

    Method 1: Uninstall and reinstall the Java application.

    Method 2: Follow these steps:

    Step 1: Start the computer in safe mode and check if the problem persists.

    Step 2: If the problem does not still in safe mode, perform a clean boot to see if there is a software conflict as the clean boot helps eliminate software conflicts.

    Note: After completing the steps in the clean boot troubleshooting, follow the section How to configure Windows to use a Normal startup state of the link to return the computer to a Normal startupmode.

    After the clean boot used to resolve the problem, you can follow these steps to configure Windows XP to start normally.

    (a) click Start, run.

    (b) type msconfigand click OK.

    (c) the System Configuration Utility dialog box appears.

    (d) click the general tab, click Normal startup - load all services and device drivers and then click OK.

    (e) when you are prompted, click restart to restart the computer.

    Method 3: Performs a search using the Microsoft safety scanner.

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Note: The data files that are infected must be cleaned only by removing the file completely, which means that there is a risk of data loss.

    For reference:

    Slow PC? Optimize your computer for peak performance

    How to make a computer faster: 6 ways to speed up your PC

  • Cannot install Java version 6

    I have a windows vista with internet Explorer 8 operating system is installed and I can't install java jre version 6 update 18 on my computer, it does not show in the under products and features Control Panel. It shows on the part of the control panel uninstall but does not appear elsewhere on the control panel.  What should I do?

    Hello

    Don't forget to start as admin.

    Visit the Help Center Java
    http://www.Java.com/en/download/help/index.XML

    Also, you can manually download and install Java
    http://www.Java.com/en/download/help/index_installing.XML?user_os=Vista

    Do with these two

    IE - Tools - Internet Options - Advanced - tab click on restore, and then click Reset - apply / OK

    IE - Tools - Internet Options - Security tab - click on reset all default areas - apply / OK

    Close IE

    Then use Revo to uninstall Java, so you can reinstall - free Version
    http://www.revouninstaller.com/revo_uninstaller_free_download.html

    Reset.

    Now go back to Java and reinstall
    http://www.Java.com/en/

    ----------------------------------------------------------

    If so - get something contradictory and reset IE

    IE - tools - manage Addons (for sure disable SSV2 if it is there, it is no longer necessary but Java always install
    "(and it causes problems - you never update Java to go back in and turn it off again)." Search for other possible problems.

    Windows Defender - tools - software explore - look for problems with programs that do not look right. Permit
    are usually OK and "unauthorized" are not always bad. If in doubt about a program to ask about it here.

    Could be a free - BHOremover - BHO - standalone program, needs no installation, download and run
    http://securityxploded.com/bhoremover.php

    Startup programs
    http://www.Vistax64.com/tutorials/79612-startup-programs-enable-disable.html

    Update of Java (besure to go back and disable SSV2 Addon)
    http://www.Java.com/en/

    What antivirus/antispyware/security products do you use? That were ALREADY on your computer
    as remnants can cause strange problems.

    Hope these helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • Im trying to download java

    Im trying to download java I need it to download music and my computer says that I have but its zero part I tried everything to fix it, but nothing happens what I do?

    Hello

    Java test
    http://Java.com/en/download/help/TestVM.XML

    ---------------------

    If does not:

    Do the two of them:

    IE - Tools - Internet Options - Advanced - tab click on restore, and then click Reset - apply / OK

    IE - Tools - Internet Options - Security tab - click on reset all default areas - apply / OK

    Close IE

    Then use Revo to uninstall Java, so you can reinstall - free Version
    http://www.revouninstaller.com/revo_uninstaller_free_download.html

    Reset.

    Now go back to Java and reinstall
    http://www.Java.com/en/

    ----------------------------------------------------------

    If so - get something contradictory and reset IE

    IE - tools - manage Addons (for sure disable SSV2 if it is there, it is no longer necessary
    but Java always install and it causes problems - you never update Java go back and disable
    "It is once again.) Search for other possible problems.

    Windows Defender - tools - software explore - look for problems with programs that are not
    look to the right. Allowed are usually OK and "unauthorized" are not always bad. In the case of any doubt
    a program asking about it here.

    Could be a free - SpyBHOremover - BHO - standalone program, needs no installation, download
    and execution
    http://securityxploded.com/bhoremover.php

    Startup programs
    http://www.Vistax64.com/tutorials/79612-startup-programs-enable-disable.html

    Update of Java (besure to go back and disable SSV2 Addon)
    http://www.Java.com/en/

    What antivirus/antispyware/security products do you use? Who have ALREADY been on
    your computer as of the remains may cause strange problems.

    Hope these helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • Impossible to update Java

    For several months, the automatic updates of Java have failed. When I click to install, I get two instances of the same "Microsoft jscript runtime error: object doesn't support this property or method."  Currently installed version 7 news 45 is based 1.70_45b18.

    Thank you for your support.

    At sang-gye

    Java is not a Microsoft product, so the best place to get help from Java's at http://java.com/en/

    That said, I suggest that you remove all versions of Java on your computer as described here--> http://java.com/en/download/help/uninstall_java.xml

    Once you went too far that you can go by following the above instructions, download JavaRa and see if it can uninstall remains more--> http://singularlabs.com/software/javara/

    Then back to Java and download and install the latest version--> http://java.com/en/download/windows_xpi.jsp?locale=en

  • Java Ver 7 update 9 makes it impossible to start Win 7

    I have a problem with the installation of Java V7 Update 9. Java invite you to install the latest version (up9) and I did several times. When I then pass on my PC it cannot start windows and it attempts a repair of the system, and then restore the system, which dates back to Java 7 day 7. PC then continues to operate correctly but Java keeps suggesting to the update, and if I do, the same thing happens. Did someone knows if there is a problem with the Update 9 or is there a solution? I use Win 7 64 bit, IE 9 and I also have Norton Internet Security 2012 running

    No problem here with the same specifications except not Norton

    If you are sure that it is a problem of Java, you will need to contact Java http://www.java.com/en/

  • get the lov rank = javax.el.ELException: java.lang.NullPointerException

    I use this baking bean with a session scope to get the attributes of first lines for lov programmatically.
    But it returns e an error when try to get lov (.findIteratorBinding): "javax.el.ELException: java.lang.NullPointerException.

    I checked the query one it is corect and fear data.

    my version jdev are 11.1.1.6

    ======================================
    JSPX fragment
    ======================================
    < af:outputText value = "#{UserbeanBean.UserType}" id = "pt_ot4" / > "
    ======================================
    Backing bean
    ======================================



    package view.backing;

    import java.io.IOException;

    import java.util.Date;

    Import javax.faces.context.ExternalContext;
    Import javax.faces.context.FacesContext;
    Import javax.faces.event.ActionEvent;

    to import javax.servlet.http.HttpServletResponse;
    Import javax.servlet.http.HttpSession;

    Import oracle.adf.model.BindingContext;
    Import oracle.adf.model.binding.DCBindingContainer;
    Import oracle.adf.model.binding.DCIteratorBinding;

    Import oracle.jbo.Row;
    Import oracle.jbo.ViewObject;
    Oracle.jbo.domain import. *;

    Import oracle.jbo.client.Configuration;
    Oracle.jbo import. *;

    public class Userbean {}
    String UserType, EmpleId, EmpleName, Depto;


    void iniciarValores() {}

    DCBindingContainer bindingsProdc = (DCBindingContainer) BindingContext.getCurrent () .getCurrentBindingsEntry ();
    DCIteratorBinding dcItteratorBindings = bindingsProdc.findIteratorBinding("voUsers1Iterator");
    ViewObject voUsuario = dcItteratorBindings.getViewObject ();

    voUsuario.executeQuery ();

    If (voUsuario.hasNext ()) {}
    Line rowUsuario = voUsuario.next ();
    UserType = rowUsuario.getAttribute("UserType").toString ();
    EmpleId = rowUsuario.getAttribute("EmpleId").toString ();
    EmpleName = rowUsuario.getAttribute("EmpleName").toString ();
    Depto = rowUsuario.getAttribute("Depto").toString ();
    }
    }

    public String getUserType() {}
    iniciarValores();
    return UserType;
    }

    public String getEmpleId() {}
    iniciarValores();
    Return EmpleId;
    }

    public String getEmpleName() {}
    iniciarValores();
    Returns the number;
    }

    public String getDepto() {}
    iniciarValores();
    Return FuenteCia;
    }=
    }

    Hello

    ask yourself why you don't read the data of the link layer rather the VP

    DCBindingContainer bindingsProdc = (DCBindingContainer) BindingContext.getCurrent () .getCurrentBindingsEntry ();
    DCIteratorBinding dcItteratorBindings = bindingsProdc.findIteratorBinding("voUsers1Iterator");
    dcItteratorBindings. executeQuery();

    -Download the current line

    Frank

  • Java EE Glassfish-&gt; Tomcat 7.0

    Hi, I asked this question in Java beginner, but thought I would give it a shot here too:

    Sorry if someone already answered this, but if I'm developing a java application using glassfish, can I then deploy it on my Web host serving apps on tomcat.

    IE: I can deploy my application derived from glassfish server to tomcat server and if so, how.

    It is also easy to change the serttings of server in netbeans for tomcat?

    Royd wrote:
    Thanks again r035198x

    I know it's hard to tolerate us noobs, as they say, I've been developing for 30 years, but have only come back to JAVA, but some of the technology is passing me quickly.

    I read it but it did not have much sense and still does not work to a certain extent, I'm a slow learner.

    I wanted to try it. but then discovered my hoster only serves tomcat apps. So, I'm in trouble.

    Maybe you can suggest some good tuts for Tomcat which will allow me to create a dynamic site using Java, Netbeans & MySQL, it will be a similar application as described above.

    Thanks again and thanks for your patience.

    Don't multipost man, you now have ongoing discussions in two places. The only thing you will get with people making me nervous and get one or all your threads locked; the mods are too lenient with people who break the rules.

    In any case, using spring or window may be a good way to do. You don't have to use the full feature JEE set; If you stick to these frameworks offer (combined with for example an APP for persistence), you can deploy your application on any available Java Server.

  • TypeError: gBrowser.contentDocument is not defined

    This error happens on my wife with Windows 7 pc and the Pogo site. I uninstalled java and re-installed. restarted and also site active java error message and nothing found. someone has an idea

    I tried your safe mode also but without success. I also went to Pogo.com because it is on their site. They suggested back to Java version 6.32 indicating that they had several complaints about the version 7.0 and worked on this subject. They concluded that if this doesn't work try IE9 also.
    so far, it seems to work for now. I can publish their response if you wish
    Thanks for the reply and have a nice day.

  • A method that runs when an application is called in the foreground?

    Just back to Java after a year of Action Script only and trying of don't forget do not put "var" in front of my variables. In any case, I remember to do that just do not remember how. My application runs in the background, how do I run a power supply... uh... method every time that the application is in the foreground? I use a right headphone?

    Yes, that's correct.

  • Signature problem

    I have a problem bizarre signature.

    I got signiong of blackberry keys, but whenever I try to sign the project or creating a package, he signed only a few files and it is 1 or 2 files left that never gets signed and remains stuck at "receiving Response.

    What's worse is that whenever I try it is another file that is stuck, but not all have signed them.

    Hi Mark,

    I finally solved the problem by UN-install the JDK 1.7 and all facilities for java 7.0 partner.

    and back to Java 6.0 and JDK 1.6.

    But with Java 7 do not work your updates on 18 October.

    I have indigo eclipse and Java plug-in Helios eclipse on windows 7.

    I have redwonloaded and r-installed all of your updates, but nothing has worked with Java 7 and jdk 1.7.

  • Select the data in a table and update in another table

    Dear experts,

    create the table TB_ENCRYPT

    (

    Identification number,

    Varchar2 (200) KEY

    );

    INSERT INTO TB_ENCRYPT VALUES(1,'HJUVHDUIFBSDGVU');

    SELECT * FROM TB_ENCRYPT;

    1 HJUVHDUIFBSDGVU

    create TABLE users)

    username, NUMBER of

    password VARCHAR2 (200)

    );

    Insert users

    values (1, 123 # "")

    Insert users

    values (2, 456 #')

    Select * from users;

    1 123 #.

    # 2 456

    I want to select the data KEY for table TB_ENCRYPT column and update in the column of tables for the respective key user password

    TB_ENCRYPT table contains only a single key value. Comparing this key, I want to update the old value of the key to the new value.

    For encryption and decryption I followed the java class method.no is worried about that.

    create or replace

    PACKAGE PCK_ENC AUTHID CURRENT_USER AS

    FUNCTION DECRYPT (VARCHAR arg0, arg1 VARCHAR) AS VARCHAR BACK LANGUAGE JAVA NAME 'Encrclass.decrypt (java.lang.String, java.lang.String) return java.lang.String ';

    FUNCTION ENCRYPT (VARCHAR arg0, arg1 VARCHAR) AS VARCHAR BACK LANGUAGE JAVA NAME 'Encrclass.encrypt (java.lang.String, java.lang.String) return java.lang.String ';

    END;

    SELECT PCK_ENC. ENCRYPT('1234','HJUVHDUIFBSDGVU') FROM DUAL;

    HERE,

    1234 - is the password of the users table column data

    HJUVHDUIFBSDGVU - represents the key of table TB_ENCRYPT column data.

    Comparing this key, I want to update the old value of the key to the new value.

    I tried with this method

    declare

    cursor c1 is

    Select the key

    of TB_ENCRYPT

    where id = 1

    update the id;

    Start

    for c1_rec looping c1

    update users

    password is PCK_ENC. Encrypt (Password, Key)

    the location being c1;

    commit;

    end loop;

    end;

    /

    Help, please

    You can use the MERGE statement.

    merge into users
    using tb_encrypt
       on (id = userid)
      when matched then
          update set password = PCK_ENC.ENCRYPT(password,key);
    

    And why you encrypt your password. This isn't a good idea. Just password hash.

Maybe you are looking for

  • Can broadcast is more internet radio?

    I can no longer stream internet radio after updating to the latest version of iTunes. I have download the stream on my site of selected radio and always get a file as .m3u. When I double click on it, it is imported into my iTunes library under a new

  • fatal error

    dxva2. Dill Why is happening to my pc? cause I got the proglem in my Skype account? Thank you good understunding

  • Microsoft KB 2272691 and KB 982110 - missing security update language bar

    Hello. After installing the updates mentioned my language bar has disappeared from the taskbar. All attempts to bring him back was not working. After uninstalling updates came back. Running Windows 7 prof 64 bit

  • Good battery for Pavilion dv7 211TX

    Hi all I have a dx7 2112TX Pavillion, with a battery is no longer supported. There are two stickers on the existing flat, one advising me to replace it with a battery 480385-001 and another advising me to replace it with a 516355-001. Is there a bett

  • Infected computer - unable to end csrss.exe and winlogon.exe in the Task Manager

    original title: Trojan horses and worms: _ in my pc win 7 when I run the task mngr I see to the process without all the properties and descriptions and I cannot put an end to these processes, how do I know that they are infected, the processes are 1: