WinXPHomeEdition -JRE autoinstall error -1.4.2_05

hai,
We are using the following code to download the JRE automatically.
============
<HTML>
<BODY>
Downloading Java WebStart...
<OBJECT CODEBASE="http://java.sun.com/update/1.4.2/jinstall-1_4_2_05-windows-i586.cab"
CLASSID="clsid:5852F5ED-8BF4-11D4-A245-0080C6F74284" HEIGHT=0 WIDTH=0>
<!-- Alternate HTML for browsers which cannot instantiate the object -->
<A HREF="http://java.sun.com/j2se/1.4.2/download.html">
Download Java Web Start</A>
</OBJECT>
</BODY>
</HTML>============
This code works with WinXP Professional Edition.
But,an error appears if tried on WinXP HomeEdition SP1 .
Internal Error 2755.1624http://java.sun.com/webapps/download/GetFile/1.4.2_05-b04/windows-i586/Java 2 Runtime Environment,SE v1.4.2_05.msi
Doesn't this work with WinXP Home Edition SP1 anymore?[                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

I removed all the other JREs and tried the autoinstall procedure.Now the JRE is downloaded and installed without problem.
But , during installation few other errors surfaced, but installing the JRE again was successful.
I could not find the real problem and probable solution for this!
I hope, you folks have the answer!
regards

Similar Messages

  • Launch after JRE autoinstall failed on HTTPS

    Hi, Andy et al:
    With your help I have successfully set up a autoinstall servlet on my own server, so when client doesn't have JRE 1.5 installed, it will go to our server to install it. Then it will launch the application.
    All work fine on http mode, but when I switch my web application to support HTTPS, which means all web transaction including JNLP will go through HTTPS.
    after a successful installation of JRE 1.5, the application failed to start without any error prompt, the web start log only print out three lines:
    Java Web Start 1.4.2_08 Console, started Mon May 02 17:57:58 PDT 2005
    Java 2 Runtime Environment: Version 1.5.0_02 by Sun Microsystems Inc.
    Logging to file: C:\Documents and Settings\yipking\Desktop\java.log
    This problem is hard to debug since it didn't leave any useful log message.
    Could you please help me on this?
    Thanks
    Kevin

    I just found out the following command line causes the problem, it is supposed to bring up the application but it only exited without any trace:(even if you run it from command line)
    java -Xms33554432 -X
    mx536870912 "-Djnlpx.jvm=C:\Program Files\Java\jre1.5.0_02\bin\java.exe" -Djnlp
    x.splashport=2708 "-Djnlpx.home=C:\Program Files\Java\j2re1.4.2_08\javaws" -Djnl
    px.remove=false -Djnlpx.offline=false -Djnlpx.heapsize=33554432,536870912 "-Djav
    a.security.policy=file:C:\Program Files\Java\j2re1.4.2_08\javaws\javaws.policy"
    -DtrustProxy=true "-Djnlpx.deployment.user.home=C:\Documents and Settings\yipking\Application Data\Sun\Java\Deployment" -Djnlpx.deployment.system.home=C:\WINDOW
    S\Sun\Java\Deployment "-Xbootclasspath/a:C:\Program Files\Java\j2re1.4.2_08\java
    ws\javaws.jar" -classpath ";C:\Program Files\Java\j2re1.4.2_08\javaws\javaws-l10
    n.jar" com.sun.javaws.Main "C:\Documents and Settings\yipking\Application Data\S
    un\Java\Deployment\javaws\cache\https\Dyipking\P443\DMdesktop\DMDesktopSer
    vlet\AMlaunch.null.DF8FE21CB197868FE783C9058BA62F2A.admin.jnlp"
    The jnlp file is:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp
    spec="1.0+"
    codebase="https://yipking:443/desktop"
    href="DesktopServlet/launch.null.07CAC46B4610A4C15605F12B4E0359E7.admin.jnlp">
    <information>
    <title>FNP 3.0</title>
    <vendor>FNP, Inc..</vendor>
    <homepage href="index.html"/>
    <description>FNP</description>
    <icon href="images/fnp.gif"/>
    <icon kind="splash" href="images/loading2.gif"/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.5.0_02" initial-heap-size="32m" max-heap-size="512m" href="https://yipking:443/desktop/DesktopServlet/getJRE"/>
    <j2se version="1.5" initial-heap-size="32m" max-heap-size="512m"/>
    <j2se version="1.4.2_02+" initial-heap-size="32m" max-heap-size="512m" href="http://java.sun.com/products/autodl/j2se"/>
    <jar href="res/appframe.jar"/>
    </resources>
    <application-desc main-class="fdn.Desktop">
    <argument>urlbase=https://yipking:443</argument>
    <argument>nmsroot=C:\PROGRA~1\FDNpx\</argument>
    <argument>cookie1=</argument>
    <argument>cookie2=07CAC46B4610A4C15605F12B4E0359E7</argument>
    <argument>username=admin</argument>
    </application-desc>
    </jnlp>
    Can someone please shed some light on this?
    It does look like a bug to me, but I don't know the workaround.
    Thanks
    Kevin

  • Forms 10.1.2.3 + Webutil + Sun plug-in (JRE) configuration error

    I am trying to configure webutil, my forms version is 10.1.2.3, with IE-8 and I am using Sun plug-in (JRE),
    I went through all the configuration steps in detail and checked several time but when i run webutel_demo form i get the bean not found error,
    oracle.forms.webutil.clientInfo.GetClientInfo bean not found. WEBUTIL_CLIENTINFO.
    GET_SYSTEM_PROPERTY will not work
    Seeks help,
    Thanks in advance.
    Abbas

    First, are you configuring Forms Builder to use WebUtil when you run a form from the builder or are you configuring your Application Server (AS)? The steps are the same, but it helps to know. :)
    It sounds like you either missed the step where you configure the default.env to include the full path to the frmwebutil.jar or you missed the step where you setup the [webutil] section of the formsweb.cfg. If you have completed these configuration steps, I have also seen (and experienced) where webutil couldn't find the .jar's until I added frmwebutil.jar to the [default] archive= variable. The other cause I've seen is not including the *?config=webutil* tag in your application url to instruct your AS/OC4J to use the webutil config section.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • I keep getting jre application error when launching a online live class

    Need help with fixing this problem.

    Refer to the JDK Installation Instructions. The error is discussed at the end. (The JRE Installation Instructions says refer to the JDK instructions for troubleshooting.)

  • JRE incompatability errors ???

    hi. I was using Java J2SE 1.4.2_01 to compile and run my Java code. Recently, I installed a version of IBM's voice toolkit to run VXML. When i installed the VXML toolkit, it said that i needed to install Java JRE 1.3. So i did. Ever since then, I have been getting error messages when i try to execute my Class files. I tried to fix this by downloading version 1.4.2_04, but this did not help.
    this is the error I am getting:
    A:\>java myApp
    Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
    has value '1.4', but '1.3' is required.
    Error: could not find java.dll
    Error: could not find Java 2 Runtime Environment.
    Any Help would be great...
    Thanks.

    hey that's very easy to solve that..
    Only thing you have to do is
    type regedit to start system registery
    then in that left pane browse by
    Click on
    HKEY_LOCAL_MACHINE --> SOftware--->JavaSoft--->
    Click on
    Java Runtime Environment
    Now on the right hand side pane you see Current version as 1.4 if you have installed previously JSDK1.4...
    Now you have to change it to 1.3 by clicking on it on right hand pane
    then your JRE start working as 1.3
    This problem is because you have later version installed first .
    This should surely work
    any other thing you would like to know can mail me at
    [email protected]

  • JRE version error

    Hi, i tried to deploy my webservice and got this error
    This class was compiled for a newer version of the JRE. Expected version 48.0, found 49.0.
    I've tried downgrading my JRE to 1.4.2 and then upgrade it back to 1.5.0 but it still display the same message.
    Any solutions?

    I'm using Standalone OC4J 10g 10.1.3
    This is the full Error:
    Operation failed with error:
    Error compiling :C:\Documents and Settings\041389c\Desktop\jdevstudio1013\j2ee\home\applications\MySecureWSApp-SecureWS-WS\WebServices: Error instantiating compiler: webservice artifact generation failed :oracle.classloader.util.AnnotatedClassFormatError : com/maxwell/secure/MyWebService1 (Unsupported major.minor version 49.0)
         Invalid class: com.maxwell.secure.MyWebService1
         Loader: MySecureWSApp-SecureWS-WS.web.WebServices:0.0.0
         Code-Source: /C:/Documents and Settings/041389c/Desktop/jdevstudio1013/j2ee/home/applications/MySecureWSApp-SecureWS-WS/WebServices/WEB-INF/classes/
         Configuration: WEB-INF/classes/ in C:\Documents and Settings\041389c\Desktop\jdevstudio1013\j2ee\home\applications\MySecureWSApp-SecureWS-WS\WebServices\WEB-INF\classes
         Dependent class: oracle.j2ee.ws.common.processor.modeler.wsdl.WSDLModeler
         Loader: oracle.ws.client:10.1.3
         Code-Source: /C:/Documents and Settings/041389c/Desktop/jdevstudio1013/webservices/lib/wsclient.jar
         Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\Documents and Settings\041389c\Desktop\jdevstudio1013\j2ee\home\oc4j.jar
         This class was compiled for a newer version of the JRE. Expected version 48.0, found 49.0.
    Deployment failed

  • JRE Installation Error

    I'm attempting to install Nortel's Symposium Call Center Server Client. When the installation gets to the point where it attempts to install the Java Runtime Environment ver 1.1 it gives an error stating" Jre.exe has generated errors and will be closed by Windows. You will need to restart the program. An error is being created." I'm running on Windows 2000 Pro SP2. Help.

    I got the same error message with Windows 2000 on Pentium 4. It was while trying to run a report writer which used a jre.exe version 1.1.7.
    This was working fine in Window NT. I seem to have had success (although not throughly tested) by replacing the jre.exe with a renamed version of java.exe from jdk1.3.

  • Eclipse JRE/JDK error

    Well, I've seen that many people have had this problem. Unfortunately, I believe most of the advice was for shells (w/ Linux). I'm using Windows Vista Ultimate (64-bit) (if this makes any difference).
    I downloaded eclipse and extracted to desktop. When I open up "eclipse" however, it gives me this error message:
    A Java Runtime Environment(JRE) or Java Development Kit(JDK) must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations: E:\UserName\Programs\eclipse\jre\bin\javaw.exe javaw.exe in your current PATH
    I have no idea how to fix this. I have JDK and JRE in a Java folder in C:\. I have gotten JCreator to work easily, but eclipse won't even open. Any help would be appreciated.

    New here too. I downloaded a music site, Limewise.com Pro and it gives me the same message. I can't even open it. I've got the Java JRE installed, I have the Limewise installed, but the two won't connect. Is it a firewall thing? How do I fix it? I paid for a music site I can't even open! HELP! I've spent hours and can't figure it out. I'm a non-techie. If you can tell me, please?
    Lanie

  • JRE.exe error in Oracle Forms 6i

    Anyone who encountered this error before and managed to solved the problem please assist me.
    I'm using Oracle Forms 6i Release XP taken from OTN download page installed in a Pentium 4 computer with Windows XP as an OS.
    Thank you

    Raymond,
    not sure if anybody has tested the Forms6i base release on XP, certification came with patch 13. maybe thats the origin of your problem.
    Frank

  • **Urgent**: GO_ITEM to pop-up CANVAS with IMAGE in Sun JRE gives error

    Our Forms 10g Environment is this: Forms [32 Bit] Version 10.1.2.0.2 (Production) using Sun JRE i.e. Java Plug-in 1.6.0_06
    Problem is that when we try to navigate to a canvas (from a Button) which has an IMAGE ITEM the form is exited. This happens in every form which has a canvas with an image.
    i.e. In Button, we have code: Go_Item('block123.button1'). Button1 is also in that pop-up canvas.
    Even GO_BLOCK gives the same result.
    If the image is in the same canvas as the button which has GO_ITEM code, then it works.
    Of course this whole things works fine in JInit. But we need to run in Sun JRE.
    Is this a Bug?? Any help would be greatly appreciated.

    christian erlinger wrote:
    Well, as you are on 10.1.2.0.2 I strongly suggest that you apply the latest Patchset (10.1.2.3) the latest CPU Patches and the latest merge Patches. A lot of focus related things are fixed in those patches.
    cheersI will do this and let u know thans.

  • Regarding JRE autoinstall, is this a bug?

    Hi
    JNLP spec says that we can put "+" and "*" in "j2se" tag, however, I found if I do
    <j2se version="1.4.2_02+" initial-heap-size="32m" max-heap-size="512m" href="http://java.sun.com/products/autodl/j2se"/>
    It works, but if I specify
    <j2se version="1.4.2_02+" initial-heap-size="32m" max-heap-size="512m"/>
    It won't recognize the already installed JRE which meet the requirement.
    It always try to download the Installer.
    Is this a bug?
    Thanks
    Kevin

    The spec says that without an href parameter, a j2se version is a "Platform version", not a "Product version" A product version is defined as a version of the java specification, so must be 1.3, 1.4, 1.5 etc. There is no such thing as the "1.4.2_07" java specification, that is a product version.
    You can use "1.4+" without an href, but that would allow anything from 1.4.0 on.
    /Andy

  • Jre.exe error

    I have pantium 4 system and win98 os, so when ever i start my webserver it shows "jre.exe illigle function",
    any one help me, how to solve this problem?
    Hameed

    Hi,
    which version of jre are you using? some earlier version JRE may have problem with pentium 4 system. (try using JRE 1.2.2_007 or later).

  • JRE detection error on MacOs

    Hi,
    I installed jre1.7.0_10 on macOS 10.7.5
    Installation is fine, and java for navigator is activated from Java system configuration.
    On Firefox :
    Java applet plug-in Java 7 update 10 is activated.
    the result of "www.java.com/en/download/testjava.jsp" is fine "Java is ok with Java SE 7 update 10 on MacOs X 10.7.5"
    But when I launch an applet, jre is not detected :
    test1:
    var platform = new dtjava.Platform(
              jvm : '1.7.0_10',
              javafx : '2.2.4+',
    alert(dtjava.validate(platform));
    gives : os=false, browser=false, jre=old, fx=ok,relaunch=false,Platform==Platform[jvm=1.7.0_10,javafx=2.2.4+,plugin=*,jvmargs=null]
    test2:
    var platform = new dtjava.Platform(
              jvm : '1.7+',
              javafx : '2.2.4+',
    alert(dtjava.validate(platform));
    gives : os=false, browser=false, jre=old, fx=ok,relaunch=false,Platform==Platform[jvm=1.7+,javafx=2.2.4+,plugin=*,jvmargs=null]
    test3:
    var platform = new dtjava.Platform(
              jvm : '1.6+',
              javafx : '2.2.4+',
    alert(dtjava.validate(platform));
    gives : os=false, browser=false, jre=none, fx=ok,relaunch=false,Platform==Platform[jvm=1.6+,javafx=2.2.4+,plugin=*,jvmargs=null]
    On Safari: Always jre=none
    Do you know what happens with jre detection ?
    Thanks

    Could you try the deployJava.js produced by the FX packager in JDK 7u10?
    P.S. according to the issue, the guys at Oracle updated the script, so maybe it will work now..

  • Java Plug-in 1.5.0_06 Error JRE notinited

    Uninstalled all JRE versions. and downloaded the previous offline install packets from:
    http://java.sun.com/products/archive/
    JRE 1.5.0
    JRE 1.5.0_1
    JRE 1.5.0_2
    JRE 1.5.0_3
    JRE 1.5.0_4
    JRE 1.5.0_5
    JRE 1.5.0_6
    ,Installed them one after the other due to I read somewhere they recommend you keep all your JRE versions. Keep getting that error JRE notinited error on the brower status bar when I run the verify installation proccess at
    http://java.com/en
    JRE 1.4.1_02 an older version works if I uninstall all the newer versions and leave this version.
    None of the browser installed seem tow ork with the JRE 1.5 ect.
    I have IE 6, Netscape 7.2,. Firefox 1.5 all will not load applets and get that verify install red x for failing to load.
    Below is what I get in the Java Log.
    I
    Java Plug-in 1.5.0_06
    Using JRE version 1.5.0_06 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Darrel Decal
    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
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class jreCheck.class not found.
    java.lang.ClassNotFoundException: jreCheck.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    Exception in thread "Thread-4" java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletException(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NullPointerException
         at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
         at sun.plugin.AppletViewer.showAppletStatus(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Some People claim that Norton programs might interfere, I disabled them even went as far to uninstall them which takes a long time.. to uninstall and install them back.
    I even went as far as a clean systems install of windows XP sp2 Home Edition and th en tried to update to Sun Java and still got the red X basically saying something wrong with install. But nothing every says its wrong when you run the offline installation. Just when you go back to the website to veriffy jjava is installed.
    To be able to use my subsciption I pay for on Pogo.com to play games that require applets I had to enable the MSJava in Internet Explorer and disable the box of the Sun Java applet version whatever you have installed to have Runtime Environment.
    If you don't have the MS Java on your Internet Explorer Advanced Options you can get it at this address:
    http://www.microsoft.com/mscorp/java/
    Go figure. I thought Sun Java would be more better which I had working before have no clue why it stopped working and those errors come up when trying to play games that require the use of the java applet.
    Was hoping other java users who have figured out why it stopped can tell me what to look for to alter so I can change back to sun Java.
    The Sun Java works great with other applications just not the applets.

    The same problem happened to me. When upgrading from JRE 1.5.0_5 to JRE 1.5.0_6, suddenly no applets would load, and all I could see was the little red X.
    I tried to change proxysettings (I dont use a proxy, but it is told at http://www.java.com/en/download/help/redximage.xml that it is due to wrong proxy-settings). It didn't help.
    I tried to turn off zonealarm. It didn't help.
    I tried to clear the browsers cache. It didn't help.
    I have been using both Firefox 1.5, and IE6. None would load the java-applets.
    So I uninstalled all older JRE versions and installed JRE 1.4.1_02. It worked!
    I then tried to upgrade to JRE 1.5.0. It didn't work.
    Now I am back at JRE 1.4.1_02 without knowing why I had to downgrade through 6 versions that through the last year or so has been working fine on my machine.
    I have no idea why it suddenly wouldnt work with the newer versions.
    Any ideas?
    Thank you.

  • Windows Vista 64 bit service error on iCloud

    I am running Vista 64 bit and trying to log into iCloud and everytime I do I get this message "You can't sign in because of server error" anyone got any ideas?

    Hello, I think I can identify with this error. When I attempt to install or uninstall an update for the JRE, the error message pops up, notifying me that a DLL required for this install could not be run. I have successfully installed the newest JDK on my machine running 64-bit Vista, though.
    I had an earlier version of the JRE (11) installed prior to this experience, but I could not find the corresponding folder for that install, whether in the Program Files or Program Files(x86) directory. Therefore I suspected that the uninstall failure could be attributed to Windows not being able to find an uninstall package. However, I am also unable to install a new version of the JRE (14), which is quite irksome as I am trying to develop a desktop application with Java.
    If anyone has any solutions, suggestions or workarounds for this issue I would be immensely grateful! I had also tried using System Restore but to no avail.

Maybe you are looking for

  • [WLS 8.1.3] - Differences between WLS on XP & HP-UX?

    We're getting AbstractMethodError errors in an application that was built using the WLS 8.1.3 libraries on XP. The errors aren't occurring when the same app is built using the WLS 8.1.3 libraries on HP-UX using the same code base. We've swapped the e

  • Adding a Custom VSA to a Group - ACS Appliance

    Hi, Using a secure ACS Appliance 4.0 I want to add a new RADIUS Vendor and its associated VSA to the ACS configuration. This will then be returned during Authorization. I have already added the new Vendor and the required VSA through RDBMS. I can now

  • Torn page recovery - Experiences and Best Practices

    Hi! I'd like to hear your stories concerning experiences with torn pages. - How often do you see torn pages in your SAP systems? - Could you track down the reason? - How did you recover? - Is restore the only possibility? - What do you do to reduce t

  • Probelm with iPhoto and Photo Streams

    I am having trouble viewing my iCloud photo streams on my Mac using iPhoto. in the iPhoto iCloud category i can view the stream named my photo stream but i have 2 other stream that are presented but without any photos. in my iPad + iPhone i can view

  • Will AIR be in iPhone?

    Apple's announcement was pretty shock. Flash (and also flex) won't be in iPhone. Then, will AIR be on iPhone?