+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 16 to 27 of 27

Thread: Java 6 Update 14

  Share/Bookmark
  1. #16

    Reputation

    Join Date
    Dec 2008
    Posts
    18
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    Yes I'll do that. No didn't customize in any way. Thanks for all your help.

  2. #17

    Reputation
    Reputation Reputation Reputation Reputation Reputation Reputation

    Join Date
    Feb 2007
    Location
    Northamptonshire
    Posts
    3,874
    Thank Post
    254
    Thanked 579 Times in 530 Posts
    Rep Power
    134

    Default

    No worries fella, shall see if we can't kick it into touch

  3. #18

    Reputation Reputation Reputation Reputation Reputation Reputation
    leco's Avatar
    Join Date
    Nov 2006
    Location
    West Yorkshire
    Posts
    1,987
    Blog Entries
    12
    Thank Post
    581
    Thanked 124 Times in 118 Posts
    Rep Power
    32

    Default

    Might not help but is it waiting for user input? Like a "Do you want to uninstall previous versions" or "Do you want a Yahoo toolbar". Sorry if you've already sorted those in the .msi just a thought.

    I've had problems with U14 making web sites hang I'm thinking that it might be waiting for something but haven't yet worked out what.

  4. #19

    Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation
    AngryTechnician's Avatar
    Join Date
    Oct 2008
    Posts
    1,361
    Thank Post
    235
    Thanked 375 Times in 225 Posts
    Rep Power
    78

    Default

    Quote Originally Posted by torry_loon View Post
    Do you stop the 'Java Quick Starter' service before upgrading Java? Installation fails if it is still running.
    This.

    Error: 25099 during Java installation

    The javaqs.exe file is in the Windows\system32 folder, so when a new version installs, it needs to be overwritten, unlike many of the Java files which can be installed side by side. If the service is running, it can't overwrite and the installer hangs. My experience is that when upgrading from 11 or 12, the service doesn't stop automatically during a GPO install and the installer throws a modal message box that you have to click on to dismiss... only you can't because message boxes don't appear during GPO deployment. In short, Sun's Java MSI not only has flawed logic but doesn't even conform to Windows Installer specification. I've even seen the service left behind if you uninstall the previous Java version first.

    I think this is fixed from U13 onwards. My method for dealing with hung installs was to use pskill to remotely terminate javaqs.exe and then remotely delete the file. On the next reboot the U13 installer should run without incident.

  5. 2 Thanks to AngryTechnician:

    kmount (05-07-2009), leco (05-07-2009)

  6. #20

    Reputation
    Reputation Reputation Reputation Reputation Reputation Reputation

    Join Date
    Feb 2007
    Location
    Northamptonshire
    Posts
    3,874
    Thank Post
    254
    Thanked 579 Times in 530 Posts
    Rep Power
    134

    Default

    Quote Originally Posted by AngryTechnician View Post
    This.
    <snip>
    The javaqs.exe file is in the Windows\system32 folder, so when a new version installs, it needs to be overwritten, unlike many of the Java files which can be installed side by side. If the service is running, it can't overwrite and the installer hangs. My experience is that when upgrading from 11 or 12, the service doesn't stop automatically during a GPO install and the installer throws a modal message box that you have to click on to dismiss... only you can't because message boxes don't appear during GPO deployment. In short, Sun's Java MSI not only has flawed logic but doesn't even conform to Windows Installer specification. I've even seen the service left behind if you uninstall the previous Java version first.

    I think this is fixed from U13 onwards. My method for dealing with hung installs was to use pskill to remotely terminate javaqs.exe and then remotely delete the file. On the next reboot the U13 installer should run without incident.
    Good find, didn't know about that, cheers.

  7. #21

    Reputation
    Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation
    Michael's Avatar
    Join Date
    Dec 2005
    Location
    Birmingham
    Posts
    5,115
    Thank Post
    104
    Thanked 749 Times in 570 Posts
    Rep Power
    150

    Default

    There shouldn't be any problems installing Java 6 Update 14 over any other version. It'll just list both in Add/Remove Programs, but of course IE for example will use the latest files of Java.

    Checking the event logs on the machines should give a clue as to why it's hanging. I'm not sure why it's happening as when I install it manually it has worked first time everytime. It could be permissions related on the distribution share, but I would have to agree, it's most likely a service or component on the workstation which is causing the installer to hang.

  8. #22

    Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation
    contink's Avatar
    Join Date
    Jul 2006
    Location
    South Yorkshire
    Posts
    3,654
    Thank Post
    257
    Thanked 266 Times in 199 Posts
    Rep Power
    77

    Default

    Might it be worth having a startup script that checks for the service that stops it and changes it to manual?

  9. #23

    Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation
    AngryTechnician's Avatar
    Join Date
    Oct 2008
    Posts
    1,361
    Thank Post
    235
    Thanked 375 Times in 225 Posts
    Rep Power
    78

    Default

    Quote Originally Posted by contink View Post
    Might it be worth having a startup script that checks for the service that stops it and changes it to manual?
    Good idea, and you don't even need a script; you can set it to Manual startup in Group Policy under Computer Configuration > Windows Settings > Security Settings > System Services.

  10. Thanks to AngryTechnician from:

    kearton (19-09-2009)

  11. #24

    Reputation

    Join Date
    Dec 2008
    Posts
    18
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    Didn't have much time on site to try this but sent out update 14 to a test station which had update 12 - hung. Uninstalled java completely from another test station and update 14 installed. I think Angry Technician is right regarding the service. Thanks again everyone.

  12. #25

    Reputation Reputation Reputation
    kearton's Avatar
    Join Date
    May 2007
    Location
    Essex. A long way from NZ!
    Posts
    519
    Thank Post
    53
    Thanked 24 Times in 21 Posts
    Rep Power
    16

    Default

    I wish I'd seen this thread before yesterday! I removed Java 6 Update 11 from GP on Thursday night and added Java 6 Update 16. When all the Curriculum PCs turned on approx 8am yesterday they basically locked up trying to uninstall. Many of the slower PCs took nearly 2 hours to "timeout/fail" and get to the login screen, and even then they ran incredibly slow, and if the PC was rebooted the whole saga began again. After the JavaQuickStarterService was disabled (i ran a recursive script using sc.exe to disable it on every PC) and the PCs rebooted they uninstalled the old, installed the new, and worked perfectly normally. Methinks I'll set it to manual in GP as per AngryTech's post in case future versions have the same bug...

  13. #26

    Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation
    contink's Avatar
    Join Date
    Jul 2006
    Location
    South Yorkshire
    Posts
    3,654
    Thank Post
    257
    Thanked 266 Times in 199 Posts
    Rep Power
    77

    Default

    Quote Originally Posted by AngryTechnician View Post
    Good idea, and you don't even need a script; you can set it to Manual startup in Group Policy under Computer Configuration > Windows Settings > Security Settings > System Services.
    Forgotten all about this until today when everything locked up everyone else found.


    Couple of things to add that will probably prove invaluable to make this all work.

    You can't incorporate this GPO setting in the same GPO or a later GPO as the installation is attempted BEFORE the deployment begins so it never happens.

    Much better to put a GPO with this setting at a higher priority in the GPO chain so it changes the service to manual or disabled so that the service isn't running once the deployment part runs.

  14. #27

    Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation Reputation

    Join Date
    Mar 2009
    Location
    Doncaster/Leeds
    Posts
    1,344
    Thank Post
    51
    Thanked 184 Times in 167 Posts
    Rep Power
    49

    Default

    Quote Originally Posted by contink View Post
    Forgotten all about this until today when everything locked up everyone else found.


    Couple of things to add that will probably prove invaluable to make this all work.

    You can't incorporate this GPO setting in the same GPO or a later GPO as the installation is attempted BEFORE the deployment begins so it never happens.

    Much better to put a GPO with this setting at a higher priority in the GPO chain so it changes the service to manual or disabled so that the service isn't running once the deployment part runs.
    iv not had an issue putting it on the same gpo as the deploy thats how ive always done it in the past BUT iirc ive always set that then waited a week or so before deploying the new version

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Java 6 Update 11 poo-ness
    By markwilliamson2001 in forum Windows
    Replies: 10
    Last Post: 22-04-2009, 09:36 AM
  2. Java
    By seth in forum Coding
    Replies: 13
    Last Post: 27-01-2009, 05:49 AM
  3. Java Update 1.6.10 - Beware jqs.exe
    By Mr.Ben in forum Educational Software
    Replies: 2
    Last Post: 09-12-2008, 11:16 AM
  4. [Update] Spring Dashboard Update!
    By EduTech in forum Gaming
    Replies: 1
    Last Post: 24-05-2008, 06:35 AM
  5. Microsoft Debuts Update Update Suite
    By mattx in forum General Chat
    Replies: 4
    Last Post: 01-11-2007, 04:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts