Sun Java 1.4.2 and MS JVM

A customer has MSJVM loaded on their win2000 server running SP4. In order to run our application, sun java 1.4.2_07 needs to be loaded. After loading 1.4.2_07, whatever java applet I am trying to load hangs. The screen locks up, and the status bar seems like it's trying to load the applet. The same happened when I tried accessing javatester.org, and java.com's testvm.xml. This indicated to me, there is some sort of java conflict.
After much research, I had the customer uninstall MSJVM using the uninstall utility found on the net. rebooted the server, and tried the test sites again. This time we got a little further since the page loaded, but I was prompted to install the JVM again, even though 1.4.2_07 is already loaded on the machine. Researching some more, the customer then ran the registry patch, and I reinstalled java 1.4.2_07 once more. Still no good. In addition, I am unable to bring up the java control panel. all security in IE is set to medium-low. they do have IE Q831167 patch loaded which most customers do not...
To prove that this is isolated to the java on the server, I had the customer access the server from the browser on his workstation. The java application splash screen appeared without any problems.
Right now, I'm at a loss as to what else it could be. any else I didn't consider?
much appreciate any help you can provide..

For those of you who are having similar problems of the java window NOT opening in 1.4.x versions, the fix that I have found is simple.
I ran dxdiag from the start/run, and could NOT execute any of the direct x tests. It failed on step 1, which is loading directx.dll I believe. I installed the newest version of direct x and everything is working fine.
I didn't know java and direct x was so interdependant, but I guess you learn something new everyday!

Similar Messages

  • Regarding Sun Java System Application Server Issue with JVM

    Regarding Sun Java System Application Server Issue with JVM
    Hi
    I have installed SJSAS9.1 on solaris system. I m trying to deploy war file which i compiled in windows enviorment by jdk1.5.0_05. Every time i got the following error :
    type Exception report
    message
    descriptionThe server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: PWC6033: Unable to compile class for JSP
    PWC6199: Generated servlet error:
    [javac] javac: invalid target release: 1.5
    [javac] Usage: javac
    [javac] where possible options include:
    [javac] -g Generate all debugging info
    [javac] -g:none Generate no debugging info
    [javac] -g:{lines,vars,source} Generate only some debugging info
    [javac] -nowarn Generate no warnings
    [javac] -verbose Output messages about what the compiler is doing
    [javac] -deprecation Output source locations where deprecated APIs are used
    [javac] -classpath Specify where to find user class files
    [javac] -sourcepath Specify where to find input source files
    [javac] -bootclasspath Override location of bootstrap class files
    [javac] -extdirs Override location of installed extensions
    [javac] -d Specify where to place generated class files
    [javac] -encoding Specify character encoding used by source files
    [javac] -source Provide source compatibility with specified release
    [javac] -target Generate class files for specific VM version
    [javac] -help Print a synopsis of standard options
    note The full stack traces of the exception and its root causes are available in the Sun Java System Application Server 9.1 logs.
    I have cheked jvm version on both system the only difference is :
    Solaris points to jdk 1.5.0_09
    Windows point to jdk1.5.0_05
    Even i tried to run blank jsp also but again i got the same error.
    Can any help me to sort out the problem or give me any idea so i can do something by my own.
    Thanks in Advance
    Gagan

    Do you have ANT installed and available?
    Thanks,
    Kedar

  • Sun Java Web Server 7 and JNDI Jell

    Hi all,
    I am building a normal Java EE web app (WAR file), and I was originally developing on GlassFish v2.1 and everything was beautiful. Now, I found out our shared server is Sun Java Web Server 7, but the sys admin said everything should run fine as long as I wasn't using JSB's.
    I downloaded and installed SJWS7 on my local machine so I could test my application against it, and JPA and SJWS7 are not getting along.
    I am trying to bind my persistence.xml to the data source I created on SJWS7.
    SJWS7 JDBC Resource: jdbc/pact
    persistence.xml:
        <persistence-unit name="pact" transaction-type="RESOURCE_LOCAL">
            <description>PA/Circuit Tracking Development</description>
            <provider>org.hibernate.ejb.HibernatePersistence</provider>
            <non-jta-data-source>java:comp/env/jdbc/pact</non-jta-data-source>
            <properties>
            ....There is nothing in sun-web.xml or web.xml that references this resource (although I tried that too, and no go).
    The traceback I get is:
    <code>Caused by: javax.naming.NameNotFoundException: PWC4216: Name pact is not bound in this Context
         at org.apache.naming.NamingContext.lookup(NamingContext.java:778)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:148)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:789)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:148)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:789)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:148)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:789)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:161)
         at org.apache.naming.SelectorContext.lookup(SelectorContext.java:147)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52)
         ... 151 moreI've been trying for almost an entire day now, and googling isn't revealing anything helpful. I don't know what I'm doing wrong. Can anyone point me in the right direction?

    u should be using
    - default installation ( you can also use silent installation for this)
    admin-server/bin/startserv
    wadm delete-instance --user admin
    wadm delete-config --user admin                                                                                                                                                                                                                                                                                                                                                                               

  • Sun Java Application Server - Domain and Node agent stop automatically

    Hi,
    We have installed Sun Java Application server 8.1 in a local zone on Solaris 10. The installation was successful.
    A default domain (domain1) was created. We have deployed a sample application too.
    The problem is that the domain and node-agent stop automatically. And need to be restarted from asadmin start-domain command.
    Not sure why this problem is occurring. One solution given in Sun Java System AS 8.1 EE Troubleshooting Guide was to add these 2 lines in the /etc/inittab file to restart the domain and node-agent whenever the system re-boots.
    das:3:respawn:/opt/SUNWappserver/bin/asadmin start-domain user admin passwordfile /opt/SUNWappserver/password.txt domain1
    das:3:respawn:/opt/SUNWappserver/bin/asadmin start-node-agent user admin passwordfile /opt/SUNWappserver/password.txt node-agent-name
    Pls help me if I can change this inittab file from the local zone and if changing this file has any implications on the other zones on Solaris 10.
    Else is there any other way to resolve this problem?
    Any help would be highly appreciated.
    Thankyou.

    One thing not clear from the post was,
    * when it is going down automatically.
    * Are you facing the same problem even after starting through the asadmin
    * If so, Post the server.log from "domains/logs" during the starup.
    If you want to bring it up with system reboot, You need to have a startup script for that in init.d and have the links to rc2/3.d.

  • Blank Page with sun Java System Calendar Express and IE6

    Hi Everybody,
    I saw a few threads related to my problem, but no solutions ....
    When I try to open the Sun Java System Calendar Express web-interface with IE6, I get a blank page after the initial logon-screen. IE7 and Firefox do not show this problem - so I assume the server itself is working fine.
    I run SJS-CS v6.3 with patch 121659-18 on Linux.
    Otherwise the calendar server is working just fine - problem is, that I cannot switch all users to new/other browsers ...
    Any ideas ?
    Cheers, Stefan!

    stefvienna wrote:
    I saw a few threads related to my problem, but no solutions ....
    When I try to open the Sun Java System Calendar Express web-interface with IE6, I get a blank page after the initial logon-screen. IE7 and Firefox do not show this problem - so I assume the server itself is working fine.What have you got set for the following ics.conf attributes?
    render.xslonclient.enable
    ui.toolbar.repainting.enable
    I run SJS-CS v6.3 with patch 121659-18 on Linux.Let me just point out that calendar express is deprecated with CS6.3 (no more features/enhancements) so you should be looking to move to UWC/CE.
    Otherwise the calendar server is working just fine - problem is, that I cannot switch all users to new/other browsers ...Did this problem start when you upgraded to 6.3 or is this a new installation?
    Regards,
    Shane.

  • Configuration Help - Sun Java Directory 5.2 and Active Directory Sync

    Don't know what I am skipping... but I get stuck with no Domain Controllers showing up in the pick list, when configuring an Active Directory Resource.
    I am using DS 5.2.P4 on Windows 2003 Sp1 server, along with Indentity synchronization for windows (ISW) 1 2004Q3 SP1.
    I have the installtion manaul and can not get past step 6 of creating an Active Directory Source, becuase no Domain Conroller show up in the pick list, nor can I specify one. I have verified that one of the Domain Controllers is configured as Single Master Operations Role in the AD.
    Any help on this matter would be greatly appreciated.
    Thanks,

    nebiyou1 wrote:
    1. Is Messaging Server 5.2 compatible with Sun Java Directory Server 6.3?This is obviously not a tested (or supported) combination. That being said I'm not aware of any particular issues with MS5.2 and DS6.3.
    If Yes, any documents on how to migrate Messaging Server from pointing to Directory Server 5.2 to 6.3?No.
    2. Can Messaging Server 5.2 p 2 run on Solaris 10?Yes. However you need to upgrade to 5.2hf2.18 (last hotfix released) to address known Solaris 10 issues e.g.
    5108758 Dispatcher incorrectly determines Solaris 10 version
    You can get a copy of iMS5.2hf2.18 from Sun support.
    Regards,
    Shane.

  • Sun Java Application Server, Apache and OS X

    I have a couple questions that I was hoping someone could help me out with.
    Background info. I'm running OS X 10.4, the default OS X install of apache HTTP server and I've installed NetBeans with Sun Application Server.
    I'd like to configure the application server to work with apache. My general understanding of the process is that you generate some sort of plug in within the application server and then deploy that plugin to your webserver. This plugin determines what request the webserver will pass to the application server. My issue is that I've not done this before so I'm unsure how to actually do this and I've not had much luck finding any document. My guess is that I'm not familiar enough with the commonly used terms for this sort of thing, thus resulting in poor searches.
    Any help would be appreciated.
    Thanks,
    Josh

    We do have Load Balancing Plugin for Apache Web Server as part of our Enterprise Edition software, not part of our Platform Edition.
    Currently Enterprise Edition is not supported on MacOS.

  • User and password for administering tools Sun Java Application Server

    I have installed Sun Java Enterprise Studio 8 and Sun Java Application Server. Which passowrd and user should I use to login as admin? Eventually wher can I that define?
    regards Bogdan

    Try adminadmin as password.

  • Sun Java System Calendar Server 2005q1 configuration issue

    Hello,
    I have installed Sun Java System Calendar Server (and dependencies systems) using the Java Enterprise System 2005Q1 on a Windows Server 2003 platform for an integration evaluation purpose. While configuring Sun Calendar Server it throw those message that comes in the console window:
    Cargando propiedades predeterminadas...
    com.sun.cal.install.instvars.InstallVariables::InstallVariables: SERIOUS ERROR:
    BUILD PLATFORM NOT RECOGNIZED!
    com.sun.cal.install.instvars.InstallVariables::setPlatformDefaults: SERIOUS ERRO
    R: BUILD PLATFORM NOT RECOGNIZED!
    com.sun.cal.install.util.IcsConf::readIcsConfFile: Cannot read null\ics.conf.tem
    plate: Exception java.lang.Exception: File "C:\Sun\CALEND~1\bin\config\null\ics.
    conf.template" does not exist
    LoadWizardStateDefaults->Error: Could not read server configuration template fil
    e "null\ics.conf.template": Cannot read "null\ics.conf.template: File "C:\Sun\CA
    LEND~1\bin\config\null\ics.conf.template" does not exist
    novalidate option set to: false
    Ha terminado la carga de propiedades predeterminadas.
    Espere.: Obteniendo el DN base del servidor LDAP
    RuntimeSetupPanel->Error: Invalid boolean value: null. Setting default value to
    true.
    RuntimeSetupPanel->Error: Invalid boolean value: null. Setting default value to
    true.
    El directorio especificado estß vacÝo, especifique un directorio vßlido
       <Pulse INTRO para continuar>
    {code}
    The installation complete but Calendar Server could not be started with start-cal command throwing a configuration error. I've searched on google and on this forum to find a solution but seems that no one has encountered a similar problem. Hope can find some help.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Mattek wrote:
    I have installed Sun Java System Calendar Server (and dependencies systems) using the Java Enterprise System 2005Q1 on a Windows Server 2003 platform for an integration evaluation purpose.At this point I have to ask, why would you install such an old version of Java Enterprise Systems and most importantly why would you install on a platform that has been dropped for several years -- JES 2005Q4 was the last version to provide calendar/messaging/im server on Windows?
    com.sun.cal.install.instvars.InstallVariables::InstallVariables: SERIOUS ERROR:
    BUILD PLATFORM NOT RECOGNIZED!
    com.sun.cal.install.instvars.InstallVariables::setPlatformDefaults: SERIOUS ERRO
    R: BUILD PLATFORM NOT RECOGNIZED!Windows Server 2003 is not a supported platform for JES 2005Q1:
    http://docs.sun.com/source/819-1573/index.html
    It is however supported with JES 2005Q4:
    http://docs.sun.com/source/819-4261/index.html
    Regards,
    Shane.

  • Some general questions about Sun Java Communications Suite

    Hello Everybody,
    We are a small group of individuals (2 Java developers and 1 Linux expert and Web Application developer), located in Germany.
    We are fully new to �Solaris� and Sun Java Communications Suite and know, that it�s a highly professional software system for large scale deployment. However we plan to install (64 Bit version) and manage it in a small network environment, consisting of a Server (4 GB RAM, RAID 5, AMD Dual CPU) based on Solaris 10 (X86) and *20* clients based on Win XP, Solaris and Linux.
    It�s a network of a non-profit organization, providing social services to local society.
    At clients we will use the Communications Express and the needed services are: Calander, Mail and Address book. (no need of Outlook Connector, Instant Messaging, Document Management, etc.)
    Our long-term aim is - after learning of professional architecting, deployment and management of Communications Suite - to provide integration and development services to organizations (schools and small / medium sized Business) and public in cooperation with ISP or infrastructure-providers like Sun Microsystems.
    Now, our main questions are:
    *1.-* Is the Server phy. recourse enough to deliver the mentioned services of Communication Suite to 20 clients without problems?
    *2.-* Isn�t Communications Suite oversized for such small network mentioned above or better, if we use another collaboration software system like Opengroupeware (http://opengroupware.org/) ? Opengroupeware is developed using non-java lang and therefore doesn�t match our strategy.
    *3.-* Does the Communications Suite download-pack includes all necessary components of Sun Java ES (Directory Server, Access Manager, etc.) or these components are to be downloaded separately?
    *4.-* What is the difference between the Sun Java System Messaging Server and the Sun Java System Message Queue?
    We appropriate very much your answers and any further useful information regarding our project.
    Thanks
    Asghar

    1> I believe your hardware can support 20 users (you might need to tune the Web Server heap size) - I had a Sparc 2x450mhz w/ 2GB of ram supporting 50+ users quite comfortably - with roughly half using POP and the other half IMAP/webmail. Ideally though, for best performance you would want to break up the main servers (LDAP, WEB, and MS) between hosts) - probably not necessary for 20 users. Having all on one machine simplifies things too (but also makes it a single-point-of-failure). Your disk obviously is important, the faster the better - that it's redundant is also nice - larger deployments might use much fancier storage systems to provide speed and redundancy, and use an the App Server instead of the Web Server as a container for Comms Express.
    2> I don't think it's "oversized" - might you mean overkill? In this case I don't think overkill is a bad thing. Why not have very capable software, even if you don't really need it -is how I see things.
    3> I believe you get all you need in the download. Though I've never tried the 64bit version (which I am guessing is only really necessary for larger deployments where you want to obtain maximized performance for heavier loads). I recommend following the single host evaluation document to get the hang of the install.
    4> I'm not sure - though the Messaging install I believe requires the MQueue stuff, I think it's sort of an API for messaging, also available separately, but used by JES Messaging system?
    Good Luck,
    s7

  • The Sun Java System Application Server could not start

    Hello All,
    I downloaded the Java Pet Store example from sun's website and followed the instructions for installation. After successful installation, I tried to deploy the project and gave the following error
    C:\Documents and Settings\sina\My Documents\Projects\services\nbproject\build-impl.xml:194: Deployment error:
    The Sun Java System Application Server could not start.
    More information about the cause is in the Server log file.
    Possible reasons include:
    - IDE timeout: refresh the server node to see if it's running now.
    - Port conflicts. (use netstat -a to detect possible port numbers already used by the operating system.)
    - Incorrect server configuration (domain.xml to be corrected manually)
    - Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this case, domain.xml needs to be modified).
    - Invalid installation location.
    See the server log for details.
    BUILD FAILED (total time: 5 minutes 20 seconds)
    The link above points to the following line in the build-impl.xml file
    <nbdeploy debugmode="false" forceRedeploy="${forceRedeploy}" clientUrlPart="${client.urlPart}" clientModuleUri="${client.module.uri}"/>
    Can any one help whats wrong.An early response will be highly appreciated.
    Kind Regards.
    Hasnain Javed.

    Hi,
    Maybe you already got this fix but here is a suggestion, a snippet from the readme index,html of the petstore download
    # Start the Sun Java System Application Server and the JavaDB database. To do so, open a command prompt and change directory to <javaeesdk.home>/bin and issue the following commands:
    asadmin start-database
    asadmin start-domain
    # Change directory to <petstore.home> and enter the following commands
    ant setup
    ant run
    This will setup, build and deploy the petstore on the application server, and then launch the application homepage in your default browser.
    The "ant setup" that you run from <petstore.home> (petstore.home is the directory where petstore is installed or where you unzipped it) will populate the database wth data and setup the proper database tables etc that are used by the application.
    hth,
    Sean

  • Sun Java Web Proxy Server Routing to another Proxy Server

    hello every body
    i have installed Sun java web proxy server and we are get internet services from anotyher proxy server.
    how route SOCKS (Ports) to another proxy server)
    I mean 8080 web browsing is ok but my socks applicaiton like outlook is not working. how to Route my Sun Java Web proxy Server Socks Server to another Proxy Server.
    Please reply
    best regards
    Aamir Mughal
    [email protected]

    Dear ahmad@bzu,
    I suspect that your download is corrupted. Check the file size ( for me it shows up 89,328KB(and the installation went smooth). So a possible solution should be to download again and try the installation.

  • Can't get applet working in Sun Java Studio Enterprise 8

    Hi!
    I'm just learning Sun Java Studio Enterprise 8, and I'm trying to develop and test my first applet within the IDE.
    I have code from a Core Java book that creates a simple applet with buttons and a picture.
    I want to test the applet using the IDE's applet viewer, and then test it through a browser.
    I've followed the instructions I can find in the IDE, but keep getting an error... Class Not Found.
    Does anyone have a simple applet that works within the IDE and instructions for creating and testing an applet within the IDE?
    I know there's sample applet code, but I need to specifically learn how to develop and deploy it within the IDE.
    Thanks.
    Michael O'Neal
    Houston TX USA

    Hi! Thanks for the reply!
    Sorry for the delay in responding here... this is just a "free time" project for me while I"m at work.
    Based on your comment, I've downloaded the "Sun Java Studio Creator 2" IDE, since that sounds like it might be more suited to simple things like applets.
    I'll work with that and I'll post further replies to this thread if I have any questions.
    Thanks for your assistance!

  • Sun Java Studio Enterprise 8 - question on UML support

    Hello Everybody,
    I was looking at the features of "Sun Java Studio Enterprise 8" and in the UML support feature they said that this IDE provides source code synchronization with the model.It does this without using markers or tagging in the source code.It says, using them will reduce the productivity.
    I just want to know the reason for this.How can they reduce the productivity? It says as if some IDEs use that procedure. Are there any IDEs which follow that procedure?
    Thank you.

    Hello Everybody,
    I was looking at the features of "Sun Java Studio Enterprise 8" and in the UML support feature they said that this IDE provides source code synchronization with the model.It does this without using markers or tagging in the source code.It says, using them will reduce the productivity.
    I just want to know the reason for this.How can they reduce the productivity? It says as if some IDEs use that procedure. Are there any IDEs which follow that procedure?
    Thank you.

  • 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

Maybe you are looking for

  • Disk Utility shows Disk1, not mounted, and no further information???

    Disk Utility shows my correct disk partitions in the top section (my hard disk with two partitions and my superdrive). In the lower section, however, there is a "disk1" which shows no information. Under that is another "disk1" which shows only 'Not m

  • Iphoto Database crashes osx

    After upgrading to 10.6.3. and iphoto 8.1.2. my macbook pro comes to a complete stop after starting iphoto. + iphoto works fine with a new/empty database + iphoto repair didn't change anything (pressing ctrl, alt, shift at startup): after the repair

  • HT1222 Ipad2 losses cell connection now that iOS 8 was installed.  Ios 8.0.2 did NOT correct the issue. Come on and fix this issue!

    Ipad2 losses cell connection now that iOS 8 was installed.  Ios 8.0.2 did NOT correct the issue. Come on and fix this issue!

  • Barcode font is shrunk

    We were using visual studio 2005 with crystall reports 11 release 2. we bought the precision id code 128 barcode font. when exported to pdf for printing purposes, it was shrinking the barcode making it unreadable for the scanners. this was overcome b

  • No audio or Dolby drivers

    I have an idea centre A720 that is a week old. The sound was not good so I tried looking at the drivers and updated the drivers. Now I have no sound and the Dolby driver has gone. The Red Cross on the task bar states that "no audio hardware is availa