Results 1 to 2 of 2

Thread: Windows XP: bin\jmxPermissions.vbs bails out with error (with solution)

  1. #1

    Default Windows XP: bin\jmxPermissions.vbs bails out with error (with solution)

    Hi all,

    on one of our dev systems, the first thing we saw from dm Server was this error message in the console:

    Code:
    C:\dmserver\bin\jmxPermissions.vbs(5, 1) (null): 0x80041002
    In line 5 of the script, we find:
    Code:
      Set objWMIService = GetObject("winmgmts:\\.\root\CIMV2")
    So for some reason, WMI (Windows Management Instrumentation) could not be instantiated on this system. A bit of browsing revealed a couple of promising sources. We followed the instructions at http://windowsxp.mvps.org/repairwmi.htm , which took care of the issue for us. Alternatively, we could have used Microsoft's WMI Diagnosis Utility.

    Just in case some other poor soul runs into the same startup problem.

    Claus

  2. #2
    Join Date
    Oct 2008
    Location
    Winchester, UK
    Posts
    535

    Default

    Hi Claus. Thanks for taking the time to share this.
    Glyn Normington
    SpringSource

Posting Permissions

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