Service Virtualization

  • 1.  How to add windwos performance metrics to the report

    Posted Aug 21, 2017 03:46 AM

    How to add windwos performance metrics to the report,in the LISA_HOME/bin directory can not find "jdglue64.dll " 

     

    I have completed the following documents:

    1.setup-wperfmon.bat file located in the LISA_HOME/bin directory.

    Copyright (c) 2005 iTKO Inc. All rights reserved.
    This installs the windows perfmon .NET component.
    You must have Microsoft .NET Framework 2.0 compatibility to perform this operation.
    Microsoft (R) .NET Framework Assembly Registration Utility 2.0.50727.8784
    Copyright (C) Microsoft Corporation 1998-2004. all rights reserved.
    Successfully registered the type

     

     error :

    ERROR - Error reading Perfmon Info: Can't load library: D:\PROGRA~3\CA\DevTest\bin\jdglue64.dll  This problem is most likely due to an incomplete setup of the DevTest windows perfmon metrics collector.  You must have Microsoft .NET 1.1+ installed and you need to run the setup-wperfmon.bat file located in the LISA_HOME/bin directory.
    ERROR - Error reading Perfmon Info: Could not initialize class com.itko.util.win32.wperfmon.WPerfmonCollector  This problem is most likely due to an incomplete setup of the DevTest windows perfmon metrics collector.  You must have Microsoft .NET 1.1+ installed and you need to run the setup-wperfmon.bat file located in the LISA_HOME/bin directory.

     

    Full stack trace

    java.lang.NoClassDefFoundError: Could not initialize class com.itko.util.win32.wperfmon.WPerfmonCollector
     at com.itko.util.win32.wperfmon.WPerfmon.getCategories(WPerfmon.java:45)
     at com.itko.lisa.stats.wperfmon.SetupPanel$3.doCallback(SetupPanel.java:118)
     at com.itko.util.swing.panels.ProcessingDialog$2.run(ProcessingDialog.java:194)
     at java.lang.Thread.run(Thread.java:745)



  • 2.  Re: How to add windwos performance metrics to the report

    Broadcom Employee
    Posted Aug 21, 2017 10:49 AM

    What version of DEVTEST are you running?  if you are on  Lisa 7.5 and up then we have ended support for Java .NET Bridge.  Please see the links below.  


    https://docops.ca.com/devtest-solutions/8-5/en/release-information#ReleaseInformation-End_of_Life

    End of Life Features as of DevTest 8.5
    The following features have reached End of Life status as of DevTest 8.5.

     

    Thanks

     

    Shiney. 



  • 3.  Re: How to add windwos performance metrics to the report

    Posted Aug 22, 2017 02:18 PM

    DEVTEST  version 10.0



  • 4.  Re: How to add windwos performance metrics to the report

    Broadcom Employee
    Posted Aug 22, 2017 10:15 PM
      |   view attached

    Hi Checn,

     

       Make sure you have Microsoft .NET Framework 2.0 installed. 

    You can verify the version of .Net framework through below link. And can you also share us details of your OS (Are you using windows 32bit or 64bit).

    How to: Determine which .NET Framework versions are installed | Microsoft Docs 

      If you have .Net Framework 2.0 and still getting an error, please try by adding attached files (extract the zip file) to <Devtest_home>/bin directory.

    Attachment(s)

    zip
    jdglue.zip   333 KB 1 version


  • 5.  Re: How to add windwos performance metrics to the report

    Posted Aug 29, 2017 12:05 PM

    Must be "Microsoft .NET Framework 2.0" ,Microsoft .NET Framework 3.5 ?



  • 6.  Re: How to add windwos performance metrics to the report
    Best Answer

    Broadcom Employee
    Posted Aug 29, 2017 12:08 PM

    Please refer to this documentation link for installing the Perfmon.

     

    Install Performance Monitor (Perfmon) - DevTest Solutions - 10.0 - CA Technologies Documentation 



  • 7.  Re: How to add windwos performance metrics to the report

    Broadcom Employee
    Posted Aug 29, 2017 11:06 AM

    Where are you actually seeing the error at:

     

    ERROR - Error reading Perfmon Info: Can't load library: D:\PROGRA~3\CA\DevTest\bin\jdglue64.dll  This problem is most likely due to an incomplete setup of the DevTest windows perfmon metrics collector.  You must have Microsoft .NET 1.1+ installed and you need to run the setup-wperfmon.bat file located in the LISA_HOME/bin directory.



  • 8.  Re: How to add windwos performance metrics to the report

    Posted Aug 31, 2017 04:19 PM

    I was seeing the same error.  I've installed .NET Framework (4.6), run the setup script as Administrator.  I copied the jdglue64.dll attached above and now I'm getting an error:

     

    java.lang.NoClassDefFoundError: Could not initialize class com.itko.util.win32.wperfmon.WPerfmonCollector
    at com.itko.util.win32.wperfmon.WPerfmon.getCategories(WPerfmon.java:45)
    at com.itko.lisa.stats.wperfmon.SetupPanel$3.doCallback(SetupPanel.java:118)
    at com.itko.util.swing.panels.ProcessingDialog$2.run(ProcessingDialog.java:194)
    at java.lang.Thread.run(Unknown Source)

     

    This is in the dialog for adding a Winperf metric in the metrics tab of a staging doc. It appears when you enter the host/user/pass/domain information and hit OK.