URL for Solaris SunSoft JDK 1.2.1_04

Hi:
I trying download SunSoft JDK 1.2.1_04 for WL 5.0.1 for Solaris
can't find it.
Can anyone provide it ?
Thank You
David L. Wasler
[email protected]

Found it
Thank You
DAvid L. Wasler
David L. Wasler wrote in message <[email protected]>...
Hi:
I trying download SunSoft JDK 1.2.1_04 for WL 5.0.1 for Solaris
can't find it.
Can anyone provide it ?
Thank You
David L. Wasler
[email protected]

Similar Messages

  • URL for SunSoft JDK 1.2.1_04 download

    Hi:
    I trying download SunSoft JDK 1.2.1_04 for WL 5.0.1
    can't find it.
    Can anyone provide it ?
    Thank You
    David L. Wasler
    [email protected]

    Hi David.
    Try the following link:
    http://www.sun.com/software/solaris/java/download.html
    1.2.1_04 is near the bottom of the page.
    Regards,
    Michael Young
    BEA Systems.
    "David L. Wasler" wrote:
    Hi:
    I trying download SunSoft JDK 1.2.1_04 for WL 5.0.1
    can't find it.
    Can anyone provide it ?
    Thank You
    David L. Wasler
    [email protected]

  • Javasoft vs. sunsoft JDKs

    Can anybody clue me in on the differences between javasoft and sunsoft JDKs.
    According to the platform certification detail, Javasoft is specified for
    some platforms, Sunsoft for others.
    I am trying to do an install on a SPARC platform w/ Solaris 8, which already
    has a Java2 installation. When I do a java -version, I get the following
    detail...
    java version "1.2.1"
    Solaris VM (build Solaris_JDK_1.2.1_04c, native threads, sunwjit)
    Is this the Javasoft or Sunsoft JDK??? The platform certification detail
    indicates that Sunsoft JDK 1.2.1_04 is required for this platform, and I
    think I MAY be in compliance, but I'm not sure.
    Any help or insight is appreciated.

    Steve Schroeder wrote:
    Can anybody clue me in on the differences between javasoft and sunsoft JDKs.
    According to the platform certification detail, Javasoft is specified for
    some platforms, Sunsoft for others.
    I'm not 100% sure, but it use to be javasoft releases are reference
    implementations & sunsoft releases are
    production implementation.
    >
    I am trying to do an install on a SPARC platform w/ Solaris 8, which already
    has a Java2 installation. When I do a java -version, I get the following
    detail...
    java version "1.2.1"
    Solaris VM (build Solaris_JDK_1.2.1_04c, native threads, sunwjit)
    Is this the Javasoft or Sunsoft JDK???Sunsoft JDK.
    The platform certification detail indicates that Sunsoft JDK 1.2.1_04 is
    required for this platform, and I
    think I MAY be in compliance, but I'm not sure.
    Yes, you are on certified JDK.
    Kumar
    >
    Any help or insight is appreciated.

  • JRE/JDK 1.1.6 for solaris

    Hi,
    I was looking for JRE/JDK 1.1.6 for solaris download, but it seems Sun has kept upto JRE/JDK versions 1.1.7 on the site. If anybody knows any URL, where they may have it archived, pls let me know
    Regards
    -- Amit

    Hi there,
    you can download jdk 1.1.6 from
    http://java.sun.com/products/jdk/1.1.6/
    there are versions for both the windows and solaris platforms.
    hope this helps,
    PSChan
    PSChan - Sun Microsystems

  • JDK 1.5.0_08 for Solaris 10 Intel 64 bit

    Hi,
    I need the JDK 1.5.0_08 installation for Solaris 10 running on an Intel 64 bit machine.
    I searched the Sun site for this but I can't seem to find it and I don't know if it exists.
    Ideally I require JDK 1.5.0_08 but if it doesn't exist I can move up versions.
    Any ideas?
    Thanks
    Martin

    http://java.sun.com/products/archive/

  • Where can I download JRockit 6.0 (R27.6.0-50) JDK (64-bit) (for solaris)

    Where can I download JRockit 6.0 (R27.6.0-50) JDK (64-bit) (for solaris) ?
    This page indicates 27.6.5 - but that's not what all the products are certified with.
    http://www.oracle.com/technology/software/products/jrockit/index.html
    http://download.oracle.com/docs/cd/E13196_01/platform/suppconfigs/weblogic/cep_103.html
    http://download.oracle.com/docs/cd/E13196_01/platform/suppconfigs/weblogic/wloc103.html
    http://download.oracle.com/docs/cd/E13196_01/platform/suppconfigs/configs/oracle_ubl/oel40_103.html
    .

    Thanks Henrik. My question is for the same customer that Alex K. was asking about.
    The customer has pointed out that 6.5 != 6.0 , so according to the wording in the documentation, the "all later releases of 6.0" would not apply to 6.5 releases. So the customer would need a precise statement from JRockit product management stating that 6.5 releases are indeed to be included wherever there is a reference to "all later releases of 6.0".
    I did spend some time yesterday in MetaLink. Search Knowledge base -> Oracle JRockit for download gives 38 hits. I did find older versions of WebLogic Server in 763603.1, but nothing for JRockit. If there is another DocId with the JRockit downloads, what is it? Will I find JRockit 64 bit for Solaris 27.6.0 bundled in the WebLogic Server downloads? Guessing from the size of the downloads for Solaris 64bit (they are hundreds of MB smaller than other downloads) - it seems possible that the JVM is not included (I do not have a Solaris machine to install and check). Previously I had assumed the JVM was included, but then the customer wouldn't be asking where they can download from (unless they never bother to look what they installed).
    Michael.Reiche

  • Memory Leak in 8.1.6.0.1 JDBC/OCI for Solaris

    Hello,
    there is a memory leak in the 8.1.6.0.1 JDBC-OCI driver for solaris.
    The leak causes your jvm to eat up all memory
    if you reuse callable statements
    (calling one statement multiple times with
    different values).
    The thin driver has no such problem. Is
    there any fix available ?

    Ok. The code spans multiple classes and
    most of it comes from a customized version
    of the Enhydra Java Application server.
    I have a class called "StandardDBConnection"
    which caches CallableStatements and is a
    wrapperclass for java.sql.DBConnection. The
    interesting method here is "prepareCall":
    * Get a callable statement given an SQL string. If the statement is
    * cached, return that statement, otherwise prepare and save in the
    * cache.
    * @param sql The SQL statement to be called.
    * @return a new CallableStatement object containing the
    * pre-compiled SQL statement.
    * @exception java.sql.SQLException If a database access error occurs
    * statement.
    public synchronized CallableStatement prepareCall(String sql)
    throws SQLException {
    PreparedStatement preparedStmt;
    logDebug ("Prepare call: " + sql);
    validate();
    preparedStmt = (PreparedStatement)preparedStmtCache.get(sql);
    // Check if the object returned by the cache really is a
    // callable statement. if it is not, someone did call first
    // prepareStatement() and now prepareCall() with the same
    // sql. Silently replace the existing cache entry by a
    // callable statement in this case.
    if (preparedStmt instanceof CallableStatement) {
    preparedStmt.clearParameters();
    else {
    // Need to close the old PreparedStatement in case we have to
    // replace it with a CallableStatement
    if (preparedStmt != null) {
    preparedStmt.close();
    else if (preparedStmtCache.size() >= maxPreparedStmts) {
    String key = (String)preparedStmtCache.keys().nextElement();
    ((PreparedStatement) preparedStmtCache.remove(key)).close();
    preparedStmt = connection.prepareCall(sql);
    preparedStmtCache.put(sql, preparedStmt);
    return (CallableStatement)preparedStmt;
    The statements get closed when I close the
    connection:
    boolean closeStmts = true;
    // Close the prepared statements.
    Enumeration e = preparedStmtCache.keys();
    while (e.hasMoreElements() && closeStmts) {
    String key = (String)e.nextElement();
    try {
    ((PreparedStatement)
    preparedStmtCache.remove(key)).close();
    } catch (SQLException except) {
    // Ignore errors, we maybe handling one.
    closeStmts = false;
    log.write(Logger.NOTICE,
    "DBConnection[" + id + "]: " + url +
    "\nUnable to close statements. Continuing....\n");
    In my classes using database queries I just
    use the prepareCall method of DBConnection
    and do not have to care about anything.
    Works perfectly with the thin driver, but
    as soon as I switch to oci... :-|
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by JDBC Dev Team:
    Soda, Rupper,
    Do you mind posting some code that shows us what your code was doing when you notice this leak?
    Thanks.<HR></BLOCKQUOTE>
    null

  • XML Publisher 5.6 Standalone for Solaris

    When will this version be ready? I see the Windows and Linux versions are already t here.
    Message was edited by:
    naveeny

    Hi Naveeny,
    You can download any of these installs. It contains manual installation instructions that explain how to install on any platform. We currently do not plan to have an installer for Solaris, but I install most of the time manually myself. The installer installs its own oc4j instance and jdk.
    If you want to deploy on any existing application server you need to deploy manually anyway. Just download the cd unzip and read the install.htm or install.pdf.
    Hope that is acceptable to you.
    Klaus

  • JRE 6.0 update 1 for Solaris 10 sparc 64 bit

    Will jre 6.0 come out as a patch for Solaris 10 sparc? Or should I install it from the Java download site (http://www.java.com/en/download/manual.jsp)? I currently have jre 5.0.11 (patches 118666-11 and 118667-11).
    Thanks.....

    Will jre 6.0 come out as a patch for Solaris 10
    sparc? Or should I install it from the Java download
    site (http://www.java.com/en/download/manual.jsp)? I
    currently have jre 5.0.11 (patches 118666-11 and
    118667-11).Yes, it's out for 6u1, or should be out by now, as sparc (125136-01 & 125137-01)
    and x86 (125138-01 & 125139-01).
    You cannot patch your way from 5.0 to 6. You need to install the 6 packages, and then you can install the 6u1 patch. (or you could just install the 6u1 packages, and patch from that point onward).
    As to the later question, yes, there isn't a formal JRE patch, but SUNWj6rt is essentially the runtime component of the JDK, so if you just had SUNWj6rt & SUNWj6cfg installed, you would have the equivalent of a JRE, though it still would be installed in a JDK directory. If you have just those two packages installed, then you could use 125136-01 as a JRE patch, since it will only update what installed. Oh yes, I forgot about the 64bit component to the runtime, SUNWj6rtx. If you intend on running the JRE in 64bit mode (-d64), you'd need SUNWj6rtx as well.
    Dave
    Sun Microsystems
    Message was edited by:
    katleman

  • 64-bit WLS 11G for Solaris?

    I can not locate the 64-bit version of WLS 11G for Solaris. When I go to the download page all I see are 32-bit versions (at least they look like 32-bit version as denoted by the filenames such as wls1031_solaris32.bin).
    I have attempted to go through the e-delivery site but do not want to download a 21 part 11Gig file if it is not the correct one.
    I would appreciate any help at all.

    I am pretty confident that you need the 64 bit JVM for your platform, then you need to use the generic installer, this is based on how it has been done in prior releases.
    So you can find the available JVM's for your platform here:
    http://www.oracle.com/technology/software/products/ias/files/oracle%20fusion%20middleware%2011gr1%20(11%201%201%201%200)%20certification%20matrix.xls
    In this case that would be Sun JVM 1.6.0_11+
    OR
    JRockit 6 Update 5 R27.6.2+
    Then you should be able to run the generic installer here with that downloaded supported JDK:
    http://www.oracle.com/technology/software/products/ias/htdocs/wls_main.html
    I was not able to find anything specific on the documentation pages that described this process in detail, but you can always open a support case to get some assistance. I will check with the documentation team to see if that is going to be documented or already is.
    If you look at the 10gR3 releases, it shows how the generic installer is used, for example:
    http://e-docs.bea.com/platform/suppconfigs/configs/solaris/solaris10_103.html#104355

  • Oracle 9i for Solaris download

    For the past few days I have been trying to download Oracle 9i database for Solaris. I am having two problems
    1.) When I go to http://otn.oracle.com/software/content.html and select "9i Database", all I see is "<SCRIPT LANGUAGE="javascri".
    2.) I am able to get to the Oracle 9i download page by connecting to http://otn.oracle.com/software/products/ (instead of http://otn.oracle.com/software/products/oracle9i/software_index.htm ) but once I get to the 9i for Solaris download page the links act like they have invalid URL's.
    So that we may better diagnose DOWNLOAD problems, please provide the following information.
    - Server name
    - Filename : 901solaris_disk*.cpio.gz
    - Date/Time Mar 28 - 30 2002
    - Browser + Version : IE 5.00.3315.1000
    - O/S + Version : Windows 2000
    - Error Msg : "Can not find server or DNS error

    ramkumar swarnkar wrote:
    Can anybody let me know link to download oracle 9i software for solaris OSThe normal places to check for downloads are at http://download.oracle.com and http://edelivery.oracle.com
    If the software you look for is not at either of those places it is probably because they are outsiide 'normal' support status. In that case you need to contact either Oracle Support (if you have a valid CSI) or Oracle Sales (to get a CSI number) to get the software.

  • Veritas Netbackup Client 6 for Solaris 10

    Hi
    Can anyone tell me where I can download Veritas Netbackup client for Solaris 10. We had the netbackup client for solaris 9 running but then we did a clean install of Solaris 10.
    The netbackup server is running on an AIX server and I want to push the solaris client from there. We have separate license for all our clients running the netbackup agent but the netbackup server does not have the latest solaris 10 client. The AIX server do not have internet access, so I want to download the solaris 10 netback agent and put on the netbackup server.
    Need to know the URL where I can download the netbackup agent for Solaris 10.
    Many Thanks
    Pioneer

    Hi mcbrune1
    I've check on the services in the client and all 4 services were up and running. Than I realized that this client was hardened a few weeks back. So I checked on the /etc/hosts.allow file and added an entry to allow the Master server to communicate using bpcd.
    Now the Master server is able to see the client and everything seems to be working. Thanks for your help.
    Cheers

  • Where to find download for "Solaris cat" (crash analysis tool)

    Good afternoon,
    I have a machine that crashes regularly.
    Recently I have found that there is a tool, called "Solaris CAT", that can be used for analysiing crash dumps of Solaris machines.
    Unfortunately I can't find any download for this tool.
    Does anybody know the URL where Solaris CAT can be downloaded from?
    Thanks
    Dominique

    Hello,
    I'm afraid we're not there yet:
    *<machine_name> root#savecore -vd -f vmcore.0*
    savecore: bad magic number 8000
    And concerning "mdb":
    *<machine_name> root#mdb 0*
    *Loading modules: [ unix krtld genunix specfs dtrace ufs sd mpt px ldc ip hook neti sctp arp usba fctl md lofs zfs random nfs crypto ptm logindmux ipc ]*
    *> ::status*
    debugging crash dump vmcore.0 (64-bit) from <machine_name>
    operating system: 5.10 Generic_127127-11 (sun4v)
    panic message: Unrecoverable hardware error
    dump content: kernel pages only
    *> $c*
    vpanic(1096fe0, 2a100277730, 300014d0c40, 1, 0, 189c400)
    process_nonresumable_error+0x234(2a100277870, 1, 1, 40, 0, 1)
    ktl0+0x64(300078471d8, 0, 0, 0, 10000, 60026f6a0d8)
    poll_common+0x2a8(ffffffff7fffcc34, 600247c10a8, 2a100277ad0, 0, ffffffff7fffcc34, 3)
    pollsys+0xf8(ffffffff7fffcc34, 3, ffffffff7fff6980, 0, 2a100277ad0, 0)
    syscall_trap+0xac(ffffffff7fffcc34, 3, ffffffff7fff6980, 0, 110554, 0)
    *> ::panicinfo*
    cpu                1
    thread      300053b00a0
    message Unrecoverable hardware error
    tstate         e2001603
    g1                1
    g2          1096c00
    g3                1
    g4                2
    g5                2
    g6                0
    g7      300053b00a0
    o0          1096fe0
    o1      2a100277708
    o2                0
    o3                0
    o4                0
    o5      60021ec6000
    o6      2a100276dd1
    o7          111099c
    pc          1054250
    npc          1054254
    y                0
    => Does this mean that I need to replace CPU 1 (I thought that the problem was due to a memory board)?
    Thanks
    Dominique

  • Yahoo messenger for Solaris 10

    Is yahoo messenger available for download for SOlaris 10 x86 machine ??? If yes let me know the URL for download and installation procedure .. very grateful for the help ..
    http://messenger.yahoo.com/messenger/download/unix.html

    is there a client for YM phone on Solaris??
    I use Yahoo phone as my only phone and Win XP somehow refuses to work even after 4 re-installations and does not even show my network adapter. So, if I can find sth to work with Yahoo phone Solaris will be the only OS I need.
    BTW the nge0 works fine on Solaris and I am posting this from opensolaris.
    thanks everybody.

  • Software Express for Solaris 10 04/05. Whats in it?

    The title says it all, but could some one point me to a URL or tell me what's new in the currect release SE of Solaris 04/05.
    This is a general question, since I always have this problem to find out if it is worth downloading the monthly update, if they are no new or intersting features to play with.
    Thanks
    Andrew

    It is very sad to answer my own question, but i found the answer, so just in case any one else wants the answer:
    Software Express for Solaris @ docs.sun.com
    http://docs.sun.com/app/docs/prod/solaris.exp#hic
    Andrew

Maybe you are looking for

  • Strange behavior in TextEdit

    When I had a TextEdit document open, I realized that the file was in the wrong location (you can see the path by command clicking in the title bar), so I dragged the little proxy icon in the title bar to the correct folder in the Finder. Well the Fin

  • Adding Objects to ArraysLists (BlueJ)

    Hi, Below, I have created a Book class that allows books to be created, loaned out returned and displayed. The next phase in this assignment is to create an ArrayList in a seperate abstract class called Library. To store the objects created in Book c

  • Family Base vs My Verizon usage

    I'm having an issue with texts and calls showing up in Family Base for two days ago that aren't showing in MyVerizon. When I go to family base and click on a certain contact, there are texts and calls that show for 2 days ago, but it's not in the "al

  • I am looking for the image file that is used on the second monitor .

    Iam looking for the image file that is used on the second monitor when an app is in full screen mode.  not the NSTexturedFullScreenBackgroundColor.png as thats for the fullscreen background generally and not the one for the dashboard eather. I dont l

  • My computer crashed while gaming with some repeated sound and after that the no entry sign occured

    HI experts and pros, my computer has recently crash due to a game call leaque of legends. During the game, the game has crash, some awful sound occurred and I just force shut down. My Mac, after that my Mac occurred the no entry sign which stands for