Problem installing SUN java 1.6.0_13

Hi,
I have some computers that fails with installing SUN java 1.6.0_13 and I do not understand why:
- I have run "msiexec.exe /qn /x {26A24AE4-039D-4CA4-87B4-2F83216011FF}" and "msiexec.exe /qn /x {26A24AE4-039D-4CA4-87B4-2F83216010FF}" (to uninstall the 1.6.0_11 and 1.6.0_12 versions).
- I have killed the services "jqs.exe" and "jusched.exe".
- I have deleted the following in the registry :
[-HKEY_CURRENT_USER\Software\JavaSoft]
[-HKEY_LOCAL_MACHINE\Software\JavaSoft]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\4EA42A62D9304AC4784BF238120611FF]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\26A24AE4039D4CA487B42F83216010FF]
- I have successfully deleted "%programfiles%\java"
And now when I try to install SUN java 1.6.0_13, the verbose logging returns the following:
Property(N): CostingComplete = 0
Property(N): OutOfDiskSpace = 0
Property(N): OutOfNoRbDiskSpace = 0
Property(N): PrimaryVolumeSpaceAvailable = 0
Property(N): PrimaryVolumeSpaceRequired = 0
MSI (s) (10:34) [09:03:03:910]: Attempting to delete file C:\WINDOWS\Installer\10d56748.mst
MSI (s) (10:34) [09:03:03:910]: Unable to delete the file. LastError = 32
Property(N): PrimaryVolumeSpaceRemaining = 0
Action ended 09:03:03: RemoveExistingProducts. Return value 3.
Action ended 09:03:03: INSTALL. Return value 3.
Property(S): DiskPrompt = [1]
Property(S): Registration = No
Property(S): UpgradeCode = {57BDA5C6-443C-4D65-B233-2823932160FF}
Property(S): VersionNT = 501
Property(S): deploy = C:\Programmer\Java\jre6\lib\deploy\
Property(S): TARGETDIR = C:\
MSI (s) (10:34) [09:03:03:957]: Note: 1: 1708
MSI (s) (10:34) [09:03:03:957]: Product: Java(TM) 6 Update 13 -- Installation operation failed.
MSI (s) (10:34) [09:03:03:957]: Cleaning up uninstalled install packages, if any exist
MSI (s) (10:34) [09:03:03:957]: MainEngineThread is returning 1603
MSI (s) (10:5C) [09:03:04:067]: Destroying RemoteAPI object.
MSI (s) (10:F0) [09:03:04:067]: Custom Action Manager thread ending.
=== Logging stopped: 08-06-2009 09:03:03 ===
MSI (c) (24:C4) [09:03:04:067]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: 0
MSI (c) (24:C4) [09:03:04:067]: MainEngineThread is returning 1603
=== Verbose logging stopped: 08-06-2009 09:03:04 ===
If I delete the file "C:\WINDOWS\Installer\10d56748.mst" and tries to reinstall java, the file is just created again.
Can you help me figuering out what I am doing wrong?
Kind regards,
Psyduck

Hi,
I found the "solution" to this problem on Microsoft's homepage: http://support.microsoft.com/kb/971187
I discovered that if I removed the registry-keys from the old version(s) of java, then I could install the new version of Java.
I removed the the registry keys below (containg sourcefile references to the java source files on the locel computer) from the computers that had the problem, and afterwards I was able to install new version of Java.
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\4EA42A62D9304AC4784BF238120611FF]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\26A24AE4039D4CA487B42F83216010FF]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\4EA42A62D9304AC4784BF238120621FF]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\4EA42A62D9304AC4784BF238120601FF]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\8A0F842331866D117AB7000B0D510008]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\8A0F842331866D117AB7000B0D511001]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\8A0F842331866D117AB7000B0D610003]
What I do not understand is that the Java uninstaller did not clean this up by itself and why the java 1.6.0_13 not just overwrite these keys...
I am closing this case.
Psyduck

Similar Messages

  • Problem installing Sun Java Web Server

    Hi
    I'm trying to install Sun Identity Server which need Sun Java Web Server...
    I try to install identity server and web server using Sun Java Enterprise System Install Wizard...
    When I came to page Identity Server:Sun Java System Web Server (3 of 6 ) and I entered Hostname, dir1.usmnet, I get an error pop-up window stating Host Name is not valid......but if I typed dir1.domain.com the error message didn' t appear.....
    I'm using Solaris 9 on Intel platform. I have setup my network and able to ping to other valid hostname in my LAN....
    FYI my network information are as follows
    /etc/hosts
    127.0.0.1 localhost
    <my ip > dir dir.usmnet loghost
    /etc/hostname.elxl0
    dir1
    /etc/resolv.conf
    domain usmnet
    nameserver <dns server ip>
    search usmnet
    I have also setup /etc/netmasks and /etc/defaultrouter
    When I type the domainname command, nothing appeared
    What when wrong, I could ping to my dns server and to other computer in this LAN, could anybody give a suggestion ?

    OK, found the solution by myself.
    The Administrator's Guide mentiones the possibility to install a certificate with the wadm CLI, so I tried that:
    wadm> install-cert -v --config=www -y server -n Server-Cert /www.crt    
    Please enter token-pin>
    ADMIN4086: The Certificate could not be installedThe CLI Reference Manual says for the command install-cert, option --replace*:
    "Note – --replace option of install-cert CLI is deprecated
    and currently using this option may not work as expected.
    For replacing a CA-signed certificate, users should delete the
    cert using delete-cert CLI and then install the new one
    using install-cert CLI."
    wadm> install-cert -v --config=www -y server -n Server-Cert --replace /www.crt 
    Please enter token-pin>
    ADMIN4112: No Private key foundOK, so maybe if I had installed the first certificate (before generating the new CSR) that would have worked, I don't know.
    Deleting the old cert doesn't work at once:
    wadm> delete-cert -v --config=www Server-Cert
    Please enter token-pin>
    ADMIN4139: Certificate Server-Cert is being referred to by listeners: http-listener-2So before deleting you have to remove the certificate from the listener. Then:
    wadm> delete-cert -v --config=www Server-Cert                                           
    Please enter token-pin>
    CLI201 Command 'delete-cert' ran successfully
    wadm> install-cert -v --config=www -y server -n Server-Cert /www.crt  
    Please enter token-pin>
    CLI201 Command 'install-cert' ran successfullyAfter re-adding the certificate to the ssl listener and deploying all the changes to the servers
    everything is fine.
    F.D.

  • Problem installing sun java studio creator

    I have downloaded the installable for sun java studio creator 2 update 1 for windows platform. I am unable to install the package. Following is the error Iog I get, when used in debug mode(Notice the last part ErrOut indicating the error). What is going wrong ?
    file type: 0
    file id: 0
    length: 178
    offset: 319579
    file name: instructions.txt
    file type: 5
    file id: 1
    length: 1009
    offset: 319757
    file name: Verify.jar
    file type: 2
    file id: 2
    length: 729
    offset: 320766
    file name: launch.txt
    file type: 4
    file id: 3
    length: 16766119
    offset: 321495
    file name: Windows-Sun-1.4.2_04.exe
    file type: 6
    file id: 4
    length: 249333158
    offset: 17087614
    file name: windows.jar
    Executing launch script command: "C:\DOCUME~1\JATINK~1\LOCALS~1\Temp\LRE5.tmp/bin\java.exe" -cp "";"C:\DOCUME~1\JATINK~1\LOCALS~1\Temp\LRE6.tmp\windows.jar";"" -Dtemp.dir="C:\DOCUME~1\JATINK~1\LOCALS~1\Temp" -Dis.jvm.home="C:\DOCUME~1\JATINK~1\LOCALS~1\Temp\LRE5.tmp" -Dis.jvm.temp="1" -Dis.media.home="C:\DOCUME~1\JATINK~1\LOCALS~1\Temp\LRE6.tmp\windows.jar" -Dis.launcher.file="D:\installables\Java Studio Creator\creator-2_1-windows-ml.exe" -Dis.jvm.file="C:\DOCUME~1\JATINK~1\LOCALS~1\Temp\LRE5.tmp\jvm" -Dis.external.home="D:\installables\Java Studio Creator" -Xms20m -Xmx60m run in working directory D:\installables\Java Studio Creator
    Output from the launch script execution
    StdOut:
    ErrOut:
    Assertion failed: errno == 0 && count == (size_t) size, file ../../../src/share/native/sun/awt/font/fontmanager/fontobjects/fontObject.cpp, line 506
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information.

    Hi Soumik,
    Here is the URL to the Sun Java Studio Creator Forum: http://swforum.sun.com/jive/forum.jspa?forumID=123
    I apologize for missing out on giving the link in my previous post.
    Thanks
    Giri :-)

  • Error in installing sun java directory server

    dear ,
    i am trying to install sun java directiry server from sun java enterprise server using command line ( ./installer ), but this error reported to me when i issue the installer command .
    # ./installer
    Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object
    Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: java/lang/Object
    Thanks in Advance,
    Basem

    Sorry for the delay in response.
    It could be a patch issue. Have you read http://docs.sun.com/app/docs/doc/820-2210/gduwe?a=view
    Have you checked if the problem exists in Web Server 7.0 update 3 as well?
    Can you send more details like :
    isainfo -v
    file /home/sjws7.0/lib/libadminsecurity.so
    ldd /home/sjws7.0/lib/libadminsecurity.so

  • Installing Sun Java System Directory Server on Linux Ent.

    Hi,
    I tried to install Sun Java System Directory Server on Linux on Redhat Enterprise Linux AS, but I faced some problems.
    I just want to know if there is any pre-requisites for installing this product on Linux.
    Thanks
    Sadiq

    Hello
    Which problem did you have encountered installing the DS on Linux AS.
    Currently I want to install SunOne DS V5.2 on Redhat Linux AS 2.1 and encounter several configuration issues
    Thanks in advance,
    Andrew

  • Problem installing  Sun studio creator Please help

    can come one please help me with this
    i am trying to install sun studio creator on ubunutu but i get an error message saying unable to complete the install
    the install logs shows the following error
    (27-Dec-2005 17:37:35), Setup.product.install, com.sun.installer.PostInstallCoreAction, msg1, Sun Java Studio Creator Error encountered while installing Sun Java Studio Creator. Please review the log file under this directory: /home/karl/Creator
    (27-Dec-2005 17:37:40), Setup.product.install, com.sun.installer.PostInstallWizardAction, err, Error setting pointbase port
    (27-Dec-2005 17:37:40), Setup.product.install, com.sun.installer.PostInstallWizardAction, err, Skipping PostInstall actions due to Application Server installation failure with exitcode: -500
    any help would be most appreciated
    karl

    http://forum.java.sun.com/thread.jspa?threadID=5308609

  • Unable to install Sun Java System MAPI Service Providers

    I tried to install the outlook connector for Outlook 2003. I've got the following error message. It said that Unable to install Sun Java System MAPI Service Providers. I am using Windows 2000 SP3 platform
    --- 2005/06/22 11:41 ---
    11:41:26 [5365] Outlook version is 11.0.6359.0.
    11:41:26 ERROR: [5501] Unable to find MAPI directory.
    11:41:26 No directory "C:\Program Files\Common Files\System\MAPI\LANGID" with LANGIDs: 1033, 0, 1033, 1033, 1033, 1033.
    11:41:26 [5475] TMP directory is 'C:\DOCUME~1\admin\LOCALS~1\Temp'.
    11:41:28 [5362] Checking Windows version.
    11:41:28 [5363] Windows version is 5.0.
    11:41:28 [5364] Checking Outlook version.
    11:41:28 [5509] Checking default mail client.
    11:41:28 [5508] Default mail client is 'Microsoft Outlook'.
    11:41:28 [5178] Verifying that Outlook is not running.
    11:41:28 [5179] Trying to login to shared session.
    11:41:29 ERROR: [5501] Unable to find MAPI directory.
    11:41:29 No directory "C:\Program Files\Common Files\System\MAPI\LANGID" with LANGIDs: 1033, 0, 1033, 1033, 1033, 1033.
    11:41:29 [5366] Checking whether Sun Java System MAPI Service Providers are installed.
    11:41:29 ERROR: [5501] Unable to find MAPI directory.
    11:41:29 No directory "C:\Program Files\Common Files\System\MAPI\LANGID" with LANGIDs: 1033, 0, 1033, 1033, 1033, 1033.
    11:41:31 ERROR: [5351] Unable to install Sun Java System MAPI Service Providers.
    11:41:31 ERROR: Unable to install Sun Java System MAPI Service Providers.
    Anyone can help for this? Thanks

    I have used this method, but the dog gone service does not return a started status. It just keeps saying starting even after the service starts.
    Download sc.exe from ftp://ftp.microsoft.com/reskit/win2000/sc.zip and copy
    it to system32
    Open a command line, change to C:\Sun\AppServer\lib and run:
    C:\winnt\system32\sc.exe create SJdomain1 binPath=
    "C:\Sun\AppServer\lib\appservService.exe
    \"C:\Sun\AppServer\bin\asadmin-pause.bat start-domain domain1\"
    \"C:\Sun\AppServer\bin\asadmin-pause.bat stop-domain domain1\"" start= auto
    DisplayName= "SunJava domain1"
    1. I'm no fan of windows and I prefer Solaris or Linux
    2. Windows should have this tool as a part of the OS so I don't have to go hunt for it
    3. I guess this solution is better than no solution at all :)

  • Installing Sun Java System Directory Server on RHEL 4

    Hi All,
    I have downloaded this ds[1].5.2.P4.linux.full.tar.gz for linux.
    While installing Sun Java System Directory Server on RHEL 4.
    I am getting this error
    Installing Directory Server
    |-1%--------------25%-----------------50%-java.io.FileNotFoundException: /opt/SunOneDirectoryServer/setup/admin/ns-common-sc hema.conf (Not a directory)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    at com.sun.install.products.ZipUnit.install(ZipUnit.java:354)
    at com.sun.install.products.InstallComponent.performInstallation(InstallComponent.java:1223)
    at com.sun.install.products.InstallNode.startInstall(InstallNode.java:878)
    at com.sun.install.products.InstallComponent.performInstallation(InstallComponent.java:1220)
    at com.sun.install.products.InstallNode.startInstall(InstallNode.java:878)
    at com.sun.install.products.InstallComponent.performInstallation(InstallComponent.java:1220)
    at com.sun.install.products.InstallNode.startInstall(InstallNode.java:878)
    at com.sun.install.products.InstallComponent.performInstallation(InstallComponent.java:1220)
    at com.sun.install.products.Product.performInstallation(Product.java:641)
    at com.sun.install.tasks.ProductTask.perform(ProductTask.java:191)
    at com.sun.wizards.core.Sequence.perform(Sequence.java:336)
    at com.sun.wizards.core.SequenceManager.run(SequenceManager.java:226)
    at java.lang.Thread.run(Thread.java:534)
    ----------------75%--------------100%|
    Can anyone please help on this
    Thanks in Advance

    It looks like your archive is corrupted.
    I would suggest that you download a new copy, and even better that you use the most recent version of Directory Server (6.2, although it is not yet on the download page -it should be by the end of the week-, 6.1 is available through the Enterprise Edition).
    Regards,
    Ludovic.

  • Install Sun Java Web System on Fedora / Registering in Netbeans

    Hi,
    I am trying to install Sun Java System Webserver onto Fedora 64 bit - I am not bothered about running a server locally, I have a development server for testing before deployment - however, I need to get a working install to let Netbeans recognise it as a valid target server. As far as I am aware, all Netbeans needs when deploying to a remote server is some libraries associated with that J2EE server. So first of all I tried just pulling the tree of an installed and working server off another box - however, Netbeans won't play ball.
    When trying to install the server on Fedora I get an error regarding
    /sun/webserver7/lib/libfreebl3.so: version `NSSRAWASH_3.12.3' not found
    Any ideas, if not, any ideas how to 'trick' Netbeans into thinking the server is installed?
    Regards,
    Tom

    Hi,
    Thanks for your replies, so far I have managed to persuade netbeans to recognise the broken install by adding this block to ~/.netbeans/6.5/config/J2EE/InstalledSerers/.nbattrs
    <fileobject name="instance">
    <attr name="LocalServer" stringvalue="true"/>
    <attr name="SSLAdminPort" stringvalue="true"/>
    <attr name="configName" stringvalue="tom-desktop"/>
    <attr name="displayName" stringvalue="Sun Java System Web Server 7.0"/>
    <attr name="password" stringvalue="xxxxxxxx"/>
    <attr name="registeredWithoutUI" stringvalue="false"/>
    <attr name="url" stringvalue="[/home/twerner/webserver7]deployer:Sun:WebServer70::localhost:8989"/>
    <attr name="username" stringvalue="admin"/>
    </fileobject>However, it would be good to get the server actually working...
    I am running Fedora 11 - 64 Bit (I like to live dangerously :-))
    I am attempting to do the install using the seperate Web server installer on its own, downloaded direct from Sun's site (v7u5).
    Here is the log file : [http://pastebin.com/f716536d6]
    Installed nss packages:
    nss.i586 3.12.3-4.fc11 @fedora
    nss.x86_64 3.12.3-4.fc11 installed
    nss-mdns.x86_64 0.10-7.fc11 installed
    nss-softokn-freebl.i586 3.12.3-4.fc11 @fedora
    nss-softokn-freebl.x86_64 3.12.3-4.fc11 installed
    nss_ldap.x86_64 264-2.fc11 installed
    Hopefully some of this info is useful,
    Many thanks for your help,
    Tom
    Edited by: tomwerner on Jul 13, 2009 2:09 AM

  • Problem installing sun application server 8.2

    Hi,
    I couldn't still install the 8.2 version.
    However I'm trying to install it in Java 1.5.0._05 updated version?
    Is there a specific version of Java which is causing the problem?
    quoted from my previous email
    I tried to reinstall appserver on my localhost and i have a problem: when the installer copied files and start to confgiure domains the following error occured =>>
    INFO - unpacked jar file: activation.jar.pack
    INFO - unpacked jar file: appserv-assemblytool.jar.pack
    INFO - unpacked jar file: appserv-cmp.jar.pack
    INFO - unpacked jar file: appserv-ext.jar.pack
    INFO - unpacked jar file: appserv-jstl.jar.pack
    INFO - unpacked jar file: appserv-rt1.jar.pack
    INFO - unpacked jar file: appserv-rt2.jar.pack
    INFO - unpacked jar file: appserv-rt3.jar.pack
    INFO - unpacked jar file: appserv-rt4.jar.pack
    INFO - unpacked jar file: appserv-tags.jar.pack
    INFO - unpacked jar file: commons-launcher.jar.pack
    INFO - unpacked jar file: commons-logging.jar.pack
    INFO - unpacked jar file: deployhelp.jar.pack
    INFO - unpacked jar file: j2ee-svc.jar.pack
    INFO - unpacked jar file: j2ee.jar.pack
    INFO - unpacked jar file: jax-qname.jar.pack
    INFO - unpacked jar file: jaxr-api.jar.pack
    INFO - unpacked jar file: jaxr-impl.jar.pack
    INFO - unpacked jar file: jaxrpc-api.jar.pack
    INFO - unpacked jar file: jaxrpc-impl.jar.pack
    INFO - unpacked jar file: jsf-api.jar.pack
    INFO - unpacked jar file: jsf-impl.jar.pack
    INFO - unpacked jar file: mail.jar.pack
    INFO - unpacked jar file: relaxngDatatype.jar.pack
    INFO - unpacked jar file: saaj-api.jar.pack
    INFO - unpacked jar file: saaj-impl.jar.pack
    INFO - unpacked jar file: sun-appserv-ant.jar.pack
    INFO - unpacked jar file: xsdlib.jar.pack
    INFO - unpacked jar file: sun-as-jsr88-dm.jar.pack
    INFO - number of merged jar entries: 2671
    INFO - number of merged jar entries: 1425
    INFO - number of merged jar entries: 2459
    INFO - number of merged jar entries: 1169
    INFO - Start core server configuration.
    ERROR - default domain creation returned following exception:
    20.09.2005 12:29:21 com.sun.enterprise.pluggable.PluggableFeatureFactoryBaseImpl getInstance
    WARNING: Error loading pluggable features class com.sun.enterprise.admin.pluggable.PEClientPluggableFeatureImpl
    java.lang.ClassNotFoundException: com.sun.enterprise.admin.pluggable.PEClientPluggableFeatureImpl
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at com.sun.enterprise.pluggable.PluggableFeatureFactoryBaseImpl.getInstance(Plugga bleFeatureFactoryBaseImpl.java:104)
    at com.sun.enterprise.cli.commands.BaseLifeCycleCommand.createPluggableFeatureFact ory(BaseLifeCycleCommand.java:97)
    at com.sun.enterprise.cli.commands.BaseLifeCycleCommand.<init>(BaseLifeCycle Command.java:67)
    at com.sun.enterprise.cli.commands.CreateDomainCommand.<init>(CreateDomainCo mmand.java:65)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessor Impl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructor AccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at com.sun.enterprise.cli.framework.CommandFactory.createCommand(CommandFactory.ja va:57)
    at com.sun.enterprise.cli.framework.CLIMain.invokeCommand(CLIMain.java:131)
    at com.sun.enterprise.cli.framework.CLIMain.main(CLIMain.java:46)
    20.09.2005 12:29:21 com.sun.enterprise.cli.commands.BaseLifeCycleCommand createPluggableFeatureFactory
    WARNING: SERVER0009: Pluggable features using class com.sun.enterprise.admin.pluggable.PEClientPluggableFeatureImpl could not be initialized. Server will run with default features.
    CLI130 Could not create domain, domain1
    INFO - End core server configuration.
    INFO - Start samples configuration.
    INFO - End samples configuration.
    INFO - Start Sun Java System Message Queue configuration
    INFO - End Sun Java System Message Queue configuration
    INFO - Start PointBase configuration
    INFO - Java home location configured
    INFO - End PointBase configuration
    More Information:
    Log File: C:\DOCUME~1\jk\LOCALS~1\Temp\Install_Application_Server_8PE_200509201227.log
    I get this error, however I deleted the folder c:\sun/AppServer before doing the installation.
    Can anyone please help
    The version is Java Sun App Server 8.2 version!
    Should i delete the file productregistry in the windows32 folder?
    Regards,
    Manisha

    I resolved the problem, the main reason was their was appserv-rt.jar file in the Java lib folder, once this was taken out, it worked perfectly.
    Manisha

  • I can't install Sun Java System Application Server!! Who can help me??

    I download Sun Java System Application Server(sjsas_pe-9_0_01-p01-windows.exe),and the first time of my installation, it was blocked after it was istalled 14%, half an hour later I canceled the installation and wanted to re-install it, and I tried many times,but every time after I choose the "Installation Directory" and cliced the "Next" button it would be blocded, all of the bttons was disabled except "Choose directory" and "X"(close) buttons.
    OS: Win2000 Service Pack 4
    Thanks in advance

    Yeah, I had the same problem!
    And The Wiki helped me http://wiki.java.net/bin/view/Projects/WinHang
    Even my Firewall had the function "Disabled Mode", I needed to fully stop all the services of Antivirus and Firewall. After that i deleted the "productregistr*" file and ran installation from the console.
    And it was the only right way to install!
    Now enjoying =)

  • Unable to Install  Sun Java Studio Enterprise 8 on Windows XP

    Hello,
    I am trying to install the Sun Java Studio Enterprise 8 on a Windows XP machine. The installation seems to be going quite well untill it reaches the section "Publishing product Information...", then the Wizard returns the following message:-
    "The wizard was interrupted before Sun Java(TM) Studio Enterprise 8 could be completely installed " ..
    ."The System has not been modified. To install this program at a later time, run the installatio again. Click finish to exit the wizard.. " ...
    With the FINISH button activated.... I did not interrupted the installation..What does this message mean ...Can anyone help PLEASE, ???

    Googling the net for this error message leads to the same issue reported while installing other software as well:
    - http://www.adobe.com/support/techdocs/325468.html
    Solution
    Download and install the Microsoft Windows Installer 2.0 (InstMsi.exe) from Microsoft's Web site at www.microsoft.com/downloads/release.asp?releaseid=32832&newlist=1
    - http://support.microsoft.com/?kbid=836724
    This article describes a similar problem while installing sqlserver but may be applicable in this case:
    This problem occurs when both of the following conditions are true:
    The DefaultAccessPermissions binary value exists under the HKEY_LOCAL_MACHINE\Software\Microsoft\Ole registry key
    The user account that has logged on to the computer to install ... does not have default access permissions for Distributed Component Object Module (DCOM) applications.
    The above articles provide possible resolutions as well.

  • Problem install:  Sun studio5

    I don't succeed to install Sun One Studio 5 evaluation.
    the error message is:
    "A suitable JVM could not be found. You need to use J2SE version 1.4.1_02 or above. If you have a suitable J2SE version installed, invoke the installer from the command line using the option -is:javahome java-home-directory."
    I am sure that I have installed JVM and J2SE but I don't anderstand the problem with "javahome".
    have you got an idea?
    Thanks!!

    Hi ,
    The problem could be that the J2SE is not in your path. You need to set the path environment variable to include the J2SE. If you already have done that, it could be a problem described in the following knowledgebase item.
    http://forte.sun.com/cgi-bin/WebX?14@@.ee868c6
    Hope this helps.
    Thanks
    Radhika

  • Problem installing Sun ONE Studio 4 update 1, Community Edition

    I recently downloaded the Sun ONE Studio 4 update 1, Community Edition and tried to install it. At one point it searches for a valid JAVA 2 SDK. This seems to go on forever. I quit after 5 hours of waiting. I already have Java 2 standard edition v1.4.1 installed. Can someone please help?

    Well thanks Chuck!
    With a bit of messing around and a LOT of patience I finally installed Sun ONE Studio update 1 on my laptop pc, running Windows ME.
    The trick was (I think) to apply both of the above fixes, but also a couple of things that was not quite as evident.
    1 - Do NOT install the SDK in "C:\Program Files\" or any directory path that contains spaces in the name! Apparently that causes problems, and is noted in one of the Knowledge Base articles.
    2- When making the file noted in the Knowledge Base:
    ( http://forte.sun.com/cgi-bin/WebX?[email protected]@.ee815f4 )
    - It says: Contents of this new file should be:.
    jh=<jdk Home Path> (for example, jh=c:\j2sdk1.4.0_01)
    Well it does NOT mention that there should be 2 lines in that file!
    Make sure you include a carriage return and a second "blank" line!
    OK, that's it. GO ahead & loose yourself in the IDE.
    I hope this does not cause undue traffic in the forums but what the heck...
    -- HSC --

  • Unable to install Sun Java System Web Server 6.1 Service Pack 7 on Wndows

    Dear All,
    I recently downloaded Sun Java System Web Server 6.1 Service Pack 7 and now I am trying to install it.
    The previous version of Web Server 6.1 that i installed is running successfully on Windows 2000 Prof. though it is not meant for it.
    To install SP7, i uninstalled the previous Web Server 6.1. I also removed the folder Sun and all the child folders of it. The Sun ONE Web Server services are still available and i can't able to delete them even from registry so i disabled them.
    Then I tried to install SP7. But after few steps, it gives error:
    You already have a Sun ONE Web Server installed. Install can not proceed.
    I am sure that i am able to remove completely the previous instance of webserver as i removed all the entries from registry also and also disabled the services related to it.
    Still why i am getting this error?
    Will it work on Windows 2000 Professional like its previous version?
    If not can i able to install previous version of the Web server 6.1 (without SP7) on Windows 2000 Prof?
    Please help me regarding this.
    -Sameer

    Sameer, you should have uninstalled Web Server 6.1 using the Web Server uninstallation program instead of just deleting its files and directories. Your Windows registry is now in an inconsistent state.
    If you can restore your previous Web Server 6.1 installation from a backup, you can run the uninstaller to correctly uninstall it.
    If you cannot uninstall Web Server 6.1 using its uninstallation program, you will need to manually delete the Windows services and edit the Windows registry to remove all references to the files you deleted. Note that you can render your computer inoperable by deleting services or modifying the Windows registry. Don't do this if you're not confident with what you're doing.
    To delete the services using SC.EXE:C:\>sc delete https-admserv61
    C:\>sc delete https-hostname(You can find the hostname for the Web Server 6.1 service(s) using the Services program in the Administrative Tools folder of the Control Panel.)
    To clean up the registry, use REGEDIT.EXE to delete HKEY_LOCAL_MACHINE/Software/Sun Microsystems/WebServer.

Maybe you are looking for

  • No Internet Connection in some locations

    Greetings all, and thanks in advance for the help... I have a MBP 13", running 10.7.4. In most locations, the wi-fi works fine. In certain locations, though, I cannot pick up a connection even when all other devices in the area (wife's MB, iPads, PC'

  • ATP based on planning output

    Hello, Appreciate if you could help me to understand how ATP based on planning output works in following scenario. ATP-enabled plan is an ECC plan with supplier capacity constraints. The ATP plan has both forecast and sales order demand. When ATP pla

  • Ipod will only load 12 songs at a time

    I had to reset my ipod. I'm now trying to reload my songs off of Itunes, but I can only losd about 12 songs at a tie then i have to manually eject Ipod, soft reset and then start losding again. How can i make this stop? Please help

  • Copy of items from websites

    When I have a website open ie a bank or credit card and I elected to download more then one monthly statement, It will only download the first one, when I attempt to download another month it will not copy. if I close out entirely and go back in I ca

  • My backlight doesn't turn

    plain and simple, the backlight just doesn't turn on, it's a nomad zen. I've searched the settings and it doesn't seem to have anything other then the selection for the duration its on and I have that set to 30 sec. but stil it does not turn on, if a