Service Virtualization

  • 1.  Windows cmdline deployment - issue

    Posted May 14, 2016 12:28 PM

    While deploying the VSM from windows server command line getting the below error

     

    C:\Program Files\CA\DevTest\bin>VSEManager.exe --registry tcp://lin004:2010/Registry --vse "D:\Projects\VirtualService_V0.1\VirtualServices\Virtual123.vsm

    " --username=user1 --password=user123

    Locale: en_GB

    Setting System.out and System.err to: Cp1252

    LISA_HOME set to C:\PROGRA~1\CA\DevTest\

    DevTest temporary directory is C:\Users\user1\lisatmp_8.3.0

    Configuring logging from 'C:\PROGRA~1\CA\DevTest\logging.properties'

    DevTest Solutions, Copyright (c) 2002-2016 CA, All rights reserved.

    DevTest Virtual Service Environment Manager - The Command Line Tool for Managing VSEs.

    DevTest Solutions Version :: 8.3.0 (8.3.0.241)

    Installed patches:

    .... patch_RTC-233566_8.3.0_LTD.jar: iteration 1 built for version 8.3.0 of DevTest

    ....     RTC-233566: 00183064 - P3 - - Issue with REST WS VSI on 8.3

     

    could you please advice



  • 2.  Re: Windows cmdline deployment - issue

    Broadcom Employee
    Posted May 15, 2016 08:43 AM

    can you please attach the patch jar file from your environment to this thread. Also if possible include the mar file of the virtual service you are deploying



  • 3.  Re: Windows cmdline deployment - issue
    Best Answer

    Broadcom Employee
    Posted May 15, 2016 11:12 PM
    From the command you out here a couple of things are missing -

    --vse should be followed by the value(name) of the VSE server

    --deploy should be put before the VSM file path

     

     




  • 4.  Re: Windows cmdline deployment - issue

    Posted Jan 17, 2017 03:27 PM

    Jagath,

    Did Koustubh's latest response help you out with this issue?