Service Virtualization

  • 1.  MQ Queue Manager

    Posted Sep 12, 2018 01:47 AM

    MQ Queue Manager:

    Can someone please tell me where to place the MQ jars for configuring Queue Manager for IBM Native Queue Manager?

    Need exact folder location.

    We currently have this path "C:\Program Files\CA\DevTest\addons\MQ jar"



  • 2.  Re: MQ Queue Manager

    Broadcom Employee
    Posted Sep 12, 2018 04:23 AM

    Hi,

     

    Please read Third-Party File Requirements
    This manual explains as:
    -------------------------------------------------------
    you can use any of these approaches:
    •Place the files in the LISA_HOME\hotDeploy directory
    •Place the files in the LISA_HOME\lib directory
    •Define the LISA_POST_CLASSPATH variable

    The following example shows the LISA_POST_CLASSPATH variable on a Windows computer.
    -------------------------------------------------------


    Thank you,



  • 3.  Re: MQ Queue Manager

    Posted Sep 12, 2018 06:02 AM

    Hi Yusuke Tsuji,

     

    I tried this location -"C:\Program Files\IBM\MQSeries\Java\lib\***"

    (*** menas the jar fles)

     

    It shows me below error :-

    "Unexpected error: com/ibm/mq/MQException
    java.lang.NoClassDefFoundError: com/ibm/mq/MQException"

    Could you help me with this?



  • 4.  Re: MQ Queue Manager

    Posted Sep 12, 2018 06:20 AM

    Hi Yusuke Tsuji,

    I used this path "C:\Program Files\IBM\MQSeries\Java\lib\***"

    ("***" means the JAR files)

    I am getting below error:-

    "Unexpected error: com/ibm/mq/MQException java.lang.NoClassDefFoundError: com/ibm/mq/MQException"

     

    Could you please help me with this?



  • 5.  Re: MQ Queue Manager

    Posted Sep 12, 2018 06:04 AM

    Hi Yusuke Tsuji,

     

    I tried this location -"C:\Program Files\IBM\MQSeries\Java\lib\***"

    (*** means* the jar fles)

     

    It shows me below error :-

    "Unexpected error: com/ibm/mq/MQException
    java.lang.NoClassDefFoundError: com/ibm/mq/MQException"

    Could you help me with this?



  • 6.  Re: MQ Queue Manager

    Posted Sep 12, 2018 08:14 AM

    Hi Yusuke Tsuji,

    I used this path "C:\Program Files\IBM\MQSeries\Java\lib\***"

    ("***" means the JAR files)

    I am getting below error:-

    "Unexpected error: com/ibm/mq/MQException java.lang.NoClassDefFoundError: com/ibm/mq/MQException"

     

    Could you please help me with this?



  • 7.  Re: MQ Queue Manager
    Best Answer

    Broadcom Employee
    Posted Sep 12, 2018 09:30 AM

    The exact folder name for the list of MQ JAR files from the "third party file requirements" link for recent versions of DevTest is DEVTEST_HOME/lib/shared

     

    In your instance, it is

    "C:\Program Files\CA\DevTest\lib\shared\MQ jar"

    (and the same location for all the other required JAR files for your MQ)

     

    MQ JAR files are loaded at start time, so you will need to restart your DevTest applications (Workstation, VSE, Simulator, etc) after copying all the required MQ client JAR files into that location.