Jre 1.3.1_01 Damaged Download

I have uninstalled and deleted files and attempted to download and reinstall 4 times.
Each time i reboot after every step. I can't seem to get the java plug in to connect properly.
This is the error i get when i attemp to log into the host.
Java(TM) Plug-in: Version 1.3.1_01
Using JRE version 1.3.1_01 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Rose
Proxy Configuration: no proxy
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
q: hide console
s: dump system properties
t: dump thread list
x: clear classloader cache
0-5: set trace level to <n>
JTS-Applet: Source dir is c:\IBJts\
JTS-Applet: Started on 12/9 at 10:39
JTS-Applet: Build 742.2, 2001/12/04 09:50
JTS-Applet: applet = true
JTS-Applet: host = gw1.ibllc.com
JTS-Applet: remotePort = 4000
JTS-Applet: localPort = 0
AWT-EventQueue-1: username = Smrose1
AWT-EventQueue-1: Connecting
JTS-Login: Creating socket
JTS-Login: Local port=1234
JTS-Login: Peer=4000
JTS-Listener: Closing socket
JTS-Listener: Redirecting to gw3.ibllc.com on port 4000
JTS-Listener: Connecting
JTS-Login: Creating socket
JTS-Login: Local port=1236
JTS-Login: Peer=4000
JTS-Listener: The socket is broken
JTS-Listener: Closing socket
JTS-Listener: Connecting
JTS-Login: Creating socket
JTS-Login: Local port=1237
JTS-Login: Peer=4000
JTS-Listener: The socket is broken
JTS-Listener: Closing socket
JTS-Listener: Connecting
JTS-Login: Creating socket
JTS-Login: Local port=1238
JTS-Login: Peer=4000
JTS-Listener: The socket is broken
JTS-Listener: Closing socket
JTS-Listener: Connecting
JTS-Login: Creating socket
JTS-Login: Local port=1239
JTS-Login: Peer=4000
Can someone tell me what i am doing wrong?

You may be using the wrong copy of the jre install .exe....that causes 99% of problems. What is the size of your download file. Is it 5 meg in size?
[email protected]

Similar Messages

  • Jre 1.3.1_01 Self extracting for Solaris.

    Im in the middle of making an app for college (Part of my final year project)
    Basically I want to install the JRE 1.3.1_01 onto the PC for the app, but I need this process to be transparent to the user installing it.
    I have opened the
    JRE 1.3.1_01.sn
    in the script we get the followign
    #!/bin/sh
    PATH=/usr/bin:/bin
    libthread_path=
    more <<"EOF"
    **agreement text**
    EOF
    agreed=
    while [ x$agreed = x ]; do
    echo
    echo "Do you agree to the above license terms? [yes or no] "
    read reply leftover
    case $reply in
         y* | Y*)
         agreed=1;;
         n* | n*)
    echo "If you don't agree to the license you can't install this sofware";
    exit 1;;
    esac
    done
    outname=install.sfx.$$
    trap 'rm -f $outname; exit 1' HUP INT QUIT TERM
    echo "Unpacking..."
    tail +276 $0 > $outname
    if [ -x /usr/bin/sum ] ; then
    echo "Checksumming..."
    sum=`/usr/bin/sum $outname`
    index=1
    for s in $sum
    do
         case $index in
         1) sum1=$s;
         index=2;
         2) sum2=$s;
         index=3;
         esac
    done
    if expr $sum1 != 32212 || expr $sum2 != 30194 ; then
         echo "The download file appears to be corrupted. Please refer"
         echo "to the Troubleshooting section of the Installation"
         echo "Instructions on the download page for more information."
         echo "Please do not attempt to install this archive file."
         exit 1
    fi
    else
    echo "Can't find /usr/bin/sum to do checksum. Continuing anyway."
    fi
    chmod +x $outname
    echo "Extracting..."
    ./$outname
    if [ -n "$libthread_path" ] && [ -f "$libthread_path/`uname -r`/libthread.so.1" ]; then
    echo "Making libthread links"
    ln -s `uname -r`/libthread.so.1 $libthread_path/libthread.so.1
    ln -s libthread.so.1 $libthread_path/libthread.so
    fi
    echo "Done."
    rm -f $outname
    exit 0
    Basically I have changed more at the very top, to cat, which displays the entire agreement, and I made the agreed variable equal 1, so the installer always agrees to the licence text.
    The problem is with the checksum I keep getting errors, mainly about the file being corrupt and it not liking that.
    By removing
    if expr $sum1 != 32212 || expr $sum2 != 30194 ; then
         echo "The download file appears to be corrupted. Please refer"
         echo "to the Troubleshooting section of the Installation"
         echo "Instructions on the download page for more information."
         echo "Please do not attempt to install this archive file."
         exit 1
    fi
    else
    It skips and goes straight to the install but installs garbage . Any suggestions on making it work. I plan to package up the changed Script and put my own checksum onto it, and incorporate it into my overall project.

    Problem is simple, your failing MD5 check for file.
    Since this is not legal what you doing, so I will not tell you work around
    HtH :)

  • JRE 1.3.1_01 Inconsistencies

    Until 8/28/01 our plug-in based applet worked well. Users would connect to the containing page (generated with htmlconverter) and their browser would download JRE 1.3.0 as specified.
    Now users are handed JRE 1.3.1_01 by the same code. That would basically be fine if we could find any information about 1.3.1_01 on Sun's web site.
    (1) Why did the htmlconverter-generated code stop working as advertised?
    (2) Why can I not download 1.3.1_01 from Sun's site manually? There should be consistency! If you force my users' browsers to retrieve a version automatically, let me download it manually to provide support.
    (3) Why were these changes made without consulting or at least informing the developer community?
    A few years ago I pushed hard to incorporate Java into the design of an enterprise-scale product. Issues like this one are effectively eroding my confidence in Java as a reliable tool on which to build solutions.
    I don't care who at Sun fixes problems like this one. It needs to be done better and faster. There is no excuse for ruining what would otherwise be a solid offering.

    We're having the same issue. Our HTML is coded to install the 1.3.0 plug-in if one isn't yet installed on the machine. However, we noticed late last week that the 1.3.1_01 was installing in it's place (I wasn't notified of this 'til today).
    Our object tag is as follows:
    <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width=100% height=100% align="middle" vspace = 0 hspace = 0 codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0">
    This matches Sun's documented location of the .cab file for installation.
    We've also tried to find information on the 1.3.1_01 version, but to no avail. Our only problem is that we're currently testing our app with 1.3.1, only to find out that some of our customers are inadvertantly getting 1.3.1_01.

  • Tried to check on updates for CS6 64 bit - Received message saying application manager may be damaged - download and install new copy - when I try this I receive message ERROR 404 I have a PC - any help would be gratefully received - thanks - William

    Tried to check on updates for CS6 64 bit - Received message saying application manager may be damaged - download and install new copy - when I try this I receive message ERROR 404 I have a PC - any help would be gratefully received - thanks - William

    reset your preferences:
    dreamweaver:  http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html
    flash:  http://helpx.adobe.com/flash/kb/re-create-preferences-flash-professional.html
    indesign:  https://forums.adobe.com/thread/526990
    lightroom:  http://www.lightroomforums.net/showthread.php?14226-Resetting-%28or-Trashing-%29-the-Light room-Preferences-file
    photoshop:  https://forums.adobe.com/thread/375776
    if that fails, uninstall ps, clean (Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6) and reinstall.  then use the manual updates.

  • Datek Streamer does not work with JRE 1.3.1_01

    I am unable to load the Datek Streamer applet (www.datek.com) when using the JRE 1.3.1_01. I have tried using the JRE with Internet Explorer 5.5 SP2, Netscape 6.2, and Mozilla build 2001112104. In each case, the message "Java applet loading" appears in the space where the applet should display. Then the message disappears, leaving just a blank display area. This problem does not occur with Internet Explorer 5.5 SP2 using the Microsoft JVM.
    Any suggestions?

    Glad to see I'm not the only one. I've tried JRE 1.4 beta3 on NS 6.2.1 and datek streamer does not work on that setup either. Read through a bunch of the forums and looks like there are some related issues. The two I saw crop up the most were NS 6.x internal embedding issue and a LiveConnect security hazard issue. Not sure if anybody figured out a permanent solution though.
    Running Win2K, NS 6.2.1, JRE beta 1.4. Datek Streamer applet dies right after it loads the last file (usually the datek logo gif).
    If anyone finds a solution/patch please post.
    Thanks

  • Ikernal error installing JRE 1.4.1_01

    NLX Gateway 733 mHz;128 megs memory, Intel motherboard
    20 gig hardrive
    FDisk hard drive
    reformated hard drive using W_xp defaults
    Update this XP professional online with all critical updates as of today 2/27/03
    Problem starts when during the installation of 1st piece of software I go to install.
    Java runtime engine SE ver 1.4.1_01
    upon downloading it proceeds to install itself
    Error: IKernal.exe
    The instruction "0x771c741a" referencing memory at "0x001633f0" The memory could not be read
    What caused this?
    What are the consequences of this?
    I exited the error.
    I check and the Java runtime engine is install.
    The demo package for the Java engine seem to be functioning/working.

    I had the exact same error installing JDK 1.4.1_02 (02 not 01!) on Windows XP Professional.
    I launched some application using the JDK 1.4.1_02 java, and everything appeared to work, similar to what you said.
    I had installed JDK 1.4.1_01 in the past, and don't remember getting that error message.

  • Whenever i try to install creative cloud a prompt appears saying " adobe quit unexpectedly, its missing or damaged download a new one.. when i do it just says the same thing! how do i fix this

    whenever i try to install creative cloud a prompt appears saying " adobe quit unexpectedly, its missing or damaged download a new one.. when i do it just says the same thing! how do i fix this

    Jprice000 what operating system are you using?  Has the Creative Cloud Desktop application worked previously?
    I would recommend utilizing the steps listed in Error "Failed to Install" Creative Cloud Desktop application - http://helpx.adobe.com/creative-cloud/kb/failed-install-creative-cloud-desktop.html to reinstall the Creative Cloud Desktop application.

  • Updates for Java 2 Runtime Enviroment V1.4.2_08 and Java JRE 1.3.1_01

    Hello everyone,
    Thanks again for your help, I have a different question, because in my windows 2003 I have 2 versions, (I suppose)
    Java 2 Runtime Enviroment V1.4.2_08 and
    Java JRE 1.3.1_01 (Java 2 Runtime Environment Standard Edition v1.3._01)
    Anyeone here, that might help me to find out the difference, or JRE 1.3.1_01 is just an old version of V1.4.2_08. Thanks a lot!

    To answer " Anyeone here, that might help me to find out the difference, or JRE 1.3.1_01 is just an old version of V1.4.2_08. Thanks a lot!"
    Yes. 1.3.1_01 is very old, and 1.4.2_08 contains all the fixes/features/changes that are in 1.3.1_01. There is considerable change between the two.
    You are going to have to do some work to figure out the differences if that is your intention.
    Each family release moves the code base forward, containing all the features/fixes from the previous family.
    1.4.2 introduced new features, and had many, many fixes. Each 1.4.2 update has release notes that list the changes that you can find and read.
    Consider moving to 1.7
    Have fun!
    -Roger

  • JavaWebStart JRE 1.4.2 auto-download installer sample

    Environment: WinXP - Pro SvcPack2, jdk1.5.0_08
    I am a JAVA newbie attempting to learn more. In trying to learn more about the JRE auto-download installer, I tried to build the sample installer using the README found in the jdk1.5.0_08\sample\jnlp\jreinstaller directory as a guide -- without success.
    I went the GNU website and got a copy of "gnumake". I then went to the jreinstaller\build\win32\jreinstallers directory and ran 'gnumake'. I got the following error;
    process_begin: CreateProcess(NULL, uname, ...) failed.
    process_begin: CreateProcess(NULL, uname, ...) failed.
    process_begin: CreateProcess(NULL, uname, ...) failed.
    for i in j2re1_4_2/GNUmakefile ; do \
    echo ">>>Recursively making "$i" "all"..."; \
    C:/Program Files/Java/jdk1.5.0_08/sample/jnlp/jreinstaller/build/win
    32/gnumake -f $i bundle || exit 1; \
    echo "<<<Finished Recursively making "$i" "all"." ; \
    done
    i was unexpected at this time.
    gnumake: *** [all] Error 255
    I "assume" the problem I am having is a "setup" issue. Can anyone help point me in the right direction to compile this.
    Thank you!!!

    Well, I got over one hurdle by using a SUN document that describes setting up the environment for building a JDK under Windows.
    I am using the Cygwin command binaries for compilation.
    Now when I try to build the sample, I get the following error;
    C:\Program Files\Java\jdk1.5.0_08\sample\jnlp\jreinstaller\build\win32\jreinstallers>C:\cygwin\bin\make all
    for i in j2re1_4_2/GNUmakefile ; do \
    echo ">>>Recursively making "$i" "all"..."; \
    /usr/bin/make -f $i bundle || exit 1; \
    echo "<<<Finished Recursively making "$i" "all"." ; \
    done
    Recursively making j2re1_4_2/GNUmakefile all...make[1]: Entering directory `/cygdrive/c/Program Files/Java/jdk1.5.0_08/sample/jnlp/jreinstaller/build/win32/jreinstallers'
    cl /IC:/Program Files/Java/jdk1.5.0_08//include /IC:/Program Files/Java/jdk1.5.0_08//include/win32 -c -o bin -Fobin/WindowsInstaller.o ../../../src/win32/jreinstallers/WindowsInstaller.c
    make[1]: *** [bin/WindowsInstaller.o] Error 53
    make[1]: Leaving directory `/cygdrive/c/Program Files/Java/jdk1.5.0_08/sample/jnlp/jreinstaller/build/win32/jreinstallers'
    make: *** [all] Error 1
    Any idea what the 'Error 53' means?

  • JRE 1.4.1 auto-download URL?

    If it is available, what is the "codebase" URL for the auto-download of JRE 1.4.1 for use in the <object> tag?
    Thanks all,
    Mark

    I found it:
    http://java.sun.com/products/plugin/autodl/jinstall-1_4_1-windows-i586.cab#Version=1,4,1,0

  • Yosemite requires an update to JRE 8.0. I downloaded and installed but it still gives a message to download an install.

    After updating to Yosemite I keep getting prompts to update the Java Run Time Environment to version 8. After downloading and installing the update I am still getting the message as if the JRE is not there. Also, I cannot find it in the Applications Folder.
    Help.

    You might try installing the JRE7 version.  JRE8 is the latest version but there seem to be problems.  See the thread at https://discussions.apple.com/thread/6618044
    The JRE7 install is a manual one (see link in that thread).

  • Downloading 64-bit Windows JRE-"64-bit Windows offline download" not found

    I am trying to download and install the latest JRE for Windows 2008 R2 Server (x64).
    When I go to Java's manual download page:
    http://www.java.com/en/download/manual.jsp
    it does not appear to distinguish between 32-bit (x86) and 64-bit (x64).
    The FAQ on this page:
    http://www.java.com/en/download/faq/java_win64bit.xml
    says this:
    You can manually update Java on 64-bit Windows by running the latest Java 64-bit offline installer
    Follow these instructions for installing 64-bit Java on your system.
    Choose the 64-bit Windows offline download. The File Download dialog box appears.
    So - where is the "latest Java 64-bit offline installer"?
    Thanks,
    Chuck

    Java.com will not provide the 64bit JRE if the visitor is not using a 64bit browser. Windows IE on Vista/Win7 64bit OS's defaults to 32bit IE. If one downloads the 64bit installer, installs and then launches the 32bit IE, there will not be a plugin. Users then gets very confused.
    Use a 64bit browser, java.com will offer the 64bit JRE.
    http://www.java.com/en/download/faq/java_win64bit.xml#Java%20for%2064-bit
    -Roger

  • Specific version of jre in .jnlp file and downloading from local server

    Hi,
    I have couple of questions regarding the specific version of jre in Java WebStart.
    1) I have specified the jre version in .jnlp file as below.
    <resources>
    <j2se version="1.3.1_02"/>
    </resources>
    When I saw the File/Preferences/Java of Java WebStart installation, there is an entry with the "Product Version" value as 1.3.1_02 as I installed jre also before launching my application. Still it complains as,
    The application has requested a version of the Java 2 platform (JRE) that is currently not locally installed. Java Web Start was unable to automatically download and install the requested version. The JRE version must be installed manually.
    Error Code 11 (11 Could not locate requested version) returned from server when accessing resource: (http://java.sun.com/products/autodl/j2se, 1.3.1_02)
    When it is there already, why it is trying to get from the Sun's site.
    2) I want Java WebStart to download the specified version of jre from my local server, I specified this in the following way,
    <resources os="Windows">
    <j2se version="1.3.1_02" href="http://host:9095/j2re-1_3_1_02-win.exe"/>
    </resource>
    I got the error saying,
    Bad MIME type returned from server when accessing resource: (http://host/j2re-1_3_1_02-win.exe, 1.3.1_02) - application/octet-stream. where host is my server name. What I need to do here.
    Can I have multiple resource tags one for each os.
    Help is highly appreciated.
    Thanks,
    Sreedhar.

    Hi Sreedhar,
    There are some other useful threads in this forum on this topic:
    the "Automatically Installing the IBM JRE 1.2.2" thread has tips from somebody who's put together auto-download of JREs from his own web site:
    http://forum.java.sun.com/thread.jsp?forum=38&thread=71061
    Also, the behavior of the j2se tag is discussed a little in the "Using a specific JRE" thread: http://forum.java.sun.com/thread.jsp?forum=38&thread=158075
    The first step is to add an href attribute to your j2se tag. I was just experimenting with this this afternoon,
    and it appears that unless that href is specified (even if it's the java.sun.com default autodl URL!) JWS will not properly check locally-installed 1.3.1 JREs. Once you include Sun's autodl URL as an href, JWS will at least properly enforce the product version among locally-installed JREs. Of course, Sun doesn't actually include 1.3.1 in its autodl section, so it won't download it for you, but it will enable checking of the JREs already installed.
    The second step is downloading JREs from your own web site, which is more complicated and explained better by other messages in the forum. But basically, JWS is not simply looking for a .exe installer for a particular JRE. It hits the webserver with a query and expects the webserver to give it back an installer's JNLP file. Look at the referenced threads for more details.
    Jim

  • Damaged download Airport Extreme 3.1.1

    Hello,
    twice I did download Firmware Update to 3.1.1 for Airport Extreme (Ufo), and twice, when tryed to open, told me the downloades .dmg to be damaged or corrupt and posibly will damage my Mac OS. So I put it to trash an tried again, same procedure ...
    Can you help, please?

    Try posting in the regular Airport Extreme area. This area is intended for users and potential users of the new, boxier Airport Extreme that supports 802.11n.

  • JRE 1.3.1 Damaged

    Windows 98, PIII, 128Mb of RAM, IE 6.01
    When I install the Java Run Time Enviroment 1.3.1, it says the files are damaged. Then it wont load my web application. I tried uninstalling Java and reinstalling, but no luck. I also tried turning off the Java Compiler in IE Options.
    Any ideas?
    Thank you for your help.

    Try downloading again and running the new installation.

Maybe you are looking for